@charset "utf-8";
/* CSS Document */
/**************************** Global ****************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
}
body{
	background:#fff;
	color:#3a3a3a;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}
img{
	padding:0;
	margin:0;
	border:none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
input, select, textarea{
	outline:none;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	padding:0;
}
a{
	outline:none;
	color:#ff6766;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#ff6766;
	text-decoration:underline;
}
p{
	padding-bottom:20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}
.card_type .fa{
	position:absolute;
	top:8px;
	right:22px;
	font-size:30px;
	line-height:21px;
	color:#495057;
}
.icon_green{
	color:#0062ae !important;
}
.form-group{
	position:relative;
}
.form-group .required_msg, .required_msg{
	position:absolute;
	top:8px;
	right:20px;
	font-size:12px;
	line-height:21px;
	color:#fff;
	background:#F00;
	border-radius:3px;
	padding:0 5px;
}
.error_msg{
    background:#faebe7;
    border:1px solid #f16048;
    color:#e8280a;
    display:block;
    font-size:13px;
    margin:0 0 5px;
    padding:5px 0;
    text-align:center;
}
.success-msg{
    background:#edfbe0;
    border:1px solid #9fbe83;
    color:#377400;
    display:block;
    font-size:13px;
    margin:0 0 15px;
    padding:5px 0;
    text-align:center;
}
.alert-success{
	color:#108620;
}
.alert-success, .alert-danger{
	font-weight:500;
}
.alert-danger{
	color:#c40214 !important;
}
select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
	 background:url(../images/custom-select.png) no-repeat 97% center #fff !important;
}
.mandatory{
    border-right:3px solid #ff0000 !important;
}
.wrapper{
	padding:0;
}
.container{
	max-width: 1200px;
	margin:0 auto;
	position:relative;
}
.logo_section{
	z-index:999;
}
.bg-light{
	background:#f0f0f0 !important;
}
.form-control-selectbox{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*============menu==========*/
.menubtn{
	color:#000;
	float:right;
	font-size:31px;
}
.close_btn{
	color:#3a3a3a;
	display:block;
	font-size:20px;
	min-width:130px;
	padding:15px 20px;
	text-align:left;
	text-decoration:none;
	border:0;
}
.menubtn:hover{
	color:#fff;
}
.overlay{
	position:fixed;
	z-index:99;
	background-color:rgba(0,0,0,0.3);
	bottom:0;
	right:0;
	left:0;
}
.openmenu .overlay{
	top:0;
}
#hamburgermenu{
	height:100%;
	width:0;
	background:#fff;
	position:fixed;
	padding-bottom:80px;
	overflow:hidden;
	top:0;
	right:0;
	z-index:9999;
	-webkit-box-shadow:3px 0 7px rgba(0,0,0,0.55);
	-moz-box-shadow:3px 0 7px rgba(0,0,0,0.55);
	box-shadow:3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul{
	list-style:none;
	margin:0;
	padding:0 0 70px;
	z-index:101;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
#hamburgermenu ul li{
	display: block;
	border-top:1px solid #eee;
}
#hamburgermenu ul li a{
	color:#3a3a3a;
	display:block;
	font-size:18px;
	min-width:130px;
	padding:15px 20px;
	text-align:left;
	text-decoration:none;
	border:0;
}
#hamburgermenu li a:hover, #hamburgermenu li a.active{
	color:#fff;
	background:#ff6766;
}
#hamburgermenu ul li ul{
	padding:0 0 15px 25px;
}
#hamburgermenu ul li ul li{
	border:0;
}
#hamburgermenu ul li ul li a{
	padding:3px 20px;
	font-size:18px;
	color:#777;
}
#hamburgermenu ul li ul li a:hover{
	color:#e69312;
	background:#fff;
}
/*============menu==========*/
.header_banner{
	background:#333;
	padding:250px 0 350px;
	position:relative;
	overflow:hidden;
}
.header_banner .header_img{
	background-size: cover !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 10;
}
.header_search{
	margin:0 auto;
	padding:0 20px;
	position:relative;
	text-align:center;
	z-index:99;
	color:#fff;
}
.header_search h1{
	font-size:42px;
	line-height:48px;
	font-weight:700;
	margin-bottom:10px;
	text-shadow:0 2px 1px #000;
}
.header_search p{
	font-size:18px;
	font-weight:500;
	letter-spacing:3px;
	text-shadow:0 1px 1px #000;
}
.header_search_box{
	max-width:700px;
	margin:auto;
}
.head_search_bg{
	width:100%;
	position:relative;
}
.header_search .search_btn{
	color:#fff;
	padding:10px 40px;
	height:50px;
	text-align:center;
	font-size:19px;
}
ul.agents_links{
	text-align:center;
	margin-top:20px;
}
ul.agents_links li{
	line-height:20px;
	display:inline-block;
	color:#f1889f;
	padding:0 10px;
	border-right:1px solid #ffb507;
}
ul.agents_links li:last-child{
	border:0;
}
ul.agents_links li a{
	color:#ffb507;
	text-shadow:0 1px 1px #000;
	font-weight:500;
}
.ac-placeholder{
	height:50px;
    width:100%;
    position:absolute;
    z-index:-1;
	border-radius:5px;
    top:0px;
    background:#fff;
    font-size:17px;
    color:#ccc;
    padding:12px 14px;
    text-align:left;	
}
.easy-autocomplete.eac-plate-dark input{
	background:transparent;
	text-transform:capitalize;
}
.header_icon_menu{
	width:100%;
	padding:0 15px;
	position:absolute;
	text-align:center;
	z-index:11;
	bottom:150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	vertical-align:middle;
}
.header_icon_menu .icon_back{
	background:rgba(0, 0, 0, 0.55);
	padding:10px;
	width:140px;
	margin:0 5px;
	display:flex;
	align-items:center;
	border-radius:2px;
}
.header_icon_menu .icon_back img{
	margin:3px auto 5px;
	display:block;
	max-width:100%;
}
.header_icon_menu .icon_back span{
	font-size:14px;
	line-height:20px;
	display:block;
	text-align:center;
}
/*.header_icon_menu .icon_back:hover{
	text-decoration:none;
	background:rgba(0, 0, 0, 0.7);
}*/
.banner_arrow{
	line-height:22px;
	color:#fff;
	width:150px;
	position:absolute;
	top:-35px;
	left:10px;
}
.banner_arrow:before{
	content:'';
	background:url(../images/banner_arrow.png) no-repeat center center;
	position:absolute;
	width:73px;
	height:61px;
	top:45px;
}
.major_city .book_section{
	background:url(../images/book_bg.png) no-repeat 0 0;
	height:100%;
	background-size:cover;
	padding:40px 20px;
}
.major_city .city_list ul{
	width:25%;
}
.major_city .city_list ul li{
	font-size:15px;
	margin-bottom:2px;
}
.major_city .city_list ul li a{
	color:#333333;
}
.major_city .city_list ul li a:hover{
	text-decoration:none;
	color:#eb5958;
}
.ebook_content h3 span{
	display:block;
	font-size:20px;
}

/*======footer======*/
footer{
	background:#434242;
	padding:40px 0 0 0;
}
footer .footer_top_sec{
	padding:0 0 40px 0;
}
footer .footer_top_sec .newsletter_sec .form-group{
	width:45%;
}
footer .footer_top_sec .newsletter_sec .fa{
	font-size:22px;
}
.social_icon{
	font-size:80px;
	color:#fff;
	display:inline-block;
	margin:10px 0 0 30px;
}
.social_icon:hover{
	color:#ff6766;
}
footer .footer_top_sec .useful_links ul li{
	display:inline-block;
	width:48%;
	margin-bottom:7px;
}
footer .footer_top_sec .useful_links ul li a{
	font-size:15px;
	color:#fff;
}
footer .footer_top_sec .useful_links ul li a:hover{
	text-decoration:none;
	color:#ff6766;
}
footer .footer_bottom{
	border-top:1px solid #5c5b5b;
	padding:20px 0;
}
.copy_text{
	font-size:15px;
	color:#c9c9c9;
	padding:0;
}
/*======footer======*/

/*======agents page======*/
.inner_header{
	padding:180px 0;
}
.inner_header {
	padding:150px 0;
}

/*=========agent join form===========*/
.h1_title{
	font-size:38px;
	line-height:42px;
	font-weight:700;
	margin-bottom:20px;
	text-align:center;
}
.inner_page{
	padding:50px 0;
}
.agent_form_block .form_block_title{
	font-size:25px;
	display:block;
	margin-bottom:20px;
}
.agent_form_block{
	margin-top:40px;
	padding:30px;
	background:#f6f6f6;
}
.agent_account_wrap{
	padding:30px 0;
}
.agent_account_wrap .agent_account_left{
	padding:0 15px;
}
.agent_account_wrap .agent_account_right{
	padding:0 15px;
}
.agent_account_wrap .view_pub_profile{
	border:1px solid #959595;
	border-radius:5px;
	font-size:20px;
	text-align:center;
	display:block;
	padding:10px;
	color:#333;
	margin-bottom:30px;
}
.agent_account_wrap .view_pub_profile:hover{
	border-color:#f1889f;
	background:#f1889f;
	color:#fff;
	text-decoration:none;
}
.agent_account_wrap .edit_pro_menu{
	padding:0 0 20px;
}
.agent_account_wrap .edit_pro_menu span{
	font-size:20px;
	font-weight:900;
	display:block;
	color:#333;
	margin-bottom:20px;
}
.agent_account_wrap .edit_pro_menu ul{
	border:1px solid #ddd;
}
.agent_account_wrap .edit_pro_menu ul li{
	border-bottom:1px solid #ddd;
}
.agent_account_wrap .edit_pro_menu ul li:last-child{
	border-bottom:0;
}
.agent_account_wrap .edit_pro_menu ul li a{
	font-size:18px;
	display:block;
	padding:12px 20px;
	color:#333;
	border-left:5px solid transparent;
}
.agent_account_wrap .edit_pro_menu ul li a:hover, .agent_account_wrap .edit_pro_menu ul li a.active{
	text-decoration:none;
	border-left:5px solid #ff6766;
	color:#ff6766;
}
.agent_account_wrap .account_info_block{
	border:1px solid #ddd;
	padding:20px 25px;
	margin-bottom:30px;
	position:relative;
}
.img-cropped{
	position:relative;
	overflow:hidden;
	height:160px;
	margin:0 0 10px;
}
.img-cropped img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.upload-btn-wrapper{
	position: relative;
	overflow:hidden;
	display:block;
	margin:5px auto 0;
}
.upload_btn{
	font-size:16px;
	background:none;
	border:0;
	color:#0058ff;
	display:block;
	cursor:pointer;
}
.upload-btn-wrapper input[type=file]{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:30px;
	opacity:0;
	z-index:2;
	cursor:pointer;
}
.text_note_msg{
	font-size:15px;
	line-height:20px;
	display:block;
	padding-top:5px;
}
.text_note_msg span{
	color:#ff6766;
}
.account_info_block .info_block_title{
	font-size:22px;
	font-weight:700;
	color:#333;
	display:block;
	margin-bottom:20px;
}
.account_info_block .acc_info_right label{
	font-size:15px;
	font-weight:700;
	display:block;
	margin-bottom:5px;
}
.check_list li{
	float:left;
	width:33%;
}
.acc_info_right .year_month_box{
	width:48%;
	float:left;
	margin-right:4%;
}
.lawyer_login{
	max-width:600px;
	margin:30px auto;
}
.pro_note{
	font-size:13px;
	line-height:20px;
	display:block;
	color:#ff6766;
}
.small-text{
	font-size:13px !important;
}
.hideCC_info{
	position:absolute;
	top:-5px;
	right:-5px;
	width:23px;
	height:23px;
	border-radius:50%;
	display:block;
	padding:0;
	font-size:23px;
	line-height:21px;
}
/*=========agent join form===========*/

/*=====list page=======*/
.lawyer_list_wrap{
	background:#fff;
}
.lawyer_list_wrap .lawer_left{
	flex: 0 0 40%;
	max-width:40%;
}
.lawyer_list_wrap .lawer_right{
	flex: 0 0 60%;
	max-width:60%;
}
.lawyer_list_wrap .lawyer_img{
	max-width:135px;
	max-height:170px;
	overflow:hidden;
	margin:0 auto;
}
.lawyer_list_wrap .lawyer_des{
	display:block;
	padding:0;
}
.lawyer_des .fa{
	width:20px;
	margin-right:5px;
	font-size:16px;
	color:#ff6766;
}
a.lawyer_des{
	color:#3a3a3a;
}
.lawyer_list_wrap .lawyer_des span{
	color:#999;
	font-size:15px;
	line-height:20px;
}
.lawyer_list_wrap .location_text{
	display:block;
	color:#ff6766;
}
/*======rating=======*/
.rating_label_popup{
	float:left;
	padding-right:20px;
}
.rating_label{
	float:left;
	padding-right:20px;
}
.star-rating{
    font-size:0;
	position:relative;
	top:4px;
}
.star-rating__wrap{
    display:inline-block;
    font-size:1rem;
}
.star-rating__wrap:after{
    content:"";
    display:table;
    clear:both;
}
.star-rating__ico{
    float:right;
    padding-left:2px;
    cursor:pointer;
    color:#ff4d58;
}
.star-rating__ico:last-child{
    padding-left:0;
}
.star-rating__input{
    display:none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before{
    content:"\f005";
}
/*======rating=======*/
.review_show{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.review_show:last-child{
	border:0;
	padding-bottom:0;
}
.review_show .review_rating{
	text-align:right;
	color:#ff4d58;
	margin-top:10px;
}
.review_show .review_rating span{
	display:block;
}
.rating_star{
	color:#ff4d58;
	font-size:22px;
}
.rating_star .fa{
	margin:0 1px 0 0;
}
.modal-backdrop{
	background:rgba(0, 0, 0, 0.7);
}
/*=====list page=======*/
/*======404 page=========*/
.page_404_error{
	padding:50px;
	border:1px solid #ddd;
	background:#fff;
	max-width:900px;
	margin:0 auto;
	border-radius:10px;
}
.page_404_error img.error_img{
	display:block;
	margin:0 auto 20px;
	max-width:100%;
}
.opps_text{
	font-size:22px;
	text-align:center;
	color:#ff4d58;;
	padding:0 0 35px;
}
.opps_text span{
	display:block;
	font-size:50px;
	margin-bottom:25px;
}
.links_text{
	font-size:20px;
	text-align:center;
	color:#ff4d58;
	padding:0 0 35px;
}
/*======404 page=========*/
.faq_section .card{
	margin-bottom:5px;
	border-bottom:1px solid #ddd !important;
}
.faq_section .card h4{
	cursor:pointer;
}
.faq_section .card h4:hover{
	color:#ff6766;
}
.faq_section .card h4 .fa{
	margin-right:5px;
	font-size:14px;
}
.faq_section .card ul{
	list-style-type:disc;
	margin-left:15px;
}
.glossary_links .glossary_bg{
	width:35px;
	height:35px;
	display:inline-block;
	border-radius:50%;
	background:#ffe9e9;
	color:#ff6766;
	border:1px solid #ffb2b1;
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:35px;
	margin:5px;
}
.glossary_links .glossary_bg:hover{
	background:#ff6766;
	border-color: #ff6766;
	color:#fff;
	text-decoration:none;
}
.glossary_block .h2{
	color:#fff;
	background:#ff6766;
	width:45px;
	height:45px;
	border-radius:50%;
	text-align:center;
	font-size:25px;
	line-height:45px;
	margin:20px 0 15px;
}
.glossary_block p{
	padding-bottom:15px;
}
.cd-top{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:50px;
	right:10px;
	z-index:999;
	overflow:hidden;
	visibility:hidden;
	opacity:1;
	border-radius:50%;
	text-align:center;
	color:#fff;
	background:#ff4d58;
	font-size:11px;
	line-height:16px;
}
.cd-top .fa{
	font-size:14px;
	margin-top:4px;
	display:block;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top:hover{
	color:#fff;
	text-decoration:none;
}
/*=====responsive style======*/
@media(max-width:1199px){
.header_banner{
	padding:200px 0 300px;
}
.header_icon_menu{
	bottom:60px;
}
.banner_arrow{
	width:140px;
	left:-20px;
}
.city_list .h2{
	font-size:30px;
}
.social_icon{
	margin:10px 0 0 18px;
}
.inner_header {
	padding:150px 0;
}
}

@media(max-width:991px){
.header_search h1{
	font-size:35px;
}
.header_icon_menu .icon_back{
	width:110px;
}
.banner_arrow{
	left:-65px;
	top:-100px;
}
.city_list{
	margin-top:20px;
}
.newsletter_sec{
	margin-top:20px;
}
.inner_header {
	padding:120px 0 !important;
}
.h1_title{
	font-size:30px;
}
.h2{
	font-size:26px;
}
.agent_form_block .h3{
	font-size:22px;
}
.sidebar__inner{
	width:100% !important;
	position:relative !important;
	left:0 !important;
}

}

@media(max-width:767px){
.banner_arrow{
	left:-135px;
	top:-110px;
}
.city_list .h2{
	font-size:27px;
}
.lawer_right{
	padding:20px;
}
.check_list li{
	width:50%;
}
ul.agents_links li{
	font-size:14px;
	line-height:18px;
}
.opps_text{
	font-size:16px;
}
}

@media(max-width:575px){
.header_banner {
	padding:150px 0 250px;
}
.inner_header {
	padding:100px 0 !important;
}
.header_search h1{
	font-size:25px;
	line-height:34px;
}
.header_search p{
	font-size:15px;
	line-height:22px;
	letter-spacing:0;
}
ul.agents_links li{
	border:0;
}
.header_search .search_btn{
	padding:10px 15px;
}
.city_list .h2{
	font-size:22px;
	line-height:30px;
}
.major_city .city_list .d-flex{
	flex-wrap:wrap;
}
.major_city .city_list ul{
	width:50%;
}
.major_city .city_list ul:nth-of-type(3n){
	order:2;
}
.major_city .city_list ul:nth-of-type(2n){
	order:3;
}
.social_icon{
	font-size:40px;
	margin:10px 0 0 15px;
}
.footer_top_sec .h3{
	font-size:22px;
}
.newsletter_sec .d-flex{
	flex-wrap:wrap;
}
footer .footer_top_sec .newsletter_sec .form-group{
	width:100%;
	margin-right:0 !important;
	margin-bottom:15px !important;
}
footer .footer_top_sec .newsletter_sec .btn{
	width:100%;
}
.lawyer_list_wrap{
	flex-wrap:wrap;
}
.lawyer_list_wrap .lawer_left{
	flex: 0 0 100%;
	max-width:100%;
}
.lawyer_list_wrap .lawer_right{
	flex:0 0 100%;
	max-width:100%;
}
.h1_title{
	font-size:26px;
}
.h2{
	font-size:22px;
}
.agent_form_block .h3{
	font-size:18px;
	line-height:25px;
}
.check_list li{
	width:100%;
}
.g-recaptcha{
	transform:scale(0.93);
	transform-origin:0 0 !important;
}
}
/*=====responsive style======*/

/*============popup==============*/
.upload_img_close{
	color:#fff;
	position:absolute;
	top:-35px;
	right:-15px;
	z-index:99;
	font-size:14px !important;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	background:#000000;
	border-radius:50%;
	cursor:pointer;
	box-sizing:border-box;
}
.upload_img_caption{
	color:#fff;
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
	font-size:13px !important;
	line-height:18px;
	text-align:center;
	width:100%;
	background:#222;
	border-radius:1px;
	padding:45px 5px 10px;
	box-sizing:border-box;
	margin-top:5px;
}
#profile_imgCropper, #imgCropper{
	top:-30px;
	z-index:1010 !important;
}
.popup_overlay{
	background:rgba(0, 0, 0, .6);
	position:fixed;
	z-index:1002;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
}
/*============popup==============*/