/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 14px;
    }
    .container {
        max-width: 1440px;
    }
    .navbar-brand img {
        height: 82px;
    }
    .form-control {
        height: 48px !important;
        font-size: 15px;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    body, p{
        line-height: 1.4;
    }.banner-img {
        padding-top: 86%;
    }
    .banner-box {
        top: 46%;
    }
    .banner-text h1 {
        font-size: 32px;
        padding-bottom: 6px;
    }
    .about-text h2, .single-service  h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .premium .pre-icon {
        height: 54px;
        width: 54px;
    }
    .serv-title {
        font-size: 16px;
    }
    .moto{
        min-height: auto;
    }
    .space {
        padding: 75px 0;
    }
    .serv-row, .why-row{
        margin: 0 -7px;
    }
    .serv-row [class*="col-"], .why-row [class*="col-"]{
        padding: 0 7px;
    }
    .why-box {
        gap: 10px;
    }
    .bike-img {
        width: 48%;
        right: -8%;
    }
    .test-text h5 {
        font-size: 15px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .myHeader li {
        margin: 8px 40px;
    }
    .myHeader .navbar-nav .nav-item {
		margin: 8px 20px;
	}
	.myHeader .navbar-nav .nav-item .nav-link {
        padding: 12px 4px;
    }
    .myHeader::before {
        content: "";
        width: 64%;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #212121;
        padding: 20px 0;
        border-bottom: 6px solid var(--yellow);
        z-index: 999999;
    }
    .navbar-toggler-icon .fa{
        color: var(--yellow);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 21px;
        background-color: transparent !important;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .banner-img {
        padding-top: 108%;
    }
    .banner-text h1 {
        font-size: 28px;
    }
    .banner-text h6, .about-text h6 {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .banner-number li h3 {
        font-size: 18px;
    }
    .banner-number li h4 {
        font-size: 12px;
    }
    .banner-number{
        justify-content: space-between;
    }
    .banner-number li:not(:last-child) {
        padding-right: 8px;
        margin-right: 8px;
    }
    .banner-col{
        padding-right: 62px;
    }
    .btn, input[type="submit"] {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        padding: 0 16px;
    }
    .space {
        padding: 60px 0;
    }
    .premium h4 {
        font-size: 16px;
    }
    .premium {
        padding: 16px;
        gap: 12px;
    }
    .moto .about-text, .testimonial .about-text {
        max-width: 86%;
    }
    .why-row{
        row-gap: 8px;
    }
    .have {
        padding: 12px;
        margin-top: 18px;
    }
    .have h6 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .have h5 {
        font-size: 14px;
    }
    .have .btn{
        min-width: auto;
    }
    .question {
        padding-left: 45px;
    }
    .question::after {
        right: 8px;
    }
    .wrap .why-row {
        max-width: 64%;
    }
    .wrap .why-box {
        padding: 14px;
    }
    .bike-img {
        width: 52%;
        right: -9%;
    }
    .social-icon li a {
        font-size: 18px;
    }
    .social-icon {
        gap: 14px;
    }
    .myfooter {
        padding: 48px 0 10px;
    }
    .copyright {
        margin-top: 32px;
    }
    
    
    /* About Page  */
    .inner-banner {
        padding: 40px 0;
        height: 180px;
    }
    .inner-banner-text h1 {
        font-size: 36px;
    }
    .inner-banner .breadcrumb {
        padding: 0;
        margin: 0;
    }
    .inner-banner {
		padding: 40px 0;
	}
    .about-cms .ab-row:not(:last-child) {
        margin-bottom: 60px;
    }

    /* Contact Page  */
    .contact-form {
        padding: 24px;
    }
}

/* 576  */
@media only screen and (max-width: 767px){
    .banner-img {
        padding-top: 60%;
        border-radius: 0;
        max-width: 100%;
        margin: 0 auto;
    }
    .banner-box {
        position: static !important;
        transform: translateY(0);
        margin-top: 24px;
    }
    .row{
        row-gap: 28px;
    }
    .why-img {
        padding-top: 60%;
    }
    .wrap .why-row {
        max-width: 100%;
    }
    .bike-img{
        position: static;
        width: 80%;
        margin: 0 auto;
    }
    .ab-row .about-img {
        padding-top: 68%;
    }

}

/* 480  */
@media only screen and (max-width: 575px){
    .banner-img {
        padding-top: 68%;
    }
    .banner-col {
        padding-right: 40px;
    }
    .about-text h2, .single-service  h1 {
        font-size: 24px;
    }
    .about-text h2 strong {
        display: inline;
    }
    .space{
        padding: 50px 0;
    }
    .quick-link {
        padding-top: 0;
    }
    .btn {
        min-width: 120px;
    }
    .banner-text h6::after, .about-text h6::after,
    .moto .about-text h6::before, .testimonial .about-text h6::before {
        top: 5px;
        width: 40px;
    }
    .moto .about-text h6::before, .testimonial .about-text h6::before{
        left: -54px;
    }
    

    /* About Page  */
    .inner-banner-text h1 {
        font-size: 28px;
    }
    .inner-banner{
        height: 140px;
        padding: 0;
    }
    .about-cms .ab-row:not(:last-child) {
        margin-bottom: 40px;
    }
	
}

/* 360  */
@media only screen and (max-width: 479px){
    .banner-img {
        padding-top: 75%;
    }
    .navbar-brand img {
        height: 62px;
    }
    .moto .about-text, .testimonial .about-text {
        max-width: 100%;
    }
    .quick-link h5 {
        font-size: 15px;
    }
    .about-text h2, .single-service  h1 {
        margin-bottom: 8px;
    }
    
    .inner-banner-text h1 {
        font-size: 22px;
    }
    .breadcrumb-item{
        font-size: 12px;
    }
    .inner-banner {
        height: 128px;
    }

    .contact-info h5 {
        font-size: 14px;
    }
    .contact-form {
        padding: 20px;
    }
}
