* {margin: 0;padding: 0;box-sizing: border-box;}
html{
    overflow-x: hidden;
}
body{
    margin: 0;font-size: 14px;color: #121212;
    font-family: "Poppins", sans-serif; user-select: none;
    overflow-x: hidden;scroll-behavior: smooth; background-color:#fff; 
}
/*::-webkit-width{width: 10px}
::-webkit-scrollbar-track {background: #121212;}
::-webkit-scrollbar-thumb {background: #121212;}
::-webkit-scrollbar-thumb:hover {background: #121212;}*/
li{list-style: none;}
a{text-decoration: none;transform: 0.5s;color: #121212;}
a:hover{color: #121212}
p{margin: 0}
ul,h1,h2,h3,h4,h5,h6,label{padding: 0;margin: 0}
.container-al {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 12px;
}
ul, h1, h2, h3, h4, h5, h6 {
    color: #0347ac;
}
section#Overviews {
    margin-top: 7em;
}
/*====================*/
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #121212;
  margin: 6px auto;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
/*===================*/
.contact-btn, .mcontact-btn {
    background-color: #58be07;
    color: #FFFFFF;
    padding: 10px 20px;
    /*border-radius: 30px;*/
            border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.contact-btn:hover{
    background-color: #0347ac;
    color: #fff;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #121212;
}
.navbar-expand-xl .navbar-nav .nav-link:hover{
    color: #083a1d;
}
.clipped-image img {
    width: 100%;
    height: auto;
    clip-path: url(#clipPathId);
}
.banner_box {
    position: relative;
    padding-bottom: 12%;
    max-width: 96%;
    margin: 10px auto;
}
.banner_section .slick-dots {
    bottom: 40px;
    max-width: 680px;
    right: 0;
}
.banner_section .slick-dots li {
    width: 80px;
    height: 2px;
}
.banner_section .slick-dots li.slick-active button{
    border: 2px solid #fff;
    background-color: #58be07;
}
.slick-dots li button {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 12px;
    padding: 2px;
    border: 1px solid #fff;
}
.banner_section {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}

/*.banner_section:before {
    position: absolute;
    content: "";
    width: 100%;
    background-image: url(../images/banner_overlay.png);
    background-repeat: no-repeat;
    height: 170px;
    bottom: -5px;
    z-index: 2;
    background-position: left bottom;
}*/
.banner_Overlay {
    position: relative;
    z-index: 9;
    padding-top: 3%;
}
.card{border:none;}
.banner_box .bg-light {
    background: #D9D9D9 !important;
    opacity: 0.93;
    border-radius: 25px;
    max-width: 527px;
}
.themeColor{
    color: #58be07;
}
.cardFoot {
    padding: 12px;
    background-color: #58be07;
    color: #fff;
    border-radius: 0 0 25px 25px;
}
.popupForm {
    display: none;
    position: fixed;
    top: 20%;
    right: 0;
    width: 420px;
    z-index: 20;
    text-align: left;
    left: 0;
    margin: 0 auto;
}
.popupForm .card{
    background-color: #ffffffc9;
    border-radius: 10px;
    padding: 30px 20px;
}
.queryBtn {
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translateY(-50%) rotate(90deg);
    background-color: #58be07;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 0 0  10px 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
}
.popupForm.show{
    display: block;
}
.popupForm input[type="text"], .popupForm input[type="email"], .popupForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 11px;
}
input#phone {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 11px;
}
.CloseBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
}
.popupForm button {
    background-color: #58be07;
    color: #FFFFFF;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
}
#overview{
    font-size: 48px;
}
.list-unstyled.features li{
    font-size: 15px;
    margin-bottom: 10px;
}
.cardPrice .bg-white {
    border-radius: 16px;
}
.cardPrice {
    border-radius: 13px;
    overflow: hidden;
}
section.m3mHighlight-section.bg-light {
    background-color: #F4F7FE !important;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #58be07;
    border-color: #58be07;
    border-radius: 10px;
}
.nav-tabs .nav-item{
    display: block;
    width: 100%;
}
.nav-tabs .nav-item .nav-link {
    background-color: #fff;
    color: #121212;
    border-radius: 16px;
}
#highlightTabs{
    height: 320px;
    overflow-x: auto;
    padding-right: 10px;
    border: none;
}
#highlightTabContent img.img-fluid.rounded {
    border-radius: 0 30px 30px 0px !important;
}
::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar */
    border-radius: 10px; /* Rounded corners for scrollbar */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker color on hover */
}
.allIcons {
    height: 80px;
    width: 80px;
    background-image: url(../images/all_icons.png);
    background-repeat: no-repeat;
    display: block;
    min-width: 80px;
}
.allIcons.Flooring {
    background-position: -123px -20px;
}
.allIcons.Dado {
    background-position: -123px -133px;
}
.allIcons.Toilet{
    background-position: -123px -253px;
}
.allIcons.Electrical {
    background-position: -123px -383px;
}
.allIcons.WallFinishing {
    background-position: -123px -516px;
}
.allIcons.Exteriors {
    background-position:-122px -654px;
}
.allIcons.Lift {
    background-position:-122px -799px;
}
.allIcons.Railings {
    background-position:-122px -910px;
}
.allIcons.Generators {
    background-position:-122px -1010px;
}
.allIcons.Painting {
    background-position:-122px -1141px;
}
.allIcons.water-tanks {
    background-position:-122px -1262px;
}
.allIcons.Kitchen {
    background-position:-126px -1385px;
}
.allIcons.Clubhouse {
    background-position:-132px -1508px;
}
.allIcons.Doors {
    background-position:-132px -1641px;
}
.allIcons.Structure {
    background-position:-132px -1765px;
}
.allIcons.Plumbing {
    background-position:-132px -1892px;
}
.allIcons.Security {
    background-position:-132px -2016px;
}

.allIcons.apartments {
    background-position:-118px -611px;
}
.allIcons.sports {
    background-position:-118px -715px;
}
.allIcons.mall {
    background-position:-118px -813px;
}
.allIcons.airport {
    background-position:-124px -911px;
}


.allIcons.generators {
    background-position:-17px -905px;
}
.nav-tabs .nav-item .nav-link.active .allIcons.Flooring{
    background-position: -13px -22px;
}
.nav-tabs .nav-item .nav-link.active .Dado{
    background-position: -13px -136px;
}
.nav-tabs .nav-item .nav-link.active .Toilet{
    background-position: -13px -252px;
}
.nav-tabs .nav-item .nav-link.active .Electrical{
    background-position: -13px -379px;
}
.nav-tabs .nav-item .nav-link.active .WallFinishing{
    background-position: -17px -517px;
}
.nav-tabs .nav-item .nav-link.active .Exteriors{
    background-position:-17px -654px;
}
.nav-tabs .nav-item .nav-link.active .Lift{
    background-position:-17px -799px;
}
.nav-tabs .nav-item .nav-link.active .Railings{
    background-position:-15px -907px;
}
.nav-tabs .nav-item .nav-link.active .Generators{
    background-position:-15px -1014px;
}
.nav-tabs .nav-item .nav-link.active .Painting{
    background-position:-15px -1140px;
}

.nav-tabs .nav-item .nav-link.active .Painting{
    background-position:-15px -1140px;
}
.nav-tabs .nav-item .nav-link.active .water-tanks{
    background-position:-15px -1262px;
}
.nav-tabs .nav-item .nav-link.active .Kitchen{
    background-position:-17px -1385px;
}

.nav-tabs .nav-item .nav-link.active .Clubhouse{
    background-position:-13px -1508px;
}
.nav-tabs .nav-item .nav-link.active .apartments{
    background-position:-13px -611px;
}
.nav-tabs .nav-item .nav-link.active .sports{
    background-position:-13px -712px;
}
.nav-tabs .nav-item .nav-link.active .mall{
    background-position:-9px -813px;
}

.nav-tabs .nav-item .nav-link.active .airport{
    background-position:-9px -912px;
}




.nav-tabs .nav-item .nav-link.active .Doors{
    background-position:-17px -1642px;
}
.nav-tabs .nav-item .nav-link.active .Structure{
    background-position:-12px -1765px;
}
.nav-tabs .nav-item .nav-link.active .Plumbing{
    background-position:-12px -1892px;
}
.nav-tabs .nav-item .nav-link.active .Security{
    background-position:-12px -2016px;
}



.allIconsText p{
    font-size: 13px;
}
.borderBottom{
    position: relative;
    padding-bottom: 15px;
}
.borderBottom:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 150px;
    margin: 0 auto;
    background-color: #58be07;
    bottom: 0;
    left: 0;
    right: 0;
}
.cardBox {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.cardBox img{
    width: 100%;
}
.cardBox p{
    position: absolute;
    z-index: 1;
    bottom: 10px; 
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.cardPrice small {
    font-size: 24px;
    font-weight: 600;
	line-height:26px;
}
.cardPrice p {
    font-size: 20px;
    font-weight: 500;
}
.cardPrice h5{
    font-size: 20px;
    font-weight: 600;
}
.floor_plan p{
    background: #F0F0F0DE;
    padding: 10px 0;
}
.DistancesCard span {
    font-weight: 600;
}
ul.cardFootUl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
ul.cardFootUl li{
    font-size: 15px;
    font-weight: 400;
        color: #fff;
}
.bg-light {
    background-color: #F5F5F5!important;
}
.DistancesCard p{
    opacity: .5;
}
/*fom css start*/
.footer{
    background: #3F3F3F;
}
.footer a {
    color: #51b451;
}
.footers_sec img{
    height: 150px;
}
#floorplans div img.img-fluid.rounded {
    border: 1px solid #f2f2f2;
}
#floorplans .modal-dialog.modal-dialog-centered {
    max-width: 70% !important;
    text-align: center;
    width: 100%;
}
#thankyou-message {
    display: none;
    color: green;
    margin-top: 10px;
}
.m3mDestinaire-info p{
    font-size: 16px;
    line-height: 27px !important;
}
.m3mDestinaire-section{
    padding-right: 25px;
    padding-left: 25px;
}
.qrText.ms-3 small {
    font-size: 16px;
    line-height: 1;
}
.banner_Overlay strong{
    font-size: 24px;
    font-weight: 500;
}
.banner_Overlay p{
    font-size: 18px;
    font-weight: 500;
}
.banner_Overlay p span.themeColor{
    font-size: 21px;
    font-weight: 600;
}
.banner_Overlay address {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}
#highlightTabContent img{
    width: 100%;
}
.qrText small{
    display: block;
    text-transform: uppercase;
}
.qrText.ms-3 {
    line-height: 1;
}
.m3mHighlight-section h2.mb-4 {
    font-size: 40px;
} 


/* =============page 2 css =============== */

.homeTwo .banner_section .slick-dots li {
    width: 10px;
    height: 10px;
}
.homeTwo .slick-dots li button{
    height: 10px;
}
.homeTwo .banner_Overlay address {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 0;
}
.homeTwo .banner_Overlay h2{
    font-size: 26px;
}
.homeTwo .galley_slider {
    margin-left: -10px;
    margin-right: -10px;
}
.DownloadBtn {
    position: absolute;
    left: 14%;
    bottom: 60px;
    z-index: 99;
}
.roundedCustom{
    border-radius: 0 30px 30px 0;
}
.DistancesCard.two p{
    opacity: 1;
    font-size: 15px;
}
.m3mGalleyTwo .nav-tabs .nav-item{
    display: inline-block;
    width: auto;
}
.m3mGalleyTwo .nav-tabs{
    border: none;
}
.m3mGalleyTwo .nav-tabs a{
    margin:  0 10px;
    padding-bottom: 2px;
}
.m3mGalleyTwo .nav-tabs a.active {
    border-bottom: 2px solid green;
}
.homeTwo .px-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}
.mobileNone {
    display: inline;
}
.m3mLocation h2,
.m3mGalley h2,
.m3mPrice h2,
.m3mLuxurious h2{
    font-size : 40px;
}
.header-logo {
    padding: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
/*================== responsive start ==========================*/
@media(min-width: 1199px){
    .banner_section .clipped-image img{
        height: 680px;
    }
}

@media(max-width: 1500px){
    #highlightTabContent img.img-fluid.rounded {
        border-radius: 0 30px 30px 0px !important;
        width: 100%;
    }
}

@media(max-width:1199px){
.CloseBtn {display: none;}
nav.navbar {
    justify-content: end;
}
.m3mHighlight-section .allIconsText p{
    text-align:left;
}
.m3mHighlight-section p,
.m3mHighlight-section h2 {
    text-align: center;
}
.navbar-toggler.change {
    z-index: 999;
}
.banner_box svg{
    display: none;
}
a#contactBtn {
    display: inline-block;
}
.banner_section .slick-slide img {
    height: 100%;
}
#navbarNav {
    position: absolute;
    height: 100vh;
    z-index: 99;
    background-color: #fff;
    top: 0;
    right: -100%;
    width: 100%;
    transition: 0.5s;
    visibility: hidden;
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
    margin-right: -15px;
    padding-top: 50px;
    margin-top: -20px;
    min-width: 300px;
}
#navbarNav.show {
    right: 0;
    visibility: visible;
    text-align: left;
}
ul.navbar-nav.main_menu.m-auto {
    width: 100%;
    padding: 10% 0 0 0;
    margin-right: 0 !important;
    text-align: left;
}
ul.navbar-nav.main_menu.m-auto li{
    margin-bottom: 3px;
}
.banner_box {
    padding-bottom: 0;
    max-width: 100%;
}
.banner_section {
    border-radius: 0;
    position: relative;
    height: 100%;
}
.banner_Overlay {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    padding: 0 20px;
}
.queryBtn{display: none;}
.popupForm {
    display: inline-block;
    position: static;
    transform: translateY(0);
    background: transparent;
    box-shadow: none;
    max-width: 100%;
    min-height: auto;

    width: 100%;
}
.popupForm .card {
    background: #D9D9D9;
    /*border-radius: 25px;*/
    /*padding: 30px 20px;*/
    /*margin: 30px 20px 0;*/
}
.banner_box .bg-light {
    opacity: 1;
    margin: 0 auto;
    max-width: 100%;
}
ul.cardFootUl {
    width: 100%;
    display: block;
    text-align: center;
}
ul.cardFootUl li {
    display: inline-block;
}

.m3mLuxurious_slider {
    padding: 0;
}

}

@media(max-width:991px){
.banner_Overlay {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    padding: 10px 20px;
}
.banner_box .bg-light{
    max-width: 100%;
}
section.m3mHighlight-section.bg-light {
    padding: 20px;
}
.m3mLuxurious .borderBottom:before {
    display: none;
}
.m3mLuxurious .borderBottom{padding: 0}
.cardBox{border-radius: 0;margin-bottom: 0}
section.m3mLuxurious.py-5 {
    padding-bottom: 0 !important;
}
.wrapper .h2{
    font-size: 33px;
}

}


/* Media Query for Responsive Design */
@media (max-width: 767px) {
ul.list-unstyled.features.my-4 {
    margin-bottom: 40px !important;
}
section.m3mHighlight-section.bg-light {
    padding: 40px 20px;
}
#floorplans div img.img-fluid.rounded {
    border: 1px solid #f2f2f2;
}
section.m3mPrice.py-5 {
    padding-top: 0px !important;
    padding-right: 20px;
    padding-left: 20px;
}
div#mobilestick {
    position: fixed;
    bottom: 7px;
    width: 100%;
    padding: 0;
    z-index: 9999999999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mobilestick a.mcontact-btn {
    width: 49%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
#highlightTabs{
    padding-right: 0;
}
#overview{
    font-size: 33px;
}
.slick-slide img {
 padding: 0 !important;
}
section.m3mLocation.py-5 {
    padding-right: 20px;
    padding-top: 0 !important;
    padding-left: 20px;
}
.row.align-items-center.px-xl-5.headerOuter {
    padding: 0 10px 0 0px;
}
.banner_box {
    margin: 0;
}
.logo img{
    height: inherit;
}

.popupForm button {
    border-radius: 10px;
}
.m3mDestinaire-section .col-lg-6.m3mDestinaire-info.ps-xl-5 ul.list-unstyled.features.my-4 img.me-2 {
    height: 20px;
    margin-top: 3px;
}
.m3mDestinaire-section .col-lg-6.m3mDestinaire-info.ps-xl-5  .list-unstyled.features li {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-flex;
}
#floorplans .modal-dialog.modal-dialog-centered {
    max-width: inherit !important;
    text-align: center;
    width: initial !important;
}
.banner_section .slick-dots {
    bottom: 10px;
}
.banner_section .slick-dots li {
    width: 60px;
}
.slick-dots li button {
    height: 1px;
    padding: 1.5px;
}
.cardPrice {
    border-radius: 0 0 13px 13px;
}
.banner_section .slick-slide img {
    height: 230px;
    object-fit: cover;
}
.mobileNone {
    display: none;
}
.qrText.ms-3 small {
    font-size: 12px;
    line-height: 1;
}
section#Overviews {
    margin-top: 0px;
}
}


/*=================== HOME 2 PAGE RESPONSIVE CSS ==========================*/
@media (max-width : 767px) {
    .homeTwo .banner_Overlay h2 {
    font-size: 20px;
    }
    img.mb-2.logo-pic {
    height: 110px;
    }
    .banner_Overlay strong {
    font-size: 20px;
    }
    .homeTwo .galley_slider {
        margin-left: 20px;
        border-radius: 20px;
        margin-right: 20px;
        overflow: hidden;
    }
}
@media (max-width : 449px) {
.homeTwo .banner_Overlay h2 {
    font-size: 16px;
}
.banner_Overlay strong {
    font-size: 16px;
}
ul.cardFootUl li {
    font-size: 14px;
}
.DistancesCard.two p {
    font-size: 14px;
}
.cardPrice small {
    font-size: 24px;
    line-height: 30px;
}
.popupForm h3.mb-4 {
    margin-bottom: 10px !important;
}
}












