<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --mainColor: #B39850;
   
}

*{
    margin:0;
    padding:0;
    outline:0;
}

@font-face {
    font-family: 'georgia';
    src: url('../fonts/georgia.eot');
    src: url('../fonts/georgia.eot') format('embedded-opentype'),
         url('../fonts/georgia.woff2') format('woff2'),
         url('../fonts/georgia.woff') format('woff'),
         url('../fonts/georgia.ttf') format('truetype'),
         url('../images/georgia.svg#georgia') format('svg');
}

@font-face {
    font-family: 'Humanist521LightBT';
    src: url('../fonts/Humanist521LightBT.eot');
    src: url('../fonts/Humanist521LightBT.eot') format('embedded-opentype'),
         url('../fonts/Humanist521LightBT.woff2') format('woff2'),
         url('../fonts/Humanist521LightBT.woff') format('woff'),
         url('../fonts/Humanist521LightBT.ttf') format('truetype'),
         url('../images/Humanist521LightBT.svg#Humanist521LightBT') format('svg');
}
@font-face {
    font-family: 'TrajanProBold';
    src: url('../fonts/TrajanProBold.eot');
    src: url('../fonts/TrajanProBold.eot') format('embedded-opentype'),
         url('../fonts/TrajanProBold.woff2') format('woff2'),
         url('../fonts/TrajanProBold.woff') format('woff'),
         url('../fonts/TrajanProBold.ttf') format('truetype'),
         url('../images/TrajanProBold.svg#TrajanProBold') format('svg');
}

@font-face {
    font-family: 'humanist777boldbt';
    src: url('../fonts/humanist777boldbt.eot');
    src: url('../fonts/humanist777boldbt.eot') format('embedded-opentype'),
         url('../fonts/humanist777boldbt.woff2') format('woff2'),
         url('../fonts/humanist777boldbt.woff') format('woff'),
         url('../fonts/humanist777boldbt.ttf') format('truetype'),
         url('../images/humanist777boldbt.svg#humanist777boldbt') format('svg');
}
@font-face {
    font-family: 'humanist777bt';
    src: url('../fonts/humanist777bt.eot');
    src: url('../fonts/humanist777bt.eot') format('embedded-opentype'),
         url('../fonts/humanist777bt.woff2') format('woff2'),
         url('../fonts/humanist777bt.woff') format('woff'),
         url('../fonts/humanist777bt.ttf') format('truetype'),
         url('../images/humanist777bt.svg#humanist777bt') format('svg');
}


body{
    font-family: 'Humanist521LightBT';
    overflow-x: hidden;
}
.wrapper{
    max-width: 1710px;
    width:100%;
    padding:0 15px;
    box-sizing: border-box;
    margin:0 auto;
}

header{
    background: #231F20;
    padding:10px 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    box-shadow: 9px 4px 21px rgba(0, 0, 0, 0.5);
}

.header__main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navigation{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navigation__inner ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navigation__inner ul li{
    list-style: none;
}
.navigation__inner ul li a{
    color:#fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-left: 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Humanist521LightBT';
    font-weight: 400;
    transition: all 0.7s;
}
.navigation__inner ul li a:hover{
    color: var(--mainColor);
}
.navigation__inner ul li a.active{
    color: var(--mainColor);
}
.eq__now__btn{
    padding-left:30px;
}
.eq__now__btn a{
    background: var(--mainColor);
    border:1px solid var(--mainColor);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Humanist521LightBT';
    padding:10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: all 0.7s;
    cursor: pointer;
}
.eq__now__btn a img{
    padding-right:10px;
}
.eq__now__btn a:hover{
    border:1px solid var(--mainColor);
    background: none;
    color: var(--mainColor);
}

.spacer{
    height: 81px;
}


.banner__inner{
    position: relative;
}
.banner_th img{
    width: 100%;
    vertical-align: top;
}
.banner_caption{
    position: absolute;
    left:0;
    right:0;
    width:100%;
    bottom: 60px;
    text-align: center;
    z-index: 2;
    color: #fff;
}
.banner_caption img{
    width:100%;
    max-width:580px !important;
    margin:0 auto; 
}

.black__bg{
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    z-index: 99;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}

.home__banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.home__banner .owl-theme .owl-dots .owl-dot span {
    width: 39px;
    height: 2px;
    margin: 5px 7px;
    background: #fff;
}
.home__banner .owl-theme .owl-dots .owl-dot.active span {
    width: 39px;
    height: 2px;
    margin: 5px 7px;
    background: #D4BE74;
}

#owl-demo1{
    height:calc(100vh - 165px);
}

#owl-demo1 .owl-stage-outer, #owl-demo1 .owl-stage, #owl-demo1 .owl-item , #owl-demo1 .item, #owl-demo1 .hmoe-banner-th , #owl-demo1 .nrep{
    height:calc(100vh - 165px) !important;
}

 #owl-demo1 .item, #owl-demo1 .hmoe-banner-th , #owl-demo1 .nrep{
    height:calc(100vh - 165px) !important;
    width:100% !important;
}

#owl-demo1 .nrep{
    background-size:cover !important;
    background-position: center center !important;
}


.eq__form{
    background: var(--mainColor);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index:9;
    box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.5);
}

.my__custom__button{
    background: var(--mainColor);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index:9;
    display: none;
    box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.5);
}

.myform{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.closenn a {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: none;
}
.form__heading{
    font-family: 'TrajanProBold';
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.fome__field{
    width: 20%;
    position: relative;
}
.fome__field input[type="text"], .fome__field input[type="email"]{
    width:100%;
    height:40px;
    border:1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #fff;
}

.fome__field select{
    width:100%;
    height:40px;
    border:1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #fff;
    background: var(--mainColor);
}

.phone__filed{
    display: flex;
    align-items: center;
}
.pre__value{
    background: #fff;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Humanist521LightBT';
    font-weight: bold;
    padding:0 10px;
    box-sizing: border-box;
}
.fome__field input[type="tel"]{
    width:100%;
    height:40px;
    border:1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #fff;
    font-family: 'Humanist521LightBT';
}

.fome__field  input::placeholder {
    color: #fff;
  }

  .fome__button input[type="submit"]{
    background: #231F20;
    padding:0 30px;
    box-sizing: border-box;
    font-family: 'Humanist521LightBT';
    height:40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #231F20;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.7s;
    cursor: pointer;
  }
  .fome__button input[type="submit"]:hover{
        color: #fff;
        background: none;
  }



  .delevery__quality{
    background: #F9F6EC;
    padding:80px 0 50px;
    box-sizing: border-box;
  }
  .text-center{
    text-align: center;
  }
  .section__heading{
    color: var(--mainColor);
    font-size: 40px;
    font-family: 'georgia';
  }

  .delevery__quality__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:50px;
  }
  .delevery__quality__innerleft{
    border-right:1px solid var(--mainColor);
    padding:50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .delevery__quality__innerleft:last-child{
    border-right:none;
  }

  .dl__content1{
    padding-left: 50px;
  }
  .dl__content1 h2{
    font-size: 40px;
    line-height: 50px;
    color: var(--mainColor);
    margin:0;
    font-family: 'humanist777boldbt';
    font-weight: 900;
  }
  .dl__content1 p{
    font-size: 20px;
    line-height: 30px;
    color: #231F20;
    margin:0;
    font-family: 'Humanist521LightBT';
    font-weight: 600;
  }


.project__overview{
    padding:90px 0 50px;
}
  .project__overview__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
  }

  .project__overview__left{
    width: 45%;
  }
  .project__overview__right{
    width: 50%;
  }

  .project__logo{}
  .project__details{
    padding:30px 0;
  }
  .project__details p{
    font-size: 20px;
    color: #231F20;
    line-height: 28px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .project__overview__right img{
    width: 100%;
    vertical-align: top;
  }
  .readmore{
    margin-top:20px;
  }
.readmore a{
    font-size: 20px;
    color: #fff;
    background: var(--mainColor);
    padding:7px 20px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight:500;
    border: 1px solid var(--mainColor);
    transition: all 0.7s;
}
.readmore a:hover{
    background: #231F20;
}




.aminities{
    padding:90px 0 50px;
}

.aminities__listing{
    display: flex;
    flex-wrap: wrap;
    margin:50px auto 0;
}

.aminities__listing_inner{
    background: #F1F1F1;
    padding:15px;
    box-sizing: border-box;
    width: 20%;
    padding:50px 20px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.7s;
    border: 1px solid #fff;
}

.aminities__listing_inner:hover{
    background: #000;
}

.aminities__listing_icon img {
    width: 80px;
}

.aminities__listing_content{
    font-size: 20px;
    font-family: 'Humanist521LightBT';
    color: #231F20;
    font-weight: bold;
    padding:20px 0;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.7s;
}


.aminities__listing_inner:hover .aminities__listing_content{
    color: #fff;
}


.aminities__listing_content:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    width:138px;
    background: var(--mainColor);
    height:2px;
    margin:auto;
}


.location__map__outer{
    padding:90px 0 50px;
}

.location__map{
    background: #F1F1F1 url(../images/bgh1.png) no-repeat bottom 40px left 30%;
    position: relative;
    margin: 50px 0 0;
    width: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.location__right iframe{
    height: 550px;
}

.location__right{
    width:60%;
    position: absolute;
    right: 0;
    top:0;
}
.location__left{
    width:25%;
}

.location__left h2{
    color: var(--mainColor);
    font-size: 40px;
    line-height: 50px;
    font-family: 'georgia';
}
.location__left p{
    color: #231F20;
    font-size: 20px;
    line-height: 26px;
    font-family: 'humanist777bt';
    font-weight: 100 !important;
   padding:20px 0;
}

.location__benifits{}
.location__benifits ul{
    margin:0;
    padding:0;
}
.location__benifits ul li{
    list-style: none;
    border-bottom: 1px solid var(--mainColor);
    padding:15px 0;
}
.location__benifits ul li h4{
    font-size: 20px;
    color: #231F20;
    letter-spacing: 0.25px;
    font-family: 'humanist777bt';
    margin:0
}
.location__benifits ul li p{
    font-size: 16px;
    color: #231F20;
    letter-spacing: 0.25px;
    font-family: 'humanist777bt';
    padding:0;
    font-weight: 100;
}

.gallery{
    padding:90px 0 50px;
}
#gallery{
    margin-top:50px;
}
#gallery .owl-prev{
    width: 52px;
}
#gallery .owl-next{
    width: 52px;
}
#gallery .owl-prev span{
    background: url(../images/next-prv.png) no-repeat top left;
    width:52px;
    height:30px;
    display: block;
    font-size: 0;
}
#gallery .owl-next span{
    background: url(../images/next-prv.png) no-repeat top right;
    width:52px;
    height:30px;
    display: block;
    font-size: 0;
}
#gallery.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.floor_plan{
    background: #F1F1F1;
    padding:90px 0 50px;
}
#floor_plan{
    margin-top:50px;
}


#floor_plan.owl-theme .owl-dots .owl-dot.active span, #floor_plan.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--mainColor);
}
#floor_plan.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 30px;
}

#constructionupdates.owl-theme .owl-dots .owl-dot.active span, #constructionupdates.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--mainColor);
}
#constructionupdates.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 30px;
}

.constructionupdates{
    background: #F1F1F1;
    padding:60px 0;
}
#constructionupdates{
    margin-top:50px;
}

#constructionupdates .gallery__th{
    position: relative;
}
#constructionupdates .gallery__th p{
    position: absolute;
    bottom:0;
    padding:10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-family: 'humanist777bt';
    font-weight: 100;
}

.downloads{
    padding:90px 0 50px;
}
.downloads__inner{
    margin-top:50px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.downloads__grid{
    width:22%;
    margin:0 1%;
    text-align: center;
    transition: all 0.7s;
}
.downloads__grid_contact{
    font-size: 20px;
    text-align: center;
    font-family: 'Humanist521LightBT';
    font-weight: bold;
    margin-top:30px;
}
.downloads__grid__inner{
    background: #F1F1F1;
    padding: 50px 20px;
    box-sizing: border-box;
    transition: all 0.7s;
}

.downloads__grid:hover .downloads__grid__inner{
    background: #000;
}

.downloads__grid:hover  .downloads__grid_contact{
    color: #fff;
}

.downloads__grid .readmore{
    margin-top: 40px;
}
.downloads__grid .readmore a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding:10px 20px;
}

.downloads__grid_th{
    min-height: 79px;
}


.approvedby{
    padding:60px 0;
}
.approvedby__inner{
    margin-top:50px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.approvedby__grid{
    padding:0 10px;
}





.query__formbottom{
    background: var(--mainColor)  url(../images/bg2.png) no-repeat bottom 40px left 30%;
    padding:60px 0;
}

.query__formbottom__left .section__heading{
    color: #fff;
    padding-bottom: 20px;
}


.query__formbottom__right .section__heading{
    color: #fff;
    padding-bottom: 10px;
}

.query__formbottom__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.query__formbottom__left{
    width:45%;
}
.query__formbottom__right{
    width:45%;
}

.query__formbottom__left__details p{
    /* font-size: 28px; */
    color: #fff;
    font-family: 'humanist777bt';
    margin-bottom: 10px;
}


.query__formbottom__left__details p a{
    font-size: 28px;
    color: #fff;
    font-family: 'humanist777bt';
    text-decoration: none;
    transition: all 0.7s;
}
.query__formbottom__left__details p a:hover{
    color: #000;
}

.query__formbottom__rightinner .myform{
    flex-wrap: wrap;
}

.query__formbottom__rightinner .myform .fome__field{
    width: 100%;
    margin-top:20px;
}


.query__formbottom__rightinner .myform .fome__button{
    margin-top:20px;
}

.iagree {
    margin-top: 4px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

footer{
    background: #231F20;
}
footer.thsn{
    padding-bottom: 0;
}
.footer__top{
    padding:30px 0;
    border-bottom: 1px solid var(--mainColor);
}
.footer__top h4{
    color: var(--mainColor);
    font-size: 24px;
    text-align: center;
    font-family: 'humanist777bt';
    line-height: 30px;
    margin-bottom: 15px;
}

.footer__top p{
    color: #A4A4A4;
    font-size: 16px;
    text-align: center;
    font-family: 'humanist777bt';
    line-height: 24px;
    margin:0;
}

.footer__bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:20px 0;
}
.footer__bottom__left a {
    color: #A4A4A4;
}

.footer__bottom__left{
    color: #A4A4A4;
    font-size: 16px;
    text-align: center;
    font-family: 'humanist777bt';
    line-height: 24px;
    margin:0;
}
.footer__bottom__right{
    color: #A4A4A4;
    font-size: 16px;
    text-align: center;
    font-family: 'humanist777bt';
    line-height: 24px;
    margin:0;
}
.footer__bottom__right a{
    color: #A4A4A4;
    font-size: 16px;
    text-align: center;
    font-family: 'humanist777bt';
    line-height: 24px;
    margin:0;
    text-decoration: none;
    transition: all 0.7s;
}
.footer__bottom__right a:hover{
    color: #fff;
    transition: all 0.7s;
}

.mobile__menu{
    display: none;
}
.mobile__menu a{
    text-decoration: none;
}
.mobile__menu.active .fa-bars{
    display: none;
}
.mobile__menu .fa-times{
    display: none;
}

.mobile__menu.active .fa-times{
    display: block;
}
.mobile__menu .fa-bars{
    display: block;
}

.navigation.active{
    right:0;
    transition: all 0.7s;
}


.popup__form{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 99;

}
.popu__inner{
    background: #fff;
    padding:30px;
    box-sizing: border-box;
    position:relative;
    max-width: 500px;
    border-radius: 10px;
    width:100%;
    margin:0 auto;
}
.popu__inner .close a {
    position: absolute;
    right: 15px;
    top: 15px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
   
}

.popu__inner .section__heading{
    color: #231F20;
    font-size: 25px;
}


.popu__inner .pre__value{
    background: #000;
    height:40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-family: 'Humanist521LightBT';
    font-weight: bold;
    padding:0 10px;
    box-sizing: border-box;
}
.popu__inner .fome__field input[type="text"], .popu__inner .fome__field input[type="email"]{
    width:100%;
    height:40px;
    border:1px solid #000;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #000;
    font-family: 'Humanist521LightBT';
}
.popu__inner .fome__field input[type="tel"]{
    width:100%;
    height:40px;
    border:1px solid #000;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #000;
    font-family: 'Humanist521LightBT';
}

.popu__inner .fome__field select{
    width:100%;
    height:40px;
    border:1px solid #000;
    font-size: 16px;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
    color: #000;
    font-family: 'Humanist521LightBT';
    
}

.popu__inner .fome__field  input::placeholder {
    color: #000;
  }
  .popu__inner .query__formbottom__right{
    width: 100%;
  }
  .popu__inner .query__formbottom__right .section__heading {
    padding-bottom: 0;
}

  .popu__inner .fome__button input[type="submit"]{
    background: #231F20;
    padding:0 30px;
    box-sizing: border-box;
    font-family: 'Humanist521LightBT';
    height:40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #231F20;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.7s;
    cursor: pointer;
  }
  .popu__inner .fome__button input[type="submit"]:hover{
        color: #000;
        background: none;
  }
  .popu__inner .iagree {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    width: 100%;
}

.gallery__th{
    cursor: pointer;
    position: relative;
}


.call {
    position: fixed;
    top: 69%;
    right: 20px;
    z-index: 9;
}

.whasapp {
    position: fixed;
    top: 79%;
    right: 20px;
    z-index: 9;
}


.iconss img{
    width:60px;
}


.ths__main{
    text-align: center;
    padding:50px 0;
}
.ths__main img{
    max-width: 100%;
}
.ths__main1{
    padding-bottom: 30px;
}
.thscontent{
    text-align: center;
}
.thscontent h3{

}
.thscontent p{
    font-size: 16px;
    color: #231F20;
    text-align: center;
    font-family: 'Humanist521LightBT';
    margin-top:20px;
}

.popup__form .fome__button{
    margin: 0 auto;
}

.iagree.black{
    text-align: center;
}
.black label{color: #fff; text-align: center;}


.logo img {
    max-width: 200px;
}

.cp-logo img{
    max-width: 140px;
}

.banner_caption h1 {
    font-size: 50px;
}

.banner_caption h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.banner_caption h3 {
    font-size: 20px;
}

.banner_caption p {
    font-size: 20px;
    font-weight: bold;
    background: #231f20c4;
    /*display: inline-flex;*/
    padding: 13px 25px;
    border-radius: 5px;
    /* margin-top: 15px; */
    width: fit-content;
    margin: 16px auto;
    text-transform: capitalize;
}

/*=== Price ===*/
.price-box {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 15px;
    background: #F1F1F1;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--mainColor);
    color: #000;
}

.price-box p {
    margin-bottom: 5px;
    font-weight: 500;
    padding-bottom: 5px;
}

.price-box h4 {
    font-weight: 800;
    background: var(--mainColor);
    padding: 10px 35px;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.price-box .btn {
    margin-top: 15px;
}
.price-box .price {
    font-size: 33px;
    font-weight: bold;
}
.price-listing {
    display: flex;
    margin: 50px -15px 0;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.price-listing .col-md-3 {
    flex: 0 0 23%;
    padding: 0 15px;
    width: 23%;
}
.price-sec {
    padding-bottom: 90px;
}

/*=== End Price ===*/

img{
    max-width: 100%;
}


.cp-logo-mobile{
    display: none;
}

.highlight_section ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.highlight_section ul li {
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 1px solid var(--mainColor);
    padding: 10px 0;
}

.highlight_section span.number {
    /* box-shadow: #e2e2e3 0 0 0 2px inset; */
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    display: inline-flex;
    text-align: center;
    border-radius: 15px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    color: #fff;
}

.highlight_section .highlight_point {
    padding-left: 8px;
    font-weight: bold;
    width: calc(100% - 40px);
}

.highlight_section .content_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px
}

.highlight_section .row {
    align-items: center
}

.highlight_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    z-index: -1;
    opacity: .1;
    text-transform: uppercase;
    left: 25px;
    writing-mode: tb-rl;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    height: 100%;
    text-align: center;
}

button {
    background: #231F20;
    padding: 0 30px;
    box-sizing: border-box;
    font-family: 'Humanist521LightBT';
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #231F20;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.7s;
    cursor: pointer;
}

button:hover {
    color: #fff;
    background: var(--mainColor);
}
.overlay-btn {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
}

.error {
    color: #e40f0f;
    background: #ffe0da;
    padding: 5px;
    border: 1px solid #e40f0f;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.error img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.eq__form_inner .error {
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0;
}</pre></body></html>