@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto/Roboto.woff') format('woff'), url('../font/Roboto/Roboto.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif !important;
}

p,
span,
a,
button,
input,
label,
textarea {
    font-family: "Outfit", sans-serif !important;
    /* font-family: "Raleway", sans-serif !important; */
}

p {
    line-height: 33px;
}

h3 {
    font-family: "Roboto";
    text-transform: uppercase;
    color: #000;
}

.mahindra_world .slick-prev {
    left: 15px !important;
    ;
    z-index: 1 !important;
    ;
}

.mahindra_world .slick-next {
    right: 15px !important;
}

.under_line {
    /* background: linear-gradient(#97D2B3, #0194E6); */
    width: 50%;
    height: 2px;
    border-radius: 5px;
    margin-top: 6px;
    background: linear-gradient(269deg, #b1bb1e, #c48d1e);
}

.under_line_center {
    /* background: linear-gradient(#97D2B3, #0194E6); */
    width: 30%;
    height: 3px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: -11px;
    background: linear-gradient(294deg, #97D2B3, #0194E6);
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da;
}

.mahindra_world img {
    width: 100%;
}

.heding2 {
    font-size: 13px !important;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 12px !important;
    margin-top: 18px;
}

.home_video {
    width: 100%;
}

.home_intro_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 56.25% 0 0 0;
}

.vimeo_two {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mobile-footer {
    display: none;
}

h2 {
    background: -webkit-linear-gradient(177deg, #253658, #253658);
    -webkit-background-clip: text;
    /* font-weight: 600 !important; */
    font-family: "Roboto";
    text-transform: capitalize;
    position: relative;
    -webkit-text-fill-color: #ff000000;
    margin-bottom: 20px !important;
}

/* h2::after{
    position: absolute;
    bottom: -6px;
    left: 0px;
    content: '';
    background: -webkit-linear-gradient(177deg, #0e8b4b, #01a2d8, #01a2d8, #007bff, #0fc93a);
    -webkit-text-fill-color: #ff000000;
    height: 2px;
    width: 100px;
    margin: 0px;
} */

.section2aboutmain img {
    /* height: 511px; */
    border-radius: 16px;
}

.textcent {
    text-align: center !important;
}

.pding {
    padding: 80px 0px;
}

.springtide_secabt {
    overflow: hidden;
    position: relative;
}

.springtide_secafter {
    width: 200px;
    position: absolute;
    top: 5px;
    right: 0px;
    height: 485px;
}

.carousel-item img {
    width: 100%;
}

.carousel-indicators {
    display: none !important;
}

.springtide_secabtleft img {
    width: 100%;
}

.springtide_secabtright {
    margin-top: 5px;
}

.springtide_secabtright p {
    width: 75%;
}

.counter_sec {
    width: 100%;
    text-align: center;
    background-color: #aedbed;
}

.counter_sec h4 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 2px;
}

.mahindra {
    /* padding:50px 0px; */
    padding: 70px 0px;
    /* background-image: linear-gradient(#02020200, #00000000), url(../img/bg/bg-flower.png); */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.nature_sng {
    width: 100%;
    margin-bottom: 50px;
}

.mahindra2-left {
    margin-top: -76px;
    margin-left: 15px;
}

.mahindra2-left img {
    width: 500px;
    height: 500px;
}

.cultivatedsetp h2 {
    width: 56%;
    margin: 0 auto;
}

.creating_sec {
    position: relative;
    overflow: hidden;
    /* margin-top: 30px; */
    /* padding: 50px 0px 35px 0px; */
    /* background-color: #e6e5e5; */
}

.creating_seclif {
    width: 125px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    height: 121px;
    animation: mymove 1.1s infinite;
}

@keyframes mymove {
    from {
        width: 85px;
        height: 81px;
    }
    to {
        width: 125px;
        height: 121px;
    }
}

.luxurymixbtn {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}

/* .embrace_lifestyle{
    background-image:  url(../img/bg/Pattern.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;       
} */

.embrace_lifestyle {
    overflow: hidden;
}

.embrace_lifestylecontent {
    padding: 50px 0px;
}

.nature-img {
    margin-bottom: 45px;
}

.master-plan {
    margin: 40px 0px;
}

.tablssec {
    background-image: url(../images/png/bg_mltycolor.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

.tab h2 {
    text-align: center;
    padding: 30px 0px;
    font-weight: bold;
    text-transform: capitalize;
}

.table {
    color: white;
}

.amenities-left img {
    width: 500px;
    height: 400px;
}

.amenities2 {
    margin: 40px 0px;
}

.urban {}

.interior {
    padding: 0px !important;
}

.interior img {
    width: 100%;
}

.exterior {
    padding: 0px !important;
}

.pioneer {
    margin: 40px 0px;
}

.pioneer-right img {
    height: 50px;
    width: 50px;
    text-align: center;
}

.pioneer-right h6 {
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 17px;
}

.form_deskbottom {
    /* background-color: white; */
    padding: 50px 100px;
}

.form_deskbottom h3 {
    color: #243558;
    text-align: center;
    font-weight: bold;
    padding: 15px 0px;
    font-size: 20px;
}

.map {
    background-color: rgb(240, 240, 253);
    margin: 40px 0px;
}

.disclamer {
    background-color: #111f3b;
    padding: 45px 0px;
    background-image: linear-gradient(rgb(3 7 8 / 7%), rgb(37 55 89)), url(../img/bg/Pattern.png);
    background-size: 740px;
}

.disclamer img {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 15px 10px;
}

.btn_sa {
    padding-top: 12px;
}

.btn_sa a {
    font-size: 17px;
    background-color: #c76e00;
    color: #fff;
    padding: 9px 24px;
    text-decoration: none;
    border-radius: 0px 28px 0px 40px;
}

.btn_sa a:hover {
    color: #fff;
}

.btn_sa a {
    font-size: 17px;
    background-color: #856404;
    color: #fff;
    padding: 9px 24px;
    text-decoration: none;
    border-radius: 0px 28px 0px 40px;
}

.btn_sa a:hover {
    color: #fff;
}

.tabcontent img {
    width: 100%;
    margin-top: 30px;
}

.tab {
    display: flex;
}

.tab button {
    width: max-content;
    border: 1px solid #d8d8d8;
    padding: 8px 25px;
    font-size: 15px;
    border-radius: 30px;
    margin: 0px 8px;
    text-transform: uppercase;
}

.tab .active {
    background-color: #4b4f54;
    color: #fff;
}

.table {
    margin-top: 30px;
}

.master-plan-bx {
    /* background-image: url(../images/png/map.webp); */
    background-position: center;
    background-size: cover;
    position: relative;
    /*overflow-y: hidden;*/
}

/* amenities */

.amenities {
    background-color: #9c89750d;
    background-image: url(../images/png/bg_back.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.amenities-right {
    margin-top: 20px;
}

.urbanrise_genius {
    position: relative;
}

.urbanrise_genius_pic {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 190px;
}

.urban-left {
    margin-left: 0px;
}

.pioneer_section {
    background-color: #ffffff;
    background-image: url(../images/png/pioneers.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.pioneer-left h2 {
    display: flex;
    align-items: center;
    text-align: center;
}

.pioneer-left h2 span {
    font-size: 13px;
    color: #000;
    background: none !important;
    -webkit-text-fill-color: black;
    padding: 0px;
    margin-left: 12px;
}

.pion_er img {
    margin: -25px 0px 0px 0px;
    width: 150px;
    height: 5px;
}

.pioneer-left p {
    width: 88%;
}

.map_sec {
    background-color: #f8f7f4;
}

.disclamer img {
    width: 100%;
    height: auto;
    /* margin: 0 auto; */
    display: flex;
    margin-top: 30px;
    border-radius: 9px;
    background-color: white;
    padding: 10px;
    margin-left: -53px;
}

.foot_secul {
    display: flex;
}

.foot_seculmla {
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -6px;
}

.foot_sec h3 {
    margin-bottom: 22px;
    /*text-align: center;*/
    color: #fff;
}

.foot_secul {
    display: block;
    justify-content: space-between;
}

.foot_secul ul {
    list-style-type: none;
}

.foot_secul ul li {
    margin-bottom: 22px;
}

.foot_secul ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.foot_secul ul li a:hover {
    text-decoration: none !important;
}

.foot_secul ul li {
    color: #fff;
}

.footaddrs h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 550;
}

.footaddrs p {
    color: #fff;
    font-size: 15px;
}

.footloct {
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    border-bottom: 1px solid #ced4da !important;
    padding: 15px 0px 15px 10px !important;
    border-radius: 0px !important;
    /* border: 0 !important; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.map_secrow {
    padding: 0px !important;
    margin: 0px !important;
}

.map_row {
    background-color: #fff;
}

.deskfmbtn img {
    width: 60px;
    height: 60px;
}

.amenities_section {
    background-color: #9c89750d;
    background-image: url(../images/png/bg_back.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.tabs_sectioncolbx {
    display: flex;
    align-items: center;
}

.tabs_section {
    display: block !important;
}

.tabcontent1 img {
    width: 780px;
    height: 384px
}

.tabs_section button {
    width: 315px;
    border: 2px solid #acacac00;
    padding: 11px 0px;
    font-size: 14px;
    color: #7855bd;
    border-radius: 17px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
}

.tabs_section button:hover {
    border: 2px solid #c76e00;
    color: #c76e00;
    border-radius: 17px;
}

.tabs_section .active1 {
    border: 2px solid #c76e00;
    color: #c76e00;
    border-radius: 7px;
}

.ametis_btn {
    margin-top: 20px;
}

/* amenitiesblkipics */

.amenitiesblkipics {
    background-color: #9c89750d;
    /* background-image: url(../images/nnnm.webp); */
    background-image: url(../img/bg/bg-flower.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 50px; */
}

.amenitiesblkipicsbx {
    display: flex;
    justify-content: space-between;
}

.amenitiesblkipicsbxcontent img {
    /* width: 90% !important; */
    margin: 0 auto !important;
    text-align: center !important;
}

.amenitiesblkipicsbxcontent {
    text-align: center;
}

.amenitiesblkipicsbxcontent img {
    width: 100%;
}

.amenitiesblkipicsbxcontent h4 {
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #ffffffe8;
    padding: 15px 10px;
    margin-bottom: 0;
}

.amenitiesblkipics h2 {
    display: flex;
    justify-self: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.amenitiesblkipics h2 span {
    font-size: 13px;
    color: #000;
    background: none !important;
    -webkit-text-fill-color: black;
    padding: 0px;
    margin-left: 12px;
}

.embrace_lifestylecontent h2::after {
    display: none !important;
}

.embrace_lifestylecontent img {
    margin: -25px 0px 0px 0px;
    width: 150px;
    height: 5px;
}

.urban-left img {
    margin: -30px 0px 0px 0px;
    width: 125px;
    height: 4px;
}

.amenitiheding {
    margin: -30px auto 0px auto;
    width: 125px;
    height: 4px;
}

.mahindra-left img {
    margin: -30px auto 0px auto;
    width: 125px;
    height: 4px;
}

.springtide_secabtright img {
    margin: -30px auto 0px auto;
    width: 125px;
    height: 4px;
}

.mahindra2-right {
    margin-top: -50px;
    margin-bottom: 35px;
}

.mahindra2-right img {
    margin: -31px 0px 0px 0px;
    height: 4px;
}

.nature_thriveto {
    margin: -30px auto 0px auto;
    width: 125px;
    height: 4px;
}

.EMICON {
    display: flex;
    text-align: center;
    justify-content: center;
}

.EMICON h6 {
    margin: 0px 10px;
}

.EMICON h6 a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 12px;
    border-radius: 38px;
}

.table td button {
    color: #ffffff;
    background-color: #d7a40a;
    border-color: #9d790e;
    padding: 2px 12px !important;
}

.pioneer_row {
    margin-top: 15px;
}

.disclamer p {
    color: white;
    font-size: 14px;
}

.disclamer h3 {
    font-size: 20px;
    line-height: 23.6px;
    font-weight: 550;
    margin-bottom: 10px;
    color: white;
}

.iframe_360 {
    padding-top: 45px;
    border-radius: 7px;
    overflow: hidden;
}

.logo_footer {
    margin-left: 0px !important;
}

.footer_google_map {
    width: 100%;
    min-height: 230px;
}

@media (max-width:768px) {
    .sidebar {
        display: none;
    }
    .slick-prev {
        z-index: 996 !important;
    }
    .home_intro_video {
        height: 30vh;
        margin-top: -1.2em;
    }
    .hover-button {
        top: inherit !important;
        position: absolute;
        bottom: 58px;
        right: -40px !important;
        transform: translateX(-50%);
        padding: 4px 13px !important;
        font-size: 14px !important;
        background-color: rgb(0 0 0 / 50%);
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .hover-button2 {
        top: inherit !important;
        position: absolute;
        bottom: 58px;
        right: -40px !important;
        transform: translateX(-50%);
        padding: 4px 13px !important;
        font-size: 14px !important;
        background-color: rgb(0 0 0 / 50%);
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .amenitiesblkipicsbxcontent h4 {
        font-size: 13px;
        font-weight: bold;
        position: relative;
        bottom: 5em;
        right: auto;
        background: #ffffffa8;
        padding: 8px 20px;
        max-width: 90%;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
    }
    .urban-left {
        padding-top: 30px;
    }
    .mahindra2-right {
        padding-top: 50px;
    }
    .mahindra2-right ul {
        padding-left: 30px;
    }
    .iframe_video {
        min-height: 220px !important;
    }
    .form_deskbottom {
        padding: 50px 30px !important;
    }
    .amenities-left img {
        width: 100%;
        height: auto !important;
    }
    .h2 h3 h4 p {
        text-align: center;
    }
    .embrace_lifestylecontent {
        padding: 15px 0px;
    }
    .foot_secul {
        display: block;
    }
    .foot_seculmla {
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px;
        margin-top: 22px !important;
        margin-bottom: 2px !important;
    }
    .foot_secul ul li {
        margin-bottom: 10px;
    }
    .pioneer_row {
        width: 50% !important;
        text-align: center;
    }
    .form_deskbottom h3 {
        color: #000;
        font-size: 20px;
    }
    .pioneer-left h2 {
        display: block;
    }
    .pioneer-left img {
        margin: -25px 0px 0px 0px;
        width: 150px;
        height: 5px;
    }
    .pion_er img {
        margin: -25px 0px 0px 0px;
        width: 150px;
        height: 5px;
    }
    .pioneer-left h2 span {
        display: flex;
        font-size: 13px;
        margin-left: auto;
        justify-content: center;
        margin-top: 10px;
    }
    .tab {
        text-align: center;
        display: block;
    }
    .tab button {
        margin: 7px auto;
    }
    .tabcontent img {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
    }
    h2 {
        margin-bottom: 10px !important;
        font-size: 22px !important;
    }
    .mahindra2-left img {
        width: 500px;
        height: 360px;
        margin-bottom: 12px;
    }
    .tabcontent1 img {
        width: 100%;
        margin-top: 20px;
    }
    .springtide_secabtright p {
        width: 100%;
    }
    .counter_secbxcol {
        width: 50% !important;
    }
    .mahindra-right {
        margin-top: 15px;
    }
    /*.mahindra-right img
    {
            max-width: 100%;
         height: 429px;
        border-radius: 16px;
    }*/
    .cultivatedsetp h2 {
        width: 100%;
    }
    .luxurymixbtn {
        position: absolute;
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
    }
    .pding {
        padding: 25px 0px;
    }
    .heding2 {
        font-size: 14px !important;
        font-weight: 300;
        margin: 0px;
        margin-bottom: 13px !important;
        margin-top: 15px;
    }
    .amenitiesblkipics h2 {
        display: block;
    }
    .amenitiesblkipics h2 span {
        font-size: 13px;
        display: flex;
    }
    .foot_sec h3 {
        margin-bottom: 8px;
        text-align: left;
        color: #fff;
        margin-top: 25px;
        font-size: 21px;
        font-weight: 700;
    }
    .amenitiesblkipicsbxcontent img {
        /* width: 45% !important; */
    }
    .slick-prev {
        left: 20px !important;
    }
    .slick-next {
        right: 30px !important;
    }
    .btn_sa a {
        border-radius: 6px;
    }
    .btn_sa a {
        font-size: 15px;
        padding: 8px 17px;
        text-decoration: none !important;
    }
    .creating_sec {
        margin-top: 30px;
        padding: 12px 0px 15px 0px;
    }
    .tablssec {
        overflow-x: scroll !important;
    }
    /* .section2aboutmain img {
        height: 230px;
    } */
    .pioneer-left p {
        width: 100%;
    }
    .mahindra2-left {
        margin-top: -62px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .creating_sectwoboxs img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }
    .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #cf7423, #b2bb1f);
        display: flex !important;
        z-index: 999 !important;
        justify-content: center;
    }
    .btn-call-now {
        position: fixed !important;
        bottom: 67px;
        left: 21px;
        background: #b2bd1e;
        padding: 10px 15px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        width: max-content !important;
        border-radius: 50%;
        padding: 7px 10px !important;
        rotate: 93deg;
    }
    .btn-enquiry-now {
        /*background: #cf7421;*/
        padding: 10px 15px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
    }
}

.mahindra2-right ul {
    list-style-type: none !important;
}

.mahindra2-right ul li {
    position: relative;
    margin-left: 12px;
}

.mahindra2-right ul li::after {
    position: absolute;
    top: 7px;
    border-radius: 5px;
    left: -16px;
    height: 10px;
    width: 10px;
    content: '';
    z-index: -1;
    background-color: #856404;
}

.slick-prev:before,
.slick-next:before {
    color: #000000 !important;
}

.creating_sectwoboxs {
    position: relative;
}

.creating_sectwoboxs::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), #00000000);
    ;
    width: 100%;
    height: 582px;
}

.creating_sectwoboxs img {
    width: 100%;
}

.creat_sectwoboxscnt {
    margin-top: -170px;
    padding: 20px;
    position: relative;
    z-index: 9;
}

.creat_sectwoboxscnt h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.creat_sectwoboxscnt p {
    color: #fff;
    font-size: 14px;
}

.together-right p {
    display: flex;
    text-align: center;
}

.foot_er {
    background-color: #000;
}

.foot_left {
    width: 100%;
    height: auto;
}

.foot_right {
    color: white;
}

.form_fot {
    padding: 57px 130px;
}

.footer_2 {
    padding-top: 40px;
}

.footer_2 img {
    padding: 20px 0px;
}

.footer_2 h2 {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 10px 0px;
    color: white;
}

.footer_2 p {
    font-size: 18px;
    padding: 10px 0px;
    color: white;
}

.footer_end {
    background-color: black;
    color: white;
}

.iframe_video {
    width: 100%;
    min-height: 550px;
}

/* Hide the desktop table on mobile */

@media (max-width: 768px) {
    .desktop-table {
        display: none;
    }
    .hide_video_bottom {
        margin-top: -3.2em;
        background: #fff;
    }
}

/* Hide the mobile table on desktop */

@media (min-width: 769px) {
    .hide_video_bottom {
        margin-top: -4.8em;
        background: #fff;
    }
    .mobile-table {
        display: none;
    }
}

/* .creating_sectwo .slick-next {*/

/*    right: 35px !important;*/

/*    color: #fff;*/

/*}*/

/* .creating_sectwo .slick-prev {*/

/*    left: 28px  !important;*/

/*    z-index: 1  !important;*/

/*}*/

/*.home_intro_video {*/

/*  position: relative;*/

/*  width: 100%;*/

/*  height: 100vh;*/

/*  overflow: hidden;*/

/*}*/

.hover-button {
    position: absolute;
    top: 100px;
    right: 0px;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgb(0 0 0 / 50%);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hover-button i {
    margin-right: 5px;
}

.hover-button2 {
    position: absolute;
    top: 50px;
    right: 20px;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgb(0 0 0 / 50%);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hover-button2 i {
    margin-right: 5px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    background-color: #000 !important;
    background-size: 100% 100%;
    border-radius: 20px !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.close-btn i {
    color: #fff;
}

.desk_banner {
    display: block;
    width: 100%;
}

.mob_banner {
    display: none;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    /* .download-broucher-btn {
        right: -17.6% !important;
    } */
}

@media(max-width: 767px) {
    .index_higher {
        z-index: 999;
        position: relative;
    }
    .desk_banner {
        display: none;
    }
    .mob_banner {
        display: block;
        width: 100%;
    }
}

@media(min-width: 800px) {
    .download-broucher-btn {
        transform: rotate(270deg);
        top: 72%;
        /* width: 40%; */
        /* height: 50px; */
        left: -47px !important;
        left: unset;
        position: fixed;
        /* -webkit-text-fill-color: #000; */
        text-decoration: none !important;
        font-weight: 600;
        z-index: 999;
    }
    .download-broucher-btn a:hover {
        color: #fff;
        text-decoration: none;
    }
    .download-broucher-btn a {
        /*background: -webkit-linear-gradient(45deg, #0e8b4b, #01a2d8);*/
        background: #674d00;
        padding: 12px 18px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
    }
}

.submit_btn {
    /*background: -webkit-linear-gradient(45deg, #0e8b4b, #01a2d8);*/
    background-color: #674d00 !important;
    padding: 12px 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    border-radius: none !important;
    border: none !important;
}

.modal_box {
    border-radius: 20px !important;
}

.bg-green {
    background: #009656;
}

.fixed-sectiondesk {
    padding: 10px 0px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.fixed-sectiondesk form.header-frm {
    margin-top: 0px;
}

form.header-frm {
    margin-top: 15px;
}

.fixed-sectiondesk .header-frm input,
.fixed-sectiondesk .header-frm select {
    padding: 2px 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.fixed-sectiondesk .header-frm input {
    border: none !important;
}

.fixed-sectiondesk .header-frm input:hover {
    box-shadow: none !important;
}

.header-frm input,
.header-frm select {
    width: 100%;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.fixed-sectiondesk .notification-checkbox {
    margin-bottom: 0px;
    font-size: 14px;
}

.header-frm .notification-checkbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.fixed-sectiondesk .header-frm input.notifications {
    width: 7%;
}

.fixed-sectiondesk .header-frm input,
.fixed-sectiondesk .header-frm select {
    padding: 2px 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.header-frm input.notifications {
    width: 3%;
    display: flex;
    margin-bottom: 0px;
}

.fixed-sectiondesk .header-frm label {
    width: 90%;
    font-size: 12px;
    margin: 0;
}

.fixed-sectiondesk .header-frm button {
    background: #fff;
    padding: 4px 24px;
    font-size: 14px;
    line-height: 22.68px;
    width: 100%;
    color: #000;
    border-radius: 25px;
    border: none;
    background: #e8eaca;
    font-weight: bolder;
}

.text-justify {
    text-align: justify !important;
}

.amenitiesblkipicsbxcontent {
    margin: 0 10px;
}

@media only screen and (min-width:767px) {
    .form_deskbottom {
        background-color: white;
        padding: 0 !important;
        /* position: sticky; */
        /* top: 100px; */
        margin: 10px !important;
        border-radius: 16px;
    }
}

.slick-next {
    right: 0% !important;
}

.slick-prev {
    left: 0% !important;
    z-index: 2;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
}

.faq-content-inner p {
    margin-bottom: 0;
}

.modal.show .modal-dialog {}

.popup-with-form:hover,
.btn-call-now:hover {
    text-decoration: none;
    color: white;
}

.high i {
    font-size: 40px;
    color: white;
}

.high img {
    width: 40px;
    color: white;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar.active {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    /* or any background to avoid transparency */
}

.navbar {
    box-shadow: 0px 3px 14px -12px black;
}

.modal-content {
    border-radius: 0px !important;
    background-color: #939d13 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu.svg") !important;
}

.navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
}

.mobile-btn-animation {
    color: #fff;
    width: max-content;
    padding: 10px 20px;
    /* border-radius: 5px; */
    /*background: linear-gradient(135deg, #cf7423, #b2bb1f);*/
    /*background-size: 400% 400%;*/
    animation: gradientShift 8s ease infinite;
    display: inline-block;
    text-align: center;
    transition: color 0.3s ease;
    border: none;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.error input {
    border-color: red;
    border-width: 2px;
}

.success input {
    border-color: green;
    border-width: 2px;
}

.error span {
    color: red;
}

.success span {
    color: green;
}

span.error {
    color: red;
}