
@media screen and (max-width:1650px){
    .header-top, .header-main, .footer{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width:1480px){
    .header-top, .header-main, .footer{
        padding-left: 60px;
        padding-right: 60px;
    }
    .container{
        max-width: 1280px;
    }
}
@media screen and (max-width:1367px){
    .container{
        max-width: 1180px;
    }
    .signup-section .container{
        max-width: 1100px;
    }
    .header-top, .header-main, .footer{
        padding-left: 40px;
        padding-right: 40px;
    }
    
}
@media screen and (max-width:1349px){
    .container{
        max-width: 1090px;
    }
    .buslist-wraper .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .busdetail .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .header-top, .header-main{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer{
        padding-left: 40px;
        padding-right: 40px;
    }
    .search-bus{
        padding: 34px 30px;
    }
}

@media screen and (max-width:1200px){ 
    .container{
        padding: 0 30px;
    }
    .signup-section .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .fs-3{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .menu-toggle{
        display: block;
    }
    .head-nav{
        z-index: 2;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        width: 300px;
        background: #0A2463;
        padding-top: 90px;
        transition: all 0.3s ease;
    }
    body.menu-open{
        overflow: hidden;
    }
    .menu-open .head-nav{
        left: 0;
    }

    .head-nav{
        padding-left: 0;
    }
    .head-nav .nav-list{
        display: block !important;
        padding: 0 20px;
    }
    .nav-list li{
        margin: 20px 0;
        position: relative;
    }
    .nav-list li a{
        font-size: 1.6rem;
        color: #fff;
    }
    .nav-list li a i{
        background: url("../images/arrow-down-white.svg") no-repeat center center;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .review-slider .slick-prev{
        left: 15px;
    }
    .review-slider .slick-next{
        right: 15px;
    }
    .footer{
        padding: 35px 30px 40px;
    }
    .quick-link li a, .newslatter p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .newslater-form .input-form, .newslater-form .subscribe{
        font-size: 1.6rem;
    }
    .footer-links h5{
        font-size: 2rem;
    }
    .newslatter h4{
        font-size: 2.6rem;
    }
    .grouptravel-left ul li{
        font-size: 2rem;
        line-height: 2.4rem;
        padding-bottom: 14px;
    }
    .transportation-content p{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .transportation-card h4{
        font-size: 2rem;
        line-height: 3rem;
    }
    .buslist-wraper{
        padding: 30px;
    }
    .search-bus{
        padding: 25px 20px;
    }
    .search-btn i{
        margin-left: 10px;
    }
    .row.motorsearch-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.motorsearch-row > * {
        padding-left: 10px;
        padding-right: 10px;
    }
    .buslist{
        padding: 25px 20px 0;
    }
    .buslist-head{
        padding-bottom: 25px;
    }
    .bus-card{
        margin-bottom: 30px;
    }
    .signup-img h2, .signup-right h2{
        font-size: 3.6rem;
        line-height: 4rem;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-label, .forgot-link, .custom-checkbox {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .custom-checkbox span{
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .signup-img{
        width: 380px;
    }
    .signup-right {
        width: calc(100% - 380px);
    }
    .signup-img p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .busdetailimg-slider{
        max-width: 500px;
    }
    .busdetailthumb-slider .items img, .busdetailthumb-slider .items{
        border-radius: 6px;
    }
    .info-card{
        margin-bottom: 35px;
    }
    .info-card h4{
        padding: 15px 25px;
    }
    .bus-card-img img{
        height: 150px;
    }
    .buslist-head .filter-range label, .buslist-head{
        font-size: 1.6rem;
        line-height: 2rem;
    }
}
@media screen and (max-width:991px){
    .fs-3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .header-top{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .header-main{
        padding: 13px 20px;
    }
    .hero-content h2{
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .hero-content p{
        font-size: 1.8rem;
        line-height: 2.2rem;
        max-width: 550px;
    }
    .motorsearch-row .col-3{
        width: 50%;
        padding-bottom: 15px;
    }
    .reasons-list li i{
        transform: scale(0.8);
        transform-origin: center center;
        margin-bottom: 0;
    }
    .transportation-list .col-8 {
        width: 100%;
    }
    .transportation-list .col-4{
        width: 50%;
    }
    .transportation-list .col-3{
        width: 50%;
    }
    .populardestination-section .col-8 {
        order: 6;
    }
    .connectwith-card-content h3{
        padding-bottom: 15px;
    }
    .resources-row .col-4{
        width: 50%;
    }
    .grouptravel-left ul li{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .transportation-content p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .seaction-head h2, .grouptravel h2{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    .partner-slider .slick-prev, .industry-slider .slick-prev {
        left: -30px;
    }
    .partner-slider .slick-next, .industry-slider .slick-next {
        right: -30px;
    }
    .industry-slider{
        max-width: 650px;
    }
    .industry-slider .slick-slide{
        padding: 0 20px;
    }
    .footer-logo{
        width: 30%;
    }
    .newslatter{
        width: 50%;
        padding-top: 30px;
        margin-left: 0;
    }
    .grouptravel-left{
        width: 54%;
    }
    .grouptravel-right{
        width: 46%;
    }
    .buslist-row .col-4{
        width: 50%;
    }
    .signup-section{
        padding: 60px 30px;
    }
    .signup-img{
        width: 100%;
    }
    .signup-right{
        width: 100%;
        padding: 20px 15px;
    }
    .signup-img img{
        height: 250px;
        object-fit: cover;
    }
    .signup-img.login-img img{
        height: 250px;
        object-fit: cover;
    }
    .login-logo{
        display: none;
    }
    .login-from .form-group{
        margin-bottom: 20px;
    }
    .signup-img h2 {
        font-size: 3rem;
        line-height: 3.4rem;
        top: 50px;
    }
    .signup-img p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .form-label {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin: 0 0 5px;
    }
    .signup-wraper{
        padding: 30px 25px;
    }
    .submit-btn {
        font-size: 1.8rem;
        line-height: 40px;
    }
    .form-control{
        font-weight: 400;
    }
    .submit-btn {
        font-size: 1.6rem;
        line-height: 40px;
    }
    .signup-right h2{
        font-size: 3rem;
        line-height: 3.4rem;
    }
    .login-from{
        padding-top: 0;
    }
    .footer-logo img{
        max-width: 190px;
    }
    .forgot-link{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .busdetail-banner h2{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .busdetail-head h2{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .busdetail-head .contactus-btn {
        font-size: 1.6rem;
        padding: 6px 20px;
    }
    .back-btn {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .busdetail-left{
        width: 100%;
        padding-right: 0;
    }
    .busdetail-right{
        width: 100%;
        padding-top: 35px;
    }
    .upload-text{
        padding-left: 15px;
    }
    .uploadtext-btn {
        min-width: 135px;
        font-size: 13px;
    }
    .fileupload-list{
        padding-top: 0;
    }
    .fileupload-list .file-upload-custom-btn {
        width: 86px;
        height: 86px;
    }
    .fileupload-list .file-upload{
        padding-right: 10px;
    }
    .custom-checkbox{
        font-size: 1.4rem;
    }
    .custom-checkbox span {
        width: 18px;
        height: 18px;
    }
    .uploadtext-btn{
        line-height: 26px;
    }
    .bus-search .container{
        justify-content: center;
    }
    .hero-slider .hero-img img{
        height: 650px;
    }
    .bus-search-wraper{
        max-width: 500px;
    }
    .search-input, .custom-select__option--value{
        padding: 9px 20px 9px 20px;
    }
    .search-btn{
        line-height: 42px;
    }
}
@media screen and (max-width:767px){
    .container{
        padding: 0 15px;
    }
    .fs-4 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .form-select, .form-control{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .phone-icon {
        background-size: 18px auto;
    }
    .mail-icon{
        background-size: 18px auto;
    }
    .headtop-right .headtop-social li a{
        background-size: 18px auto;
    }
    .login-icon{
        background-size: 14px auto;
    }
    .signup-icon{
        background-size: 14px auto;
    }
    .headtop-link li {
        padding-right: 14px;
    }
    .headtop-login li {
        padding-left: 18px;
    }
    .headtop-link li a, .headtop-login li a{
        font-size: 0;
    }
    .headtop-link li a i, .headtop-login li a i{
        margin-right: 0;
    }
    .header-top{
        padding: 9px 15px;
    }
    .contactus-btn{
        font-size: 14px;
        padding: 4px 15px;
    }
    .header-main{
        padding: 11px 15px;
    }
    .hero-slider .hero-img img{
        object-fit: cover;
    }
    .hero-slider .hero-content{
        padding: 0 15px;
    }
    .hero-content h2{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .hero-content p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .hero-slider .slick-prev, .hero-slider .slick-next{
        display: none !important;
    }
    .hero-slider .hero-img img{
        height: 600px;
    }
    .bus-search-wraper{
        padding: 20px 15px;
    }
    .bus-search-wraper h4{
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .bus-search-wraper p{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .search-input, .custom-select__option--value{
        padding: 7px 15px 7px 15px;
        font-size: 1.2rem;
    }
    .bus-search .btn-number{
        font-size: 18px;
        width: 30px;
        height: 32px;
    }
    .bus-search .input-number{
        padding: 5px 10px 5px 10px;
    }
    .motorsearch-row .col-3{
        width: 100%;
    }
    .motorsearch-row .col-3{
        padding-bottom: 12px;
    }
    .search-btn{
        line-height: 42px;
    }
    .reasons-section{
        padding: 50px 0;
    }
    .seaction-head h2, .grouptravel h2{
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .seaction-head{
        padding-bottom: 20px;
    }
    .reasons-list li{
        width: 50%;
        margin-top: -14px
    }
    .reasons-list li p{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .reasons-list li i{
        transform: scale(0.7);
        transform-origin: bottom center;
        margin-bottom: 5px;
    }
    .transportation-card h4{
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .transportation-list .col-3, .transportation-list .col-4{
        width: 100%;
    }
    .transportation-card{
        margin-bottom: 15px;
    }
    .connectwith-card-content{
        padding: 0 15px;
    }
    .connectwith-card-content h3{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .connectwith-card-img img{
        height: 330px;
        object-fit: cover;
    }
    .rating-star{
        padding-bottom: 15px;
    }
    .resources-row .col-4{
        width: 100%;
    }
    .resources-card{
        margin-bottom: 15px;
    }
    .grouptravel-left ul li{
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding-bottom: 10px;
    }
    .grouptravel{
        padding: 35px 0 35px;
    }
    .grouptravel h2{
        padding-bottom: 15px;
    }
    .grouptravel-left{
        width: 100%;
    }
    .grouptravel-right{
        width: 100%;
    }
    .grouptravel-right .newslatter{
        padding-top: 10px;
    }
    .footer{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-logo{
        width: 100%;
        text-align: center;
    }
    .footer-logo img{
        max-width: 130px;
    }
    .footer-links{
        padding-top: 20px;
    }
    .newslatter{
        width: 100%;
        padding-top: 20px;
    }
    .footer-links h5{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .newslatter h4{
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .newslater-form .input-form, .newslater-form .subscribe{
        font-size: 1.4rem;
    }
    .partner-slider .slick-slide{
        padding: 0 10px;
    }
    .partner-slider .items img{
        width: 90px;
        height: 90px;
    }
    .partner-slider .slick-prev, .industry-slider .slick-prev{
        display: none !important;
    }
    .partner-slider .slick-next, .industry-slider .slick-next{
        display: none !important;
    }
    .proudpartner-section, .industrywide-section, .benefits-section{
        padding-bottom: 50px;
    }
    .industry-slider .slick-slide{
        padding: 0 10px;
    }
    .industry-slider .items img{
        width: 90px;
        height: 90px;
    }
    .row.resources-row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.resources-row > * {
        padding-left: 15px;
        padding-right: 15px;
    }
    .review-slider .slick-list{
        margin: 0 -15px;
    }
    .review-slider .items{
        padding: 0 15px;
    }
    .review-slider .slick-dots button{
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .buslist-wraper{
        padding: 0 0 30px;
    }
    .search-bus{
        padding: 20px 15px 15px;
    }
    .buslist-head .filter-range{
        margin-top: 5px;
    }
    .buslist-head, .buslist-head .filter-range label{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .buslist-head .filter-range .range{
        margin-left: 0;
        width: 100%;
        margin-top: 3px;
    }
    .buslist-row .col-4{
        width: 100%;
    }
    .bus-card-content h4{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .bus-card-content p{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .bus-card-content{
        padding: 10px 15px;
    }
    .view-bus{
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 7px 13px;
    }
    .submit-btn{
        font-size: 1.4rem;
        line-height: 3.6rem;
    }
    .signup-section{
        padding: 0;
    }
    .signup-wraper{
        padding: 20px 15px;
        border-radius: 0;
        box-shadow: none;
    }
    
    .signup-img h2{
        font-size: 2.2rem;
        line-height: 3rem;
        top: 30px;
    }
    .signup-img.login-img img{
        height: 200px;
    }
    .login-right h2{
        display: none;
    }
    .signup-right h2{
        font-size: 2.2rem;
        line-height: 3rem;
        padding-bottom: 15px;
    }
    .login-from{
        padding-top: 0;
    }
    .signup-from .submit-btn{
        width: 100%;
        min-width: 130px;
    }
    .signup-from .submit-btn{
        margin: 0 5px;
    }
    .formslide-row .form-slide{
        padding-bottom: 0;
    }
    .signup-from .form-btn{
        position: static;
    }
    .banner-img img, .signup-img img{
        height: 200px;
        object-fit: cover;
    }
    .busdetail-banner h2{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .busdetail-head h2{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .busdetail {
        padding: 20px 15px 30px;
    }
    .busdetail-head .contactus-btn {
        font-size: 1.4rem;
        padding: 5px 15px;
    }
    .back-btn{
        margin-top: 15px;
    }
    .busdetail-row{
        padding-top: 18px;
    }
    .busdetailimg-slider .slick-prev, .busdetailimg-slider .slick-next{
        display: none !important;
    }
    .busdetailthumb-slider{
        margin-bottom: 20px;
    }
    .productinfo-card h4{
        font-size: 1.8rem;
    }
    .productinfo-card-body p{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .info-card h4{
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 15px 15px;
    }
    .info-card-body{
        padding: 20px 10px 10px;
    }
    .info-list li{
        font-size: 1.6rem;
        line-height: 2rem;
        padding-bottom: 12px;
    }
    .info-card{
        margin-bottom: 25px;
    }
    .slick-dots{
        margin-top: 8px;
    }
    .busdetailimg-slider .items img, .busdetailimg-slider .items{
        border-radius: 6px;
    }
    .back-btn i {
        margin-right: 8px;
        background-size: 13px auto;
    }
    .signup-from .col-6{
        width: 100%;
    }
    .quick-link li a, .newslatter p{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .featurelist li{
        width: 50%;
    }
    .busdetailimg-slider{
        padding: 0;
    }
}