/* FROM VERSION 3.2 */
/* =============================================================== */

/* START mods for version WpResidence Version 3.2 */
/* REMOVE ADVANCE SEARCH 
https://helpv4.wpestatetheme.org/article/remove-advanced-search-globally/ 
*/
#search_wrapper.search_wr_3 {
    display: none;
}

#adv-search-header-mobile {
    display: none;
}


#access a {
    font-size: 14px;
}

.page .breadcrumb_container,
.page-template .breadcrumb_container,
.page-template-default,
.breadcrumb_container,
.page-template.page-template-agents_list .breadcrumb_container {
    min-height: 0px;
    margin-bottom: 0px;
}

.page-template .breadcrumb_container,
.breadcrumb_container {
    min-height: 40px;
    margin-bottom: 0;
}

.home .breadcrumb_container {
    display: none;
}

.single-estate_agent .master_header {
    position: relative;
}

.single-estate_agent .has_header_type1 .header_media {
    padding-top: 0;
}

/* Fix FA-issue with version 5 free */


/*unit*/



.share_unit .social_facebook {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_facebook:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f09a";
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
}

.share_unit .social_facebook:hover {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_tweet {
    background-image: none;
    margin: 3px 0px;
    padding-right: 2px;
}

.share_unit .social_tweet:after {
    font-family: "Font Awesome 5 Brands";
    background-image: none;
    padding: 0px;
    margin: 0px;
    content: "\f099";
    font-size: 16px;
}

.share_unit .social_tweet:hover {
    background-image: none;
    margin: 3px 0px;
    padding-right: 2px;
}

.share_unit .social_google {
    background-image: none;
    margin: 0px 0px 3px 0px;
    padding-right: 2px;
}

.share_unit .social_google:after {
    font-family: "Font Awesome 5 Brands";
    background-image: none;
    padding: 0px;
    margin: 0px;
    content: "\f0d5";
    font-size: 15px;
}

.share_unit .social_google:hover {
    background-image: none;
    margin: 0px 0px 3px 0px;
    padding-right: 2px;
}

.share_unit .social_whatsup {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_whatsup:after {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.share_unit .social_whatsup:hover {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}


.share_unit .social_pinterest {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_pinterest:hover {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_pinterest:after {
    content: "\f231";
    font-family: "Font Awesome 5 Brands";
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.share_unit .social_email {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
    float: left;
}

.share_unit .social_email:hover {
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_email:after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}


.share_unit .social_linkedin {
    margin: 7px 7px 7px 7px;
    width: 26px;
    height: 20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_linkedin:hover {
    background-image: url('css/css-images/social-unit.png');
    background-position: -226px 0px;
    background-repeat: no-repeat;
}

.share_unit a {
    width: 100% !important;
    margin: 5px 0 4px 0 !important;
    padding: 0 !important;
}

.share_unit a:after {
    margin: 0 !important;
    display: block;
}



/**/


/*=social_sidebar_internal
-------------------------------------------------*/
.social_sidebar {
    margin-bottom: 18px;
}

.social_sidebar_internal img {
    margin: 0px 9px 9px 0px;
    width: 40px;
}

.top_bar .social_sidebar {
    margin-bottom: 0px;
}

#colophon .social_sidebar_internal a,
#primary .social_sidebar_internal a {
    width: 41px;
    height: 41px;
    padding: 11px 0px;
    background-color: #f0f0f0;
    margin: 0px 10px 10px 0px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
}

#colophon .social_sidebar_internal a {
    background-color: #323840;
}

#colophon .social_sidebar_internal a span{
 display: none;
 visibility: hidden;
}


#colophon .social_sidebar_internal a:hover,
#primary .social_sidebar_internal a:hover {
    background-color: #1CA8DD;
    color: #fff;
}

#colophon .social_sidebar_internal i,
#primary .social_sidebar_internal i {
    font-size: 19px;
    color: #a6b3bb;
}

#colophon .social_sidebar_internal a:hover i,
#primary .social_sidebar_internal a:hover i {
    color: #fff;
}

#colophon .social_sidebar_internal a:hover {
    color: #fff;
}



#primary .social_sidebar_internal a {
    width: 22%;
    margin: 0 4% 4% 0;
    height: 0;
    padding-bottom: 18%;
    position: relative;
}

#primary .social_sidebar_internal a:nth-child(4n) {
    margin-right: 0px;
}

#primary .social_sidebar_internal {
    margin-bottom: -10px;
}

#primary .social_sidebar_internal i {
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -11px;
}

/* END.... */


/* ///////////////////////////////////////////////////////////////////////// */
/* LANDiNG CLASSES -- start */
/* ///////////////////////////////////////////////////////////////////////// */


.mcs-section-container {
    max-width: 752px;
    margin: 0 auto !important;
}

.mcs-section-container

.maser_video_player_row .wpb_text_column p {
    font-family: "Montserrat";
    color: #393568;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.maser_video_player_row .wpb_text_column p strong {
    font-weight: 800;
}


.mcs-steps-img img {
    margin: 40px 0 10px;
}

.mcs-text p {
    color: #393568;
    font-family: Montserrat;
    line-height: 24px;
}

.mcs-font,
.mcs-btn {
    font-family: Montserrat;
}

.mcs-testimonial-white {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
}

.mcs-featured-properties {
    font-family: Montserrat;
}

.mcs-featured-properties .featured_property {
    min-height: 280px !important;
}

.mcs-featured-properties .featured_property .featured_img {
    max-height: 278px !important;
}

.mcs-featured-properties .listing_details {
    display: none !important;
}

.mcs-featured-properties .featured_prop_price {
    color: #393568 !important;
    font-weight: bold;
    font-size: 28px;
}

.mcs-featured-properties .featured_property_type3.featured_property h2 a {
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
    .ult_buttons.ubtn-ctn-center.mcs-btn.mcs-btn-laptop {
        position: absolute;
        margin-top: 130px;
        left: 0;
    }
}

.mcs-title-hidden {
    display: none !important;
}

/* ///////////////////////////////////////////////////////////////////////// */
/* LANDiNG CLASSES -- end */
/* ///////////////////////////////////////////////////////////////////////// */


/* custom style for modules */

.sections-headers {
    min-height: 00px !important;
    position: relative !important;
/*     top: -45px !important;
    border: 2px solid cyan; */
}

.sections-pagebreak {
    min-height: 00px !important;
    position: relative !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,800;1,500;1,600;1,800,700;1,700&display=swap');

.module_large_txt {
    font-weight: 500;
    color: #393568;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    text-align: justify;
}

.module_medium_txt {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #393568;
    text-align: justify;
}

.module_small_txt {
    font-weight: 500;
    color: #393568;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: justify;
}


.module_large_txt p {
    font-size: 24px;
    line-height: 29px;
}

.module_medium_txt p {
    font-size: 18px;
    line-height: 18px;
}

.module_small_txt p {
    font-size: 14px;
    line-height: 17px;
}


.module_large_txt p strong {
    font-weight: 800;
}

.module_medium_txt p strong {
    font-weight: 800;
}

.module_small_txt p strong {
    font-weight: 800;
}



.column_nopad {
    padding: 0 !important;
}

.column_nopad .vc_column-inner {
    padding: 0 !important;
}

.module_image_header h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    min-height: 99px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 65%;
}



.module_page_break h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    min-height: 99px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 65%;
    display: inline-flex;
}



.module_title_average h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    color: #393568;
    position: relative;

    align-items: center;
    justify-content: center;
    max-width: 75%;
    display: flex;
    flex-direction: row;

}



.module_title_maser h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #393568;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 75%;
    display: flex;
    flex-direction: row;
    min-width: 140px;
}



.module_title_average span {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #E5E5E4;
    position: absolute;
    align-self: flex-end;
    bottom: -14px;
}



.module_title_maser h2::before {
    content: '';
    background-image: url("../wpresidence-child/images/yellow_tab_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    left: -20%;
}


.module_title_average h2::before {
    content: '';
    background-image: url("../wpresidence-child/images/yellow_tab_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    left: -20%;
}



.module_page_break h2::before {
    content: '';
    background-image: url("../wpresidence-child/images/yellow_tab_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    left: -20%;
}


.module_title_maser h2::after  {
    content: '';
    background-image: url("../wpresidence-child/images/yellow tab right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    right: -20%;
}



.module_title_average h2::after  {
    content: '';
    background-image: url("../wpresidence-child/images/yellow tab right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    right: -20%;
}



.module_page_break h2::after  {
    content: '';
    background-image: url("../wpresidence-child/images/yellow tab right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    max-width: 27px;
    width: 27px;
    height: 27px;
    right: -20%;
}






.module_title_average h2 strong {
    font-weight: 800;
}


.module_title_maser h2 strong  {
    font-weight: 800;
}

.module_image_header h1 strong  {
    font-weight: 800;
}



.module_page_break h2 strong  {
    font-weight: 800;
}



.module_title_average span strong,
.module_title_average,
.module_title_maser {
    font-weight: 700;
}



.module_title_maser h2 p  {
    margin: 0;
    padding: 0;
}



.module_image_header h1 p  {
    margin: 0;
    padding: 0;
}




.module_title_average h2 {
    margin: 0;
    padding: 0;
}


.module_page_break h2 p  {
    margin: 0;
    padding: 0;
}




.module_title_average h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    white-space: break-spaces;
}



.module_image_header h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: inline-block;
}




.module_title_maser h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    white-space: break-spaces;
}





.module_page_break h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    white-space: break-spaces;
}



.module_title_average h2 {
    z-index: 10;
}

.module_title_maser h2 {
    z-index: 10;
}




.module_title_average h2 span {
    margin: 0;
    padding: 0;
}


.module_image_header .title_background,
.module_page_break .title_background {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.module_title_average,
.module_title_maser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.module_image_header .title_background {
    min-height: 301px;
}

.module_page_break .title_background {
    min-height: 233px;
}

.single-content .quotes p,
.single-content .quotes span {
    margin: 0;
    padding: 0;
}

.quotes {
    max-width: 303px;
    min-height: 308px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 54px;
    padding-right: 54px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.quotes strong {
    font-weight: 800;
}

.quotes.down.push {
    position: relative;
    margin-bottom: -71px;
    z-index: 999;
}

.quotes.up.push {
    position: relative;
    top: -62px;
    z-index: 999;
}

.quotes.down .wpb_wrapper{
    margin-top: -40px;
}


.quotes, 
.quotes p, 
.quotes span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: italic;
}


.quotes.large, 
.quotes.large p, 
.quotes.large span {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
}


.quotes .quotename {
    width: 100%;
    text-align: right;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    margin-top: 9px;
}


.quotes.quotewhite.up .quotename,
.quotes.quotewhite.down .quotename {
    color: #E5E5E4;
}


.quotes.large .quotename {
    color: #ECFF41;
}


.quotes.quotepurple {
    color: #fff;
}
.quotes.quotewhite {
    color: #393568;
}


.quotes.quotepurple.down {
    background-image: url("../wpresidence-child/images/quote_purple_arrow_down.svg");
}

.quotes.quotewhite.down {
    background-image: url("../wpresidence-child/images/quote_white_arrow_down_shadow.svg");
}

.quotes.quotewhite.up {
    background-image: url("../wpresidence-child/images/quote_white_arrow_up_shadow.svg");
}


.quotes.quotepurple.up {
    background-image: url("../wpresidence-child/images/quote_purple_arrow_up.svg");
}

.grid_icons, .grid_icons_lease {
    max-width: 760px;
    margin: 0 auto !important;
    float: inherit !important;
}

.small_grid {
    max-width: 377px;
}

.grid_icons.small_grid::before,
.grid_icons_lease.small_grid::before  { 
    margin-left: 24px;
}

.grid_icons.small_grid::after,
.grid_icons_lease.small_grid::after { 
    margin-right: 24px;
}


.grid_icons::before,
.grid_icons_lease::before {
    content: '';
    background-image: url("../wpresidence-child/images/icon_first_starhere.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    max-width: 95px;
    width: 95px;
    height: 108px;
    margin-left: 26px;
    margin-bottom: 22px;
}


.grid_icons::after,
.grid_icons_lease::after {
    content: '';
    background-image: url("../wpresidence-child/images/icon_final_justsold.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    max-width: 95px;
    width: 95px;
    height: 108px;
    margin-right: 26px;
    margin-top:-27px;
    float: right;
}


.grid_icons_lease::after {
    background-image: url("../wpresidence-child/images/icon_final_justlease.svg");
}


.grid_icons_market {
    max-width: 850px;
    margin: 0 auto !important;
    float: inherit !important; 
}

.grid_icons_market div.wpb_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-end;
}

.grid_icons_market div.wpb_wrapper .wpb_single_image {
    max-width: 116px;
    margin: 0;
    flex-basis: 115px;
} 



.grid_icons div.wpb_wrapper,
.grid_icons_lease div.wpb_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-end;
}

.grid_icons div.wpb_wrapper .wpb_single_image,
.grid_icons_lease div.wpb_wrapper .wpb_single_image {
    max-width: 116px;
    flex-basis: 115px;
}   

.grid_icons.small_grid div.wpb_wrapper .wpb_single_image,
.grid_icons_lease.small_grid div.wpb_wrapper .wpb_single_image  {
    flex-basis: 114px;
}  


.header_wrapper_inside #access ul ul a, 
.sub-menu ul,
.mobilex-menu li {
    border: 0 !important;
}

#access ul ul {
    padding-top: 26px;
}


.snap-drawer.snap-drawer-left {
    background-color: #39336c;
}

.snap-drawer .mobilemenu-close {
    color: #fff;
}


#menu-main-menu-new li a {
    font-weight: 600 !important;
}


#access .menu li:hover>a {
    color: #393568 !important;
    font-weight: 800 !important;
}

.header_wrapper_inside #access ul.menu .current-menu-item >a {
    font-weight: 800 !important;
}

.image_with_background .ult_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 752px;
    margin: 0 auto;
    padding-bottom: 37px;
}

.singleimage_quotepush.up .wpb_single_image{
    margin-bottom:0;
}


.mcs-section-imagetext {
    max-width: 1055px;
    margin: 0 auto !important;
}

.module_image_text {
    width: 100%;
    border: 1px solid #E5E5E4;
    background-color: #fff;
    box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);

}

.module_image_text .title_background {
    display: inline-flex;
    width: 100%;
    min-height: 217px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 12px;
    background-size: cover;
    color: #fff;
}

.module_image_text h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
}
.module_image_text h3 strong{
    font-weight: 800;
}
.module_image_text p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    margin-bottom: 0;
}

.module_image_text p strong {
    font-weight: 800;
}

.module_image_text .block_copy {
    padding: 9px 19px 19px 19px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color:#393568;
    text-align: justify;
}

.video_media {
    max-width: 752px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.video_media .videotitle {
    width: 100%;
}

.video_media .videotitle p {
    font-family: "Montserrat";
    color: #393568;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}
.video_media .videotitle p strong {
    font-weight: 700;
}

.buy_graytitle p {
    margin-bottom: 7px !important;
    font-weight: 500 !important;
}

.buy_graytitle p strong {
    font-weight: 800 !important;
}

.has_header_type1 .header_media {
    padding-top: 120px !important;
}

/* .pushup.small .module_small_txt {
    margin-top: -31px;
} */

.pushup.small .module_medium_txt p {
    margin-bottom: 0;
    line-height: 23px;
}

.vc_section-has-fill {
    background-size: cover;
}

.image_witbtn_section {
    min-height: 350px;
}

.vc_section.image_witbtn_section.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex.vc_section {
    background-size: 70% !important;
    padding-bottom: 55px;
    padding-top: 20px;
    justify-content: flex-start;
}



.image_witbtn_section .vc_column-inner {
    padding-top: 0;
}
.featured_div {
    background-color: #ECFF41;
    color: black;
}
#infobox_title {
    font-size: 13px;
}

.unit_details_x a, .unit_details_x {
    background-color: #E5E5E4;
    border: 1px solid #E5E5E4;
    color: #434a54;
    background-image: linear-gradient(to right, transparent 50%, #E5E5E4 50%);
}


.vc_row.vc_row-flex .vc_column .vc_column-inner .wpb_wrapper,
.vc_row.vc_row-flex .vc_column .vc_column-inner .wpb_wrapper a,
.vc_row.vc_row-flex .vc_column .vc_column-inner .wpb_wrapper a .module_image_text {
    height: 100%;
}


/*  ============================================================================== */
/*  ============================================================================== */
/*  ============================================================================== */
/*  ============================================================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .image_witbtn_section {
        min-height: 526px;
    }

    .vc_section.image_witbtn_section.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex.vc_section {
        justify-content: center;
        padding-top: 55px;
    }

    
    .image_with_background .ult_buttons {
        justify-content: flex-start;
        align-items: center;
        padding-bottom:0;
    }

    
    .module_title_average h2 {
        font-size: 44px;
        max-width: calc(100vw - 176px);
    }


    .module_image_header h1 {
        font-size: 44px;
        max-width: calc(100vw - 176px);
    }



    .module_page_break h2 {
        font-size: 44px;
        max-width: calc(100vw - 176px);
    }



    .module_title_maser h2 {
        min-height: 99px;
    }



    .module_title_average h2 {
        min-height: 99px;
    }



    .module_title_average span {
        font-size: 18px;
        bottom: -5px;
        max-width: 100%;
    }


    .module_title_maser h2::before  {
        max-width: 40px;
        width: 40px;
        height: 40px;
        left: -65px;
    }


    .module_title_average h2::before  {
        max-width: 40px;
        width: 40px;
        height: 40px;
        left: -65px;
    }




    .module_page_break h2::before  {
        max-width: 40px;
        width: 40px;
        height: 40px;
        left: -65px;
    }



    .module_title_maser h2::after  {
        max-width: 40px;
        width: 40px;
        height: 40px;
        right: -65px;
    }


    .module_title_average h2::after {
        max-width: 40px;
        width: 40px;
        height: 40px;
        right: -65px;
    }




    .module_page_break h2::after  {
        max-width: 40px;
        width: 40px;
        height: 40px;
        right: -65px;
    }



    .grid_icons.small_grid::before,
    .grid_icons_lease.small_grid::before { 
        margin-left: 15px;
    }
    
    .grid_icons.small_grid::after,
    .grid_icons_lease.small_grid::after { 
        margin-right: 15px;
    }        

    .grid_icons::before,
    .grid_icons_lease::before {
        max-width: 116px;
        width: 116px;
        height: 108px;
        margin-left: 20px;
        margin-bottom: 30px;
    }


    .grid_icons::after,
    .grid_icons_lease::after {
        max-width: 116px;
        width: 116px;
        height: 108px;
        margin-right: 20px;
        margin-top:-20px;
        float: right;
    }

    .image_with_background .ult_buttons {
        justify-content: flex-start;
        align-items: center;
        padding-bottom:0;
    }


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


    .module_large_txt {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 1px;
    }

    .module_medium_txt {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
    }



    .module_title_maser h2 {
        font-size: 62px;
    }

    .module_title_maser.vertical h2 {
        flex-direction: column;
    }

    .module_image_header h1 {
        font-size: 62px;
    }



    .module_title_average h2 {
        font-size: 62px;
    }




    .module_page_break h2 {
        font-size: 62px;
    }




    .module_title_maser h2 {
        min-height: 99px;
    }

    
    .module_title_average h2 {
        min-height: 99px;
    }




    .module_title_average span {
        bottom: -29px;
        font-size: 18px;
        right: 0;
    }



    .module_title_maser h2::before {
        max-width: 54px;
        width: 54px;
        height: 54px;
        left: -80px;
    }


    .module_title_average h2::before {
        max-width: 54px;
        width: 54px;
        height: 54px;
        left: -80px;
    }



    .module_page_break h2::before {
        max-width: 54px;
        width: 54px;
        height: 54px;
        left: -80px;
    }



    .module_title_maser h2::after {
        max-width: 54px;
        width: 54px;
        height: 54px;
        right: -80px;
    }


    .module_title_average h2::after {
        max-width: 54px;
        width: 54px;
        height: 54px;
        right: -80px;
    }



    .module_page_break h2::after {
        max-width: 54px;
        width: 54px;
        height: 54px;
        right: -80px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .module_image_header h1 {
        max-width: 100%;
    }

    .module_title_average h2 {
        max-width: 100%;
    }

    .module_page_break h2 {
        max-width: 100%;
    }




}   