.side-panel {
    width: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.side-panel.active{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-panel .side-panel-block{
    padding: 20px 50px;
    padding-top: 50px;
}
.main-heading{color: #2C3078;}
.error{display: none;}
.the-logo{ padding: 60px 20px;}
.enquiryForm input{padding: 8px; width: 100%;}
.submit-btn{
    background-color: #9C1E43;
    color: #D4D4D4;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.main-form{margin-top: 15px;}
.side-panel-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000;
    font-size: 23px;
}
/* .overview{
    background:url('../images/about-bg.jpg');
    background-size: cover;
} */
.thankuSection{ height: 80vh; background: #f6f5f5; padding-top: 20vh;}
.font-pcolor{color: #9C1E43 !important;}
.navbar-main{
    position: relative;
    transition: all .2s ease-in-out;
}
.navbar-main.fixed{
    transition: all .2s ease-in;
    position: fixed; width: 100%; z-index: 9; background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.floor-plan-box .floorPlanImg { width:calc(100% - 155px); }
.floorPlanImg{
    cursor: pointer;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.amenities-slider-main .slick-arrow{background: rgba(0, 0, 0, .1);}
.AboutSection{ width: 100%; right: 0; left: 0;}
.navbar-nav{gap: 10px;}
.about-logo{max-width: 95%;}
.mb-80{margin-bottom: 80px;}

/* .about-section-main { background:url('../images/about-bg-mob.jpg') no-repeat; background-size:110%; background-position:10% bottom; margin-bottom:40px; } */
/* .AboutSectionButtons { width:130%; } */
/* .AboutSectionButtons .AboutSection_btn  { font-size:12px !important; } */

.bannerform { position: relative; bottom: 0; right: 0; background: #fff; padding: 20px; width: 100%; z-index:99; }
.bannerform .enquiryForm { width:100%; }
.leftboxform { display: flex; align-items: center; justify-content: center; gap:10px; flex-wrap: wrap; }
.bannerform .enquiryForm .bannerformfield { margin-bottom:0; width:20%; }
.bannerform .enquiryForm .bannerformfield:last-of-type { width: 100%; text-align: center; }
.bannerform .enquiryForm .bannerformfield input { border-radius:6px; border:1px solid #888; padding:8px; width: 100%; }
.mobilestickycta { display:none; } 
.side-panel-close:hover { color:inherit; text-decoration: none; }

@media screen and (max-width:768px) {
    .mobilestickycta { display: block; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; }
    .mobilestickycta a { border-radius:0; width: 100%; background:#9c1e43; color: #fff; }
    .enquiryForm input { border:1px solid #888; }
    .aboutlogo{max-width: 100%;}
    .AboutSection{position: relative; margin-top: 10px; margin-bottom: 10px;}
    /* .AboutSection { width: 56%; margin: inherit; padding: 0px; text-align: left; left:10px; margin-top:40px; margin-bottom:20px; } */
    .aboutBg { padding-bottom:0; }
    .AboutSection_btn:nth-child(1), .AboutSection_btn:nth-child(2) { width:max-content; }
    .AboutSection { text-align: left; }
    .urban-farming-info { height: auto; bottom: 0; top: inherit; transform: none; left: 0; right: 0; }
    .urban-farming-info .info-heading { text-shadow: 1px 1px 1px black; }
    .urban-farming-info .info-para { text-shadow: 1px 1px 1px black; }
    .urban-farming-section-main .img-fluid { width: 100%; }
    .floor-plan-box .floor-plan-info { width: 100%; }
    .floor-plan-box .floorPlanImg { width: 100%; }
    .aboutBg { padding-top:0; }
    .top-footer { padding-bottom:20px; }
    .urban-farming-section-main .carousel-item { position:relative; }
    .urban-farming-section-main .carousel-item:before { content:''; position: absolute; bottom: 0; left: 0; right: 0; background:linear-gradient(transparent, #000000ed); height:200px; }

    .leftboxform { flex-direction: column; }
    .bannerform .enquiryForm .bannerformfield { width: 100%; }
    .bannerform .enquiryForm .bannerformfield input { width: 100%; }
    .bannerform { position:relative; }
    .topNav { position: absolute; left: 0; right: 0; top: 60px; background: #fff; z-index: 9999; }
    .TermsEnd { margin-bottom:20px; }
}
/* .floor-plan-box { flex-direction: column-reverse; }
.floor-plan-info { display: flex; gap:15px; align-items: center; margin-top:10px; } */