@media (min-width: 1920px){
    .main-banner.simple-banner .banner-text h1{
        font-size: 84px;
    }

}
@media (max-width: 1600px){
    .home-services .tyre-obj {
        top: -149px;
        width: 190px;
        height: 313px;
    }
    .video-wheel-mockup img {
        position: absolute;
        left: 0;
        top: -158px;
        width: 167px;
    }
}
@media (max-width: 1500px){
    .main-banner .banner-mockup{
        right: 0;
        width: 70%;
    }
    .home-services .tyre-obj {
        top: -130px;
        width: 177px;
        height: 298px;
    }
    .two-columns.service-page::before {
        top: -7%;
        width: 130px;
        height: 216px;
        border-width: 50px 50px 50px 0;
    }
}
@media (max-width: 1366px){
    .two-columns .col-img img {
        max-width: 100%;
    }
    .about-content-box h2{
        font-size: 42px;
    }
    .main-banner{
        background-size: cover;
        background-position: left bottom;
    }
    .main-banner .banner-inner{
        padding: 200px 0 70px;
    }
    .two-columns::before {
        top: 25px;
        width: 150px;
        height: 260px;
        border-width: 50px 50px 50px 0;
    }
    .two-columns::after {
        width: 90px;
        height: 199px;
    }
    .book-appointment{
        overflow: hidden;
    }
}
@media (max-width: 1199.98px){
    .main-banner .banner-text h1{
        font-size: 48px;
    }
    .main-banner .banner-text .vertical-line{
        height: 60px;
    }
    .main-banner .banner-inner {
        padding: 200px 0 91px;
    }
    .main-banner .h-s-links{
        top: 18%;
        right: 15px;
    }
    .two-columns .col-content h2{
        font-size: 38px;
        margin-bottom: 25px;
    }
    .two-columns .col-content p{
        margin-bottom: 20px;
    }
    .video-content{
        padding: 130px 0 100px;
    }
    .video-content .v-content-contain h2{
        font-size: 34px;
    }
    .video-content .v-content-contain p{
        font-size: 20px;
    }
    .video-content .video-contain::before {
        left: -29px;
        top: 29px;
    }
    /* style by iq starts*/
    .contact-boxes .contact-box {
        flex: 1 0 50%;
    }
    .contact-boxes .contact-box.email-address {
        padding: 67px 70px 15px;
    }
    /* style by iq ends*/
    .book-appointment .appoint-text h2{
        font-size: 38px;
    }
    .breadcrumb-section{
        padding: 165px 0 50px;
    }
    .breadcrumb-section h1{
        font-size: 65px;
        margin-bottom: 20px;
    }
    .about-stat-contain .ach-item{
        padding: 22px 24px;
    }
    .about-stat-contain{
        row-gap: 26px;
    }
    .footer .footer-data.logo-social,
    .footer .footer-data.quick-links{
        padding-left: 0;
    }
    .two-columns::after{
        content: none;
    }
}
@media (max-width: 991.98px){
    .contact-boxes {
        margin-top: 50px;
    }
    /* .top-bar .review-phone .reviews{
        display: none;
    } */
    .breadcrumb-section h1{
        font-size: 46px;
    }
    .top-bar .head-phone{
        padding: 0 15px;
        height: 70px;
    }
    .top-bar .head-phone .only-num,
    .with-bg .top-bar .head-phone .only-num{
        font-size: 19px;
    }
    .with-bg .top-bar .head-phone{
        height: 55px;
    }
    .top-bar .head-phone .num-text{
        font-size: 14px;
    }
    .top-bar .review-phone{
        width: 100%;
    }
    .top-bar .review-phone ul{
        justify-content: space-between;
    }
    .mobile-close-nav {
        position: absolute;
        top: 30px;
        right: 30px;
        padding: 4px 9px;
        display: block;
        line-height: 1;
        cursor: pointer;
    }
    .main-logo{
        position: static;
        transform: none;
    }
    .with-bg .top-bar, .navbar {
        padding: 0 0 7px;
    }
    .main-logo img{
        max-height: 60px;
    }
    .navbar .container {
        text-align: right;
        position: relative;
    }
    .navbar .navbar-toggler {
        background-color: #fff;
        border-color: #fff;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.25) !important;
    }
    .navbar .navbar-nav  {
        position: fixed;
        /* padding-top: 75px; */
        top: 0;
        bottom: 0;
        left: -100%;
        background-color: var(--secondaryColor);
        overflow-y: auto;
        min-width: 100%;
        text-align: left;
        z-index: 999;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .navbar .show .navbar-nav {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    /* .navbar .navbar-nav > li{
        padding: 11px 0 !important;
    } */
    .navbar .navbar-nav > li > a::after{
        bottom: 7px;
    }
    .top-bar .pro-logos ul li .l-item img {
        max-height: 33px;
    }
    .top-bar .pro-logos ul li a .l-item p strong {
        font-size: 16px;
        margin-top: 8px;
    }
    .navbar .navbar-nav > li{
        margin: 0 18px;
        transform: translateX(-50px);
        opacity: 0;
        transition: 0.5s ease;
    }
    .with-bg .navbar .navbar-toggler{
        height: 35px;
    }
    .fixed-top.with-bg .main-logo img {
        max-height: 35px;
    }
    .navbar .show .navbar-nav > li{
        opacity: 1;
        transform: translateX(0px);
    }
    .navbar .show .navbar-nav > li:nth-child(1){
        transition-delay: 0.1s;
    }
    .navbar .show .navbar-nav > li:nth-child(2){
        transition-delay: 0.2s;
    }
    .navbar .show .navbar-nav > li:nth-child(3){
        transition-delay: 0.3s;
    }
    .navbar .show .navbar-nav > li:nth-child(4){
        transition-delay: 0.4s;
    }
    .navbar .show .navbar-nav > li:nth-child(5){
        transition-delay: 0.5s;
    }
    .navbar .show .navbar-nav > li:nth-child(6){
        transition-delay: 0.6s;
    }
    .navbar .show .navbar-nav > li:nth-child(7){
        transition-delay: 0.7s;
    }
    .navbar .show .navbar-nav > li:nth-child(8){
        transition-delay: 0.8s;
    }
    .navbar .show .navbar-nav > li:nth-child(9){
        transition-delay: 0.9s;
    }
    .navbar .show .navbar-nav > li:nth-child(10){
        transition-delay: 1s;
    }
    .navbar .show .navbar-nav > li:nth-child(11){
        transition-delay: 1.1s;
    }
    .navbar .show .navbar-nav > li:nth-child(12){
        transition-delay: 1.2s;
    }
    .navbar .show .navbar-nav > li:nth-child(13){
        transition-delay: 1.3s;
    }
    .navbar .show .navbar-nav > li:nth-child(14){
        transition-delay: 1.4s;
    }
    .navbar .navbar-nav > li.dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar .navbar-nav > li i:not(.m-s-icon) {
        color: #fff;
        position: relative;
        top: -2px;
        height: 27px;
        width: 27px;
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 5px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 4px;
    }
    .navbar .navbar-nav > li i:not(.m-s-icon)::before {
        margin-top: -5px;
    }
    .navbar .navbar-nav > li > a{
        font-size: 30px;
        letter-spacing: 2px;
        padding: 3px 0 5px !important;
    }

    .main-banner .banner-inner{
        padding-bottom: 0;
    }
    .main-banner .banner-mockup {
        position: relative;
        width: 100%;
        right: auto;
    }
    .main-banner .banner-text .vertical-line{
        display: none;
    }

    .two-columns .col-content h2{
        font-size: 30px;
    }
    .two-columns{
        padding: 90px 0 60px;
    }
    .repair-solutions .repair-s-item::before{
        content: none;
    }
    .repair-solutions .repair-s-item {
        margin-bottom: 30px;
    }
    .repair-solutions .text-container p{
        max-width: 400px;
    }
    .footer > .inner-container {
        padding: 50px 0 40px;
    }
    .footer-data {
        margin-bottom: 35px;
    }
    .top-bar .pro-logos{
        display: none;
    }
    .mobile-phone-numbers{
        display: block;
    }
    .mobile-phone-numbers a{
        font-size: 20px;
        color: #fff;
    }
    .mobile-phone-numbers a i{
        font-size: 20px;
        margin-right: 10px;
    }
    .mobile-phone-numbers .wt a i{
        font-size: 27px;
        margin-right: 0;
    }
    .mobile-phone-numbers ul{
        padding: 7px 0;
    }
    .mobile-phone-numbers ul li{
        font-size: 0;
    }
    .home-services .tyre-obj {
        top: -130px;
        width: 173px;
        height: 293px;
    }
    .home-services .services-head {
        padding: 70px 0 70px;
    }
    .achievements{
        padding: 47px 0 12px;
    }
    .achievements .ach-item {
        margin-bottom: 30px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .video-wheel-mockup img {
        top: -119px;
        max-width: 150px;
    }
    .video-content {
        padding: 65px 0 100px;
    }
    .v-content-contain{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .video-content .video-contain{
        position: relative;
        width: 100%;
        top: 0;
    }
    .video-content .v-content-contain p.black-head{
        margin-bottom: 45px;
    }
    .book-appointment .appoint-text h2{
        margin-bottom: 40px;
    }
    .book-appointment .appoint-text{
        margin-top: 50px;
    }
    .book-appointment .appoint-text p{
        margin-bottom: 40px;
    }
    .book-appointment{
        background-position: right bottom;
    }
    .service-tabber .top-desc h3 br{
        display: none;
    }
    .service-tabs .nav-tabs .nav-link{
        font-size: 20px;
    }
    .coupon-item{
        margin-bottom: 20px;
    }
    .coupon-item .c-details{
        min-height: auto;
        padding: 18px 25px 22px;
    }
    .coupon-item .c-cta{
        max-height: 100% !important;
        padding: 0 15px !important;
    }
    .about-stat-contain{
        margin-top: 30px;
    }
    .why-c-item{
        margin-bottom: 30px;
    }
    .why-choose .desc h4{
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .pro-banner .pro-banner-inner{
        flex-direction: column;
    }
    .pro-banner .pro-banner-inner .text-image{
        margin-bottom: 40px;
    }
    .home-services .btn-contain{
        padding: 40px 0;
    }
    .cars-logos {
        padding: 50px 0 40px;
    }
    .sec-head h3{
        font-size: 34px;
        margin-bottom: 25px;
    }
    .location-contain {
        flex-direction: column;
    }
    .location-contain .map-contain {
        width: 100%;
        height: 500px;
    }
    .location-contain .location-address{
        width: 100%;
    }
    .location-address .change-location {
        min-height: 150px;
        padding: 20px 44px 20px 30px;
    }
}
@media (max-width: 767px){
    .about-stat-contain{
        flex-direction: column;
    }
    .our-services {
        padding: 55px 0 20px;
    }
    .home-services .tyre-obj {
        top: -96px;
        width: 135px;
        height: 193px;
    }
    .breadcrumb-section h1{
        font-size: 40px;
    }
    .two-columns::after,
    .two-columns::before{
        content: none;
    }
    .main-logo{
        position: static;
        transform: none;
    }
    .mobile-buttons .mobile-btn {
        display: inline-flex;
        display: none;
    }
    .navbar .navbar-toggler {
        top: -63px;
        transition: top 0.3s;
        -webkit-transition: top 0.3s;
    }
    .fixed-top.with-bg .main-logo img {
        max-height: 50px;
    }
    .top-bar .pro-logos ul li.head-phone a span{
        display: none;
    }
    .top-bar .pro-logos ul li:last-child {
        display: block;
        border: none;
        padding: 0;
    }
    .top-bar .pro-logos ul li.head-phone i{
        margin-right: 0;
        font-size: 20px;
        color: #6b7176;
    }
    .top-bar .pro-logos ul li.head-phone a {
        border: 1px solid #ced4da;
        border-radius: 7px;
        height: 35px;
        width: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .with-bg .top-bar .pro-logos ul li.head-phone a {
        height: 28px;
        width: 28px;
    }
    .with-bg .top-bar .pro-logos ul li.head-phone a i {
        font-size: 14px;
    }
    .top-bar .pro-logos ul li.head-phone a:hover{
        background-color: var(--blackColor);
        color: #fff;
    }
    .top-bar .pro-logos ul li{
        margin-left: 10px;
    }
    .main-banner .banner-mockup{
        bottom: -40px;
    }
    .main-banner .banner-text h1{
        font-size: 40px;
        line-height: 1.2;
    }
    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        left: 0;
    }

    .two-columns .col-img{
        margin-bottom: 30px;
    }
    .two-columns .col-img img{
        max-width: 100%;
    }
    .two-columns::after{
        top: 5.5%;
    }
    
    .home-services .services-nav {
        margin-right: 0;
        margin-top: 20px;
    }
    .services-slider .service-item .service-content{
        padding-top: 31px;
        background-color: var(--secondaryColorRGB74);
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .home-services .services-nav .service-prev, .home-services .services-nav .service-next{
        height: 55px;
        width: 55px;
    }
    .home-services .services-head h2{
        font-size: 34px;
    }
    .perception-point h2{
        font-size: 34px;
    }
    .review-main{
        padding: 55px 0 75px;
    }
    .service-tabs .tab-content {
        padding: 30px 20px;
    }
    .service-tabber .top-desc h3{
        font-size: 26px;
    }
    .about-content-box h2{
        font-size: 36px;
    }
    .why-choose .top-heading h2{
        font-size: 40px;
    }
    .about-stat .top-banner {
        margin-bottom: 40px;
    }
    .our-opening-hours img{
        margin-left: 9px;
    }
    .operating-schedule{
        flex-direction: column;
    }
    .operating-schedule .service-hours:first-child{
        border-right: 0;
        position: relative;
        margin-bottom: 50px;
    }
    .service-hours .open-week-days{
        margin: 0 auto;
    }
    .operating-schedule .service-hours:first-child::after {
        content: "";
        position: absolute;
        bottom: -40px;
        height: 30px;
        width: 1px;
        background-color: var(--whiteColor);
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* style by iq starts*/
    .contact-boxes .contact-box {
        flex: 100%;
        margin-bottom: 100px;
      }
    .contact-boxes .contact-box.email-address {
        padding: 67px 20px 15px;
    }
    .contact-boxes .contact-box.address{
        margin-bottom: 40px;
    }
      /* .repair-solutions .repair-s-item {
        padding-top: 50px;
      } */
      /* style by iq ends*/
}

@media (max-width: 575px){
    .home-services::before{
        display: none;
    }
    .mobile-phone-numbers a{
        font-size: 14px;
    }
    .mobile-phone-numbers a i{
        margin-right: 4px;
    }
    .navbar .navbar-toggler {
        top: -58px;
    }
    .top-bar .pro-logos ul li a{
        height: 28px !important;
        width: 28px !important;
    }
    .top-bar .pro-logos ul li a i{
        font-size: 16px !important;
    }
    .main-logo img {
        max-height: 50px;
    }
    .partner-logos .inner-container ul{
        flex-direction: column;
    }
    .partner-logos .inner-container ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .partner-logos .inner-container ul li:last-child{
        margin-bottom: 0;
    }
    .partner-logos .inner-container{
        padding: 55px 0 30px;
    }
    .airlines-contain ul li{
        width: calc(100% / 2 - 10px);
    }
    .airlines-contain ul li:nth-child(6n+6)::after{
        content: "";
    }
    .airlines-contain ul li:nth-child(4n+4)::after{
        content: "";
    }
    .airlines-contain ul li:nth-child(3n+3)::after{
        content: "";
    }
    .airlines-contain ul li:nth-child(2n+2)::after{
        content: none;
    }
    .hotel-detail .hotel-desc .amenities ul li{
        width: calc(100% / 1 - 14px);
    }
    .footer > .inner-container{
        padding: 45px 0 40px;
    }
    .results-contain .low-fares-contain ul li {
        width: calc(100% / 1 - 20px);
    }
    .about-stat-contain{
        flex-direction: column;
    }
    .appoint-form-obj{
        display: none;
    }
    .book-appointment .appoint-form{
        flex: auto;
        max-width: 100%;
    }
    
    .location-address .change-location {
        align-items: flex-start;
        flex-direction: column;
        padding: 25px 44px 25px 30px;
    }
    .location-address .change-location .timings p{
        text-align: left;
    }
    .location-address .change-location .address-name {
        margin-bottom: 20px;
    }
}
@media (max-width: 470px){
    .top-bar .review-phone .reviews .r-img-text img{
        display: none;
    }
}

@media (max-width: 375px){
    .top-bar .review-phone .reviews a{
        font-size: 14px;
    }
    .top-bar .head-phone .only-num, .with-bg .top-bar .head-phone .only-num{
        font-size: 15px;
    }
}