/* custom container start */
@media (min-width: 767px) and (max-width: 991px) {
    .custom-container {
        max-width: 720px;
        margin: auto;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .custom-container {
        max-width: 520px;
        margin: auto;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .custom-container {
        padding: 0 15px;
        margin: auto;
    }
}
/* custom container end */
@media (min-width: 1700px) and (max-width: 1870px) {
    .swiper-pagination{
        left: 140px !important;
    }
}
@media only screen and (max-width:1700px) {
    .swiper-pagination {
        left: 80px !important;        
    }
}
@media only screen and (max-width:1600px) {
    .swiper-pagination {
        left: 30px !important;
    }
    .testimonials {
        padding: 100px 0 50px 150px;
    }
}
@media only screen and (max-width:1499px) {
    .swiper-pagination {
        left: 10px !important;
    }
}
@media only screen and (max-width: 1399px) {
    .testimonials::after {
        width: 100%;
    }
    /* .common-heading {
        width: 80%;
    } */
    section.why-choose {
        margin-top: 80px;
    }
    .py-100 {
        padding: 80px 0;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .banner-title{
        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;
    }
    .car-hire .black-btn {
        margin: 0;
        padding: 10px 12px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .testi-card {
        padding: 25px 30px;
    }
    .car-hire .black-btn {
        position: unset;
        transform: unset;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
    } 
    .car-hire .btn-bx{
        display: block;
    } 
    .car-hire h3, .car-hire h4, .car-hire h5 {
        font-size: 17px;                
        padding: 10px 0;
    } 
    .car-hire {
        padding: 20px;
    }
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .common-heading {
        width: 100%;
        margin-bottom: 40px;
    }
    section.why-choose {
        margin-top: 70px;
    }
    .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;
    }
    .car-hire img{
        height: 150px;
    }
}
@media only screen and (max-width: 1220px) {
    .bg-slide {      
        height: 60vh;       
    } 
    .swiper-pagination{
        position: unset;
        flex-direction: row !important;
        justify-content: center;
        margin: 30px 0 15px 0;
        /* transform: translate(-100%, -100%) !important; */
    }
    .custom-pagination{
        margin: 0px 20px 0 !important;        
    }
    .custom-pagination:first-child {
        margin-left: 0 !important;
    }
    .custom-pagination:last-child{
        margin-right: 0 !important;
    }
    .custom-pagination:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 60px;
        transform: translate(-50%, 0);
        width: 40px;
        height: 4px;
        background: var(--primary-clr);
    }
    .banner {
        min-height: 720px;
        /* flex-direction: column; */
        flex-direction: column-reverse;
        text-align: center;
        /* padding: 150px 0 0; */
        padding: 120px 0 0;
    }
    .banner-content{
        text-align: start;
    }
}

@media only screen and (max-width: 991px) { 
    .view-all-btn .primary-btn {        
        padding: 8px 25px;        
        font-size: 14px;        
    }
    .banner-content{
        text-align: center;
    }
    .bg-slide {      
        height: 80vh;       
    } 
    .testi-slide.owl-carousel .owl-nav {
        justify-content: center;
    }
    .testi-card {
        padding: 20px 25px;
    }
    .testimonials::after {
        border-radius: 0;
    }
    .testimonials {
        padding: 50px 0;
    }
    .blog-card .blog-content {
        padding: 15px;
    }
    .blog-card .black-btn {
        position: unset;
        transform: unset;
        text-align: center;
        margin: auto auto 15px;
        display: flex;
        align-items: center;
        width: fit-content;
    }
    .holiday-package .shap-2 {
        display: none;
    }
    .about-home .shap-1 {
        display: none;
    }
   
    .copy-right {
        margin: 30px 0 0;
        flex-direction: column;
        gap: 15px;
    }
    .copy-right {
        margin: 40px 0 0;
    }
    .footer-social-links ul {
        margin-top: 30px;
    }
    .footer-top {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-bottom: 30px;
    }
    .feature-card-right {
        margin-top: 0;
    }
    .feature-card {
        gap: 20px;
    }
    .grid-2.position-change {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .package-slide.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
    }
    .package-slide.owl-carousel .owl-nav button.owl-prev {
        position: unset;
    }
    .package-slide.owl-carousel .owl-nav button.owl-next {
        position: unset;
    }
    .common-heading {
        margin-bottom: 30px;
        text-align: start;
    }
    .home-domestic .shape-3 {
        display: none;
    }
    .home-about-img img {
        max-height: 450px;
        width: 100%;
        object-fit: contain;
    }
    .home-about::before {
        height: 50px;
    }
    .home-about-content h2,.home-about-content h1 {
        text-align: center;
    }
    .home-about-content .sub-title {
        text-align: center;
    }
    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.why-choose {
        margin-top: 0;
    }
    .py-100 {
        padding: 50px 0;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .main-header .logo img {
        max-width: 130px;
    }
    .about-home .grid-2 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .about-home .odd-row {
        flex-direction: column-reverse;
    }
    /*--------- 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 ---------*/
    .testimonial-shape {
        display: none;
    }
    .testimonial-shape{
        display: none;
    }
    .direction-change {
        flex-direction: column;
    }
    .booking-form .form-group .form-control {
        width: 85%;
    }
    .tour-metas {
        flex-direction: column;
        align-items: start;
    }
    .box-feature-car {
        padding: 35px 35px 30px 35px;
    }
    #big .item img {
        height: 550px;       
    }
    .package-image-bx img{
        height: 250px;
    }
    .blog-image-bx img{
        height: 220px;
    }
    .car-hire img {
        height: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .view-all-btn {
        margin-top: 25px;
    }
    .bg-slide {
        height: 80vh;
    }
    .banner {
        min-height: 600px;
    }
    .testi-card {
        padding: 15px;
    }
    .need-help {
        gap: 20px;
        flex-direction: column;
    }
    .need-help .contact-number a {
        font-size: 30px;
    }
    .need-help .info-details p {
        font-size: 20px;
    }
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .for-info-bx .info-details p {
        font-size: 25px;
    }
    .sub-title {
        font-size: 22px;
        line-height: 28px;
    }
    .banner-content .bg-top-title {
        font-size: 18px;
        margin: auto auto 25px;
    }
    .banner-title {
        font-size: 50px;
        line-height: 62px;
    }
    .banner-slider-bx {
        flex-direction: column;
        align-items: center;
    }
    .banner-steps {
        flex-direction: row;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .banner-steps .step {
        margin: 0;
    }
    .banner-steps .line {
        height: 4px;
        width: 30px;
    }
    .box-info-tour{
        grid-template-columns: repeat(2, 1fr);
        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;
    }
    .box-feature-car{
        margin-bottom: 20px;
    }
    .box-feature-car {
        padding: 25px;
    }

    #big .item img {
        height: 400px;
    }
    .box-button-abs {      
        bottom: 22%;        
    }
    .package-image-bx img {
        height: 220px;
    }
    .breadcrumbs h1 {
        font-size: 38px;       
        line-height: 48px;        
    }
    .blog-image-bx img {
        height: 200px;
    }
    .car-hire img {
        height: 100%;
    }
    .list-feature-car {    
        grid-template-columns: repeat(1, 1fr);        
    }
}
@media only screen and (max-width: 575px) { 
    .footer-links .footer-info .info-details p a{
        word-break: break-all;
    }
    .view-all-btn {
        margin-top: 20px;
    }
    .tempo-tab .nav-pills {
        flex-direction: column;
    }
    .responsive_table td strong {       
        font-size: 16px;
        white-space: nowrap;
    }
    .car-hire .black-btn{
        margin: 10px 0 0;
    }
    .testimonials {
        padding: 30px 0;
    }
    .footer-links .footer-info .info-details p {
        font-size: 16px;
    }
    .copy-right .copy-right-content {
        text-align: center;
    }
    .copy-right .footer-terms {
        justify-content: center;
    }
    .footer-links ul li a {
        font-size: 16px;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .footer-links h3 {
        font-size: 22px;
    }
    .copy-right .footer-terms {
        gap: 15px;
    }
    .feature-content {
        position: relative;
        z-index: 1;
    }
    .position-card-three {
        right: 0;
    }
    .feature-item {
        min-height: 200px;
    }
    .grid-2.position-change {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .testimonials::before {
        z-index: -1;
    }
    .package-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;
    }
    .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;
    }
    .package-slide.owl-carousel .owl-nav button i {
        font-size: 10px;
    }
    .package-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;
    }
    .home-about-list li {
        font-size: 17px;
    }
    .for-info-bx {
        width: 100%;
        justify-content: center;
    }
    .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
    p {
        font-size: 17px;    
        line-height: 29px;   
    }
    h1 {
        font-size: 25px;
        line-height: 35px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .py-100 {
        padding: 30px 0;
    }
    .pt-100 {
        padding-top: 30px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
    .banner-title {
        font-size: 40px;
        line-height: 55px;
    }
    .banner-content .bg-top-title {
        margin: auto auto 20px;
        font-size: 16px;
    }
    .footer-social-links ul li {
        margin: 0;
    }
    .home-about-img img {
        max-height: unset;
        height: auto;
    }
    .card-team .card-info .designation{
        font-size: 14px;
    }
    .card-team .card-info h4{
        font-size: 20px;
    }
    .card-team .card-info {
        padding: 20px 12px;
    }
    .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%;
    }
    #big .item img {
        height: auto;
    }
    .box-button-abs {      
        position: relative;
        z-index: 1;
        bottom: unset;
    }
    .box-button-abs .black-btn {        
        display: block;
        margin-top: 50px;
        text-align: center;
    }
    .list-feature-car .item-feature-car {
        width: 100%;
    }
    #big.owl-carousel .owl-nav button.owl-prev,#big.owl-carousel .owl-nav button.owl-next{
        position: unset;
    }
    #big .owl-nav {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    /* #thumbs {
        display: none;
    } */
    .box-feature-car {
        padding: 20px;
    }
    .breadcrumbs h1 {
        font-size: 32px;
    }
    .package-image-bx img {
        height: auto;
    }
    .breadcrumbs h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .blog-image-bx img {
        height: auto;
    }
    .package-slide.owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
    }
    .box-info-tour {
        grid-template-columns: repeat(1, 1fr);       
    }
}
@media only screen and (max-width: 475px) {
    h1 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    p {
        font-size: 16px;
        line-height: 28px;
    }
    .home-about-list li {
        font-size: 16px;
    }
    .banner-content .hero-desc {
        font-size: 17px;
        line-height: 28px;
    }
    .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
    .breadcrumbs h1 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 375px) {
    .banner-title{
        font-size: 28px;
        line-height: 35px;
    }
}