.navbar-nav .dropdown-menu .dropdown-submenu {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    background-color: transparent;
    padding: 2px 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Barlow, sans-serif;
    font-size: 15px
}

.navbar-nav .dropdown-menu .dropdown-submenu:last-child {
    border-bottom: none !important
}

.navbar-nav .dropdown-menu .dropdown-submenu .submenu_hs .dropdown-item {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Barlow, sans-serif;
    font-size: 15px
}

.navbar-nav .dropdown-menu .dropdown-submenu i {
    float: right;
    font-size: 10px;
    padding-top: 10px
}

.navbar-nav .dropdown-menu .dropdown-submenu .submenu_hs {
    display: none;
    position: absolute;
    width: 350px;
    top: -15px;
    left: 100%
}

.navbar-nav .dropdown-menu .dropdown-submenu:hover .submenu_hs {
    display: block
}

.video_pad {
    padding: 150px 0
}

.services {
    position: relative
}

.services .logo_content img {
    width: 100%
}

.services .logo_content p {
    font-size: 16px;
    line-height: 21px;
    color: #222;
    font-weight: 500;
    text-align: center
}

.services .img.text-center {
    margin-bottom: 45px
}

.services .img.text-center img {
    width: 100%;
    max-width: 700px
}

.about .content {
    padding: 30px
}

.rooms1-new .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.details_sec .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0
}

.pb-80 {
    padding-bottom: 80px
}

.location .map_location iframe {
    width: 100%;
    height: 646px;
    border: 1px solid #e9e9e9 !important;
    padding: 10px;
    border-radius: 5px;
    background: #fff
}

.location .map_location.hub108 iframe {
    height: 496px;
    display: block
}

.location .download_btn {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px
}

.location .download_btn img {
    width: 100%;
    max-width: 60px
}

.location .download_btn h5 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    color: #aa8453
}

.contact_box .single-facility {
    padding: 15px
}

.contact_box .single-facility h5 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600
}

.contact_box .single-facility ul {
    padding-left: 0;
    margin-bottom: 0
}

.contact_box .single-facility ul li {
    font-size: 14px;
    line-height: 26px
}

.contact_box .single-facility span {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 8px
}

.mb-15 {
    margin-bottom: 15px
}

.reserv_book {
    padding: 25px
}

.reserv_book .reservations h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.reserv_book .reservations p {
    margin-bottom: 10px
}

.reserv_book .reservations p span {
    color: #ab8a62;
    font-weight: 600;
    font-size: 18px;
    margin-right: 7px
}

.reserv_book .reservations p a {
    color: #666;
    font-weight: 400;
    font-size: 15px
}

.contact_form .contact__form select {
    background: 0 0;
    border: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    height: unset;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-appearance: listbox !important
}

.contact_form .contact__form select:hover {
    border-bottom: 1px solid #ab8a62
}

.sales_sec {
    padding: 0
}

.sales_sec .reservations {
    position: relative;
    overflow: hidden;
    background: #f8f5f0;
    padding: 30px 15px;
    margin-bottom: 30px;
    height: 200px
}

.sales_sec .reservations span {
    position: absolute;
    color: #ab8a62;
    font-size: 70px;
    right: -8px;
    bottom: -11px;
    opacity: .4
}

#wrapper {
    display: inline-flex;
    position: relative;
    flex-wrap: wrap
}

.radio-button-container {
    color: rgba(0, 0, 0, .75);
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 25px;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .25);
    transition: all .3s
}

.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, .5)
}

.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: #aa8453
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-button-container input:checked~.checkmark:after {
    display: block
}

.radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #aa8453
}

.form-check .form-check-input {
    float: left;
    margin-left: -19px;
    margin-top: 2px
}

.form-radio .form-check.form-check-inline {
    align-items: center
}

.form-check.form-check-inline {
    display: flex
}

.enquire_form select.form-control {
    margin-bottom: 0
}

.form-check .form-check-label {
    line-height: 19px;
    font-size: 14px
}

.form-check.form-check-inline input {
    min-width: 16px;
    height: 16px
}

.enquire_form .form-check-inline .form-check-label {
    display: block;
    position: relative;
    padding-left: 6px
}

.enquire_form .form-check-inline .form-check-label a,
.form-check.policy .form-check-label a {
    color: #aa8453
}

.form-check.policy {
    position: relative
}

.form-check.policy input {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0
}

.form-check.policy .form-check-label {
    display: block;
    position: relative;
    padding-left: 6px
}

input[type=checkbox] {
    position: relative;
    border: 2px solid #aa8453 !important;
    border-radius: 2px;
    background: 0 0;
    cursor: pointer;
    line-height: 0;
    margin: 0 .2em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    opacity: .5;
    background-color: #0000 !important
}

input:focus,
textarea:focus {
    outline: 0
}

input[type=checkbox]:hover {
    opacity: 1
}

input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #aa8453;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0
}

input[type=checkbox]:checked:before {
    opacity: 1
}

.mobile_number_wrap select,
.enquire_form select.form-control {
    background-image: url('../images/icons/icon-down-arrow.webp');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none
}

.ml-15 {
    margin-left: 15px
}

.nav-scroll .butn-light a {
    border: 1px solid #ab8a62
}

.at_Cap {
    width: 100%;
    max-width: 215px;
    margin-bottom: 25px
}

header .logo_ban {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 25px;
    background: #fff
}

header .logo_ban img {
    width: 100%;
    max-width: 200px
}

.rera_details {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    right: 100px;
    background: #fff3;
    padding: 15px
}

.rera_details ul {
    padding-left: 0;
    margin-bottom: 0
}

.rera_details ul li {
    color: #fff;
    font-size: 10px;
    line-height: 13px
}

.rera_details ul li a {
    color: #000;
    font-weight: 600;
    text-decoration: underline
}

.details_sec .nav.nav-tabs {
    border: none;
    text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.details_sec .nav.nav-tabs button {
    border: none;
    background: #f8f5f0;
    border-radius: 0 !important;
    padding: 5px 24px;
    color: #000;
    margin: 0 3px
}

.details_sec .nav.nav-tabs button.active {
    background: #aa8453;
    color: #fff
}

.mb-10 {
    margin-bottom: 10px !important
}

.career_testimonial .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.career_testimonial .title_sct {
    margin-bottom: 50px
}

.career_testimonial .testimonials-box p {
    color: #fff
}

.career_testimonial .item {
    margin: 0
}

.career_testimonial .testimonials-box {
    padding: 0;
    margin: 0
}

.career_testimonial .item .row {
    align-items: center
}

.career_testimonial .owl-dots {
    position: absolute;
    width: 60%;
    left: 40%;
    display: flex !important;
    bottom: 15px;
    padding-left: 30px
}

.career_testimonial .row {
    position: relative
}

.career_testimonial .item .info .cont {
    margin-left: 0
}

.career_testimonial .head-box h6,
.career_testimonial .item .info h6 {
    color: #aa8453;
    font-weight: 600
}

.career_testimonial .content {
    padding-left: 40px
}

.facilties.career .single-facility {
    height: 100%;
    margin: 0;
    text-align: left
}

.facilties.career .career_built {
    margin-top: 50px
}

.facilties.career {
    background: #f9f5ec
}

.facilties.career .col_wrap {
    display: flex
}

.facilties.career .col_wrap>div {
    padding: 0 10px;
    flex: none;
    width: 29%
}

.facilties.career .col_wrap>div:first-child {
    width: 150px
}

.career_opening .position {
    padding: 20px 45px 20px 50px;
    cursor: pointer
}

.career_detail {
    padding: 30px 0;
    display: none
}

.career_detail_left {
    padding-left: 40px
}

.career_detail .row {
    align-items: center
}

.career_detail .section-title {
    font-size: 24px;
    margin-bottom: 0
}

.career_detail .section-subtitle {
    margin-bottom: 20px;
    font-size: 14px
}

.career_detail ul {
    padding-left: 17px
}

.career_detail ul li {
    list-style: disc
}

.career_detail input,
.career_detail textarea {
    border: 1px solid #dbdbdb;
    padding: 9px 15px
}

.career_detail input[type=file] {
    border: none;
    padding: 0;
    margin: 2px 0 15px 0
}

.interest_section {
    background: #f9f5ec;
    padding-top: 0
}

.interest_section .disc_sec_wrap {
    border: 1px solid #aa8453;
    text-align: center;
    padding: 50px
}

.interest_section .disc_sec_wrap h2 {
    font-size: 50px;
    max-width: 600px;
    margin: -86px auto 15px auto;
    background: #f9f5ec;
    line-height: 1.5;
    text-transform: uppercase
}

.interest_section .disc-sec {
    padding: 0 21%
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    display: none;
    z-index: 99;
    background-color: #000;
    font-family: Poppins, sans-serif
}

.cookie-para {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0
}

.cookie-space {
    padding-bottom: 45px
}

.cookie-btn {
    font-size: 14px;
    color: #fff;
    background: red;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1%
}

.cookie-btn.secondary {
    color: #fff;
    background: #3575ff
}

@media (max-width:767px) {
    .cookie-bar {
        padding: 10px 15px 10px 15px;
        z-index: 999
    }
}

.blog_pg .item .date {
    background: #222
}

.blog_datail .news2-sidebar>div:last-child .widget {
    margin-bottom: 0
}

.content_section .content_area ul {
    padding-left: 18px
}

.content_section .content_area ol li {
    list-style: decimal-leading-zero;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #000
}

.content_section .content_area ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    color: #000
}

.content_section .content_area :last-child {
    margin: 0
}

.page_wrapper {
    position: relative
}

.menu_click ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center
}

.menu_click {
    margin-top: 30px;
    position: sticky;
    top: 0;
    padding: 10px 0;
    z-index: 98;
    background: #fff;
    transition: all .5s ease
}

section.menu_click.fixed {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.menu_click ul li a {
    padding: 8px 25px;
    background: #f8f5f0;
    margin: 0 5px
}

.menu_click ul li a.active {
    background: #aa8453;
    color: #fff
}

.menu_click ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.map_location img {
    background: #fff;
    width: 100%;
    padding: 10px
}

.location .map_box {
    background: #fff;
    text-align: center;
    padding: 20px
}

.location .map_box .main_cont {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px Dashed #aa8453
}

.location .map_box .main_cont:first-child {
    margin-top: 0
}

.location .map_box .main_cont:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.location .map_box .main_cont img {
    width: 100%;
    max-width: 65px;
    margin-bottom: 15px
}

.downloads_heading {
    font-family: "Work Sans", sans-serif;
    line-height: 1.25em;
    color: #222;
    letter-spacing: .6px
}

.downloads_heading,
.location .map_box .main_cont h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0
}

.section-desc {
    font-size: 16px;
    margin-bottom: 25px;
    color: #000
}

.owl-thumbs {
    display: none
}

.gallery_box .owl-thumbs {
    display: block
}

.gallery_box .owl-thumbs .owl-thumb-item {
    height: 150px;
    width: 100%;
    max-width: 150px;
    background: 0 0;
    border: none;
    overflow: hidden
}

.gallery_box .owl-thumbs .owl-thumb-item img {
    width: 100%;
    height: auto;
    margin: 0 15px
}

.gallery_box .owl-dots {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0
}

.rooms1 .item .row.facilities {
    align-items: center
}

.rooms1 .item .con p {
    line-height: 1.2;
    margin: 0
}

.header .caption p {
    letter-spacing: 1px;
    font-family: 'Gilda Display', serif
}

.awards_card_section {
    padding-top: 30px;
    position: relative
}

.sec_link {
    position: absolute;
    top: -80px
}

.awards_card {
    padding: 25px 25px;
    border: 1px solid #f1eeeb;
    transition: all .5s ease;
    margin: 15px 0;
    height: calc(100% - 30px);
    position: relative
}

.awards_card:hover {
    border-color: #aa8453;
    transform: translateY(-10px)
}

.awards_card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px
}

.awards_card h3 {
    font-weight: 600;
    margin-bottom: 10px
}

.awards_card p {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.awards_card .image_icon {
    width: 40px;
    position: relative;
    display: block;
    margin-bottom: 20px
}

.awards_card:before {
    background-image: url(../images/award.png);
    background-size: auto 70%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .04;
    z-index: -1
}

.logo_box {
    text-align: center
}

.logo_box .rera_details {
    padding: 0;
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 40px
}

.logo_box .rera_details li {
    color: #000;
    text-align: left
}

.logo_box img {
    max-width: 100%;
    margin-bottom: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto
}

.header .video-container {
    height: 100vh
}

.header .video-container iframe {
    height: 56.25vw;
    width: 100vw
}

.details_sec .img iframe {
    width: 100%;
    height: 500px
}

.img_caption {
    position: absolute;
    bottom: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    z-index: 2
}

.img_caption.right {
    right: 16px
}

.img_caption.left {
    left: 16px
}

.owl-carousel .owl-item .img {
    position: relative
}

.owl-carousel .owl-item a {
    display: inline-block
}

.img {
    position: relative
}

.contact__form .form-check .form-check-input {
    margin-top: 0;
    box-shadow: none !important
}

.contact_form {
    padding: 35px 25px
}

.reservations .text p {
    line-height: 26px
}

.popup_module {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.popup_module .popup_module_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 80%)
}

.popup_module .popup_container {
    width: 490px;
    max-width: calc(100% - 30px);
    background: #f8f5f0;
    padding: 30px;
    position: relative
}

.enquire_title {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    letter-spacing: .6px
}

.enquire_form h2,
.enquire_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px
}

.enquire_form input {
    margin-bottom: 0
}

.enquire_form .form-check .form-check-input {
    margin-top: 3px
}

.enquire_form .form-group {
    margin-bottom: 10px;
    position: relative
}

div#lblProcessForm,
div#spanidbut {
    color: red;
    font-size: 13px;
    line-height: 14px;
    padding-top: 4px
}

select.form-control {
    padding: .375rem .75rem;
    background: 0 0;
    border: solid #c6c5c5;
    border-width: 0 0 1px 0;
    height: auto;
    padding-left: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
    outline: 0;
    box-shadow: none !important
}

.enquire_form select.form-control:focus {
    box-shadow: none
}

.enquire_form .form-check .form-check-input {
    box-shadow: none !important
}

.channel_partner_section .form-check .form-check-input:before,
.contact__form .form-check .form-check-input:before,
.enquire_form .form-check .form-check-input:before {
    opacity: 0
}

.channel_partner_section .form-check .form-check-input:checked:before,
.contact__form .form-check .form-check-input:checked::before,
.enquire_form .form-check .form-check-input:checked:before {
    opacity: 1
}

.enquire_form .form-check-inline {
    margin-bottom: 0
}

.popup_module span.pop_close {
    position: absolute;
    right: 14px;
    top: 9px;
    font-weight: 600;
    color: #000;
    opacity: .4;
    cursor: pointer
}

.popup_module span.pop_close:hover {
    opacity: .7
}

.box_border {
    border: 1px solid #f8f5f0;
    text-align: center;
    padding: 39px;
    background: #f8f5f0;
    margin-top: 15px
}

.channel_partner_section .form-check .form-check-input {
    margin-top: 2px
}

.channel_partner_section .contact_form h3 {
    font-size: 24px;
    margin-bottom: 25px;
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.channel_partner_section .contact_form h2 {
    text-align: center;
    font-weight: 700
}

.channel_partner_section .form-control:focus {
    background-color: transparent;
    border-color: #aa8453
}

.channel_partner_section .contact_form input[type=checkbox] {
    box-shadow: none !important
}

.channel_partner_section .contact_form input[type=date] {
    background: 0 0 !important;
    border-width: 0 0 1px 0;
    box-shadow: none !important;
    padding-top: 0
}

.channel_partner_section .contact_form .label_heading {
    margin: 10px 0;
    font-weight: 600
}

.channel_partner_section .contact_form input[type=submit] {
    display: block
}

.gallery_slider .item h4 {
    text-align: center;
    margin-top: 10px
}

.dropdown.filter select {
    height: 37px;
    padding: 0 10px;
    border-radius: 0;
    width: 105px;
    color: #666;
    font-weight: 600;
    appearance: auto;
    border-color: #e0e0e0;
    cursor: pointer
}

.dropdown.filter {
    margin-bottom: 25px
}

.dropdown.filter .row {
    justify-content: right
}

.accordion_items .accordion_container {
    display: none;
    padding: 20px 23px;
    border-top: 1px solid #aa8453
}

.accordion_items {
    border: 1px solid rgb(170 132 83 / 34%);
    margin-bottom: 25px
}

.accordion_items:last-child {
    margin-bottom: 0
}

.accordion_items .accordion_title {
    padding: 12px 15px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    background: #aa8453
}

.accordion_items .accordion_title h2 {
    font-size: 15px;
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase
}

.accordion_items .accordion_title i {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #fff
}

.accordion_items .accordion_container .date {
    color: #aa8453;
    font-weight: 600
}

.accordion_items .accordion_container .link {
    color: #aa8453;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.accordion_items .accordion_container p {
    margin-bottom: 12px
}

.accordion_items .accordion_container .link:hover i {
    margin-left: 5px
}

.accordion_items .accordion_container .link i {
    transition: all .5s ease
}

.accordion_items.open .accordion_title i::before {
    content: '\f106'
}

.const_updation>img {
    margin-bottom: 15px
}

.select_year {
    display: flex;
    justify-content: space-between
}

.const_updation h4 {
    margin: 0
}

.select_year select {
    padding: 0 0 0 13px;
    height: auto;
    width: auto;
    line-height: normal;
    border: none;
    border-radius: 0;
    background: #5a3b1d;
    color: #fff;
    font-size: 13px;
    appearance: auto;
    cursor: pointer
}

.pdf_box_wrap {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
    display: none
}

.pdf_box {
    width: 94px;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 10px
}

.pdf_box img {
    width: 35px;
    margin-bottom: 8px
}

.pdf_box span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gilda Display', serif
}

.compliances_section .pdf_link {
    display: block
}

.compliances_section .awards_card {
    text-align: center
}

.compliances_section .awards_card .image_icon {
    margin-left: auto;
    margin-right: auto
}

.compliances_section .awards_card:before {
    display: none
}

.booking-inner .btn-form1-submit {
    line-height: 44px
}

.menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.menu ul li {
    position: relative
}

.menu ul.level1>li>.nav-link,
.menu ul.level1>li>a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 32px 15px
}

.menu ul li .nav-link i {
    padding-left: 0;
    font-size: 8px
}

.menu ul.level2 span.nav-link i {
    float: right;
    margin-top: 10px
}

.menu ul li {
    position: relative
}

.menu ul ul.level2 li a {
    color: var(--bs-dropdown-link-color)
}

.menu ul.level2 li {
    padding: 4px 15px;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #f4f4f4;
    background-color: transparent
}

.menu ul.level2 li:last-child {
    border-bottom: none
}

.menu ul ul.level2 li a {
    transition: all .3s ease
}

.menu ul ul.level2 li>i {
    float: right;
    font-size: 10px;
    padding-top: 10px
}

.nav-scroll .menu ul.level1>li>.nav-link,
.nav-scroll .menu ul.level1>li>a {
    color: #222
}

span.dropdown_clk {
    position: absolute;
    right: 23px;
    top: 12px;
    font-size: 9px;
    width: 30px;
    text-align: center;
    display: none
}

#overview p {
    text-align: justify
}

#overview p a {
    font-weight: 600
}

.testimonial_section {
    padding-top: 0;
    margin-top: -30px
}

.vidoe_link {
    position: relative
}

.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#aa8453 50%, color-mix(in srgb, #aa8453, transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%)
}

.pulsating-play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, #aa8453, transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.pulsating-play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.pulsating-play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid #aa8453;
    transform: scale(20)
}

.testimonial_section .gallery_slider .owl-nav button.owl-prev {
    left: 20px;
    background: #aa8453ba !important
}

.testimonial_section .gallery_slider .owl-nav button.owl-next {
    right: 20px;
    background: #aa8453ba !important
}

.testimonial_section p {
    margin-bottom: 0;
    font-size: 18px
}

.testimonial_section .gallery_slider .owl-nav button {
    top: 40%
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@media (min-width:992px) {
    .menu ul ul {
        position: absolute;
        left: -20%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 236px;
        padding: 15px 10px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        margin-top: -4px;
    }

    .menu ul ul.level3 {
        -webkit-transform: translate3d;
        transform: translateY(0);
        left: 100%;
        top: -15px;
        display: none
    }

    .menu ul ul.level4 {
        left: 100% !important;
        top: -35px
    }

    .menu ul.level1>li:hover ul.level2 {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .menu ul ul.level2>li:hover ul.level3 {
        opacity: 1;
        visibility: visible;
        display: block
    }

    .menu ul ul.level3>li:hover ul.level4 {
        opacity: 1;
        visibility: visible;
        display: block
    }

    .menu ul ul.level2 li:hover>a {
        margin-left: 5px
    }
}

.img_left_bg {
    background-size: cover;
    background-position: center;
    min-height: 330px
}

.img_left_bg img {
    display: none !important
}

.row.reverse {
    flex-direction: row-reverse
}

.img_left_bg_slider_wrap .owl-stage-outer div {
    height: 100%
}

.img_left_bg_slider_wrap .owl-carousel,
.img_left_bg_slider_wrap .owl-carousel>div {
    height: 100%
}

.img_left_bg_slider_wrap {
    height: 100%
}

.img_left_bg_slider_wrap .owl-dots {
    height: auto !important;
    bottom: 12px
}

.img_left_bg {
    position: relative
}

.img_left_bg>.img {
    position: static
}

.last_child_mb0 {
    margin-bottom: 0
}

.space10 {
    height: 10px
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.residential_section {
    margin-bottom: -30px
}

.cont.text-left p {
    text-align: justify
}

.cont.text-left ul {
    padding-left: 23px;
    margin-bottom: 0;
}

.cont.text-left ul li {
    list-style: disc;
    line-height: 28px;
    color: #000;
}

.cont.text-left ul li:not(:last-child) {
    margin-bottom: 5px;
}

.image_caption {
    position: absolute;
    bottom: 12px;
    z-index: 99;
    color: #fff;
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: uppercase
}

.image_caption.right {
    right: 20px
}

.home_blog_section .item img {
    height: 400px;
    object-fit: cover
}

.promoter {
    position: absolute;
    z-index: 22;
    left: 0;
    width: 100%;
    top: 0;
    padding-top: 9px
}

.promoter .container {
    display: flex;
    justify-content: space-between;
    max-width: 100% !important
}

.promoter .right {
    text-align: right
}

.promoter p {
    font-size: 11px;
    color: #fff;
    letter-spacing: .5px;
    line-height: 16px;
    background: rgb(0 0 0 / 40%);
    padding: 6px 8px;
    border-radius: 4px
}

.disclaimer_section p {
    text-align: justify;
    margin-top: -10px;
    margin-bottom: 0
}

.disclaimer_section+.clients-inside,
.disclaimer_section+.commercial-slider-section {
    background: #f8f5f0
}

.icon-box-2-row>div {
    flex: 0 20%;
    max-width: 20%;
    padding: 0 10px !important
}

.icon-box-2 {
    text-align: center
}

.box-2-icon .icon-box-2 img {
    max-width: 100%;
    width: 150px
}

.box-2-icon .icon-box-2 h5 {
    color: #d4922c;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    font-weight: 600;
    min-height: 50px
}

.box-2-icon .icon-box-2 h5 {
    margin-bottom: 10px
}

.font-big {
    font-size: 25px;
    display: block;
    margin-top: 13px;
    margin-bottom: 10px
}

.box-2-icon .icon-box-2 h5 .font-big {
    display: block;
    margin-bottom: 10px
}

.box-2-icon .icon-box-2 p {
    font-size: 14px;
    line-height: 20px;
    text-align: center !important
}

video.intro_video {
    max-width: 100%
}

.location .map_box.newdesign {
    padding: 0;
    background: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.location .map_box.newdesign>div {
    width: 25%;
    border: none
}

.location .map_box.newdesign .main_cont:first-child {
    margin-top: 20px
}

.location .map_box.newdesign .main_cont:last-child {
    border-bottom: none;
    margin-bottom: 20px
}

.rere_no {
    position: relative;
    padding-right: 72px
}

.rere_no img {
    width: 72px;
    position: absolute;
    right: 0;
    top: 2px
}

.box-2-icon {
    padding-bottom: 0
}

.cont.text-left p.tagline {
    margin-bottom: 10px
}

.slider.element .owl-dots {
    display: none !important
}

.owl-carousel .owl-item .item .img {
    position: relative;
    width: 100%
}

.owl-carousel .owl-item .item .img a {
    display: inline-block;
    width: 100%
}

.header.element {
    position: relative;
    min-height: auto
}

.header.element .banner {
    min-height: 100svh;
    object-fit: cover;
    object-position: center
}

#vision {
    border-top: 1px solid #f8f5f0
}

#experion_capital_page .phone,
#heartsong_page .phone,
#hus_108_page .phone,
#mec_page .phone {
    display: none
}

.promoter .soldout {
    position: absolute;
    top: 15px;
    right: 50%;
    width: 120px;
    transform: translateX(50%)
}

.show-hide {
    display: none
}

.scholarship_section {
    padding: 60px 0;
    text-align: center
}

.scholarship_section p.big {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.scholarship_section p {
    text-align: center;
    line-height: 1.6rem
}

.scholarship_section p.note {
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2rem;
    margin-bottom: 10px
}

.element_button {
    display: none
}

body.element_page .element_button {
    display: block
}

body.element_page .other_button {
    display: none
}

.form_control.main-cpt {
    display: flex;
    align-items: center;
    gap: 0 15px;
    position: relative;
    flex-wrap: wrap
}

.form_control.main-cpt img {
    width: 80px
}

.form_control.main-cpt input {
    width: 127px;
    background: #fff !important;
    height: 37px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #ccc
}

.home_error_mgs {
    font-size: 12px;
    color: red;
    line-height: 1;
    position: absolute;
    bottom: -15px;
    left: 0
}

#wrapper .home_error_mgs {
    bottom: 4px
}

.form_control.main-cpt span {
    font-size: 14px;
    color: #333
}

.form_control.main-cpt a {
    color: #ab8a62
}

.value_print #enquireFor21,
input#enquireFor {
    color: #ab8a62;
    font-weight: 600
}

div#divformsgdisp {
    color: red;
    margin-top: 5px
}

.thankyou_page .header_wrap {
    height: 90px;
    border-bottom: 1px solid #ccc
}

.enquire_form .form-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.enquire_form .form-radio input,
.enquire_form .form-radio label {
    cursor: pointer;
}

.enquire_form .form-radio .form-check .form-check-input {
    margin-top: 0;
    border: 1px solid #ab8a62
}

.popup_error_mgs {
    color: red;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: normal;
    position: relative;
    top: 5px;
    display: block
}

.form_control.check_lable {
    display: flex;
    gap: 0 3px;
    position: relative
}

.form_control.check_lable input {
    min-width: 20px;
    height: 20px;
    margin-top: 4px
}

.booking-box label.form-check-label {
    font-size: 13px;
    line-height: 19px
}

.booking-box .form_control.check_lable {
    padding-bottom: 8px
}

.booking-box label.form-check-label .home_error_mgs {
    bottom: -11px
}

.booking-box label.form-check-label a {
    color: #aa8453
}

.booking-box .form_control.main-cpt {
    margin-top: 12px;
    padding-bottom: 8px;
    position: relative;
    flex-wrap: wrap
}

.booking-box .form_control.main-cpt .home_error_mgs {
    bottom: -5px
}

.booking-box .form_control.main-cpt img {
    width: 72px
}

.booking-box .input1_wrapper {
    margin-bottom: 15px
}

.booking-box input {
    margin-bottom: 0
}

.booking-box .home_error_mgs {
    position: relative;
    bottom: -6px;
    display: block
}

.thankyou_bread {
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
    width: 70%
}

.thankyou_bread ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0
}

.thankyou_bread ul li {
    padding-right: 10px
}

.thankyou_bread ul li a {
    color: #000
}

.thankyou_bread ul li.active {
    color: #ab8a62
}

.btn {
    background-color: #000;
    border-radius: 0;
    color: #f8f9fa;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    transition: all .25s;
    border-color: transparent
}

.thankyou_section .content {
    padding: 60px 15px;
    margin: 0 auto;
    text-align: center;
    width: 70%
}

.thankyou_section .content img {
    max-width: 250px
}

.thankyou_section .content h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #aa8453;
    text-transform: uppercase;
    letter-spacing: 2px
}

.thankyou_section .content p {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 7px
}

.thankyou_section .content p span {
    color: #ab8a62
}

.thankyou_section .btn:hover {
    background: #aa8453 !important;
    color: #fff;
    cursor: pointer
}

.contact_form .main-cpt {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-top: 12px
}

.contact_form .main-cpt input {
    width: 127px;
    background: #fff !important;
    height: 37px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #ccc
}

#lblProcessFormHome {
    color: red;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px
}

.portal_button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #aa8453;
    color: #fff;
    padding: 8px 25px;
    margin-top: 15px
}

.portal_button:hover {
    color: #aa8453;
    background: #fff
}

.fixed_button {
    position: fixed;
    transform: rotate(-90deg);
    z-index: 99;
    right: 0;
    margin-right: -41px;
    top: 50%;
    display: flex;
    gap: 0 3px
}

.portal_button_fixed {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #aa8453;
    color: #fff;
    padding: 4px 13px;
    border-radius: 10px 10px 0 0
}

.portal_button_fixed:hover {
    color: #fff
}

.contact__form .form-group {
    position: relative
}

.contact__form .form-group .home_error_mgs {
    font-size: 12px;
    color: red;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 13px
}

.contact__form .form-check.policy .home_error_mgs {
    position: relative;
    left: 0;
    bottom: -8px
}

.phone.element_btn {
    display: none
}

.element_page .phone {
    display: none
}

.element_page .phone.element_btn {
    display: block
}

.portal_button_fixed.element {
    display: none
}

.element_page .portal_button_fixed.other {
    display: none
}

.element_page .portal_button_fixed.element {
    display: block
}

#disclaimer .popup_container {
    width: 575px
}

#disclaimer .modal-body {
    height: 400px;
    overflow: auto;
    padding-right: 12px;
    margin-bottom: 19px;
    margin-top: 10px
}

#disclaimer .modal-body p.big {
    font-size: 18px
}

#disclaimer .modal-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    letter-spacing: .4px
}

#disclaimer .modal-header h2 {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 500
}

#disclaimer .btn:hover {
    background: #aa8453;
    color: #fff
}

#disclaimer .btn {
    border: none;
    font-size: 12px;
    width: 100%;
    font-weight: 700
}

.cs_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.cs_scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.cs_scrollbar::-webkit-scrollbar-thumb {
    background-color: #aa8453;
    border-radius: 5px
}

.navbar .portal_button_fixed {
    display: none
}

.navbar .element_button .portal_button_fixed {
    display: none
}

.video-play-button {
    display: flex;
    width: 60px;
    height: 60px;
    background: #aa8453;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-play-button i {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 19px
}

.video-play-button:after,
.video-play-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.video-play-button:before {
    z-index: 0;
    background: #fff;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button:after {
    z-index: 1;
    background: #aa8453;
    transition: all .2s
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
        opacity: 0
    }
}

.gallery_tag {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    background: #aa8453;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px;
    letter-spacing: .5px
}

#disclaimer {
    display: block
}

.investor_accordion .accordion-item {
    margin: 16px 0;
    border: 1px solid rgb(169 131 83 / 40%);
    border-radius: 5px;
    overflow: hidden
}

.investor_accordion .accordion-button {
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    background: #a98353;
    display: flex;
    gap: 0 9px
}

.investor_accordion .accordion-button::after {
    content: '+';
    background: 0 0;
    font-size: 20px;
    font-weight: 600
}

.investor_accordion .accordion-button:not(.collapsed)::after {
    content: '-';
    background: 0 0;
    transform: none
}

.investor_accordion .pdf_items {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(169 131 83 / 40%);
    padding: 10px 14px
}

.investor_accordion .accordion-body .pdf_items:last-child {
    border-bottom: none
}

.investor_accordion .title {
    font-size: 17px;
    color: #555;
    margin: 0;
    cursor: pointer
}

.pdf_icon_link {
    float: right
}

.pdf_icon_link img {
    width: 28px
}

.pdf_box_side_row {
    gap: 14px 0;
    padding: 20px 0
}

.pdf_box_side_row>div {
    padding: 0 15px
}

.pdf_box_side {
    text-align: center;
    padding: 10px
}

.pdf_box_side a {
    display: inline-block;
    float: none;
    margin-bottom: 8px
}

.pdf_box_side a img {
    width: 38px
}

.pdf_box_side p {
    margin: 0;
    line-height: 17px !important;
    color: #333;
    font-weight: 600
}

.amenities_section_tower .img_left_bg {
    min-height: 260px
}

.owl-theme .owl-dots .owl-dot:hover span,
.trillion_page .menu_click ul li a.active,
.trillion_page .owl-theme .owl-dots .owl-dot.active span,
.trillion_page .phone,
.trillion_page .portal_button_fixed {
    background: #1f534e
}

.trillion_page .butn-light a span {
    color: #1f534e
}

.trillion_page .butn-light a:hover span,
.trillion_page .nav-scroll .butn-light a:hover span {
    color: #fff
}

.trillion_page .butn-light a,
.trillion_page .nav-scroll .butn-light a {
    border-color: #1f534e
}

.trillion_page .butn-light a:hover:after {
    background: #1f534e
}

.trillion_page .facilties .single-facility .icon img,
.trillion_page .location .map_box .main_cont img {
    filter: invert(26%) sepia(59%) saturate(390%) hue-rotate(125deg) brightness(93%) contrast(95%)
}

.trillion_page .portal_button {
    background: #1f534e
}

.trillion_page .portal_button:hover {
    color: #1f534e;
    background: #fff
}

.trillion_page .about .content h4,
.trillion_page .section-title {
    color: #1f534e
}

.trillion_page ::selection {
    color: #fff;
    background: #1f534e
}

.trillion_page .location_section {
    position: relative
}

.trillion_page .location_section iframe {
    position: relative;
    width: 100%;
    height: 650px;
    display: block;
}

.trillion_page .location_section .overlay_location {
    position: absolute;
    top: 34%;
    right: 10%;
    width: 450px
}

.trillion_page .location_section .overlay_location h4 {
    font-size: 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    color: #1f534e;
    position: relative;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0
}

.trillion_page .location .map_box.newdesign>div {
    width: 20%
}

.trillion_page .rere_no {
    padding-right: 10px
}

.trillion_page .rere_no p {
    background: rgb(0 0 0 / 40%)
}

.trillion_page .amenities_section_tower .img_left_bg {
    min-height: 290px
}

.trillion_page .disclaimer_section p a {
    color: #1f534e;
    font-weight: 600
}

.trillion_page .disclaimer_section p a:hover {
    text-decoration: underline
}

.more_facilit .icon {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 23px
}

.more_facilit .icon img {
    width: 100%;
    max-width: 60px
}

/* .more_facilit .icon2 img {
    max-width: 72px
} */

.more_facilit .icon h5 {
    margin: 0;
    font-weight: 500
}

.trillion_page .gallery_slider .owl-nav {
    display: block !important
}

.gallery_slider .owl-nav,
.gallery_slider2 .owl-nav {
    position: static
}

.gallery_slider .owl-nav button.owl-prev,
.gallery_slider2 .owl-nav button.owl-prev {
    left: 0
}

.gallery_slider .owl-nav button,
.gallery_slider2 .owl-nav button {
    position: absolute;
    width: 30px;
    height: 40px;
    background: #1f534e !important;
    z-index: 1;
    color: #fff !important;
    top: 50%;
    outline: 0 !important;
    border: none !important
}

.gallery_slider .owl-nav button.owl-next,
.gallery_slider2 .owl-nav button.owl-next {
    right: 0
}

.gallery_slider .owl-nav button:hover {
    border: none !important
}



.trillion_page .nav-scroll {
    position: absolute;
    top: 0
}

.two_colun_div {
    position: relative;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 15%)
}

.two_colun_div .column_1 {
    background: #1f534e;
    width: 400px;
    padding: 25px;
    display: flex;
    align-items: center
}

.two_colun_div .column_2 {
    background: #fff;
    width: calc(100% - 400px);
    padding: 25px
}

.two_colun_div .column_2 p {
    margin: 0
}

.two_colun_div .column_1 h4 {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin: 0
}

.two_colun_div .column_1 h4 span {
    font-size: 20px;
    display: block;
    margin-top: 6px
}

.trillion_page .header .arrow i {
    color: #fff;
    border: 2px solid rgb(255 255 255 / 79%)
}

.trillion_page .fixed_button {
    right: -12px
}

.trillion_page .portal_button_fixed {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 5px 14px
}

.design_partner_section {
    background: #1f534e;
    padding: 50px 0;
    position: relative
}

.design_partner_section .section-title {
    color: #fff
}

.design_partner_card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    align-items: center
}

.design_partner_section .design_partner_mg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: 670px;
    object-fit: cover
}

.design_partner_card .column_1 {
    width: 228px
}

.design_partner_card .column_2 {
    padding-left: 35px;
    width: calc(100% - 228px)
}

.design_partner_card .column_2 p {
    color: #fff;
    text-transform: uppercase
}

.design_partner_card:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.design_partner_card .column_1 img {
    width: 70%
}

.design_partner_card:last-child .column_1 img {
    width: 100%
}

.trillion_page .video-play-button:after {
    background: #1f534e
}

.trillion_page .form_control.main-cpt a {
    color: #1f534e
}

.trillion_page .popup_module .butn-dark2 {
    background: #1f534e
}

.trillion_page .enquire_form .form-check-inline .form-check-label a,
.trillion_page .form-check.policy .form-check-label a,
.trillion_page .value_print #enquireFor21,
.trillion_page input#enquireFor {
    color: #1f534e
}

.trillion_page .amenities_section_tower {
    overflow: hidden
}

.blog_description ol li {
    list-style: decimal;
}

.blog_description ul li {
    list-style: disc;
}



.experion151_page .video-play-button:after {
    background: #b72228
}

.experion151_page .form_control.main-cpt a {
    color: #b72228
}

.experion151_page .popup_module .butn-dark2 {
    background: #b72228
}

.experion151_page .enquire_form .form-check-inline .form-check-label a,
.experion151_page .form-check.policy .form-check-label a,
.experion151_page .value_print #enquireFor21,
.experion151_page input#enquireFor {
    color: #b72228
}

.experion151_page .owl-theme .owl-dots .owl-dot:hover span,
.experion151_page .menu_click ul li a.active,
.experion151_page .owl-theme .owl-dots .owl-dot.active span,
.experion151_page .phone,
.experion151_page .portal_button_fixed {
    background: #b72228;
}

.experion151_page .butn-light a,
.experion151_page .nav-scroll .butn-light a {
    border-color: #b72228;
}

.experion151_page .butn-light a span {
    color: #b72228;
}

.experion151_page .butn-light a:hover:after {
    background: #b72228;
}

.experion151_page .butn-light a:hover span,
.experion151_page .nav-scroll .butn-light a:hover span {
    color: #fff;
}

.experion151_page .about .content h4,
.experion151_page .section-title {
    color: #b72228;
}

.experion151_page .facilties .single-facility .icon img,
.experion151_page .location .map_box .main_cont img {
    filter: invert(13%) sepia(84%) saturate(7169%) hue-rotate(343deg) brightness(88%) contrast(103%);
}

.experion151_page .portal_button {
    background: #b72228;
}

.experion151_page .portal_button:hover {
    color: #b72228;
    background: #fff;
}

.experion151_page .progress-wrap::after {
    color: #b72228;
}

.experion151_page .progress-wrap svg.progress-circle path {
    stroke: #b72228;
}

.experion151_page .footer-contact-mail:before {
    background-color: #b72228;
}

.experion151_page .footer-about-social-list a:hover {
    color: #b72228;
}

.experion151_page .footer-explore-list li a:hover {
    color: #b72228;
}

.experion151_page .footer-explore-list li a:before {
    background-color: #b72228;
}

.experion151_page .gallery_slider .owl-nav button {
    background: #b72228 !important;
}

.experion151_page .design_partner_section {
    background: #b72228;
}

.experion151_page .design_partner_section .section-title {
    color: #FFF !important;
}

.experion151_page .two_colun_div .column_1 {
    background: #b72228;
}

.experion151_page .gallery_slider .owl-nav button,
.experion151_page .gallery_slider2 .owl-nav button {
    background: #b72228 !important;
    transition: all 0.5s ease;
}

.experion151_page .more_facilit .icon img {
    max-width: 72px;
}

.full_image_with_content_section .img_caption {
    z-index: 0;
}

.design_partner_section_saatori {
    padding: 0;
}

.design_partner_section_saatori .design_partner_content_part {
    padding: 0 30px;
}

.design_partner_section_saatori .design_partner_div {
    position: relative;
}


.overlay_points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 30px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.overlay_points li {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.overlay_points img {
    width: 40px;
}

.overlay_points h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

/* -- map section -- */

.accordion {
    width: 500px;
    margin: auto;
    max-width: 95%;
}

.accordion .at-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.accordion .at-item .at-title h2 {
    font-size: 17px;
    margin: 0;
}

.accordion .at-item .at-title.no_dropdwon h2 {
    display: flex;
    justify-content: space-between;
    color: #222;
}

.accordion .at-item .at-title.no_dropdwon:after {
    display: none;
}

.accordion .at-item .at-title.no_dropdwon {
    cursor: default;
    position: relative;
}

.accordion .at-item .at-title.no_dropdwon h2 span {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.accordion .at-item .at-title.no_dropdwon h2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 11px;
    border-bottom: 1px dashed #000;
}

.accordion .at-item .at-title.no_dropdwon h2 span:nth-child(1) {
    padding-right: 10px;
}

.accordion .at-item .at-title.no_dropdwon h2 span:nth-child(2) {
    padding-left: 10px;
}

.accordion .at-item .at-tab ul {
    padding: 0;
    margin: 0;
}

.accordion .at-item .at-tab ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.accordion .at-item .at-tab ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #9a9a9a;
    top: 15px;
    z-index: 0;
}

.accordion .at-item .at-tab ul li span {
    background: #FFF;
    position: relative;
    z-index: 1;
}

.accordion .at-item .at-title {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.accordion .at-item .at-title.active:not(.no_dropdwon) h2 {
    color: #b72228;
}

.accordion .at-item .at-title.active:not(.no_dropdwon):after {
    color: #b72228;
}

.accordion .at-item .at-title:after {
    content: '+';
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 25px;
}

.accordion .at-item .at-title.active:after {
    content: '-';
    right: 0;
}

.accordion .at-item .at-tab {
    display: none;
}

.accordion .at-item .at-tab ul li span:nth-child(1) {
    padding-right: 10px;
}

.accordion .at-item .at-tab ul li span:nth-child(2) {
    padding-left: 10px;
}

/* -------------------------- */

@media (min-width:768px) {

    .channel_partner_section .contact_form input[type=email],
    .channel_partner_section .contact_form input[type=file] .channel_partner_section .contact_form textarea,
    .channel_partner_section .contact_form input[type=password],
    .channel_partner_section .contact_form input[type=text],
    .channel_partner_section select.form-control {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:1800px) {
    .design_partner_section .design_partner_mg {
        max-width: 37%
    }
}

@media only screen and (max-width:1650px) {
    .design_partner_section .design_partner_mg {
        max-width: 36%
    }


}

@media only screen and (max-width:1480px) {
    .design_partner_section .design_partner_mg {
        max-width: 34%
    }

}

@media only screen and (max-width:1250px) {
    .design_partner_card:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .design_partner_section .design_partner_mg {
        max-width: 33%
    }
}

@media only screen and (max-width:1320px) {
    .popup_module .popup_container {
        padding: 20px 25px
    }

    .enquire_form h2,
    .enquire_title {
        font-size: 24px;
        font-weight: 500
    }

    .enquire_form input {
        padding: 3px 0;
    }



    .mobile_number_wrap select {
        height: 30px;
    }

    .form_control.main-cpt input {
        padding: 0 8px !important
    }
}

@media only screen and (max-width:1200px) {
    .navbar .navbar-nav .nav-link {
        margin: 0;
        font-size: 14px
    }

    .logo-img {
        width: 150px
    }

    .navbar {
        padding-top: 0
    }

    div#wrapper {
        padding-bottom: 19px
    }

    .radio-button-container {
        margin: 1px 0;
        margin-right: 13px;
        font-size: 14px
    }

    .booking-box .form_control.main-cpt {
        flex-wrap: wrap;
        gap: 7px 16px
    }

    .booking-box .form_control.main-cpt input {
        width: 100%
    }

    .gallery_tag {
        padding: 5px 19px
    }

    .more_facilit .icon h5 {
        font-size: 18px
    }

    .more_facilit .icon img {
        max-width: 50px
    }

    .more_facilit .icon2 img {
        max-width: 62px
    }

    .two_colun_div .column_1 h4 {
        font-size: 32px
    }

    .two_colun_div .column_1 h4 span {
        font-size: 18px
    }

    .two_colun_div .column_1 {
        width: 350px
    }

    .design_partner_section .design_partner_mg {
        max-width: 100%;
        position: relative;
        width: 100%;
        margin-top: 25px;
        height: auto
    }

    .design_partner_div {
        position: relative
    }

    .menu_click ul li a {
        padding: 8px 17px;
    }

    .experion151_page .more_facilit .icon h5 br {
        display: none;
    }

    .design_partner_section_saatori .design_partner_content_part {
        padding: 50px 30px;
    }

}

@media only screen and (max-width:991px) {
    .facilties.career .col_wrap>div:nth-child(2) {
        width: calc(100% - 150px)
    }

    .facilties.career .col_wrap {
        flex-wrap: wrap
    }

    .facilties.career .col_wrap>div:nth-child(3),
    .facilties.career .col_wrap>div:nth-child(4) {
        width: 50%;
        margin-top: 30px
    }

    .facilties.career .career_built {
        margin-top: 30px
    }

    .career_opening .position {
        flex-direction: row
    }

    .career_opening .position-title {
        flex-basis: 57%
    }

    .career_opening .position-location,
    .career_opening .position-time {
        flex-basis: 20%
    }

    .career_opening .position-icon {
        display: block
    }

    .career_opening .position {
        padding: 20px 20px 20px 20px
    }

    .interest_section .disc-sec {
        padding: 0 5%
    }

    .blog_datail_pg .banner-header h1 {
        font-size: 34px
    }

    .menu ul.level2 span.nav-link i {
        margin-top: 0;
        margin-right: 9px
    }

    .thankyou_section .content img {
        max-width: 200px
    }

    .navbar .portal_button_fixed {
        display: inline-block;
        border-radius: 0;
        width: auto;
        margin-left: 4px;
        background: #ab8a62;
        color: #fff
    }

    .butn-light a {
        padding: 11px 12px;
        letter-spacing: 2px
    }

    .navbar .portal_button_fixed {
        display: inline-block
    }

    .navbar .element_button .portal_button_fixed {
        display: inline-block
    }

    #wrapper .home_error_mgs {
        bottom: -14px;
        width: 100%
    }

    .gallery_tag {
        padding: 3px 14px;
        font-size: 13px
    }

    .two_colun_div .column_1 {
        width: 230px
    }

    .two_colun_div .column_2 {
        width: calc(100% - 230px)
    }

    .two_colun_div .column_1 h4 {
        font-size: 25px
    }

    .two_colun_div .column_1 h4 span {
        font-size: 16px
    }

    .design_partner_card {
        width: 100%
    }

    .design_partner_card .column_1 {
        width: 220px
    }

    .trillion_page .location .map_box.newdesign>div {
        width: 33.33%
    }

    .trillion_page .navbar .portal_button_fixed {
        display: none
    }

    .trillion_page .rere_no {
        padding-right: 0 !important
    }

    .experion151_page .facilties {
        padding-bottom: 0;
    }

    .overlay_points {
        justify-content: flex-start;
    }

    .overlay_points li {
        width: calc(50% - 15px);
    }

    .overlay_points li h5 br {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding: 35px 0
    }

    .video_pad {
        padding: 120px 0
    }

    .section-title {
        font-size: 30px;
        line-height: 38px
    }

    .section-padding p {
        font-size: 15px;
        line-height: 25px
    }

    .testimonials h5 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px
    }

    .booking-box {
        margin-bottom: 35px
    }

    .navbar {
        background: #f9f9f8
    }

    .navbar .navbar-toggler {
        position: relative;
        right: 0;
        background: 0 0;
        padding: 6px 8px;
        border-radius: 5px
    }

    .navbar .navbar-toggler i {
        color: #ab8a62
    }

    .v-middle {
        top: 60%
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #222
    }

    .navbar-nav .dropdown-menu .dropdown-submenu .submenu_hs {
        display: none;
        position: relative;
        width: 100%;
        top: -15px;
        left: 0;
        background: 0 0;
        padding: 18px 0 10px
    }

    .dropdown-menu {
        padding: 10px 5px
    }

    .row>* {
        padding-right: 20px;
        padding-left: 20px
    }

    .career_testimonial .image {
        margin-bottom: 25px
    }

    .career_testimonial .content {
        padding-left: 15px
    }

    .career_testimonial .owl-dots {
        width: 100%;
        left: 0;
        position: relative;
        padding: 0;
        bottom: 0
    }

    .career_opening .position-title {
        flex-basis: 100%
    }

    .career_opening .position-location,
    .career_opening .position-time {
        flex-basis: 48%
    }

    .career_opening .position-icon {
        display: none
    }

    .interest_section .disc_sec_wrap h2 {
        font-size: 30px;
        margin-top: -72px
    }

    .interest_section .disc_sec_wrap {
        margin-top: 15px
    }

    .blog_datail_pg .banner-header h1 {
        font-size: 26px
    }

    .channel_partner_section .contact_form h3 {
        font-size: 20px
    }

    .channel_partner_section .contact_form .form-group.mt-5 {
        margin-top: 25px !important
    }

    .accordion_items .accordion_title h2 {
        font-size: 18px
    }

    .accordion_items .accordion_title {
        padding: 12px;
        padding-right: 35px
    }

    .accordion_items .accordion_title i {
        right: 13px;
        top: 18px
    }

    .accordion_items .accordion_container {
        padding: 20px
    }

    .const_updation+.const_updation {
        margin-top: 30px
    }

    .promoter .container {
        flex-wrap: wrap
    }

    .promoter .container>div {
        width: 100%
    }

    .promoter p {
        width: 100%;
        margin: 0;
        border-radius: 0;
        font-size: 10px;
        line-height: 14px
    }

    .promoter .right {
        text-align: left
    }

    .promoter .right p {
        padding-top: 0
    }

    .promoter .soldout {
        top: auto;
        right: auto;
        width: 64px !important;
        bottom: -65px;
        left: 0
    }

    .thankyou_section .content h3 {
        font-size: 34px
    }

    .thankyou_section .content p {
        font-size: 15px;
        line-height: 22px
    }

    .thankyou_bread,
    .thankyou_section .content {
        width: 100%
    }

    .thankyou_section .content img {
        max-width: 150px
    }

    .radio-button-container+.radio-button-container {
        margin-right: 0
    }

    .contact_form .main-cpt img {
        width: 71px !important
    }

    .contact_form .main-cpt {
        gap: 12px 10px
    }

    .portal_button_fixed {
        width: 100%;
        text-align: center;
        font-size: 13px
    }

    .whats_div {
        bottom: 15px !important;
        width: 48px !important;
        height: 48px !important
    }

    .whats_div img {
        width: 27px !important;
        display: block;
        margin: 11px 0 0 3px
    }

    .phone {
        width: 44px !important;
        height: 44px !important;
        bottom: 15px !important
    }

    .fancybox-slide--iframe .fancybox-content {
        height: 50%
    }

    .fancybox-slide {
        padding: 44px 20px
    }

    #disclaimer .modal-header h2 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.2
    }

    #disclaimer .modal-body p.big {
        font-size: 17px
    }

    .popup_error_mgs {
        font-size: 11px;
        bottom: -4px;
        position: relative
    }

    .popup_module input::placeholder {
        font-size: 13px
    }

    .enquire_form .form-check-inline .popup_error_mgs {
        bottom: -7px
    }

    .form_control.main-cpt .popup_error_mgs {
        bottom: 0
    }

    .two_colun_div .column_1,
    .two_colun_div .column_2 {
        width: 100%
    }

    .two_colun_div {
        transform: translateY(-50px)
    }

    .trillion_page .amenities_section_tower .img_left_bg {
        min-height: auto
    }

    .trillion_page .two_colum_row_wrap {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 30px 0
    }

    .design_partner_card .column_1 {
        width: 184px
    }

    .design_partner_card .column_2 {
        padding-left: 30px
    }

    .trillion_page #walkthrough .animate-box {
        padding: 0 !important
    }

    .pulsating-play-btn {
        width: 60px;
        height: 60px
    }

    .testimonial_section h5 {
        font-size: 15px
    }

    .design_partner_section_saatori .design_partner_content_part {
        padding-inline: 0;
        padding-top: 0;
    }

    .overlay_points li {
        width: 100%;
    }

    .overlay_points {
        gap: 20px 0px;
    }

    .experion151_page .overlay_points {
        margin-top: -25px;
    }

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

    .overlay_points img {
        width: 40px;
    }

    .mobile_number_wrap select {
        font-size: 12px;
    }

    select.form-control {
        font-size: 14px;
    }
}

@media only screen and (max-width:580px) {

    .facilties.career .col_wrap>div:nth-child(3),
    .facilties.career .col_wrap>div:nth-child(4) {
        width: 100%;
        padding: 0
    }

    .interest_section .disc_sec_wrap {
        padding: 50px 15px
    }

    .interest_section .disc_sec_wrap h2 {
        font-size: 21px;
        margin-top: -64px;
        max-width: 301px
    }

    .interest_section .disc-sec :last-child {
        margin: 0
    }

    section.interest_section {
        padding-left: 25px;
        padding-right: 25px
    }

    .popup_module .popup_container {
        padding: 20px
    }

    .pdf_box_side p {
        line-height: 17px !important;
        font-size: 14px !important
    }

    .investor_accordion .accordion-button {
        font-size: 16px
    }

    .design_partner_card .column_1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .design_partner_card .column_1 img {
        width: 175px;
        max-width: 100%
    }

    .design_partner_card .column_2 {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .design_partner_card:last-child .column_1 img {
        max-width: 100%;
        width: 300px
    }

    .trillion_page .location .map_box.newdesign>div {
        width: 50%
    }

    .gallery_slider .owl-nav button {
        top: 36%
    }
}

@media only screen and (max-width:480px) {
    .booking-box {
        padding: 20px 20px 25px
    }

    .booking-box .head-box h4 {
        font-size: 22px;
        font-weight: 500
    }

    .form_control.main-cpt {
        flex-wrap: wrap;
        gap: 10px 15px;
        margin-top: 5px
    }

    .form_control.main-cpt input {
        width: 100%
    }

    .popup_module input {
        margin-bottom: 0;
        padding: 8px 0
    }

    .form-check .form-check-label { 
        font-size: 13px;
    }

    .mobile_number_wrap select {
        height: 40px;
    }

    .enquire_form .form-check-inline {
        margin-bottom: 0
    }

    .enquire_form .form-radio {
        margin-top: 10px
    }

    .enquire_form h2,
    .enquire_title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 6px
    }

    .enquire_form .form-check-inline+.form-check-inline {
        margin-right: 0
    }

    .contact_form .main-cpt input {
        width: 100%
    }

    .contact_form .main-cpt {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:400px) {
    .facilties.career .col_wrap>div:nth-child(2) {
        width: 100%
    }

    .facilties.career .col_wrap>div:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .facilties.career .col_wrap>div:first-child img {
        max-width: 150px
    }

    .career_opening .position-title {
        font-size: 20px
    }

    .popup_module .popup_container {
        padding: 20px 14px
    }

    .enquire_form .form-group {
        margin-bottom: 8px
    }

    .enquire_form .col-md-12.mt-20 {
        margin-top: 5px !important
    }

    .enquire_form .form-check-inline .form-check-label {
        font-size: 13px
    }

    .form_control.main-cpt {
        margin-bottom: 8px
    }
}
