.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: 40px 50px
}

.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 {
    background-image: url('../img/download_bg.jpg');
    background-size: cover;
    position: relative;
    background-position: bottom
}

.location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191919ad
}

.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;
    border: 0;
    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, 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, 0.25);
    transition: all .3s
}

.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 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: 20px;
    height: 20px
}

.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: #000;
    font-weight: 600
}

.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 #CCC;
    border-radius: 2px;
    background: 0;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    opacity: 1
}

textarea:focus,
input: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: 6px;
    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
}

.form-check-input:focus {
    box-shadow: none
}

.ml-15 {
    margin-left: 15px
}

.nav-scroll .butn-light a {
    border: 1px solid #000
}

.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: 0;
    text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.details_sec .nav.nav-tabs button {
    border: 0;
    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: 0;
    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: 15;
    background-color: black;
    font-family: "Poppins", sans-serif
}

.cookie-para {
    color: white;
    font-size: 12px;
    font-weight: normal;
    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
}

section.menu_click.fixed {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 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: 0;
    border-bottom: 1px Dashed #aa8453
}

.location .map_box .main_cont:first-child {
    margin-top: 0
}

.location .map_box .main_cont:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.location .map_box .main_cont img {
    width: 100%;
    max-width: 65px;
    margin-bottom: 15px;
    filter: invert(1)
}

.location .map_box .main_cont h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 0 0;
    color: #FFF
}

.location .section-title {
    color: #FFF
}

.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: transparent;
    border: 0;
    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('https://www.shubhashishhomes.com/');
    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: 10px;
    z-index: 2;
    background: rgb(0 0 0 / 66%);
    padding: 0 12px 2px 12px;
    border-radius: 25px;
    letter-spacing: 1px;
    line-height: 26px
}

.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: 458px;
    max-width: calc(100% - 30px);
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 5px
}

.enquire_form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #00a3d3
}

.enquire_form input {
    margin-bottom: 0;
    border-radius: 5px
}

.enquire_form button {
    width: 100%
}

#enquiry_popup .enquire_form button {
    background: #00a3d3;
    border-radius: 50px;
    overflow: hidden
}

.enquire_form textarea {
    height: 100px
}

.enquire_form .form-check .form-check-input {
    margin-top: 3px
}

.enquire_form .form-group {
    margin-bottom: 20px;
    position: relative
}

.popup_module .popup_container::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/text-removebg-preview.png");
    background-size: 580px;
    background-repeat: repeat;
    opacity: .05;
    z-index: 0;
    background-position: right top
}

div#lblProcessForm,
div#spanidbut {
    color: red;
    font-size: 13px;
    line-height: 14px;
    padding-top: 8px
}

div#spanidbut2 {
    font-size: 13px;
    line-height: 14px;
    margin-top: 8px
}

select.form-control {
    padding: .375rem .75rem;
    background: transparent;
    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
}

.contact__form .form-check .form-check-input:before,
.enquire_form .form-check .form-check-input:before,
.channel_partner_section .form-check .form-check-input:before {
    opacity: 0
}

.contact__form .form-check .form-check-input:checked::before,
.enquire_form .form-check .form-check-input:checked:before,
.channel_partner_section .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: #FFF;
    opacity: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #c30505;
    text-align: center;
    line-height: 30px;
    border-radius: 30px
}

.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: transparent !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: 0;
    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>a,
.menu ul.level1>li>.nav-link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 32px 15px;
    color: #000
}

.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: 0
}

.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>a,
.nav-scroll .menu ul.level1>li>.nav-link {
    color: #222
}

.menu ul.level1>li>a.active {
    color: #c03b26
}

span.dropdown_clk {
    position: absolute;
    right: 23px;
    top: 12px;
    font-size: 9px;
    width: 30px;
    text-align: center;
    display: none
}

@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
    }
    .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: 390px
}

.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
}

.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 {
    margin-top: 10px
}

.disclaimer_section .section-title {
    color: #FFF;
    margin-top: 0;
    font-size: 27px;
    margin-bottom: 20px
}

.disclaimer_section p {
    margin-bottom: 0;
    color: #dfdfdf;
    text-align: justify;
    font-size: 13px;
    line-height: 18px
}

.disclaimer_section p span {
    color: #FFF;
    margin-right: 5px;
    font-weight: 600
}

.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: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.location .map_box.newdesign>div {
    width: 25%;
    border: 0
}

.location .map_box.newdesign .main_cont:first-child {
    margin-top: 20px
}

.location .map_box.newdesign .main_cont:last-child {
    border-bottom: 0;
    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
}

.about .content .cont.text-left h4 {
    font-weight: 600;
    color: #000;
    font-size: 30px
}

.about .content .icon {
    width: 85px;
    height: 85px;
    margin-bottom: 18px;
    background: #000;
    padding: 15px;
    border-radius: 50%
}

.about .content .icon img {
    width: 100%;
    display: block
}

.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 {
    object-fit: cover;
    object-position: center
}

#vision {
    border-top: 1px solid #f8f5f0
}

#heartsong_page .phone,
#experion_capital_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: #000
}

input#enquireFor,
.value_print #enquireFor21 {
    color: #000;
    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 .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: #000
}

.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: 190px;
    margin-bottom: 25px
}

.thankyou_section .content h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1;
    color: #00a3d3;
    text-transform: uppercase;
    letter-spacing: 2px
}

.thankyou_section .content p {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px
}

.thankyou_section .content p span {
    color: #ab8a62
}

.thankyou_section .btn:hover {
    background: #033c6b !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: -57px;
    top: 50%;
    display: flex;
    gap: 0 3px
}

.portal_button_fixed {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: #00a3d3;
    color: #fff;
    padding: 7px 21px;
    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: 0;
    font-size: 12px;
    width: 100%;
    font-weight: 700
}

.cs_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 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:before,
.video-play-button:after {
    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 1500ms ease-out infinite
}

.video-play-button:after {
    z-index: 1;
    background: #aa8453;
    transition: all 200ms
}

@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
}

.footer .foot_disclaimer {
    margin-bottom: 30px;
    text-align: center
}

.footer .foot_disclaimer img {
    width: 190px;
    margin-bottom: 30px
}

.footer .foot_disclaimer p {
    color: #FFF;
    line-height: 20px;
    text-align: center;
    font-size: 13px
}

.footer .info_section {
    margin-bottom: 20px;
    justify-content: center;
    gap: 15px 0
}

.footer .info_section a {
    display: block
}

.footer .info_section .info_box {
    display: flex;
    align-items: center;
    gap: 12px 20px;
    margin: 10px 0
}

.footer .info_section .info_box i {
    background: #fffbdb;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #000;
    border-radius: 50%
}

.footer .info_section .info_box p {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    letter-spacing: .5px
}

.footer .info_section .info_box p span {
    font-size: 14px;
    color: #fffbdb;
    display: block;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px
}

.two_colum_row_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0
}

.two_colum_row_wrap>.row {
    min-width: 100%;
    margin: 0;
    border-radius: 5px;
    overflow: hidden
}

.location .location_map {
    height: 570px;
    border: 5px solid #e6e5e5;
    width: 100%;
    border-radius: 0 50% 50% 0;
    box-shadow: 0 7px 13px 0 #00000030
}

.sec-small-title {
    letter-spacing: 2.8px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0
}

.sec-desc {
    font-size: 16px;
    line-height: 26px;
    color: #696969
}

.location_section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 650px;
    justify-content: right
}

.location_section:before {
    content: '';
    background-image: url('../img/location_bg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .18;
    filter: grayscale(1)
}

.location_section .container {
    position: static
}

.location_map {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.location_image img {
    border-radius: 200px;
    box-shadow: 15px 5px 25px 0 rgb(0 0 0 / 25%)
}

.location_content {
    padding: 40px;
    position: relative;
    right: 100px;
    z-index: 99;
    background: #00a3d3;
    width: 485px;
    box-shadow: 15px 5px 25px 0 rgb(0 0 0 / 25%);
    border-radius: 8px
}

.location_content .section-title {
    color: #FFF
}

ul.location-list {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 35px
}

ul.location-list li {
    list-style: none;
    margin: 15px 0;
    display: flex;
    padding-bottom: 0;
    flex-direction: column
}

.content_container {
    display: none;
    width: 100%;
    padding-top: 12px
}

ul.location-list li .content_container ul li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0;
    border: 0;
    margin: 0
}

ul.location-list li .content_container ul {
    padding-left: 35px;
    padding-right: 35px
}

ul.location-list li .location-inner {
    display: flex;
    width: 100%;
    position: relative;
    cursor: pointer;
    gap: 0 5px
}

ul.location-list li:first-child .location-inner i {
    margin-top: 4px
}

ul.location-list li .location-inner i {
    font-size: 18px;
    color: #FFF
}

ul.location-list li.open .location-inner i:before {
    content: '\f106'
}

ul.location-list li .location-inner div {
    width: 22px;
    float: left;
    text-align: center;
    margin-right: 10px
}

ul.location-list li .location-inner div img {
    width: 27px
}

ul.location-list li .location-inner p {
    color: #FFF;
    width: calc(100% - 30px);
    margin: 0;
    font-weight: 300
}

.custom_btn {
    font-weight: 500;
    text-transform: uppercase;
    background: #fffbdb;
    color: #000;
    padding: 10px 25px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 50px;
    overflow: hidden
}

.custom_btn:hover {
    border: 0
}

.custom_btn span {
    position: relative;
    z-index: 2;
    color: #000
}

.custom_btn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #000
}

.custom_btn:hover span {
    color: #FFF
}

.custom_btn:hover:after {
    width: 100%;
    left: 0;
    background: #000;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.overview_section {
    position: relative;
    padding: 100px 0
}

.overview_section:before {
    content: '';
    background-image: url('../img/overview_bg.webp');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: .32;
    filter: grayscale(1);
    z-index: 0
}

.overview_section .facilties {
    margin-top: 35px;
    gap: 20px 0
}

.overview_section .facilties>div {
    width: 20%
}

.overview_section .section-title {
    margin-bottom: 10px
}

.overview_section h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 60px;
    text-align: center
}

.overview_content p {
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.overview_section .overview_img img {
    height: 550px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 15px 5px 25px 0 rgb(0 0 0 / 25%)
}

.overview_section2 {
    background-image: url('../img/overview_banner_bg.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center
}

.overview_section2::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .32;
    z-index: 0;
    background-color: #000
}

.overview_section2 .container {
    position: relative;
    z-index: 2
}

.overview_content_2 {
    width: 450px;
    max-width: 100%;
    padding: 26px 30px;
    border-radius: 10px;
    margin: 100px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(213 213 213 / 24%)
}

.overview_content_2 .act_buttun_rap {
    display: flex;
    align-items: baseline;
    gap: 30px 30px;
    flex-direction: column
}

.overview_content_2 .act_buttun_rap .calldv {
    display: flex;
    align-items: center;
    gap: 0 15px;
    transition: all .4s ease
}

.overview_content_2 .act_buttun_rap .calldv:hover {
    opacity: .7
}

.overview_content_2 .act_buttun_rap .calldv img {
    width: 47px
}

.overview_content_2 .act_buttun_rap .calldv p {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0
}

.overview_content_2 .act_buttun_rap .calldv span {
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight:500!important;
    line-height: 1
}

.overview_content_2 .custom_btn {
    border-radius: 50px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px
}

.overview_content_2 .custom_btn i {
    margin-right: 8px;
    font-size: 18px
}

.overview_content_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00a3d3;
    z-index: -1
}

.overview_content_2 .section-title {
    margin-bottom: 12px;
    font-size: 40px
}

.overview_content_2 h4 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase
}

.overview_content_2 h4+p {
    color: #FFF;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 29px
}

#reach_us .overview_content :last-child {
    margin: 0
}

.amenities_section {
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    background: #f1f1f1
}

.amenities_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/marble_background.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    opacity: .20
}

.amenities_section .container {
    position: relative
}

.amenities_left_side {
    padding: 0
}

.amenities_left_side img {
    min-height: calc(100vh - 90px);
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 20px 20px 0;
    box-shadow: 8px 0 15px 0 rgb(0 0 0 / 15%)
}

.amenities_right_side {
    display: flex;
    align-items: center
}

ul.amenities_grid {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 35px 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

ul.amenities_grid li {
    width: calc(16% - 24px);
    text-align: center
}

ul.amenities_grid li .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 12px;
    padding: 18px;
    border-radius: 50%;
    border: 2px solid #00a3d3
}

ul.amenities_grid li img {
    width: 100%;
    filter: brightness(0)
}

ul.amenities_grid li p {
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px
}

.gallery_slider {
    position: relative
}

.gallery_section .section-title {
    margin-bottom: 0
}

.gallery_slider .items {
    position: relative
}

.gallery_section .active.center .items a {
    opacity: 1;
    visibility: visible
}

.gallery_section .items a {
    position: absolute;
    top: 0;
    left: 00px;
    right: 00px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid fb5a5a;
    transform: scale(1);
    border-width: 42px 5px 42px 5px
}

.gallery_section .active.center .items>img {
    filter: blur(0)
}

.gallery_section .items>img {
    filter: blur(4px)
}

.gallery_section .items a img {
    width: 35px;
    height: 35px;
    transform: scale(0.2);
    transition: all .5s ease;
    transition-delay: .5s
}

.gallery_section .active.center .items a,
.gallery_section .active.center .items a img {
    transform: scale(1)
}

.gallery_slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    z-index: 1
}

.gallery_slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff
}

.gallery_slider .owl-dots .owl-dot span {
    border: 1px solid #00a3d3
}

.gallery_slider .owl-dots .owl-dot.active span,
.gallery_slider .owl-dots .owl-dot:hover span {
    background: #00a3d3;
    border: 1px solid #00a3d3
}

.gallery_slider:after {
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    border-radius: 50%;
    transform: translateY(50%)
}

.gallery_slider:before {
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    border-radius: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

.whats_div {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 18px;
    left: 16px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 51px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.phone {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 18px;
    right: 20px;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 46px;
    box-shadow: 2px 2px 3px #00000063;
    z-index: 100
}

.phone img {
    display: block;
    padding: 12px
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: hsl(0 0 0 / 20%)
}

.banner_content h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 64px;
    text-shadow: 0 0 25px rgb(0 0 0 / 76%);
    text-transform: uppercase;
    margin-bottom: 30px
}

.banner_content p {
    color: #FFF;
    width: 80%;
    font-weight: 400;
    font-size: 20px
}

.banner_content p span {
    display: block;
    font-size: 23px;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.lead_enquiry_form .form_input {
    width: 100%;
    height: 44px;
    background: transparent;
    border: 1px solid #CCC;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    outline: 0
}

.lead_enquiry_form .form_control {
    margin-bottom: 17px
}

.lead_enquiry_form textarea.form_input {
    height: 150px
}

.lead_enquiry_form .custom_btn {
    background: #00a3d3
}

.lead_enquiry_form .custom_btn span {
    color: #FFF
}

.lead_enquiry_form .custom_btn:hover span {
    color: #FFF
}

.lead_enquiry_form .custom_btn:after,
.lead_enquiry_form .custom_btn:hover:after {
    background: #000
}

.lead_enquiry_form {
    width: 450px;
    float: right;
    max-width: 100%;
    background: rgb(255 255 255 / 100%);
    padding: 34px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 15%);
    border-radius: 8px;
    position: relative
}

.lead_enquiry_form::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/banner_form_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: .35;
    z-index: 0;
    background-position: right bottom -21px
}

.lead_enquiry_form form {
    position: relative;
    z-index: 2
}

.lead_enquiry_form h4 {
    font-weight: 600;
    color: #00a3d3
}

.lead_enquiry_form .main-cpt {
    display: flex;
    align-items: center;
    gap: 10px 12px
}

.lead_enquiry_form .main-cpt img {
    width: auto
}

.lead_enquiry_form .main-cpt input {
    width: 125px;
    font-size: 15px;
    padding: 6px 10px
}

.lead_enquiry_form .main-cpt span {
    font-size: 13px;
    color: #000
}

.lead_enquiry_form .main-cpt a {
    font-size: 14px;
    color: #000
}

.lead_enquiry_form .checkinput label,
#enquiry_popup .checkinput label {
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
    color: #000
}

.lead_enquiry_form input[type=checkbox]:checked,
#enquiry_popup input[type=checkbox]:checked {
    background-color: #fff
}

.lead_enquiry_form input[type=checkbox]:before,
#enquiry_popup input[type=checkbox]:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 0
}

.lead_enquiry_form .checkinput {
    margin-bottom: 6px
}

div#lblProcessForm11 {
    color: red;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px
}

.enquire_form_section {
    position: relative;
    z-index: 2;
    padding-bottom: 50px
}

.enquire_form_section form.enquire_form {
    background: #00a3d3;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    margin-bottom: -150px;
    border: 1px solid #00000030;
    box-shadow: 5px -11px 15px 0 #00000017
}

.enquire_form_section .section-title {
    margin-bottom: 0;
    font-size: 30px;
    color: #FFF
}

.enquire_form_section .section-title+p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF
}

.enquire_form_section .enquire_form button {
    width: auto
}

.form_button_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 21px
}

.enquire_form_section .enquire_form input {
    margin-bottom: 0;
    background: #fff !important
}

.enquire_form_section .form_control.main-cpt input {
    width: 100%;
    height: auto;
    padding: 10px 10px
}

.enquire_form_section .form_control.main-cpt {
    gap: 9px 15px;
    margin-bottom: 15px
}

.enquire_form_section .form_control.main-cpt a,
.enquire_form_section .form_control.main-cpt span {
    color: #FFF
}

.enquire_form_section input[type=checkbox]:before {
    border: solid #000;
    border-width: 0 2px 2px 0
}

.checkinput label {
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
    color: #FFF
}

.checkinput input {
    position: absolute;
    left: 0;
    top: 0
}

.checkinput input[type=checkbox]:checked:before {
    left: 4px
}

.checkinput {
    position: relative;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 15px
}

.fixed_buttons {
    position: fixed;
    bottom: 12px;
    z-index: 99;
    left: 90px
}

.fixed_buttons .custom_btn {
    background: #fffbdb;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%)
}

.fixed_buttons .custom_btn:after {
    background: #000
}

.fixed_buttons .custom_btn:hover span {
    color: #fff
}

.fixed_buttons .call_now {
    display: none
}

.gallery_slider .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 0 15px
}

.gallery_slider .owl-nav button {
    width: 30px;
    height: 30px;
    border: 1px solid #00a3d3 !important;
    border-radius: 50%;
    color: #00a3d3 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    .channel_partner_section .contact_form input[type="password"],
    .channel_partner_section .contact_form input[type="email"],
    .channel_partner_section .contact_form input[type="text"],
    .channel_partner_section .contact_form input[type="file"] .channel_partner_section .contact_form textarea,
    .channel_partner_section select.form-control {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:1599px) {
    .banner_content h1 {
        font-size: 50px;
        margin-bottom: 20px
    }
    .lead_enquiry_form textarea.form_input {
        height: 110px
    }
    .banner_content p {
        font-size: 17px
    }
}

@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
    }
    .about .content .cont.text-left h4 {
        font-size: 24px
    }
}

@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
    }
    .about .content {
        padding: 35px 35px
    }
    .about .content .icon {
        width: 75px;
        height: 75px
    }
    .img_left_bg img {
        display: block !important
    }
    .img_left_bg {
        background-image: none !important;
        min-height: auto
    }
    .logo-img {
        width: 175px
    }
}

@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;
        padding: 6px 8px;
        border-radius: 5px
    }
    .navbar .navbar-toggler i {
        color: #000
    }
    .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;
        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_section .content,
    .thankyou_bread {
        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: 55px !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;
        display: none
    }
    .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
    }
}

@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
    }
}

@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
    }
    .enquire_form .form-check-inline {
        margin-bottom: 0
    }
    .enquire_form .form-radio {
        margin-top: 10px
    }
    .enquire_form h2 {
        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
    }
    .about .content .cont.text-left h4 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .about .content {
        padding: 30px
    }
    .cont.text-left p {
        margin-bottom: 0
    }
    .section-title {
        font-size: 26px;
        line-height: 32px
    }
    ul.location-list li .location-inner div img {
        width: 100%
    }
    ul.location-list li .location-inner p {
        font-size: 17px;
        line-height: 23px;
        width: calc(100% - 30px)
    }
    ul.location-list li .location-inner div {
        margin-right: 8px
    }
    .location_section .section-title {
        margin-bottom: 20px
    }
    ul.location-list {
        margin-top: 0
    }
}

@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
    }
}
#aliid{
	padding: 5px 0px;
}

@media screen and (max-width:567px){
	.overview_content_2{
		margin: 10px 0!important;
	}
	#uidid{

		padding-left: 0rem!important;
	}
	.footer-top{
		padding: 30px 0 50px 0;
	}
}