/*=========================================
    ==> RESPONSIVE VIEWS
=========================================*/
/*=========================================
    ==> 1300px
=========================================*/
@media only screen and (max-width:1300px) {

    .booking-form .dron-img {
        position: absolute;
        top: -8vw;
        left: 0;
        max-width: 11vw;
    }

    .contact-person-row {
        margin-left: -15px;
    }
}

/* END - 1300px */


/*=========================================
    ==> XL - 1199px
=========================================*/
@media only screen and (max-width:1199px) {}

/* END XL - 1199px */


/*=========================================
    ==> LG - 991px
=========================================*/
@media only screen and (max-width:991px) {
    .main-navigation {
        padding: 0 15px;
    }



    .booking-form .dron-img {
        position: absolute;
        top: -14vw;
        left: 0;
        max-width: 20vw;
    }

    .ourwork-card .img-view,
    .lightgallery .img-wrap {
        height: 20.57vw;
        margin-bottom: 25px;
    }

    .lightgallery .img-wrap .overlay {
        font-size: 25px;
        opacity: 1;
        transform: scale(1);
    }

    .ourwork-card h5 {
        font-size: 1.4vw;
    }

    .ourwork-card p {
        font-size: 14px;
    }

    .owd-sec .banner-sec {
        height: 40vw;
    }

    .banner-sec h1 {
        font-size: 4.5vw;
    }

    .owd-img-view {
        height: 40vw;
    }

    .owd-slider .owl-nav .owl-prev {
        left: 20px;
    }

    .owd-slider .owl-nav .owl-next {
        right: 20px;
    }

    .descripton-sec .title {
        font-size: 25px;
    }

    .descripton-sec .title2 {
        font-size: 20px;
    }

    .descripton-sec p {
        font-size: 16px;
        line-height: 30px;
    }

    .location-content h5,
    .location-content h6 {
        font-size: 23px;
    }

    .location-content p,
    .location-content .contact-title {
        font-size: 15px;
    }

    .contact-person-row {
        margin-left: 0;
    }

    .contact-person-row .img-view {
        width: 100px;
        height: 100px;
    }

    .contact-person-row h4,
    .contact-person-row h4 a {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .contact-person-row h5,
    .contact-person-row h5 a {
        font-size: 16px;
        margin-bottom: 0;
    }

    .info-view img {
        height: 14.31vw;
    }

    .info-view video {
        height: 26.57vw;
    }


}

/* END LG - 991px */


/*=========================================
    ==> MD - 767px
=========================================*/
@media only screen and (max-width:767px) {
    .container-fluid {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .home-banner .contnt h2 {
        font-size: 45px;
    }

    .home-banner .contnt p {
        font-size: 18px;
    }

    .home-banner .contnt .btn {
        width: 250px;
    }

    .faq-section {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .contact-us-sec {
        padding: 50px 0;
    }

    .faq-section .title {
        margin-bottom: 0;
    }

    .faq-item h5 {
        font-size: 20px;
    }

    .faq-item p {
        font-size: 16px;
    }

    .contact-form .dron-img {
        top: -14vw;
        left: -11vw;
        max-width: 20vw;
    }

    .footer {
        padding: 30px 0 30px 0;
    }

    .footer .col-left {
        width: 100%;
    }

    .footer .social-icon {
        font-size: 20px;
    }


    .newsletter-form {
        position: relative;
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .footer .bottom-links a {
        font-size: 12px;
    }

    .footer .bottom-links a span {
        margin: 0 8px;
    }

    .ourwork-card .img-view,
    .lightgallery .img-wrap {
        height: 31.14vw;
    }

    .ourwork-card h5 {
        font-size: 2vw;
    }

    .owd-sec .banner-sec,
    .owd-img-view {
        height: 55vw;
    }

    .owd-slider .owl-nav .owl-prev,
    .owd-slider .owl-nav .owl-next {
        font-size: 50px !important;
    }

    .owd-slider .owl-nav .owl-prev {
        left: 10px;
    }

    .owd-slider .owl-nav .owl-next {
        right: 10px;
    }

    .banner-sec h1 {
        font-size: 6vw;
    }

    .gallary-sec .img-wrap {
        height: 100%;
    }

    .round_link iframe {
        height: 50vw;
        width: 100%;
        margin-bottom: 30px;
    }

    .map-wrapp {
        height: 50vw;
    }

    .location-content-col {
        padding: 30px 15px;
        display: block;
        min-height: auto;
        text-align: center;
    }

    .location-content {
        max-width: 100%;
    }

    .location-sec .row {
        flex-direction: column-reverse;
    }

    .booking-form {
        margin-bottom: 30px;
    }

    #panorama-360-view {
        width: 100%;
        height: 60vw;
    }

    #timeavailability table thead,
    #timeavailability table tbody {
        font-size: 14px;
    }

    .booking-form h3 {
        font-size: 22px;
    }

    .info-view img {
        height: 19.32vw;
    }

    .br-title {
        display: block;
        text-align: center;
    }

    .br-title h4 {
        font-size: 20px;
    }

    .br-title .right {
        margin-left: 0;
        text-align: center;
    }
}

/* END MD - 767px */

/*=========================================
    ==> SM - 575px
=========================================*/
@media only screen and (max-width:575px) {
    .py-80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .btn-blue,
    .btn {
        width: 130px;
        min-height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .sec-title {
        margin-top: 10px;
        font-size: 22px;
    }

    .page-top-space {
        padding-top: 90px;
        min-height: auto;
        margin-bottom: 30px;
    }

    .booking-form {
        margin-bottom: 0;
    }

    .theme-form {
        padding: 20px;
    }

    .home-banner {
        min-height: calc(90vh + 60px);
        padding-top: 0;
        margin-top: 0;
    }

    .home-banner .contnt {
        text-align: center;
        margin-top: 0;
    }

    .home-banner .contnt h2 {
        font-size: 40px;
    }

    .home-banner .contnt p {
        font-size: 16px;
    }

    .home-banner .contnt .btn {
        width: 200px;
    }

    .faq-section {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .faq-slider-item.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .faq-item {
        padding: 15px;
        border-radius: 15px;
        margin-top: 20px;
    }

    .faq-item h5 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }

    .contact-form .dron-img {
        top: -14vw;
        left: 0;
        max-width: 20vw;
    }

    .radio-img {
        position: relative;
        width: 100%;
        height: 160px;
        border-radius: 15px;
        overflow: hidden;
    }

    .newsletter-form p {
        font-size: 14px;
    }

    .input-group {
        display: block;
        text-align: center;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .col-left a {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }

    .footer .col-left a:last-child {
        margin-bottom: 0;
    }

    .footer .col-left a::after {
        display: none;
    }

    .our-work-sec {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }

    .banner-sec h1 {
        font-size: 5vw;
    }

    .owd-sec {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .ourwork-card {
        margin-bottom: 20px;
        border-bottom: 1px solid var(--lightGray2);
    }

    .list-our-work .col-sm-6:last-child .ourwork-card {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .list-our-work .col-sm-6:last-child .ourwork-card .img-view {
        margin-bottom: 0;
    }

    .ourwork-card .img-view,
    .lightgallery .img-wrap {
        height: 60vw;
        margin-bottom: 0;
    }

    .ourwork-card h5 {
        font-size: 4vw;
    }

    .ourwork-card .bottom-btn,
    .banner-sec .active-btn {
        width: auto;
        min-width: 90px;
        height: auto;
        min-height: auto;
        line-height: inherit;
        font-size: 12px;
    }

    .descripton-sec .col-left,
    .descripton-sec .col-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .descripton-sec .col-right {
        padding-left: 15px;
    }

    .map-wrapp {
        height: 70vw;
    }

    .address-content img {
        width: 70%;
    }

    .round_link iframe {
        height: 70vw;
    }

    .floor-plans-sec .img-wrap {
        height: 55vw;
    }

    table {
        font-size: 13px;
    }

    .booking-back-class-main h6 {
        font-size: 14px;
    }

    .info-view img {
        height: 28vw;
    }

    .info-view video {
        height: 50vw;
    }

    .booking-request-sec .btn {
        width: auto;
        min-width: auto;
        font-size: 12px;
        min-height: auto;
        line-height: initial;
    }

}

/* END SM - 575px */

/*=========================================
    ==> SM - 420px
=========================================*/
@media only screen and (max-width:420px) {

    .owd-sec .banner-sec,
    .owd-img-view {
        height: 66vw;
    }

    .descripton-sec .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .descripton-sec .title2 {
        font-size: 18px;
    }

    .location-content h5,
    .location-content h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .location-content .contact-title {
        margin-top: 20px;
    }

    .contact-person-row .img-view {
        width: 80px;
        height: 80px;
    }

    .contact-person-row .content {
        flex: 1;
        padding-left: 12px;
    }

    .contact-person-row h4 a {
        font-size: 16px;
    }

    .contact-person-row h5 a {
        font-size: 14px;
    }

    .address-content p {
        font-size: 14px;
    }
}

/* END SM - 420px */