@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1499px) {}

@media only screen and (max-width: 1399px) {
    /* .common-heading {
        width: 80%;
    } */

    .py-100 {
        padding: 80px 0;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-content {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link {
        padding: 35px 0;
    }

    .main-header .logo img {
        max-width: 150px;
    }
    .footer-info:not(:last-child)::after {       
        right: 20px;        
      }
 
}

@media only screen and (max-width: 1199px) {
    .footer-info-bx {
        margin-bottom: 30px;
    }

    .footer-info:not(:last-child)::after {
        content: unset;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .common-heading {
        width: 100%;
        margin-bottom: 40px;
    }

    .py-100 {
        padding: 70px 0;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .main-header .logo img {
        max-width: 150px;
    }

    header.main-header .navbar {
        padding: 15px 0;
    }
    .overview-accordion .accordion-button {       
        font-size: 20px;
        line-height: 30px;
    }  
    .box-popular-posts li .card-post .card-image img {
        max-width: 60px;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
    }
    .booking-form .form-group{
        padding-top: 20px;
        margin-top: 20px;
    } 
    .contact-form.booking-form h3 {
        font-size: 25px;
    }
    .booking-form .form-group .form-control {
        width: 75%;
    }
    .booking-form .form-group label {
        margin: 0;
        font-size: 16px;
    }
    .contact-form.booking-form.mb-4 {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .view-all-btn .primary-btn {        
        padding: 8px 25px;        
        font-size: 14px;        
    }
    section.tg-about-area .grid-2 {
        gap: 30px;
    }

    .testimonials .shape-5 {
        display: none;
    }

    .copy-right {
        margin-top: 0;
    }

    .footer-content .footer-logo img {
        max-width: 200px;
    }

    .footer-links h3 {
        margin-bottom: 15px;
    }

    .subscription-input {
        flex: 0;
    }

    .footer-links ul li {
        margin-bottom: 8px;
    }

    .footer-links {
        margin-bottom: 25px;
    }

    /* .footer-links:last-child{
        margin-bottom: 0;
    } */
    .footer-content {
        margin-bottom: 25px;
    }

    .footer-info-bx {
        /* flex-direction: column; */
        /* align-items: start; */
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }   

    .footer-social-links ul {
        margin-top: 25px;
    }

    .copy-right {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    .why-choose-bx {
        padding: 25px;
        gap: 20px;
    }

    .domestic-slide.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
        display: none;
    }

    .domestic-slide.owl-carousel .owl-nav button.owl-prev {
        position: unset;
    }

    .domestic-slide.owl-carousel .owl-nav button.owl-next {
        position: unset;
    }
    .international-slide.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
        display: none;
    }

    .international-slide.owl-carousel .owl-nav button.owl-prev {
        position: unset;
    }

    .international-slide.owl-carousel .owl-nav button.owl-next {
        position: unset;
    }

    .common-heading {
        margin-bottom: 30px;
    }

    .home-domestic .shape-3 {
        display: none;
    }

    .home-about-img img {
        width: 100%;
    }

    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .py-100 {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .banner {
        min-height: 720px;
    }

    .main-header .logo img {
        max-width: 130px;
    }

    /*--------- Header Sidebar ---------*/
    .header-btn {
        padding: 0 25px;
    }

    .header-btn .primary-btn {
        width: 100%;
        text-align: center;
        display: block;
    }

    .nav-menu-wrapper {
        display: block;
    }

    header.main-header .navbar {
        padding: 15px 0;
    }

    .nav-menu .nav-item.dropdown:hover .dropdown-menu {
        box-shadow: unset;
    }

    .nav-menu .nav-item .nav-link {
        color: var(--secondary-clr);
        padding: 0;
        font-size: 18px;
    }

    .nav-menu .nav-item .nav-link:hover {
        color: var(--primary-clr);
    }

    .nav-menu .dropdown-menu.show {
        position: initial;
        box-shadow: unset;
    }

    a.dropdown-item.sub-menu-icon {
        display: none;
    }

    .main-header .nav-menu .dropdown-menu .dropdown-submenu-left {
        left: 0;
        width: 100%;
        top: 0;
        display: block;
        box-shadow: unset;
    }

    .mobile .nav-menu {
        gap: 20px;
        align-items: start;
        padding: 25px;
        margin: 5px 0px !important;
        /* overflow-y: scroll; */
    }

    .btn-close {
        display: block !important;
        margin-left: auto;
        padding: 25px;
    }

    .mobile .nav-menu .dropdown-menu.show {
        width: 100%;
        border: 0;
    }

    .mobile .nav-menu a#navbarDropdown {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--primary-clr);
        padding: 10px 0;
    }

    .mobile .nav-menu .nav-item.dropdown {
        width: 100%;
    }

    /*--------- Header Sidebar ---------*/
    section.tg-chose-area .common-heading {
        text-align: start;
    }
    .about-testi .testi-content{
        text-align: start;
    }
    .direction-change {
        flex-direction: column-reverse;
    }
    .booking-form .form-group .form-control {
        width: 85%;
    }
    .tour-metas {
        flex-direction: column;
        align-items: start;
    }
    .package-image-bx img{
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .view-all-btn {
        margin-top: 25px;
    }
    .copy-right {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .footer-shape-2 {
        display: none;
    }

    .footer-shape-1 {
        display: none;
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .for-info-bx .info-details p {
        font-size: 25px;
    }

    .sub-title {
        font-size: 22px;
    }

    .banner {
        min-height: 600px;
    }

    .banner-content .bg-top-title {
        font-size: 18px;
        margin: auto auto 25px;
    }

    h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .tg-chose-area .shape-3 {
        display: none;
    }
    .contact-form h3 {
        font-size: 25px;
    }
    .box-info-tour{
        flex-direction: column;
        margin: 30px 0;
    }
    .box-info-tour .tour-info-group {
        width: 100%;
    }
    .tour-header {
        margin-bottom: 30px;
    }
    .tour-metas .tour-meta-left {     
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
    .overview-accordion .accordion-button{
        padding: 10px;
    }
    .overview-accordion .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }
    .overview-accordion .accordion-item{
        margin-bottom: 20px;
    }
    .package-image-bx img {
        height: 220px;
    }
    .breadcrumbs h1 {
        font-size: 38px;       
        line-height: 48px;        
    }
    .footer-info-bx {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 15px;
    }
    .footer-info-bx .info-details p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .view-all-btn {
        margin-top: 20px;
    }
    header.main-header .navbar {
        padding: 10px 0;
    }
    .common-btn a{
        display: block;
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
    }

    .domestic-slide.owl-carousel .owl-nav {
        gap: 10px;
    }
    .international-slide.owl-carousel .owl-nav {
        gap: 10px;
    }

    .for-info-bx {
        position: relative;
        z-index: 1;
    }

    .testi-card .testi-profile .testi-profile-info .profile-name {
        font-size: 18px;
    }

    .testi-card .testi-header {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .testi-bx {
        padding: 20px;
    }

    .why-choose-bx .why-choose-content h4 {
        font-size: 18px;
    }

    .why-choose-bx .why-choose-icon img {
        height: 50px;
        object-fit: contain;
    }

    .common-heading {
        margin-bottom: 25px;
    }

    .domestic-slide.owl-carousel .owl-nav button i {
        font-size: 10px;
    }

    .domestic-slide.owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .international-slide.owl-carousel .owl-nav button i {
        font-size: 10px;
    }

    .international-slide.owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
    }


    .package-content .package-title {
        font-size: 16px;
    }

    .for-info-bx .info-details p {
        font-size: 20px;
    }

    p {
        font-size: 17px;
    }

    .home-about-list li {
        font-size: 17px;
    }

    .for-info-bx {
        width: 100%;
        justify-content: center;
    }

    .sub-title {
        font-size: 18px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .py-100 {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner-content .bg-top-title {
        margin: auto auto 20px;
        font-size: 16px;
    }
    .contact-form h3 {
        font-size: 22px;
    }
    .single-info-contact .contact-address-box .icon{
        width: 40px;
    }
    .tour-metas .tour-meta-right {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .btn-share{
        width: 100%;
    }
    .booking-form .form-group {      
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .booking-form .form-group .form-control{
        width: 100%;
    }
    .package-image-bx img {
        height: 100%;
    }
    .breadcrumbs h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .internationl-package-card .package-price-bx {   
        align-items: start;
        flex-direction: column;
    }
    .internationl-package-card .package-price-bx .package-button {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 475px) {
    h2 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px;
    }

    p {
        font-size: 16px;
    }

    .home-about-list li {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .breadcrumbs h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 375px) {
    h1 {
        font-size: 28px;
        line-height: 35px;
    }

}