@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    /*! GLOBAL SITE VARIABLES */
    --site-max-width: 1920px;
    --header-max-width: 1720px;
    --container-max-width: 1354px;
    --container2-max-width: 1480px;
    --text-max-width: 600px;
    --html-font-size: 16px;
    --main-background: white;
    /*! PRIMARY BASE */
    --bs-primary: #222222; 
    --bs-dark: #111111; 
    /*! PRIMARY BASE COLORS */ 
    --bs-black: #000000;
    --bs-white: #ffffff; 
    --bs-gray: #797979; 
    --bs-secondary: #9B9B9B;
    --text-tertiary: #CCCCCC;
    /*! FONTS */
    --bs-font-inter: 'Inter', sans-serif; 
}
/* Global Style */
a {
    text-decoration: none;
}
.text-secondary {
    color: var(--bs-secondary) !important;
} 
.text-primary {
    color: var(--bs-primary) !important;
} 
.text-gray {
    color: var(--bs-gray) !important;
} 
.text-dark {
    color: var(--bs-dark) !important;
}
.btn-dark {
  background: var(--bs-dark);
}
.text-tertiary {
    color: var(--text-tertiary);
}
ul li {
    list-style: none;
}
.form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
}
.modal-xl {
    --bs-modal-width: 1320px;
}
.btn.btn-light, .btn.btn-outline-light {
    font-family: var(--bs-font-inter);  
    font-size: var(--html-font-size);  
    min-width: 255px;
    line-height: 41px;
}
.p-lr {
    padding-left: 20px;
    padding-right: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pl-60 {
    padding-left: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pt-270 {
    padding-top: 270px;
}
.pb-270 {
    padding-bottom: 270px;
}
/* End Global Style*/
.dropdown-toggle::after {
    display: none;
} 
body {
    margin: 0;
    font-family: var(--bs-font-inter);
    color: var(--bs-primary);
    background-color: var(--main-background);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.container {
    max-width: var(--container-max-width);
}
/*! TITLE TAGS */
a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--bs-dark);
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,ul {
    margin-top: 0;
    margin-bottom: 0; 
    padding: 0;
}
h1,.h1 {  
    font-weight: 600;
    font-size: 70px;
    line-height: 76px;
    color: var(--main-background);
}
h2,.h2 { 
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;  
    color: var(--bs-primary);
}
h3,.h3 { 
    font-weight: 800;
    font-size: 55px;
    line-height: 67px; 
    color: var(--main-background);
}
h4,.h4 { 
    font-weight: 700;
    font-size: 50px;
    line-height: 61px; 
    color: var(--bs-secondary);
}
h5,.h5 { 
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; 
    color: var(--bs-dark);
}
h6,.h6 { 
    font-weight: 400;
    font-size: var(--html-font-size);
    line-height: 19px;
    letter-spacing: 16.2px; 
    color: var(--main-background);
}
.fnt-25 {  
    font-size: 25px;
    line-height: 35px;
}
.fnt-18 {
    font-size: 18px;
    line-height: 35px;
}
.fnt-30 {
    font-size: 30px;
    line-height: 36px;
}
/* header Style */ 
header.header-wrap .container {
  max-width: var(--header-max-width);
}
header.header-wrap nav.navbar {
  background: var(--bs-primary);
} 
header.header-wrap ul.navbar-nav li.nav-item a {  
    font-size: var(--html-font-size);
    line-height: 19px;
    padding: 24px 5px;
}
header.header-wrap ul.navbar-nav li.nav-item small a {    
    font-size: 10px;
    line-height: 35px;
    letter-spacing: 5px;
    color: var(--bs-gray);
}
header.header-wrap ul.navbar-nav li.nav-item a.btn.btn-light {
    max-width: 190px;
    min-width: 190px;
    border-radius: 23px;
    color: var(--bs-dark);
    background: var(--bs-white);
    padding: 13px 5px;
}
header.header-wrap ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    background: var(--bs-primary);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25); 
    padding: 10px 0px 18px;
}
@media (min-width: 1200px) {
    header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
        display: block;
       
    }   
}
header.header-wrap ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu a { 
    padding: 0px 31px;
    line-height: 35px;
}
header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu li,
header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu li a,
header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu li a:hover {
    background: var(--bs-primary);
}
header.header-wrap nav.navbar a i {
    font-size: 12px; 
    /* top: -1px;
    left: -6px;  */
}
header.header-wrap nav.navbar .logo-wrap {
   max-height: 70px;
}
/* End Header Style */
/* Main Banner Wrap */
section.banner-sliderWrap .banner-image {
    min-height: 1047px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
section.banner-sliderWrap .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 85.48px;
    height: 7px;  
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}
section.banner-sliderWrap .swiper-pagination-clickable .swiper-pagination-bullet {
     background: var(--bs-white);
}
section.banner-sliderWrap .swiper-pagination.swiper-pagination-clickable {
    bottom: 110px;
}
/* End Main Banner Wrap */
/* New Homes Wrap */
section.new-homes .home-rightcol {
    max-width: var(--text-max-width);
}
section.new-homes .home-rightcol .content-box {
    column-gap: 70px;
}
section.new-homes .content-leftcol::after {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    height: 100%;
    width: 1px; 
    background: var(--bs-dark); 
    opacity: 0.2;
}
section.new-homes .home-leftcol .explore-boxWrap {  
    bottom: 120px;
    left: auto;
    right: -110px; 
}
section.new-homes .home-leftcol .explore-boxWrap .explore-box {
    background: var(--bs-primary);
    padding: 50px 49px;
    min-height: 350px;  
    box-shadow: 0px 50px 99px rgba(0, 0, 0, 0.14);
}
section.new-homes .home-leftcol .explore-boxWrap::before {
    content: '';
    min-width: 350px;
    min-height: 350px;
    border: 10px solid var(--bs-white);
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: -1;
}
/* End New Homes Wrap */
/* Condos Homes Wrap */
section.new-homes hr {
    width: 97%;
}
section.new-homes.new-condos .home-leftcol .explore-boxWrap { 
    left: -110px;
    right: auto; 
}
section.new-homes.new-condos .home-leftcol .explore-boxWrap::before { 
    left: auto; 
    right: -35px;
}
section.new-homes.new-condos .home-rightcol {
    max-width: 510px;
}
/* End Condos Homes Wrap */
/* Home Ottawa Wrap */
section.homes-ottawa  .text-wrap {
    max-width: 1230px;
}
section.homes-ottawa  .container {
    max-width: var(--container2-max-width)
}
/* End Home Ottawa Wrap*/
/* Home Locations */
section.home-locations .nav-pills .nav-link {  
    font-size: 24px;
    line-height: 29px; 
    color: var(--bs-dark);
    min-width: 350px;
    height: 75px; 
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    background: var(--bs-white);
}
section.home-locations .nav-pills .nav-link.active {
    background: var(--bs-dark);
    color: var(--bs-white);
}
section.home-locations .tab-content>.tab-pane { 
    padding-top: 175px;
    margin-top: -130px;
    min-height: 1075px;
}
section.home-locations .tab-content>.tab-pane .card { 
    max-width: 415px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
} 
section.home-locations .tab-content>.tab-pane .card .text-tertiary.location-text {
    font-size: 18px;
}
section.home-locations .tab-content>.tab-pane .card.location-address {
   max-width: 350px;
}
section.home-locations .card.location-address::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: var(--bs-white);
    transform: rotate(45deg);
}
section.home-locations  .container {
    max-width: var(--container2-max-width)
}
/* Home Locations */



/* New Homes Banner */
.newHome-banner {
   padding: 190px 20px 143px;
}
.newHome-banner .banner-heading h1 {
    font-size: 120px;
    line-height: 145px; 
    color: var(--bs-primary);
}
.newHome-banner .container,
.newHome-appartments .container {
    max-width: var(--header-max-width);
}  
.newHome-appartments .apparts-col .apparts-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
.newHome-appartments .apparts-heading h4 small {
    font-size: 18px;
    line-height: 22px;
}
.newHome-appartments .apparts-col .apparts-cardInfo div {
    font-size: 11.3261px;
    line-height: 20px;
}
.newHome-appartments .apparts-col .apparts-cardInfo div span {
    font-size: 16.9891px;
    line-height: 21px;
} 
.newHome-appartments .apprts-filter {
    background: #F8F8F8;
    max-width: 415px;
}
.newHome-appartments .apprts-filter input.form-check-input {
    background-color: #E9E9E9;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}
.newHome-appartments .apprts-filter .form-check-input:checked[type=checkbox] {
    content: url(../images/tic.svg);
}
.newHome-appartments .collapse.apparts-collapse:not(.show) {
    display: block;
}
.newHome-appartments .filter-button h5, .newHome-appartments .match-button h5 {
    background: #F4F4F4; 
}
.newHome-appartments .filter-actheading {
    font-size: 14px;
    color: #979797;
}
.newHome-appartments .apparts-col .apparts-card .btn.btn-dark { 
    font-size: 11.3261px;
    line-height: 21px
}
.listModal .modal-header .btn-close {
    padding: 8px 15px;
}

/* End New Homes Banner */


 
/* Footer Form Wrap*/
footer .container {
    max-width: var(--container2-max-width);
}
footer section.footer-form {
    background: var(--bs-dark);
}
footer section.footer-form .form-leftCol {
    max-width: 685px;
} 
footer section.footer-form .form-leftCol h2 {
    max-width: var(--text-max-width);
}
.form-check-input:checked { 
    border-color: unset;
    box-shadow: none;
}
footer section.footer-form .form-check.check-info label.form-check-label {  
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.221053px;
}
footer section.footer-form .btn.btn-light {
    font-size: 20px;
    line-height: 36px;
} 
footer section.footer-form .form-control::placeholder {
    color: var(--bs-white); 
}
footer section.footer-form .form-control, footer section.footer-form .form-select {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.315789px;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
} 
.footer-content .footer-links .dropdown-toggle {
    pointer-events: none;
}
footer section.footer-form .form-select {
    --bs-form-select-bg-img: none;
    background: url(../images/drop-select.svg);
    background-repeat: no-repeat;
    background-position: 100%;
}
/*End Footer Form Wrap*/
@media (min-width: 1601px) {
    header.header-wrap nav.navbar .custom-wd {
        width: 36.333333%;
    }
    header.header-wrap nav.navbar .custom-wd.logo-column {
        width: 27.333333%;
    }
}
@media (max-width: 1600px) {
    h1,.h1 {   
        font-size: 65px;
        line-height: 71px; 
    }
    h2,.h2 {   
        font-size: 55px;
        line-height: 70px;   
    }
    h3,.h3 {  
        font-size: 50px;
        line-height: 62px;  
    }
    h4,.h4 {  
        font-size: 45px;
        line-height: 56px;  
    }
    h5,.h5 {  
        font-size: 19px;  
    } 
    .fnt-25 {  
        font-size: 23px;
        line-height: 33px;
    }
    :root { 
        --html-font-size: 15px; 
    }
    section.banner-sliderWrap .banner-image {
        min-height: 950px; 
    } 
    section.new-homes .home-leftcol .explore-boxWrap {
        bottom: 70px; 
        right: -20px;
    }
    body { 
        font-size: 19px; 
    }
    .pt-150 {
        padding-top: 120px;
    }
    .pb-150 {
        padding-bottom: 120px;
    }
    .pt-200 {
        padding-top: 160px;
    }
    .pb-200 {
        padding-bottom: 160px;
    }
    .pt-270 {
        padding-top: 200px;
    }
    .pb-270 {
        padding-bottom: 200px;
    }
    section.home-locations .tab-content>.tab-pane { 
        min-height: 1000px;
    }
    .newHome-banner {
        padding: 160px 20px 120px;
     }
     .newHome-banner .banner-heading h1 {
         font-size: 100px;
         line-height: 125px;  
     }
     .newHome-appartments .apparts-heading h4,
     .fnt-30 {
        font-size: 27px;
        line-height: 33px;
    }
    .newHome-appartments .apparts-heading h4 small {
        font-size: 17px;
    }
}
@media (max-width: 1440px) {
    h1,.h1 {   
        font-size: 60px;
        line-height: 66px; 
    }
    h2,.h2 {   
        font-size: 50px;
        line-height: 65px;   
    }
    h3,.h3 {  
        font-size: 45px;
        line-height: 57px;  
    }
    h4,.h4 {  
        font-size: 40px;
        line-height: 51px;  
    }
    h5,.h5 {  
        font-size: 18px;  
    } 
    .fnt-25 {  
        font-size: 21px;
        line-height: 31px;
    }
    section.banner-sliderWrap .banner-image {
        min-height: 900px; 
    }
    section.new-homes .home-leftcol .explore-boxWrap .explore-box { 
        padding: 40px 30px;
        min-height: 265px;
        min-width: 250px;
    }
    section.new-homes .home-leftcol .explore-boxWrap {
        bottom: 30px;
        right: 36px;
    }
    section.new-homes .home-leftcol .explore-boxWrap::before { 
        min-width: 313px;
        min-height: 326px;  
        left: -34px;
        top: -33px; 
    }
    body { 
        font-size: 18px; 
    }
    section.new-homes.new-condos .home-leftcol .explore-boxWrap {
        left: 36px; 
    }
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .pt-200 {
        padding-top: 120px;
    }
    .pb-200 {
        padding-bottom: 120px;
    }
    .pt-270 {
        padding-top: 150px;
    }
    .pb-270 {
        padding-bottom: 150px;
    }
    section.home-locations .tab-content>.tab-pane { 
        min-height: 900px;
    }
    :root {
        --html-font-size: 14px;
    } 
     .newHome-banner .banner-heading h1 {
         font-size: 80px;
         line-height: 105px;  
     }
     .newHome-appartments .apparts-heading h4,
     .fnt-30 {
        font-size: 24px;
        line-height: 31px;
    }
    .newHome-appartments .apparts-heading h4 small {
        font-size: 16px;
    }
}
@media (max-width: 1300px) {
    h1,.h1 {   
        font-size: 55px;
        line-height: 61px; 
    }
    h2,.h2 {   
        font-size: 45px;
        line-height: 60px;   
    }
    h3,.h3 {  
        font-size: 40px;
        line-height: 52px;  
    }
    h4,.h4 {  
        font-size: 35px;
        line-height: 45px;  
    }
    h5,.h5 {  
        font-size: 17px;  
    } 
    .fnt-25 {  
        font-size: 19px;
        line-height: 30px;
    }
    section.banner-sliderWrap .banner-image {
        min-height: 850px; 
    }
    body { 
        font-size: 17px; 
    }
    section.home-locations .tab-content>.tab-pane { 
        min-height: 800px;
    }
    .newHome-banner .banner-heading h1 {
        font-size: 70px;
        line-height: 90px;  
    }
    .newHome-appartments .apparts-heading h4,
    .fnt-30 {
        font-size: 21px;
        line-height: 28px;
    }
    .newHome-appartments .apparts-heading h4 small {
        font-size: 15px;
    }
    .newHome-appartments .apprts-filter input.form-check-input { 
        margin-right: 15px;
    }
}
@media (max-width: 1199px) {
    h1,.h1 {   
        font-size: 50px;
        line-height: 56px; 
    }
    h2,.h2 {   
        font-size: 40px;
        line-height: 55px;   
    }
    h3,.h3 {  
        font-size: 35px;
        line-height: 45px;  
    }
    h4,.h4 {  
        font-size: 30px;
        line-height: 40px;  
    }
    h5,.h5 {  
        font-size: 16px;  
    } 
    .fnt-25 {  
        font-size: 18px;
        line-height: 28px;
    } 
    section.banner-sliderWrap .banner-image {
        min-height: 823px; 
    }
    body { 
        font-size: 16px; 
    } 
    .content-box.pt-70 {
        padding-top: 30px;
    }
    .pt-70 {
        padding-top: 60px;
    }
    .home-desc.pt-70 {
        padding-top: 40px;
    }
    .pl-60 {
        padding-left: 0px;
    }
    .pt-150 {
        padding-top: 90px;
    }
    .pb-150 {
        padding-bottom: 90px;
    }
    .pt-200 {
        padding-top: 90px;
    }
    .pb-200 {
        padding-bottom: 90px;
    }
    .pt-270 {
        padding-top: 90px;
    }
    .pb-270 {
        padding-bottom: 90px;
    }
    section.home-locations .tab-content>.tab-pane { 
        min-height: 700px;
    }
    section.new-homes .home-rightcol { 
        padding: 20px;
    }
    .navbar-toggler .navbar-toggler-icon {
        content: url(../images/menu.png);
        background: none;
        width: auto;
        height: auto;
    }
    .menu-open .navbar-toggler .navbar-toggler-icon {
        content: url(../images/c-menu.png); 
    }
    header.header-wrap.home-header nav.navbar {
        background: transparent;
    }
    header.header-wrap nav.navbar .navbar-toggler {
        outline: 0;
        box-shadow: none;
    }
    header.header-wrap .container { 
        padding: 0;
    }
    .header-wrap.menu-open {
        background: var(--bs-primary)
    }
    .navbar-collapse.collapsing {
        transition: all 0.1s ease-in !important;
    }
    header.header-wrap nav.navbar a i { 
        position: absolute;
    }
    header.header-wrap ul.navbar-nav li.nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
    header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
        background: var(--bs-primary); 
        box-shadow: none;
        padding-bottom: 25px;
    }
    header.header-wrap ul.navbar-nav li.nav-item a {
        font-size: 16px; 
    }
    header.header-wrap ul.navbar-nav li.nav-item a {
        padding: 22px 5px;
    }
    header.header-wrap ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu a { 
        line-height: 36px;
    }
    .header-wrap.fixed {
        background: var(--bs-primary);
    }
    header.header-wrap ul.navbar-nav li.nav-item a.btn.btn-light { 
        padding: 13px 5px;
    }
    header.header-wrap ul.navbar-nav li.nav-item a.show i.fa-solid {
        transform: rotate(180deg);
    }
    .newHome-banner .banner-heading h1 {
        font-size: 60px;
        line-height: 80px;  
    }
}
@media (max-width: 992px) {
    h1,.h1 {   
        font-size: 40px;
        line-height: 46px; 
    }
    h2,.h2 {   
        font-size: 35px;
        line-height: 50px;   
    }
    h3,.h3 {  
        font-size: 30px;
        line-height: 40px;  
    }
    h4,.h4 {  
        font-size: 27px;
        line-height: 37px;  
    } 
    .fnt-25 {  
        font-size: 17px;
        line-height: 27px;
    }
    :root { 
        --text-max-width: 100%; 
    }
    section.new-homes.new-condos .home-rightcol {
        max-width: 100%;
    }
    section.new-homes .home-rightcol { 
        padding-left: 20px;
        padding-right: 20px;
    } 
    .col-heading {
        background: var(--bs-white);
        margin-top: -130px;
        position: relative;
        padding: 20px 20px 30px;
        margin-left: -20px;
        width: 85%;
    } 
    section.new-homes .home-rightcol {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .image-wrap.pt-100 {
        padding-top: 50px;
    }
    .new-homes.new-condos .home-desc {
        padding-bottom: 90px;
    }
    .new-homes.new-condos hr {
        width: 95%;
        margin: 0 auto;
    }
    .home-desc.pt-70 { 
        padding-bottom: 130px;
    }
    section.home-locations .tab-content>.tab-pane { 
        min-height: 600px;
    }
    section.home-locations .tab-content>.tab-pane {
        padding-top: 115px;
        margin-top: 0; 
        padding-bottom: 110px;
    }
    .map-wrap.pt-70 {
        padding-top: 0px;
    }
    .btn.btn-dark {
        font-size: 20px;
        line-height: 24px; 
    } 
    .form-leftCol .col-heading {
        background: var(--bs-dark); 
    }
    .newHome-banner .banner-heading h1 {
        font-size: 50px;
        line-height: 70px;  
    }
    .newHome-appartments .apprts-filter input.form-check-input {
        margin-right: 5px;
    }
    .newHome-appartments .apprts-filter .form-check-label {
       font-size: 13px;
    }
}
@media (max-width: 767px) {
    h1,.h1 {     
        font-size: 38px;
        line-height: 40px;  
    }
    h2,.h2 {   
        font-size: 30px;
        line-height: 36px;
    }
    h3,.h3 {  
        font-size: 30px;
        line-height: 40px;  
    }
    h4,.h4 {    
        font-size: 37.5px;
        line-height: 45px;
    } 
    .fnt-25 {  
        font-size: 16px;
        line-height: 20px;
    }
    footer .container .dropdown-menu {
       position: relative !important;
       transform: unset !important;
    }
    .footer-content .footer-links .dropdown-toggle {
        pointer-events: visible;
        font-size: 17px;
        line-height: 21px;
    }
    .btn.btn-light, .btn.btn-outline-light { 
        min-width: 190px; 
    }
    section.banner-sliderWrap .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 36px;
        height: 3px; 
    }
    section.banner-sliderWrap .swiper-pagination.swiper-pagination-clickable {
        bottom: 35px;
    }
    section.home-locations .nav-pills .nav-link { 
        min-width: 210px;
        height: 75px; 
    } 
    section.home-locations .tab-content>.tab-pane { 
        min-height: 450px;
    }
    .location-infoCol img {
        max-width: 61px;
    }
    .location-infoCol h4 {
        font-size: 24px;
        line-height: 29px;
    }
    section.home-locations .tab-content>.tab-pane .card .text-tertiary.location-text  {
        font-size: 14px;
    }
    .form-leftCol form.row {
       margin-left: 0px;
       margin-right: 0px;
       padding-top: 40px;
    }
    .form-leftCol form.row>div {
        padding: 0;
     } 
     .footer-content .footer-links .dropdown {
        border-bottom: 1px solid #D9D9D9;
     }
     .footer-content .footer-links .footer-col2.dropdown {
        border-top: 1px solid #D9D9D9;
     }
     .footer-links.pb-70 {
        padding-bottom: 0px;
     }
     footer .container hr {
        display: none;
     }
     .newHome-banner .banner-heading h1 {
        font-size: 48px;
        line-height: 40px;  
    }
    .newHome-banner {
        padding: 150px 20px 40px;
    }
    .newHome-appartments .apparts-heading h4,
    .fnt-30 {
        font-size: 18px;
        line-height: 22px;
    }
    .newHome-appartments .apparts-heading h4 small {
        font-size: 14px;
        line-height: 17px;
    }
    .btn.btn-light, .btn.btn-outline-light,
    section.banner-sliderWrap .banner-image h6 {
        font-size: 16px;
    }
    section.banner-sliderWrap .banner-image h6 { 
        letter-spacing: 5.59153px;
    }
    .form-leftCol .col-heading { 
        padding-bottom: 0;
    }
    header.header-wrap  nav.navbar { 
        max-height: 700px;
        overflow-y: scroll;
    }
    .newHome-appartments .collapse:not(.show),
    .newHome-appartments .collapse.apparts-collapse:not(.show) {
        display: none;
    }
    .newHome-appartments .apparts-list {
        border-bottom: 1px solid #D9D9D9; 
        padding-top: 0px;
    }
    .newHome-appartments .apprts-filter input.form-check-input {
        margin-right: 15px;
    }
    .newHome-appartments .apprts-filter .form-check-label {
        font-size: 16px;
     }
     .newHome-appartments .apparts-list .collapse:not(.show) {
        display: none;
    }
    .newHome-appartments .apprts-filter { 
        max-width: 100%;
    } 
    .form-leftCol .col-heading { 
        padding-right: 20%;
    }
    .apparts-listMore .listMore-desc h4 {
        font-size: 20px;
        line-height: 24px;
    } 
    .apparts-listMore .listMore-desc p {
        font-size: 13px;
        line-height: 22px;
    }
    .apparts-listMore .listMore-img.w-25 {
        width: 32% !important;
    }
    .apparts-listMore .listMore-img.w-25 img {
        min-height: 178px;
    }
    .apparts-listMore .listMore-desc.w-75 {
        width: 68% !important;
    }
    .newHome-appartments .col-6.match-button:not(.open) img,
    .newHome-appartments .col-6.filter-button:not(.open) img {
        display: none;
    }
} 
@media (max-width: 575px) {
    .newHome-appartments .apparts-col .apparts-card>div {
        width: 50%;
    } 
}
@media (max-width: 424px) {
    .btn.btn-light, .btn.btn-outline-light {
        min-width: 137px;
        line-height: 35px;
    }
}