@media only screen and (max-width: 776px) {
    .navbar-toggler {
        padding: 0;
        border: none;
    }

    .navbar-brand img {
        width: 160px;
    }

    .log-in-btn {
        background-color: #DC3545;
        color: #fff;
        font-weight: 400;
        font-size: 0.9rem;
    }

    .height-mobile {
        min-height: 400px;

    }

    .custom-btn-group .btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .carousel-caption {
        right: 0%;
        left: 0%;
    }

    .carousel-caption .back-form .form-select {
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
    }

    .carousel-caption .back-form .form-control {
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
    }

    .home-sec-1 .carousel-caption {
        top: 20px;
        padding: 10px;
    }

    .back-form h1 {
        font-size: 28px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }


}

@media only screen and (max-width: 776px) {
    .heading-text .left-icon {
        left: 41px;
        top: 6px;
    }

    .heading-text .right-icon {
        right: 41px;
        top: 6px;
    }

    .right-icon2 {
        right: 110px;
    }

    .left-icon2 {
        left: 110px;
    }

    .right-icon3 {
        right: 110px;
    }

    .left-icon3 {
        left: 110px;
    }

    .right-icon4 {
        right: 80px;
    }

    .left-icon4 {
        left: 80px;
    }

    .right-icon5 {
        right: calc(46px + 1vw);
    }

    .left-icon5 {
        left: calc(46px + 1vw);
    }

    .right-icon6 {
        right: 10px;
    }

    .left-icon6 {
        left: 10px;
    }

    .right-icon7 {
        right: 40px;
    }

    .left-icon7 {
        left: 40px;
    }

    .owl-carousel-connect .item2 {
        width: 107px;
        height: 41px;
    }

    .package-overlay {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .heading-text .left-icon {
        left: 30%;
    }

    .heading-text .right-icon {
        right: 30%;
    }
}

@media screen and (max-width: 767px) {
    .youtube-icon {
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;

    }

}

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

    .owl-carousel-tour .owl-next,
    .gallery .owl-next,
    .custom-carousel .owl-next,
    .Luxurious-carousel .owl-next,
    .video-carousel .owl-next {
        right: 0;
    }

    .owl-carousel-tour .owl-prev,
    .gallery .owl-prev,
    .custom-carousel .owl-prev,
    .Luxurious-carousel .owl-prev,
    .video-carousel .owl-prev {
        left: 0;
    }

    /* .heading-text .right-icon {
        right: 0;
    } */

    .icon-left {
        left: 108px;
    }

    .icon-right {
        right: 108px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs_area {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs_area {
        padding: 30px 15px;
        background-position: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_content h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_content h3 {
        font-size: 28px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_content h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 1000px) {

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: 2em;
        text-align: right;
        text-decoration: none;
    }

    .ui-widget.ui-widget-content {
        min-width: 800px;
        margin: auto;
    }
}

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

    .contact_form_inner {
        padding: 20px;
    }

    .contact_info_sec {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        height: 100%;
    }


    .contact_field,
    .contact_info_sec {
        position: relative;
    }

    .contact_us {

        padding: 30px 0px;
    }

    .right_conatct_social_icon {
        display: none;
    }

    .img,
    .login-wrap {
        width: 100%;
    }
}

/* -------------------------------01-04-2025-------------------------------- */
@media only screen and (min-width: 1400px) {
    .contact_field {
        padding: 50px 200px 50px 50px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        /* Start hidden off-screen */
        width: 300px;
        height: 100vh;
        background: #ffffff;

        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        padding-top: 20px;
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    /* .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1100;
    } */

    .navbar-nav {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-item {
        padding: 16px 0;
    }

    /* .log-in-btn {

        width: 85%;
        margin-left: 12px;
        margin-right: 12px;

    } */

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99;
        display: none;
    }

    .mobile-menu-overlay.active {
        display: block;
    }

    .dropdown-menu.show {
        border: 0;
    }

    .dropdown-menu.show li>a {
        font-size: 1.2rem;
        font-weight: 600;
        transition: all 0.8s;
        padding-left: 20px;
        color: #595959;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media only screen and (max-width: 500px) {
    .right-icon2 {
        right: 85px;
    }

    .left-icon2 {
        left: 85px;
    }
}

@media (max-width: 768px) {
    .form-wizard-tolal-steps-4 .form-wizard-step {
        float: none;
        width: 70%;
        min-width: 150px;
    }

    .form-wizard-step {
        transform: skewX(360deg);
    }

    .form-wizard-step p {
        transform: skewX(0deg);
        font-size: 14px;
        line-height: 20px;
    }

    .form-wizard-step-icon {
        transform: skewX(0deg);
    }

    .form-wizard-steps {
        display: flex;
        overflow: scroll;
    }

    .form-wizard h4 {
        font-size: 15px;

    }
}