@charset "utf-8";
/* CSS Document */
/**************************** Global ****************************************/
@font-face {
    font-family:'gotham_condensedbook';
    src: url('../fonts/gotham_condensed_book_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_condensed_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family:'helveticaneueheavy';
    src: url('../fonts/helveticaneue-heavy-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&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%;
}
*{
	box-sizing:border-box;
}
::-webkit-input-placeholder { /* Edge */
  color:#666;
  opacity:0.4;
}
::-ms-placeholder { /* Internet Explorer 10-11 */
  color:#666;
  opacity:0.4;
}
::placeholder {
  color:#666;
  opacity:0.4;
}
body{
	background:#fff;
	color:#727272;
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	font-family:'Lato', sans-serif;
}
img{
	padding:0;
	margin:0;
	border:none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
ol{
	margin-left:15px;
}
ol li{
	padding-left:5px;
}
input, select, textarea, .form-control{
	outline:none;
	font-family:'Lato', sans-serif;
	font-size:15px;
}
.form-control:focus{
  border-color:#ffd2dc;
  outline:0;
  box-shadow:0 0 0 0.1rem rgba(241, 136, 159, 0.50);
}
a{
	outline:none;
	color:#727272;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
p{
	padding-bottom:20px;
}
.no_padding{
	padding-bottom:0 !important;
}
.no_margin{
	margin-right:0 !important;
}
.mb-0{
	margin-bottom:0 !important;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.center{
	display:block !important;
	margin:0 auto !important;
}
.text-center{
	text-align:center !important;
}
.hidden{
	overflow:hidden;
}
.spacer, .clear{
	clear:both;
	line-height:0;
	font-size:0;
}
.clearfix::after{
	display:block;
	clear:both;
	content:"";
}
.text-blue{color:#054fff !important;}
button, input[type="button"]{
	font-family:'Lato', sans-serif;
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
}
.no_marg{
	margin:0 !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin-bottom:10px;
}
h1, .h1{
  font-size:35px;
}
h2, .h2{
  font-size:30px;
  line-height:35px;
}
h3, .h3{
  font-size:25px;
}
h4, .h4{
  font-size:22px;
}
h5, .h5 {
  font-size:20px;
}
h6, .h6{
  font-size:18px;
}
sup{
	font-size:13px;
}
.error_msg{
    background:#f8d7da;
    border:1px solid #f5c6cb;
	border-radius:3px;
    color:#c10516;
    display:block;
    font-size:16px;
	line-height:23px;
    margin:0 0 5px;
    padding:5px 0;
    text-align:center;
}
.success_msg{
    background:#d4edda;
    border:1px solid #c3e6cb;
	border-radius:3px;
    color:#155724;
    display:block;
    font-size:16px;
	line-height:23px;
    margin:0 0 15px;
    padding:5px 0;
    text-align:center;
}
.dark_msg{
	font-size:30px !important;
	line-height:33px !important;
	color:#636363 !important;
	background-color:#fff !important;
	border-color:#fff !important;
	padding:50px;
}
.step2_top_msg{
	background:#fdf1f2;
	color:#ff0000;
	border-radius:5px;
	border:1px solid #ffc0c0;
	font-size:16px;
	line-height:25px;
	margin:0 0 15px;
	padding:10px;
	text-align:justify;
}
.error_msg p, .success_msg p, .step2_top_msg p{
	padding-bottom:0;
}
.step2_top_msg a{
	color:#ff0000;
	text-decoration:underline;
}
.alert_warning a:hover{
	text-decoration:none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url(../images/select_arrow.png) no-repeat 97% center #fff !important;
}
select::-ms-expand{
    display:none;
}
textarea.form-control{
	height:100px;
	line-height:27px;
}
.mandatory{
    border-right:3px solid #ff0000 !important;
}
.success{
    border-right:3px solid #3fb300 !important;
}
.delete_icon{
	font-size:24px;
	color:#f1889f;
	cursor:pointer;
}
.delete_icon .fa-trash-o:hover, .delete_icon:hover{
	color:#f05576;
}
.text_note_msg{
	font-size:15px;
	line-height:20px;
	display:block;
	padding-top:5px;
}
.text_note_msg span{
	color:#f1889f;
}
.form-group{
	position:relative;
	margin-bottom:15px;
}
.form-control{
	display:block;
	width:100%;
	padding:10px;
	height:42px;
	font-size:15px;
	color:#495057;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border-radius:3px;
	transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card_type .fa{
	position:absolute;
	top:15px;
	right:30px;
	font-size:30px;
	line-height:21px;
	color:#495057;
}
.icon_green{
	color:#0062ae !important;
}
.form-group .required_msg, .required_msg{
	position:absolute;
	top:11px;
	right:30px;
	font-size:12px;
	line-height:21px;
	color:#fff;
	background:#F00;
	border-radius:3px;
	padding:0 5px;
}
.terms-validation{
	display:flex;
	position:relative;
}
.terms-validation .required_msg{
	left:0;
	right:auto;
	bottom:0;
	top:auto;
}
.terms-validation .custom_checkbox{
	margin:2px 10px 0 0;
}
.form-group .required_msg_green{
	background:#080 !important;
}
.newsletter_section .form-group .err{
	position:absolute;
	top:10px;
	right:30px;
	font-size:12px;
	line-height:21px;
	color:#fff;
	background:#F00;
	border-radius:3px;
	padding:0 5px;
}
.ebook_form .pop_textbg .required_msg, .ebook_form_retire .pop_textbg .required_msg{
	position:absolute;
	top:14px;
	right:10px;
	font-size:12px;
	line-height:21px;
	color:#fff;
	background:#F00;
	border-radius:3px;
	padding:0 5px;
}
.col_full{
	width:100% !important;
}
.d_flex{
	display:flex;
}
.row{
	flex-wrap:wrap;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;	
	margin-left:-15px;
	margin-right:-15px;
}
.img-fluid{
	max-width:100% !important;
}
.mr{
	margin-right:25px !important;
}
/*======loader css=======*/
.loader_wrap{
	display:none;
}
.loader_wrap .loader_inner{
	background:rgba(255, 255, 255, 0.7);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:999;
	display:flex;
}
.loader_wrap .loader_inner .loader{
    border:6px solid #dddddd; /* Light grey */
    border-top:6px solid #3498db; /* Blue */
    border-radius:50%;
    width:60px;
    height:60px;
    animation:spin 1s linear infinite;
	margin:auto;
}
@keyframes spin{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
/*======loader css=======*/
.wrapper{
	padding:0;
}
.container{
	max-width:1500px;
	position:relative;
	margin:0 auto;
}
/*======top bar=======*/
.top_bar{
	background:#f1889f;
	padding:10px 50px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.top_bar .social_links, .top_bar .contact_no{
	flex-basis:50%;
}
.top_bar .contact_no p{
	padding:0;
	color:#fff;
	text-align:right;
}
.top_bar .contact_no p span{
	font-weight:700;
}
.top_bar .social_icon{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:4px;
	background:#39549f;
	display:inline-block;
	margin-right:2px;
	color:#fff;
	text-align:center;
}
.gplus_icon{
	background:#ea2e2a !important;
}
.tw_icon{
	background:#00aeef !important;
}
.linkd_icon{
	background:#0486b9 !important;
}
.youtu_icon{
	background:#e80000 !important;
}
/*======top bar=======*/
/*======head group=======*/
.head_group{
	padding:15px 0 20px;
	text-align:center;
	position:relative;
}
.head_group .head_logo img{
	margin:-60px auto 0;
	max-width:100%;
}
.menu_bar{
	margin-top:15px;
}
.menu_bar ul{
	text-align:center;
}
.menu_bar ul li{
	display:inline-block;
	padding:0 42px;
	border-right:1px solid #b6b6b6;
	font-size:17px;
	line-height:22px;
	text-transform:uppercase;
}
.menu_bar ul li:last-child{
	border:0;
	padding-right:0;
}
.menu_bar ul li a{
	color:#9b9b9b;
}
.menu_bar ul li a:hover, .menu_bar ul li a.active{
	color:#f1889f;
	text-decoration:none;
}
/*======head group=======*/
/*============menu==========*/
.menubtn{
	color:#fff;
	border-radius:3px;
	line-height:0;
	background:#f1889f;
	display:none;
	position:absolute;
	right:30px;
	top:50px;
	height:40px;
	width:45px;
}
.menubtn svg{
	position:relative;
	top:-11px;
	left:-5px;
}
.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{
	display:none;
	height:100%;
	width:0;
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	z-index:999;
	overflow-y: auto;
	overflow-x: hidden;
	-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{
	z-index:101;
	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{
	color:#fff;
	background:#f1889f;
}
#hamburgermenu li:first-child a:hover{
	background-color:inherit;
}
/*============menu==========*/
/*====slider======*/
.slider_sec{
	width:100%;
	background:#333;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	padding:150px 0;
	align-items:start;
	position:relative;
}
.slider_sec .slider_img{
	background:url(/assets/images/slider_img.jpg) no-repeat top center;
	background-size:cover !important;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	z-index:10;
}
.head_search{
	min-width:700px;
	max-width:700px;
	padding:20px;
	text-align:center;
	color:#fff;
	background:rgba(54, 54, 54, 0.9);
	position:relative;
	z-index:100;
	margin:auto;
}
.head_search:after{
	content:"";
	background:url(../images/gradient_line.png) no-repeat 0 0;
	width:100%;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
}
.head_search h1{
	font-size:50px;
	line-height:53px;
	font-family:'gotham_condensedbook';
}
.head_search h1 span{
	font-weight:900;
}
.head_search .search_row{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	margin:15px 0;
}
.head_search .form-group{
	width:100%;
	max-width:430px;
	margin-bottom:0;
}
.head_search .form-control{
	height:50px;
}
.head_search .head_search_btn{
	border:0;
	border-radius:3px;
	width:174px;
	max-width:174px;
	height:50px;
	background:#f1889f;
	margin-left:15px;
	cursor:pointer;
	font-size:20px;
	letter-spacing:1px;
	color:#fff;
}
.head_search .head_search_btn:hover{
	background:#ea5b7a;
}
.head_search ul.agents_links{
	text-align:center;
}
.head_search ul.agents_links li{
	display:inline;
	color:#f1889f;
	padding:0 10px;
	border-right:1px solid #f1889f;
}
.head_search ul.agents_links li:last-child{
	border:0;
}
.head_search ul.agents_links li a{
	color:#f1889f;
}
.head_search ul.agents_links li a:hover{
	color:#fff;
}
/*=======slider======*/
.partner_logo{
	border-bottom:1px solid #ddd;
	padding:30px 0 20px;
}
.partner_logo .partner_logo_title{
	font-size:25px;
	line-height:28px;
	letter-spacing:0.5px;
	margin-bottom:20px;
	text-align:center;
	display:block;
}
.partner_logo .logo_wrap{
	display:flex;
	justify-content:center;
	align-items:center;
}
.partner_logo .logo_wrap .logo_img{
	padding:0 20px;
	max-width:130px;
}
.partner_logo img{
	display:block;
	max-width:100%;
	max-height:60px;
	-webkit-filter:grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter:grayscale(100%);
	opacity:0.5;
	margin:0 auto;
}
.partner_logo img:hover{
	filter:none;
  	-webkit-filter:none;
	opacity:1;
}
.top_gay_content{
	padding:40px 0;
}
.top_gay_content .top_gay_title{
	text-transform:uppercase;
	font-size:25px;
	line-height:30px;
	letter-spacing:2px;
	text-align:center;
}
.top_gay_content .top_icon_group{
	margin-top:70px;
	margin-bottom:50px;
}
.top_gay_content .top_icon_group .icon_col_block{
	width:25%;
	padding:0 15px;
	text-align:center;
}
.top_icon_group .icon_col_block .icon_img{
	display:block;
	height:90px;
	margin:0 auto 20px;
}
.top_icon_group .icon_col_block .icon_img img{
	max-width:80px;
}
.top_gay_content .confidential_text{
	text-align:center;
}
.top_gay_content .confidential_text span{
	display:block;
	color:#f1889f;
	font-size:30px;
	font-weight:700;
	margin-bottom:10px;
}
.video_section{
	background:#666;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.video_section .video_div, .video_section .ebook_dwn{
	display:flex;
	width:50%;
	position:relative;
}
.video_section .video_div{
	background:url(../images/video_img_new.jpg) no-repeat top center;
	height:522px;
	background-size:cover;
}
.video_section .video_div .video_play_icon{
	position:absolute;
	background:url(../images/youtube_play_icon.png) no-repeat center center;
	display:block;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.video_section .ebook_dwn{
	background:url(../images/ebook_dwn_img.jpg) no-repeat top center;
	height:522px;
	background-size:cover;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	padding:40px;
}
.ebook_dwn .ebook{
	display:flex;
	flex:1;
}
.ebook_dwn .ebook img{
	margin:auto;
}
.ebook_dwn .ebook_content{
	padding:50px 0;
	text-align:center;
	color:#fff;
	flex:1;
}
.ebook_dwn .ebook_content h3{
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:20px;
}
.ebook_dwn .ebook_content h3 span{
	display:block;
	font-weight:700;
}
.ebook_dwn .ebook_content p{
	font-weight:300;
	padding:0;
	margin-bottom:40px;
}
.ebook_dwn .ebook_content .download_btn{
	display:inline-block;
	color:#fff;
	background:#f1889f;
	border-radius:40px;
	padding:20px 40px;
	border:2px solid #f1889f;
}
.ebook_dwn .ebook_content .download_btn:hover{	
	border:2px solid #f1889f;
	background-color:transparent;
	color:#f1889f;
	text-decoration:none;
}
.blog_section{
	padding:50px 0;
}
.blog_section .blog_side{
	width:60%;
	padding:0 15px;
}
.blog_section .testimoni_slider{
	width:40%;
	padding:0 15px;
}
.head_title{
	font-size:30px;
	line-height:33px;
	color:#777777;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.blog_side .post_content{
	margin-bottom:20px;
}
.blog_side .post_content:last-child{
	margin-bottom:0;
}
.blog_side .post_content h4{
	color:#f1889f;
	/*font-weight:700;*/
	font-size:20px;
	margin-bottom:5px;
}
.blog_side .post_content h4 a{
	color:#f1889f;
}
.blog_side .post_content p{
	padding-bottom:15px;
}
.blog_side .more_link{
	color:#1e2a36;
	font-weight:700;
	margin:0;
}
/*===new bolg exam====*/
.blog_side .new_blog_example{
	display:flex;
}
.blog_side .new_blog_example .blogThumb{
	flex: 0 0 40%;
	max-width:40%;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.blog_side .new_blog_example .blogThumb img{
	max-width:100%;
}
/*===new bolg exam====*/

.testimoni_slider .head_title{
	text-align:center;
	margin-bottom:50px;
}
.testimoni_slider .tesimoni_content{
	padding:0 70px;
	text-align:center;
}
.testimoni_slider .tesimoni_content .client_name{
	display:block;
	font-weight:700;
	margin-top:20px;
}
.testimoni_slider .view_all{
	text-align:center;
	width:100px;
	display:block;
	margin:0 auto;
	color:#f1889f;
}
.resource_sect{
	padding:0 0 50px;
}
.resource_sect h3{
	font-size:30px;
	line-height:33px;
	color:#777777;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}
.resource_sect h3:after{
	content:"";
	width:40%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:0;
	bottom:0;
}
.resource_sect .resource_block{
	width:33.33%;
	padding:0 15px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.resource_sect .resource_img{
	flex:1;
}
.resource_sect .resource_img img{
	display:block;
	width:100%;
	height:100%;
}
.resource_sect .resource_cont{
	background:#f1889f;
	flex:1;
	position:relative;
}
.resource_sect .resource_cont a{
	font-size:17px;
	line-height:24px;
	font-style:italic;
	text-align:center;
	color:#fff;
	display:block;
	padding:60px 20px 0;
	position:relative;
	height:100%;
	z-index:100;
}
.resource_sect .resource_cont a span{
	display:block;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	font-style:normal;
	margin-bottom:8px;
	letter-spacing:.5px;
}
.resource_sect .resource_cont a:hover{
	text-decoration:none;
}
.resource_block .overlay{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:#f05576;
	overflow:hidden;
	width:0;
	height:100%;
	transition:.5s ease;
	z-index:1;
}
.resource_block:hover .overlay {
  width: 100%;
}
/*=======footer=======*/
.footer{
	background:#636363;
	color:#fff;
	padding:60px 0 0 0;
}
.footer_top_section{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:60px;
}
.footer_top_section h4{
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:25px;
}
.footer_top_section .footer_left_side{
	width:70%;
}
.footer_top_section .footer_right_side{
	width:30%;
	padding:40px 0 0 100px;
}
.footer_top_section .footer_right_side img{
	display:block;
	max-width:250px;
}
.footer_left_side .newsletter{
	margin-bottom:60px;
	position:relative;
}
.footer_left_side .newsletter .success_msg{
	position:absolute;
	width:81%;
	bottom:-50px;
	display:none;
}
.footer_left_side .newsletter .form-group{
	float:left;
	width:33.33%;
	padding:0 15px 0 0;
}
.footer_left_side .newsletter .form-group:last-child{
	padding-right:0;
}
.footer_left_side .newsletter .singup_btn{
	background:#f1889f;
	color:#fff;
	text-transform:uppercase;
	border:0;
	border-radius:3px;
	width:100%;
	padding:10px 0;
	height:42px;
	max-width:150px;
	font-size:20px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
}
.footer_left_side .newsletter .singup_btn:hover{
	background:#f05576;
}
.footer_left_side .footer_links ul{
	width:33.33%;
	float:left;
}
.footer_left_side .footer_links ul li{
	margin-bottom:5px;
}
.footer_left_side .footer_links ul li a{
	color:#fff;
	font-weight:300;
}
.footer_left_side .footer_links ul li a:hover{
	color:#f1889f;
	text-decoration:none;
}
.footer .ft_social{
	padding:60px 0 0;
}
.footer .ft_social .ft_social_bg{
	width:50px;
	height:50px;
	border-radius:10px;
	background:#3d5599;
	color:#fff;
	display:block;
	float:left;
	margin:0 10px 10px 0;
	font-size:30px;
	line-height:50px;
	text-align:center;
}
.footer .ft_social .ft_social_bg:last-child{
	margin-right:0;
}
.footer .copy_text{
	text-align:center;
	font-size:13px;
	line-height:22px;
	padding:0 0 15px;
}
.footer .copy_text p{
	padding:0;
}
/*=============inner header banner========*/
.inner_page_head_city img{
	width:100%;
}
.inner_page_head{
	padding:0;
}
.inner_page_head img{
	width:100%;
	display:block;
}
.inner_page_head .header_html_banner{
	min-height:300px;
	height:300px;
	position:relative;
	padding:30px 0;
}
.inner_page_head .header_html_banner .header_back_img{
	background-size:cover !important;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:10;
}
.header_html_banner .inner_header_cont{
	display:flex;
	color:#fff;
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	text-align:center;
	top:0;
	align-items:center;
}
.header_html_banner .inner_header_cont p{
	font-size:17px;
	line-height:27px;
}
.header_html_banner .inner_header_cont a{
	color:#fff;
}
.header_html_banner .inner_header_cont .banner_title{
	font-size:38px;
	line-height:42px;
	font-family:'helveticaneueheavy';
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:700;
}
.inner_header_cont span{
	font-size:20px;
	font-weight:700;
}
.inner_header_cont .about_banner{
	width:100%;
	padding:0 200px;
}
.inner_header_cont .agent_join_content{
	text-align:left;
	padding:0 50px 0 40%;
}
.inner_header_cont .relocation_head{
	text-align:left;
	padding:0 0 0 50px;
	width:45%;
}
.inner_header_cont .contact_banner{
	text-align:left;
	padding:0 0 0 50px;
}
.inner_header_cont .resource_banner{
	text-align:right;
	padding:0 50px 0 0;
	width:100%;
}
.inner_header_cont .resource_banner .resource_inn{
	width:35%;
	float:right;
}
.inner_header_cont .resource_banner .mort_lender_head{
	width:56%;
	float:right;
}
.inner_header_cont .prvacy_policy_banner{
	width:35%;
	text-align:left;
	padding:0 0 0 50px;
}
.inner_header_cont .giving_back_banner{
	text-align:right;
	padding:0 50px 0 0;
	width:100%;
}
.inner_header_cont .giving_back_inn{
	float:right;
}
.inner_header_cont .faq_banner{
	text-align:left;
	padding:0 0 0 50px;
}
.inner_header_cont .faq_banner p{
	padding-bottom:0;
}
.inner_header_cont .ebook_banner{
	width:65%;
	text-align:left;
	padding:0 0 0 50px;
}
.inner_header_cont .ebook_banner p{
	line-height:24px;
	padding-bottom:15px;
}

/*=============inner header banner========*/
.inner_page{
	padding:40px 0;
}
.inner_page p a:hover{
	text-decoration:none;
}
.inner_page p a{
	text-decoration:underline;
	color:#f1889f;
}
.cmspage_content img{
	display:block;
	max-width:100%;
	margin-bottom:20px;
}
.cmspage_content a{
	color:#f1889f;
}
.image_full{
	width:100%;
}
.page_title{
	font-size:20px;
	line-height:23px;
	font-weight:bold;
	letter-spacing:1px;
	color:#050505;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:2px solid #4d4d4d;
	margin-bottom:30px;
}
.sub_title{
	font-size:25px;
	line-height:28px;
	font-weight:600;
	color:#f1889f;
	margin-bottom:20px;
}
.city_search_sec .city_search_left{
	width:70%;
	padding:0 50px 0 15px;
}
.city_search_sec .city_search_right{
	width:30%;
	padding:0 15px 0 50px;
	border-left:1px solid #cccccc;
}
.heading_text{
	font-size:30px;
	line-height:33px;
	font-weight:700;
	color:#f1889f;
	margin-bottom:30px;
	text-transform:uppercase;
}
.city_search_sec .agent_block{
	border:1px solid #ccc;
	padding:15px;
	display:flex;
	margin-bottom:30px;
}
.city_search_sec .agent_block:last-child{
	margin-bottom:0;
}
.city_search_sec .agent_block:hover{
	border-color:#f1889f;
}
.agent_block:hover h3 a{
	color:#f1889f;
}
.agent_block .agent_content{
	display:flex;
	flex:1;
	align-items:start;
}
.agent_block .agent_content .agent_small_pic{
	height:180px;
	overflow:hidden;
}
.agent_block .agent_content img{
	width:150px;
}
.agent_block .agent_content .agent_content_inn{
	flex:1;
	padding:0 20px;
}
.agent_block .agent_right{
	width:180px;
	padding-left:20px;
	border-left:1px solid #ddd;
	position:relative;
	text-align:center;
}
.agent_block .agent_content h3{
	font-size:25px;
	line-height:30px;
	font-weight:700;
	margin-bottom:15px;
}
.agent_block .agent_content h3 span{
	font-size:20px;
	font-weight: normal;
	color:#666;
}
.agent_block .contact_btn{
	position:absolute;
	right:10px;
	bottom:0;
	border:1px solid #f1889f;
	border-radius:3px;
	text-align:center;
	padding:10px 30px;
	text-transform:uppercase;
	color:#f1889f;
	font-weight:700;
}
.agent_block .contact_btn:hover{
	background:#f1889f;
	border:1px solid #f1889f;
	color:#fff;
	text-decoration:none;
}
.agent_block .full_pro_link{
	font-size:15px;
	font-weight:700;
}
.agent_block .full_pro_link:hover{
	text-decoration:none;
	color:#f1889f;
}
.agent_block .agent_right .review_star_icon{
	padding-top:18px;
}
.agent_block .agent_right .review_star_icon img{
	max-width:80px;
}
.agent_block .agent_right .review_star_icon .star_agent_text{
	display:block;
	font-size:14px;
	color:#f1889f;
}
.agent_block .agent_right .review_star_icon .star_icon .fa{
	font-size:28px;
	color:#f1889f;
}
.new_city_search{
	margin-bottom:30px;
}
.new_city_search h4{
	font-size:25px;
	line-height:28px;
	margin-bottom:20px;
	color:#f1889f;
}
.new_city_search .btn{
	width:100%;
	border-radius:0;
}
.disable img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 	filter: grayscale(100%);
	opacity:0.4 !important;
	cursor:not-allowed;
}
.btn{
	padding:12px 30px;
	font-size:20px;
	background:#f1889f;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border:0;
	border-radius:5px;
	cursor:pointer;
	display:inline-block;
}
.btn:hover{
	background:#f05576;
	text-decoration:none;
}
.city_search_right .links_agents{
	margin-bottom:30px;
}
.city_search_right .links_agents img{
	max-width:100%;
	display:block;
}
.city_search_right .links_agents a{
	color:#f1889f;
	display:block;
	margin-bottom:5px;
}
.city_search_right .inner_slider .tesimoni_content{
	padding:0;
	text-align:left;
}
.city_latest_news h4{
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	margin-bottom:15px;
}
.city_latest_news .news_block{
	margin-bottom:25px;
	text-align:justify;
}
.city_latest_news .news_block h5{
	font-weight:bold;
	font-size:18px;
	color:#f1889f;
	text-align:left;
}
.city_latest_news .news_block h5 a{
	color:#f1889f;
}
.view_all_news{
	color:#f1889f;
}
.more_link{
	color:#f1889f;
	margin-left:10px;
}
.inner_slider .slick-arrow{
	display:none !important;
}
.pink_bar_title{
	background:#f1889f;
	color:#fff;
	padding:15px;
	font-size:30px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
}
.pink_bar_title h1{
	margin:0;
}
.agent_contact_page .agent_picture{
	padding:0 15px;
	width:17%;
}
.agent_contact_page .agent_contact_info{
	padding:0 15px;
	width:83%;
}
.agent_contact_page .agent_picture img{
	max-width:100%;
}
.agent_contact_form .form-group{
	width:50%;
	padding:0 15px;
}
.agent_contact_form .form-group .required_msg{
	right:30px;
	top:10px;
}
.agent_con_title{
	font-size:20px;
	line-height:25px;
	font-weight:700;
	color:#f1889f;
}
.four_agent_section{
	display:flex;
	margin-bottom:15px;
	position:relative;
}
.four_agent_section .error_msg{
	display:block;
	position:absolute;
	width:100%;
	z-index:999;
	top:-50px;
}
.four_agent_section .agent_img_blk{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	padding:15px;
	background:#f1f1f1;
}
.four_agent_section .agent_img_blk .agent_pop_pic{
	height:180px;
	overflow:hidden;
}
.four_agent_section .agent_img_blk .agent_pop_content{
	flex:1;
	padding-left:25px;
}
.four_agent_section .thank_you_section{
	display:block;
	margin-bottom:20px;
}
.four_agent_section .agent_img_blk .agent_pop_pic img{
	width:180px;
	display:block;
}
.four_agent_section .top_agent_title{
	display:block;
	font-weight:700;
	color:#f1889f;
	font-size:20px;
	margin-bottom:5px;
}
.agent_cont_btn{
	width:170px;
	display:block;
}
.bottom_content{
	padding-top:40px;
}
.bottom_content h4{
	font-weight:700;
	color:#333;
}
.custom_checkbox{
	margin-right:15px;
}
.styled-checkbox{
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label{
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label::before{
	content: '';
	margin-right:0;
	display: inline-block;
	vertical-align: text-top;
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #959595;
	box-shadow:0 0 0 1px rgba(0, 0, 0, 0.30);
}
.styled-checkbox:focus + label:before{
	border:1px solid #ffd2dc;
	box-shadow:0 0 0 0.1rem rgba(241, 136, 159, 0.50);
}
.styled-checkbox:checked + label::after{
	content:'';
	position:absolute;
	left:5px;
	top:12px;
	background:#f1889f;
	width:3px;
	height:3px;
	box-shadow:2px 0 0 #f1889f, 4px 0 0 #f1889f, 4px -2px 0 #f1889f, 4px -4px 0 #f1889f, 4px -6px 0 #f1889f, 4px -8px 0 #f1889f, 4px -10px 0 #f1889f;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
}
.agent_profile_head{
	background:url(../images/agent_profile_head_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:40px 0;
}
.agent_profile_head .head_profile_img{
	border-radius:5px;
	height:210px;
	overflow:hidden;
	border:3px solid #fff;
}
.agent_profile_head .head_profile_img img{
	width:200px;
	display:block;
	border-radius:5px;
}
.agent_profile_head .head_profile_content{
	flex:1;
	padding:0 0 0 40px;
}
.agent_profile_head .head_profile_content .name_city{
	color:#fff;
	font-size:30px;
	font-weight:700;
	padding:0 10px 0 0;
}
.agent_profile_head .head_profile_content .bullet_icon{
	color:#fff;
	padding:0 10px 0 0;
}
.head_profile_content .review_star{
	margin:10px 0 0 0;
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.head_profile_content .review_star span:last-child{
	position:relative;
	top:-3px;
}
.head_profile_content .review_star span:last-child:hover{
	text-decoration:underline;
}
.head_profile_content .review_star .fa{
	font-size:25px;
	color:#f1889f;
	margin-right:1px;
}
.head_profile_content .pro_head_btn{
	margin-top:70px;
	display:flex;
}
.pro_head_btn .pro_share_btn{
	position:relative;
	background:#493f3f;
	color:#fff;
	border-radius:10px;
	display:flex;
	text-align:center;
	margin-left:100px;
}
.sharethis-inline-share-buttons{
	margin:20px 0 0 20px;
}
.pro_head_btn .pro_share_btn a{
	display:block;
	color:#fff;
	padding:20px;
	font-size:20px;
	border-left:1px solid #fff;
}
.pro_head_btn .pro_share_btn a:first-child{
	border-left:0;
}
.pro_head_btn .pro_share_btn a .fa{
	margin-right:10px;
}
.pro_head_btn .pro_share_btn a:hover{
	text-decoration:none;
	color:#f1889f;
}
.share_popup{
	background:#fff;
	padding:6px 5px;
	text-align:center;
	position:absolute;
	border-radius:5px;
	top:-58px;
	left:40px;
	height:45px;
}
.share_popup::after{
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	bottom:-7px;
	left:43%;
	transform:rotate(45deg);
	background:#fff;	
}
.pro_head_btn .btn{
	padding:20px 30px;
	border-radius:10px;
}
.agent_profile_page .profile_left{
	width:70%;
	padding:0 15px;
}
.agent_profile_page .profile_right{
	width:30%;
	padding:65px 15px 0;
}
.agent_profile_page .profile_right .desig_text{
	font-size:20px;
	font-weight:700;
	color:#f1889f;
	display:block;
	margin:0 0 20px 0;
}
.agent_profile_page .profile_right ul{
	margin-bottom:30px;
}
.agent_profile_page .profile_right ul li{
	padding:0;
	position:relative;
}
/*.agent_profile_page .profile_right ul li:before{
	content:"\f111";
	font-family:'FontAwesome';
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
}*/
.agent_profile_page .write_review_sec{
	margin:30px 0 0 0;
}
.agent_profile_page .write_review_sec .sub_title{
	margin-bottom:30px;
}
.write_review_sec .review_area{
	width:100%;
	padding:0 15px;
}
.write_review_sec .review_content{
	border:1px solid #ddd;
	padding:20px;
	margin:0 0 20px 0;
}
.write_review_sec .review_content:last-child{
	margin-bottom:0;
}
.write_review_sec .review_content .rating_star{
	font-size:20px;
	color:#f1889f;
}
.write_review_sec .row{
	align-items:start;
}
.review_area .name_text{
	font-weight:700;
}
.rating_label{
	display:inline-block;
	padding-right:20px;
}
.sratcontainer{
	display:inline-block;
}
.agent_join_form{
	text-align:center;
	padding:30px 0 0 0;
}
.agent_create_form{
	padding:0 15px;
}
.agent_create_form .create_block{
	flex:1;
	flex-wrap:wrap;
}
.agent_create_form .create_block .agent_join_msg{
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	display:block;
	position:absolute;
	color:#ff0000;
	left:20px;
	top:3px;
	text-align:left;
}
.agent_create_form .create_block .form-group .required_msg{
	top:30px;
}
.agent_create_form .create_block label{
	display:block;
	background:#acacac;
	color:#fff;
	padding:10px 20px;
	text-align:left;
	font-size:18px;
	font-weight:600;
}
.agent_create_form .agent_create_inn{
	border:1px solid #ddd;
	border-top:0;
}
.agent_create_form .agent_create_inn .form-group{
	padding:20px;
	margin-bottom:0;
}
.agent_join_form table{
	border:1px solid #ddd;
}
.agent_join_form table tr th{
	background:#acacac;
	color:#fff;
	font-size:18px;
	padding:10px 25px;
	text-align:left;
}
.agent_join_form table tr td{
	position:relative;
	padding:20px;
	text-align:left;
}
.agent_join_form table .form-group{
	margin-bottom:0;
}
.get_quote_section{
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.provide_testimonial{
	padding-top:50px;
}
.provide_testimonial h4{
	color:#f1889f;
	text-align:center;
}
.get_box{
	display:block;
	margin:0 15px;
	max-width:400px;
	overflow:hidden;
}
.get_quote_section .get_quote_img{
	display:block;
	max-width:100%;
	transition: all .2s ease-in-out;
	opacity:0.75;
}
.get_quote_section .get_quote_img:hover{
	/*transform:scale(1.1);
	transition: all .2s ease-in-out;*/
	opacity:1;
}
#instant_quote table.conten-text1{
	padding:5px 15px;
	max-width:700px;
	margin:0 auto 20px;
	background:rgba(241, 136, 159, 0.1);
	color:#333;
	text-align:center;
	border:1px solid #f9ccd6;
	line-height:25px;
}
.contactus_page .contact_us_left{
	width:70%;
	padding:0 50px 0 15px;
	border-right:1px solid #ccc;
}
.contactus_page .contact_us_right{
	width:30%;
	padding:0 15px 0 50px;
}
.contactus_page .bold_pink{
	font-size:20px;
	font-weight:700;
	color:#f1889f;
	display:block;
}
.contactus_page .contact_us_right .social_icon{
	width:36px;
	height:36px;
	font-size:20px;
	line-height:36px;
	border-radius:4px;
	background:#39549f;
	display:inline-block;
	margin-right:2px;
	color:#fff;
	text-align:center;
}
.contactus_page .contact_us_right a{
	color:#f1889f;
}
/*==========popup style======*/
/*======rating=======*/
.rating_label_popup{
	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:#f1889f;
	font-size:28px;
}
.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=======*/
.modal_wrap{
	overflow-x:hidden;
	overflow-y:auto;
	z-index:1072;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
}
.modal-box{
	position:relative;
	z-index:1000;
	width:90%;
	background:#fff;
	border-radius:5px;
	border:10px solid rgba(255, 255, 255, 0.4);
	background-clip:padding-box;
	margin:25px auto;
}
.modal-sm{
	max-width:550px !important;
}
.modal-medium{
	max-width:600px !important;
}
.modal-lg{
	max-width:800px !important;
}
.modal-xl{
	max-width:1000px !important;
}
@media (min-width: 32em){
.modal-box{ width: 90%;}
}
.modal-box header,
.modal-box .modal-header{
  padding:15px 20px;
  border-bottom:1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4{
	margin:0;
	font-size:24px;
	color:#333;
}
.modal-box .modal-body{
	padding:15px 20px;
	position:relative;
}
.modal-box .modal-body a:not(.btn){
	color:#f1889f;
}
.modal-box footer,
.modal-box .modal-footer{
	padding:1em;
	border-top:1px solid #ddd;
	background:rgba(0, 0, 0, 0.02);
	text-align:right;
}
.modal-overlay, .modal-renting-overlay{
	opacity:0;
	filter:alpha(opacity=0);
	position:fixed;
	top:0;
	left:0;
	z-index:900;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8) !important;
	overflow-x:hidden;
	overflow-y:auto;
}
a.close{
	line-height:1;
	font-size:30px;
	position:absolute;
	top:15px;
	right:20px;
	text-decoration:none;
	color:#000;
}
a.close:hover{
	color:#f1889f;
	-webkit-transition:color .5s ease;
	-moz-transition:color .5s ease;
	transition:color .5s ease;
}
.modal-box .btn{
	width:160px;
	margin:0 auto;
	display:block;
}
.button_section{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.button_section .btn{
	width:auto;
	margin:0 15px;
}
.get_quote_popup{
	width:650px;
	max-width:95%;
}
.get_quote_popup header{
	padding:0;
}
.get_quote_popup header img{
	max-width:100%;
}
.get_quote_popup h3{
	padding:15px 20px;
	color:#333;
	font-weight:700;
}
/*==========popup style======*/
.congratulation_msg{
	color:#12ac00;
	font-size:20px;
	padding:15px 10px 15px 15px;
	margin:0 0 15px 0;
	text-align:center;
}
.thank_title{
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	display:block;
	color:#0f9700;
	margin-bottom:5px;
	padding:0 15px;
}
.green_text{
	color:#0f9700 !important;
}
.thank_sub_text{
	font-size:18px;
	line-height:24px;
	display:block;
	color:#959595;
	text-align:center;
	margin-bottom:15px;
}
.thank_you_p{
	font-size:15px;
	line-height:22px;
	text-align:center;
}
.thank_fotoer{
	font-size:15px;
	line-height:22px;
	text-align:center;
	padding-top:10px;
	margin:0 auto 20px;
	border-top:1px solid #ccc;
}
.agent_thank_you{
	max-width:1100px;
	padding:50px;
	text-align:center;
	margin:0 auto;
	font-size:23px;
	line-height:35px;
}
.btn_100, .width_100{
	width:100% !important;
}
.relocation_kit ul{
	padding-bottom:20px;
}
.relocation_kit ul li{
	width:24%;
	display:inline-block;
	margin-bottom:5px;
}
.relocation_kit .relocation_list li{
	width:auto;
	display:inline-block;
	position:relative;
	margin-bottom:5px;
	padding-left:20px;
	padding-right:15px;
}
.relocation_kit .relocation_list li:before{
	content:"\f005";
	font-family:'FontAwesome';
	font-size:12px;
	position:absolute;
	left:0;
}
.relocation_form{
	max-width:100%;
}
.relocation_form .form-group{
	padding:0 15px;
	width:50%;
}
.small_text{
	font-size:12px;
	line-height:18px;
	display:inline-block;
}
.blog_content_wrap{
	border:1px solid #ddd;
	margin-bottom:25px;
}
.blog_content_wrap:last-child{
	margin-bottom:0;
}
.blog_content_wrap .row{
	margin:0;
}
.blog_content_wrap .blog_img{
	width:22%;
	padding:15px;
}
.blog_content_wrap .blog_content{
	flex:1;
	padding:15px;
}
.blog_content_wrap h3, .blog_content_wrap h1{
	font-size:25px;
	line-height:28px;
	font-weight:700;
	color:#333;
	margin-bottom:5px;
}
.blog_content_wrap .blog_content h5{
	font-weight:bold;
}
.blog_content_wrap .blog_content h5 a{
	color:#f1889f;
}
.blog_content_wrap .btn{
	border:1px solid #f1889f;
	color:#f1889f;
	font-size:16px;
	font-weight:bold;
	background:#fff;
	padding:10px 30px;
}
.blog_content_wrap .btn:hover{
	color:#fff;
	background:#f1889f;
	border:1px solid #f1889f;
}
.blog_content_wrap .date_post{
	border-top:1px solid #ddd;
	padding:5px 15px;
	font-size:14px;
}
.latest_article_grid .grid_view{
	padding:0 15px;
	border:0;
	width:33.33%;
	display:flex;
}
.latest_article_grid .grid_view .blog_content{
	border:1px solid #ddd;
	position:relative;
	padding-bottom:60px;
}
.latest_article_grid .grid_view .date_post{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}
.latest_article_grid .grid_view h3{
	font-size:22px;
	margin-bottom:15px;
}
.latest_article_grid .grid_view h3 a{
	color:#333;
}
.latest_article_grid .grid_view:hover h3 a{
	color:#f1889f;
	text-decoration:none;
}
.recent_articles .news_btn{
	display:table;
	font-size:20px;
	text-align:center;
	color:#fff;
	background:#f1889f;
	border-radius:40px;
	padding:15px 35px;
	border:2px solid #f1889f;
	margin:15px auto;
}
.recent_articles .news_btn:hover{
	border:2px solid #f1889f;
	background-color:transparent;
	color:#f1889f;
	text-decoration:none;
}
.sco_h2{
	font-weight:bold;
	color:#333;
	font-size:25px;
}
.sco_h3{
	color:#f1889f !important;
	font-size:18px !important;
	text-align:right;
}
.news_title{
	text-transform:capitalize;
}
.recent_articles h4{
	font-size:22px;
	font-weight:700;
	color:#333;
}
.recent_articles ul{
	padding-left:20px;
}
.recent_articles ul li{
	margin-bottom:8px;
	position:relative;
	padding-left:26px;
}
.recent_articles ul li:before{
	content:"\f058";
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:0;
	color:#f1889f;
}
.testimonials .client_name{
	text-align:right;
	font-style:italic;
}
.testimonials .client_name strong{
	color:#000;
	font-weight:700;
}
.ebook_download .ebook_dwn_content{
	width:70%;
	padding:0 15px;
}
.ebook_download .row{
	margin-bottom:35px;
	border-bottom:1px solid #959595;
	padding-bottom:35px;
}
.ebook_download .row:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.ebook_download .ebook_dwn_img{
	width:30%;
	padding:0 15px;
}
.ebook_download .ebook_dwn_img img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.ebook_download h2{
	font-style:italic;
}
.ebook_download h2 span{
	display:block;
	font-weight:400;
}
.ebook_download .download_sec{
	display:flex;
	flex-wrap:wrap;
	margin-top:15px;
}
.ebook_download .download_sec p{
	padding:0 0 0 50px;
}
.ebook_download .download_sec p span{
	display:block;
}
.find_agent_section{
	position:relative;
	padding:90px 0 110px;
}
.findlender_bg{
	background-size:cover !important;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.find_agent_section .top_agent_search{
	max-width:550px;
	position:relative;
	left:150px;
	z-index:2;
}
.find_agent_section .top_agent_search .btn{
	border-radius:3px;
}
.find_agent_section .top_agent_search h1{
	color:#fff;
	font-size:40px;
	line-height:48px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:15px;
}
.find_agent_section .top_agent_search p{
	color:#fff;
	font-size:17px;
	line-height:22px;
	padding-bottom:25px;
}
.find_agent_section .top_agent_search ul li{
	display:inline-block;
	padding-right:10px;
	color:#fff;
}
.find_agent_section .top_agent_search ul li a{
	color:#fff;
}
.find_agent_section .top_agent_search .lender_login{
	padding:35px 0 0 0;
}
.find_agent_section .top_agent_search .lender_login h4{
	font-size:24px;
	line-height:30px;
	color:#fff;
	margin-bottom:20px;
}
.find_agent_section .top_agent_search .lender_login .btn_lender{
	background:none;
	border:1px solid #fff;
	padding:15px 35px;
	color:#fff;
	font-size:18px;
	margin-right:20px;
	display:inline-block;
	cursor:pointer;
}
.find_agent_section .top_agent_search .lender_login .btn_lender:hover{
	background:#f1889f;
	border-color:#f1889f;
	text-decoration:none;
}
.resource_page .resource_page_block{
	margin-bottom:25px;
}
.resource_page .resource_page_block:last-child{
	margin-bottom:0;
}
.resource_page .resource_page_block h2{
	font-size:25px;
	line-height:28px;
	color:#f1889f;
	font-weight:700;
}
.resource_page .resource_page_block .resource_link{
	font-weight:700;
	color:#3a3a3a;
}
.mortgage_form{
	border:1px solid #ddd;
	padding:25px;
}
.mortgage_form .form-group{
	padding:0 15px;
	width:33.33%;
}
.faq_page dl{
	margin-bottom:35px;
}
.faq_page dl dt{
	font-size:17px;
	font-weight:700;
	cursor:pointer;
	color:#f1889f;
	margin-bottom:8px;
	position:relative;
	padding-left:25px;
}
.faq_page dl dd{
	padding-left:25px;
}
.faq_page .faq_group{
	background:#eee;
	font-size:18px;
	font-weight:700;
	color:#3a3a3a;
	text-transform:uppercase;
	padding:5px 10px;
	margin-bottom:10px;
}
.faq_page dl dt:before{
	content:"\f054";
	font-family:'FontAwesome';
	position:absolute;
	top:1px;
	left:4px;
	font-size:13px;
}
.faq_page dl dt.active:before{
	content:"\f078";
	font-family:'FontAwesome';
}
/*========agent account========*/
.mobile_logout{
	display:none;
}
.mobile_logout a{
	border:1px solid #f1889f;
	border-radius:3px;
	padding:10px 20px;
	font-size:20px;
	display:block;
	color:#f1889f;
	margin:0 0 15px 15px;
}
.mobile_logout a:hover{
	background:#f1889f;
	color:#fff;
	text-decoration:none;
}
.agent_account_wrap{
	padding:30px 0;
}
.agent_account_wrap .agent_account_left{
	flex-basis:275px;
	padding:0 15px;
}
.agent_account_wrap .agent_account_right{
	flex:1;
	padding:0 15px 0 25px;
}
.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:20px;
	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 #f1889f;
	color:#f1889f;
}
.agent_account_wrap .account_info_block{
	position:relative;
	border:1px solid #ddd;
	padding:20px 25px;
	margin-bottom:30px;
	z-index:10;
}
.print_btn{
	padding:6px 15px;
	font-size:16px;
}
.account_info_block .info_block_title{
	font-size:20px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}
.account_info_block .acc_info_block_in{
	display:flex;
	flex-wrap:wrap;
}
.account_info_block .acc_info_block_in .acc_info_left{
	width:220px;
	padding-right:25px;
	margin-right:25px;
	border-right:1px solid #ddd;
	position:relative;
}
.account_info_block .acc_info_block_in .acc_info_left #imgCropped{
	max-width:100%;
}
.account_info_block .acc_info_block_in .acc_info_right{
	flex:1;
}
.service_area_inn{
	margin-left:-15px;
	margin-right:-15px;
}
.acc_info_block_in .acc_info_left .upload_tips{
	padding:15px 0 0 0;
	font-size:16px;
	line-height:24px;
}
.acc_info_block_in .acc_info_left .upload_tips ol{
	margin:0 0 15px 15px;
}
.acc_info_block_in .acc_info_left .upload_tips ol li{
	margin-bottom:10px;
	padding-left:10px;
}
.acc_info_block_in .acc_info_left .upload_tips span{
	display:block;
	padding-bottom:5px;
}
.acc_info_block_in .acc_info_left .upload_tips a{
	color:#f1889f;

}
.acc_info_block_in .acc_info_right .form-group{
	padding:0 15px;
	margin-bottom:20px;
	width:50%;
}
.acc_info_block_in .acc_info_right label{
	font-size:18px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.acc_info_block_in .acc_info_right label span{
	font-weight:400;
	color:#a5a5a5;
	padding-left:10px;
}
.add_icon{
	font-size:28px;
	margin:0 -15px 0 10px;
	cursor:pointer;
}
.acc_info_block_in .add_newcard{
	font-size:20px;
	color:#f1889f;
}
.acc_info_block_in .acc_info_right .year_month_box{
	width:48%;
	float:left;
	margin-right:4%;
}
.acc_info_block_in .acc_info_right .newcard_form{
	padding-top:20px;
}
.billing_terms_text{
	background:#f6f6f6;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:15px;
}
.faq_terms{
	max-height:200px;
	overflow:auto;
}
.img-cropped{
	position:relative;
	overflow:hidden;
	height:180px;
	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;
}
.service_area_table .btn{
	padding:7px 12px;
	font-size:17px;
}
.service_area_table tr th{
	color:#f1889f;
}
.fa-trash-o{
	font-size:24px;
	color:#f1889f;
}
.agent_join_faq dt{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	color:#333;
}
.agent_join_faq dd a{
	color:#f1889f;
}

/*===affiliate=====*/
.d-none{display:none;}
.agent_account_wrap .edit_pro_menu ul li.active a{
    text-decoration:none;
    border-left: 5px solid #f1889f;
    color:#f1889f;
}
.affiliate_info .row{
    margin-bottom:25px;
}
.affiliate_info .info_block_title{
    margin-bottom:15px;
}
.affiliate_info .form-group{
    padding:0 15px;
}
.width_50{
    width:50% !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top{
    position:-webkit-sticky;
    position:sticky;
    top:10px;
    z-index:1020;
  }
}
.affiliate_info table{
	border-collapse:collapse;
}
.affiliate_info table tr th{
	background:#f0f0f0;
}
.affiliate_info table tr th, .affiliate_info table tr td{
	border:1px solid #ddd;
	padding:10px;
	color:#333;
}
.affiliate_info .required_msg{
	top:35px;
}
.statistics_btn-group{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-bottom:15px;
	position:relative;
	z-index:999;
}
.statistics_btn-group .btn{
	font-size:15px;
	padding:6px 10px;
	margin-left:5px;
}
.statistics_btn-group .textbox{
	border:1px solid #ccc;
	padding:8px;
	border-radius:5px;
	width:120px;
	margin-right:5px;
}
.logout_link{
	border-top:0 !important;
}
.visitors_counter_bg{
	background:#f0f0f0;
	padding:5px 10px;
	margin-bottom:15px;
	border-radius:3px;
}
.visitors_counter_bg span{
	display:inline-block;
	width:48%;
	font-weight:bold;
	color:#f1889f;
}

/*===affiliate=====*/
/*========agent account========*/

/*========mortagage lender========*/
.mortgage_lenders_pro .mortgage_block{
	width:100%;
	border:1px solid #ddd;
	display:flex;
	margin-bottom:30px;
	overflow:hidden;
}
.mortgage_lenders_pro .mortgage_block:hover{
	border-color:#f1889f;
}
.mortgage_lenders_pro .mortgage_block:hover .mortgage_pro_content h4 a{
	color:#f1889f;
}
.mortgage_lenders_pro .mortgage_block:last-child{
	margin-bottom:0;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_img{
	position:relative;
	width:250px;
	padding:0 20px;
	background:#f1889f;
	height:auto;
	text-align:center;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_img::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#f1889f;
	top:0;
	right:-124px;
	transform:skewY(81deg);
	z-index:-1;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_logo{
	width:145px;
	height:145px;
	border:10px solid rgba(241, 136, 159, 0.5);
	background:#fff;
	overflow:hidden;
	display:flex;
	margin:15px auto;
	padding:5px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_logo img{
	margin:auto;
	max-width:100%;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content{
	position:relative;
	padding:20px 20px 70px 70px;
	flex:1;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content p strong{
	font-size:16px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content h4{
	font-weight:700;
	font-size:22px;
	color:#333;
	margin-bottom:15px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content h4 a{
	color:#333;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content h4 a:hover{
	color:#f1889f;
	text-decoration:none;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content h5{
	font-size:17px;
	color:#f1889f;
	margin-bottom:5px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content .lender_btn{
	position:absolute;
	bottom:15px;
	right:15px;
	border:1px solid #f1889f;
	border-radius:3px;
	padding:7px 20px;
	text-align:center;
	color:#f1889f;
	font-weight:700;
	font-size:14px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content .lender_btn:hover{
	background:#f1889f;
	color:#fff;
	text-decoration:none;
}

.mortgage_lenders_pro .mortgage_block .mortgage_pro_content .mortgage_add{
	font-size:16px;
	display:block;
	margin-bottom:15px;
}
.inner_slider .tesimoni_content{
	text-align:left;
	padding:0;
}
.mortgage_signup{
	margin-bottom:40px;
}
.mortgage_signup p{
	font-weight:700;
}
.mortgage_signup p span{
	display:block;
	font-size:27px;
}
.agent_login{
	max-width:600px;
}
.agent_login .forget_pass{
	text-align:left;
}
.agent_login .forget_pass a{
	color:#f1889f;
	margin:0 10px;
}
.agent_login .forget_pass a:first-child{
	margin-left:0;
}
/*========ebook popup======*/
.video_popup{
	width:850px;
	height:484px;
	border:0;
	border-radius:0;
	margin-top:5%;
}
.video_popup iframe{
	width:100%;
	height:100%;
}
.video_popup a.close{
	width:30px;
	height:30px;
	line-height:30px;
	background:#f1889f;
	color:#fff;
	text-align:center;
	border-radius:50%;
}
.ebook_popup{
	max-width:550px;
	border:0;
	border-radius:0;
	margin-top:5%;
}
.ebook_popup .js-modal-close{
	font-size:25px;
	text-align:center;
	line-height:28px;
	width:30px;
	height:30px;
	background:#222;
	border-radius:50%;
	color:#fff;
	right:-15px;
	top:-15px;
}
.ebook_popup img{
	max-width:100%;
	display:block;
}
.ebook_popup .success-msg{
    background:#fff;
    border:0;
	border-radius:3px;
    text-align:center;
    color:#1eb64f;
    font-size:16px;
	line-height:22px;
	padding:5px;
	display:block;
    margin:-65px 0 0 0;
}
.ebook_popup .success-msg a{
	color:#fff;
}
.ebook_form, .ebook_form_retire{
	padding:0 15px 10px 15px;
	position:absolute;
	box-sizing:border-box;
	bottom:30px;
	left:0;
	width:100%;
}
.ebook_form .pop_textbg, .ebook_form_retire .pop_textbg{
	margin-top:10px;
	position:relative;
	width:60%;
	float:left;
}
.ebook_form .pop_textbg .poptext_box, .ebook_form_retire .pop_textbg .poptext_box{
	display: block;
	width:100%;
	height:47px;
	padding:5px 10px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:47px;
	color:#3a3a3a;
	background-color:#fff;
	background-image:none;
	border:1px solid #b7b7b7;
	box-sizing: border-box;
}
.ebook_form .ebook_pop_btn, .ebook_form_retire .ebook_pop_btn_retire{
	width:37%;
	background:#f3869e;
	color:#fff;
	text-align:center;
	border:0;
	font-size:20px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	cursor:pointer;
	padding:0;
	height:60px;
	border-radius:30px;
	float:right;
	outline:none;
}
.ebook_form_retire .ebook_pop_btn_retire{
	background:#1d1d1d;
}
.ebook_popup .four_bottom_sec{
	width:100%;
	text-align:center;
	font-size:17px;
	line-height:20px;
	padding:8px 5px;
	position:absolute;
	bottom:0;
	background:none;
	color:#151515;
}
/*========ebook popup======*/

/*=====giving back========*/
.giving_block{
	width:33.33%;
	padding:0 35px;
}
.giving_block .giving_logo{
	text-align:center;
	margin-bottom:10px;
}
.giving_block .giving_logo img{
	max-width:100%;
}
.giving_block .more_link{
	margin:0;
}
.giving_block p{
	text-align:justify;
}
.news_column p, .news_column a, .news_column span, .news_column strong{
	font-size:15px !important;
	line-height:25px !important;
	font-family:'Lato', sans-serif !important;
}
.news_info_cont{
	font-size:15px;
	line-height:22px;
}
/*=====giving back========*/
/*====sitemap========*/
.sitemap_block h2{
	font-size:25px;
	color:#333;
}
.sitemap_block h3{
	font-size:18px;
	font-weight:700;
	color:#f1889f;
	margin-bottom:5px;
}
.sitemap_block h3 a{
	color:#f1889f;
	font-weight:normal;
}
.sitemap_block ul li{
	float:left;
	width:33%;
	font-size:15px;
	padding-right:20px;
}
.sitemap_block ul li a:hover{
	color:#f1889f;
}
.sitemap_block .sitemap_inn{
	margin-bottom:25px;
}
/*====sitemap========*/
/*======thank you=======*/
.new_thank_you_sec{
	width:90%;
	border:1px solid #ccc;
	border-radius:5px;
	padding:50px 0;
	margin:25px auto 50px;
	padding-bottom:25px;
	box-shadow: 0 0 8px #bbb;
	background:#fff;
}
.new_thank_you_sec .thank_title{
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	display:block;
	color:#f1889f;
	margin-bottom:5px;
	padding:0 15px;
}
.new_thank_you_sec .thank_sub_text{
	font-size:18px;
	line-height:24px;
	display:block;
	color:#959595;
	padding:0 15px;
	text-align:center;
	margin-bottom:25px;
}
.new_thank_you_sec .thank_you_p{
	font-size:17px;
	width:70%;
	margin:0 auto;
	text-align:center;
}
.new_thank_you_sec .thank_you_p a{
	color:#f1889f;
	text-decoration:underline;
}
.new_thank_you_sec .thank_you_p a:hover{
	text-decoration:none;
}
.new_thank_you_sec .thank_footer{
	text-align:center;
	padding-top:10px;
	width:80%;
	margin:10px auto;
	border-top:1px solid #ccc;
}
/*======thank you=======*/
/*======404 page=========*/
.page_404_error{
	padding:50px;
	border:1px solid #ddd;
	max-width:900px;
	margin:50px 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:#f1889f;;
	padding:0 0 35px;
}
.opps_text span{
	display:block;
	font-size:50px;
	margin-bottom:25px;
}
.links_text{
	font-size:20px;
	text-align:center;
	color:#ff5015;
	padding:0 0 35px;
}
.page_404_error ul{
	text-align:center;
	padding:0 80px;
}
.page_404_error ul li{
	display:inline-block;
	padding:0 7px;
	font-size:18px;
	line-height:30px;
}
.page_404_error ul li a{
	text-decoration:none;
	color:#01408e;
}
.page_404_error ul li a:hover{
	text-decoration:underline;
}
/*======404 page=========*/
ul.agent_certifications{
	padding:0;
	margin:0 !important;
}
ul.agent_certifications li{
	position:relative;
	padding:0 0 7px 18px !important;
}
ul.agent_certifications li:before{
	position:absolute;
	content:"\f111";
	font-family:'FontAwesome';
	left:0;
	top:1px;
	font-size:11px;
	color:#999;
}
.affiliates_join .sub_title{
	margin-bottom:8px;
}
.affiliate_box{
    max-height:400px;
    overflow:auto;
    border:1px solid #ddd;
    padding:20px;
    margin-bottom:15px;
}
.affiliate_box ul{
    padding:0 0 20px 20px;
}
.affiliate_box ul li{
    position:relative;
    width:100%;
    float:none;
    padding-left:18px;
    margin-bottom:5px;
}
.affiliate_box ul li:before{
	font-size:11px;
    content:"\f111";
    font-family:'FontAwesome';
    position:absolute;
    left: 0;
    top:0;
}

/*====social banner====*/
#banner_container{position:relative;}
.media_page_head{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom:2px solid #4d4d4d;
    margin-bottom:30px;
}
.media_page_head .page_title{
    border-bottom:0;
    padding:0;
    margin:0;
}
.media_page_head .form-group{
    width:325px;
}
.media_page_head .form-group .point_drop{
    position: absolute;
    font-size:12px;
    bottom:-25px;
    color:red;
}
.affi_banner_block{
    width:50%;
    display:flex;
    padding:0 15px;
}
.affi_banner_block .affi_img_wrap{
	position:relative;
    border:1px solid #ddd;
    margin-bottom:30px;
    display:flex;
    width:100%;
    padding:5px;
    overflow:hidden;
}
.affi_banner_block .affi_img_wrap img{
    display:block;
    max-width:100%;
    margin:auto;
}
.affi_banner_block .img_dimensions{
	width:100%;
	height:100%;
	display:flex;
	position:absolute;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	padding:0 10px 0 20px;
	bottom:-100%;
	right:0;
	transition:all .95s ease;
}
.affi_banner_block .img_dimensions span{
	margin:auto;
	font-size:20px;
}
.affi_banner_block .img_dimensions span a{
	color:#fff;
	font-size:30px;
	margin:0 0 0 20px;
	position:relative;
	top:5px;
}
.affi_banner_block .img_dimensions span a:hover{
	color:#f1889f;
}
.affi_banner_block .affi_img_wrap:hover .img_dimensions{
	bottom:0;
}
/*====social banner====*/

.agent_ac_bot_text{
	font-size:17px;
}
/*====international page======*/
.text-center{
	text-align:center;
}
.international_wrap{
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
}
.inter_country_block{
	flex:0 0 25%;
	max-width:25%;
	padding:0 15px;
}
.inter_country_block .country_block_inn{
	padding:15px;
	margin:0 0 25px;
}
.inter_country_block .inter_country_name{
	font-size:15px;
	color:#555;
	font-weight:600;
	margin-bottom:5px;
}
.inter_country_block ul li{
	padding:4px 0;
}
.inter_country_block ul li a{
	color:#f1889f;
}
.international_join{
	text-align:center;
}
.international_join p{
	font-weight:600;
	font-size:23px;
	color:#555;
	padding-bottom:15px;
}
.international_join .inter_join_btn{
	padding:8px 30px;
	font-size:18px;
}
/*====international page======*/

/*===custom file====*/
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
 }
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label{
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight:normal !important;
  font-size:14px !important
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 24px;
  padding: 0.375rem 0.75rem;
  line-height:24px;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.upload-progress .fileupload-status {color: #515252;font-size: 11px;margin: 3px 0 0;font-style: italic;letter-spacing: 0.5px;}

progress {
	/*width: 400px;
	height: 14px;*/
		/* Important Thing */
	-webkit-appearance: none;
	border: none;
	background:none !important;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background:#f2f2f2;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, #ba7448, #c4672d);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}
/*===custom file====*/
/*====9-8-22====*/
.popup_blink{
	text-align:center;
	margin:20px 0;
}
.popup_blink span{
	font-size:28px;
	color:red;
	font-weight:bold;
	padding:0 7px;
	text-transform:uppercase;
	animation: blink 1s linear infinite;
}
@keyframes blink{
	0% {
		opacity:0;
	}
	50% {
		color:orange;
	}
	75% {
		color:blue;
	}
	100% {
		color:red;
		opacity:1;
	}
}
/*====9-8-22====*/

/*====responsive style====*/
@media(max-width:1500px){
.container{
	width:100%;
	padding-left:50px;
	padding-right:50px;
}
.menu_bar ul li{
	font-size:17px;
	padding:0 21px;
}
.resource_sect .resource_cont a span{
	font-size:18px;
	line-height:26px;
}
.resource_sect .resource_cont a{
	padding:25px 15px;
}
.ebook_dwn .ebook img{
	max-width:90%;
}
}
@media(max-width:1300px){
.menu_bar ul li{
	padding:0 16px;
}
.agent_create_form .agent_create_inn .form-group{
	padding-top:30px;
}
}

@media(max-width:1199px){
.menu_bar ul li{
    font-size:15px;
    padding:0 8px;
}
.slider_sec{
	padding:100px 0;
}
.head_search h1{
	font-size:42px;
	line-height:50px;
}
.head_search .search_row{
	margin:10px 0;
}
.blog_section .blog_side, .blog_section .testimoni_slider{
	width:100%;
	margin-top:30px;
}
.footer_top_section .footer_left_side{
	width:100%;
}
.footer_top_section .footer_right_side{
	width:100%;
	padding:40px 0 0 0;
	display:flex;
	align-items:start;
}
.footer .ft_social{
	padding:0 0 0 60px;
}
.inner_page_head .header_html_banner{
	min-height:270px;
	height:270px;
}
.inner_header_cont .about_banner{
	padding:0 150px;
}
.header_html_banner .inner_header_cont .banner_title{
	font-size:32px;
}
.inner_header_cont .resource_banner .resource_inn{
	width:45%;
}
.inner_header_cont .ebook_banner{
	width:95%;
}
.resource_banner .banner_title{
	font-size:30px;
}
.resource_sect .resource_block{
	display:inline-block;
}
.resource_sect .resource_cont{
	min-height:165px;
}
.inner_header_cont .prvacy_policy_banner{
	width:50%;
}
.contactus_page .contact_us_left{
	width:60%;
}
.contactus_page .contact_us_right{
	width:40%;
}
.inner_header_cont .relocation_head{
	width:60%;
}
.city_search_sec .city_search_left{
	padding:0 25px 0 15px;
}
.city_search_sec .city_search_right{
	padding:0 15px 0 25px;
}
.pro_head_btn .pro_share_btn{
	margin-left:40px;
}
.find_agent_section .top_agent_search{
	max-width:500px;
	left:100px;
}
.acc_info_block_in .acc_info_right .form-group{
	width:100%;
}
.mortgage_lenders_pro .mortgage_pro_left{
	padding:0 25px 0 15px;
}
.mortgage_lenders_pro .mortgage_pro_right{
	padding:0 15px 0 25px;
}
.sitemap_block ul li{
	width:50%;
}
.text_note_msg{
	padding-top:0 !important;
}
.latest_article_grid .grid_view{
	width:50%;
}
}

@media(max-width:991px){
.mobile_logout{
	display:block;
}
.menu_bar{
	display:none;
}
.head_group .head_logo img{
	margin:0 auto;
}
.menubtn{
	display:block;
}
#hamburgermenu{
	display:block;
}
.container{
	padding-left:30px;
	padding-right:30px;
}
.head_group .head_logo img{
	max-width:30%;
}
.head_search h1{
    font-size:35px;
    line-height:40px;
}
.slider_sec{
	padding:60px 0;
}
.top_gay_content .top_icon_group .icon_col_block{
	width:50%;
}
.video_section .video_div, .video_section .ebook_dwn{
	width:100%;
}
.inner_page_head .header_html_banner{
	min-height:240px;
	height:240px;
}
.inner_header_cont .about_banner{
	padding:0 10px;
}
.header_html_banner .inner_header_cont .banner_title{
	font-size:30px;
}
.inner_header_cont .resource_banner .mort_lender_head{
	width:90%;
}
.resource_page .resource_page_block h2{
	font-size:20px;
}
.sub_title{
	font-size:20px;
}
.relocation_head p{
	line-height:22px;
}
.inner_header_cont .agent_join_content{
	padding:0 30px 0 35%;
	line-height:21px;
}
.giving_block{
	width:50%;
	padding:0 25px;
}
.agent_login{
	max-width:100%;
}
.city_search_sec .city_search_left{
	padding:0 15px 0 15px;
	width:100%;
}
.city_search_sec .city_search_right{
	padding:0 15px 0 15px;
	width:100%;
	border:0;
}
.heading_text{
	font-size:25px;
}
.agent_contact_page .agent_picture{
	width:30%;
}
.agent_contact_page .agent_contact_info{
	width:70%;
}
.agent_profile_head .head_profile_img{
	height:175px;
}
.agent_profile_head .head_profile_img img{
	width:170px;
}
.head_profile_content .pro_head_btn{
	margin-top:35px;
}
.pro_head_btn .btn{
	font-size:17px;
	padding:20px 20px;
}
.pro_head_btn .pro_share_btn{
	margin-left:10px;
}
.pro_head_btn .pro_share_btn a{
	padding:20px 15px;
	font-size:16px;
}
.pro_head_btn .pro_share_btn a .fa{
	margin-right:10px;
}
.agent_profile_page .profile_left{
	width:60%;
}
.agent_profile_page .profile_right{
	width:40%;
}
.find_agent_section{
	padding:90px 0;
}
.find_agent_section .top_agent_search{
	max-width:450px;
}
.find_agent_section .top_agent_search h1{
	font-size:30px;
	line-height:35px;
}
.mortgage_form .form-group{
	width:50%;
}
.account_info_block .acc_info_block_in .acc_info_left{
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
.acc_info_block_in .acc_info_left #imgCropped, .acc_info_block_in .acc_info_left #profile_imgCropped{
	display:block;
	margin:0 auto;
	max-width:170px;
}
.account_info_block .acc_info_block_in .acc_info_right{
	flex-basis:100%;
}
.agent_account_wrap .agent_account_left{
	flex-basis:100%;
	margin-bottom:20px;
}
.pink_bar_title h1{
	font-size:24px;
}
.agent_account_wrap .agent_account_right{
	padding:0 15px 0 15px;
	flex-basis:100%;
}
.sidebar__inner{
	position:relative !important;
	width:100% !important;
	left:0 !important;
}
.mortgage_lenders_pro .mortgage_pro_left{
	padding:0 15px 0 15px;
	width:100%;
}
.mortgage_lenders_pro .mortgage_pro_right{
	padding:30px 15px 0 15px;
	width:100%;
	border:0;
}
.button_section .btn{
	margin:0 6px;
	padding:12px 20px;
}
.ac-placeholder{
	padding:10px 13px;
}
.video_popup{
	width:100%;
	height:100%;
	margin-top:0;
}
.video_popup a.close{
	line-height:24px;
}
.relocation_kit ul li{
	width:45%;
}
.agent_account_left.affiliate_left_menu{
	display:block;
}
.agent_create_form .create_block label{
	font-size:17px;
	line-height:20px;
	padding:10px 15px;
	min-height:60px;
}
.agent_create_form .agent_create_inn .form-group{
	padding:15px;
	padding-top:30px;
}
.agent_join_form table tr th{
	font-size:17px;
	padding:5px 15px !important;
}
}

@media(max-width:767px){
.menubtn{
	top:40px;
}
.top_bar .social_links{
	flex-basis:30%;
}
.top_bar .contact_no{
	flex-basis:70%;
}
.head_search{
	min-width:90%;
	width:90%;
	padding:20px 15px;
}
.head_search h1{
	font-size:35px;
	line-height:37px;
}
.head_search .search_small_text{
	font-size:16px;
	line-height:20px;
	display:block;
}
.head_search ul.agents_links li{
	padding:0 5px;
	font-size:15px;
}
.top_gay_content .top_gay_title{
	font-size:18px;
}
.resource_sect .resource_block{
	display:inherit;
	width:100%;
	margin:0 0 15px;
}
.resource_sect .resource_block:last-child{
	margin-bottom:0;
}
.footer_left_side .newsletter .form-group{
	width:100%;
	padding:0;
}
.footer_left_side .newsletter .singup_btn{
	max-width:100%;
}
.footer_left_side .footer_links ul{
	width:100%;
	column-count:2;
}
.footer_top_section .footer_right_side{
	display:block;
}
.footer .ft_social{
	padding:40px 0 0 0;
}
.head_title, .resource_sect h3, .top_gay_content .confidential_text span{
	font-size:25px;
}
.blog_side .post_content h4{
	font-size:17px;
}
.inner_page_head .header_html_banner{
	min-height:210px;
	height:210px;
}
.inner_header_cont .about_banner{
	padding:0 10px;
}
.header_html_banner .inner_header_cont .banner_title{
	font-size:24px;
	line-height:28px;
}
.header_html_banner .inner_header_cont p{
	font-size:15px;
	line-height:21px;
}
.contactus_page .contact_us_left{
	width:100%;
	padding:0 15px;
	border:0;
}
.contactus_page .contact_us_right{
	width:100%;
	padding:20px 15px 0;
}
.inner_header_cont .relocation_head{
	width:90%;
}
.blog_content_wrap h3{
	font-size:22px;
}
.inner_header_cont .agent_join_content p{
	display:none;
}
.get_quote_section{
	flex-wrap:wrap;
}
.get_quote_section .get_box{
	margin:0 0 20px;
	max-width:100%;
}
.get_quote_section .get_box:last-child{
	margin-bottom:0;
}
.ebook_download .ebook_dwn_content{
	width:60%;
}
.ebook_download .ebook_dwn_img{
	width:40%;
}
.ebook_download .download_sec p{
	width:100%;
	padding:20px 0 0 0;
}
.city_search_sec .agent_block{
	display:block;
}
.agent_block .agent_right{
	width:100%;
	padding:15px 0 0;
	border:0;
	border-top:1px solid #ddd;
	margin-top:20px;
}
.agent_block .full_pro_link{
	margin:0 30px;
}
.agent_block .contact_btn{
	position:relative;
	display:inline-block;
	margin:0 auto;
	padding:6px 20px;
	right:0;
}
.agent_block .agent_right .review_star_icon{
	padding:10px 0;
}
.heading_text{
	font-size:22px;
}
.agent_contact_page .agent_picture{
	width:100%;
	text-align:center;
}
.agent_contact_page .agent_contact_info{
	width:100%;
}
.city_search_sec .city_search_right{
	padding-top:30px;
}
.pink_bar_title h1{
	font-size:25px;
}
.pro_head_btn .pro_share_btn{
	display:none;
}
.agent_profile_page .profile_left{
	width:100%;
}
.agent_profile_page .profile_right{
	width:100%;
	margin-top:50px;
	padding-top:0;
}
.agent_profile_head .head_profile_content .name_city{
	font-size:25px;
}
.agent_profile_page .write_review_sec .btn{
	margin-left:0 !important;
}
.write_review_sec .review_area{
	margin-top:20px;
}
.find_agent_section .top_agent_search{
	left:30px;
}
.service_area_table{
	display:block;
	overflow:scroll;
}
.service_area_table tr th, .service_area_table tr td{
	white-space:nowrap;
}
.pink_bar_title h1{
	font-size:25px;
}
.mortgage_signup p span{
	font-size:22px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_img{
	width:200px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_img::after{
	display:none;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content{
	padding-left:20px;
}
.lencomp_img, .lenprofile_img{
	max-width:200px !important;
	display:block;
	margin:0 auto 10px;
}
.sitemap_block ul li{
	width:100%;
}
.button_section .btn{
	width:100%;
	margin:0 0 10px;
}
.video_popup{
	margin-top:0;
}
.video_popup a.close{
	line-height:30px;
}
.latest_article_grid .grid_view{
	width:100%;
}
.agent_create_form .create_block .agent_join_msg{
	font-size:10px;
	left:15px;
}
}
@media(max-width:700px){
.inner_header_cont p{
	display:none;
}
.four_agent_section .agent_img_blk .agent_top_pic{
	width:100%;
}
.four_agent_section .agent_img_blk .agent_pop_pic img{
	margin:0 auto;
}
.agent_thank_you{
	padding:30px 20px;
	font-size:18px;
	line-height:28px;
}
.relocation_kit ul li{
	width:100%;
}
.media_page_head .page_title{
	margin-bottom:10px;
}
.statistics_btn-group{
	justify-content:flex-start;
}
.statistics_btn-group .btn{
	margin:0 5px 0 0;
	font-size:13px;
}
.statistics_btn-group .date_group{
	width:100%;
	margin-bottom:10px;
}
.agent_create_form .create_block{
	flex-basis:100%;
}
.agent_create_form .create_block .agent_join_msg{
	font-size:11px;
	top:10px;
}
.partner_logo img{
	max-width:100%;
	max-height:50px;
}
.partner_logo .partner_logo_title {
	font-size:20px;
	line-height:25px;
}
}

@media(max-width:575px){
.width_50{
    width:100% !important;
}
.menubtn{
	top:33px;
	right:20px;
}
.top_bar{
	padding:10px 30px;
}
.top_bar .social_links{
	display:none;
}
.top_bar .contact_no{
	flex-basis:100%;
}
.top_bar .contact_no p{
	text-align:center;
}
.head_group .head_logo img{
	max-width:42%;
}
.head_search h1{
	font-size:25px;
	line-height:27px;
}
.head_search .head_search_btn{
	width:140px;
	font-size:16px;
	margin-left:10px;
}
.head_search ul.agents_links li{
	display:block;
	border:0;
}
.top_gay_content .top_icon_group .icon_col_block{
	width:100%;
}
.top_icon_group .icon_col_block .icon_img{
	margin:0 auto 10px;
	height:auto;
}
.top_icon_group .icon_col_block .icon_img img{
	max-width:55px;
}
.resource_sect .resource_block{
	display:inline-block;
}
.top_gay_content .top_icon_group{
	margin:40px 0;
}
.video_section .video_div, .video_section .ebook_dwn{
	display:block;
}
.ebook_dwn .ebook{
	align-items:start;
}
.ebook_dwn .ebook img{
	width:170px;
}
.ebook_dwn .ebook_content h3{
	font-size:24px;
}
.ebook_dwn .ebook_content{
	padding:25px 0;
}
.ebook_dwn .ebook_content p{
	margin-bottom:20px;
}
.ebook_dwn .ebook_content .download_btn{
	padding:15px 30px;
}
.blog_side .new_blog_example{
	flex-wrap:wrap;
}

.blog_side .new_blog_example .blogThumb{
	flex: 0 0 100%;
	max-width: 100%;
	margin:0 0 15px 0;
}
.blog_side .new_blog_example .blogThumb{
	height: auto;
}
.blog_section .testimoni_slider{
	display:none;
}
.footer_left_side .footer_links ul{
	column-count:1;
}
.header_html_banner .inner_header_cont .banner_title{
	font-size:20px;
	line-height:26px;
}
.sub_title{
	font-size:18px;
	line-height:22px;
}
.inner_header_cont .prvacy_policy_banner{
	width:100%;
}
.relocation_form .form-group{
	width:100%;
}
#submit_frm_FreeRelocationKit{
	float:left;
}
.agent_create_form .create_block{
	flex-basis:100%;
}
.agent_create_form .create_block label, .agent_join_form table tr th{
	font-size:17px;
	line-height:20px;
}
.giving_block{
	width:100%;
	padding:0 15px;
}
.ebook_download .ebook_dwn_content{
	width:100%;
	order:2;
}
.ebook_download .ebook_dwn_img{
	width:100%;
	order:1;
	margin-bottom:20px;
}
.ebook_popup .four_bottom_sec{
	font-size:12px;
}
.ebook_form .ebook_pop_btn, .ebook_form_retire .ebook_pop_btn_retire{
	font-size:18px;
}
.inner_header_cont .resource_banner .resource_inn{
	width:65%;
}
.agent_block .agent_content{
	display:block;
}
.agent_block .agent_content .agent_small_pic{
	text-align:center;
}
.agent_block .agent_content .agent_content_inn{
	padding:15px 0 0 0;
}
.agent_block .contact_btn{
	margin-top:10px;
	width:100%;
}
.agent_contact_form .form-group{
	width:100%;
}
.sm_display{
	display:none;
}
.agent_profile_head .head_profile_img{
	margin:0 auto 20px;
}
.agent_profile_head .head_profile_content{
	flex-basis:100%;
	padding:0;
	text-align:center;
}
.pro_head_btn .btn{
	padding:20px 30px;
	margin:0 auto;
}
.find_agent_section .top_agent_search{
	max-width:300px;
}
.find_agent_section .top_agent_search h1{
	font-size:23px;
	line-height:30px;
}
.find_agent_section .top_agent_search ul li{
	font-size:15px;
	padding:0 5px;
}
.find_agent_section .top_agent_search .lender_login .btn_lender{
	display:block;
	text-align:center;
	margin:10px 0;
	padding:10px 35px;
}
.mortgage_form .form-group{
	width:100%;
}
.service_area_inn .service_area_table .form-control{
	width:150px;
}
.agent_account_wrap .agent_account_right{
	overflow:auto;
}
.agent_account_wrap .account_info_block{
	overflow:scroll;
	padding:20px;
}
.agent_account_wrap .account_info_block #login_password{
	width:148px;
	margin-right:10px !important;
}
.len_mobile_no{
	flex-wrap:wrap;
}
.len_mobile_no select, .len_mobile_no input{
	width:100% !important;
	margin:0 0 10px 0 !important;
}
.mortgage_lenders_pro .mortgage_block{
	display:block;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content{
	padding:15px;
	padding-bottom:70px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_img{
	width:100%;
	padding:15px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_logo{
	display:inline-block;
	width:120px;
	height:120px;
	margin:0 5px;
}
.mortgage_lenders_pro .mortgage_block .mortgage_pro_content .lender_btn{
	left:15px;
	right:15px;
}
.affi_banner_block{
	width:100%;
}
.account_info_block .info_block_title{
	font-size:18px;
}
.visitors_counter_bg span{
	width:100%;
	display:block;
}
.modal-box header h3{
	font-size:19px;
}
.agent_create_form .create_block label{
	min-height:auto;
}
#add_additional_area{
	padding:4px 10px !important;
	font-size:13px !important;
}
.agent_create_form .create_block .agent_join_msg{
	top:3px;
}
.partner_logo .logo_wrap{
	flex-wrap:wrap;
}
.partner_logo .logo_wrap .logo_img{
	padding:0 20px;
	width:33.33%;
}
.partner_logo img{
	max-width:85%;
}
}

/*====responsive style====*/
#sidebar2{
	position:-webkit-sticky; /* Safari */  
	position:sticky;
	top: 0;
}


/*======LGBTQ Business page=======*/
.lgbtq_business_search{
	padding:90px 0 140px;
}
.lgbtq_business_search .top_agent_search{
	max-width:700px;
	left:80px;
}
.lgbtq_business_search .business_search_section{
	max-width:400px;
	margin:50px 0 0;
}
.lgbtq_business_search .business_search_section .icon_se{
	position:absolute;
	top:8px;
	left:10px;
	font-size:18px;
	color:#f1889f;
}
.lgbtq_business_search .business_search_section .form-control, .lgbtq_business_search .business_search_section .ac-placeholder{
	padding-left:35px;
	font-size:17px;
}
.lgbtq_business_search .add_profile_btn, .header_html_banner .add_profile_btn{
	background:none;
	border:1px solid #fff;
	padding:15px 50px;
	color:#fff;
	font-size:20px;
	display:inline-block;
	cursor:pointer;
	margin:10px 0 0;
}
.lgbtq_business_search .add_profile_btn:hover, .header_html_banner .add_profile_btn:hover{
	background:#f1889f;
	color:#fff;
	text-decoration:none;
	border-color:#f1889f;
}
.popular_categories{
	padding:0;
}
.popular_categories h2{
	text-align:center;
	font-size:35px;
	color:#333;
	margin:0 0 30px;
}
.popular_categories .business_img_wrap{
	flex:0 0 33.33%;
	max-width:33.33%;
	padding:0 15px;
}

.popular_categories .business_img_wrap .business_img_block{
	margin:0 0 30px;
	position:relative;
	overflow:hidden;
}
.popular_categories .business_img_wrap .business_img_block img{
	display:block;
	width:100% !important;
}
.popular_categories .business_img_wrap .business_img_block .business_img_caption{
	background:rgb(241, 136, 159);
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:5px 10px;
}
.popular_categories .business_img_wrap .business_img_block .business_sub_cat{
	background:rgba(0, 0, 0, 0.7);
	position:absolute;
	width:100%;
	height:100%;
	top:100%;
	left:0;
	padding:20px;
	color:#fff;
	transition:.5s ease;
	z-index:1;
	overflow:auto;
}
.popular_categories .business_img_wrap .business_img_block:hover .business_sub_cat{
	top:0;
	transition:.5s ease;
}
.popular_categories .business_img_wrap .business_img_block .business_sub_cat ul li{
	position:relative;
	margin-bottom:10px;
	padding-left:20px;
}
.popular_categories .business_img_wrap .business_img_block .business_sub_cat ul li:before{
	content:"\f005";
	font-family:'FontAwesome';
	font-size:13px;
	position:absolute;
	left:0;
}
.popular_categories .business_img_wrap .business_img_block .business_sub_cat a{
	font-size:16px;
	color:#fff;
}
.popular_categories .business_img_wrap .business_img_block .business_sub_cat a:hover{
	color:#f1889f;
}
.business_img_wrap .business_img_block .business_img_caption a{
	color:#fff;
	font-size:18px;
}
.business_img_wrap .business_img_block:hover .business_img_caption{
	background:#f1889f;
	cursor:pointer;
}
.business_img_wrap .business_img_block:hover .business_img_caption a{
	text-decoration:none;
}
.add_business_banner{
	margin:40px 0;
	position:relative;
}
.add_business_banner .add_business_banner_img{
	background-size:cover !important;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.add_business_banner .business_banner_text{
	max-width:65%;
	position:relative;
	padding:40px 20px;
	text-align:right;
	color:#fff;
	float:right;
}
.add_business_banner .business_banner_text .banner_title{
	font-size:35px;
	line-height:38px;
	font-family:'helveticaneueheavy';
	color: #fff;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	margin:0 0 10px;
}
.add_business_banner .business_banner_text .btn{
	float:right;
	text-transform:capitalize;
	font-size:23px;
}
.our_recently_business{
	margin-bottom:40px;
}
.our_recently_business .recent_business_wrap{
	flex:0 0 25%;
	max-width:25%;
	padding:0 15px;
	display:flex;
}
.our_recently_business h3{
	text-align:center;
	font-size:35px;
	color:#333;
	margin:0 0 30px;
}
.our_recently_business .recent_business_wrap .recent_business_block{
	width:100%;
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	margin-bottom:30px;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_busi_logo{
	width:100%;
	height:100px;
	margin-bottom:10px;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_busi_logo a{
	display:flex;
	width:100%;
	height:100px;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_busi_logo img{
	display: block;
	margin:auto;
	max-height:100px;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_content_inn h3{
	font-size:18px;
	text-align:left;
	margin-bottom:5px;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_content_inn h3 a{
	color:#f1889f;
}
.our_recently_business .recent_business_wrap .recent_business_block .agent_content_inn p{
	padding-bottom:10px;
}
.our_recently_business .recent_business_wrap .location_text p{
	padding-bottom:3px !important;
}
.our_recently_business .recent_business_wrap .location_text .fa{
	width:15px;
	color:#f1889f;
	margin-right:5px;
}
/*======LGBTQ Business page=======*/

/*=====business list page======*/
.lgbtq_business_search_list .city_search_left{
	flex:0 0 75%;
	max-width:75%;
	padding-right:40px;
}
.lgbtq_business_search_list .city_search_right{
	flex:0 0 25%;
	max-width:25%;
	padding-left:40px;
}
.lgbtq_business_search_list .new_city_search .icon_se{
	position:absolute;
	font-size:18px;
	top:8px;
	left:10px;
	color:#f1889f;
}
.lgbtq_business_search_list .new_city_search .form-control, .lgbtq_business_search_list .new_city_search .ac-placeholder {
	padding-left:35px;
	font-size:17px;
}
.business_agent_wrap{
	padding:0;
}
.business_agent_wrap .agent_block:first-child{
	border-top:1px solid #dddddd;
	padding-top:20px;
}
.business_agent_wrap .agent_block{
	padding:0 0 20px;
	border:0;
	border-bottom:1px solid #dddddd !important;
}
.business_agent_wrap .agent_block .btn-verified{
	background:#1aa296;
	padding:0 6px;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:8px;
	display:inline-block;
}
.business_agent_wrap .agent_block .agent_busi_logo{
	width:150px;
}
.business_agent_wrap .agent_block h3 a:hover{
	text-decoration:none;
}
.business_agent_wrap .agent_block h3{
	margin-bottom:10px;
}
.business_agent_wrap .agent_block p{
	padding-bottom:10px;
}
.business_agent_wrap .agent_block .contact_btn{
	position:static;
	display:inline-block;
	width:100%;
	margin:5px 0;
}
.business_agent_wrap .agent_block .view_more_btn{
	background:#f1889f;
	border-color:#f1889f;
	color:#fff;
	max-width:180px;
}
.business_agent_wrap .agent_block .view_more_btn:hover{
	background:#fff;
	border-color:#f1889f;
	color:#f1889f;
}
.business_agent_wrap .agent_block .agent_right{
	padding-top:40px;
}
.business_agent_wrap .agent_block .location_text span{
	margin-right:25px;
}
.business_agent_wrap .agent_block .location_text span:last-child{
	margin-right:0;
}
.business_agent_wrap .agent_block .location_text .fa, .busi_details_right .location_text .fa{
	color:#f1889f;
	margin-right:5px;
}
.business_agent_wrap .get_box{
	max-width:320px;
}
.professional_block{
	border-top:1px solid #ddd;
	padding:20px 0 0;
	margin-top:30px;
}
.professional_block .professional_text{
	font-size:25px;
	color:#f1889f;
	margin-bottom:10px;
	display:block;
}
.professional_block ul{
	margin-bottom:20px;
}
.professional_block ul li{
	line-height:30px;
}
.professional_block .btn{
	border-radius:0;
	width:100%;
}
.professional_block .fa{
	font-size:10px;
	position:relative;
	top:-1px;
}
/*=====business list page======*/

/*=====business category======*/
.business_page h1{
	margin-bottom:15px;
}
.business_agent_wrap .agents_category li{
	width:50%;
	float:left;
	margin-bottom:20px;
	font-size:16px;
	font-weight:700;
	color:#f1889f;
	padding-right:30px;
}
.business_agent_wrap .agents_category li:nth-child(2n+0):after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.business_agent_wrap .agents_category li .busi_sub_cat a{
	font-size:13px;
	color:#444;
	font-weight:normal;
	margin:0 5px 0 0;
}
.business_agent_wrap .agents_category li a:hover{
	text-decoration:none;
	color:#f1889f;
}
.business_search{
	background:#f0f0f0;
	padding:20px 20px 15px;
	text-align:center;
	margin:0 0 40px;
}
.business_search h2{
	text-transform:uppercase;
	color:#333;
	font-weight:700;
	font-size:25px;
	margin-bottom:15px;
}
.business_search .search_row{
	position:relative;
	z-index:2;
}
.business_search .search_row form{
	max-width:700px;
	display:flex;
	margin:0 auto;
}
.business_search .search_row .form-group{
	flex:1;
}
.business_search .search_row .form-group .icon_se{
	position:absolute;
	top:9px;
	left:13px;
	font-size:18px;
	color:#f1889f;
}
.business_search .search_row .form-control, .business_search .search_row .ac-placeholder{
	padding-left:35px;
	font-size:17px;
}
.business_search .search_row .head_search_btn{
	border:0;
	border-radius:3px;
	width:170px;
	max-width:170px;
	height:42px;
	background:#f1889f;
	margin-left:15px;
	cursor:pointer;
	font-size:20px;
	letter-spacing:1px;
	color:#fff;
}
.business_search ul.agents_links{
	text-align:center;
}
.business_search ul.agents_links li{
	display:inline;
	color:#f1889f;
	padding:0 6px;
}
.business_search ul.agents_links li a{
	color:#f1889f;
}
/*=====business category======*/

/*=====business details======*/
.business_agent_wrap .busi_agent_block{
	border:1px solid #dee2e6;
	margin-bottom:30px;
}
.business_agent_wrap .busi_agent_block .busi_top_block{
	display:flex;
	flex-wrap:wrap;
	background:#f0f0f0;
}
.business_agent_wrap .busi_agent_block .img_block{
	flex:0 0 40%;
	max-width:40%;
	padding:15px;
	display:flex;
}
.business_agent_wrap .busi_agent_block .img_block img{
	display:block;
	max-width:100%;
}
.business_agent_wrap .busi_agent_block .img_block .busi_company_logo{
	margin-right:7px;
}
.business_agent_wrap .busi_agent_block .img_block .busi_agent_pic{
	margin-left:8px;
}
.business_agent_wrap .busi_agent_block .busi_top_block .busi_top_content{
	flex:0 0 60%;
	max-width:60%;
	padding:15px;
	position:relative;
}
.business_agent_wrap .busi_agent_block .content_block{
	display:flex;
	flex-wrap:wrap;
}
.business_agent_wrap .busi_agent_block .content_block .content_block_left{
	flex:0 0 100%;
	max-width:100%;
	padding:15px;
}
.busi_top_content .add_service_areas{
	color:#444;
	padding:0;
	margin-top:10px;
}
.text-danger{
	color:#f1889f !important;
}
.busi_top_content .contact_links_group{
	margin-top:10px;
}
.busi_top_content .contact_links_group p{
	padding-bottom:10px;
}
.busi_top_content .contact_links_group .ph_text{
	position:relative;
	padding:0 20px 5px 30px;
	color:#444;
	width:50%;
	float:left;
	word-break:break-all;
}
.busi_top_content .contact_links_group a{
	text-decoration:none;
	color:#444;
}
.busi_top_content .contact_links_group a:hover{
	text-decoration:underline;
}
.busi_top_content .contact_links_group .ph_text span{
	position:absolute;
	left:0;
	top:0;
	width:20px;
	text-align:center;
}
.busi_top_content .contact_links_group .ph_text span .fa{
	color:#f1889f;
	font-size:18px;
}
.profile_social_icon{
	position:absolute;
	top:15px;
	right:8px;
}
.profile_social_icon .ft_social_bg{
	width:30px;
	height:30px;
	border-radius:5px;
	background:#3d5599;
	color:#fff;
	display:block;
	float:left;
	margin:0 5px 10px 0;
	font-size:20px;
	line-height:30px;
	text-align:center;
}
.business_agent_wrap .busi_agent_block h3{
	font-size:26px;
	line-height:28px;
	color:#333;
	margin-bottom:10px;
}
.business_agent_wrap .busi_agent_block h3 a{
	font-weight:700;
	color:#f1889f;
}
.business_agent_wrap .busi_agent_block .service_area{
	font-size:17px;
	color:#444;
}
.business_agent_wrap .busi_agent_block .service_area span{
	font-weight:700;
	color:#333;
}
.business_agent_wrap .busi_agent_block .btn_section .btn{
	text-transform:uppercase;
	font-size:18px;
	padding:10px 25px;
	border:1px solid #f1889f;
	color:#fff;
	letter-spacing:0.5px;
}
.business_agent_wrap .busi_agent_block .btn_section .btn.bg-white{
	background:#fff;
	color:#f1889f;
	margin-left:10px;
}
.busi_edit_show{
	font-size:12px;
	margin-left:10px;
}
.busi_edit_show a{
	color:#ff0000;
	text-decoration:underline;
}
.title_note_msg{
	color:#ff0000 !important;
	font-size:12px !important;
	line-height:17px;
	text-transform:none;
	font-weight:normal;
	position:relative;
	top:-3px;
}
.bg-light{
	background:#f1f1f1;
	padding:10px 15px 0 !important;
	border-radius:3px;
}
.business_thank_page{
	padding-top:100px;
	padding-bottom:100px;
}
.business_thank_page .thank_title{
	font-weight:normal;
	margin-bottom:10px;
}
/*=====business details======*/
/*=====breadcrumb======*/
.breadcrumb_links{
	margin:0 0 25px;
}
.breadcrumb_links li{
	display:inline-block;
	position:relative;
	margin-right:25px;
}
.breadcrumb_links li:after{
	content:"\f105";
	font-family:'FontAwesome';
	position:absolute;
	right:-17px;
	color:#666;
}
.breadcrumb_links li:last-child:after{
	display:none;
}
.breadcrumb_links li a{
	color:#f1889f;
}
.breadcrumb_links li a:hover{
	color:#dc3545;
}
.business_loging_wrap{
	display:flex;
	max-width:1020px;
	margin:0 auto;
}
.business_loging_wrap .business_login_content{
	background:#f1889f;
	flex:1;
	padding:40px;
	color:#fff;
}
.business_loging_wrap .business_login_content a{
	color:#fff;
	text-decoration:underline;
}
.business_loging_wrap .business_login{
	flex:1;
	border:1px solid #ddd;
	padding:50px;
	border-left:0;
}
.business_login .forget_pass{
	display:flex;
	justify-content:space-between;
}
.business_login .page_title{
	font-size:20px;
	line-height:28px;
	border-bottom:0;
	padding-bottom:0;
	color:#727272;
}
.business_login .page_title span{
	display:block;
	color:#f1889f;
}
.w_100{
	width:100% !important;
}
/*=====breadcrumb======*/
@media(max-width:1300px){
.new_city_search h4, .professional_block .professional_text{
	font-size:21px;
	line-height:25px;
}
.business_agent_wrap .busi_agent_block .img_block{
	flex:0 0 45%;
	max-width:45%;
}
.business_agent_wrap .busi_agent_block .busi_top_block .busi_top_content{
	flex:0 0 55%;
	max-width:55%;
}
}
@media(max-width:1199px){
.header_html_banner .inner_header_cont p{
	font-size:16px;
	line-height:24px;
}
.popular_categories .business_img_wrap{
	flex:0 0 50%;
	max-width:50%;
}
.add_business_banner .business_banner_text{
	max-width:85%;
}
.add_business_banner .business_banner_text .banner_title{
	font-size:28px;
	margin-bottom:5px;
}
.our_recently_business .recent_business_wrap{
	flex: 0 0 33.33%;
	max-width:33.33%;
}
.lgbtq_business_search_list .city_search_left{
	flex:0 0 70%;
	max-width:70%;
}
.lgbtq_business_search_list .city_search_right{
	flex:0 0 30%;
	max-width:30%;
	padding-left:30px;
}
.business_agent_wrap .busi_agent_block h3{
	font-size:24px;
}
.business_agent_wrap .busi_agent_block .img_block{
	flex:0 0 40%;
	max-width:40%;
}
.business_agent_wrap .busi_agent_block .busi_top_block .busi_top_content{
	flex:0 0 60%;
	max-width:60%;
}
}
@media(max-width:1025px){
.business_agent_wrap .busi_agent_block .img_block{
	flex:0 0 100%;
	max-width:100%;
	justify-content:center;
}
.business_agent_wrap .busi_agent_block .busi_top_block .busi_top_content{
	flex:0 0 100%;
	max-width:100%;
}
.busi_agent_pic, .busi_company_logo{
	max-width:180px;
}
}
@media(max-width:991px){
.lgbtq_business_search .add_profile_btn, .header_html_banner .add_profile_btn{
	padding:10px 40px;
}
.business_search h2{
	font-size:23px;
}
.popular_categories h2{
	font-size:28px;
}
.lgbtq_business_search .top_agent_search{
	max-width:600px;
	left:50px;
}
.add_business_banner .business_banner_text{
	max-width:100%;
}
.our_recently_business .recent_business_wrap{
	flex: 0 0 50%;
	max-width:50%;
}
.lgbtq_business_search_list .city_search_left{
	flex:0 0 100%;
	max-width:100%;
	padding-right:15px;
}
.lgbtq_business_search_list .city_search_right{
	flex:0 0 100%;
	max-width:100%;
	padding:0 15px;
	margin-top:30px;
}
.business_loging_wrap .business_login_content, .business_loging_wrap .business_login{
	padding:30px;
}
}
@media(max-width:767px){
.header_html_banner .add_profile_btn{
	padding:7px 30px;
	font-size:18px;
	margin-top:0;
}
.business_search h2{
	font-size:20px;
}
.business_agent_wrap .agent_block .agent_right{
	padding-top:15px;
}
.profile_social_icon{
	position:relative;
	top:10px;
	right:0;
}
.business_loging_wrap{
	flex-wrap:wrap;
}
.business_loging_wrap .business_login_content, .business_loging_wrap .business_login{
	flex:0 0 100%;
}
.business_loging_wrap .business_login{
	border:1px solid #ddd;
	border-top:0;
}
}
@media(max-width:700px){
.header_html_banner .add_profile_btn{
	margin-top:15px;
}
.business_search h2{
	font-size:23px;
}
.popular_categories .business_img_wrap{
	flex:0 0 100%;
	max-width:100%;
}
.lgbtq_business_search .top_agent_search {
	max-width:100%;
	left:0;
	padding:0 30px;
}
.add_business_banner .business_banner_text .btn{
	font-size:20px;
}
.our_recently_business h3{
	font-size:30px;
}
.business_thank_page .thank_title{
	font-size:20px;
	line-height:26px;
}
.business_loging_wrap .business_login_content, .business_loging_wrap .business_login{
	padding:20px;
}
.business_login .page_title{
	letter-spacing:0;
}
}
@media(max-width:575px){
.container{
	padding-left:20px;
	padding-right:20px;
}
.business_search h2{
	font-size:16px;
	line-height:24px;
}
.business_search .search_row .head_search_btn{
	width:90px;
	max-width:90px;
	font-size:16px;
}
.popular_categories h2{
	font-size:22px;
}
.business_img_wrap .business_img_block .business_img_caption a{
	font-size:16px;
}
.our_recently_business .recent_business_wrap {
	flex: 0 0 100%;
	max-width:100%;
}
.our_recently_business h3{
	font-size:25px;
}
.add_business_banner .business_banner_text .banner_title {
	font-size:25px;
	line-height:30px;
}
.add_business_banner .business_banner_text{
	padding:25px 20px;
}
.add_business_banner .business_banner_text .btn{
	font-size:18px;
	padding:8px 20px;
}
.lgbtq_business_search{
	padding:70px 0 60px;
}
.business_agent_wrap .agent_block .agent_busi_logo{
	margin:0 auto;
}
.business_agent_wrap .agent_block .location_text span{
	display:block;
}
.busi_top_content .contact_links_group .ph_text{
	width:100%;
	float:none;
}
.title_note_msg{
	display:block;
	padding:0;
	top:0;
}
.business_thank_page .thank_you_p{
	width:90%;
}
#card_short_info{
	height:auto;
}
}
/*======LGBTQ Business page=======*/