@media(min-width:1400px){

}
/*max width 1399px*/
@media(max-width:1399px){
    .banner-wrapper .title h3{
        font-size: 40px;
    }
    .transportation-keweenaw-content .title h3{
        font-size: 40px;
    }
    .comon-title h3{
        font-size: 40px;
    }
    .testimonial-wrapper .testimonial-title h4{
        font-size: 20px;
    }
    .testimonial-wrapper .testimonial-title h3{
        font-size: 40px;
    }
}
/*max width 1200px to 1399px*/
@media(min-width: 1200px) and (max-width: 1399px){

}
/*max width 1199px*/
@media(max-width: 1199px){
    /* Header */
    .header-contact-info-wrap ul li p{
        font-size: 12px;
    }
    .header-contact-info-wrap ul li p i{
        font-size: 12px;
    }
    /* header banner css */

}

@media(min-width: 992px) and (max-width: 1199px){
    
}

/*max width 991px*/
@media(max-width: 991px){
    .comon-title h3{
        font-size: 40px;
    }
    .inner-banner-wrapper .inner-banner-content h3{
        font-size: 30px;
    }
	/* Header banner css */
    .header-menu-wrap .navbar{
        justify-content: end;
    }
    .header-menu-wrap .navbar .navbar-toggler{
        background-color: #fff;
        border: 0px;
        color: #000;
        border-radius: 0;
        padding: 6px 12px;
    }
    .header-menu-wrap .navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #2b93c3;
        padding: 20px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 50%);
    }
    .header-menu-wrap .navbar .navbar-nav li{
        padding: 5px 0px;
    }

    .step-form-wrap{
        margin-bottom: 0px;
    }
    .banner-wrapper .title h3{
        font-size: 25px;
    }
	/* Header banner css end */

    .transportation-keweenaw-content .title h3{
        font-size: 40px;
    }

    .car-list .img-box{
        height: 300px;
    }
    .car-list .car-content h3{
        font-size: 24px;
    }
    .car-list .car-content p{
        font-size: 16px;
    }

    .testimonial-wrapper .testimonial-title h3{
        font-size: 40px;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
	/* header banner css */
    .logo-wrap{
        text-align: center;
        margin-bottom: 10px;
    }

    .progress-bar .progress-step{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .progress-bar .progress-step::after{
        font-size: 14px;
    }
	/* header banner css end */
    .how-it-work-list::after{
        display: none;
    }
    /* footer */
    .footer-menu ul{
        justify-content: start;
    }
    .footer-menu.terms-menu ul{
        justify-content: start;
    }
    /* footer end */
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
	.header-contact-info-wrap{
        display: none;
    }

    #testimonials-slider .slick-arrow.slick-prev{
        left: 0px;
    }
    #testimonials-slider .slick-arrow.slick-next{
        right: 0px;
    }

    .distance-time-wrap .distance-wrap .icon{
        width: 50px;
    }
    .distance-time-wrap .distance-wrap .distance{
        width: calc(100% - 50px);
    }
    .distance-time-wrap .time-wrap .icon{
        width: 50px;
    }
    .distance-time-wrap .time-wrap .time{
        width: calc(100% - 50px);
    }
    .distance-time-wrap .distance-wrap .distance h4{
        font-size: 14px;
    }
    .distance-time-wrap .distance-wrap .distance h3{
        font-size: 20px;
    }
    .distance-time-wrap .time-wrap .time h4{
        font-size: 14px;
    }
    .distance-time-wrap .time-wrap .time h3{
        font-size: 20px;
    }
}

/*width 576px to 767px*/
@media(max-width: 380px){
    .progress-bar .progress-step {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .progress-bar .progress-step::after {
        font-size: 12px;
    }
}