@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;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.center{
	display:block !important;
	margin:0 auto !important;
}
.hidden{
	overflow:hidden;
}
.spacer, .clear{
	clear:both;
	line-height:0;
	font-size:0;
}
.clearfix::after{
	display:block;
	clear:both;
	content:"";
}
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;
}
.error_msg p, .success_msg p{
	padding-bottom:0;
}
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;
}
/*======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 #ccc;
	padding:15px 0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.partner_logo img{
	display:block;
	max-width:100%;
	margin:0 30px;
	-webkit-filter:grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter:grayscale(100%);
	opacity:0.5;
}
.partner_logo img:hover{
	filter:none;
  	-webkit-filter:none;
	opacity:1;
}
.top_gay_content{
	padding:50px 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;
	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 h4{
	color:#f1889f;
	font-weight:700;
	font-size:20px;
	margin-bottom:5px;
}
.blog_side .post_content h4 a{
	color:#f1889f;
}
.blog_side .more_link{
	color:#1e2a36;
	font-weight:700;
	margin:0;
}
.testimoni_slider .head_title{
	text-align:center;
	margin-bottom:60px;
}
.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:55%;
	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:50px 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:20px;
	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 .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:40px;
}
.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;
}
.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:0 15px;
}
.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 .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:20px;
	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:20px;
	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-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 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;
}
.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{
	margin-bottom:5px;
}
.relocation_kit .relocation_list li{
	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:800px;
}
.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:35px;
}
.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{
	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;
}
.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:110px 0;
}
.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:42px;
	line-height:50px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:15px;
}
.find_agent_section .top_agent_search p{
	color:#fff;
	font-size:23px;
	line-height:27px;
	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;
	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{
	border:1px solid #ddd;
	padding:20px 25px;
	margin-bottom:30px;
}
.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_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 10px;
	margin-bottom:20px;
	width:50%;
}
.acc_info_block_in .acc_info_right label{
	font-size:18px;
	font-weight:700;
	display:block;
	margin-left:-5px;
	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;
}
/*========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_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=========*/
/*====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;
}
.partner_logo img{
	margin:0 7px;
}
.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:1199px){
.menu_bar ul li{
    font-size:16px;
    padding:0 10px;
}
.slider_sec{
	padding:100px 0;
}
.head_search h1{
	font-size:42px;
	line-height:50px;
}
.head_search .search_row{
	margin:10px 0;
}
.partner_logo img{
	max-width:14%;
	margin:0 15px;
}
.blog_section .blog_side, .blog_section .testimoni_slider{
	width:100%;
}
.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:35px;
}
.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;
}
}

@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;
}
.partner_logo img{
	margin:0 10px;
}
.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:100px 0;
}
.find_agent_section .top_agent_search{
	max-width:450px;
}
.find_agent_section .top_agent_search h1{
	font-size:35px;
	line-height:45px;
}
.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{
	display:none;
	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;
}
}

@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:92%;
	width:92%;
	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;
}
.partner_logo img{
	max-width:22%;
}
.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;
}
.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:30px;
}
.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;
}
.find_agent_section .top_agent_search p{
	font-size:20px;
}
.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;
}
}
@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;
}
}

@media(max-width:575px){
.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;
}
.top_icon_group .icon_col_block .icon_img img{
	max-width:55px;
}
.resource_sect .resource_block{
	display:inline-block;
}
.partner_logo img{
	max-width:26%;
}
.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_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:24px;
}
.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:25px;
	line-height:35px;
}
.find_agent_section .top_agent_search p{
	font-size:17px;
}
.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;
}
}
/*====responsive style====*/
#sidebar2{
	position:-webkit-sticky; /* Safari */  
	position:sticky;
	top: 0;
}