@media(min-width:992px) {
    .mobile_menu {
        display: none
    }
}

@media(max-width:1600px) {
    .logo-img {
        width: 165px
    }
    .lead_enquiry_form .form_input {
        height: 42px
    }
}

@media(max-width:1400px) {
    .overview_content_2 h4 {
        font-size: 30px
    }
    .overview_content_2 h4,
    .section-title {
        font-size: 36px
    }
    .popup_module .popup_container {
        padding: 20px 25px
    }
    .enquire_form .form-group {
        margin-bottom: 15px
    }
    .enquire_form .checkinput {
        margin-bottom: 10px
    }
    .location_content .section-title {
        margin-bottom: 25px
    }
}

@media(max-width:1300px) {
    .lead_enquiry_form {
        width: 435px;
        padding: 25px;
        top: -15px
    }
    .lead_enquiry_form::before {
        opacity: .25
    }
    .lead_enquiry_form .form_control {
        margin-bottom: 11px
    }
    .lead_enquiry_form h4 {
        font-size: 22px;
        margin-bottom: 10px
    }
    .lead_enquiry_form .form_input {
        height: 40px
    }
    .location_section {
        height: 500px
    }
    .location_content {
        padding: 30px;
        right: 60px;
        width: 420px
    }
    .section-title {
        font-size: 32px
    }
    .location_content .section-title {
        margin-bottom: 15px
    }
    ul.location-list {
        margin-bottom: 30px
    }
    ul.location-list li .location-inner p {
        font-size: 15px;
        line-height: 22px
    }
    ul.location-list li .location-inner p {
        font-size: 15px
    }
    ul.location-list li .location-inner div {
        width: 20px;
        margin-right: 8px
    }
    ul.location-list li {
        margin: 12px 0
    }
    .location_content .custom_btn {
        padding: 8px 20px
    }
    .enquire_form_section .form_control.main-cpt input,
    .enquire_form_section .enquire_form input {
        height: 38px
    }
    .enquire_form_section .enquire_form .checkinput input {
        height: 18px
    }
}

@media(min-width:993px) and (max-width:1299px) {
    .header .arrow {
        bottom: 25px
    }
    .header .arrow i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
    .lead_enquiry_form {
        width: 410px;
        padding: 20px
    }
    .lead_enquiry_form h4 {
        font-size: 19px;
        margin-bottom: 8px
    }
    .lead_enquiry_form .main-cpt {
        gap: 10px 8px
    }
    .lead_enquiry_form .form_control {
        margin-bottom: 9px
    }
    .lead_enquiry_form .form_input {
        height: 37px
    }
    .custom_btn {
        padding: 7px 20px;
        font-size: 13px
    }
    .facilties .single-facility p br {
        display: none
    }
    .overview_content_2 h4,
    .section-title {
        font-size: 30px
    }
    ul.amenities_grid li {
        width: calc(20% - 24px)
    }
    ul.amenities_grid li p {
        font-size: 15px
    }
    .gallery_slider:before,
    .gallery_slider:after {
        height: 70px
    }
    .gallery_section .items a {
        border-width: 40px 5px 40px 5px
    }
    .location_content {
        padding: 25px;
        right: 50px;
        width: 350px
    }
    .location_section {
        height: 470px
    }
}

@media(max-width:1199px) {
    .menu ul.level1>li>a,
    .menu ul.level1>li>.nav-link {
        padding: 32px 4px
    }
    .navbar-expand-md .navbar-nav {
        align-items: center
    }
    .navbar-expand-md .navbar-nav .butn-light {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .contact_box .single-facility h5 {
        font-size: 18px
    }
    .contact_box .single-facility {
        padding: 15px 10px
    }
    .header.element .banner {
        min-height: 100%
    }
}

@media(max-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 720px
    }
    .navbar {
        transform: none;
        top: 0;
        position: fixed;
        background: #FFF;
        z-index: 999;
        padding-bottom: 0
    }
    .navbar .navbar-collapse {
        width: 300px;
        right: 0;
        height: calc(100vh - 90px)
    }
    .nav-scroll .logo-img {
        width: 150px;
        margin-bottom: 0
    }
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #a08b54 !important
    }
    .navbar-expand-md .navbar-toggler {
        display: block
    }
    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 9px
    }
    .navbar-toggler,
    .navbar-toggler:focus {
        border: 1px solid #a08b54 !important
    }
    .navbar-toggler.open .ti-menu:before {
        content: "\e646"
    }
    .menu {
        display: none
    }
    .mobile_menu {
        width: 300px;
        height: calc(100vh - 90px);
        position: fixed;
        right: -340px;
        top: 80px;
        background: #FFF;
        transition: all .5s ease;
        overflow: auto;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        z-index: 999;
        padding-top: 30px
    }
    .mobile_menu.open {
        right: 0
    }
    .mobile_menu ul.level1>li>a,
    .mobile_menu ul.level1>li>.nav-link {
        color: #222
    }
    .mobile_menu ul {
        display: block;
        padding: 0;
        margin: 0
    }
    .mobile_menu ul li:not(:last-child) {
        margin-bottom: 10px
    }
    .mobile_menu ul.level1>li>a,
    .mobile_menu ul.level1>li>.nav-link {
        padding: 12px 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
        font-size: 24px
    }
    .mobile_menu ul ul.level2 li a {
        padding: 3px 13px;
        font-weight: 600
    }
    .mobile_menu ul ul {
        display: none
    }
    .mobile_menu ul ul.level2 li a {
        padding: 3px 13px
    }
    .mobile_menu ul ul.level2 li {
        border: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 15px
    }
    .navbar .nav-link {
        position: relative
    }
    .navbar .nav-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    span.dropdown_clk {
        display: block
    }
    span.dropdown_clk i {
        display: inline-block !important;
        float: right;
        margin: 20px 18px 0 0
    }
    .menu ul.level1>li>.nav-link.open i:before,
    .menu ul.level2>li>.nav-link.open i:before {
        content: "\e648"
    }
    .menu span.dropdown_clk {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    .menu .level2 span.dropdown_clk {
        z-index: 22
    }
    .menu .level2 span.dropdown_clk i {
        margin-top: 10px !important
    }
    .nav-link>i {
        display: none !important
    }
    .menu ul ul.level2 li a+i {
        display: none
    }
    span.dropdown_clk.open i.ti-angle-down:before {
        content: "\e648"
    }
}

@media(max-width:992px) {
    .logo-img {
        width: 154px
    }
    .header_wrap {
        width: 100%
    }
    .lead_enquiry_form {
        width: 100%;
        position: relative;
        top: 0;
        margin: 50px 0 15px 0
    }
    .lead_enquiry_form .form_input {
        height: 45px
    }
    .overview_section,
    .amenities_section {
        padding: 50px 0
    }
    .overview_section .facilties>div {
        width: 33.33%
    }
    .overview_section .facilties {
        justify-content: center
    }
    .overview_content_2 h4,
    .section-title {
        font-size: 28px
    }
    ul.amenities_grid {
        gap: 25px 25px
    }
    ul.amenities_grid li {
        width: calc(25% - 24px)
    }
    ul.amenities_grid li p {
        font-size: 14px
    }
    .footer .info_section>.col-md-12 {
        width: 100%
    }
    .footer .info_section>.col-md-6 {
        width: 50%
    }
    .enquire_form_section form.enquire_form {
        margin-top: 50px
    }
    .bottom_form_section .col-md-12 {
        width: 100%
    }
    .banner_overlay .col-lg-6 {
        width: 100%
    }
    .banner_overlay {
        position: relative;
        height: auto;
        background: transparent
    }
    .header.element .banner {
        min-height: auto
    }
    .rooms1 .item .con {
        padding: 13px;
        min-height: 150px;
        bottom: -78px
    }
    .rooms1 .item .con h5,
    .rooms1 .item .con h5 a {
        font-size: 18px
    }
    .slider-fade .owl-item {
        height: 450px;
        position: relative
    }
    .header.slider .owl-item {
        height: 450px;
        position: relative
    }
    .header .video-container iframe {
        min-height: 450px;
        z-index: -5;
        width: 100%
    }
    .header {
        min-height: 450px
    }
    .header .video-container {
        height: 450px
    }
    .slider-fade .owl-dots {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        display: flex !important;
        justify-content: center;
        gap: 15px;
        z-index: 99999
    }
    .slider-fade .owl-item {
        overflow: hidden
    }
    .location .map_location iframe {
        height: 500px
    }
    .location .map_box .main_cont h2 {
        font-size: 14px;
        margin-bottom: 0
    }
    .location .map_box .main_cont {
        width: 100%;
        margin: 0;
        border: Dashed #aa8453;
        border-width: 0 1px 0 0
    }
    .location .map_box {
        display: flex
    }
    .location .map_box .main_cont:last-child {
        border: 0
    }
    .location .map_box .main_cont img {
        max-width: 44px
    }
    .contact_box .single-facility {
        padding: 15px
    }
    .icon-box-2-row>div {
        flex: 0 33.33%;
        max-width: 33.33%
    }
    .icon-box-2-row {
        justify-content: center !important
    }
    .location .map_box.newdesign>div {
        width: 33.33%;
        margin: 0 !important
    }
    .location .map_box.newdesign {
        gap: 20px 0
    }
    .header.element .banner {
        min-height: auto
    }
    .header.element .promoter {
        top: 0
    }
    .header .arrow {
        display: none
    }
}

@media(max-width:767px) {
    .header.slider,
    .header.slider .owl-item {
        min-height: 400px;
        height: 400px
    }
    .img_left_bg {
        background: transparent !important;
        min-height: auto
    }
    .img_left_bg img {
        display: block !important
    }
    .services {
        padding-left: 15px;
        padding-right: 15px
    }
    .v-middle {
        top: 50%
    }
    .banner-header {
        height: 30vh
    }
    .banner-header .caption {
        margin-top: 30px !important
    }
    .services .logo_content {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .services .logo_content img {
        width: 150px;
        display: block
    }
    .location .map_box {
        flex-direction: column
    }
    .location .map_box .main_cont {
        border-width: 0 0 1px 0;
        padding: 23px 0
    }
    .location .map_box .main_cont:last-child {
        border-width: 0 0 1px 0
    }
    .menu_click .container {
        padding: 0 5px
    }
    .menu_click ul {
        flex-wrap: wrap;
        gap: 9px 4px
    }
    .menu_click ul li {
        margin: 0;
        padding: 0
    }
    .menu_click ul li a {
        padding: 2px 7px;
        margin: 0;
        font-size: 11px;
        font-weight: 600
    }
    .two_colum_row_wrap {
        padding: 0 15px
    }
    .services .content .cont h4 {
        font-size: 22px
    }
    .facilties .single-facility p {
        font-size: 20px
    }
    .facilties .single-facility p br {
        display: none
    }
    .details_sec .owl-dots {
        bottom: 0;
        position: relative
    }
    .details_sec .img iframe {
        height: 300px
    }
    .blog_pg .row>div {
        margin-bottom: 10px !important
    }
    .mob-mb-30 {
        margin-bottom: 30px !important
    }
    .sales_sec .reservations {
        margin-top: 0 !important;
        height: 200px
    }
    .mob-mb-0 {
        margin-bottom: 0 !important
    }
    .contact_box .single-facility {
        height: auto
    }
    .contact_box .single-facility ul {
        margin-bottom: 0
    }
    .facilties .single-facility p {
        font-size: 16px
    }
    .facilties .single-facility {
        margin-bottom: 20px
    }
    .sales_sec .reservations {
        margin-bottom: 20px
    }
    .box_border {
        margin-top: 0;
        margin-bottom: 21px
    }
    .testimonials .item .quote {
        top: auto;
        bottom: 10px
    }
    .icon-box-2-row>div {
        flex: 0 50%;
        max-width: 50%
    }
    .right.rere_no {
        width: fit-content !important;
        text-align: right;
        margin-left: auto;
        padding-right: 60px
    }
    .rere_no img {
        width: 60px
    }
    .location .map_box.newdesign {
        flex-direction: row
    }
    .location .map_box.newdesign>div {
        padding: 10px 0
    }
    .progress-wrap {
        bottom: 65px;
        width: 44px;
        height: 44px;
        right: 21px
    }
    .cookie-space {
        padding-bottom: 0
    }
    .header .video-container iframe {
        min-height: auto
    }
    .header .video-container {
        height: auto
    }
    .header {
        min-height: auto
    }
    #mec_page .slider .item2 {
        background-position: right
    }
    .overview_section .facilties>div {
        width: 50%
    }
    ul.amenities_grid li {
        width: calc(33.33% - 24px)
    }
    .gallery_slider:before,
    .gallery_slider:after {
        display: none
    }
    .gallery_slider .owl-dots {
        position: relative
    }
    .gallery_section .items>img {
        filter: blur(0)
    }
    .gallery_section .section-title {
        margin-bottom: 30px
    }
    .footer {
        padding-bottom: 42px
    }
    .location_map {
        position: relative;
        width: 100%;
        height: 250px;
        margin-bottom: 50px
    }
    .location_content {
        width: calc(100% - 50px);
        right: 0;
        margin: 0 25px;
        z-index: 0
    }
    .location_section {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0
    }
    .footer .info_section>.col-md-6 {
        width: 100%
    }
    .fixed_button {
        margin-right: -53px
    }
    .portal_button_fixed {
        letter-spacing: 1.2px
    }
    .mobile_menu ul.level1>li>a,
    .mobile_menu ul.level1>li>.nav-link {
        padding: 12px 28px;
        font-size: 20px
    }
    .fixed_buttons {
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%)
    }
    .fixed_buttons a {
        width: 50%;
        border-radius: 0;
        text-align: center;
        box-shadow: none !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        padding: 13px 22px !important
    }
    .fixed_buttons .call_now {
        display: block;
        border-left: 1px solid #3f3f3f73
    }
    .gallery_section .items a {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        width: 100%;
        height: 100%
    }
}

@media(max-width:480px) {
    .banner-header {
        height: 115px
    }
    .banner-header h1 {
        font-size: 28px
    }
    .banner-header .caption {
        margin-top: 25px !important
    }
    .icon-box-2-row>div {
        flex: 0 100%;
        max-width: 100%
    }
    .right.rere_no p {
        font-size: 8px;
        line-height: 10px;
        padding: 5px !important
    }
    .right.rere_no {
        padding-right: 0
    }
    .rere_no img {
        width: 47px
    }
    .overview_section .facilties>div {
        width: 100%
    }
    ul.amenities_grid li {
        width: calc(50% - 24px)
    }
    .lead_enquiry_form .main-cpt {
        flex-wrap: wrap
    }
    .lead_enquiry_form .main-cpt input {
        width: 100%
    }
    .popup_module .popup_container {
        padding: 15px 10px
    }
    .fixed_buttons a {
        font-size: 13px;
        padding: 8px 0
    }
    .fixed_buttons .download_brochure {
        width: 60%
    }
    .fixed_buttons .call_now {
        width: 40%
    }
    .fixed_buttons a {
        padding: 8px 22px !important
    }
}

@media(max-width:375px) {
    .header .caption h1 {
        font-size: 22px;
        letter-spacing: 8px
    }
}