@media screen and (max-width:1200px) {}

@media screen and (max-width:991px) {
    .navbar-toggler {
        border: 0 !important;
        box-shadow: none !important;
        color: #fff !important;
    }

    .navbar-menu-list li a {
        color: #000;
    }

    .nav-toggle-close {
        width: 40px;
        height: 40px;
        background-color: var(--primary);
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        border: 0;

    }

    .offcanvas-header {
        padding-bottom: 0 !important;
    }

    .testimonial-right {
        padding-bottom: 60px;
    }

    .col-rv {
        flex-direction: column-reverse;
    }

    .contact-bg h3 {
        margin-bottom: 40px;
    }

    .dnone-lg {
        display: none;
    }

    .mobile-btns-top a {
        display: flex;
    }

    .navbar-toggler {
        padding: 0 !important;
    }

    .story-right p {
        text-align: left;
    }

    .filter-card form {
        flex-direction: column;
    }

    .filter-card form .row {
        gap: 0px !important;
    }

    .filter-btn {
        margin-top: 10px;
    }

    .section-book-online h3 {
        margin: 10px auto;
        margin-bottom: 30px;
    }
    .partner-brand-section-inner{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .partner-brand-section-inner ul li{
        position: relative;
    }
    .partner-brand-section-inner ul{
        gap: 15px;
        padding-left: 5px;
    }
    .partner-brand-section-inner ul li::before{
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        position: absolute;
        left: -8px;
        top: 10px;
        background-color: #000;
    }
        /* .partner-brand-section-inner ul li:first-child::before{
            content: unset;
        } */
         .partners-about-left{
            padding-right: 0;
         }
         .gr-contact{
            margin-bottom: 10px;
         }
}

@media screen and (max-width:768px) {
    .baner-caption-card h1 {
        font-size: 45px;
    }

    .testimonial-left {
        height: 350px;
    }

    .footer-address ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .accordion-faq .accordion-button {
        line-height: 25px;
    }

    .testimonial-right h2 {
        text-align: center;
    }
    .bnr-badge-title{
        font-size: 20px;
    }
    .bnr-badge-subtitle{
        font-size: 28px;
    }

}

@media screen and (max-width:567px) {
    .baner-caption-card h1 {
        font-size: 30px;
    }

    .story-img img.img2 {
        width: 56%;
    }

    .story-right h3 {
        font-size: 30px;
    }

    .story-right h3 span {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }

    .testimonial-left img {
        width: 95%;
        right: 5%;
    }

    .testimonial-left {
        width: 100%;
    }

    .flex-field {
        flex-direction: column;
    }

    .flex-field .form-field-cs {
        width: 100%;
    }

    .contact-bg h3 {
        font-size: 28px;
    }

    .contact-bg form {
        padding: 20px;
    }

    .section-top-baner h3 {
        font-size: 27px;
    }

    .navbar-brand h2 {
        font-size: 22px;
    }

    .cms-container h2 {
        font-size: 18px;
    }

    .cms-container p {
        font-size: 14.5px;
    }

    .cms-container {
        padding: 15px;
    }

    .section-top-baner h3 {
        font-size: 25px;
    }

    .footer-logo img {
        width: 110px;
    }

    .pay-img img {
        width: 100%;
    }

    .nav-logo img {
        width: 60px;
    }

    .footer-address ul {
        flex-direction: column;
        gap: 3px;
    }

    .benefits-third-widget img {
        width: 60px !important;
    }

    .benefits-third-widget h3 {
        font-size: 20px;
    }

    .filter-card .col-lg-3 {
        padding: 0 !important;
    }

    .filter-btn {
        width: 100%;
    }

    .hotels-widget-cs {
        padding: 18px;
    }

    .card-btns-second-cs a {
        font-size: 12px;
    }

    .card-btns-second-cs {
        gap: 4px;
    }

    .navbar-brand h2 {
        font-size: 17px;
    }

    .hotel-filter-section h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .hotel-filter-section h1 br {
        display: none;
    }

    .contact-left {
        padding: 20px;
    }

    .contact-left h3 {
        font-size: 18px !important;
    }

    .contact-content a {
        font-size: 14px;
    }

    .section-book-online h3 {
        font-size: 30px;
    }

    .section-book-online h3::after {
        display: none;
    }

    .gr-contact__btn {
        padding: 7px 15px;
    }

    .gr-contact__heading {
        margin-bottom: 15px;
    }

    .gr-contact__email {
        margin-bottom: 15px;
    }
       .inner-container h2 {
        font-size: 31px;
        width: 330px;
        position: relative;
    }
       .inner-container p {
        width: 330px;
        position: relative;
    }
    .bnr-badge-card{
        position: relative;
    }
    .partners-about-left h2{
        font-size: 27px;
    }
    .partners-form-left h2{
        font-size: 30px;
    }
}

@media screen and (max-width:370px) {
    .navbar-brand h2 {
        font-size: 14px;
    }

}