body {
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif !important;

}


ul li a {
    font-family: 'Muli', sans-serif !important;
}


ul li {
    font-family: 'Muli', sans-serif !important;
}


p {
    font-family: 'Muli', sans-serif !important;
}




/* common */
.white {
    color: #ffffff !important;
}

a,
a:hover {
    text-decoration: none;
}

.list-none {
    list-style: none;
}

h1 {
    font-size: 59px;
    line-height: 1.2;
    font-weight: 900 !important;
}

p {
    line-height: 1.7;
}

.font-30 {
    font-size: 30px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-36 {
    font-size: 36px;
    line-height: 1.4;
}

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

.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.fw-400 {
    font-weight: 400;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.theme-clr {
    color: #181818;
}

/* header */

/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 3px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}

/*
.sticky .navbar-brand img {
    width: 72px;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

li.nav-item {
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(59 85 154);
    ;
}

nav.navbar.bg-light {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 0px 0px;
    background-color: #ffffff;


}
.virtual-btn
{
    position: fixed;
    bottom: 100px;
    right: 0px;
    margin: auto;
    align-items: flex-end;
    z-index: 99;
    background: transparent;
    border: none;
    padding: 0;
    cursor:pointer;
        text-align: right;
}
.virtual-btn img
{
    width:70%;
}
div#opn-virtual a {
    background: #1c362b;
    display: block;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 9px;
    margin: 0 9px;
    color: #fff;
    font-size: 16px;
}
.modal-dialog {
    max-width: 730px;
}

/* about */

.about #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #007aff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 8px 21px;
    font-weight: 700;
}

#accordion .btn-link.collapsed img {
    transform: rotate(178deg);
}

#accordion .btn-link img {
    width: 12px;
}

.card-header {
    padding: 0 !important;
    border: none !important;
}

.card {
    border: none !important;
    margin: 10px 0;
}

.btn-link .plus_img {
    display: none;
}

.btn-link.collapsed .minus-img {
    display: none !important;
}

.btn-link.collapsed .plus_img {
    display: block !important;
}

/* type */
.type-inner {
    transition: all 0.3s linear;
}

.type-inner:hover img {
    transform: scale(1.1);
}

.type-img {
    height: 155px;
    width: 100%;
    overflow: hidden;
}

.type-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.type-inner h5 {
    background-color: #3b559a;
    padding: 5px 0;
    color: #ffffff;
    letter-spacing: .7px;
    transition: all 0.3s linear;
}

/* product */

.product,
.about {
    overflow: hidden;

}

.product-inner {
    padding: 16px;
}

.product-inner img {
    width: 100%
}

.product-img {
    border-radius: 4px;
    border: 4px solid #3e3e3e0f;
    transition: all 0.5s linear;
}

.product-img:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.product .slick-dots li.slick-active button:before {
    color: #3b559a !important;
}

.product .slick-dots li {
    margin: 0 !important;
}

.product .slick-dots li button:before {
    font-size: 15px !important;
}

/* why */

.why-inner {
    border-bottom: 5px solid;
    border-radius: 4px;
    height: 100%;
    min-height: 204px;
    padding-top: 30px;
    transition: all 0.3s linear;
}

.why-inner:hover {
    transform: translateY(-10px);
    border-color: #3b559a;
}

/* benefits */
.benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #2a875b;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
}

.benefits .card {
    margin: 0 0 22px;
}

/* footer */
footer {
    background: #3b559a;
}

.footer-logo {
    /* width: 165px;*/
    margin-top: -28px;
}

.copyright-ftr {
    border-top: 1px solid #ffffff47;
}

.copyright-ftr a:hover {
    color: #ffffff;
}

.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ce9b1c;
    box-shadow: 0px -3px 13px rgb(0 0 0 / 65%);
}

.mobile-fixed li {
    width: 33.33%;
    background-color: transparent;
}

.mobile-fixed li a img {
    width: 20%;
    margin: 0 2px 3px;
}

.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}

.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}

/* media */

@media only screen and (max-width:1023px) {
    .number-btn {
        width: 300px;
        text-align: center;
        margin: 7px 0 11px;
    }

    .number-btn a {
        text-align: center;
        justify-content: center;
    }

    nav.navbar.bg-light {
        padding: 1px 16px !important;
    }

    .start img {
        width: 100%;
    }

    .type-inner img {
        width: 100%;
    }

    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .banner-slider,
    .banner-inner {
        height: 580px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .franchise .col-md-3,
    .type .col-md-3,
    footer .col-md-3,
    footer .col-md-2,
    footer .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px !important;
    }

    .benefits .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .benefits .col-md-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    h1 {
        font-size: 45px;
    }

    .banner-slider,
    .banner-inner {
        height: 580px;
    }

    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}

@media only screen and (max-width:767px) {
    .footer-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }

    br {
        display: none;
    }

    .banner-text {
        position: static;
        padding: 20px 0;
    }

    .baner_inner {
        position: absolute;
        top: 5%;
    }

    .banner-slider {
        height: 245px !important;
    }

    .about #accordion .btn-link {
        font-size: 14px;
    }

    h1 {
        font-size: 25px;
    }

    .baner_inner h4 {
        font-size: 17px;
    }

    .banner .banner-inner {
        height: 220px;
    }

    .font-36 {
        font-size: 25px;
    }

    .quality img {
        width: 70%;
    }

    .start img {
        width: 100%;
    }

    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }

    footer .font-20 {
        font-size: 17px;
    }

    .type-inner img {
        width: 100%;
    }

    .navbar-brand {
        margin: 0;
    }
}

@media screen and (max-width:500px) {
    footer {
        margin-bottom: 62px;
    }

    .bubble {
        display: none !important;
    }

    .mobile-fixed {
        display: block !important;
    }

    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }

    .number-btn a {
        padding: 9px 11px;
        font-size: 16px;
    }

    .navbar-brand {
        width: 40%;
    }

    .quality img {
        width: 26% !important;
    }

    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .banner .banner-inner {
        height: 360px !important;
    }

    .font-23 {
        font-size: 19px !important;
    }

    .font-30 {
        font-size: 21px;
    }

    .number-btn a img {
        width: 10px;
        height: 10px;
    }

    a.pdf_img {
        display: block !important;
    }
}

a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #3b559a;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}

a.pdf_img img {
    width: 77px;
    padding: 11px;
}

.bubble {
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin: auto;
    justify-content: center;
}

.bubble img {
    width: 55px;
}

.bubble a {
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;

}

.franchise-inner {
    background-color: #aaaaaa;
    padding: 10px;
    height: 100%;
    border-radius: 4px;
    transition: all 0.5s linear;
}

.franchise-inner:hover {
    background-color: #3b559a;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.franchise-inner h6,
.franchise-inner p {
    transition: all 0.3s linear;
}

.franchise-inner:hover h6,
.franchise-inner:hover p {
    color: #ffffff;
}



.col-md-6.about-section {
    padding-left: 30px;
}





a.navbar-brand.new-brand-wrapper img {
    height: 76px;
    width: 127px;
    object-fit: contain;
}

















section.planned-wrapper {
    margin-top: 100px;
}

.planned-wrapper h2 {
    color: #d28a02;
    text-align: center;
    font-weight: 600;
}

.located-wrapper {
    margin-top: 26px;
}

/* 
section.about.py-5.benefits.faq-1 {
    background-color: black;
    margin-top: 100px;
}

 */



section#faq {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


#contact {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 58px 0px 52px 0px;
}




@keyframes background-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}



#contact {
    animation: background-animation 10s ease infinite;
}

.copyright-ftr.py-2 {
    background: #08301d!important;
}

div#contact {
    margin-top: 100px;
}










/* banner */


.trdent-wrapper h2 {
    color: #fff;
    font-weight: 700;
}





.banner-one-wrapper {
    position: relative;
    background-image: url(../images/banner2.png);
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 265px;
    height: 570px;
  background-size: cover;
  background-position:center;
}



.trdent-wrapper p {
    color: #fff;
}

.project-info-item-txt h4 {
    color: #fff;
    font-weight: 600;
}


.project-info-item-txt p {
    color: #fff;
}
button.details-wrapper {
    background: #4a8368;
    border-radius: 40px;
    color: #fff;
    padding: 10px 33px 13px;
    transition: all 0.5s ease;
    font-weight: 600;
    outline: none;
    border: none;
    cursor: pointer;
}
/* banner */

/* pop up */
.modal-body button.close {
    position: absolute;
    right: 9px;
    background: var(--colorPrimary);
    color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: none;
    top: 10px;
}

.form-footer h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    font-size: 26px;
}

.modal-content .form-footer .form-group input,
.modal-content .form-footer .form-group select,
.modal-content .form-footer .form-group textarea {
    background: #f3f3f3;
    color: #464646;
    border-radius: 5px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #bfbfbf;
}


.modal-content .form-footer .form-group select.countryCode {
    padding: 0;
    border: none;
    background: transparent;
}

.modal-content .form-footer .form-group.contact_number {
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.modal-content .form-footer .form-group.contact_number input.form-control {
    border: none;
    border-left: 1px solid #d9d9d9;
    border-radius: 0;
}

.modal-content .form-footer .form-group input::placeholder,
.modal-content .form-footer .form-group textarea::placeholder {
    color: #464646;
}

.modal-content .form-footer button.send_btn.btn {
    background: var(--colorPrimary);
    padding: 10px 40px 12px;
    font-weight: 600;
    color: #fff;
}

.modal-content .form-footer button.send_btn.btn:hover {
    background: #222;
    color: var(--colorPrimary);
}

.modal-content .modal-body {
    padding: 23px 13px;
}


.countryCode {
    position: absolute;
    width: 100px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 1;
    color: #fff;
}



.form-group.contact_number select.countryCode {
    padding: 0;
    font-size: 16px;
    left: 21px;
    top: 18px;
}



.form-group.contact_number {
    padding-left: 120px;
}


.form-group.contact_number {
    padding-left: 120px;
}


.modal-content .form-footer .form-group.contact_number {
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}




.modal-content .form-footer button.send_btn.btn {
    background: #4a8368;
    padding: 10px 40px 12px;
    font-weight: 600;
    color: #fff;
}


button.send_btn.btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* pop up */


.pt {

    padding-top: 50px !important;
}

.ptb-80 {

    padding-top: 80px !important;
}



/* about */

.about_us a.btn_comon {
    background: #4a8368;
    display: inline-block;
    padding: 11px 30px 13px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 50px;
    transition: all 0.5s ease;
}


.lifestyle-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #555555;

}


.about-headding h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: rgb(42 135 91);
}

span.divied {
    display: inline-block;
    background: rgb(42 135 91) !important;
    width: 50px;
    height: 4px;
    position: relative;
    top: -8px;
}



/* about */




/* table */

.price_table thead.thead-dark th {
    color: #fff;
}


.price_table th,
.price_table td {
    text-align: left;
    padding-left: 30px !important;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #c4c4c4;
}

h2.list-wrapper-heading {

    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: rgb(42 135 91);
}



/* table */

/* master-plan */

.all_plan img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}





.master_Pup,
.swiperFlooer {
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
    padding: 9px;
}

button.floor_btn .master_Pup .floor_btn,
.swiperFlooer .floor_btn {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 20px 10px;
    background: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    transition: all 0.5s ease;
    z-index: 99;
}

.master_Pup:hover .floor_btn,
.swiperFlooer:hover .floor_btn {
    top: 50%;
}

.master_Pup:before,
.swiperFlooer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.master_Pup:hover:before,
.swiperFlooer:hover:before {
    opacity: 0.5;
}

.swiperFlooer h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    width: 100%;
    color: #fff;
    z-index: 9;
}

.swiperFlooer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #1d1d1da1, transparent);
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}



.master_Pup .floor_btn,
.swiperFlooer .floor_btn {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 20px 10px;
    background: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    transition: all 0.5s ease;
    z-index: 99;
}

button.floor_btn {
    background-color: #d09a29 !important;
}

.Master_Plan_box h2 {
    color: #4a8368;
    font-weight: 600;
}


.main_floor_plan h2 {
    color: #4a8368;
    font-weight: 600;
}



/* master-plan */




/* Highlights */


.pl-40 {
    padding-left: 40px;
}

span.divied {
    display: inline-block;
    background: var(--colorPrimary);
    width: 50px;
    height: 4px;
    position: relative;
    top: -8px;
}

.about_us a.btn_comon {
    background: var(--colorPrimary);
    display: inline-block;
    padding: 11px 30px 13px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.about_us a.btn_comon:hover {
    background: var(--colorSecondary);
}

.hight_warpBOx {
    padding: 40px 44px;
}

.hight_warpBOx ul li {

    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555555;
}

.Highlights_warpper .col-md-6 {
    background-size: cover !important;
    background-position: center center;
}

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

.hight_warpBOx h2 {}


.hight_warpBOx ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    color: rgb(42 135 91);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px;
}

.amentiBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.amentiBox .IconBox {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.amentiBox .IconBox:nth-child(5),
.amentiBox .IconBox:nth-child(10) {
    margin-right: 0;
}

.amentiBox .IconBox img {
    max-width: 62px;
    margin-bottom: 10px;
}

.amentiBox .IconBox h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #303030;
    margin: 0;
}

.amentiBox .IconBox:hover {
    box-shadow: 0px 4px 17px rgb(0 0 0 / 14%);
    border: 1px solid #eee;
}


.hight_warpBOx h2 {
    color: rgb(42 135 91) !important;
    font-weight: 600 !important;
}



h2.ament-wrapper {
    color: rgb(42 135 91);
    font-weight: 600;
    margin-top: 20px;
}

/* Highlights */




.blog_details h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.blog_details p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog_details p strong {
    font-weight: 700;
}

.developer_para p {
    line-height: 1.7;
    text-align: center;
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title {
    margin: 19px 0 10px;
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span {
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    color: #919191;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span span {
    font-size: 28px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    padding-top: 9px;
    max-width: 110px;
}

.Lodha_Developer .elementor-icon-box-content {
    text-align: center;
}

.Lodha_Developer .elementor-icon-box-content p.elementor-icon-box-description {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #3A3A3A;
}








/* project */


.ptb-80 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-grey {
    background: #F4F8FF;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.94);
    margin-top: 20px;
}

p,
ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #555555;
}

.Trident_Township h4,
.Rise_Apartment h4,
.SCO_ploats h4 {
    font-size: 22px;
    font-weight: 800;
    color: #202020;
}

p.max_para {
    max-width: 900px;
    margin: 0 auto 30px;
}

.developer_tex p,
p.max_para {
    font-size: 18px;
}

.product_image {
    position: relative;
    margin-bottom: 10px;
}

.product_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 7px;
}

.property_grid {
    background: #fff;
    border-radius: 6px;
    height: 100%;
    padding: 15px 0;
    transition: all 0.5s ease;
}

.property_grid>div {
    padding: 0 15px;
}

.property_grid:hover {
    box-shadow: 0px 5px 25px rgb(0 0 0 / 14%);
}

.Trending_project .col-md-4 {
    margin-bottom: 30px;
}

.product_image span {
    background: #2a875b;
    color: #fff;
    padding: 4px 11px 6px;
    position: absolute;
    right: 20px;
    top: 7px;
    border-radius: 5px;
}

.product_image span.New_Launch {
    background: #026bbe;
}

.product_description .pro_head {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #1F1F1F;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product_description ul {
    padding: 0;
    margin: 0px 0px 18px;
}

.product_description ul li {
    font-size: 16px;
    color: #565656;
    margin-bottom: 6px;
    list-style: none;
}

.product_description ul li i {
    width: 19px;
    text-align: center;
}

.product_price {
    border-top: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px !important;
}

.product_price .price_amount {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    color: #2C2C2C;
}

.product_price .price_amount span {
    font-size: 15px;
}

.product_price .details_btn_pro {
    border-radius: 4px;
    background: #2a875b;
    border: none;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
}

.product_price .details_btn_pro:hover {
    background: #2a875b;
}


.product_image span {
    background: #2a875b;
    color: #fff;
    padding: 4px 11px 6px;
    position: absolute;
    right: 20px;
    top: 7px;
    border-radius: 5px;
}

h3.pro_head a {
    color: #565656;

}

/* project */









/* enquiry */


.Enquire_Now_service {
    background: #252525;
}

.enquire_boxLeft {
    padding: 50px;
}

.enquire_boxLeft form {
    margin-top: 20px;
}

.enquire_boxLeft form .form-group input,
.enquire_boxLeft form .form-group select,
.enquire_boxLeft form .form-group textarea {
    border: none;
    color: #bebebe;
    padding: 12px 12px;
    outline: none;
}

.enquire_boxLeft form .form-group input::placeholder,
.enquire_boxLeft form .form-group textarea::placeholder {
    color: #d4d4d4;
}

.enquire_boxLeft form .form-group {
    border-bottom: 1px solid #959595;
}

.enquire_boxLeft form .form-group select:focus option {
    background: #fff;
}

.enquire_boxLeft form .form-group input:focus,
.enquire_boxLeft form .form-group textarea:focus,
.enquire_boxLeft form .form-group.bestTimeLo select:focus {
    background: #1d1d1d;
    box-shadow: none;
}

.enquire_boxLeft form .form-group select option {
    color: #000;
}

.form-group.contact_number {
    padding-left: 120px;
}

.form-group.contact_number select.countryCode {
    padding: 0;
    font-size: 16px;
    left: 10px;
}

.enquire_boxLeft form .col-md-12 button.send_btn.btn {
    margin-top: 20px;
    background: #2a875b;
    padding: 10px 40px 12px;
    font-weight: 600;
    color: #fff;
}

.enquire_boxLeft form .col-md-12 button.send_btn.btn:hover {
    background: #eee;
    color: var(--colorPrimary);
}

.Enquire_Now_service .col-md-6 {
    background-position: center;
    background-size: cover;
}

.enquire_boxLeft form .form-group input,
.enquire_boxLeft form .form-group select,
.enquire_boxLeft form .form-group textarea {
    border: none;
    color: #bebebe;
    padding: 12px 12px;
    outline: none;
}


.enquire_boxLeft.now-enquire-wrapper-one input.form-control {
    background-color: transparent !important;
}

.enquire_boxLeft.now-enquire-wrapper-one select.form-select.form-control {
    background-color: transparent !important;
}

.enquire_boxLeft.now-enquire-wrapper-one textarea.form-control {
    background-color: transparent;
}

.enquire_boxLeft.now-enquire-wrapper-one select.form-select.form-control {
    height: 55px !important;
}

/* enquiry */







/* footer-form */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ContactUSBottom {
    position: fixed;
    bottom: 0;
    background: #35463e;
    width: 100%;
    padding: 15px;
}

.ContactUSBottom .form-footerwr {
    display: flex !important;
    align-items: center !important;
}


.ContactUSBottom .form-footerwr h4 {
    font-weight: 700;
    color: #fff;
    margin-right: 30px;
}

.ContactUSBottom .form-footerwr form .row .col-md-12 {
    width: auto;
}

.ContactUSBottom .form-footerwr form .row .col-md-12 .form-group {
    margin-bottom: 0;
}

.ContactUSBottom .form-footerwr form {
    margin-bottom: 0;
}

.ContactUSBottom .form-footerwr form .row .col-md-12 .form-group input::placeholder {
    color: #fff;
}

.ContactUSBottom .form-footerwr form .row .col-md-12 .form-group option {
    color: #000;
}

.ContactUSBottom .form-footerwr form .row .col-md-12 button.send_btn.btn {
    background: #092c73;
    padding: 8px 20px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}

/* footer-form */

.Gallery-wrapper .slick-arrow {
    border: none;
    background-color: #4a8368;
}
.slick-arrow {
    width: 56px;
    color: #ffffff;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slick-arrow {
    width: 56px;
    height: 56px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    border: 2px solid var(--heading-color);
}
.Gallery-wrapper button.slideshow-prev.slick-arrow {
    left: -50px;
}
.Gallery-wrapper .slideshow-next.slick-arrow {
    right: -50px;
}
.gallery-slider .slick-slide img
{
    width:100%;
}
@media (min-width: 1200px) {
    header .container {
    max-width: 1240px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {

    .ContactUSBottom {
        display: none !important;
    }


}


@media (min-width: 576px) and (max-width: 767px) {

    .ContactUSBottom {
        display: none !important;
    }


    .amentiBox {
        display: flex;
        flex-wrap: inherit !important;
        margin-top: 25px;
        flex-direction: column !important;
    }


    .amentiBox .IconBox {
        width: 100% !important;

    }

}






@media (max-width: 575px) {

    .ContactUSBottom {
        display: none !important;
    }



    .banner-one-wrapper {

        padding-top: 36px !important;
    height: 320px;
    }
.footer-form {
    display:none !important;
}
.Gallery-wrapper .slideshow-next.slick-arrow {
    right: 0;
}
.Gallery-wrapper button.slideshow-prev.slick-arrow {
    left: 0;
}
.enquire_boxLeft {
    padding: 0 0 20px;
}
section.last-footer {
    padding-bottom: 75px;
}
h2 {
    font-size: 26px !important;
    line-height: 16px;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
    .amentiBox {
        display: flex;
        flex-wrap: inherit !important;
        margin-top: 25px;
        flex-direction: column !important;
    }


    .amentiBox .IconBox {
        width: 100% !important;

    }

  section#Gallery img {
    margin-bottom: 28px !important;
    height: auto;
}
section#Location {
    padding: 0 !important;
}
video{
        height: auto;
}

}
/*.gallery-slider .slick-slide img {*/
/*    display: block;*/
/*    padding: 4px;*/
/*    border-radius: 9px;*/
/*}*/
.gallery-slider .slick-slide img {
    display: block;
    padding: 4px;
    border-radius: 9px;
    height: 400px;
    object-fit: contain;
}
a.button-submit {
    background: #0b2b70;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
}
.call_link a {
    color: black;
    font-weight:400;
}
.call_link {
    color: #4a8368;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #4a8368;
    color: #000;
}
.nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #ebfff6;
    padding: 9px 31px;
}
ul#myTab {
    margin-bottom: 25px;
    border-color: #4a8368;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
section#Floor_Plan h4 {
    color: #000;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}
section#Floor_Plan img {
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    margin-top: 13px;
}
.floor-plan-outer a
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    background: #4a8368;
    padding: 13px 0;
    display: block;
    font-size: 17px;
    width: 153px;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
}
.footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 17%;
}
.footer-form .heading-look {
    background: #4a8368;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 6px 0;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.5s linear;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
div#mini_contact_form {
    padding: 8px;
    background: white;
}
.enquiry-form  .form-group {
    position: relative;
    margin-bottom: 12px;
}
 .content{
    display: none; /* Hide initially */
     transition: display 0.3s ease-in-out;
  }
  .price_table td span {
    display: block;
    cursor: pointer;
}