/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#menu-item-3560 a:before {
    content: "Call Us:";
    padding-right: 10px;
    color: #11abdb;
    cursor: auto;
    overflow: hidden;
    height: 100%;
    align-items: center;
    display: flex;
}
div#userwayAccessibilityIcon {
    position: absolute;
    left: 0;
    top: 23%;
    left: 2%;
}
.main-content-all img.center_image {
    width: 100%;
}
.footer-links {
    padding: 15px 0;
}

.footer-links p {
    margin-bottom: 0;
}
#menu-item-3560 a {
    color: #11abdb !important;
}
#home_footer_img img.extra-logo {
    display: none;
}
.fusion-sticky-menu .menu-item-3560 a:before {
    content: "Call Us:";
    padding-right: 10px;
    color: #11abdb;
    cursor: auto;
    overflow: hidden;
    height: 100%;
    align-items: center;
    display: flex;
}
.footer-logo {
    max-width: 70px;
}
h2.custom_html-7 {
    display: none;
}
.fusion-sticky-menu .menu-item-3560 a {
    color: #11abdb !important;
}
.fusion-header-wrapper .fusion-header-v1.fusion-logo-left .fusion-header {
    background-color: rgba(255,255,255,0.7);
}
.fusion-header-wrapper.fusion-is-sticky .fusion-header-v1.fusion-logo-left .fusion-header {
    background-color: rgba(255,255,255,1);
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow {
    background-color: #fff !important;
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow:hover, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow:hover {
    background-color: rgba(17, 171, 219, 1) !important;
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow:before, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow:before {
    color: rgba(17, 171, 219, 1) !important;
	line-height: 52px;
    font-size: 16px;
    font-weight: bold;
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow:hover:before, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow:hover:before {
    color: #fff !important;
}
.page-id-33 section#content {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    float: none;
}
.lidd_mc_input{
	    margin-top: 30px;
}

.notification-msg{
    text-align:center;
}

.notification-msg p {
    font-weight: initial;
}


button.notify-btn {
    background: #000000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 500px;
    cursor: pointer;
}

.fusion-text.about_inner2 {
    min-height: 150px;
	margin-top: 20px;
}
/* span.fusion-imageframe.imageframe-none.imageframe-4.hover-type-none img {
    height: 128px;
}

span.fusion-imageframe.imageframe-none.imageframe-5.hover-type-none img {
    height: 128px;
} */
.lidd_mc_input input[type=submit] {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 13px;
    border-radius: 500px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.lidd_mc_input input[type=submit]:hover{
    background-color: #0fabdb;
}
.fusion-text.home_text2 p{
	text-align:center;
}
.contactForm2 {
    background-color: rgba(22, 84, 165, 0.2);
    padding: 30px 25px 30px;
}
.contactForm2_inner .quote-tittle h3 {
    color: #1654A5;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}
.contactForm2_inner .form-row {
    margin-bottom: 10px;
}
.contactForm2_inner .form-row:last-of-type {
    margin-bottom: 0px;
}
.contactForm2_inner .form-row label {
    display: block;
    margin-bottom: 5px;
    color: #1654A5;
}
.contactForm2_inner .form-row input {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
}
.contactForm2_inner .form-row textarea {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    height: 140px;
}
.contactForm2_inner .form-row input.wpcf7-submit {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.contactForm2_inner .form-row input.wpcf7-submit:hover {
    background-color: #1654A5;
    color: #fff;
}
/* .contactForm2 .form-row input {
    border: 1px solid #11abdb !important;
    line-height: 40px !important;
    height: 40px !important;
	font-size: 16px !important;
	color: #1554a5 !important;
}
.contactForm2 .form-row textarea {
    border: 1px solid #11abdb !important;
    line-height: 40px !important;
    height: 70px !important;
    font-size: 16px !important;
    color: #1554a5 !important;
    text-align: center;
	resize: inherit;
}
.contactForm2 .form-row {
    margin-bottom: 20px;
}
.contactForm2 .form-row input[type="submit"] {
    background-color: #fff;
    color: #11abdb;
    width: 100%;
    line-height: 40px !important;
    height: 40px !important;
    padding: 0;
	border-radius:0px;
}
.contactForm2 .form-row input::placeholder { 
    color: #1554a5; 
} 
  
.contactForm2 .form-row :-ms-input-placeholder { 
    color: #1554a5; 
} 
  
.contactForm2 .form-row ::-ms-input-placeholder { 
    color: #1554a5; 
}
.contactForm2 .form-row textarea::placeholder { 
    color: #1554a5; 
} 
  
.contactForm2 .form-row :-ms-textarea-placeholder { 
    color: #1554a5; 
} 
  
.contactForm2 .form-row ::-ms-textarea-placeholder {  
    color: #1554a5; 
}
.contactForm2 .form-row input[type="submit"]:hover {
	background-color:#11abdb;
	color:#1554a5;
	border:1px solid #11abdb;
}
.contactForm2 .Help-tittle h3 {
    color: #1554a5;
    font-size: 18px;
    margin: 0;
} */
.VideoSectionPS .fusion-builder-row.fusion-row {
    padding-top: 0;
}
.Vi_Section {
	margin-top:30px;
}
.TextSectionPS .fusion-builder-row.fusion-row {
    padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
#main_container{
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.fusion-logo {
    margin-top: 25px !important;
    max-width: 260px;
}
img.fusion-sticky-logo {
    margin-top: 15px;
}
.fusion-is-sticky .fusion-logo img {
    width: 200px;
}
.page-id-17 #main{
    padding-top: 0px !important;
	padding-bottom:0px !important;
}
.page-id-17 #main_container {
	margin-bottom:0px !important;
}
.fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
    text-transform: uppercase;
}
#main_container{
    width: 100% !important;
}
a.banner-btn {
    font-size: 12px !important;
}
.fusion-mobile-nav-item a, .fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a{
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #333333 !important;
        color: #fff !important;
}
.first_parallex_back{
	background-image: url(http://pslending.wpengine.com/wp-content/uploads/2019/04/moremi-lodges-safari-botswana.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	height: 750px;
}
.first_parallex_back .vc_column-inner .wpb_text_column .wpb_wrapper {
    max-width: 820px;
    margin: 0 auto;
}
.first_parallex_back .wpb_wrapper p {
    padding-top: 300px;
}
a.banner-btn {
    color: #fff !important;
}
.wpb_revslider_element.wpb_content_element {
    margin: 0;
}
a.fusion-read-more:hover{
    background: #0fabdb !important;
}
.fusion-header.fusion-sticky-shadow {
    top: -12px !important;
    height: 126px !important;
}
.fusion-header{
    height: 138px;
}
.new-video{
    padding-top: 0 !important;
}
.new{
    margin-top: 66px !important;
}
h3.f-form-head {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.fusion-post-content.post-content h2 {
    border-bottom: 1px solid #000;
    font-size: 25px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}
/*.fusion-row{
    padding-top: 150px;
}*/
/* main#main {
    padding-top: 220px;
} */
.page-id-17 .fusion-row{
    padding-top: 0px !important;
}
.tp-caption.button:hover, .button:hover{
    border-radius: 500px !important;
}
.fusion-blog-shortcode .fusion-read-more{
    background: #000000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 500px;
    margin-right: 0 !important;
}
.fusion-blog-shortcode .fusion-read-more:after{
    display: none;
}
.form-group input {
    font-family: 'Montserrat', sans-serif;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 8px 8px 8px 8px;
    outline: none;
    font-size: 15px;
    color: #333;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #fff;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    height: 41px !important;
}
.form-group.form-submit-group input {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 30px !important;
    color: #333;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    cursor: pointer;
}
.envelope i.fa.fa-envelope {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.home_text1 h1{
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 80px !important;
    width: 80%;
    margin: 0 auto;
    border-bottom: none;
}
.home_text1 p:nth-child(2){
    font-family: 'Crimson Text', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 37px !important;
    margin-bottom: 30px;
    color: #fff;
}
.home_text1 p:nth-child(3){
    color: #999;
    font-size: 18px;
    line-height: 28px;
}
.home_text1 p:nth-child(4){
    color: #999;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
}
.home_text2 h1 {
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 50px !important;
    text-align: center;
}
.home_text2 p:nth-child(2){
    color: #666;
    /*font-family: 'Crimson Text', serif;*/
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}
.home_text2 p:nth-child(3){
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.about_section1 h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #333;
    line-height: 15px;
    font-size: 25px !important;
    font-weight: 700 !important;
}
.about_inner2 p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.about_section_btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    padding: 15px 33px !important;
	background: #ff0000 !important;
}
.about_section_btn:hover{
	background: #0fabdb !important;
}
.testimonials_1, .testimonials_2, .testimonials_3 {
    width: 70%;
    margin: 0 auto;
}
.testimonials_1 p:nth-child(1), .testimonials_2 p:nth-child(1), .testimonials_3 p:nth-child(1){
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    font-style: italic;
    width: 100%;
    padding: 0 0 25px 0;
    border-bottom: 2px solid #fff;
    font-family: 'Crimson Text', serif;
}
.testimonials_1 p:nth-child(2), .testimonials_2 p:nth-child(2), .testimonials_3 p:nth-child(2){
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}
.home_inner_section_3_con{
    max-width: 960px;
    margin: 0 auto;
}
.home_inner_section_3_con h1 {
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 80px !important;
    width: 80% !important;
    margin: 0 auto;
    border-bottom: none;
}
.home_inner_section_3_con p {
    color: #36454F;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}
.home_inner_section_4_con{
    max-width: 960px;
    margin: 0 auto;
}
.home_inner_section_4_con h1 {
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 80px !important;
    width: 80% !important;
    margin: 0 auto;
    border-bottom: none;
}
.home_inner_section_4_con p {
    color: #666;
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}
.home_section_last h1{
    color: #fff  !important;
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 80px !important;
    width: 80% !important;
    margin: 0 auto;
    border-bottom: none;
    margin-bottom: 30px;
}
.home_section_last p{
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 70px;
}
.fusion-fa-align-left{
    width: 100%;
}
.contact_con p{
    color: #fff;
}
.contact_form_footer input[type=submit]{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    background-color: #fff !important;
    border: none;
    border-radius: 30px !important;
    color: #333 !important;
    font-size: 17px !important;
    text-decoration: none;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase;
}
.contact_form_footer input[type=submit]:hover{
    background-color: #953e08 !important;
    color: #fff !important;
    position: relative;
}
.info-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/* ul.nav-tabs.nav-justified li a h4{
    color: #fff !important;
} */
.home_inner_section2 .fusion-text.home_text2 strong {
    padding: 10px 0px 0px;
    display: block;
}
.contact_form_footer input {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}
.contact_form_footer textarea {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}
/*About Page Style Start*/
.team_information {
    text-align: center;
}
.team_information h3 {
    font-weight: bold !important;
}
/*About Page Style End*/
/*Testimonials Page Style Start*/
.testimonials_section blockquote p:first-of-type {
    min-height: 110px;
}
.testimonials_section .video_btn {
    display: inline-block;
    padding: 10px 0;
    background-color: #11abdb;
    color: #fff;
    width: 180px;
}
.YouTubePopUp-Close {
    left: inherit; 
    right: -36px;
}

/* .customTabs_1 .fusion-tab-heading {
    min-height: 42px;
} */
#menu-header-menu li#menu-item-42 {
    position: inherit;
} 
.fusion-header-wrapper .fusion-header-v1:hover {
    background: #fff;
    transition: 0.5s ease all;
}
#menu-item-42 ul.sub-menu {
    width: 100%;
    background-color: #fff;
    padding: 0 3%;
    padding-bottom: 30px;
    left: 0 !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 125px;
    right: 0;
}
.fusion-header-wrapper .fusion-header-v1 {
    position: relative;
}
.fusion-header-wrapper .fusion-header-v1 .fusion-row {
    position: initial;
}
.fusion-header-wrapper .fusion-header-v1 .fusion-row .fusion-main-menu {
    position: inherit;
}
#menu-item-42 ul.sub-menu li {
    width: 23%;
    border-bottom: 1px solid #11abdb;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
	float: left;
}
#menu-item-42 ul.sub-menu li a {
    color: #11abdb;
    width: 100%;
    font-size: 15px !important;
	border-bottom: 0px;
}  
#menu-item-42 ul.sub-menu li:hover {
    background-color: #11abdb;
    transition: 0.3s ease all;
}
#menu-item-42 ul.sub-menu li:hover a {
	color: #fff !important;
	background-color: transparent !important;
}


#menu-main-menu-1 li.menu-item-42 {
    position: inherit;
} 
.menu-item-42 ul.sub-menu {
    width: 100%;
    background-color: #fff;
    padding: 0 3%;
    padding-bottom: 30px;
    left: 0 !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 125px;
    right: 0;
}
.menu-item-42 ul.sub-menu li {
    width: 30%;
    border-bottom: 1px solid #11abdb;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
	float: left;
}
.menu-item-42 ul.sub-menu li a {
    color: #000 !important;
    width: 100%;
    font-size: 15px !important;
	border-bottom: 0px !important;
}  
.menu-item-42 ul.sub-menu li:hover {
    background-color: #11abdb;
    transition: 0.3s ease all;
}
.menu-item-42 ul.sub-menu li:hover a {
	color: #fff !important;
	background-color: transparent !important;
}
.display-none{
	display: none;
}
.homepage-section-intro p {
    font-family: 'Montserrat', sans-serif;
}
.our_team_members img {
    width: 100%;
}
.footerMap_Info {
    text-align: center;
    color: #fff;
    flex: 0 0 65%;
}
.footerMap_Info h4 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: 0;
	font-family: 'Montserrat' !important;
}
.footer-logo {
    max-width: 70px;
    flex: 30%;
}
.footerNews_Letter {
    max-width: 200px;
	margin: auto;
}
.footerNews_Letter h3 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: 0;
	font-family: 'Montserrat' !important;
	text-align: left;
	font-weight: bold !important;
	margin-top: 0px;
}
.footerNews_Letter a {
    background-color: #fff;
    color: #1654A5 !important;
    padding: 10px 25px 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
section#social_links-widget-2 {
    text-align: center;
	margin-bottom: 20px;
}
.licensesHeading h1 {
    font-size: 34px;
    font-weight: bold;
}
#social_links-widget-2 h4.widget-title {
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 10px;
}
.home_inner_section_3 .tab1_blogposts .fusion-posts-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .home_inner_section_3 .tab1_blogposts .fusion-posts-container article {
	position: inherit !important;
	left: 0 !important;
} */
.customTabs_1.fusion-tabs-1 .nav-tabs li a:hover{
	    background-color: #1554a5 !important;
}
.customTabs_1.fusion-tabs-1 .nav-tabs li.active a:hover{
	    background-color: #000 !important;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading{
	font-size: 14px !important;
}
h1.contact_heading {
    color: #11abdb !important;
    font-weight: bold !important;
	margin-top: 0px;
	font-size: 26px !important;
}
.contact_page_form {background-color: rgba(22, 84, 165, 0.2);padding: 30px 25px 30px;}

.contact_page_form .leftCol {
    margin-right: 15px;
    flex-basis: 50%;
    box-sizing: border-box;
}

.contact_page_form .contact_form_wrapper {
    display: flex;
    justify-content: center;
}

.contact_page_form .rightCol {
    flex-basis: 50%;
    box-sizing: border-box;
}

.contact_page_form .formRow input {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
}

.contact_page_form .formRow label {
    display: block;
    margin-bottom: 5px;
    color: #1654A5;
}

.contact_page_form .formRow {
    margin-bottom: 10px;
}

.contact_page_form .left_half_col {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_page_form .left_half_col .formRow:first-of-type {
    margin-right: 10px !important;
}

.contact_page_form .left_half_col .formRow {
    flex-basis: 47%;
}

.contact_page_form .formRow select {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #1654A5;
    max-width: 100%;
}

.contact_page_form .formRow textarea {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    height: 160px;
}

.contact_page_form .formRow input.wpcf7-submit {
    background-color: #1654A5;
    color: #fff;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.contact_page_form .formRow input.wpcf7-submit:hover {
    background-color: #1654A5;
    color: #fff;
}

.contact_page_form .title h3 {
    color: #1654A5;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}
.map_container {
    padding-top: 93%;
    display: inline-block;
    width: 100%;
	position: relative;
}

.map_container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact_box h3 {
    text-align: center;
    margin-top: 0;
    font-weight: bold !important;
    color: #11abdb !important;
    font-size: 24px !important;
    margin-bottom: 10px;
}

.contact_box {
    text-align: center;
}

.contact_box a {
    color: #11abdb;
	font-weight: normal;
}

.customTabs_1 .fusion-post-content-wrapper {
    text-align: center;
}
.customTabs_1 .fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft {
    width: 100%;
}
.mortgage-company-img img {
    max-height: 225px;
}
.homepage-section-intro {
    padding-top: 20px;
}
.customTabs_1 .nav ul.nav-tabs {
    display: table;
}
.customTabs_1 .nav ul.nav-tabs li {
    width: auto;
}
.fusion-mobile-nav-item a {
    border-color: #fff !important;
}
.video_container {
    position: relative;
    padding-top: 240px;
}
.video_container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
div.customTabs_1 .fusion-blog-archive article {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    transition: none !important;
    transform: inherit !important;
}
div.customTabs_1 .fusion-blog-archive .fusion-posts-container {
    position: inherit !important;
}
/* .fusion-blog-archive article:nth-child(2) {
    transition: none !important;
    transform: inherit !important;
} */
/*Testimonials Page Style End*/
.home_banner_title {
    text-align: center !important;
    text-shadow: 2px 2px 12px rgba(0,0,0,.7) !important;
}
.home_banner_title br:first-of-type {
    display: none;
}
#rev_slider_1_1_wrapper .tp-revslider-mainul .tp-caption {
    text-shadow: 2px 2px 12px rgba(0,0,0,.7) !important;
}
div#popmake-559.theme-554.pum-container {
    border-color: transparent;
}
div#popmake-559.theme-554.pum-container button.pum-close.popmake-close {
    top: -23px;
    right: -23px;
}
.veteran_owned_popup p {
    color: #000;
    opacity: 1;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-weight: 400;
}
.cus_bbb_reviews img.quote_open_icon {
    width: 15px !important;
    margin-top: -10px;
    margin-right: 10px;
    display: inline-block;
}
.cus_bbb_reviews img.rating_stars {
    width: 100px !important;
    margin-top: -4px;
}
.cus_bbb_reviews p {
    text-align: center;
}
.cus_bbb_reviews img.quote_close_icon {
    width: 15px !important;
    margin-left: 10px;
    display: inline-block;
    padding-top: 10px;
}
.cus_bbb_reviews ul {
    display: flex;
    list-style: none;
}
.cus_bbb_reviews ul span {
    margin-left: 10px;
    font-size: 12px;
}
.reviews_google_icon {
    vertical-align: middle;
}
a.fusion-button.button-custom.button-4.contact_us_btn1 {
    width: 100%;
    max-width: 300px;
	background: #ff0000;
}
a.fusion-button.button-custom.button-4.contact_us_btn1:hover{
	background: #0fabdb;
} 
.page-id-34 div.pum-container {
    border: 4px solid #11abdb;
}
.biography_popup .biography_popup_inner .leftCol {
    float: left;
    padding-right: 1.5rem;
}
.biography_popup .biography_popup_inner .leftCol img {
    margin: 0;
}
.biography_popup .biography_popup_inner p {
    font-weight: 400;
    line-height: 25px;
}
.biography_popup_inner h3.biography_title {
    color: #11abdb;
}
.biography_popup_inner h4 {
    margin: 0px 0 5px;
}
.our_team_members img {
    cursor: pointer;
}
input#lidd_mc_submit:focus {
    border: 2px solid #11abdb;
}
.footerNews_Letter a:focus {
    border: 1px solid #11abdb;
}
.contact_info {
    margin-bottom: 25px;
	text-align: center;
}
.fusion-text .contact_info h3 {
    color: #1654A5;
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.contact_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact_info ul li {
    margin: 0 0 10px;
    color: #333;
}
.footerMap_Info ul li a {
    display: inline-block;
}
body .userway.userway-accessibility.userway_p4.userway_hidden.userway_over .userway_accessibility_icon {
	transform: translate(-50%,-20%) !important;
}
.all_mortgages_subpages_main span.fusion-imageframe img {
    width: 100%;
}
.all_mortgages_subpages_main span.fusion-imageframe {
    width: 100%;
}
.about_member h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.about_member h1 {
    margin-bottom: 0;
}
.about_member h4 {
    margin-top: 0;
}
.about_member {
    margin-bottom: 30px;
}
.copyright-footer-custom-logo {
    float: right;
}
.copyright {
    float: left;
}
.cus_vide0_wraper .rightCol p, .cus_vide0_wraper .rightCol h3 {
    text-align: inherit;
}
.cus-veteren {
    padding-top: 90px !important;
	padding-bottom: 20px !important;
}
.cus-veteren .cus-veteren-text h2 {
    text-align: inherit;
}
.single-post #main {
    padding-bottom: 40px;
    padding-top: 50px;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active h4, .fusion-tabs.fusion-tabs-1 .nav-tabs li:hover h4{
	color: #fff;
}
.social-section .fusion-text {
    display: flex;
    justify-content: center;
}

.social-section .fusion-text h1:last-child {
    margin-left: 20px !important;
    margin: 0;
}
.social-section .fusion-text h1:first-child{
    margin: 0;
}
.social-section .fusion-social-networks-wrapper {
    justify-content: center;
    display: flex;
}
.social-section .fusion-social-networks-wrapper a{
    background: #11abdb !important;
    color: #fff !Important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px !important;
}
.social-section{
	padding-top: 20px !important;
	padding-bottom: 40px !important;
}
.social-section .fusion-layout-column {
    margin-bottom: 0 !important;
}
.tabs-home-inner-section {
    display: flex;
}

.tabs-home-inner-section .tabs-home-inner-section1 {
    width: 48%;
    float: left;
    margin-right: 4%;
	background-color: rgba(255,255,255,0);
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
}

.tabs-home-inner-section .tabs-home-inner-section2 {
    width: 48%;
	background-color: rgba(255,255,255,0);
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
}
.tabs-home-inner-section1 > div > a {
    display: flex;
}
.tabs-home-inner-section2 > div > a {
    display: flex;
}
.tabs-inner-text-block {
    padding: 30px 25px 20px 25px;
    display: inline-block;
	text-align: center;
}
div.tabs-inner-text-block h1.tabs-inner-title {
    margin: 0;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    font-size: 25px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}
.tabs-home-inner-section1>div>a + p {
    display: none;
}
.tabs-home-inner-section2>div>a + p {
    display: none;
}
.tabs-inner-text-block .seperator-line {
    height: 8px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #ebeaea;
    margin-top: 20px;
    border-bottom-style: solid;
    border-top-style: solid;
}
.tabs-inner-text-block .seperator-line + p {
    margin-top: 20px;
}
.tabs-inner-btn{
	margin-top: 20px;
    display: flex;
    justify-content: center;
}
.tabs-inner-btn a {
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 500px;
    margin-right: 0 !important;
}
.tabs-inner-btn a:hover{
    background: #0fabdb;
}
.blog-cus-post h4 {
    font-size: 16px !important;
    font-weight: 500;
}
.blog-cus-post .wp-video {
    margin: auto;
}
.footerHours_Info h4 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: 0;
    font-family: 'Montserrat' !important;
}
.footeradd_Info h4 {
    color: #fff !important;
    font-size: 14px !important;
    margin: 5px 0;
    font-family: 'Montserrat' !important;
}
section#custom_html-6 {
    margin: 0 0 20px;
}
.fusion-columns.fusion-columns-3.fusion-widget-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footerHours_Info {
    margin-bottom: 15px;
}
.fusion-sticky-shadow a#home_footer_img {
    position: absolute;
    top: 34px;
}
a#home_footer_img {
    left: 0;
    position: absolute;
    top: -5px;
    width: 8% !important;
    bottom: 0;
    text-align: center;
    right: 0;
}
@media only screen and  (max-width: 1440px) {
	.social-section .fusion-text h1 {
    font-size: 30px;
}
body .userway.userway-accessibility.userway_p4.userway_hidden.userway_over .userway_accessibility_icon {
    transform: translate(-50%,0%) !important;
}
.home-section2 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.home_text2 p:nth-child(2) {
    margin-bottom: 0px;
}
.home-section3 {
    padding-bottom: 60px !important;
}
}

@media only screen and (max-width:1100px) {
#mobile-menu-item-3560 a:before {
    content: "Call Us:";
    padding-right: 10px;
    color: #11abdb !important;
    cursor: auto;
}
#mobile-menu-item-3560 a {
	color: #11abdb !important;
}
video#video-17-1 {
    width: 100%;
}
.fusion-mobile-nav-holder {
    padding-top: 13px !important;
}
#mobile-menu-item-42 button.fusion-open-submenu {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
    margin-top: 33px;
}
.fusion-row{
    padding-top: 0px;
}
a.fusion-icon.fusion-icon-search {
    margin-top: 33px;
}
.home_text1 h1 {
    font-size: 45px !important;
    line-height: 65px !important;
	padding-top: 30px;
    padding-bottom: 20px;
}
.home_text2 h1 {
    font-size: 25px !important;
    line-height: 45px !important;
}
.page-id-17 .fusion-fullwidth.fullwidth-box.fusion-parallax-fixed {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.home_inner_section_3_con h1 {
    font-size: 45px !important;
    line-height: 65px !important;
	padding-top: 30px;
    padding-bottom: 20px;
}
.home_inner_section_4_con h1 {
    font-size: 45px !important;
    line-height: 65px !important;
	padding-top: 30px;
    padding-bottom: 20px;
}
.home_section_last h1 {
    font-size: 45px !important;
    line-height: 65px !important;
	padding-top: 30px;
    padding-bottom: 20px;
}
}
@media only screen and (max-width:1034px) {
	.fusion-text.about_inner2 {
    min-height: 150px;
	}
}

@media only screen and (max-width: 1024px) {
.fusion-text video#video-17-1 {
    width: 100%;
}
body .userway.userway-accessibility.userway_p4.userway_hidden.userway_over .userway_accessibility_icon {
    transform: translate(-50%,-15%) !important;
}
.map_container {
    padding-top: 109.8%;
}
.page-id-34 div.pum-container {
    border: 4px solid #11abdb;
    top: 20px !important;
}
.biography_popup .biography_popup_inner p {
    line-height: 22px;
    font-size: 14px;
	margin: 5px 0px 5px;
}
.biography_popup .biography_popup_inner p strong {
    line-height: 22px;
    font-size: 14px;
}
.contactForm2_inner .quote-tittle h3 {
    margin-bottom: 10px;
}
	.contactForm2_inner .form-row textarea {
    width: 100% !important;
    border: 0;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    height: 105px;
}
main#main {
    padding-top: 60px;
}
.page-id-32 main#main {
    padding-top: 60px;
}
.video_container {
    padding-top: 214.977px;
}
.fusion-header {
    height: 118px;
}
.about_section1 h2 {
    font-size: 20px !important;
    padding: 10px 0 10px;
}
/* .customTabs_1 .nav ul.nav-tabs li a.tab-link {
    min-height: 73px;
} */
.fusion-tabs.customTabs_1 {
    margin-bottom: 0px;
}
#home_footer_img ~.fusion-logo {
    margin-left: 34% !important;

}
/* .fusion-logo {
    margin-left: 34% !important;
} */
}
@media only screen and (max-width:992px){
	.fusion-sticky-shadow a#home_footer_img {
	    display: none;
	}
	a#home_footer_img {
	    display: none;
	}
}
@media only screen and (max-width:877px) {
	.fusion-text.about_inner2 {
    min-height: 240px;
	}
}
@media only screen and (max-width:844px){
	.fusion-text.about_inner2 {
    min-height: 240px;
	}
}
@media only screen and (max-width:800px){
	.mortgage-company-img img {
    max-height: inherit;
	}
	.fusion-text.about_inner2 {
    min-height: auto;
	}
}
@media only screen and (max-width:768px) {
	iframe.footer-map {
		width: 100%;
	}
	.fusion-columns.fusion-columns-3.fusion-widget-area {
		text-align: center;
		flex-direction: column;
	}
	div.tabs-inner-text-block h1.tabs-inner-title {
    	font-size: 23px !important;
}
.fusion-header.fusion-sticky-shadow {
    height: 120px !important;
    top: 30px !important;
}
body .userway.userway-accessibility.userway_p4.userway_hidden.userway_over .userway_accessibility_icon {
    transform: translate(-50%,-13%) !important;
}
nav#fusion-avada-vertical-menu-widget-2 ul li {
    text-align: center;
    padding-bottom: 0;
}
.map_container {
    padding-top: 400px;
}
.fusion-footer .fusion-column {
    margin-bottom: 15px !important;
}
h1.contact_heading {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}
h1.reviews_main_title {
    font-size: 28px !important;
}
.cus_video_main_slider {
    padding-top: 0px;
    padding-bottom: 0px;
}
.testimonials_section blockquote p:first-of-type {
    min-height: inherit;
}
.page-id-33 section#content {
    max-width: 100%;
}
.video_container {
    padding-top: 56%;
}
.fusion-header {
    height: 100px;
}
.page-id-37 main#main {
    padding-top: 0px;
}
.footerNews_Letter {
    margin: 0 auto;
}
.footerNews_Letter.last {
    margin: auto;
}
.fusion-logo img {
    width: 80%;
}
.fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
    margin-top: 25px;
}
a.fusion-icon.fusion-icon-search {
    margin-top: 25px;
}
.home_text1 h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.home_text1 p:nth-child(3) {
    font-size: 14px;
}
.home_text1 p:nth-child(2) {
    font-size: 19px !important;
}
.home_text1 p:nth-child(4) {
    font-size: 14px;
}
.home_text2 h1 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.home_text2 p:nth-child(2) {
    font-size: 19px;
}
.home_text2 p:nth-child(3) {
    font-size: 14px;
}
.about_inner2 p {
    font-size: 14px;
}
.page-id-17 .fusion-fullwidth.fullwidth-box.fusion-parallax-fixed {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.testimonials_1 p:nth-child(1), .testimonials_2 p:nth-child(1), .testimonials_3 p:nth-child(1) {
    font-size: 24px;
    line-height: 35px;
}
.home_inner_section_3_con h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.home_inner_section_3_con p {
    font-size: 19px;
}
.home_inner_section_4_con h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.home_inner_section_4_con p {
    font-size: 19px;
}
.home_section_last h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.home_section_last p {
	font-size:19px;
}
/* .copyright p {
	margin-top:0px !important;
} */
.fusion-footer-widget-column {
    margin-bottom: 10px;
}
.fusion-footer-widget-area {
    padding-top: 33px;
    padding-bottom: 30px;
}
.copyright{
		float: left;
		width:100%;
		text-align:center;
	margin-bottom: 30px;
	}
.copyright-pera{
		width: 100%;
		margin: 30px 0px 20px 0;
	}
.copyright a img{
		width:100%;
		margin-top: 20px;
	float: none;
}
	.copyright-footer-custom-logo {
    float: none;
}
#home_footer_img ~.fusion-logo {
    margin-left: 30% !important;
}
/* .fusion-logo {
    margin-left: 30% !important;
} */
/* } */

}


@media only screen and (max-width: 767px) {
.biography_popup .biography_popup_inner .leftCol {
    float: inherit;
    padding-right: 0;
    display: block;
}
.biography_popup .biography_popup_inner .leftCol img {
    width: 100%;
    margin-bottom: 15px;
}
.biography_popup_inner h3.biography_title {
    font-size: 16px;
}
.biography_popup_inner h4 {
    font-size: 15px;
}
h1.contact_heading {
    font-size: 18px !important;
}
.contact_box h3 {
    font-size: 18px !important;
}
.cus_video_main_slider {
    padding-top: 20px;
    padding-bottom: 20px;
}
h1.reviews_main_title {
    font-size: 24px !important;
}
.reviews_google_icon {
    max-width: 100px;
}
.home_banner_title br:first-of-type {
    display: inline-block;
}
.contact_page_form .left_half_col .formRow {
    flex-basis: 100%;
}
.contact_page_form .left_half_col .formRow:first-of-type {
    margin-right: 0px !important;
}
.contact_page_form .leftCol {
    margin-right: 0px;
    flex-basis: 100%;
}
.contact_page_form .rightCol {
    flex-basis: 100%;
}
.contact_page_form .contact_form_wrapper {
    flex-wrap: wrap;
}
.page-id-37 main#main {
    padding-bottom: 0;
}
html body .userway.userway_p4 .userway_accessibility_icon{
	left: 5% !important;
}
}

@media only screen and (max-width:640px) {
.page-id-37 section#content {
    margin-bottom: 0;
}
.fusion-columns .fusion-column {
    margin: 0 0 0px;
}
.copyright{
		float: left;
		width:100%;
		text-align:center;
	}
.copyright-pera{
		width: 100%;
		margin: 30px 10px 20px 0;
	}
.copyright a img{
		width:100%;
		margin-top: 20px;
	float: none;
}
}
@media only screen and (max-width:600px) {
.map_container {
    padding-top: 350px;
}
.home_text2 h1 {
    font-size: 18px !important;
    line-height: 30px !important;
}
.home_text1 p:nth-child(2) {
    font-size: 16px !important;
}
.home_text2 h1 {
    font-size: 28px !important;
    line-height: 35px !important;
}
.home_text2 p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
}
.about_section1 h2 {
    font-size: 18px !important;
}
.about_inner2 p {
	line-height:24px;
}
.page-id-17 .fusion-fullwidth.fullwidth-box.fusion-parallax-fixed {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.page-id-17 .fusion-fullwidth.fullwidth-box.fusion-parallax-fixed {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.home_inner_section_3_con h1 {
    font-size: 28px !important;
    line-height: 35px !important;
}
.home_inner_section_3_con p {
    font-size: 16px;
    line-height: 26px;
}
.home_inner_section_4_con h1 {
    font-size: 28px !important;
    line-height: 35px !important;
}
.home_inner_section_4_con p {
    font-size: 16px;
    line-height: 26px;
}
.home_section_last h1 {
    font-size: 28px !important;
    line-height: 35px !important;
}
.home_section_last p {
    line-height: 26px;
    font-size: 16px;
}
.info-main{
	flex-direction: column;
}
ul.foter-img {
    margin-bottom: 10px;
}
.fusion-header.fusion-sticky-shadow {
    height: 110px !important;
    /* top: 40px !important; */
}
html body .userway.userway_p4 .userway_accessibility_icon {
    left: 8% !important;
}
div#userwayAccessibilityIcon{
    top: 12%;
}
}
@media only screen and (max-width:500px) {
.page-id-35 main#main {
    padding-bottom: 0;
}
.financial_main_section .fusion-text h1 {
    font-size: 24px;
}
.lidd_mc_input input[type=submit] {
    width: 100%;
}
#post-33 .post-content h1 {
    font-size: 24px;
}
.fusion-footer .fusion-footer-widget-area .fusion-column {
    margin: 0 0 25px !important;
}
#rev_slider_1_1_wrapper .tp-revslider-mainul .tp-caption {
    text-align: center !important;
}
/* .fusion-logo img {
    width: 70%;
} */
.fusion-logo {
    margin-left: 32% !important;
    max-width: 200px !important;
    padding-top: 12px;
    display: inline-block;
}
.fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
    margin-top: 20px;
}
a.fusion-icon.fusion-icon-search {
    margin-top: 20px;
}
.home_text1 h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.home_text2 h1 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.about_section1 h2 {
    font-size: 16px !important;
}
.page-id-17 .fusion-fullwidth.fullwidth-box.fusion-parallax-fixed {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.testimonials_1 p:nth-child(1), .testimonials_2 p:nth-child(1), .testimonials_3 p:nth-child(1) {
    font-size: 19px;
    line-height: 30px;
}
.home_inner_section_3_con h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.home_inner_section_4_con h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.home_section_last h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}
}
@media only screen and (max-width: 480px) {
	div.tabs-inner-text-block h1.tabs-inner-title {
    font-size: 20px !important;
}
	.tabs-home-inner-section .tabs-home-inner-section1,
	.tabs-home-inner-section .tabs-home-inner-section2{
    width: 100%;
}
	.tabs-home-inner-section .tabs-home-inner-section2{
    	width: 100%;
		margin-top: 20px;
}
	.tabs-home-inner-section {
    flex-direction: column;
}
	.social-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
	.social-section .fusion-text h1 {
    font-size: 20px;
    margin-bottom: 10px !important;
}
	.customTabs_1.fusion-tabs-1 .nav-tabs li.active a:hover {
    background-color: #1554a5 !important;
}
	.cus-veteren .cus-veteren-text h2 {
    text-align: center;
}
	.cus-veteren {
    padding-top: 10px !important;
	padding-bottom: 10px !important;
}
	.cus_vide0_wraper .rightCol p, .cus_vide0_wraper .rightCol h3 {
    text-align: center;
}
.copyright-footer-custom-logo {
    float: inherit;
}
body .userway.userway-accessibility.userway_p4.userway_hidden.userway_over .userway_accessibility_icon {
    transform: translate(-50%,-34%) !important;
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow {
    height: 40px !important;
    width: 40px !important;
}
.home-banner .rev_slider_wrapper .rev_slider div.tp-leftarrow:before, 
.home-banner .rev_slider_wrapper .rev_slider div.tp-rightarrow:before {
    line-height: 43px;
}
.fusion-logo {
    max-width: 250px;
}
a.fusion-button.button-custom.button-4.contact_us_btn1 {
    max-width: 220px;
    padding: 10px 0px 10px;
}
.reviews_google_icon {
    vertical-align: top;
    max-width: 90px;
    padding-top: 5px;
}
#home_footer_img~.fusion-logo {
    margin-left: 27% !important;
    max-width: 200px !important;
}
/* div#userwayAccessibilityIcon {
    top: 40px;
} */
/* .fusion-logo {
    margin-left: 29% !important;
    max-width: 200px !important;

} */
div#userwayAccessibilityIcon{
    top: 13%;
}
.fusion-sticky-shadow #home_footer_img ~.fusion-logo {
    margin-left: 23% !important;
    padding-top: 0;
}
}
@media(max-width: 425px){
	.fusion-logo img {
	    width: 100%;
	    max-width: 155px;
	}
	#home_footer_img ~.fusion-logo {
	    margin-left: 23% !important;
	    max-width: 200px !important;
	}
}
@media (max-width: 411px)
#home_footer_img~.fusion-logo {
    margin-left: 19% !important;
    max-width: 200px !important;
    padding-top: 0;
}
}
@media(max-width: 390px){
	#home_footer_img ~.fusion-logo {
    margin-left: 27% !important;
    max-width: 100px !important;
    padding-top: 17px;
}
.fusion-sticky-shadow #home_footer_img ~.fusion-logo {
    margin-left: 23% !important;
    max-width: 100px !important;
    padding-top: 0;
}
}
@media only screen and (max-width:375px) {
	.social-section .fusion-text h1 {
    font-size: 17px;
    margin-bottom: 10px !important;
}
.map_container {
    padding-top: 300px;
}
.reviews_google_icon {
    padding-top: 1px;
}
.video_container {
    padding-top: 60%;
}
h1.reviews_main_title {
    font-size: 20px !important;
}
.fusion-logo img {
    width: 100%;
}
.fusion-logo {
    display: inline-block;
    max-width: 200px;
}
.fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
    margin-top: 18px;
}
a.fusion-icon.fusion-icon-search {
    margin-top: 18px;
}
/* 	html body .userway.userway_p4 .userway_accessibility_icon{
	left: 6% !important;
	    /* padding-top: 18px; */
/* z */
div#userwayAccessibilityIcon {
    top: 72px;
    left: 8% !important;
}
}
@media(max-width: 360px){
.fusion-sticky-shadow #home_footer_img ~.fusion-logo {
   margin-left: 23% !important;
   max-width: 130px !important;
   padding-top: 10px;
}
#home_footer_img ~.fusion-logo {
    margin-left: 27% !important;
    max-width: 130px !important;
    padding-top: 17px;
}
}
@media(max-width: 354px){
	.fusion-logo img {
	   
	    max-width: 135px;
	    padding-top: 11px;
	}
}
@media only screen and (max-width:340px) {
.fusion-logo {
    /* max-width: 180px; */
        max-width: 125px;
}
.fusion-logo img {
    width: 90%;
}
#home_footer_img ~.fusion-logo {
    margin-left: 25% !important;
    max-width: 120px !important;
    padding-top: 5px;
}
}
@media(max-width: 330px){
	#home_footer_img ~.fusion-logo {
	        margin-left: 21% !important;
            max-width: 110px !important;
            padding-top: 5px;
        }
        .fusion-sticky-shadow #home_footer_img ~.fusion-logo {
            
            padding-top: 0;
            

        }

	}
	div#userwayAccessibilityIcon {
	   top: 65px;
       left: 3% !important;
	}
}
@media only screen and (max-width:320px) {
.fusion-logo {
    max-width: 175px;
}
.fusion-logo img{
	padding-top: 0;
}
.fusion-sticky-shadow #home_footer_img ~.fusion-logo {
    margin-left: 18% !important;
    max-width: 70px !important;
    padding-top: 0;
    width: 50% !important;

}
}

#sfsi_plus_floater {
  margin-top: 0px;
	margin-left:0px !important;
}
.sfsi_plus_outr_div{
	display: none !important;
}
.extra-logo{
	max-width: 50px;
}
body.userway-spacer{
	position: absolute;
	top: 0px !important;
}

html body .userway.userway_p4 .userway_accessibility_icon{
	left: 4%;
	top: 90px;
}
.copyright-pera{
	color: #999;
    font-size: 15px;
    line-height: 18px;
    margin: 30px 30px 0px 0px;
    float: left;
}
@media only screen and (max-width:1230px) {
html body .userway.userway_p4 .userway_accessibility_icon{
	left: 4%;
}
}