@media (max-width: 1600.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .banner-text {
        margin-top: 75px;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: -20px;
    }

    /* heading section responsive starts here  */
    .view-all-btn {
        position: relative;
    }
    .guides-main .view-all-btn a.btn-box{
        top: 16px;
    }
    .view-all-btn a.btn-box,
    .view-all-btn a {
        top: -9px;
    }

    .primary-heading p {
        padding-bottom: 20px;
    }
    .banner-text h1 {
        font-size: 35px;
    }
    .banner-text p {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .banner-text .form .form-control {
        margin-bottom: 5px;
    }


    /* tabs responsive starts here  */


}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
 
    /* header responsive starts here  */
    .header {
        position: sticky !important;
        background-color: var(--bg-primary);
    }

    .banner-text {
        margin-top: 15px;
    }
    .banner-text h1 {
        font-size: 28px;
    }

    /* popular guides section starts here  */
    .text-box  {
        padding: 10px 20px;
    }
    .latest-post-box .text-box p,
    .guides-box .text-box p{
        font-size: 14px;
        line-height: 22px;
    }
    .guides-main .view-all-btn a.btn-box {
        top: -4px;
    }
    /* contact us page starts here  */
    .contact-form .wpcf7-submit ,
    .contact-form .form-control {
        height: 44px;
        margin-bottom: 18px;
    }

    .about-side-box {
        height: 335px;
    }

}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* banner responsive starts here  */
    .banner-text h1 {
        font-size: 25px;
    }


    .banner-text span {
        font-size: 13px;
    }

    .banner-text p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .banner-text {
        margin-top: 10px;
    }

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /* banner responsive starts here  */
    .banner-text {
        position: relative !important;
        margin: 0;
        padding: 15px 0;
    }

    .banner-text .form .form-control {
        width: 100%;
        height: 40px;
    }

    .banner-text h1 {
        font-size: 22px;
    }

    /* swiper js starts here  */
    .guides-box,
    .blogs-box,
    .destination-box,
    .swiper-items {
        max-width: 310px;
        margin: auto;
    }

    .btn-box.more-about {
        padding: 6px 15px;
    }

    .primary-heading h3,
    .primary-heading h2 {
        font-size: 20px;
    }

    /* main heading responsive starts here  */
    .primary-heading p {
        font-size: 14px;
        line-height: 23px;
    }

    .view-all-btn .btn-box {
        padding: 7px 14px;
        font-size: 15px;
    }


    /* blog home responsive  */
    .blogs-box {
        flex-direction: column;
    }

    .blogs-box .text-box {
        transform: translateX(0px);
        margin-left: 15px;
        margin-right: 15px;
    }

    /* page content responsive starts here  */

    /* page content responsive  */
    .page-content p,
    .page-content ul li,
    .page-content ol li {
        margin: 12px 0;
        font-size: 15px;
        line-height: 24px;
    }

    .page-content>h1 {
        font-size: 25px;
    }

    .page-content>h2 {
        font-size: 23px;
    }

    .page-content>h3 {
        font-size: 22px;
    }

    .page-content>h4 {
        font-size: 20px;
    }

    .page-content>h5 {
        font-size: 19px;
    }

    .page-content>h6 {
        font-size: 17px;
    }

    /* blog responsive starts here  */
    .blog-content {
        border-left: 1px solid #AAAAAA;
        border-top: none;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .blog-media {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    .heading-sec span {
        font-size: 22px;
    }

    .blog-box {
        margin: auto;
        max-width: 310px;
    }

    .banner-content p {
        font-size: 17px;
        font-weight: 500;
    }

    .breadcrumb-cover .breadcrumb {
        flex-direction: column;
    }

    .breadcrumb-cover .breadcrumb {
        display: none;
    }


    .blog-text h1 {
        font-size: 25px;
    }

    .blog-text h2 {
        font-size: 24px;
    }

    .blog-text h3 {
        font-size: 23px;
    }

    .blog-text h4 {
        font-size: 22px;
    }

    .blog-text h5 {
        font-size: 20px;
    }

    .blog-text h6 {
        font-size: 18px;
    }

    .blog-text li,
    .blog-text p {
        line-height: 21px;
        font-size: 14px;
        margin: 9px 0;
    }

    /* button responsive starts here  */
    a.btn-box,
    .btn.btn-box {
        padding: 7px 30px;
    }

    .footer-form .form-control {
        height: 43px;
    }

    .view-all-btn a.btn-box, .view-all-btn a {
        top: 0;
    }
    .banner-text .form .search-form {
        width: 280px;
        height: 40px;
        border-radius: 15px;
    }

    .banner {
        border-radius: 0 0 10px 10px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 18px;
    }

}