@media(min-width: 1400px) {
    .container {
        max-width: 1200px !important;
        padding: 0 !important;
    }
}
@media(min-width: 1600px) {
    .container {
        max-width: 1400px !important;
        padding: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .butn-adult {
        padding: 0px 8px !important;
        font-size: 14px !important;
    }

    #hero input,
    #hero select {
        font-size: 14px !important;
    }

    .search_bus_area span.select2-selection.select2-selection--single {
        font-size: 14px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 6px !important;
    }

    #footer .footer-top .social-links a {
        margin-bottom: 8px !important;
    }

    .search_bus_area {
        padding: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .payment_img_inReservation {
        width: 100% !important;
    }

    #footer .footer-top .social-links a {
        margin-bottom: 8px !important;
    }

    #hero h1 {
        color: #fff !important;
    }

    section#hero::before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(124deg, #00000099, transparent);
        position: absolute;
    }

    .map-img iframe {
        height: 456px !important;
    }
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 20px 7px 20px;
    }

    #header .logo {
        margin: 5px 0;
        width: 130px;
    }
    .download-ticket {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .lang__anc span {
        display: inline-flex !important;
    }
    .mobile-nav .drop-down li {
        width: 100%;
    }

    #hero {
        text-align: center;
    }

    #hero .container {
        padding-top: 0;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }

    #header {
        padding: 5px 0;
    }

}

@media (max-width: 768px) {
    #hero h1 {
        margin-top: 0 !important;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
    .popular_trip_img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }
}

@media (max-width: 575px) {

    .section-title h2 {
        font-size: 26px !important;
        margin: 0 !important;
    }

    #hero h1 {
        font-size: 22px;
    }

    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }

    #hero .btn-watch-video {
        font-size: 16px;
        padding: 10px 0 8px 40px;
        margin-left: 20px;
    }

    #hero .btn-watch-video i {
        font-size: 32px;
        top: 7px;
    }

    .dab-center {
        height: 80px;
    }

    .dab-center {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 768px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* Login */
    .login-box {
        padding: 25px 40px;
        border: 1px solid #eee;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    }
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .cancel-box {
        position: absolute;
        right: auto !important;
        left: auto !important;
    }
    .cancel-box::after {
        right: auto !important;
        left: 20px !important;
    }
    .img-success {
        width: 50px;
        margin-top: 0;
    }
    .ticket_box {
        padding: 15px;
        min-height: auto !important;
    }
    .profile-right-tab-content .submit-btn-area button {
        width: 100% !important;
    }
    .pay-details-box {
        min-height: auto !important;
        overflow-y: auto !important;
        /* margin-bottom: 31px; */
    }
    #psngr_dtls .section-title {
        font-size: 23px !important;
        font-weight: 500 !important;
        padding: 20px 0px 0px !important;
    }

    .section-title {
        font-size: 30px !important;
        font-weight: 500 !important;
    }

    .testimonial-item h2 {
        font-size: 30px !important;
    }

    [class*=" icofont-"],
    [class^=icofont-] {
        line-height: 29px !important;
    }

    #hero {
        background: transparent;
        background-size: contain;
        padding-top: 20px;
    }

    #hero h1 {
        text-align: center;
    }
    .hero_container {
        padding: 0 0 10px!important;
    }
    .search_bus_area {
        position: unset !important;
        padding: 20px;
        border-radius: 0 0 10px 10px !important
    }
    .box-section {
        padding-top: 30px !important;
    }

    section {
        padding: 30px 0;
    }

    .location-flex-area {
        margin-bottom: 10px;
    }

    .modify_bus_area .location-flex-area {
        margin-bottom: 0px !important;
    }

    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }

    #ui-datepicker-div {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .list-inline-item.detail-btn-wrapper {
        width: 100%;
    }

    .seat-status-box {
        display: block !important;
    }

    .main_status_box {
        padding: 0;
    }

    .select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    label.search_bus_form_label.d-none-mob {
        display: none;
    }

    .single_item {
        margin-bottom: 5px !important;
    }

    .testimonial-item h6 {
        font-size: 16px !important;
    }

    .testimonial-details-left h1 {
        font-size: 30px;
        font-weight: 500;
    }

    .payment-title h2 {
        padding: 5px;
        font-size: 30px !important;
    }

    .single-stories {
        margin: 0px 15px;
    }

    #footer .footer-top {
        padding: 10px 0px 20px !important;
    }

    #footer .footer-top h4 {
        font-size: 24px !important;
        font-weight: 600 !important;
        margin: 10px 0px !important;
    }

    #footer .footer-top .social-links a {
        font-size: 20px !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 23px !important;
    }

    .profile-left-tab {
        min-height: auto !important;
        margin-bottom: 10px !important;
    }

    .box-section .box-item {
        justify-content: space-between !important;
    }

    .box {
        margin: 5px 0px !important;
        width: 48% !important;
    }
    .box h5 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.2px;
        text-transform: capitalize;
    }
    .search_bus_area .form-group {
        margin-bottom: 0;
    }
    .search_bus_area .btnsubmit {
        margin-top: 6px;
    }
    .bus-departure {
        padding: 15px !important;
    }
    .dept-time-wrapper h4 {
        font-size: 16px;
    }
    .hidden_bus_seat_layout_panel {
        width: 100% !important;
    }
    .search_bus_area .form-group {
        margin-bottom: 0;
    }

    .search_bus_area .btnsubmit {
        margin-top: 6px;
    }
    .b-contact-form-box {
        min-height: auto;
        padding: 20px;
    }
    .login-box {
        border: 1px solid #ddd;
        padding: 20px;
        margin: 2em 0;
    }
    .why-book-us .hiw-box {
        min-height: 180px;
    }
    .gall-img {
        height: 220px;
    }
    .play-store-wrapper img {
        width: 145px;
    }
}
@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }

    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

@media(min-width:1600px) {
    .box-section {
        padding-top: 120px;
    }

    @media(min-width:1520px) and (max-width:1500px) {
        .box-section {
            padding-top: 130px;
        }
    }

    @media(max-width:1599px) {
        .box-section {
            padding-top: 70px;
        }
    }

    @media(max-width:1200px) {
        .box-section {
            padding-top: 30px;
        }
    }
}
@media (max-width: 458px) {
    .cancel-box {
        position: absolute;
        right: 0 !important;
        left: auto !important;
    }
    .cancel-box::after {
        right: 20px !important;
        left: auto !important;
    }
}
@media (max-width: 420px) {
    .seat-text h5 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }
    .page-heading.onward-return-title h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0;
    }
    .roundtrip_route_direction_title {
        font-size: 18px;
        font-weight: 600;
    }
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
    #ui-datepicker-div {
        padding: 5px !important;
    }
    .ui-widget.ui-widget-content {
        min-width: 315px;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        font-size: 13px;
        margin: 2px;
    }
    .box {
        margin: 5px 0px !important;
        width: 100% !important;
    }
    .dept-time-wrapper p {
        font-weight: 500;
        font-size: 14px;
    }
    .mbrnad-name {
        font-size: 18px;
    }
}
@media (max-width: 340px) {
    .cancel-box {
        min-width: 265px;
    }
}