/*
 Theme Name:   Master Template Child Theme
 Theme URI:    https://www.wpbeginner.com/
 Description:  Master template child theme 
 Author:       QBurst
 Author URI:   
 Template:     mastertemplate
 Version:      1.0.0
*/
@font-face {
    font-family: 'quicksand-dash';
    src: url('fonts/Quicksand-dash/quicksand_dash.eot'),
         url('fonts/Quicksand-dash/quicksand_dash.woff2') format('woff2'),
         url('fonts/Quicksand-dash/quicksand_dash.woff') format('woff'),
         url('fonts/Quicksand-dash/quicksand_dash.ttf') format('truetype'),
         url('fonts/Quicksand-dash/quicksand_dash.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, input, select, textarea, button {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
}
body {
    color: #000000;
}
#mainContents .mt_hamb_menu ul {
    padding-right: 0;
}
.mt_hamb_menu li a {
    color: #000;
    font-weight: 600;
    display: inline-block;
}
header .mt_hamb_menu .mt_menu_toggle {
    right: 40px;
}
.mt_hamb_menu .mt_social_wrapper {
    padding-right: 0;
}
.mt_hamb_menu .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
.mt_hamb_menu {
    background-color: #f4ece9;
}
header .mt_logo_area img {
    max-width: 150px;
    width: 100%;
}
@supports (-moz-appearance:none) {
    header .mt_logo_area img{
        width: 150px;
    }
}
header .mt_navigation_wrapper {
    align-items: center;
    justify-content: space-between;
}

header .mt_navigation_wrapper nav{
    width: 40%;
}

header .mt_navigation_wrapper .mt_header_right{
    width: 40%;
}

.mt_cntdetails_wrap .mt_contact_details p span {
    display: block;
}
.mt_cntdetails_wrap .mt_contact_details p .mt_desktop {
    display: none;
}
footer .mt_footer_bottom_block a, footer .mt_footer_bottom_block span, footer .mt_footer_address_block span {
    font-family: montserrat, sans-serif;
}

footer .mt_footer_bottom_block span,footer .mt_footer_bottom_block a.mt_privacy {
    font-family: montserrat, sans-serif;
}

header .mt_navigation_wrapper nav ul li a,
.mt_top_header ul li a, .mt_hamb_menu li a,
footer h2,
footer .hywrap .top_align .control-label,
footer .hywrap input, footer .hywrap input[type="text"],
footer .hywrap select, footer .hywrap textarea,
footer .hywrap .form-actions button,
footer .mt_footer_address_block h3 {
    font-family: montserrat, sans-serif;
    font-style: normal;
}
html.system .mt_hamb_menu li a:hover {
    color: #143ca0;
}
.mt_top_header ul li a{
    color: #747474;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 3.68px;
    text-transform: uppercase; 
}
.mt_hamb_menu li.current_page_item a {
    color: #143ca0 !important;
}
#home_page .mt_home_cnt .mt_home_intro{
    margin-top: 110px;
}
#home_page .mt_home_cnt.mt_home_type2.mt_sec_vertical_line:not(.mt_fp_widget_hided)::before{
    display: none;
}
#home_page .mt_home_cnt.mt_home_type2 .mt_home_intro{
    margin-top: 0;
}

#home_page .mt_main_heading{
    font-family: bodoni-urw, serif;
    font-weight: 500;
    letter-spacing: 0.24px;
    color: #000;
}

#home_page .mt_two_col .mt_col_content .mt_sub_heading, #amenities_page .mt_sub_heading,
#floorplans_page .community-fee-copy .mt_sub_heading{
    font-family: bodoni-urw, serif;
    font-weight: 500;
    color: #000;
    font-size: 34px;
}
footer {
    background-color: #101d49;
    /* background: -moz-linear-gradient(top,  #101d49 0%, #87576c 100%);
    background: -webkit-linear-gradient(top,  #101d49 0%,#87576c 100%);
    background: linear-gradient(to bottom,  #101d49 0%,#87576c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101d49', endColorstr='#87576c',GradientType=0 ); */
}
footer h2 {
    color: #ffffff;
    font-family: bodoni-urw, serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 44px;
    text-transform: uppercase;
}
footer .hywrap input, 
footer .hywrap input[type="text"], 
footer .hywrap select, 
footer .hywrap textarea,
footer .hywrap .form-actions button {
    border: 1px solid #ffffff;
    background: transparent;
    padding-bottom: 4px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: bodoni-urw, serif;
}
footer .hywrap .form-actions button{
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 40px;
    padding-top: 4px;
}
footer .hywrap .form-actions button:hover {
    background: #fff;
    color: #143ca0;
    border-color: #fff;
}
footer .mt_footer_address_block p span{
    display: block;
}


.floorplan-detail header.mt_fixed, .mt_fixed {
    background-color: #101d49 !important;
}
.mt_sec_vertical_line:after, #home_page .mt_home_cnt.mt_home_type2.mt_sec_vertical_line:not(.mt_fp_widget_hided):before {
    border: none;
    border-left: 2px solid #ff2800;
}
.mt_banner .mt_main_heading, .home-page .mt_banner .mt_main_heading {
    letter-spacing: 1px;
}

#home_page .mt_two_col .mt_col_content .mt_txt_sub{
    max-width: 90%;
}

.mt_home_neigh .mt_home_neig_img{
    display: none;
}


header .mt_navigation_wrapper .mt_header_right .mt_visit_btn:hover {
    background: #fff;
    color: #143ca0;
}
header .mt_navigation_wrapper .mt_header_right .mt_visit_btn {
    padding: 11px 24px 10px;
}


.mt_quick_fpsrch .mt_btn {
    margin-top: 30px;
}
/* .mt_transparent_btn,
html.system .mt_transparent_btn:hover,
.mt_transparent_btn.active,
#home_page .mt_home_cnt.mt_home_type2 .mt_btn,
#home_page .mt_home_gallery .mt_btn,
.mt_blue_btn {
    padding-top: 15px;
} */
.mt_floorplan .mt_fp_links a {
    line-height: 1em;
}
#floorplans_page .mt_banner_content{
    justify-content: center;
    z-index: 2;
}
#floorplans_page .mt_banner_content h1{
    margin-bottom: 0px;
}
#fp_list_view .mt_list_box .mt_lbox_btn_wrap button{
    background-color: transparent;
    letter-spacing: 2px;
}
#fp_list_view .mt_list_box .mt_lbox_btn_wrap button:hover, #fp_grid_view .mt_list_box .mt_list_col .mt_btn:hover, #floorplan_compare_page .mt_back_to_page a:hover, #blog_page .mt_blog_list_box .mt_btn:hover {
    background: #101d49;
    border-color: #101d49;
    color: #fff;
}
#floorplan_detail_page .mt_fp_details .mt_blue_btn:hover, #floorplans_page .mt_fp_details .mt_blue_btn:hover, #floorplan_detail_page .mt_fp_details .mt_black_btn:hover{
    background: #101d49;
    border-color: #101d49;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
#floorplans_page .mt_search_btn.mt_blue_btn:hover{
    background-color: #ff2800;
}
.floorplan-comapre header{
    background: #101d49;
}

#floorplan_compare_page .mt_back_to_page a{
    padding-top: 9px;
    padding-bottom: 9px;
}

#floorplan_compare_page .mt_fp_detail .mt_compare_items .mt_fp_details a:hover{
    background: #101d49;
    border-color: #101d49;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
}
#floorplan_compare_page .mt_fp_detail .mt_compare_items .mt_fp_details a{
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.mt_banner .mt_main_heading{
    font-family: bodoni-urw, serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 10.8px;
    color: #ffffff;
}
.mt_banner .mt_txt_intro{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 32px; 
    max-width: unset;
}

.mt_banner .mt_txt_intro:empty{
    display: none;
}

#amenities_page .mt_mob_dropdown_wrap .selectivo__option.selectivo__option--selected{
    background-color: #101d49;
    color: #ffffff;
    border-color: #101d49;
}

#amenities_page .mt_two_col .mt_col_content{
    padding: 60px 5.6vw;
}

.amenities .mt_col_content .mt_txt_sub{
    max-width: 430px;
}

.mt_mob_dropdown_wrap .selectivo__option, .mt_mob_dropdown_wrap .selectivo__label{
    font-family: montserrat, sans-serif;
}

.mt_sub_heading, #contact_page .mt_contact_flex .mt_cntdetails_wrap,.mt_compare_txt {
    color: #000000;
}
.mt_transparent_btn.active,
.first-type-btn:hover,
.mt_floorplan .mt_specials_popup a,
html.system .mt_fp_detail.mt_two_col a.mt_blue_btn:hover,
.mt_fp_detail.mt_two_col a.mt_black_btn:hover,
html.system .mt_two_col .mt_col_content .mt_btn.mt_fill_btn:hover,
html.system .mt_transparent_btn:hover,
.mt_transparent_btn,
.mt_transparent_btn,
#home_page .mt_home_cnt.mt_home_type2 .mt_btn,
.mt_fill_btn {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #143ca0;
    border: 2px solid #ff2800;
    background-color: #f8f4f1;
}

footer .mt_footer_address_block span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #f4ece9;
}

#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_sub_heading{
    color: #000000;
    font-family: bodoni-urw, serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.29px;
    line-height: 48px;
    text-transform: uppercase;
}
header .mt_navigation_wrapper .mt_header_right .mt_visit_btn{
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mt_specials_popup .mt_sub_heading {
    text-transform: uppercase !important;
    color: #ff2800 !important;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.18px;
    line-height: 64px;
    font-family: bodoni-urw, serif;
}
.mt_quick_fpsrch .mt_main_heading,
.mt_home_sec2 .mt_main_heading {
    font-family: bodoni-urw, serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.mt_home_intro .mt_txt_intro{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.mt_quick_fpsrch .mt_txt_intro, #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_sub_heading, .mt_home_neigh .mt_main_heading {
    color: #000000;
}
.mt_quick_fpsrch .dropdown .selectivo__label {
    color: #143ca0;
    font-family: montserrat, sans-serif;
    border: 2px solid #143ca0;
}
#home_page .mt_home_cnt.mt_home_type2, .amenities-services #amenities_page .mt_tab_content, .apartment-features #amenities_page .mt_tab_content {
    background: url(images/stars-exposure.jpg) no-repeat center center;
}
.mt_home_type2 .mt_home_intro .mt_main_heading,
#home_page .mt_home_cnt.mt_home_type2 .mt_home_intro .mt_txt_intro {
    color: #000000;
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_sub_heading,
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
    color: #000000;
}
#home_page .mt_home_intro .mt_txt_intro{
    font-size: 20px;
}
#home_page .mt_txt_sub {
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

#home_page .mt_two_col .mt_col_content{
    text-align: left;
    align-items: unset;
    position: relative;
    padding-left: 4vw;
    padding-right: 4vw;
}

#home_page .mt_two_col .mt_col_content h3,
#home_page .mt_two_col .mt_col_content p,
#home_page .mt_two_col .mt_col_content a{
    position: relative;
    z-index: 1;
}

.mt_home_neigh .mt_h_neig_cntinner{
    position: relative;
    z-index: 1;
    background: none;
}

#home_page .mt_two_col .mt_col_content:before, .mt_home_neigh .mt_home_neig_cnt:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f9ede9c4 url(images/pattern.png) -5px -5px !important;
}

#home_page .mt_two_col{
    padding-left: 10px;
    padding-right: 10px;
}

.mt_home_neigh .mt_home_neig_cnt:before{
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.mt_home_neigh .mt_transparent_btn{
    letter-spacing: 2px !important;
}
#home_page .mt_home_gallery .mt_btn{
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.05);
    letter-spacing: 2px;
}
#home_page .mt_two_col .mt_col_content .mt_btn{
    align-self: flex-start;
}
#home_page .mt_btn.mt_fill_btn:hover{
    color: #fff;
    border-color: #101d49;
    background-color:  #101d49;
}
#home_page .mt_home_neigh .mt_btn.mt_transparent_btn:hover{
    color: #fff;
    border-color: #101d49;
    background-color:  #101d49;
}
#home_page .mt_home_gallery .mt_btn:hover{
    background: #fff;
    color: #143ca0;
}
.mt_home_sec2 {
    text-align: center;
}
#home_page .mt_home_sec2 .mt_main_heading{
    margin-bottom: 21px;
}
.mt_home_sec2 .mt_txt_sub{
    margin-top: 20px;
    max-width: 660px;
}
.mt_home_sec2.mt_home_intro > * {
    margin: 0 auto;
}
footer .hywrap .top_align .control-label {
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    font-family: montserrat, sans-serif;
}
.mt_home_neigh .mt_h_neig_cntinner {
    align-items: center;
    margin-top: 0;
}
.mt_home_neigh .mt_h_neig_cntinner .mt_h_neigmap_wrap {
    text-align: center;
}
.mt_quick_fpsrch .dropdown .selectivo__option.selectivo__option--selected, .mt_quick_fpsrch .dropdown .selectivo__option.infocus, .mt_quick_fpsrch .dropdown .selectivo__option:hover {
    background: #101d49;
}
.mt_specials_wrapper{
    align-items: center;
}
.mt_specials_popup .mt_promo {
    background-color: #143ca0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
}
.mt_specials_popup .mt_promo:after {
    border-top: 14px solid #646464;
}
.mt_specials_popup {
    background-color: #f8f4f1;
    color: #000;
    font-weight: 500;
    /* background: -moz-linear-gradient(top, #660033 0%, #87576c 100%);
    background: -webkit-linear-gradient(top, #660033 0%,#87576c 100%);
    background: linear-gradient(to bottom, #660033 0%,#87576c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660033', endColorstr='#87576c',GradientType=0 ); */
}

.mt_specials_popup .mt_promo{
    display: none;
}

.mt_specials_popup .mt_transparent_btn {
    font-weight: 700;
    letter-spacing: 2px !important;
    padding: 11px 40px 10px !important;
}
.mt_specials_popup .mt_btn.mt_transparent_btn:hover {
    color: #fff;
    border-color: #101d49;
    background-color:  #101d49;
}
.mt_quick_fpsrch .dropdown .selectivo__label::after {
    border-top-color: #143ca0;
}
.mt_quick_fpsrch .dropdown.selectivo--open .selectivo__label::after {
    border-bottom-color: #646464;
}
.mt_hid header .mt_menu_toggle .mt_menu_2, .mt_hid header .mt_menu_toggle .mt_menu_3 {
    background-color: #000000;
}

header .mt_menu_toggle{
    margin-left: 0;
    top: 6px;
}
.amenities .mt_col_content .mt_txt_sub:not(:last-child)::after {
    width: 100px;
    border-bottom: 2px solid #ff2800;
}
.mt_tab_content .mt_two_col .mt_col_content{
    position: relative;
}

.mt_tab_content .mt_two_col .mt_col_content > *{
    position: relative;
    z-index: 1;
}

.mt_tab_content .mt_two_col .mt_col_content:before{
    content: "";
    background: #f9ede9c4 url(images/pattern.png) -5px -5px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#amenities_page .mt_events_blog {
    background-color: #646464;
}
#amenities_page .mt_events_blog .mt_box .mt_h4_heading,
#amenities_page .mt_events_blog .mt_box .mt_txt_sub {
    font-family: quicksand, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
#amenities_page .mt_mob_dropdown_wrap .selectivo__option:last-child{
    display: none;
}
#amenities_page  .mt_tab_head_wrapper #tab2{
    margin-right: 0;
}
#amenities_page #tab1C .mt_home_intro, #amenities_page #tab2C .mt_home_intro, #retaile_page #tab1C .mt_home_intro{
    margin-top: 110px;
}
.amenities .mt_col_content .mt_txt_sub{
    padding-bottom: 21px;
}
.mt_two_col .mt_col_content .mt_txt_sub{
    margin-top: 21px;
}
#amenities_page .mt_events_blog .mt_main_heading {
    color: #fff;
    font-family: 'quicksand-dash';
    text-align: center;
}
#amenities_page .mt_events_blog .slick-dots li button {
    border: 1px solid #fff;
}
#amenities_page .mt_events_blog .slick-dots li.slick-active button {
    background: #fff;
}
.mt_tab_head_wrapper {
    background-color: #f4ece9;
}
.mt_tab_head_wrapper .selectivo__option {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.virtual_tour header, .privacy-policy header {
    background: #101d49 !important;
}

.apartment-features #amenities_page .mt_home_intro,
.amenities-services #amenities_page .mt_home_intro {
    display: inline-block;
    width: 100%;
    margin: 75px 0 75px;
}
.apartment-features #amenities_page .mt_home_intro .mt_main_heading, 
.apartment-features #amenities_page .mt_home_intro .mt_txt_intro,
.amenities-services #amenities_page .mt_home_intro .mt_main_heading, 
.amenities-services #amenities_page .mt_home_intro .mt_txt_intro {
    color: #000000;
}
#amenities_page .mt_sub_heading,
#floorplans_page .community-fee-copy .mt_sub_heading{
    font-size: 36px;
    letter-spacing: 1.13px;
}
#amenities_page .mt_col_content .mt_txt_sub, 
#floorplans_page .community-fee-copy .mt_txt_sub{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}
#amenities_page .mt_home_intro .mt_main_heading{
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.24px;
    line-height: 54px;
    font-family: bodoni-urw, serif;
}

#amenities_page .mt_two_col, .mt_two_col{
    align-items: stretch;
}

.mt_sec_vertical_line:last-child:after {
    display: none;
}
.mt_floorplan .mt_specials_popup {
    border: 2px solid #ff2800;
    background-color: #f4ece9;
    margin-top: 50px;margin-bottom: 50px;
}
.mt_specials_popup .mt_sub_heading {
    color: #101d49 !important;
}
.mt_specials_popup .mt_btn.mt_transparent_btn{
    background: #101d49;
    color: #fff;
    border: 0;
}
.mt_specials_popup .mt_btn.mt_transparent_btn:hover{
    background: #ff2800;
    color: #fff;
}

.mt_floorplan .mt_specials_popup .mt_sub_heading{
    color: #000000 !important;
    letter-spacing: 0.24px;
}
.mt_floorplan .mt_specials_popup .mt_btn{
    background-color: #101d49;
    letter-spacing: 2px !important;
    color: #ffffff;
    border-color: transparent;
}
.mt_floorplan .mt_specials_popup .mt_btn:hover, #floor_plan_compare_btn:hover{
    background-color: #ff2800;
    color: #ffffff;
    border-color: transparent;
}
.mt_floorplan .dropdown [role="option"]:focus, .mt_floorplan .dropdown [role="option"]:hover, .mt_floorplan [role="option"].selectivo__option--selected{
    background: #101d49;
    color: #fff;
}
.mt_tab_head_wrapper {
    opacity: 1;
}

footer .mt_footer_bottom_block .mt_social_wrapper a {
    line-height: 0;
    padding-top: 7px;
}
header .mt_navigation_wrapper #menu-header-menu li a {
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

header .mt_navigation_wrapper .mt_header_right .mt_visit_btn{
    letter-spacing: 1.2px;
    padding: 10px 14px 10px;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    white-space: nowrap;
    font-size: 13px;
}

header .mt_navigation_wrapper .mt_header_right .mt_visit_btn:not(:last-child){
    margin-right: 30px;
}


header .mt_navigation_wrapper #menu-header-menu li a:after {
    width: 100% !important;
}

.mt_floorplan .mt_fp_filter>div.mt_filter_bottom .dropdown .selectivo__label {
    line-height: 14px;
}
#home_page .mt_sound {
    display: none;
}
.mt_fp_detail.mt_two_col .mt_fp_details a {
    padding: 9px 16px 9px;
    letter-spacing: 2px;
}
.mt_floorplan .mt_fp_filter .mt_fp_sort a.active:after {
    top: 2px;
}

#home_page .mt_quick_fpsrch{
    display: none;
}

.home-page .mt_banner .mt_main_heading{
    font-size: 0;
    height: 0;
}

header .mt_navigation_wrapper nav ul li a{
    margin-right: 30px;
}

.mt_home_intro > *{
    max-width: 100%;
    text-align: center;
}
.mt_quick_fpsrch.mt_page_padding .mt_main_heading{
    font-weight: 500;
    letter-spacing: 0.24px;
    font-family: bodoni-urw, serif;
}
.mt_quick_fpsrch .mt_txt_intro{
    font-size: 20px;
    font-weight: 500;   
    line-height: 26px !important;
}
.mt_quick_fpsrch.mt_page_padding .mt_btn {
    background-color: #101d49;
    color: #ffffff;
    border: none;
}
.mt_quick_fpsrch.mt_page_padding .mt_btn:hover{
    background-color: #ff2800;
    color: #ffffff;
    border: none;
}
#amenities_page .mt_tab_head_wrapper.mt_sec_vertical_line::after, #retaile_page .mt_tab_head_wrapper.mt_sec_vertical_line::after {
    bottom: -66px;
    height: 64px;
}

.mt_quick_fpsrch .dropdown{
    margin: 4px 0;
}

#blog_page .mt_blog_list_box .mt_sub_heading.mt_heading_italic{
    font-family: bodoni-urw, serif;
    font-size: 36px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
}

.mt_blog_list_box .mt_txt_sub{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#blog_page .mt_blog_list_box .mt_btn{
    font-weight: 600;
    letter-spacing: 2px;
    background: none;
}

#blog_page .mt_blog_list_box picture{
    flex-shrink: 0;
}

#blog_detail .mt_blog_details .mt_main_heading{
    font-family: bodoni-urw, serif;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#blog_detail .mt_banner .mt_txt_intro{
    display: none;
}

#blog_detail .mt_blog_details .mt_blog_date_cat{
    color: #000000;
    font-weight: 400;
}

#blog_detail .mt_blog_desc{
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.mt_bck_blog{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: montserrat, sans-serif;
}

#blog_detail .mt_blogdetail_btm .mt_blog_socials{
    display: none;
}
#contact_page .mt_banner{
    background-color: rgba(0,0,0,0.32) !important;
    background-blend-mode: overlay;
}
#contact_page .mt_sec_vertical_line::after{
    display: none;
}
#contact_page .mt_contact_content .mt_sub_heading.mt_heading_italic{
    font-family: bodoni-urw, serif;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.3px;
}

#contact_page .hywrap .control-label{
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

#contact_page .hywrap input, #contact_page .hywrap input[type="text"], #contact_page .hywrap select, #contact_page .hywrap textarea{
    background-color: #f4ece9;
    border: 2px solid #f4ece9;
    font-size: 20px;
    font-weight: 400;
    font-family: bodoni-urw, serif;
}
#contact_page .hywrap{
    font-family: montserrat, sans-serif;
}
#contact_page .hywrap button[type="submit"]{
    width: 206px;
    border: 1px solid #101d49;
    background-color: #101d49;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#contact_page .hywrap button[type="submit"]:hover{
    border: 1px solid #ff2800;
    background-color: #ff2800;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
}

#contact_page .hywrap #more-info a{
    font-family: montserrat, sans-serif;
    font-weight: 600;
    color: #000000;
}

#contact_page .mt_contact_flex .mt_contact_details .mt_contact_heading{
    font-family: bodoni-urw, serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

#contact_page .mt_contact_flex .mt_contact_details a,#contact_page .mt_contact_flex .mt_contact_details{
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
#contact_page .mt_contact_flex .mt_contact_map{
    border: 2px solid #f4ece9;
    background-size: initial !important;
}

#contact_page .mt_contact_btn_wrap .mt_btn{
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 11px;
    padding-bottom: 10px;
}

#contact_page .mt_contact_btn_wrap .mt_btn:not(.active):hover{
    border: 2px solid #101d49;
    background-color: #101d49;
    color: #fff;
}

.contact-us footer h2, .contact-us footer .mt_footer_address_block{
    display: none;
}

#gallery_page .mt_gallery_caption, #gallery_page .mt_banner .mt_slider{
    background-color: #101d49;
    
}

#gallery_page .mt_gallery_caption .mt_txt_intro,
#gallery_page .modal-caption p{
    font-size: 18px;
    font-family: montserrat, sans-serif;
    color: #ffffff;
}

#gallery_page .mt_gallery_caption .mt_gallery_pag{
    font-weight: 500;
    letter-spacing: 1.67px;
    font-size: 18px;
    color: #ffffff;
}

.mt_gal_cat{
    background-color: #f4ece9;
}
#thank_you_page .mt_banner .mt_banner_content, #page_404 .mt_banner .mt_banner_content{
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -33px;
    margin-right: 0;
}
#thank_you_page .mt_sub_heading, #page_404 .mt_banner .mt_main_heading{
    font-family: bodoni-urw, serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.24px;
    line-height: 64px;
    color: #000000;
    text-transform: uppercase;
}
#page_404 .mt_banner .mt_main_heading, #page_404 .mt_banner .mt_txt_sub_heading{
    margin-bottom: 0;
}
#page_404 .mt_banner .mt_btn{
    font-weight: 600;
    letter-spacing: 2px;
    background-color: transparent;
}
#page_404 .mt_banner .mt_btn:hover{
    background-color: #101d49;
    border-color: #101d49;
    color: #fff;
}
#thank_you_page .mt_banner .mt_txt_sub_heading, #page_404 .mt_banner .mt_txt_sub_heading{
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #000000;
}
#page_404 .mt_banner_content > :not(.mt_btn){
    width: 300px;
}
#thank_you_page .mt_banner, #page_404 .mt_banner{
    justify-content: center;
}
.mt_floorplan .mt_fp_links a{
    border: 2px solid #ffffff;
    font-family: montserrat, sans-serif;
}
.mt_floorplan .mt_fp_links a:hover{
    color: #101d49 !important;
}
.mt_floorplan .mt_fp_filter span{
    font-family: montserrat, sans-serif;
    color: #000000;
}
.mt_floorplan .mt_fp_filter > div.mt_filter_bottom .dropdown .selectivo__label{
    border: 2px solid #143ca0;
    color: #143ca0;
    font-weight: 500;
}
.mt_floorplan .mt_fp_filter span.mt_result_count{
    font-weight: 500;
}
#floorplans_page .view_by{
    display: none;
}
.mt_blue_btn{
    background-color: #101d49;
}



.mt_floorplan .mt_fp_filter > div li a{
    font-weight: 500;
    color: #bbbbbb;
}
.mt_floorplan .mt_fp_filter > div li a.active{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-weight: 500;
}
.mt_btn{
    font-family: montserrat, sans-serif;
}
#fp_list_view .mt_list_box:nth-child(2n) .mt_list_row{
    background-color: #f8f4f1;
}

/* #fp_list_view .mt_list_box:not(:nth-child(2n)) .mt_list_row .mt_lbox_btn_wrap button{
    background: #fff;
} */

#fp_grid_view .mt_h4_heading{
    font-size: 38px;
    letter-spacing: 0.32px;
}
#floorplan_compare_page .mt_fp_detail .mt_compare_items .mt_compare_item .mt_compare_head h2{
    font-size: 38px;
    letter-spacing: 0.32px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.27px;
    font-family: bodoni-urw, serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}
#floorplan_compare_page .mt_fp_detail .mt_compare_items .mt_fp_details p{
    font-size: 18px;
}
#floorplan_compare_page .mt_fp_detail > p{
    font-family: montserrat, sans-serif;
}
.mt_h4_heading{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.27px;
    font-family: bodoni-urw, serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}
input.mt_compare_checkbox:checked ~ * .mt_compare_checklabel{
    background-color: #ff2800;
    border-color: #ff2800;
    background-size: 11px auto;
}
#fp_list_view .mt_list_col.mt_desktop .mt_txt_sub{
    font-weight: 400;
}
#floor_plan_compare_btn{
    border: 2px solid #101d49;
    background-color: #101d49;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
}
#floor_plan_compare_btn.mt_compare_disabled{
    border: 2px solid #bbbbbb;
    color: #bbbbbb;
    background-color: #ffffff;
    opacity: 1;
}
#fp_grid_view .mt_list_box{
    border: 2px solid #f4ece9;
}
#fp_grid_view .mt_list_box .mt_list_col .mt_btn{
    background-color: #ffffff;
    border: 2px solid #ff2800;
    color: #143ca0;
    font-size: 14px;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 9px;
}
#fp_grid_view .mt_list_box .mt_list_col label:not(.mt_compare_checklabel){
    font-size: 18px;
    padding-right: 10px;
}
#fp_grid_view .mt_list_col .mt_txt_sub{
    font-weight: 600;
}
#fp_grid_view .mt_txt_sub{
    font-size: 18px;
}
.mt_floorplan .mt_fp_filter > div.mt_filter_bottom .dropdown .selectivo__label::after{
    background: url(images/fp-arrow.svg) no-repeat center center;
    background-size: contain;
}
.mt_fp_detail.mt_two_col .mt_fp_details h2{
    color: #000000;
    font-family: bodoni-urw, serif;
    text-transform: none;
}

.mt_fp_detail.mt_two_col .mt_fp_details .mt_fp_btn_block{
    padding: 15px 0 15px;
}

/* .mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type.mt_build_btn{ */
    /* display: none; */
/* } */

/* .mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type.mt_grid_btn{ */
    /* margin-right: 0; */
/* } */

.mt_fp_detail.mt_two_col .mt_fp_details .mt_fp_btn_block button{
    display: none;
}

.mt_fp_detail.mt_two_col .mt_calc_btn{
    color: #143ca0;
    font-weight: 600;
    font-family: montserrat, sans-serif;
}
.mt_fp_details p{
    color: #000000;
}
.mt_fp_details p.mt_extra_text{
    color: #828386;
}
.mt_fp_detail.mt_two_col .mt_fp_details h3{
    color: #828386;
    font-family: montserrat, sans-serif;
}
.mt_fp_detail.mt_two_col a.mt_blue_btn, .mt_fp_detail.mt_two_col a.mt_black_btn{
    border: 2px solid #ff2800;
    color: #143ca0;
    background-color: #ffffff;
    font-family: montserrat, sans-serif;
}
.mt_main_heading{
    color: #000000;
    font-family: bodoni-urw, serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.24px;
    line-height: 64px;
    text-transform: uppercase;
}
h2.mt_main_heading{
    line-height: 54px;
}
h2.mt_main_heading:empty, .mt_floorplan .mt_sub_heading:empty{
    display: none;
}
.floorplan-detail header{
    background-color: #101d49;
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper h2{
    color: #000000;
    font-family: bodoni-urw, serif;
    font-weight: 500;
    text-transform: uppercase;
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper{
    color: #000000; 
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper p.mt_apt_det span{
    font-size: 16px;
    font-family: montserrat, sans-serif;
    color: #000000; 
    font-weight: 500;
    line-height: 30px;
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_calc_top span{
    border: 2px solid #ff2800;
    color: #ff2800;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    background-color: #ffffff;
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper p.mt_apt_det.active .mt_calc_price{
    color: #000000;
    font-weight: 700;
}
.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper{
    border: none;
}

.mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type.mt_list_btn.active {
    background-image: url(images/list-active.png);
}

.mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type.mt_grid_btn.active {
    background-image: url(images/grid-active.png);
}
.mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type.mt_build_btn.active {
    background-image: url(images/building-active.png);
}

.mt_fp_bottom_block{
    display: none;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_enlarge_btn, .mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_enlarge_btn {
    background: url(images/add.png) transparent no-repeat left center;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_share_btn, .mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_share_btn {
    background: url(images/share.svg) transparent no-repeat left center;
}

.features .mt_tab_head_wrapper{
    display: none;
}

.features .mt_home_intro{
    margin-top: 70px;
}

#retaile_page .mt_home_intro > *{
    max-width: 100%;
}
#retaile_page .mt_home_intro .mt_txt_intro{
    margin-top: 17px;
}
#retaile_page .mt_retail_bottom_section{
    background: #f8f4f1 url(images/pattern.png) 0px 0px !important;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item{
    width: 29%;
    display: flex;
    flex-direction: column;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items{
    justify-content: normal;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail{
    flex: 1;
}

#retaile_page .mt_tab_head_wrapper{
    text-align: center;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item h3{
    font-family: bodoni-urw, serif;
    color: #000000;
    font-weight: 500;
}
.neighborhood .mt_map_cont h3{
    color: #ffffff;
    font-family: bodoni-urw, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
}
.neighborhood .mt_map_cont .mt_neighborhood_category{
    background-color: #101d49;
}
.neighborhood .mt_map_cont{
    border: 2px solid #f4ece9;
}
.neighborhood .mt_map_cont .mt_map_wrapper{
    border-left: 2px solid #f4ece9;
}
.neighborhood .mt_map_cont .mt_category_list > li > button, .neighborhood .mt_map_cont .mt_category_list > li > span{
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.neighborhood .mt_map_cont .mt_category_list > li{
    background-position: left top 16px;
    font-family: montserrat, sans-serif;
}

.neighborhood .mt_map_cont .mt_category_list > li{
    background-image: url(images/uncheck.svg);
    background-position: left 6px;
}

.neighborhood .mt_map_cont .mt_category_list > li.active {
    background-image: url(images/check.svg);
}

.neighborhood .mt_map_cont .gm-style .gm-style-iw-c{
    max-width: 254px !important;
    box-shadow: none;
    border: 1px solid #c7c7c7;
}
.neighborhood .mt_map_cont .gm-style .gm-style-iw-t::after{
    box-shadow: none;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
}

.neighborhood .mt_map_cont .map-popup h3{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.neighborhood .mt_map_cont .map-popup span{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-weight: 500;
}
.neighborhood .mt_map_cont .map-popup a{
    font-family: montserrat, sans-serif;
    color: #143ca0;
    font-weight: 700;
    text-transform: capitalize;
}
.neighborhood .mt_sub_category_items .mt_sub_cat_item p{
    color: #000000;
    font-family: bodoni-urw, serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: normal;
}
.neighborhood .mt_sub_category_items .mt_sub_cat_item p.mt_sub_item_dist{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.neighborhood .mt_sub_category_items .mt_sub_cat_item > p{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.neighborhood .mt_map_cont .mt_labels{
    background: #ff2800;
    font-family: montserrat, sans-serif;
     font-size: 13px;
    font-weight: 500;
}

.neighborhood .mt_map_cont .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    background: url(images/cancel.svg) no-repeat center center !important;
}

#blog_detail .mt_blog_details .mt_blog_date_cat span{
    font-family: montserrat, sans-serif;
    color: #000000;
    font-weight: 400;
}

.inner_page .mt_banner:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.inner_page .mt_banner::before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/banner_pattern.png) repeat-y;
    background-position: 35vw 0;
    background-size: 100%;
    z-index: 1;
    opacity: .5;
}

.thank-you .inner_page .mt_banner:before, 
#page_404.inner_page .mt_banner:before,
.thank-you .inner_page .mt_banner_img:after,
#page_404.inner_page .mt_banner_img:after,
#gallery_page.inner_page .mt_banner:after   {
    display: none;
}



#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_img{
    background-size: contain !important;
    border: 2px solid #f4ece9;
    background-color: #fff !important;
}

.mt_hamb_menu .mt_social_wrapper{
    display: none;
}

.mt_fp_pagination .mt_pag_btn{
    background: url(images/pagination_left.svg) no-repeat center center;
    background-size: contain;
}

#retaile_page .mt_home_intro, #home_page .mt_home_intro{
    margin: 75px 0;
}

.features #amenities_page #tab1C .mt_home_intro{
    margin-top: 110px;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_ofr{
    background-color: #ff2800;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item h4{
    font-family: bodoni-urw, serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_ofr p{
    color: #fff;
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_popup_content .mt_addon_wrap .mt_addon_item:nth-of-type(odd){
    background-color: #f8f4f1;
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_addon_item span{
    color: #000000;
    font-weight: 500;
    font-family: montserrat, sans-serif; 
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_addon_item.active .mt_calc_price{
    font-weight: 700;
    color: #000;
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_checkbox_wrapper input+label{
    position: relative;
    top: -2px;
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_checkbox_wrapper input+label::after{
    border-radius: 0;
    border: 2px solid #828386;
}

.mt_calculate_popup .mt_popup_inner .mt_calc_wrapper .mt_checkbox_wrapper input:checked+label::after{
    background-color: #ff2800;
    border-radius: 0;
}

.neighborhood .mt_sub_category_items .mt_sub_cat_item p.mt_sub_item_dist{
    display: none;
}

#fp_list_view .mt_list_box .mt_list_row .mt_h4_heading{
    line-height: 1.2;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_download_btn, .mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_download_btn{
    background: url('images/download.svg') transparent no-repeat left center;
    background-size: contain;
}

.mt_control_btn button.mt_play:before {
    background: url(images/pause-icon.svg) no-repeat center center;
    background-size: contain;
}

.mt_control_btn button.mt_play:after {
    background: url(images/play-icon.svg) no-repeat center center;
    background-size: contain;
}

.mt_specials_popup .mt_popup_close{
    background: url(images/popup-close.svg) no-repeat center center;
    background-size: contain;
}

.mt_btn{
 letter-spacing:  2px;
}

.mt_two_col .mt_btn, #home_page .mt_home_gallery .mt_btn, .mt_specials_popup .mt_btn.mt_transparent_btn, #home_page .mt_home_neigh .mt_btn.mt_transparent_btn, #fp_list_view .mt_list_box .mt_lbox_btn_wrap button, .mt_compare_txt .mt_btn, .mt_quick_fpsrch.mt_page_padding .mt_btn, #blog_page .mt_blog_list_box .mt_btn {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

#home_page .mt_home_gallery .mt_slide:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

html.system .mt_fill_btn:hover{
    padding-top: 11px;
    padding-bottom: 10px;
}

.mt_select_wrapper .mt_blue_btn{
    padding-top: 13px;
    padding-bottom: 12px;
}

.mt_tab_head_wrapper button, .mt_tab_head_wrapper a.selectivo__option{
    height: 40px;
    padding-top: 4px;
    padding-bottom: 0;
}

#fp_list_view .mt_list_box .mt_fp_detail.mt_two_col .mt_fp_details .mt_fp_btn_block{
    display: none;
}

.mt_quick_fpsrch.mt_page_padding .mt_btn{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

#fp_list_view .mt_list_box .mt_fp_detail.mt_two_col .mt_fp_details h2{
    margin-bottom: 0;
}

#fp_list_view .mt_list_box .mt_fp_detail .mt_fp_details p{
    margin-bottom: 0;
}

.inner_page #pano.mt_banner:after{
    display: none;
}

/*Covid Popup*/
.covid_popup {
    background-color: #101d49;
}
.covid_popup .covid_info p {
    font-size: 18px;
    line-height: 23px;
}
.covid_popup .covid_btn_wrap .mt_btn {
    background: transparent;
}
html.system .covid_popup .covid_btn_wrap .mt_btn:hover,
.covid_popup .covid_btn_wrap .mt_btn {
    font-size: 13px;
    letter-spacing: 1.2px;
    padding-left: 14px;
    padding-right: 14px;
}
.covid_info a {
    color: #fff;
    text-decoration: underline;
}
.covid_info a.link-txt,
.covid_info .no-wrap-txt {
    white-space: nowrap;
}
/*****ada eho icons size fix******/
footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_ada img{
    width:28px;
}
footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_eho img{
    width:31px;
}
footer .mt_footer_bottom_block .mt_social_wrapper a{
    padding-top:5px;
}
/*****footer edits*****/
.mt_footer_bottom_block{
   justify-content:space-between;
}
footer .mt_footer_bottom_block .mt_social_wrapper{
   width:auto!important;
}
.f-eho-ada-wrap{
   display:flex;
   flex-wrap:wrap;
   justify-content:center;
}
@media (max-width:768px){
   footer .mt_footer_bottom_block .mt_social_wrapper{
      width:100%!important;
   }
   footer .mt_footer_bottom_right{
      flex-wrap:wrap;
      justify-content:center;
      row-gap:10px;
   }
   .f-eho-ada-wrap{
      row-gap:10px
   }
   footer .mt_ada, footer .mt_eho,
   footer .mt_bozzuto_block,
   footer .mt_privacy{
    width:auto;
   }
   footer .mt_privacy{
      margin:0!important;
      padding: 0 4vw!important;
   }
   footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_ada img{
     width:20px;
   }
   footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_eho img{
     width:25px;
   }
}

/* @media (max-width:450px){
    footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_ada img{
        width:23px;
    }
    footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_eho img{
        width: 24px;
    }
}
@media (max-width:360px){
    footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_ada img{
        width:16px;
    }
    footer .mt_footer_bottom_block .mt_footer_bottom_right .mt_eho img{
        width: 18px;
    }
} */

/* housing for all */

.mt_housing_intro {
    width: calc(100% - 20px);
    margin: 0px auto;
    padding: 100px 0px;
    background: #f9ede9c4;
}

.mt_housing_intro .mt_housing_intro_wrap {
    width: 80%;
    margin: 0px auto;
}

.mt_housing_intro h2 {
    color: #000000;
    font-family: bodoni-urw, serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.24px;
    line-height: 64px;
}

.mt_housing_intro a 
{
    color: #101d49;
    text-decoration: underline;
}
.mt_housing_intro a.tel-link 
{
    text-decoration: none;
}

.mt_housing_intro span {
    font-family: montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 17px;
    text-transform: uppercase;
}

.mt_housing_intro p {
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 17px;
}
.mt_housing_intro .restriction_msg
{
    font-size: 16px;
    line-height: 1.8;
}
.mt_housing_content 
{
    display: none;
}
.mt_housing_content .mt_contact_flex {
    justify-content: center;
}

.mt_housing_content .mt_left_wrap {
    width: 60% !important;
}

.mt_housing_content ol {
    padding-left: 30px;
    padding-top: 30px;
}

.mt_housing_content p,
.mt_housing_content li {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 17px;
}
.mt_housing_content a 
{
    color: #101d49;
}
.housing-table,
.housing-table-two {
    padding-top: 30px;
}
.housing-table-title p 
{
    text-align: center;
    padding-bottom: 20px;
}
.housing-table-title p strong 
{
text-decoration: underline;
}

.mt_housing_content .housing-table table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.mt_housing_content .housing-table-two table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.mt_housing_content .housing-table-two table {
    width: 50%;
}

.mt_housing_content .housing-table-two table:first-child {
    margin-right: 5vw;
}

.mt_housing_content .housing-table table tr:first-child td:first-child {
    background: #FFE599;
}

.mt_housing_content .housing-table table tr:first-child td:nth-child(2) {
    background: #B4C6E7;
}

.mt_housing_content .housing-table table tr:first-child td:nth-child(3) {
    background: #F4B083;
}

.mt_housing_content .housing-table-two table:first-child tr:first-child td {
    background: #C6E0B4;
    text-align: center;
}

.mt_housing_content .housing-table-two table:nth-child(2) tr:first-child td {
    background: #C6E0B4;
    text-align: center;
}
.mt_housing_content .housing-table-two table:first-child tr:nth-child(2) td {
    text-align: center;
}

.mt_housing_content .housing-table-two table:nth-child(2) tr:nth-child(2) td {
    text-align: center;
}

.mt_housing_content .housing-table table td,
.mt_housing_content .housing-table-two table td {
    padding: 10px 5px;
    border: 1px solid #000;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}


.housing-table-two {
    display: flex;
}

.housing-conditions {
    padding: 50px 0px;
}

.housing-conditions p {
    font-size: 16px;
    line-height: 1.8;
}


@media (max-width:1200px) {

    .mt_housing_content .mt_left_wrap {
        width: 65% !important;
    }

}

@media (max-width:768px) {

    .housing-table-two {

        flex-wrap: wrap;
    }

    .mt_housing_content .housing-table-two table {
        width: 100%;
    }

    .mt_housing_content .mt_left_wrap {
        width: 100% !important;
    }

    .mt_housing_intro h2 {
        font-size: 36px;
        line-height: 1.4;
        letter-spacing: 0.24px;
    }

    .mt_housing_intro p,
    .mt_housing_content li,
    .mt_housing_content p {
        font-size: 16px;
        line-height: 24px;
    }

    .mt_housing_content .housing-table-two table:first-child {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}


@media (max-width:540px)
{
    .mt_housing_content .housing-table table td,
    .mt_housing_content .housing-table-two table td  
    {
        font-size: 12px !important;
    } 
}
@media (min-width:1700px)
{
    .mt_housing_intro span 
    {
        font-size: 16px;
    }
}

.housing-for-all footer .mt_hyly_block ,.housing-for-all footer h2
{
display: none;
}

.housing-for-all .hywrap 
{
    padding-top: 50px;
    max-width: 100%;
}

.housing-for-all .hywrap .LV_invalid 
{
    font-size: 12px;
    font-weight: 400;
}

iframe[src*="https://my.hy.ly"]{
    height: 0;
    width: 0;
    position: absolute;
    border: 0;
    margin-top: -1px;
}
#contact_page .custom_form .control-label {
    display: block;
    text-align: left;
    width: 100%;
}
#contact_page .custom_form input, #contact_page .custom_form select{
    height: 47px;padding: 0 10px;
    line-height: 47px;
    max-height: 47px;
}
#contact_page .custom_form input, #contact_page .custom_form select, #contact_page .custom_form textarea {
    width: 100%;
}
#contact_page  .control-group .error-block .error{
    color: #CC0000;
    font-size: 12px;
    font-weight: 400;
    font-family: montserrat, sans-serif;
}
.control-group .form_disclaimer{
    font-size: 14px;
    line-height: 22px;
}
.control-group .form_disclaimer a{
    text-decoration: underline;
    color: #143ca0;
}
.footer_custom_form{
    display: flex;
    flex-wrap: wrap;
}
.footer_custom_form .control-group{
    margin-bottom: 15px;
}
.footer_custom_form .control-group input, .footer_custom_form .control-group select{
    height: 47px;
    width: 100%;
}
.footer_custom_form .control-group input, .footer_custom_form .control-group select, 
.footer_custom_form .control-group textarea{
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: bodoni-urw,serif;
    width: 100%;
    padding: 3px 10px;
}
.footer_custom_form .control-group.full_width{
    width:85% !important;
}
.footer_custom_form .control-group .control-label{
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    font-family: montserrat,sans-serif;
    text-transform: uppercase;
    display: block;
}
.footer_custom_form .form-actions{width: 100%;}
.footer_custom_form button[type="submit"]{
    padding: 0 30px;
    transition: all .2s linear;
}
.error-block{
    color: #CC0000;
    font-size: 12px;
    font-weight: 400;
    font-family: montserrat, sans-serif;
        display: block;
    
}
#form-success .ss-msg{
    background-color: #fff ;
    border: 0 ;
    padding: 10px ;
    text-align: center ;
    border-radius: 4px;
    color: #595E71;
    font-family: montserrat,sans-serif;
    font-size: 12px;
}
#form-success .hidden{display: none;}
.thank-you footer h2,
.thank-you .footer_custom_form
{display: none;}
.disabled{pointer-events: none;}
@media (max-width: 1200px){
    .footer_custom_form .control-group.full_width{
        width:83% !important;
    }
    }
@media (max-width: 1024px){
.footer_custom_form .control-group.full_width{
    width:82% !important;
}
}
@media (max-width: 860px){
.footer_custom_form .control-group.full_width{
    width:78% !important;
}
}


@media (max-width: 768px){
    .footer_custom_form .control-group.full_width{
        width:100% !important;
    }
}


@media (min-width:1200px) {
    #home_page .mt_two_col img{
        height: 450px;
    }
}

#home_page .mt_home_gallery .mt_slide:before {
    z-index: 2;
}

#home_page .slider_img{
    min-height: calc(100vh - 104px);
    position: relative;
    width: 100%;
    height: 100%;
}
#home_page .slider_img img{
    position: absolute;
    width: 100%;
    height: 100%;
}

#contact_page .mt_banner{
    padding-top: 0px!important;
}
#contact_page .mt_banner_content{
    padding-top: 161.719px;
}
#contact_page .mt_banner img{
    position: absolute;
    height: 100%;
    width: 100%;
}

#contact_page .mt_contact_flex .mt_contact_map {
    padding-bottom: 0px;
}
#contact_page .mt_contact_flex .mt_contact_map img{
    position: relative;
    height: 100%;
    width: 100%;
}

#gallery_page .slick-slide img{
    width: 100%;
    height: 100%;
}

#floorplans_page .mt_banner, 
#amenities_page .mt_banner, 
#retaile_page .mt_banner, 
#neighborhood_page .mt_banner, 
#blog_page .mt_banner{
    padding-top: 0px!important;
}

#floorplans_page .mt_banner_content, 
#amenities_page .mt_banner_content, 
#retaile_page .mt_banner_content, 
#neighborhood_page .mt_banner_content, 
#blog_page .mt_banner_content{
    padding-top: 161.719px;
}

#floorplans_page .mt_banner img, 
#amenities_page .mt_banner img, 
#retaile_page .mt_banner img, 
#neighborhood_page .mt_banner img,
#blog_page .mt_banner img{
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (min-width:1200px) {
    #amenities_page .mt_two_col img{
        height: 450px;
    }
    #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_img {
        height: 260px;
    }
}

#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item img {
    position: relative;
}

.inner_page.housing-for-all .mt_housing_intro{
    padding: 100px 0px;
}

#page_404 .mt_banner_img{
    padding-top: 0px!important;
}

#contact_page .mt_banner.mt_sec_vertical_line:after {
    content: "";
    background: rgba(0,0,0,0.32) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Grid Gallery Styles */
.mt_grid_gallery_wrapper {
    padding: 40px 30px;
}

.mt_grid_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
    grid-auto-rows: minmax(250px, auto);
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
}

.grid-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    opacity: 1;
    transform: scale(1);
    min-height: 250px;
    width: 100%;
    box-sizing: border-box;
}

/* Grid item base styles maintained */

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item-small {
    grid-column: span 1;
    width: 100%;
}

.grid-item-medium {
    grid-column: span 2;
    width: 100%;
}

.grid-item-large {
    grid-column: span 4;
    width: 100%;
}

.grid-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item:hover .grid-thumbnail {
    transform: scale(1.05);
}



/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    animation: slideIn 0.3s ease;
    padding: 20px 5%;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #ffffff;
    font-size: 0px;
    font-weight: 400;
    cursor: pointer;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    overflow: hidden;
    text-indent: -9999px;
}
span.modal-close:before, span.modal-close:after {
    content: '';
    position: absolute;
    width: 48%;
    left: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    margin-left: -24%;
    transform-origin: center center;
    transform: rotate(45deg);
}
span.modal-close:after {
    transform: rotate(-45deg);
}

.modal-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#modal_image {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    display: block;
}

.modal-caption {
    padding-top: 15px;
    color: #ffffff;
    text-align: center;
}
#gallery_page .modal-caption p{
    line-height: 1.4;
}

/* Modal Navigation Arrows - Matching Gallery Slider Style */
.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 0;
    cursor: pointer;
    z-index: 10000;
    outline: none;
    display: block;
    transition: all 0.3s ease;
}

.modal-nav:focus {
    outline: 1px dotted #fff;
    outline-offset: 1px;
}

.modal-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

.modal-prev {
    left: 5vw;
    background: url(images/icons/left-arrow-white.png) no-repeat center center;
    background-size: auto 31px;
    transform-origin: center center;
}
.modal-next {
    right: 5vw;
    background: url(images/icons/left-arrow-white.png) no-repeat center center;
    background-size: auto 31px;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center center;
}

.modal-next:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}

.modal-counter {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    margin-top: 10px;
}


/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-50px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .mt_grid_gallery_wrapper{
        padding: 40px 15px;
    }
    .mt_grid_gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .grid-item-medium,
    .grid-item-large {
        grid-column: span 2;
    }
    
    .grid-item-inner {
        height: 200px;
    }
    
    /* Modal navigation for tablet - matching gallery slider */
    .modal-prev {
        left: 4.6vw;
    }
    
    .modal-next {
        right: 4.6vw;
    }
}

@media (max-width: 480px) {
    .mt_grid_gallery {
        gap: 10px;
    }
    
    .grid-item-inner {
        height: 180px;
    }
    
    /* Modal navigation for mobile - matching gallery slider */
    .modal-nav {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    
    .modal-prev {
        left: 2vw;
    }
    
    .modal-next {
        right: 2vw;
    }
    
    .modal-content {
        padding: 10px 5%;
    }
}

/* Category Filter Active State */
/* .mt_btn.selectivo__option.active {
    background-color: #143ca0;
    color: #ffffff;
} */

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

/* Grid reflow optimization for category filtering */
.mt_grid_gallery {
    position: relative;
}

/* Enhanced grid reflow for category filtering */
.mt_grid_gallery {
    grid-auto-flow: row dense;
}

/* Ensure hidden items don't take up space in grid */
.mt_grid_gallery .grid-item[style*="display: none"] {
    display: none !important;
    grid-column: none !important;
    grid-row: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* Smooth transition for grid reflow */
.mt_grid_gallery .grid-item {
    transition: all 0.3s ease;
}

/* Force grid reflow when items are hidden/shown */
.mt_grid_gallery {
    grid-template-rows: auto;
    grid-auto-rows: minmax(250px, auto);
}

/* Prevent white space by ensuring proper grid behavior */
.mt_grid_gallery .grid-item:not([style*="display: none"]) {
    display: flex;
    align-items: stretch;
}

.mt_home_neigh .mt_h_neig_map img{
    border-radius: 100%;
}

#privacy_policy_page{
    max-width: 1280px;
    padding-left: 8.6rem;
    padding-right: 8.6rem;
}

#privacy_policy_page.inner_page .mt_with_both_margins{
    background: #fff;
    margin: 60px 0px;
}

.privacy-policy #privacy_policy_page.inner_page .mt_with_both_margins{
    height: auto !important;
}
   

#privacy_policy_page.inner_page .mt_with_both_margins::before,#privacy_policy_page.inner_page .mt_with_both_margins::after{
    display: none;
}

#privacy_policy_page .mt_main_heading {
    font-size: 48px;
    font-family: bodoni-urw,serif;
    font-weight: 500;
    letter-spacing: 0.24px;
    color: #000;
    line-height: 54px;
    text-align: left;
}

#privacy_policy_page p,#privacy_policy_page ul li,#privacy_policy_page p a{
    line-height: 24px;
    font-size: 18px;
    color: #000;
    font-family: montserrat,sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}

#privacy_policy_page p a{
    color: #143ca0;
}

#privacy_policy_page p,
#privacy_policy_page ul,
#privacy_policy_page .mt_main_heading {
    margin-bottom: 2rem;
}

#privacy_policy_page ul li{
    margin-left: 20px;
    list-style: disc;
    
}

@media (max-width:1200px) {
    #privacy_policy_page{
        padding-left: 4.6rem;
        padding-right: 4.6rem;   
    }
}

@media (min-width: 769px) {
    .privacy-policy #privacy_policy_page.inner_page .mt_with_both_margins{
        padding-top: 161.719px;
    }
    /* .privacy-policy #privacy_policy_page.inner_page:has(.privacy_cont) .mt_banner[title~="flower"]{
        height: auto !important;
    } */
}

@media (max-width:992px) {
    .privacy-policy #privacy_policy_page.inner_page .mt_with_both_margins{
        padding-top: 127.812px;
    } 
}

@media (max-width:768px) {

    #privacy_policy_page{
        padding-left: 25px;
        padding-right: 25px;   
    }

    #privacy_policy_page .mt_main_heading {
        font-size: 36px !important;
        letter-spacing: 0.3px !important;
        line-height: 1.4;
        margin-bottom: 17px !important;
        padding: 0 !important;
    }

    #privacy_policy_page p, #privacy_policy_page ul li,#privacy_policy_page p a{
        font-size: 16px;
        line-height: 24px;
    }

    #privacy_policy_page p,
    #privacy_policy_page ul,
    #privacy_policy_page .mt_main_heading {
        margin-bottom: 17px;
    }

    .privacy-policy #privacy_policy_page.inner_page .mt_with_both_margins{
        padding-top: 87.8125px;
    } 
    
    body.privacy-policy header {
        top: 0px;
    }
}

#privacy_policy_page h2 {
    margin-bottom: 2rem; 
}
#privacy_policy_page ol, 
#privacy_policy_page ul {
    margin-bottom: 2rem; 
    padding-left: 0;
}
#privacy_policy_page li p{
    margin-top: 0;
}
#privacy_policy_page ol li, 
#privacy_policy_page ul li {
      padding: 0;
}
#privacy_policy_page ol li {
    list-style-type: decimal;
    margin-left: 20px; 
}
#privacy_policy_page ol li > *::before {
      content: " ";
      display: inline-block; 
}
#privacy_policy_page ol li p:last-child {
      margin-bottom: 0; 
}
#privacy_policy_page ol li::marker {
      font-weight: bold;
      color: #000000;
      display: inline-block; 
      font-size: 18px;
}
#privacy_policy_page ul li {
    list-style-type: disc;
    margin-left: 35px; 
}
#privacy_policy_page ul li li {
      list-style-position: outside;
      list-style-type: circle; 
}
#privacy_policy_page table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse; 
    margin-bottom: 2rem;
}
@media (max-width: 600px) {
      #privacy_policy_page table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
#privacy_policy_page table thead, 
#privacy_policy_page table tr:not(:last-child) {
      border-bottom: 1px solid #000000; 
}
#privacy_policy_page table td {
      border: 0;
      padding: 10px; 
}
#privacy_policy_page table td:not(:last-child) {
        border-right: 1px solid #000000; 
}
#privacy_policy_page table td ul li {
        margin-left: 20px; 
}
@media (max-width:768px) {
    #privacy_policy_page h2,
    #privacy_policy_page ol, 
    #privacy_policy_page ul,
    #privacy_policy_page table {
        margin-bottom: 17px
    }
    #privacy_policy_page ol li::marker{
        font-size: 16px;
    }
}

.schedule_wrap 
{
    width: 100%;
    padding: 50px 0px;   
}

.schedule_wrap iframe 
{
    width: 100%;

}

#hy-scheduler iframe 
{
    position: static;
}
@media(min-width:1021px)
{
    .schedule_wrap iframe 
{
min-height: 815px;
}
}

#fp_grid_view .mt_list_box .piiq-custom-button
{

    padding: 17px 15px 16px;
}

#sightmap{
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.mt_fp_building_sitemap {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    padding-bottom: 20px;
}
.mt_fp_building_sitemap:last-child{
    padding-bottom:60px;
}
.mt_count_tab_wrap,
.mt_view_by_wrap{
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.mt_count_tab_wrap{
    width: 100%;
}

.mt_view_by_wrap span{
    margin-right: 15px;
}
.community-fee-copy + .mt_fp_filter{
    padding-top: 0;
}
.community-fee-copy a{
    color: inherit;
}
#floorplans_page .community-fee-copy .mt_sub_heading{
    text-transform: uppercase;
}
.mt_floorplan .mt_fp_filter > div.mt_filter_top .mt_fp_view_type{
    background: transparent!important;
    width: auto!important;
    height: auto;
    margin-right: 0!important;
}

.mt_view_by_btns{
    display: flex;
    justify-content: center;
    position: relative;
    background: #f5f5f5;
    /* border-radius: 8px; */
    width: fit-content;
    /* box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); */
}

.tab-btn {
    padding: 14px 20px;
    /* border: none; */
    background: none;
    /* cursor: pointer; */
    /* text-transform: uppercase; */
    color: #143ca0;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0;
    border-right: 2px solid rgba(0, 0, 0, 0.1)!important;
}

/* .tab-btn:first-child {
    border-radius: 6px 0 0 6px;
} */

.tab-btn:last-child {
    /* border-radius: 0 6px 6px 0; */
    border-right: 0!important;
}

.tab-btn.active {
    background: #101d49!important;
    color: white;
    border-right: 2px solid #101d49!important;
}

html.system .tab-btn.mt_blue_btn:hover:not(.active) {
    color: #143ca0;
    background: rgba(60, 60, 62, 0.1);
}


/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .mt_count_tab_wrap,
    .mt_view_by_wrap{
        justify-content: space-between;
        row-gap: 10px;
     }
    .tab-btn {
        padding: 12px;
    }
    
}

.specials_bar{
    text-align: center;
    justify-content: center;
}
.specials_bar .special_disclaimer{
    display: inline-block;
    font-size: 0.8em;
}
.has_dollar_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-right: 8px;
    background: url(images/dollar_color.svg) no-repeat center center/100% auto;
  }
  
  .dollar_icon_color:before {
    background: url(images/dollar_color.svg) no-repeat center center/100% auto;
  }
  
  .specials_bar .has_dollar_icon {
    display: inline-block;
  }

  .fp_special {
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .fp_special {
      margin-top: 40px;
      margin-bottom: 0;
    }
    .active .fp_special {
      margin-top: 10px;
    }
  }
  
  .fp_special {
    width: 95%;
  }
  
  .fp_disclaimer {
    width: 100%;
    margin-top: 16px;
  }
  
  .fp_special, .fp_special p {
    text-align: left;
  }
  .special_disclaimer {
    font-size: 0.85em;
  }
  
  .fp_disclaimer, .fp_disclaimer .special_disclaimer {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  @media (max-width: 991px) {
    .fp_disclaimer, .fp_disclaimer .special_disclaimer {
      text-align: center;
    }
  }
  
  .mt_list_col .mt_h4_heading.has_dollar_icon {
    position: relative;
  }
  .mt_list_col .mt_h4_heading.has_dollar_icon::before {
    margin-top: -11px;
    /* position: absolute; */
    width: 22px;
    height: 22px;
    /* top: 50%; */
    /* left: -30px; */
  }
  @media (max-width: 991px) {
    .floor-plans .mt_h4_heading.has_dollar_icon::before {
      display: none;
    }
  }
  
  @media (min-width: 1024px) {
    .fp_disclaimer, .fp_disclaimer .special_disclaimer {
      font-size: 0.875rem;
      /* line-height: 1.5rem; */
    }
  }
  @media (max-width: 991px) {
    .fp_special {
      width: 100%;
    }
  }