﻿
/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Hariprasad
Website: https://www.colive.com/

# Font Family
# General styles
# Typography
# Header
# Banners
# Introduction
# Benefits
# Integrated Pods
# Features & Amenities
# PAP
# Signup
# Floor Plan
# About
# Media
    ## Queries

/* || Font Family */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZJhiI2B.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZthiI2B.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZNhiI2B.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZxhiI2B.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZBhiI2B.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZFhiI2B.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*****Std css****/
html {
    font-family: "Space Grotesk", sans-serif;
}

body {
    margin: 0 0;
    padding: 0 0;
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Space Grotesk;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.containers {
    margin: 0 auto;
}

a:hover {
    color: #000;
}
/*Control Menu*/
.sidebartop {
    background: #42d966;
}
a.dropdown-item img {
margin-right:10px;
}
a.myprofile {
    text-align: left !important;
    padding-left: 15px;
}
.accordion.my-profile {
margin-bottom:0px!important;
padding-top:10px!important;
}

    .login-user-detail h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}
.login-user-detail p {
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}
    .login-user-detail p a {
        color: #000;
        font-weight: 500;
    }
    .loginwrap {
        padding: 20px;
        display: flex;
    }
.login-user-detail {
    margin-left:18px;
    text-align:left;
}
.accordion-control .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 600;
}
.accordion-control .accordion-button:focus {
outline:none!important;
box-shadow:none!important;
}
.accordion-control .accordion-button {
padding-bottom:0!important;
}
    .accordion-control .accordion-button span {
    padding-left:10px;
    }
ul.controlmenulist {
    padding-left: 0;
}
.colive-apps p {
text-align:left;
margin-left:6%;
color:#000;
font-weight:600;
}
.myprofile {
color:#fff;
}
.myprofile:hover {
    background: #000;
    color:#fff;
}
.colive-apps div {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
.colive-apps {
    background: linear-gradient(179.8deg, #42d966 27.22%, #000000 419.08%);
    padding: 20px 0;
    margin: 20px;
    border-radius: 5px;
}
.socialIcons a i {
color:#fff;
font-size:25px;
}
.controlmenu-social {
    text-align: left;
    margin-left: 10%;
    padding-bottom: 5%;
}
.socialIcons {
gap:35px;
}
.controlmenu-social p {
font-size:16px;
font-weight:600;
margin-bottom:20px;
}
.profile-logout {
    padding-left: 18px;
    padding-top: 10px;
}
    .profile-logout p {
    padding-left:10px;
    }
.dropdown-userdetails {
    display: flex;
    align-items: center;
}
.user-name {
padding-left:18px;
}
.user-name p.name {
font-size:20px;
}
.profile-logout img {
    width: 30px;
}

/*****Std css end****/

/*Control Menu accordion*/
input.acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 16px;
    background: #000;
}

.accordionblock:last-child {
    margin-bottom: 0;
}
.accordion-wrapper {
background:#000;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    padding: 10px 16px 0px 16px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
}

    .accordion-label img {
        margin-right: 10px;
        width:30px;
    }

    .accordion-label:hover {
    }

    .accordion-label::after {
        content: "\276F";
        width: 16px;
        height: 16px;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color:#fff;
    }
.d-center {
    align-items: center!important;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .accordion-content p {
        color: #000;
        margin: 0;
        font-size: 18px;
    }

input.acc:checked + .accordion-label {
    font-weight: 600;
    color: #fff;
    font-family: Poppins!important;
}
.ndnclose{
    position:absolute;
    right:5px;
    top:5px;
}


input.acc:checked + .accordion-label::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 25px;
    color: #fff;
}

input.acc:checked ~ .accordion-content {
    max-height: 300vh;
    padding: 0px 0px 0px 0px;
    background: #000;
}
    .bharatoffer {
    /* background: url(/assets/images/home/section1/Lotuspark.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
}

.herosection {
    background: #FFFFFF;
    padding-top: 45px;
    position: relative;
    z-index: 9;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
    object-fit: fill;
    max-height: 650px;
}

.section15 {
    position: relative;
    z-index: 0;
}

.title_our_presence {
    border-radius: 10px;
    border: 1px solid #FFDCEC;
    background: #FFF3F9;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 40px;
    position: relative;
    z-index: 0;
}

    .title_our_presence a {
        z-index: 99;
    }

.head_title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 30px;
}

.title_our_presence1 .head_title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

    .title_our_presence1 .head_title span {
        font-weight: 500;
        font-size: 16px;
    }

.section16 {
    margin-top: 30px;
    margin-bottom:32px;
}

.section17 {
    background-color: #F9FAFB;
    padding: 40px;
}

.our-presence-connect .sectionpara {
    position: relative;
    text-align: left;
    background-color: #00000000;
    color: #000000;
    padding: 0px;
    left: 0px;
    margin-bottom: 20px;
}

.sectionbtn {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    background: #F2006C;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

    .sectionbtn a {
        color: #ffffff;
        font-size: 18px;
    }

.title_our_presence_section .sectiontitle {
    margin-top: 2rem;
    line-height: 50px;
    margin-right: 8rem;
}

.title_our_presence_section .sectionpara {
    line-height: 30px;
    width: 62%;
}

.our-presence-box {
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.title_our_presence1 img {
    width: auto !important;
    float: right;
    margin-top: 30px;
}

.explore-btn:hover {
    color:#fff;
    background-color: #F2006C;
}
.img-wrappers {
    overflow: hidden;
    border-radius: 10px;
}
.inner-img {
    transition: 0.3s;
}
.inner-img1 {
overflow:hidden;
border-radius:10px;
}
.inner-img:hover {
    transform: scale(1.1);
    border-radius: 10px;
}
.explore-btn {
    width: 141px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #F2006C;
    color: #F2006C;
}

    .explore-btn a {
        color: #F2006C;
        font-weight: 600;
    }

.owl-carousel .owl-item img:before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
}

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 0px solid #e3e3e3;
    border-top: 0;
    z-index: 1;
    margin-left: 0%;
    border-bottom: 0px solid #e3e3e3;
}

    .suggestionContainer > .PropDetails > img {
        height: 27px;
        margin-right: 10px;
        margin-top: 4px;
        margin-left: 6px;
    }

    .suggestionContainer > .PropDetails {
        padding: 4px;
        border: 1px solid #e3e3e3;
        min-height: 35px;
        padding-top: 6px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        white-space: nowrap;
        background: #f9f9f9;
    }

.owl-carousel .owl-dots {
    bottom: 2%;
    position: absolute;
    right: 1%;
    z-index: 5;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.banner-desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 9;
    bottom: 2%;
}

    .banner-desc p {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
    }

    .banner-desc span {
        font-size: 15px;
        color: #ffffff;
    }

.searchwrap h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.searchbtn {
    background: #ffffff00;
    color: #e62e6f;
    background-color: #F31175;
    width: 135px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: 0%;
    transform: translate(0, -50%);
    cursor:pointer;
}

.searchbtn::before {
    content: '';
    background: url(/assets/images/home/section1/Search.png);
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left;
    /* background-color: #F31175; */
    border-radius: 30px 30px 30px 30px;
    width: 115px !important;
    height: 50px !important;
    cursor: pointer;
    bottom: 1px;
    right: 0px;
}
.searchbtn label{
    font-size:18px;
    font-weight:400;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
    left: 16px;
    cursor:pointer;
}

.searchblock {
    position: relative;
    width: 100%;
}

.features {
    display: flex;
    margin: 5% 0;
}

.searchwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-left: 5%;*/
    position: absolute;
    /* z-index: 2;*/
    width: 100%;
    height: 80%;
    text-align: center;
    left: 0;
    /* top: 55%;
     transform: translate(-50%, -50%);*/
    bottom:28%;
}

.block1,
.block2 {
    padding-right: 5%;
    margin-right: 5%;
    border-right: 1px solid #333;
    padding-top: 1%;
}

.block3 {
    padding-right: 5%;
    margin-right: 5%;
    border-right: 1px solid #333;
    padding-top: 1%;
}

.block4 {
    padding-top: 1%;
}

.searchwrap p {
    margin-bottom: 24px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.search-wrapper-overall {
    margin: 0 auto;
    width: 65%;
    z-index: 2;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.features p {
    font-size: 15px;
}

.hdnSearch:focus {
    border: 1px solid #424242;
    box-shadow: none;
}

.searchblock .form-group {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0px;
}

.hero-banner .item:after {
    content: "";
    background: linear-gradient(358deg, #000 1.5%, rgba(217, 217, 217, 0.00) 84.95%);
    /*position: absolute;*/
    inset: 0;
    z-index: 2;
}

.bharatoffer {
    margin: 2% auto !important;
}

.manipuroffer {
    margin-bottom: 4% !important;
    margin-top: 1% !important;
}

.spl-offer-wrap {
    background: #000;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.homepage-form h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0;
}

    .homepage-form h3 span {
        color: #F2006C;
    }

.spl-offer-wrap strong {
    color: #F2006C;
    font-weight: 700;
}

.enquireforms .locationOptions .locationName:nth-child(1) {
    width: 25%;
}

.enquireforms .locationOptions .locationName:nth-child(2) {
    width: 25%;
}

.enquireforms .locationOptions .locationName:nth-child(3) {
    width: 30%;
}

.enquireforms .locationOptions .locationName:nth-child(4) {
    width: 25%;
}

.enquireforms input[type='radio'] {
    display: none;
    cursor: pointer;
}

    .enquireforms input[type='radio'] + label,
    .enquireforms input[type='radio']:not(checked) + label {
        padding: 5px 0px;
        border: solid 1px #000000;
        background: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        transition: .4s;
        font-weight: 500;
        color: #000000;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .enquireforms input[type='radio']:checked + label {
        position: relative;
        border: solid 1px #000000;
        background: #000000;
        color: #FFFFFF;
        transition: .4s;
    }

.enquireforms .locationOptions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto 4% auto;
}

.relative {
    position: relative;
}

.selectcity .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.selectlocation .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}
/***Section-2*****/
.section2 {
    background: #F9FAFB;
    margin-top: 2%;
}

.homepage-form {
    margin: 7% 10% 7% 0;
    background: #fff;
    border-radius: 10px;
}

.dropdown {
    position: relative;
}

.homepageform .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
}

.locdropdown .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 55%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
}

.acctype .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
}

.form-group {
    position: relative;
    margin-bottom: 4%;
}

label.error {
    color: red !important;
    font-size: 10px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: 34px !important;
    right: 0;
}

label.error {
    color: #fff;
    font-size: 12px;
    position: relative;
    display: block;
    top: 5px;
    float: right;
    background-color: #f90000bf;
    padding: 7px 0px;
    border-radius: 2px;
    text-align: right;
    margin-bottom: 20px;
}

input.error,
select.error {
    border: 1px solid red !important;
    color: red;
    box-shadow: 0 0 5pt 0.5pt #ffd5d5;
}

.form-group label sup {
    color: red;
    font-size: 11px !important;
    margin-left: 2px;
}

.form-control:focus {
    box-shadow: none;
}

.calendar-wrapper {
    top: 150px !important;
}

.form-group input,
.form-control {
    background: #F4F4F4;
    border: none;
}

    .form-control:focus {
        background: #F4F4F4;
        border: none;
    }

.form-group label {
    position: relative;
    font-size: 14px;
}

.form-control {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
}

.submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 2px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
}

    .submit-btn input:hover {
        color: #fff;
    }

.formwrap {
    position: relative;
}

.mob-sticky-btns {
    display: none;
}

.joincoliveimg > img {
    position: absolute;
    bottom: 10px;
}

.joincolive article {
    padding: 8% 0 0 0%;
}

    .joincolive article h3 {
        font-size: 35px;
        font-weight: 600;
    }

    .joincolive article ul li {
        font-size: 18px;
        line-height: 300%;
        list-style-type: none;
    }

        .joincolive article ul li > img {
            margin-right: 15px;
        }

    .joincolive article ul {
        padding-left: 0%;
    }

.searchblock input {
    background: #FFF !important;
    height: 70px;
    padding: 0.6rem 1rem 0.6rem 1.7rem;
    border-radius: 100px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    font-size:16px;
}

    .searchblock input:focus {
        border: 1px solid #E4E4E4;
    }

.mob-number span {
    position: absolute;
    bottom: 12px;
    left: 5px;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
}

.mob-numbers span {
    position: absolute;
    bottom: 12px;
    left: 5px;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
}

.mob-number input {
    padding-left: 13% !important;
}

.mob-numbers input {
    padding-left: 11% !important;
}

#dvThankYou {
    display: block;
    position: relative;
    top: 30%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.enquire-example-modal-form .modal-content {
    background-color: transparent;
}

.searchwrap .features h6 {
    font-size: 20px;
    font-weight: 700;
}

.enquireforms .enquireforms {
    padding: 0 1% 0 2.5%;
}

.enquireforms .form-control {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 100%;
    margin: auto;
    font-size: 14px;
    height: 45px;
    padding: 0 0.75rem;
}

.enquireforms {
    background: #fff;
}

.enquire-example-modal-form .thanyoumsg {
    padding: 1rem;
    border-top: 10px solid #F2006C;
}

.homepage-form {
    margin: 2% 0 2% -1%;
    background: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    padding: 0% 2% 2% 2%;
}

.reach-us p {
    color: #000;
}

.reach-us a {
    color: #F2006C;
    text-decoration: underline !important;
    font-weight: 700;
}

.enquireforms .modal-header {
    border-bottom: none;
    padding-left: 0;
}

.co-living {
    margin-top: 2%;
}

    .co-living .slick-track {
        width: 100% !important;
        display: flex;
        gap: 20px;
    }

    .co-living .slick-slide {
        width: 25% !important;
    }

.sec-co-living,
.sec-trending-properties {
    margin-top: 4%;
    position: relative;
}

.co-living .card-body .card-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.co-living .card-body .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: -45px;
    cursor: pointer;
    margin-right: -2px;
    padding: 1px 3px;
}

.co-living .card-body .cords {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.co-living .card-body .price-right {
    float: left;
    margin-top: 0px !important;
    width: 100%;
}

.co-living .card-body .card-body .pricing {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
}

.co-living .card-body .pricing i {
    font-size: 14px;
    font-weight: 700;
    margin-right: 3px;
    color: #000000 !important;
}

.schedule-visit-grid-view .btn.btn-primary {
    border-radius: 5px;
    background: #F2006C;
    border: 0.5px solid #F2006C;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    padding: 6px 6px;
    cursor: pointer;
}
    .schedule-visit-grid-view .btn.btn-primary:hover {
        background: #DD0063;
        border: 1px solid #DD0063;
    }
    .btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}

.enquire-visit-grid-view .btn.btn-primary {
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #212121;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    padding: 6px 6px;
    cursor: pointer;
}
    .enquire-visit-grid-view .btn.btn-primary:hover {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }
    #changingword {
        color: #F2006C;
        font-weight: 700;
    }

.trending-properties .slick-track {
    width: 100% !important;
    display: flex;
    gap: 20px;
}

.co-living .slick-slide {
    width: 25% !important;
}


.trending-properties .card-body .card-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.trending-properties .card-body .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: -45px;
    cursor: pointer;
    margin-right: -2px;
    padding: 1px 3px;
}

.trending-properties .card-body .cords {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.trending-properties .card-body .price-right {
    float: left;
    margin-top: 0px !important;
    width: 100%;
}

.trending-properties .card-body .card-body .pricing {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
}

.trending-properties .card-body .pricing i {
    font-size: 14px;
    font-weight: 700;
    margin-right: 3px;
    color: #000000 !important;
}

h6.pricing {
    font-weight: 600;
}

    h6.pricing:hover {
        color: #000;
    }

    h6.pricing small {
        font-weight: 400;
        font-size: 12px;
    }

.watsapp-chat a {
    border-radius: 5px;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    background: transparent;
    color: #4CAF50;
    border:2px solid #4CAF50;
}

    .watsapp-chat a img {
        width: 27px;
    }

    .watsapp-chat a:hover {
        color: #fff;
        background-color: #4CAF50;
    }

.partyimgwrap ul.slick-dots {
    display: flex;
    text-align: center;
    gap: 10px;
    justify-content: center;
}

.trending-properties {
    border: none !important;
}

.slick-slide .trending-properties {
    padding: 0 10px;
}

p.seeall {
    position: absolute;
    right: 4%;
    top: 2%;
    color: #F31175;
}

    p.seeall a {
        color: #F31175;
    }
    p.seeall a:hover {
        color: #1B1B1B;
    }
.colive-apps img:hover {
opacity:0.8;
}
/*Section3*/
.section3 {
    position: relative;
    /*background: url(/assets/images/home/section3/Line.png) no-repeat center;*/
    background-size: 80%;
    background: #FFF0F7;
    margin: 4% 1% 0;
    padding-top: 2% !important;
}
.profilewrap h2 {
margin-bottom:0px!important;
}
.sec-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.joincolive-icon {
    background: url(/assets/images/home/icons.png);
    width:45px;
    height:45px;
}
.category-item {
    background: url(/assets/images/home/category-icon.png);
    width: 100px;
    height: 80px;
}
.icon-unisex {
    background-position: -875px -45px;
}
.icon-furnished {
    background-position: -952px -45px;
}
.icon-housekeeping {
    background-position: -1025px -45px;
}
.icon-flexible {
    background-position: -1100px -45px;
}
.icon-cctv {
    background-position: -1175px -45px;
}

.icon-property {
    background-position: -860px -110px;
    position: absolute;
    right: 0;
    height: 100px;
}
.icon-tenants {
    background-position: -940px -110px;
    position: absolute;
    right: 0;
    height: 100px;
}
.icon-beds {
    background-position: -1020px -110px;
    position: absolute;
    right: 0;
    height: 100px;
}
.icon-users {
    background-position: -1100px -110px;
    position: absolute;
    right: 0;
    height: 100px;
}
.icon-social-circle {
    background-position: -867px -218px;
    height: 40px;
}
.icon-FnB {
    background-position: -950px -218px;
    height: 40px;
}
.icon-Flexi {
    background-position: -1025px -218px;
    height: 40px;
}
.icon-Furnis {
    background-position: -1115px -218px;
    height: 40px;
}
.icon-Managed {
    background-position: -1190px -218px;
    height: 40px;
}
.icon-Safety {
    background-position: -1350px -218px;
    height: 40px;
}
.icon-amenity {
    background-position: -1274px -218px;
    height: 40px;
}
.icon-gated {
    background-position: -1435px -218px;
    height: 40px;
}
.newly-launced {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1017px -35px;
}
.ultra-luxury {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1145px -35px;
}
.most-popular {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1275px -35px;
}
.couple-friendly {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1405px -35px;
}

.Hybrid-spaces {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1405px -35px;
}
.Hybrid-spaces {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1535px -35px;
}
.Spacious-1bhk {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1665px -35px;
}
.Community-kitchen {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background-position: -1015px -158px;
}
.Private-Room {
    background-position: -1145px -158px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.Senior-living {
    background-position: -1405px -158px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.Fitness-Room {
    background-position: -1275px -158px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.Trending-Properties {
    background-position: -1535px -158px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.delicious-meals {
    background-position: -1665px -158px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.promise-style {
    background-position: -1040px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.promise-safety {
    background-position: -1170px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.promise-service {
    background-position: -1300px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.promise-savings {
    background-position: -1690px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.promise-smart {
    background-position: -1560px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.promise-social {
    background-position: -1560px -358px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.icon-comma {
    background-position: -1050px -560px;
    width: 80px;
}
.icon-phone1 {
    background-position: -1050px -676px;
    width: 30px;
    height: 30px;
}
.icon-whatsapp1 {
    background-position: -1105px -674px;
    width: 32px;
    height: 32px;
}
.icon-location {
    background-position: -1158px -675px;
    width: 32px;
    height: 32px;
}
.icon-enquiry {
    background-position: -1073px -962px;
    width: 35px;
    height: 26px;
}
.icon-whatsapp2 {
    background-position: -1136px -962px;
    width: 35px;
    height: 26px;
}
.icon-popin {
    background-position: -1198px -962px;
    width: 35px;
    height: 20px;
}
.icon-getin {
    background-position: -1073px -962px;
    width: 35px;
    height: 26px;
}
.icon-arrow {
    background-position: -1174px -1920px;
    width: 160px;
    height: 40px;
}
.icon-instagram {
    background-position: -1050px -1798px;
    width: 35px;
    height: 35px;
}
.icon-linkedIn {
    background-position: -1100px -1798px;
    width: 35px;
    height: 35px;
}
.icon-Youtube {
    background-position: -1200px -1798px;
    width: 35px;
    height: 35px;
}
.icon-facebook {
    background-position: -1150px -1798px;
    width: 35px;
    height: 35px;
}
.section3,
.section4,
.feature,
.section6,
.section7,
.section8,
.section9,
.section10,
.section11,
.section12,
.blog-section {
    padding: 2% 0;
}

.profile1 a p,
.profile2 a p,
.profile3 a p,
.profile4 a p,
.profile5 a p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.profilewrap div {
   /* width: 25%;*/
    float: left;
    text-align: center;
}

.sectiontitle {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.relative {
    position: relative;
}

.our-presence p {
    position: relative;
    bottom: 0px;
    color: #fff;
    left: 0px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    background-color: #000000d1;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -45px;
}

.section17 p {
    margin-top: -20px;
}

.our-presence img {
    width: 100%;
}

.profilewrap hr {
    width: 80%;
    position: absolute;
    top: 50%;
    margin-left: 5%;
    border: 1px dashed #000;
    z-index: -1;
}
.colive-profiles {
    position: relative;
    background: url(/assets/images/home/section3/profiles.webp) no-repeat center bottom;
    background-size:100%;
    width:100%;
    height:225px;
}
.colive-profiles ul li {
list-style-type:none;
}
.colive-profiles ul li.profile2 {
    width: 25%;
    left: -1%;
    position: absolute;
    height: 250px;
    cursor: pointer;
}
    .colive-profiles ul li.profile2 p {
        position: absolute;
        bottom: -2%;
        text-align: center;
        left: 25%;
        margin-top: 20%;
        font-size:18px;
        font-weight:500;
    }
    .colive-profiles ul li.profile1 {
        width: 18%;
        left: 41%;
        position: absolute;
        height: 250px;
        cursor: pointer;
    }
    .colive-profiles ul li.profile3 {
        width: 18%;
        left: 83%;
        position: absolute;
        height: 250px;
        cursor: pointer;
    }
    .colive-profiles ul li.profile5 {
        width: 24%;
        left: 77%;
        position: absolute;
        height: 250px;
        cursor: pointer;
    }
    .colive-profiles ul li.profile1 p {
        position: absolute;
        bottom: -2%;
        text-align: center;
        left: 33%;
        margin-top: 5%;
        font-size: 18px;
        font-weight: 500;
    }
    .colive-profiles ul li.profile3 p {
        position: absolute;
        bottom: -2%;
        text-align: center;
        left: 34%;
        margin-top: 5%;
        font-size: 18px;
        font-weight: 500;
    }
    .colive-profiles ul li.profile5 p {
        position: absolute;
        bottom: -5%;
        text-align: center;
        left: 43%;
        margin-top: 5%;
        font-size: 18px;
        font-weight: 500;
    }

        /**Section5***/
.section5 {
    background: url(/assets/images/home/section5/wtwebbg.webp) no-repeat center bottom;
    background-size: 100% 100%;
    background-color: #FEF2F8;
    margin-top: 0%;
}

.feature {
    padding: 5% 0 !important;
}

.feature-item img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.feature-item {
    margin: 10% 0;
    align-items: center;
}

    .feature-item p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
    }

.cat-item img {
    width: 80px;
    height: 80px;
}

.cat-item {
    margin-bottom: 15%;
}

    .cat-item p {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 500;
        padding-top: 15px;
        color: #000;
    }

.category h2 {
    margin-left: 3%;
}

.cat-item p br {
    display: none;
}
/****Refer & Earn******/
.referearn {
margin-bottom:2.5%;
}
/****section7****/
.section7 {
    background: #F9FAFB;
}

._6s-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.promiseCard {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 15px 0 15px 20px;
    position: relative;
    margin-bottom: 10%;
}

    .promiseCard ul {
        padding-left: 5%;
    }

        .promiseCard ul li {
            font-size: 15px;
            line-height: 28px;
        }

    .promiseCard img {
        width: 80px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

._6s-number {
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 10%;
    background: #fff;
}

.promisewrap .slick-track {
    display: flex !important;
}

.promisewrap .slick-slide {
    width: 30% !important;
    margin-right: 4.5%;
}

.promisewrapsection .slick-track {
    display: flex !important;
}

.promisewrapsection .slick-slide {
    width: 30% !important;
    margin-right: 4.5%;
}

.slick-slide:last-child {
    margin-right: 0;
}

.ifremevideo {
    overflow: hidden;
}

.secton8 {
    margin-top: 3%;
}

.iframe-title h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 10px 0;
    margin-bottom: 2%;
}

    .iframe-title h2 span {
        color: #F2006C;
    }

.iframe-title p {
    font-size: 20px;
    text-align: justify;
}

.frame-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.clubcolive1 {
    margin-top: 4%;
}

    .clubcolive1 img {
        width: 100%;
    }

.tncmodal .modal-body {
    border-top: none !important;
}

.tncmodal h5 {
    font-size: 22px;
    font-weight: 600;
}

.tncmodal ul li {
    font-size: 13px;
    line-height: 25px;
}

.tncbtn a {
    color: #000;
    font-size: 12px;
}

    .tncbtn a:hover {
        color: #fff;
    }

.tncbtn {
    margin-top: 10px;
}
/*****section9*******/
.foodmenuwrap .caffe {
    background: url(/assets/images/home/section9/caffe.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 10px;
    background-position-x: 20px;
    background-color: #ffc4c0;
}

.foodmenuwrap .valley {
    background: url(/assets/images/home/section9/Valley.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 10px;
}

.gurukula {
    background: url(/assets/images/home/section9/gurukula.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 10px;
}
.pune-food {
    background: url(/assets/images/home/section9/pune.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 10px;
}

.nirvana {
    background: url(/assets/images/home/section9/nirvana.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 10px;
}

.foodmenuwrap .slick-slide {
    width: 23.5% !important;
}

    .foodmenuwrap .slick-slide:nth-child(2) {
        margin: 0 2%;
    }

    .foodmenuwrap .slick-slide:nth-child(3) {
        margin-right: 2%;
    }

.foodmenucard aside {
    padding: 8% 5% 10%;
}

    .foodmenucard aside p br {
        /* display: none;*/
    }

    .foodmenucard aside h5 {
        font-size: 22px;
        font-weight: 600;
        color: #525252;
        margin-bottom: 0;
    }

    .foodmenucard aside p {
        font-size: 13px;
        margin: 8px 0;
        padding-right: 25%;
    }

    .foodmenucard aside button {
        background: transparent;
        border-radius: 5px;
        border: 1px solid #525252;
        font-size: 14px;
        padding: 5px 10px;
    }

/***Section11****/
.partyimgwrap .slick-track {
    display: flex;
    gap: 2rem;
}

.party-section .nav-pills {
    margin-bottom: 3%;
}

.nav-pills .nav-link.active {
    color: #fff;
    background: #F2006C !important;
    padding: 5px 30px;
    border: 1px solid #F2006C;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 50px !important;
    margin-right: 20px;
    color: #000;
    height: 45px;
}

.slick-dots li {
    list-style-type: none;
}

    .slick-dots li button {
        width: 15px;
        height: 15px;
        background-color: #e3e3e3;
        border-radius: 50%;
        font-size: 0px;
        border: 1px solid #9d9393;
    }

.slick-dots .slick-active button {
    background-color: #424242;
}

.partyvideowrap ul {
    display: flex;
    gap: 10px;
}

#pills-tabContent p {
    position: absolute;
    right: 2%;
    top: 15%;
    color: #F31175;
}

    #pills-tabContent p a {
        color: #F31175;
    }

.party-section {
    position: relative;
}

.partyvideowrap p {
    position: absolute;
    right: 2%;
    top: 15%;
    color: #F31175;
}

.partyimg img {
    width: 100%;
}
.faq-sections {
margin-top:4%;
}
/***section12****/
.section12 {
    background: rgba(170, 170, 170, 0.10);
}

.testimonial {
    padding: 20px;
    position: relative;
    height: 380px;
}

.testimonialwrap .slick-slide {
    width: 18.4% !important;
}

    .testimonialwrap .slick-slide:nth-child(even) {
        margin: 0 2%;
    }

.testimonial:before {
    /*  content: "\f10d";*/
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    left: 2%;
    transform: rotateX(45deg);
    color: rgba(242, 0, 108, 0.5);
}

.testimonial p i {
    color: rgba(255, 184, 0, 1);
    margin-right: 8px;
}

.testimonial p.review {
    font-size: 17px;
    line-height: 25px;
    padding: 20px 0;
}

.testimonial p.name {
    font-size: 20px;
    font-weight: 500;
}

.testimonial p.property {
    font-size: 16px;
}

.testimonialwrap .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonial img {
    width: 40px;
    margin: 3% 0 7% 0;
}

.testimonialwrap ul li button {
}

button.slick-slide-control21 {
    display: none;
}

.propertyuser {
    position: absolute;
    bottom: 20px;
}

.appwrap {
    background: #F2006C;
    position: relative;
}

.appblock h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.appblock p {
    color: #fff;
    padding-bottom: 2%;
    font-size: 25px;
}

.userapps img {
    width: 150px;
}

.appblock {
    padding: 5% 0;
}

.colive-app img {
    position: absolute;
    width: 400px;
    top: -32%;
    right: 10%;
}

.colive-app {
    position: relative;
}

.section13 {
    margin-top: 10%;
}

.userapps {
    gap: 20px;
}

    .userapps img {
        border-radius: 30px;
    }
        .userapps img:hover {
        opacity:0.8;
        }
        /***Blog Section*****/
        .padding-right {
            padding-right: 0;
            z-index: 1;
        }

.articlecontentblock {
    border: 1px solid #C9C9C9;
    margin-left: -12px;
    border-radius: 0 10px 10px 0;
}

.blog-title p {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 10px;
}

.blog-title2 p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-top: 15px;
}

.blogs-bk img {
    height: 120px;
}

.blog-details p {
    font-size: 14px;
    padding-left: 10px;
}

.articlecontentblock a {
    color: #F31175;
    font-size: 14px;
    padding-left: 10px;
}

.articlecontent a {
    color: #F31175;
    font-size: 14px;
    margin-top: 10px;
}
.articlecontent a:hover {
    color:#1B1B1B;
}
    .articlecontent {
        border: 1px solid #C9C9C9;
        margin-left: -5px;
        border-radius: 0 10px 10px 0;
    }

.blog-section p.img-text a {
    position: absolute;
    bottom: 6%;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.articles img {
    width: 100%;
}

.articles p.img-text {
    position: absolute;
    bottom: 5%;
    z-index: 9;
    color: #fff;
    padding: 10px;
}

.trending-properties picture {
    width: 100%;
}

.trending-properties img {
    width: 100%;
}

.readmore {
    display: none;
}

/****Section14****/
.section14 {
    background-color: rgba(170, 170, 170, 0.1);
    margin-top: 5%;
    position: relative;
}

.formdesc {
    width: 50%;
    width: 50%;
    position: absolute;
    left: 30%;
    top: 15%;
}

    .formdesc h3 {
        font-size: 40px;
        float: left;
        font-weight: 600;
    }

    .formdesc p {
        font-size: 22px;
    }

.getintouch {
    display: inline-block;
}

    .getintouch img {
        width: 50px !important;
        margin-top: -10px;
    }

.formdesc img {
    width: 100px;
}

/****Footer******/
/* || Footer */

.footertext h3 {
    color: #DFDFDF;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

    .footertext h3 span {
        color: #ED0B70;
    }

.footertext {
    /*  position: absolute;*/
    right: 0;
}

footer .logo img {
    width: auto !important;
}

.socialblock ul {
    /*border-right: 1px solid #ccc;*/
}

.copyright.footer_copyright {
    padding-top: 10px !important;
}

.Span_location + .copyright.footer_copyright {
    margin-bottom: 0px !important;
}

.footermenu-2-1 ul {
    display: flex;
    gap: 50px;
    padding-left: 0;
}

    .footermenu-2-1 ul li {
        color: #fff;
        list-style-type: none;
    }

.copyright p {
    color: #d1d0d0;
    font-size: 15px;
    background-color: #1B1C1E;
    margin-bottom: 0rem;
    padding: 10px;
}

.footermenu-2-1 ul li a {
    color: #fff;
    text-decoration: none;
}

.footermenu ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 35px;
}

.footermenu-2-1 a {
    color: #fff !important;
    text-decoration: none;
}
.footermenu-2-1 a:hover {
    color:#D0D0D0!important;
}
    .sociallinks ul {
    display: flex;
    gap: 20px;
}

    .sociallinks ul li {
        list-style-type: none;
    }

        .sociallinks ul li img {
            width: 30px;
        }

.showmore11 button.read-less {
    position: absolute;
    bottom: 0;
    right: 0;
}

.showmore11 #toggle {
    position: absolute;
    right: 2%;
    bottom: 0;
}

.showmore11 #toggle {
    color: #fff;
    background: none;
    border: none;
}

    .showmore11 #toggle.See-less {
        bottom: 10%;
    }

.footer hr {
    height: 2px;
    color: #fff;
    margin-bottom: 1%;
}

.footersec-1-1 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

    .footersec-1-1 h3 span {
        color: #F2006C;
    }

.footersec-1-1 img {
    max-width: 220px;
    margin-bottom: 5%;
}

.footermenu ul li a {
    list-style-type: none;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
}
.footermenu ul li a:hover {
    color:#D0D0D0!important;
}
    .footermenu {
    padding: 30px 0;
}

section.footer {
    background-color: #1B1C1E;
    position: relative;
}

.line-1 {
    border-right: 1px solid #dfdfdf;
    height: 100px;
    position: absolute;
    margin-top: 60px;
    margin-left: 60%;
    width: 4%;
}

.footersec-1-2 h3,
.footersec-1-3 h3,
.footersec-1-4 h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.footersec-1-2 ul {
    padding-left: 0;
}

.footersec-1-3 ul,
.footersec-1-4 ul {
    padding-left: 0;
}

.calltous {
    text-align: center;
}

    .calltous a {
        color: #F2006C;
    }

.call-mob-view {
    display: none;
}

span.name-description {
    color: #EF1284;
    cursor: pointer;
}

.viewMore-faq a {
    font-size: 18px;
    font-weight: 500;
    color: #EF1284 !important;
    cursor: pointer;
    margin-right: 10px;
}


/* || Footer See More Navigation */
.Span_location {
    padding: 0 0 2rem;
    background-color: #fff;
}

    .Span_location .SpanLoc_Containerfluid {
        display: flex;
        margin-bottom: 2rem;
    }

.CityContainer {
    width: 100%;
    /* display: flex;*/
    float: left;
    margin-bottom: 2%;
}

.SpanLoc_Containerfluid .CityContainer > span:first-child {
    margin-bottom: 8px;
}

    .SpanLoc_Containerfluid .CityContainer > span:first-child a {
        font-size: 16px;
    }

.CityContainer > span:first-child a {
    color: #ef0073;
    font-weight: 700;
}

.cityWrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    width: 14%;
    float: left;
    line-height: 1;
    margin-top: 10px;
}

.SpanLoc_Containerfluid .cityWrapper > span a {
    font-size: 14px;
}

.cityWrapper > ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

    .cityWrapper > ul li {
        line-height: 20px;
    }

.SpanLoc_Containerfluid .cityWrapper > ul > li {
    margin: 5px 0;
}

    .SpanLoc_Containerfluid .cityWrapper > ul > li > a {
        font-size: 12px;
    }

.cityWrapper > ul > li > a {
    font-size: 13px;
    color: #324b72;
    font-weight: 400;
}

/*#Chennai {
    width: 40%;
}

#Hyderabad {
    width: 30%;
}

#Pune {
    width: 20%;
}*/

.Span_location .sec-container #Chennai {
    width: 50%;
}

    .Span_location .sec-container #Chennai > .cityWrapper {
        width: 28%;
    }

.Span_location .sec-container #Hyderabad {
    width: 25%;
}

.Span_location .sec-container #Pune {
    width: 25%;
}

.CityContainer > span:first-child {
    width: 100%;
    float: left;
    margin: 13px 0;
}

#Chennai > .cityWrapper,
#Hyderabad > .cityWrapper,
#Pune > .cityWrapper {
    width: 14%;
}

.SpanLoc_Containerfluid .cityWrapper > span a {
    font-size: 14px;
}

.cityWrapper > span a {
    color: #1B1B1B;
    font-weight: 700;
}

.SpanLoc_Containerfluid .cityWrapper > ul > li > a {
    font-size: 12px;
    color: #555555 !important;
}

.cityWrapper > ul > li a:hover {
    color: #1B1B1B!important;
    text-decoration: underline!important;
}

.cityWrapper > span a:hover {
    color: #F2006C;
    text-decoration: none;
}

.FooterFaq_Tittle {
    margin: 1rem 0 0;
    font-size: 16px;
    font-weight: 700;
}

#footerfaq .card {
    border: 0;
    padding: 5px 0 0 !important;
}

    #footerfaq .card .card-header {
        background-color: transparent;
        padding: 0 0;
        font-size: 14px;
        font-weight: 400 !important;
    }

        #footerfaq .card .card-header button {
            font-weight: 500;
            font-size: 14px;
            color: #324b73;
            cursor: pointer;
            padding: 0;
            white-space: unset;
            text-align: left;
            line-height: 1.5;
            text-decoration: none;
        }

    #footerfaq .card .card-body {
        padding: 10px 0 0;
        color: #324b73;
        opacity: .9;
        font-size: 12px;
    }

.copyright {
    background-color: #fff;
}

button.showmorebtn {
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
}

    button.showmorebtn i {
        margin-left: 10px;
        vertical-align: baseline;
    }

.footer .showmore {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    margin-right: 65px;
    z-index: 1;
    bottom: auto;
}

    .footer .showmore.footer_showmore {
        position: absolute;
        right: 25px;
        margin-top: 10px;
        margin-right: 65px;
    }

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) {
    .herosection img {
        max-height: 480px;
    }
}

@media (max-width: 767px) {
    .colivingpg {
        margin-top: 4px;
    }
    a.dropdown-item img {
    width:27px;
    }
    .d-mbl-none {
        display: none !important;
    }
    .icon-tenants {
        background-position: -910px -131px;
        left: 0;
        height: 45px;
        width: 100px;
        position:relative;
    }
    .icon-beds {
        background-position: -992px -130px;
        right: 0;
        height: 45px;
        width: 100px;
        position: relative;
    }
    .icon-users {
        background-position: -1072px -130px;
        right: 0;
        height: 45px;
        width: 100px;
        position: relative;
    }
    .section15 {
        margin-top: 15%;
    }

    .searchwrap-mobile {
        bottom: -8%;
    }

    .searchwrap {
        height: auto;
    }

    .formdesc img {
        margin-top: 20px;
    }

    .form-control {
        font-size: 13px;
    }
    .accordion-label img {
        width: 26px;
    }
    .footer .showmore {
        bottom: 0px;
        margin-right: 0px;
        position: relative;
        float: right;
    }

        .footer .showmore.footer_showmore {
            margin-right: 10px;
        }

    .showmore.footerinner_showmore {
        bottom: 0px;
        margin-right: 0px;
        position: relative;
    }

    .footermenu ul li {
        margin-left: 12px;
    }

    .footersec-1-1 h3 {
        font-size: 14px;
    }

    .footersec-1-1 img {
        max-width: 120px;
        margin-left: 5%;
    }

    .footersec-1-1 {
        display: flex;
    }

    .footermenu .landlord {
        margin-left: 7%;
        border-left: 1px solid #fff;
        padding-left: 7%;
        margin-bottom: 8%;
    }

    .c-logo {
        margin-top: 5%;
    }

    .footersec-1-2 h3,
    .footersec-1-3 h3,
    .footersec-1-4 h3 {
        margin-left: 12px;
        margin-top: 10%;
    }

    .footersec-1-4 ul {
        display: flex;
        gap: 20px;
        margin-bottom: 0;
    }

    .footermenu ul li a {
        font-size: 14px;
        line-height: 30px;
    }

    .footermenu-2-1 {
        border-bottom: 1px solid #fff;
        margin-bottom: 7%;
        padding: 5% 5%;
    }

    .showmore11 #toggle.See-less {
        bottom: 0.2% !important;
    }

    .sociallinks ul {
        display: flex;
        gap: 15px;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 5%;
    }

    .sociallinks {
        padding: 0;
    }

    .section3 {
        background: none;
        margin-top: 12%;
        background: #FFF0F7;
        padding-bottom: 10%;
        margin-right: 0;
    }

    .exitpopupModal .colive-info p.mbeds {
        top: 3px !important;
    }
    .colive-profiles {
    height:80px;
    }
        .colive-profiles ul li.profile2, .colive-profiles ul li.profile1, .colive-profiles ul li.profile3, .colive-profiles ul li.profile5 {
        height:80px;
        }
            .colive-profiles ul li.profile1 p {
            font-size:12px;
            bottom:-22%;
            left:10%;
            }
            .colive-profiles ul li.profile2 p {
                font-size: 12px;
                left: 14%;
                bottom: -22%;
            }
            .colive-profiles ul li.profile3 p {
                font-size: 12px;
                left: 10%;
                bottom: -22%;
            }
            .colive-profiles ul li.profile5 p {
                font-size: 12px;
                left: 23%;
                bottom: -22%;
            }
}

p.seemore,
.see-less {
    padding: 0 20px;
    color: #000;
    float: right;
    cursor: pointer;
}

.seemore {
    background-color: #fff;
}

.toastwrap {
    display: none;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important;
    top: 100px;
    right: 40px;
}

.toast {
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 2px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: rgba(237, 65, 141, .9);
    color: #fff;
    text-align: left;
    font-size: 13px;
    min-height: 53px;
}

.toastclose {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 18px !important;
    cursor: pointer;
    color: #fff;
}

.ToastMsg {
    padding-top: 8px;
    display: block;
}

/*footer end*/
/****Footer End*****/
@media (max-width: 767px) {
    .sec-container {
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .sectiontitle {
        font-size: 20px !important;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .suggestionContainer {
        width: 92%;
        z-index: 2;
        margin-left: 0%;
        border: 0px solid #e3e3e3;
        padding: 0px;
        border-top: 0;
    }

    .block4 {
        display: none;
    }

    .block3 {
        border-right: none;
        padding-right: 0px;
    }

    .m-pr-0 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .mb-2x5 {
        padding-bottom: 13px;
    }

    .searchwrap h1 {
        font-size: 18px;
        text-align: left;
        line-height: 30px;
        padding: 7% 0 0 5%;
        margin-bottom:4px;
    }

    .searchwrap p {
        text-align: left;
        font-size: 14px;
        padding-left: 5%;
        margin-bottom: 7px;
    }

    .search-wrapper-overall {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -45%);
    }

    .herosection {
        background: #fff;
        padding-top: 45px;
    }

        .herosection .sec-container {
            width: calc(100% - 0px);
        }

        .herosection .searchwrap {
            padding: 0% 0% 0%;
            /* top: 26%;*/
            position: relative;
        }

        .herosection .hero-banner .searchwrap {
            position: absolute;
            z-index: 10;
            width: 100%;
        }

    .icon-one.active-one .hamburger-one {
        top: 0px !important;
    }

    .herosection .hero-banner {
        padding: 0 0%;
    }

    .searchwrap {
        padding: 10% 7% 2%;
    }

    .block1 p,
    .block2 p,
    .block3 p {
        text-align: left;
        font-size: 11px;
    }

    .block1,
    .block2 {
        padding-right: 7%;
        margin-right: 7%;
    }

    .features {
        order: 2;
        margin-left: 5%;
    }

    .searchblock {
        width: 100%;
        margin-top: 0%;
    }

    .hero-banner {
        padding: 0 4%;
    }

        .hero-banner .owl-item img {
            border-radius: 0px;
        }

    .owl-carousel .owl-item img {
        height: 270px;
    }

    .joincolive article ul li {
        font-size: 12px;
        line-height: 30px;
    }

    .homepage-form {
        margin: 5% 0% 0% 0px;
        padding: 0% 2% 5% 2%;
    }

    .mob-numbers input {
        padding-left: 11% !important;
    }

    .mob-numbers span {
        bottom: 12px;
    }

    .mob-number span {
        bottom: 12px;
    }

    .searchwrap .features h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .schedule-visit-grid-view .btn.btn-primary {
        font-size: 14px;
    }

    .enquire-visit-grid-view .btn.btn-primary {
        font-size: 14px;
    }

    /**Section3**/
    .profilewrap div {
       /* width: 25%;*/
        float: left;
        text-align: center;
    }

    .profilewrap h2 {
        font-size: 20px;
    }

    .our-presence p {
        font-size: 12px;
        bottom: 0%;
        color: #fff;
        left: 0;
        margin-bottom: 0px;
        width: 100%;
        padding: 5px;
        border-radius: 0px 0px 10px 10px;
        /* position: absolute;*/
        bottom: 0px;
    }

    .colive-info {
        display: none !important;
    }

    /**section5***/
    .section5 {
        background: none;
        background: url(/assets/images/home/section5/wtBg.png) no-repeat;
        margin-top: 5%;
        background-size: 100%;
    }

    .feature-item img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .feature-item p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .cat-item img {
        width: 60px;
        height: 60px;
    }

    .cat-item p {
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .promisewrap .slick-slide {
        margin-right: 1%;
    }

    .promisewrapsection .slick-slide {
        margin-right: 1%;
    }

    ._6s-name {
        font-size: 16px;
    }

    .promiseCard ul li {
        font-size: 11px;
    }

    .foodmenucard aside h5 {
        font-size: 16px;
    }

    .foodmenucard aside p {
        font-size: 10px;
    }

    .foodmenucard aside button {
        font-size: 12px;
    }

    .testimonial p.review {
        font-size: 12px;
        line-height: 22px;
    }

    .testimonial p.name {
        font-size: 12px;
    }

    .testimonial p.property {
        font-size: 10px;
    }

    .testimonial {
        max-height: 350px;
        padding:20px 0;
    }
    ..partyview {
    top:0;
    }
    .promisewrap {
        padding: 0;
    }

    .testimonial .card-body {
        border: none;
        min-height: 300px !important;
    }

    .colive-app img {
        position: relative;
        width: 400px;
        top: 0%;
    }

    .colive-app {
        order: 2;
    }

    .nav-pills .nav-link {
        background: 0 0;
        padding: 1px 30px !important;
        margin-right: 20px;
        color: #000;
        margin-bottom: 15px;
        height: 40px;
    }

    #pills-tabContent p {
        top: 98%;
    }

    .d-xs-none {
        display: none;
    }

    .d-xs-block {
        display: block !important;
    }

    .partyimgwrap .slick-dots {
        display: flex;
        gap: 10px;
    }

    /***Section14****/
    .formsections picture {
        width: 200px;
        margin-top: 15px;
    }

    .formdesc {
        position: relative;
        width: 100%;
        left: 0%;
        margin-top: 10%;
        top: 0%;
        margin-bottom: 5%;
    }

    .getintouch img {
        width: 30px !important;
        margin-top: 0px;
    }

    .category h2 {
        margin-left: 6%;
        margin-top: 2%;
        margin-bottom: 0px;
    }

    .promises h2 {
        margin: 5% 0 6%;
        padding-left: 0;
    }

    .foodmenu h2 {
        margin: 5% 0;
    }

    .testimonial-section h2 {
        margin: 5% 0 2%;
    }

    .cityWrapper {
        width: 50%;
        margin: 10px 0;
    }

    .copyright p {
        padding-top: 5px;
    }

    .appblock h5 {
        font-size: 25px;
    }

    .appblock p {
        padding-bottom: 4%;
        font-size: 15px;
    }

    .profile1 a p,
    .profile2 a p,
    .profile3 a p,
    .profile4 a p,
    .profile5 a p {
        font-size: 12px;
    }

    .cat-item p br {
        display: block;
    }

    .formdesc h3 {
        font-size: 22px;
    }

    .formdesc p {
        font-size: 12px;
    }

    .banner-desc p {
        font-size: 14px;
    }

    .banner-desc span {
        font-size: 12px;
    }

    .blog-title p {
        font-size: 16px;
    }

    .blog-details p {
        font-size: 12px;
    }
    .mbl-blk {
    border-bottom:1px solid #fff;
    }
}

/*Header CSS Start*/
.head-container {
    /* display: flex;*/

    position: fixed;
    z-index: 10;
    /* height: 85px;*/
    width: 100%;
    top: 0;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    box-shadow: rgb(33 35 38 / 10%) 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

    .head-container.active {
        box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
        background-color: #FFFFFF;
    }

header nav {
    padding: 0 40px;
}
.bookNowBtn {
    border: 1px solid #F2006C;
    color: #F2006C !important;
    border-radius: 5px;
}
    .bookNowBtn a {
        color: #F2006C !important;
        width: 100px;
        padding: 5px 0px;
    }
    .bookNowBtn a:hover {
        color: #fff !important;
        background: #F2006C !important;
    }
.spl-offer-wrap a {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}

.spl-offer-wrap p img {
    width: 22px;
    margin-right: 10px;
}

.head-container .logo {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

.logo a.navbar-brand {
    width: 60px;
}

.header-search {
    width: 40%;
    margin:0 auto;
}

.search-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menucontrol {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-left: 0;
}

.headsearchblock .form-group {
    width: 100%;
}

.headsearchblock input {
    background: transparent !important;
    height: 55px;
    border-radius: 20px;
    border: 2px solid #fff;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    /* padding: 0.6rem 1rem; */
    font-size: 13px;
    color: #fff;
    width: 100%;
    padding-left: 8%;
}

    .headsearchblock input:focus {
        border: 2px solid #fff;
    }

.headsearchbtn {
    background: #ffffff00;
    color: #e62e6f;
    width: 58px;
    height: 38px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 5px;
}

    .headsearchbtn::before {
        content: '';
        background: url(/assets/images/home/section1/Search.png);
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 30px 30px 30px 30px;
        width: 38px !important;
        height: 38px !important;
        cursor: pointer;
        top: 8px;
        left: 4px;
    }

.headsearchblock .form-group {
    margin-bottom: 0;
}

.menucontrol ul {
    margin-bottom: 0;
    padding-left: 0;
    gap: 15px;
    display: flex;
   /* margin-left:-30px;*/
}

.headsearchblock {
    position: relative;
}

.menucontrol ul li {
    display: inline-flex;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /*padding: 0 15px;*/
}

    .menucontrol ul li a {
        text-decoration: none;
        color: #000000;
        font-weight: 400;
    }
.schedule-visit-grid-view:focus {
    outline: none;
    box-shadow: none;
}
.controls > ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: center;
    padding-left: 0;
    gap: 15px;
}

.controls ul li {
    list-style-type: none;
    cursor: pointer;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
    width: auto;
    position: absolute;
    right: 145px;
    top: 70px;
    display: none;
    width: 550px !important;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader.active {
        display: block !important;
    }

#lilocationsMenuWrapper .location-closebtn {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 99;
    font-size: 20px !important;
    color: #f8049c !important;
    padding: 0 10px;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
    width: 150px;
    background: #fff;
    position: relative;
    min-height: 100vh;
    z-index: 2;
    padding-left: 0;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none;
    width: 100%;
    margin-right: 13%;
}

a.activelocation.bactive {
    background: #fafafa;
    border-left: 3px solid #ef0073;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    display: block;
    color: #ef0073 !important;
}

ul.level1 > li > a {
    display: block;
    border-left: 3px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    color: #666 !important;
    text-decoration: none;
    font-weight: 600;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 > li:hover .level2,
.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 > li .level2.active {
    display: block;
    padding: 0px 0 100px 0px;
    float: left;
    height: 100%;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 {
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    position: absolute;
    left: 150px;
    background-color: #fff;
    top: 0px;
    width: 750px;
    height: 100vh;
    max-width: 410px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: -6px 0px 3px -6px #616161 !important;
    transition: all 0.5s ease-out;
    padding-left: 0;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 .level2_title {
        font-weight: 600;
        width: 100%;
        margin-bottom: 0px;
        font-size: 14px;
        background: #fafafa00 !important;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e500;
        line-height: 40px;
        padding: 0px 10px;
        text-align: left;
    }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 .level2_title a {
            color: #ef0073;
            text-decoration: none;
        }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li {
        max-width: 160px;
        margin: 0px 10px;
        float: left;
        text-align: left;
    }

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader ul li {
    list-style: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.nav-item .level2 a {
    font-size: 14px !important;
    padding: 0.5rem 0px !important;
}

.nav-item .level1 a {
    font-size: 14px !important;
    text-align: left;
    text-decoration: none;
}

ul.level2 > li > a {
    color: #333 !important;
    font-weight: 600;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level3 {
    font-size: 12px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 12px;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level3 li {
        max-width: 160px;
        margin: 0px 0px !important;
        float: left;
    }

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li {
    max-width: 160px;
    margin: 0px 10px;
    float: left;
    text-align: left;
}

.nav-item .level3 a {
    font-size: 12px !important;
}

ul.level3 > li > a {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 2;
}

    ul.level3 > li > a:hover {
        color: #ef0073 !important;
        font-weight: 500 !important;
        text-decoration: none;
    }

ul.level2 > li > a:hover {
    color: #ef0073 !important;
    text-decoration: none;
}

.nav-item .level3 a {
    font-size: 12px !important;
}

ul .level1 > li > a:hover {
    background: #fafafa;
    border-left: 3px solid #ef0073;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    display: block;
    color: #ef0073 !important;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li:last-child {
    margin-bottom: 5px !important;
}

body::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background: var(--scrollbarBG);
}

::-webkit-scrollbar {
    width: 6px;
    color: pink;
}

::-webkit-scrollbar-thumb {
    background: #00ef26;
}

.loginwrap .login-btn {
    background: #FFFFFF80;
    padding: 3px 0px 7px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .loginwrap .login-btn a {
        color: #FFFFFF !important;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
    }

    .loginwrap .login-btn img {
        margin: 0px 6px 0 0;
    }

.icon-one {
    cursor: pointer;
    z-index: 11111;
    padding: 0 0px;
    text-align: left;
}

.hamburger {
    width: 25px !important;
    height: 3px;
    background: #000000;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}

.hamburger-one:before,
.hamburger-one:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    transition: 0.5s;
    border-radius: 2px;
}

.hamburger:before {
    width: 20px !important;
    top: 8px;
    background: #000000;
    right: 0;
}

.hamburger:after {
    width: 25px !important;
    top: 16px;
    background: #000000;
}

.sidebar {
    position: fixed;
    width: 340px;
    right: -350px;
    top: 0px;
    background-color: #ffffff !important;
    overflow-x: auto;
    z-index: 99;
    box-sizing: border-box;
    height: 103%;
}

    .sidebar.active {
        right: 0;
        transition: 0.3s;
    }

.sidemenu {
    position: relative;
    z-index: 99;
    background-color: #000;
    box-shadow: #ccdbe8 1px 3px 6px 0 inset, rgb(255 255 255 / 50%) 1px -3px 6px 1px inset;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.sidebar.active::after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0;
    opacity: 0.4;
    transition: 0.3s;
}

.sidemenu h5 {
    padding: 25px 0 0 20px;
    color: #f8049c;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

ul.sidebarlist {
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 40px;
}

.sidebar ul li {
    line-height: 0px;
    list-style: none !important;
    margin-left: 0;
    width: 100%;
    text-align: left;
}
.sidebar ul li:hover {
    background-color:#000;
}
    .menulist {
    margin-top: 10px;
    box-shadow: 0 0 0px #bfb5b5 !important;
}

.sidebar ul li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 15px 15px 15px 5px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-transform: capitalize;
    text-decoration: none!important;
    padding-left: 17% !important;
}

.sidebar ul ul li a {
    color: black;
    font-weight: 400 !important;
    padding: 17px 0px 0px 10px;
    font-size: 12px;
    margin-left: 1%;
}

.icon-one.active-one {
    width: 20px;
    position: absolute;
    top: 25%;
    height: 19px;
    right: 10px;
}

    .icon-one.active-one .hamburger-one {
        width: 0px !important;
        position: relative;
        top: -11px;
        right: -15px;
    }

        .icon-one.active-one .hamburger-one:before {
            top: 20px;
            transform: rotate(45deg);
            width: 20px !important;
            z-index: 999;
            right: 5px;
            background-color: #fff;
        }

        .icon-one.active-one .hamburger-one:after {
            top: 20px;
            transform: rotate(135deg);
            width: 20px !important;
            color: #000;
            z-index: 999;
            right: 5px;
            background-color: #fff;
        }

.sidebar ul li a:hover {
    text-decoration: none;
}

.sidebarlist ul {
    padding-left: 0;
}

.user-name p {
    display: none;
    color:#fff;
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF80;
    display:none;
}

#dropdownMenuLink::after {
    display: none;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 70px;
    opacity: 0.4;
    z-index: 1;
}

.profile-show a i {
    margin-right: 10px;
}

#dvThankYou2 {
    margin-top: 15%;
}

.thanyoumsg figure.schedule-header {
    margin-top: 0%;
}

.modal-tq {
    width: 100px !important;
}

.schedule-line-right {
    border-right: 2px solid #F2006C;
}

.schedule-date-time {
    border: 2px solid #F2006C;
    background-color: #F2006C1A;
    border-radius: 50px;
    padding: 14px 20px;
    margin: 25px 30px;
    color: #000000;
}

.enquire-example-modal-form .thanyoumsg p.schedule-header {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 96.8%;
    margin-bottom: 40px px;
}

    .enquire-example-modal-form .thanyoumsg p.schedule-header span {
        color: #F2006C;
        margin-left: 10px;
    }

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 90%;
    background-color: #fff;
    border: 0 solid #e3e3e3;
    border-top: 0;
    z-index: 99;
    margin-left: 24px;
    border-bottom: 0 solid #e3e3e3;
    text-align: left;
}

    .suggestionContainer > .glDetails {
        padding: 3px 14px;
        min-height: 26px;
        padding-top: 6px;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
        border-top: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        width: 96%;
        color:#000;
    }

    .suggestionContainer > .PropDetails {
        padding: 4px;
        border: 1px solid #e3e3e3;
        min-height: 35px;
        padding-top: 6px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        white-space: pre-wrap;
        background: #f9f9f9;
        color:#000;
    }

        .suggestionContainer > .PropDetails > img {
            height: 27px;
            margin-right: 10px;
            margin-top: 4px;
            margin-left: 6px;
        }

    .suggestionContainer li:last-child {
        border-bottom: 2px solid #e3e3e3;
    }

.user-info .dropdown-menu.show {
    top: 40px !important;
    left: -15px !important;
    display: block !important;
}

.user-info .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    left: unset;
}

.user-info .dropdown-item {
    display: block;
    width: 100%;
    padding: 2px 10px 2px 5px;
    clear: both;
    font-weight: 600;
    color: #1f1b4e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}

.user-info a.dropdown-item i {
    font-size: 15px;
    padding: 0 12px;
}

.profile-show {
    transform: translate(-5%, 50%) !important;
}

/**Thank you Modal**/

.modal-body img {
    width: 100px;
}

.modal-content h2 {
    font-weight: 700;
    color: #31123A;
    font-size: 4rem;
    margin-top: 3%;
    margin-bottom: 2%;
}

.modal-content h4 span {
    color: #EF0073;
    font-weight: 600;
}

.modal-content a {
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 10px 30px;
    background: #EF0073;
    border-radius: 6px;
    margin-bottom: 3%;
    cursor: pointer;
    text-decoration: none;
}

span.calenderTime,
span.calenderDate {
    padding-left: 10px;
}

.modal-body {
    border-top: 8px solid #EF0073;
}

.thankyouModal .modal-content p {
    margin: 10px 0 8px 0;
}

#thankyouModal h5 {
    color: #2B2A2A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

#thankyouModal ul {
    padding-left: 0px;
    margin-top: 40px;
}

    #thankyouModal ul li {
        font-size: 18px;
        color: #000000;
        /*width:85%;*/
        margin-top: 15px;
        font-weight: 500;
        line-height: 1.5;
    }

        #thankyouModal ul li span {
            color: #F2006C;
        }

.modal-dialog {
    position: fixed;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 70% !important;
}

/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #ef0075;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 3.5px solid #fff0;
        top: -2px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000000;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion ShowLoaderEnd*/

/*exit popup css starts*/
.exit-popup-modal-form {
    z-index: 9999;
    position: relative;
}

.exitpopupModal .modal-dialog {
    position: fixed;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 70% !important;
    z-index: 99;
}

.exitpopupModal .ExitFormSlider {
    width: 54%;
    /*height:89vh;*/
}

.exitpopupModal .enquire-form {
    padding: 0 1% 0 2.5%;
}

.exitpopupModal .exit-popupSlider img {
    width: 100%;
    /*height: 89vh;*/
    border-radius: 0 !important;
}

.exitpopupModal .exit-popupSlider.owl-loaded {
    padding-bottom: 0 !important;
    background-color: #3c3d3a;
}

.exitpopupModal .exit-popupSlider.owl-carousel .owl-stage-outer {
    width: 100% !important;
}

.exitpopupModal .modal-content {
    border-radius: 6px;
}

.exitpopupModal .modal-body {
    border-top: none;
    padding: 0;
    background: #FFFFFF !important;
    border-radius: 6px;
}

.exitpopupModal .owl-dots {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: 0;
    justify-content: center;
    left: 45%;
    right: 50%;
    bottom: 15px;
    transform: translate(-50%, -50%);
}

    .exitpopupModal .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 0;
    }

        .exitpopupModal .owl-dots button.owl-dot span {
            width: 10px;
            height: 10px;
            display: flex;
        }

        .exitpopupModal .owl-dots button.owl-dot.active,
        .exitpopupModal .owl-dots button.owl-dot.active span {
            width: 27px;
        }

.exitpopupModal #enquiryNowFormExitPopup .form-control::placeholder {
    color: #AAAAAA;
}

.exitpopupModal #enquiryNowFormExitPopup select.form-control {
    color: #AAAAAA;
    cursor: pointer;
}

.exitpopupModal #enquiryNowFormExitPopup .locality.active,
.exitpopupModal #enquiryNowFormExitPopup .accommodation.active {
    color: #212529;
}

.exitpopupModal #enquiryNowFormExitPopup select option {
    color: #212529;
}

.exitpopupModal #enquiryNowFormExitPopup .form-control {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 100%;
    margin: auto;
    font-size: 16px;
    height: 40px;
    padding: 0 0.75rem;
}

.exitpopupModal #enquiryNowFormExitPopup h5 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}

    .exitpopupModal #enquiryNowFormExitPopup h5 span {
        color: #F2006C;
    }

.exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
    position: absolute;
    right: 3%;
    top: 30%;
    color: #000000 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .mob-number span {
    position: absolute;
    bottom: revert;
    left: 5px;
    font-size: 16px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
    color: #000000;
    top: 50%;
    transform: translate(0%, -50%);
}

.exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 1.5px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
    margin: auto;
    font-size: 20px;
}

.exitpopupModal .modal-header {
    border-bottom: none;
    padding: 2rem 0rem 1rem 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .locationOptions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto 4% auto;
}

.exitpopupModal #enquiryNowFormExitPopup input[type='radio'] {
    display: none;
    cursor: pointer;
}

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label,
    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        padding: 5px 0px;
        border: solid 1px #000000;
        background: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        transition: .4s;
        font-weight: 500;
        color: #000000;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:checked + label {
        position: relative;
        border: solid 1px #000000;
        background: #000000;
        color: #FFFFFF;
        transition: .4s;
    }

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(1) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(2) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(3) {
    width: 30%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(4) {
    width: 25%;
}

.exitpopupModal #enquiryNowFormExitPopup .close span {
    border: 1px solid #000000;
    display: flex;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    margin: auto;
    padding-top: 0px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: -35px;
    background: #FFFFFF;
}

.exitpopupModal:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
}

.exitpopupModal .chat-us {
    justify-content: center;
    gap: 13px;
}

    .exitpopupModal .chat-us img {
        width: 22px;
    }

    .exitpopupModal .chat-us p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

        .exitpopupModal .chat-us p a {
            font-size: 16px;
            font-weight: 400;
            color: #F2006C;
            cursor: pointer;
            background: none;
            padding: 0;
        }

.exitpopupModal .colive-info {
    border-top: 1px solid #000000;
    padding-top: 15px;
    width: 90%;
    margin: 20px auto 10px auto;
}

    .exitpopupModal .colive-info img {
        width: 22px;
        /*height: 20px;*/
    }

    .exitpopupModal .colive-info h4 {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0;
    }

    .exitpopupModal .colive-info p {
        font-size: 10px !important;
        font-weight: 400;
        color: #000000;
        position: relative;
        left: 7px;
        top: 3px;
    }

        .exitpopupModal .colive-info p.mbeds {
            top: 10px;
        }

        .exitpopupModal .colive-info p.tenants {
            top: 2px;
        }

    .exitpopupModal .colive-info .properties {
        gap: 10px;
        align-items: center;
    }

#thankyouModal .thankyouModalrow {
    padding: 0 6%;
}

.exitpopupModal #enquiryNowFormExitPopup label.error {
    color: red !important;
    font-size: 10px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: 33px !important;
    right: -6px;
}

.toastwrap {
    opacity: 1 !important;
    z-index: 99999 !important;
}

.toast {
    opacity: 1 !important;
}

/*exit popup css end*/

@media (max-width:1200px) {
    .menucontrol ul {
        gap: 24px;
    }

    .menucontrol,
    .header-controls {
        padding: 0;
    }

    .head-container .logo {
        padding-left: 0;
    }
}

@media (max-width:992px) {
    .menucontrol ul {
        gap: 16px;
    }

        .menucontrol ul li,
        .loginwrap .login-btn a {
            font-size: 13px;
        }

    .head-container .logo {
        padding: 0;
    }

    .controls > ul {
        gap: 8px;
        justify-content: space-evenly;
    }

    .head-container {
        padding: 0 30px;
    }

    .loginwrap .login-btn {
        padding: 2px 0px 5px 0px;
        width: 68px;
    }

        .loginwrap .login-btn img {
            margin: 6px 5px 0 0;
            width: 13px;
        }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        right: 15%;
    }

    .phoneIcon img {
        width: 22px;
    }

    .whatsappIcon img {
        /* width: 25px;*/
    }

    .locationIcon img {
        /* width: 15px;*/
    }

    lilocationsMenuWrapper .location-closebtn {
        top: 10px;
    }
}

@media (max-width:767px) {
    .testimonialwrap .slick-slide:nth-child(even) {
        margin: 0 1.2%;
    }

    .foodmenuwrap .slick-slide:nth-child(2) {
        margin: 0 1.5%;
    }

    .partyimgwrap .slick-track {
        gap: 1rem;
    }

    .form-group label {
        margin-bottom: 8px;
    }

    .loginwrap .login-btn a span {
        display: none;
    }

    .loginwrap .login-btn {
        padding: 0px;
        width: 50px;
        border-radius: 50%;
        height: 50px;
    }

        .loginwrap .login-btn img {
            margin: -2px 0px 0 0;
        }

        .loginwrap .login-btn img {
            width: 13px;
        }

    .controls > ul {
        gap: 15px;
        justify-content: end;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .icon-one {
        margin-top: -5px !important;
    }

    .head-container .logo a {
        margin-right: 0;
    }

    header .logo {
        padding: 0px 0 0px 0 !important;
    }

    .head-container {
        padding: 0 0px;
        position: fixed;
    }

    .menucontrol {
        background-color: #F2006C;
        position: relative;
        margin-top: 10px;
        left: 0;
        /*width: 100vw;*/
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: start;
        padding: 10px 20px 10px 20px;
        border: 1px solid #E2E2E2;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
        display: none;
    }

        .menucontrol ul li a {
            font-size: 13px;
            color: #000;
        }

        .menucontrol::-webkit-scrollbar {
            display: none;
        }

        .menucontrol ul {
            gap: 28px;
        }

    ul.sidebarlist {
        padding-left: 10px;
    }

    .sidebar ul li a {
        padding: 18px 0 5px 10px !important;
        font-size: 15px !important;
    }

    .icon-one.active-one {
        right: 0px;
        top:5%;
    }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        right: 0 !important;
        top: 59px;
        max-width: 100%;
    }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
            width: auto;
            max-width: 280px;
        }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 {
            left: 155px !important;
            max-width: 150% !important;
        }

    .nav-item .level3 a {
        font-weight: 400 !important;
    }

    #lilocationsMenuWrapper .location-closebtn {
        top: 11px;
    }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader:after {
        top: 60px;
    }

    .head-container nav {
        /* margin-top: -20px;*/
        padding: 0;
    }

    .logo a.navbar-brand {
        width: 40px !important;
    }

    .header-controls {
        right: 0;
    }

    .header-search {
        position: relative;
        width: 90%;
        margin-top: 5px;
        padding-bottom: 14px;
    }

    .headsearchblock {
        position: relative;
        width: 100%;
    }

    .searchbtn::before {
        width: 60px !important;
    }

    ._6s-number {
        display: none;
    }

    .clubcolive1 {
        margin-top: 6%;
    }

    .homepage-form h3 {
        font-size: 18px;
    }

    .our-presence h2 {
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .category {
        width: 100% !important;
    }

    .modal-content h2 {
        font-size: 40px;
        margin-top: 6%;
    }

    .modal-content h4 {
        font-size: 18px;
    }

    .modal-content p {
        font-size: 14px;
        padding: 15px 0;
        max-width: 80%;
        margin: auto;
    }

    #thankyouModal h5 {
        font-size: 14px;
        padding-bottom: 30px;
        max-width: 80%;
        margin: auto;
    }

    .modal-content a {
        font-size: 18px;
        padding: 8px 25px;
    }

    #thankyouModal ul.lists {
        margin-top: 20px;
    }

    #thankyouModal ul {
        padding-left: 20px;
        margin: 0;
    }

        #thankyouModal ul li {
            font-size: 12px;
            margin-top: 10px;
        }

            #thankyouModal ul li br {
                display: none;
            }

    .modal-body {
        padding: 1rem 1rem 2rem 1rem;
    }

    .modal-dialog {
        max-width: 90% !important;
        left: 48%;
    }

    ul.mob-sticky-option {
        display: flex;
        padding: 16px 10px 40px 10px;
        border-radius: 40px;
        background: #320073;
        justify-content: space-between;
        border: 3px solid #fff;
        box-shadow: 0px 4px 4px 0px #0000001A;
        margin: 0 10px 15px;
    }

        ul.mob-sticky-option li {
            color: #fff;
            justify-content: center;
            align-items: center;
            /* padding-right: 10px;*/
            font-size: 14px;
        }

            ul.mob-sticky-option li.br-1 {
                border-right: 1px solid #fff;
                margin-right: 10px;
            }

    .mob-sticky-option li i {
        margin-right: 2px;
    }

    ul.mob-sticky-option li a img {
        margin-right: 8px;
        width: 25px;
    }

    ul.mob-sticky-option li a {
        color: #fff !important;
        background: transparent !important;
        display: flex;
        align-items: center;
    }

    ul.mob-sticky-option li.stickyVideoCall {
        position: absolute;
        left: 40px;
    }

    ul.mob-sticky-option li.stickyEnquireNow {
        position: absolute;
        right: 35px;
    }

    .sec-trending-properties p.seeall {
        top: auto;
        bottom: -12px;
        right: 40%;
        padding-top: 20px;
        margin-top: 20px;
    }

    .articles p.img-text {
        bottom: 0%;
        font-size: 10px;
    }

    .readmore {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

        .readmore a {
            color: #F2006C;
            margin-top: 10px;
        }

    .enquireforms input[type='radio'] + label, .enquireforms input[type='radio']:not(checked) + label {
        font-size: 12px;
        height: 35px;
    }

    .mob-sticky-btns {
        display: block;
        position: fixed;
        bottom: -15px;
        width: 100%;
        z-index: 9;
    }

    .call-mob {
        position: absolute;
        margin: 0 auto;
        margin-top: 0px;
        left: 50%;
        top: 8%;
        transform: translate(-50%,-50%);
    }

        .call-mob img {
            width: 35px;
        }

    .call-mob1 {
        position: absolute;
        margin: 0 auto;
        margin-top: 0px;
        left: 50%;
        top: 6%;
        border: 3px solid#fff;
        border-radius: 50%;
        transform: translate(-50%,-50%);
        height: 60px;
        width: 60px;
    }

    .joincolive article ul li > img {
        margin-right: 10px;
        width: 15px;
    }

    .reach-us p {
        font-size: 14px;
    }

    .submit-btn input {
        font-weight: 600;
    }

    .sec-co-living p.seeall {
        bottom: -40px !important;
        top: auto;
        margin-top: 10%;
        right: 40%;
        z-index: 9;
    }

    .sec-co-living, .sec-trending-properties {
        margin-top: 7%;
        position: relative;
    }

    .iframe-title h2 {
        font-size: 20px;
    }

    .iframe-title p {
        display: none;
    }

    .ifremevideo iframe {
        width: 100%;
        height: 300px;
    }

    .accordion_set ul li {
        font-size: 11px;
    }

    .accordion_set ul {
        padding-left: 1rem;
    }
}

@media (max-width:450px) {
    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
        width: auto;
        max-width: 200px;
    }

    .menucontrol {
        margin-top: 10px;
    }

    .head-container nav {
        /* margin-top: -20px;*/
    }

    .head-container {
        /* height: 75px;*/
    }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        top: 55px;
    }

    #dvThankYou2 {
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .searchblock input {
        height: 48px;
        border-radius: 100px;
        border: 1px solid #E4E4E4;
        background: #FFF;
        box-shadow: none;
    }

    .searchbtn::before {
        height: 35px !important;
        bottom: 18px;
        width: 35px !important;
        right: 3px;
        background-size: 16px;
    }

    .profilewrap hr {
        display: none;
    }

    .logo a.nav-brand {
        width: 40px !important;
    }
}

/* Sticky Button CSS Start */

#mySidenavWrapperSideNav a {
    position: absolute;
    right: -125px;
    transition: 0.3s;
    padding: 10px 10px;
    width: 190px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 15px 0px 0px 0px;
    display:flex;
}

   
.ancEnquireNow {
    top: 180px;
    background-color: #F2006C;
    cursor: pointer;
}

.whatsappshare {
    top: 450px;
}

.videoshare {
    top: 280px;
    background-color: #F2006C;
}

#mySidenavWrapperSideNav {
    position: fixed;
    z-index: 9;
    top: 10%;
    right: 0;
}

    #mySidenavWrapperSideNav img {
        margin-right: 10px;
    }

.mobileSideNav {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.mobileSideNavLeftLink {
    color: #F2006C;
    background-color: #ffffff !important;
}

    .mobileSideNavLeftLink:hover {
        color: #F2006C;
    }

.mobileSideNavRight {
    background-color: #F2006C;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #F2006C;
}

    .mobileSideNavRight a {
        color: #ffffff !important;
    }

    .mobileSideNavRight img {
        margin-right: 5px;
        vertical-align: bottom;
        width: 21px;
    }

.mobileSideNavLeft {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #F2006C;
}

    .mobileSideNavLeft a {
        color: #F2006C;
        background-color: #ffffff !important;
    }

    .mobileSideNavLeft img {
        margin-right: 5px;
        vertical-align: middle;
    }

.enquire-example-modal-form .form-group label.error {
    color: #fff !important;
    font-size: 10px !important;
    position: relative;
    display: block;
    top: 80px !important;
    float: right;
    background-color: #ef0075 !important;
    padding: 2px 10px;
    border-radius: 4px;
    text-align: right;
    margin-bottom: 10px;
    right: 15px;
}

    .enquire-example-modal-form .form-group label.error:before {
        content: "\f0d8";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -10px;
        color: #ef0075;
        right: 16px;
        font-size: 16px;
    }

.enquire-example-modal-form .form-group label {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}

    .enquire-example-modal-form .form-group label sup {
        color: red;
        font-size: 11px !important;
        margin-left: 2px;
    }

.enquire-example-modal-form .form-group.submit-btn {
    margin-top: 5%;
}

.enquire-example-modal-form .form-group {
    position: relative;
    margin-bottom: 3%;
    padding: 0 15px;
}

    .enquire-example-modal-form .form-group input,
    .form-control {
        background: #F4F4F4;
        border: none;
    }

.enquire-example-modal-form .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto !important;
}

    .enquire-example-modal-form .form-control:focus {
        background-color: #F4F4F4;
    }

.enquire-example-modal-form .mob-number span {
    position: absolute;
    bottom: 10px;
    left: 25px;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
}

.enquire-example-modal-form .mob-number input {
    padding-left: 12% !important;
}

.enquire-example-modal-form .dropdown {
    position: relative;
}

.locdropdown .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.locdropdown .fa-calendar {
    position: absolute;
    right: 10px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.datedropdown .fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 55%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.datedropdown .fa-calendar {
    position: absolute;
    right: 10px;
    top: 55%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.enquire-example-modal-form .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 2px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
}

.enquire-example-modal-form .modal-content {
    border-radius: 10px;
    border: none;
}

.enquire-example-modal-form .modal-body {
    padding: 0px;
}

.enquire-example-modal-form .modal-header {
    padding: 0rem 1rem 1rem;
    border-bottom: #555555 1px solid;
    margin-bottom: 20px;
}

    .enquire-example-modal-form .modal-header .modal-title {
        font-weight: 600;
        font-size: 22px;
    }

        .enquire-example-modal-form .modal-header .modal-title span {
            color: #F2006C;
        }

.enquire-example-modal-form .enquire-form {
    padding: 1rem;
    background: #fff;
}

.schedule-modal {
    /*  top: 10%;*/
}

.enquire-example-modal-form .thanyoumsg {
    padding: 1rem;
    border-top: 10px solid #F2006C;
}

    .enquire-example-modal-form .thanyoumsg .modal-header {
        padding: 0rem 1rem 1rem;
        border-bottom: #555555 0px solid;
        margin-bottom: 0px;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

        .enquire-example-modal-form .thanyoumsg h3.schedule-header {
            font-size: 21px;
            font-style: normal;
            font-weight: 600;
            line-height: 96.8%;
            letter-spacing: 0px;
            margin: 30px 0 20px;
            color: #000000;
        }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

        .enquire-example-modal-form .thanyoumsg h6.schedule-header {
            color: #000000;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 22px;
            padding: 0 30px;
        }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

        .enquire-example-modal-form .thanyoumsg p.schedule-header {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 96.8%;
            margin-bottom: 40px px;
        }

            .enquire-example-modal-form .thanyoumsg p.schedule-header span {
                color: #F2006C;
                margin-left: 10px;
            }

                .enquire-example-modal-form .thanyoumsg p.schedule-header span a {
                    color: #F2006C;
                    background: transparent;
                    font-size: 14px;
                }

.enquire-example-modal-form .modal-dialog {
    position: relative;
    top: auto !important;
    left: auto;
    width: 100%;
    max-width: 500px !important;
    transform: none !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0px;
    background-color: #ffffff00;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    /*control menu start*/
    .sidebar {
        width:300px;
    }
    .user-name p.name {
        font-size: 16px;
    }
    .user-name p.mobile {
    font-size:15px;
    }
    .accordion-control .accordion-button span {
    font-size:14px;
    }
    .accordion-button img {
    width:24px;
    }
    .profile-logout img {
    width:24px;
    }
    .profile-logout p {
        font-size: 16px;
    }
    .profile-logout {
        padding-left: 18px;
        padding-top: 12px;
    }
    .colive-apps div {
        gap: 5px;
        margin-top: 10px;
    }
    .colive-apps p {
    margin-left:3%;
    }
    .colive-apps {
        padding: 15px 0;
    }
    ul.controlmenulist {
        padding-left: 38px;
    }
    /*control menu end*/
    .section7, .section10, .section12, .blog-section {
        display: none;
    }
    .enquire-example-modal-form .mob-number input {
        padding-left: 18% !important;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

    .enquire-example-modal-form .thanyoumsg h3.schedule-header {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0px;
        margin: 30px 0 10px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 22px;
        padding: 0 20px;
    }

    .enquire-example-modal-form .thanyoumsg p.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 40px;
        padding: 0 50px;
    }

    /*exit popup css starts*/
    .exitpopupModal .modal-dialog {
        max-width: 92% !important;
        margin: auto;
        top: 50% !important;
    }

    .exitpopupModal .modal-body {
        border-top: 8px solid #EF0073;
    }

    .exitpopupModal #enquiryNowFormExitPopup .form-control {
        width: 90%;
        font-size: 14px;
        height: 36px;
        padding: 0rem 0.75rem;
    }

    .mob-number input {
        padding-left: 12% !important;
    }

    .exitpopupModal .enquire-form {
        padding: 0 2% 2% 2%;
    }

    .exitpopupModal .modal-header {
        padding: 1rem 0rem 1rem 1.2rem;
    }

    .exitpopupModal #enquiryNowFormExitPopup .mob-number span {
        left: 23px;
        /*bottom: 8px;*/
        font-size: 14px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .locationOptions {
        width: 90%;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label,
    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        font-size: 12px;
        height: auto;
    }

    .exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
        right: 8%;
        top: 33%;
        font-size: 12px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
        font-size: 18px;
        width: 90%;
    }

    .exitpopupModal .modal-content p {
        font-size: 12px;
        padding: 0px 0 !important;
        max-width: revert;
        margin: auto 0;
    }

    .exitpopupModal .chat-us p a {
        font-size: 12px;
    }

    #thankyouModal .thankyouModalrow {
        padding: 0;
    }

    .exitpopupModal #enquiryNowFormExitPopup label.error {
        right: 13px;
        top: 28px !important;
    }

    .exitpopupModal #enquiryNowFormExitPopup .close span {
        border: none;
        font-size: 25px;
        top: 10px;
        right: 5px;
        /* background: #FFFFFF; */
    }

    /*exit popup css end*/
}

.Span_location .locationTab {
    justify-content: center;
    border: 1px solid #D7D7D7;
    width: 55%;
    border-radius: 100px;
    margin: auto;
    background: #FAFAFA;
    gap: 25px;
}

.Span_location {
    padding-top: 25px;
}

    .Span_location .locationTab.nav-tabs .nav-link {
        color: #000000;
        border: none;
        font-size: 20px;
        font-weight: 500;
        background: none;
    }

        .Span_location .locationTab.nav-tabs .nav-link.active {
            color: #F2006C;
            border-bottom: 3px solid #F2006C;
        }

    .Span_location .accordion-body {
        margin: auto;
        padding: 0;
    }

#text {
    background-color: #fff;
}

.faqSection {
    background: #F3F3F3;
}

/****FAQ******/
.accordion_set > .select_div.active {
    background: rgba(116, 116, 116, 0.10);
    color: #000;
    width: 100%;
    text-align: left;
    border: none;
    padding: 20px;
}

.accordion_set {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
}

.rotateone {
    transform: rotate(270deg);
    border-left: 4px solid #EF1284 !important;
}

.line {
    border-left: 4px solid #2B374B;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 15px;
    cursor: pointer;
}

.linetwo {
    transform: rotate(90deg);
}

.accordion_set > .select_div {
    background-color: transparent;
    color: #2B374B;
    margin-top: 3px;
    width: 100%;
    display: flex;
    border: none;
    padding: 20px 15px;
    font-weight: 700;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none;
}

.accordion_set .content p {
    padding-left: 20px;
}

.accordion_set .content {
    display: none;
    margin-bottom: 30px;
    border-top: none;
}

.faqSection h5 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 20px;
}

.accordion-item {
    border: none;
}

.tab-content .accordion-item {
    border: none;
}

.our-couple-specials {
    margin-top: 3%;
    position: relative;
    background-color: #F2006C;
    padding: 3% 0;
    z-index: 0;
}

.z-0 {
    z-index: 0;
}

.our-couple-specials .sectiontitle {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}

.our-couple-specials .hero-banner {
    border: 5px solid #FFFFFF;
    margin-top: -100px;
}

    .our-couple-specials .hero-banner .owl-nav.disabled {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .our-couple-specials .hero-banner .owl-dots {
        display: none;
    }

    .our-couple-specials .hero-banner .owl-nav .owl-prev, .our-couple-specials .hero-banner .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        font-size: 25px;
        color: #ffffff;
        background-color: rgb(0 0 0 / 45%);
    }

        .our-couple-specials .hero-banner .owl-nav .owl-prev:hover, .our-couple-specials .hero-banner .owl-nav .owl-next:hover {
            /*background-color: rgb(0 0 0 );*/
        }

.our-couple-specials ul#myTab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #ffffff !important;
    border-radius: 50px;
    width: 40%;
}

.our-couple-specials .nav-item a.active {
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
    font-weight: 600;
}

.our-couple-specials .nav-item {
    background: #ffffff00;
    width: 50%;
}

    .our-couple-specials .nav-item a {
        padding: 14px 7px;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        border: none;
        text-align: center;
        color: #ffffff;
    }

.our-couple-specials h5 {
    color: #000000;
    font-weight: 600;
    margin-top: 25px;
    font-size: 22px;
    margin-bottom: 15px;
}

ul.specials-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 1rem;
}

    ul.specials-list li {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 10px;
    }

.our-couple-specials .btn {
    background-color: #000000;
    font-size: 20px;
    width: 200px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin-top: 20px;
}

.price-star {
    background-image: url('/assets/images/home/couple-specials/price-star.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 120px;
    height: 120px;
}

    .price-star p {
        font-weight: 600;
        text-align: center;
        padding: 37px 4px;
        font-size: 22px;
        line-height: 22px;
    }

        .price-star p span {
            font-size: 14px;
        }

.calendar-wrapper.picker {
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
}

@media (max-width: 767px) {
    .tncbtn {
        text-align: center;
    }

    .title_our_presence {
        border-radius: 5px;
        border: 0px solid #FFDCEC;
        background: #ffffff;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
        padding: 0px 0px;
        text-align: center;
    }

    .explore-btn {
        width: 90px;
        height: 30px;
        border-radius: 8px;
        border: 1.5px solid #F2006C;
        font-size: 13px;
        line-height: 16px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .section17 {
        background-color: #FFFFFF;
        padding: 30px 0px;
    }

    .title_our_presence_section .sectiontitle {
        margin-top: 0rem;
        line-height: 30px;
        margin-right: 0rem;
        margin-bottom: 7px;
    }

    .title_our_presence_section .sectionpara {
        line-height: 22px;
        width: 100%;
        font-size: 13px;
    }

    .our-presence .title_our_presence_section img {
        margin-bottom: 30px;
        width: 270px;
    }

    .our-presence img {
        float: none;
        margin: 0 auto;
        padding-top: 0px;
        border-radius: 2px 2px 10px 10px;
    }

    .section16 {
        margin-top: 7%;
        margin-bottom: 20px;
    }

    .our-presence.sec-container {
        width: calc(100% - 30px);
        margin-top: 0px;
    }

    .section4 .our-presence.sec-container {
        width: calc(100% - 30px);
        margin-top: 0px;
    }

    .title_our_presence1 .head_title {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 16px;
    }

        .title_our_presence1 .head_title span {
            font-weight: 500;
            font-size: 12px;
        }

    .title_our_presence1 {
        text-align: center;
        border-right: 1px dashed #000000;
    }

    .sectionbtn {
        width: 180px;
        height: 45px;
        border-radius: 5px;
        background: #F2006C;
        text-align: center;
        padding: 9px;
        cursor: pointer;
        margin: 0 auto;
    }

    .head_title {
        color: #000000;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 8px;
        margin-top: 12px;
        text-align: center;
    }

    .faqSection {
        width: calc(100% - 0px);
        background: #F3F3F3;
        padding: 1em 1em;
    }

        .faqSection h5 {
            font-size: 18px;
        }

    .faqAccordion button {
        font-size: 14px;
        position: relative;
        padding-right: 50px
    }

    .faqAccordion p,
    .faqAccordion li {
        font-size: 13px;
    }

    .faqAccordion p,
    .faqAccordion li {
    }

    .faqAccordion ul li {
        margin-left: 32px;
    }

    .faqAccordion ol li {
        margin-left: 40px;
    }

    .faqAccordion ol {
        padding-left: 0;
    }

    .viewMore-faq a,
    .viewMore-faq i {
        font-size: 14px;
    }

    .faqAccordion button.collapsed::after,
    .faqAccordion button::after {
        font-size: 20px;
        right: 5px;
    }

    .faqAccordion .accordion-item {
        padding: 10px 0 0px;
    }

    .faqAccordion .accordion-header {
        padding: 15px 0px;
    }

    .tab-content > .tab-pane {
        opacity: 1;
    }

    .Span_location .SpanLoc_Containerfluid.collapse:not(.show) {
        display: none !important;
    }

    .d-mob {
        display: none;
    }

    .call-web-view {
        display: none;
    }

    .call-mob-view {
        display: block;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .intouch {
        display: flex;
        flex-direction: row-reverse;
    }

    .articlecontentblock {
        border: 1px solid #C9C9C9;
        margin-left: 0px;
        border-radius: 0 0px 10px 10px;
        padding-bottom: 10px;
    }

    .padding-right {
        padding-left: 0;
    }

    section.footer {
        /*margin-bottom: 18%;*/
        padding-bottom: 22%;
    }

    .tab-content > .accordion-item {
        display: block;
    }

    #Chennai > .cityWrapper,
    #Hyderabad > .cityWrapper,
    #Pune > .cityWrapper {
        width: 48%;
    }

    .accordion_set .content p {
        padding-left: 2px;
        font-size: 11px;
    }

    .accordion_set > .select_div.active {
        padding: 10px;
        font-size: 12px;
    }

    .accordion_set .content {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .accordion_set > .select_div {
        padding: 10px 0;
        text-align: left;
        font-size: 12px;
    }

    .accordion_set {
        padding-bottom: 5px;
    }

    .accordion-button {
        padding: 1.25rem 0.75rem;
    }

    .watsapp-chat {
        justify-content: center;
    }

    .accordion-container {
        width: calc(100% - 10px) !important;
        margin: 0 auto;
    }

    .schedule-modal .modal-dialog {
        margin: 0;
    }

    .schedule-date-time {
        margin: 25px 5px;
    }

    .thanyoumsg p {
        max-width: 100%;
        padding: 0 !important;
        font-size: 14px !important;
    }

        .thanyoumsg p span {
            padding-left: 0;
            font-size: 14px;
        }

            .thanyoumsg p span a {
                padding: 8px 0px !important;
            }

    .watsapp-chat a {
        padding: 10px 15px;
    }

        .watsapp-chat a img {
            width: 20px;
        }

    .mob-pr0 {
        padding-left: 0;
    }

    .mob-pl0 {
        padding-right: 0;
    }

    .line {
        right: 10px;
        top: 20px;
        height: 12px;
    }

    .manipuroffer {
        margin-bottom: 1% !important;
        margin-top: 5% !important;
    }

    .feature {
        margin-top: 7% !important;
    }

    .party-section .nav-pills {
        margin-bottom: 0%;
    }

    .our-couple-specials ul#myTab {
        width: 105%;
        margin-left: -2%;
        margin-bottom: 20px;
    }

    .our-couple-specials .nav-item a {
        font-size: 14px;
    }

    .our-couple-specials .hero-banner {
        margin-top: 0px;
        padding: 0 0px;
    }

        .our-couple-specials .hero-banner .owl-nav.disabled {
            display: none;
        }

        .our-couple-specials .hero-banner .owl-dots {
            display: block;
            margin: 0 auto;
            width: 100%;
        }

    .our-couple-specials .btn {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 170px;
        height: 44px;
    }

    .our-couple-specials {
        margin-top: 10%;
        padding: 10% 0;
    }

        .our-couple-specials .sectiontitle {
            margin-top: 0px;
        }

        .our-couple-specials h3 {
            color: #FFFFFF;
            font-size: 19px;
            font-weight: 700;
            padding: 15px 0 24px 0;
        }

        .our-couple-specials img {
            padding-top: 0px;
        }

        .our-couple-specials h5 {
            font-size: 20px;
        }

        .our-couple-specials h3 span {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 500;
        }

            .our-couple-specials h3 span u {
                text-decoration-line: line-through;
            }

    ul.specials-list li {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section12 {
        margin-top: 10%;
    }

    .indicator-3 {
        margin-bottom: -10% !important;
    }
    .partyview {
    top:0%!important;
    }
}

@media (max-width: 455px) {
    .searchtabcontent .searchblock {
        /*margin-top: 35%;*/
    }

    .head-container.active {
        /* margin-top: 35px;*/
        position: fixed;
    }

    .searchtabcontent {
        margin-top: 0% !important;
    }
    .title_our_presence img {
    width:80px!important;
    }
    .mob-numbers input {
        padding-left: 13% !important;
    }
}

@media (max-width: 375px) {
    ul.mob-sticky-option li.stickyEnquireNow {
        position: absolute;
        right: 20px;
    }
    .feature-item p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .mob-numbers input {
        padding-left: 14% !important;
    }
    .mob-number input {
        padding-left: 14% !important;
    }
    ul.mob-sticky-option li.stickyVideoCall {
        position: absolute;
        left: 25px;
    }
    .banner-desc {
        bottom:15px!important;
    }
}
@media (max-width: 360px) {
    .controls ul li.locationsNewBtn .locationsbtn {
        width: 120px!important;
        font-size: 12px!important;
    }
}
/*Food Menu CSS*/
.foodmenuModal .modal-dialog {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 760px;
    max-width: 760px !important;
    min-width: 760px;
}

.foodmenuModal .modal-body {
    border-top: none;
    background-color: #F4F4F4;
    padding: 10px 0 0 0 !important;
}

.foodmenuModal .modal-title {
    line-height: 1.3;
    font-size: 25px;
    font-weight: 600;
}

.foodmenuModal {
    z-index: 98;
}

    .foodmenuModal .foodMenuDetails {
        height: 510px;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        background-color: #F4F4F4 !important;
        padding-top: 0px;
        padding-right: 3px;
    }

    .foodmenuModal .pickFoodMenuDate .fa-calendar {
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .foodmenuModal .pickFoodMenuDate {
        width: 70%;
        cursor: pointer;
        left: 12%;
    }

.calendar-overlay.active {
    background-color: revert;
    max-width: 70%;
    width: 331px;
    z-index: 99;
    left: 38.9%;
    top: 45.2%;
    height: 450px;
    transform: translate(-50%,-50%);
}

    .calendar-overlay.active .calendar-wrapper.picker {
        position: absolute;
        left: 50%;
        top: 50% !important;
        transform: translate(-50%,-50%) !important;
        min-width: 280px;
        width: 280px;
        box-shadow: none;
        border: 0.5px solid #0000003b;
    }

.breakfastSection .breakfastInfo h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.breakfastSection .breakfastInfo label {
    font-size: 14px;
    font-weight: 400;
}

.breakfastSection .breakfastInfo h6 span {
    font-size: 14px;
    font-weight: 400;
}

.breakfastSection ul li:nth-child(1) {
    color: red;
    text-decoration: none;
    font-size: 13px;
    list-style: none;
    margin-left: 0;
    font-weight: 600;
}

.breakfastSection ul > li {
    font-size: 14px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 15px;
}

.modal-backdrop {
    z-index: 91;
}

.calendar-overlay.active .calendar-head-card {
    font-size: 20px !important;
    padding: 16px 0 !important;
    text-align: center !important;
    color: #FFFFFF !important;
}

.calendar-overlay.active .calendar-wrapper[data-theme='blue'] .calendar-head-card {
    background-color: #f2006c;
}

.calendar-overlay.active .calendar-head-card .calendar-year, .calendar-overlay.active .calendar-head-card .calendar-date-wrapper {
    display: none;
}

.foodMenuDetails .breakfastInfo {
    position: absolute;
    bottom: 5px;
    padding-left: 5%;
}

.foodMenuDetails img {
    width: 410px;
    border-radius: 5px 5px 0 0;
}

.foodMenuDetails .breakfastImage {
    position: relative;
    margin-bottom: 0px;
}

.foodMenuDetails ul {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.modal-body .commonImage {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
}

    .modal-body .commonImage img {
        width: 92%;
    }

.foodMenuDetails .breakfastSection {
    margin: 0 auto 0 auto;
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .calendar-overlay.active {
        left: 37.5%;
        top: 44.7%;
    }
}

@media (max-width: 1700px) and (min-width: 1500px) {
    .calendar-overlay.active {
        left: 36.7%;
        top: 44.3%;
    }
}

@media (max-width: 1500px) and (min-width: 1365px) {
    .calendar-overlay.active {
        left: 34.4%;
        top: 43.7%;
    }
}

@media (max-width: 1365px) and (min-width: 1200px) {
    .calendar-overlay.active {
        left: 33.3%;
        top: 42.9%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .calendar-overlay.active {
        left: 31.6%;
        top: 41.7%;
    }
}

@media only screen and (max-width: 992px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .card.hidden-mob {
        display: none;
    }

    .factsheet-title h2 {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 0px;
    }

    .card {
        margin-top: 0px;
    }

    .factsheet-banners {
        margin: 0px !important;
    }

    .factsheet-details {
        margin: 20px 0px 0 !important;
    }

    #enquiryNowForm #scheduleVisit-btn {
        border-radius: 12px !important;
    }

    .about-property-wrapper {
        margin: 0px !important;
    }

    .price-list-wrapper {
        margin: 0px !important;
    }

    .amenities-wrapper {
        margin: 0px !important;
    }

    .location-section-wrapper {
        margin: 0px !important;
    }

    .factsheet-details-text h6 {
        font-size: 17px;
    }

    .selectmonth {
        position: absolute;
        right: 8%;
    }

    .menus ul li {
        width: 120px;
    }

    .cata-sub-nav {
        margin: 0 25px;
    }

    .nav-next, .nav-prev {
        display: none !important;
    }

    .foodmenuModal .modal-dialog {
        max-width: 95% !important;
        min-width: auto;
    }

    #foodmenuModal .form-select {
        padding: 0.375rem 1rem 0.375rem 0.5rem;
        font-size: 12px;
        background-position: right 0.5rem center;
        background-size: 16px 10px;
        width: 100px;
        border-radius: 100px;
    }

    .foodmenuModal .modal-title {
        font-size: 16px;
    }

    .mobFoodMenuSection .tab {
        display: none;
    }

        .mobFoodMenuSection .tab:target {
            display: block;
        }

    .mobFoodMenuSection .breakfastSection, .mobFoodMenuSection .dinnerSection {
        display: block;
        background: #fff;
        border-radius: 5px;
        padding: 0px 0 15px 0;
        margin-bottom: 10px
    }

    .mobFoodMenuSection .tab-header a {
        padding: 5px 12px;
        margin: 5px 0;
        background-color: #fff7fb;
        text-decoration: none;
        color: #4E4E4E;
        text-align: center;
        font-size: 12px;
    }

        .mobFoodMenuSection .tab-header a:hover {
            background-color: rgba(242, 0, 108, 0.1);
            border: 1px solid #F2006C;
            border-radius: 100px;
            color: #4E4E4E;
        }

    .mobFoodMenuSection .tab-header {
        background-color: rgba(242, 0, 108, 0.03);
        overflow-y: scroll;
        height: 85vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0px 10px 13px;
    }

    .mobFoodMenuSection .tab-body {
        background-color: #F4F4F4;
        padding: 10px 5px 15px 10px;
        height: 70vh;
        overflow-y: scroll;
        width: 63.5%;
    }

    .mobFoodMenuSection ul.day-menu1 {
        padding-top: 5px;
    }

    .mobFoodMenuSection ul.day-menu1 {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

        .mobFoodMenuSection ul.day-menu1 > li {
            padding-left: 0px;
            font-size: 12px;
            line-height: 1.8;
            list-style: disc;
            margin-left: 30px;
        }

        .mobFoodMenuSection ul.day-menu1 li:nth-child(1) {
            color: red;
            text-decoration: none;
            font-size: 12px;
            margin-left: 15px;
            list-style: none;
        }

    .mobFoodMenuSection.modal-body {
        padding: 0 !important;
    }

    .mobFoodMenuSection .breakfastInfo {
        position: absolute;
        bottom: 3px;
        padding-left: 5%;
    }

        .mobFoodMenuSection .breakfastInfo h6 {
            font-size: 13px;
            font-weight: 500;
            margin-bottom: -3px;
        }

        .mobFoodMenuSection .breakfastInfo label {
            font-size: 10px;
            font-weight: 400;
        }

    #foodmenuModal .modal-header .close {
        display: block;
        margin: -1rem -1.5rem -1rem auto;
    }

    .mobFoodMenuSection .tab-header a.active {
        background-color: rgba(242, 0, 108, 0.1);
        border: 1px solid #F2006C;
        border-right: 0;
        border-radius: 0;
        color: #4E4E4E;
        border-left: 0;
        width: 100%;
    }

    #foodmenuModal {
        overflow-x: hidden;
        overflow-y: hidden;
    }

        #foodmenuModal .modal-dialog {
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            margin: auto;
        }

    .breakfastSection .breakfastImage, .dinnerSection .breakfastImage {
        position: relative;
    }

    .breakfastSection .breakfastImage, .dinnerSection .breakfastImage {
        width: 250px;
    }

    .foodmenuModal .modal-body {
        background-color: revert;
    }
}

@media only screen and (max-width: 768px) {
    .breakfastSection .breakfastImage, .dinnerSection .breakfastImage {
        width: auto;
    }

    .mobFoodMenuSection .tab-header {
        height: 70vh;
    }

    .foodmenuModal .modal-body img {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .breakfastSection .noFoodMsg h5 {
        font-size: 16px;
    }
}
/*Food Menu CSS End*/

.price-star-section {
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 120px;
    height: 120px;
}

    .price-star-section img {
        width: 120px;
        height: 120px;
    }

    .price-star-section .star1 {
        background-image: url(/assets/images/home/couple-specials/star-icons.png);
        height: 26px;
        background-repeat: no-repeat;
        position: absolute;
        width: 26px;
        left: -10px;
        top: -40px;
    }

    .price-star-section .star2 {
        background-image: url(/assets/images/home/couple-specials/star-icons2.png);
        height: 36px;
        background-repeat: no-repeat;
        position: absolute;
        width: 36px;
        right: 0px;
        top: -80px;
    }

    .price-star-section .star3 {
        background-image: url(/assets/images/home/couple-specials/star-icons.png);
        height: 26px;
        background-repeat: no-repeat;
        position: absolute;
        width: 26px;
        right: -42px;
        top: 20px;
    }

    .price-star-section .star4 {
        background-image: url(/assets/images/home/couple-specials/star-icons2.png);
        height: 36px;
        background-repeat: no-repeat;
        position: absolute;
        width: 36px;
        left: -80px;
        top: 60px;
    }

    .price-star-section .star5 {
        background-image: url(/assets/images/home/couple-specials/star-icons.png);
        height: 26px;
        background-repeat: no-repeat;
        position: absolute;
        width: 26px;
        left: 10px;
        top: 140px;
    }

    .price-star-section .star6 {
        background-image: url(/assets/images/home/couple-specials/star-icons2.png);
        height: 36px;
        background-repeat: no-repeat;
        position: absolute;
        width: 36px;
        right: -40px;
        top: 120px;
    }

.star7 {
    background-image: url(/assets/images/home/couple-specials/star-icons.png);
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    left: 150px;
    top: 10px;
}

.star8 {
    background-image: url(/assets/images/home/couple-specials/star-icons.png);
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    left: 210px;
    top: 26px;
}

.star9 {
    background-image: url(/assets/images/home/couple-specials/star-icons.png);
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    left: 270px;
    top: 10px;
}

.star10 {
    background-image: url(/assets/images/home/couple-specials/star-icons.png);
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    left: 322px;
    top: 26px;
}

.star11 {
    background-image: url(/assets/images/home/couple-specials/star-icons.png);
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    left: 0px;
    top: 80px;
}

.section-our-presence {
    width: 25%;
    float: left;
}

.section-our-presence2 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.section-our-presence-slider {
    pointer-events: none;
}

.section-our-presence-slider2 {
    pointer-events: visible;
}

.section-our-presence2 img {
    border-radius: 10px;
}
/*.section-our-presence-slider2 .slick-slide {
width:25%;
}*/
@media (max-width: 767px) {
    .section-our-presence2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-our-presence {
        width: 33.33333333333333% !important;
        float: left;
        padding: 15px 0px;
    }

    .section-our-presence-slider {
        pointer-events: visible;
    }

    .section-our-presence-slider2 {
        pointer-events: visible;
    }

    .section-our-presence2 {
        padding: 0 4px;
        /* width: 33.33333333333333% !important;
            float: left;
            padding-left: 0px;
            padding-right: 0px;*/
    }

    .suggestionContainer > .PropDetails {
        white-space: wrap;
    }

    .suggestionContainer {
        width: 92%;
        margin-left: 12px;
        border: 1px solid #eee;
    }

    .title_our_presence_section picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-our-presence2 img {
        width: 100%;
        border-radius: 10px;
        padding-top: 0px;
        padding: 0 0px;
    }

    .banner-desc {
        position: absolute;
        bottom:   8px;
        left: 20px;
        color: #fff;
        z-index: 99999999;
    }

    .owl-carousel .owl-dots {
        bottom: 10%;
        position: absolute;
        right: 1%;
    }

    .searchblock .form-group {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0px;
    }

    .searchbtn {
        color: #e62e6f;
        width: 45px;
        height: 56px;
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 300;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        right: 1px;
        margin-top: 1px;
    }

    .modern-urbanite p {
        margin-top: 0;
    }

    .modern-urbanite img {
        width: 80%;
    }

    .modern-urbanite .sectionbtn {
        margin-top: 20px;
    }

    .Span_location .sec-container #Chennai {
        width: 100%;
    }

        .Span_location .sec-container #Chennai > .cityWrapper {
            width: 48%;
        }

    .Span_location .sec-container #Hyderabad {
        width: 100%;
    }

    .Span_location .sec-container #Pune {
        width: 100%;
    }
}
/****24012024*****/
.partyview {
    position: absolute;
    right: 2%;
    top: 5%;
}

    .partyview a {
        color: #F31175;
    }
        .partyview a:hover {
        color:#1B1B1B;
        }
        .bharatoffer .carousel-caption {
            left: 2% !important;
            text-align: left !important;
        }

.bharatoffer .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.bharatoffer .carousel-indicators {
    margin-right: 5%;
    justify-content: right;
}

/*New location tab css*/
.controls ul li .locationsbtn {
    font-size: 16px;
    font-weight: 400;
    color: #040404;
    width: 160px;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 10px;
}
.controls ul li.locationsNewBtn .locationsbtn span {
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    width: 40px;
    height: 23px;
    background-color: #F2006C;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    position: relative;
    overflow: hidden;
}
.header-search {
    right: 26%;
}
.controls ul li .locationsbtn:focus {
    box-shadow: none !important;
}
.controls ul li .locationsbtn .fre__innerwrap {
    width: 115%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: -2px;
    transform: skew(150deg);
    background: linear-gradient(to right, transparent 35%, #ffffff 5%, transparent 45%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    animation-name: fre__backplay;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
@keyframes fre__backplay {
    0% {
        background-position: 100% 100%
    }

    50% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 100%
    }
}
/*New location tab css end*/

@media only screen and (max-width: 768px) {
    .searchtabcontent {
        margin-top: 8%;
    }
    .callblock {
        display: none !important;
    }
    /*.suggestionContainer {
        position: static;
    }*/

    .herosection img {
        height: auto;
        border-radius:0;
    }

    .bharatoffer .carousel-indicators {
        bottom: 8%;
        margin-bottom:0;
    }

    .our-presence p {
        margin-top: -26px;
    }

    /*New location tab css*/
    .controls > ul {    
        position:relative;
    }
    .controls ul li.locationsNewBtn .locationsbtn {
        font-size: 14px;
        width: 135px;
        height: 33px;
        position: absolute;
        left: -15px;
        top: 10px;
        animation: shiny-btn1 3s ease-in-out;
    }
    .header-search {
        right: 0;
    }
    /*New location tab css end*/
    .bookNowBtn {
        right: 30%;
        height: 31px;
        position: absolute;
    }
        .bookNowBtn a {
            padding: 5px 3px;
            font-size: 12px;
            width: 66px;
        }
}

@media only screen and (max-width: 375px) {
    /*.searchtabcontent .searchblock {
        margin-top: 37%;
    }*/
    .bharatoffer .carousel-indicators {
        bottom: 12%;
    }
}


/***********/
.trending-properties .card-body {
    padding: 0 0.5rem;
    border: none;
}

.explore-property {
    margin-top: 20px;
}

.promisesection {
    padding: 10px;
}

#myCarousel1, #myCarousel2, #myCarousel3, #myCarousel5 {
    display: flex !important;
}

.food-items {
    display: flex !important;
}

.party-items {
    /*display: flex !important;*/
}

.foodmenusection {
    padding: 0 10px;
}

.party-items > div {
    padding: 0 0px;
    border-right: 18px solid #ffffff;
}

.testimonial .card-body {
    border: none;
    min-height: 340px;
}

.exitpopups img {
    width: 100% !important;
}

.exitpopups .card {
    border: none;
}

.explore-property .carousel-indicators [data-bs-target], .partyslider .carousel-indicators [data-bs-target], .testimonial-section .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #7c6d6d;
}

.indicator-3 {
    margin-bottom: -3%;
}

.indicator-4 {
    margin-bottom: -1.5%;
}

.explore-prev, .explore-next {
    position: absolute;
    top: 30%;
}

    .explore-prev i, .explore-next i {
        font-size: 30px;
        opacity: 1;
        color: #221f1f;
    }


.carousel-block .carousel-control-prev {
    width: 16%;
}
.edurekaSection{
    padding: 6% 0 3% 0;
}
.edurekaSection h2{
    font-size:22px;
    font-weight:600;
    margin-bottom:30px;
    line-height:26px;
}

/*Quick links css*/
.quickSearchSection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    width: 92%;
    left: 48%;
    transform: translate(-50%, 0);
}
.quickSearchSection .quickSearchTitle {
    width:21%;
}
.quickSearchSection h6 {
    font-size:16px;
    font-weight:500;
    color:#FFFFFF;
    margin-bottom:0;
}
.quickSearchSection .quickSearchCarousel a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height:18px;
    width:95%;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: rgba(255, 255, 255, 0.28);
    border-radius:5px;
    backdrop-filter: blur(18px);
}
.quickSearchSection .quickSearchCarousel a:hover, .quickSearchCarousel .owl-nav .owl-prev span:hover,.quickSearchCarousel .owl-nav .owl-next span:hover {
    background-color: rgb(61 61 61 / 28%);
}
.quickSearchSection .wakad a {
    width:75% !important;
}
.quickSearchSection .quickSearchCarousel .quickSearchLocations {
    text-align:center;
    border-radius:5px;
}
.quickSearchCarousel .owl-nav .owl-prev, .quickSearchCarousel .owl-nav .owl-next{
    position:absolute;
    top: 50%;
    left: -53px;
    transform: translate(0, -50%);
}
.quickSearchCarousel .owl-nav .owl-prev.disabled, .quickSearchCarousel .owl-nav .owl-next.disabled{
    pointer-events:none;
}
.quickSearchCarousel .owl-nav .owl-prev.disabled span, .quickSearchCarousel .owl-nav .owl-next.disabled span {
    color: rgb(255 255 255 / 28%) !important;
}
.quickSearchCarousel .owl-nav .owl-next{
    left:revert;
    right:-49px;
}
.quickSearchCarousel .owl-nav .owl-prev span,.quickSearchCarousel .owl-nav .owl-next span {
    background: rgba(255, 255, 255, 0.28);
    width: 40px;
    height: 40px;
    padding: 0px 3px 3px 0px !important;
    color: #FFFFFF !important;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: none !important;
    font-weight: 400;
    backdrop-filter: blur(18px);
}
.quickSearchCarousel .owl-nav .owl-next span {
    padding:0px 3px 3px 3px !important
}
.search-wrapper-overall .typewriter {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2.5rem;
    z-index: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.search-wrapper-overall .typewriter .dynamic-text{
    font-weight:600;
    opacity: 0.8;
    color: #555555;
}
.search-wrapper-overall .typewriter .fixed-text{
    color:#8F8F8F;
}
.herosection img, .herosection picture {
    border-radius: 8px;
}
.searchblock #txtSearch::placeholder {
    opacity:0;
    font-size:16px;
}
.searchblock #txtSearch.placeholder::placeholder {
    opacity: 1;
}
/*Quick links css end*/

@media (max-width: 768px) {
    .carousel-block .carousel-control-next {
        right: 10% !important;
    }

    .promisesection {
        padding: 0px;
    }

    .foodmenusection {
        padding: 0;
    }

    #myCarousel1 {
        padding: 0;
    }

    .prev-icon, .next-icon {
        position: absolute;
        top: 32%;
        left: 8px;
    }

    .explore-property {
        margin-top: 0 !important;
    }

    .carousel-inner .carousel-items > div {
        display: none;
        width: 100%;
    }

    .prop-cr-prev {
        margin-left: 10px;
    }

    .carousel-inner .carousel-items > div:first-child {
        display: block;
    }
    .headscroll {
    margin-top:20px;
    }
    .edurekaSection h2{
        font-size:18px;
        margin-bottom:22px;
        line-height:26px;
    }
    .edurekaSection img{
        margin-bottom:20px;
    }

    /*Quick links css*/
    .quickSearchSection {
        top:50px;
        width:100%;
        margin:14px auto 0 auto;
        left:50%;
    }
    .quickSearchSection .quickSearchCarouselSection{
        padding-right:0;
    }
    .quickSearchSection .quickSearchTitle {
        width: 100%;
    }
    .quickSearchSection h6 {
        font-size: 12px;
        color: #555555;
        margin-bottom: 12px;
        font-weight:400;
    }
    .quickSearchSection .quickSearchCarousel a {
        font-size: 12px;
        font-weight: 400;
        color: #6D6D6D;
        line-height: 18px;
        width: 140%;
        height: 36px;
        background-color:#F4F4F4;
        backdrop-filter:none;
    }
    .quickSearchSection .quickSearchCarousel a:hover {
        background-color:#E8E8E8;
    }
    .quickSearchSection .wakad a {
        width: 96% !important;
    }
    .quickSearchSection .quickSearchCarousel .pgInLocation {
        display:none;
    }
    .searchbtn label {
        display:none;
    }
    .searchbtn {
        width: 36px;
        height: 34px;
        right: 10px;
        margin-top: 0px;
    }
    .searchbtn::before {
        background-size: 18px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background-position: center;
    }
    .search-wrapper-overall .typewriter {
        font-size: 14px;
    }
    .searchblock input, .searchblock #txtSearch::placeholder {
        font-size: 13px;
    }
    .herosection img, .herosection picture, .owl-carousel .owl-item img {
        border-radius: 0px;
    }
    .bharatoffer .carousel-indicators [data-bs-target] {
        height: 8px;
        width: 8px;
    }
    .section15 {
        margin-top: 32%;
    }
    /*Quick links css end*/
}

.carousel-block .carousel-items.active,
.carousel-block .carousel-items-start,
.carousel-block .carousel-item-next,
.carousel-block .carousel-item-prev {
    display: flex;
}

.indicator-1 {
    margin-bottom: -10% !important;
    text-align: center !important;
}

.indicator-2 {
    margin-bottom: 0%;
}
.proprty-card .flashSale {
    position: absolute;
    width: 100px;
    height: auto;
    left: 20px;
    top:10px;
}

@media (min-width: 768px) {
    .carousel-block .carousel-item-right.active, .carousel-block .carousel-item-next, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-block .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-block .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}
@media only screen and (min-width:700px) and (max-width:720px) {
    .searchtabcontent {
        margin-top: 1%!important;
    }
    .our-presence img {
    max-width:150px;
    }
    .section15 {
        margin-top: 25%;
    }
    .quickSearchSection {
    margin-top:30px;
    }
        .quickSearchSection .quickSearchCarousel a {
        width:110%!important;
        }
    #myCarousel3 {
    text-align:center;
    }
    .colive-app{
        order: 2;
        text-align: center;
    }
    .controls ul li.locationsNewBtn .locationsbtn {
        right: 32%;
        left: auto;
    }
    .bookNowBtn {
        right: 16%;
    }
    .searchblock input {
    height:55px;
    }
    .our-presence img {
        max-width: 100%;
    }
    }


/* ===========================
   HEADER
   =========================== */

/* Default header */
.main-header {
    position: absolute;
    top: 7%;
    width: 100%;
    padding: 15px 0; /* FIXED — remove % padding */
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

    /* Sticky header */
    .main-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #000;
        padding: 6px 0; /* smooth transition */
        box-shadow: 0 4px 12px rgb(249 225 225 / 15%);
    }

/* Navigation area */
.navwrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

/* Buttons */
.btnbooknow button,
.btncheckin button {
    background: transparent;
    border: 2px solid #42d966;
    border-radius: 20px;
    padding: 3px 25px;
    color: #fff;
}

/* Location button */
.btnlocation button {
    color: #fff;
    padding: 0;
}

    .btnlocation button:hover {
        color: #fff;
    }

    .btnlocation button i {
        color: #42d966;
        font-size: 25px;
        margin-right: 5px;
    }
.btnlocation a img {
    margin-right:5px;
}
/* Icons */
.user i.fa-user {
    font-size: 25px;
    color: #42d966;
}

.whatsapplink a i,
.bars i {
    color: #42d966;
    font-size: 30px;
}
.btnlocation a {
color:#fff;
}
/* Nav links */
.navlinks ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

    .navlinks ul li {
        list-style: none;
        color: #fff;
        cursor: pointer;
    }
    .navlinks ul li a {
        color: #fff;
        cursor: pointer;
        text-decoration:none!important;
    }
        .navlinks ul li a:hover {
            color: #42d966
        }
            .navlinks ul li:hover {
    color: #42d966;
}

/* Hero */
.neologo {
    padding: 3% 0;
}

    .neologo img {
        width: 100px;
    }

.herotext h1 {
    font-size: 60px;
    color: #42d966;
    font-weight: 700;
    min-height: 144px;
}

/* Search block */
.header-search {
    padding-top: 3%; 
    padding-bottom: 6%; 
}

.headsearchblock input:focus-visible {
    outline: none;
}

/* ===========================
   YOUTUBE VIDEO BACKGROUND
   =========================== */

.video-bg {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 12px; /* optional for rounded card */
}
    .video-wrapper iframe {
        pointer-events: none;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        object-fit: cover;
    }
/* Dark Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background: rgba(0, 0, 0, 0.65); /* Adjust darkness */
    z-index: 2;
    pointer-events: none;
}

/* Page content */
.content {
    position: relative;
    z-index: 2;
    padding-top: 180px; 
    text-align: center;
    color: white;
}

/******Premium Space****/
.premiumspace {
background:#000;
padding-top:18%;
}
.sectiontitls h1 {
    color: #fff;
    font-weight: 700;

}
    .sectiontitls h1 span {
        color: #42d966;
    }
.sectiontitls p {
    color: #fff;
    margin-top: 3%;
}
.vcard {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
}
.propertyname h3 {
font-size:24px;
color:#fff;
}
.propertyname p {
color:#fff;
}
.pricing p {
font-size:12px;
color:#fff;
}
.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    color: #42d966;
    margin-bottom: 0;
}
.sectiontitls {
padding:5% 0;
}
.propcarddetails {
margin-top:15px;
}
.bookproperty button {
    border-radius: 20px;
    background: #42d966;
    border: 1px solid #42d966;
    padding: 4px 25px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
/******section3(6-Star)*******/
.colive-6-star {
    background: #000;
}
.cardhead img {
    width: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cardhead h4 {
color:#fff;
}
    .cardhead h4 span {
        color: #00dc70;
    }
.card-content p {
    color: #fff;
}
.featurecard {
    border: 2px solid #fff;
    padding: 25px;
    border-radius: 15px;
    min-height: 370px;
}
.chatsection{
    background-color:#000;
}
.sectiontitls img{
    width:45px;
    height:45px;
    margin:0 20px;
}
.searchtochat {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #161616;
    padding: 4%;
    background: #0e0b0b;
    border-radius: 20px;
    gap: 20px;
}
.locationsearch {
width:80%;
margin-bottom:0;
position:relative;
}
.chatbtn button {
    background: #42d966;
    border: 1px solid #42d966;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 600;
}
.locationsearch i {
    right: 15px;
    position: absolute;
    top: 15px;
    color: #fff;
}
.locationsearch input {
    border-radius: 25px;
    height: 46px;
    border: 1px solid #161616;
    background-color: transparent;
}
    .locationsearch input:focus {
        background-color: transparent;
        border: 1px solid #161616;
    }
.quickSearchCarouselSection {
margin-top:25px;
}
.quickSearchLocations a {
color:#fff;
}
.quickSearchLocations {
    background: #111111;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}
.quickSearchCarousel .owl-prev, .quickSearchCarousel .owl-next {
display:none;
}


/*Search  Wrapper */
.search-wrapper {
    width: 90%;
    max-width: 900px;
    margin: 60px auto auto;
    padding: 40px;
    background: #0d0d0d;
    border-radius: 25px;
    border: 1px solid #1f1f1f;
}

/* Search Bar */
.search-bar {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid #222;
    padding: 12px 20px;
    border-radius: 40px;
    width:80%;
}

    .search-bar input {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        color: #ccc;
        font-size: 16px;
    }

.search-icon {
    margin-right: 20px;
    color: #999;
    font-size: 20px;
}

.start-btn {
    background: #00a651;
    color: white;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    transition: 0.2s;
}

    .start-btn:hover {
        background: #009247;
    }

/* Suggestions as pills */
.suggestions {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .suggestions li {
        list-style: none;
        padding: 10px 18px;
        background: #151515;
        border: 1px solid #222;
        color: #ccc;
        border-radius: 25px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.2s;
    }

        .suggestions li:hover {
            background: #1e1e1e;
            border-color: #333;
        }
.searchblk {
display:flex;
}
.headsearchblock i {
    position: absolute;
    top: 28%;
    right: 3%;
    font-size: 25px;
    color: #42d966;
}
.headsearchblock input::placeholder {
color:#fff;
opacity:1;
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.6s ease;
}

    .video-poster.hide {
        opacity: 0;
        pointer-events: none;
    }
.fa-xmark {
    color: #000;
    position: absolute;
    left: -15px;
    top: -75%;
}
.active-one .fa-xmark {
    color: #000;
}
.side-menu {
    font-family: "Poppins", sans-serif !important;
}
    .side-menu, .side-menu * {
        font-family: "Poppins", sans-serif !important;
    }
.controlmenulist li a {
    font-family: "Poppins", sans-serif !important;
}
label.accordion-label {
    font-family: "Poppins", sans-serif !important;
}
.login-user-detail h3 {
    font-family: "Poppins", sans-serif !important;
}
.socialcard p {
margin-top:15%;
}