@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --themeht-primary-color: #2290E9;
    --themeht-secondary-color: #182A7A;
    --themeht-primary2-color: #182A7A;
    --themeht-secondary2-color: #2290E9;
    --themeht-body-font-family: "Montserrat", sans-serif;
    --themeht-secondary-font-family: "Montserrat", sans-serif;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2290E9;
    --bs-btn-border-color: #2290E9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #182A7A;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #182A7A;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2290E9;
    --bs-btn-disabled-border-color: #2290E9;
}
:root {
    /* Remove touch-action from here */
}
body {
    overflow-x: hidden !important;
    /* Remove this line */
    /* touch-action: manipulation; */
    -webkit-touch-callout: none;
    overscroll-behavior: none;
    min-height: 100vh;
    min-height: -webkit-fill-available;

    /* Remove this line too */
    /* touch-action: pan-x pan-y; */
}
body{
    background: #FFF;
}
#header-wrap.fixed-header{
    box-shadow: 0px 4px 6px rgb(0 0 0 / 40%);
    background: #d0eaff !important;
}
.header {
    padding-top: 10px;
    z-index: 999;
}
.navbar-nav{
    border-radius: 16px;
}
.logo img {
    max-height: 80px;
}
.themeht-btn{
    border-radius: 8px;
}
.themeht-btn:before{
    border: 1px solid #FFF;
}
.banner-5 {
    padding: 135px 0 125px;
}
.banner-5 h1 {
    font-size: 54px;
    line-height: 80px;
    font-weight: 600;
}
.marquee-text span {
    font-size: 36px;
    line-height: 48px;
}
.footer {
    padding: 60px 0 40px;
}
.dwn-btns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dwn-btns .btn img{
    height: 60px;
}
.fixed-header .logo img.normal,
.logo img.white{
    display: block;
}
.logo img.normal,
.fixed-header .logo img.white{
    display: none;
}
.team-member {
    border-radius: 30px;
}
.dark-bg,
.post-date,
.themeht-btn:before,
.grediant-bg2,
.swiper-slide.swiper-slide-active .testimonial.style-1,
.grediant-bg3,
.step-bg.step-item.style-2 .step-icon .step-number,
.step-item.style-2 .step-icon .step-number,
.theme-title h6:before,
.footer .ht-bg-move,
.banner-5 {
    background: #182A7A;
}
.theme-title h6 {
    background: #182A7A;;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step-item.style-2 .step-icon{
    color: #182A7A;
}
.post-btn,
.themeht-btn.primary-btn{
    background: #2290E9;
}
.team-member img {
    border: 5px solid #FFE;
}
.navbar-nav:before,
.navbar-nav:after{
    display: none;
}
.step-item.style-2 .step-icon .step-icon-bg{
    background-image: none !important;
}
.step-item.style-2 .step-icon::before{
    box-shadow: none !important;
}
.media-icon li a:hover,
.footer-menu li a:hover {
    color: #2290E9;
}
.banner-img .img-fluid{
    border-radius: 20px;
}
.ht-nav-toggle {
    border-radius: 16px;
}
.download-popup-wrap{
    background: #FFF;
    padding: 20px;
    border-radius: 16px;
    max-width: 300px;
    position: absolute;
    top: 65px;
    left: 0;
    display: none;
    border: 1px solid #2290E9;
}
.download-popup-wrap .btns-wrp img{
    max-width: 100%;
}
.download-popup-wrap .txt{
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 8px;
}
.download-popup-wrap .qr-are img{
    max-width: 100%;
    border-radius: 8px;
}
.service-list-section{

}
.service-list-section .post-card{
    padding: 0;
    overflow: hidden;
}
.service-list-section .post-desc{
    padding: 30px;
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 130px;
    transition-duration: 0.3s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;

}
.service-list-section .post-image img{
    height: 490px;
    object-fit: cover;
}
.service-list-section .post-card:hover .post-desc{
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition-duration: 0.3s;
}
.service-list-section .post-desc .post-title h4{
    font-size: 14px;
    /*font-size: 22px;*/
    line-height: 18px;
    height: 48px;
}
.service-list-section .post-desc .price{
    font-weight: 700;
    font-size: 28px;
    color: #182A7A;
}
.service-list-section .portfolio-swiper{
    padding-bottom: 45px;
}
.testimonial.style-3 {
    padding: 50px 30px;
    padding-left: 30px;
}
.testimonial.style-3 .testimonial-content {
    padding-left: 40px;
}
.themeht-btn:hover:before,
.themeht-btn.scan-qr-btn{
    border-radius: 8px;
}
.themeht-btn.scan-qr-btn{
    background: none;
    border: 1px solid #fff;
    padding: 0;
    padding-left: 10px;
}
.howitworks-section .themeht-btn.scan-qr-btn,
.aboutus-section .themeht-btn.scan-qr-btn,
.service-list-section .themeht-btn.scan-qr-btn{
    color: #182A7A;
    border-color: #182A7A;
}
.howitworks-section .themeht-btn.scan-qr-btn:hover,
.aboutus-section .themeht-btn.scan-qr-btn:hover,
.service-list-section .themeht-btn.scan-qr-btn:hover{
    color: #FFF;
}
.scan-qr-btn img{
    max-width: 55px;
    border-radius: 6px;
    margin-left: 10px;
}
.themeht-btn.scan-qr-btn:hover{
    transform: scale(1.2);
}
.step-icon .icon{
    width: 100%;
    /* width: 140px; */
}
.howitworks-section .step-item.style-2 .step-icon{
    width: 100%;
    height: 100%;
}
.faq-section .shape-img-bg, 
.aboutus-section .shape-img-bg{
    padding: 0;
    background: none;
}
.faq-section .img-bg-shape,
.aboutus-section .img-bg-shape{
    display: none;
}
.howitworks-section .step-item h4{
    font-size: 22px;
    line-height: 28px;
}
.navbar-nav {
    background: #d0eaff;
    /* padding: 14px 30px 14px; */
    padding: 12px 16px 12px;
    /* border: #2290E9 1px solid; */
    box-shadow: 0px 4px 6px rgb(0 0 0 / 40%);
}
.testimonial-section,
.aboutus-section{
    background: #f0f7fc;
}
.navbar-nav .themeht-btn.primary-btn{
    background: #d0eaff;
    color: var(--themeht-text-color);
    border: var(--themeht-text-color) 1px solid;
}
.navbar-nav .themeht-btn.primary-btn:hover{
    color: #fff;
}
.only-mobile{
    display: none;
}
.banner-5 .btns-wrp img{
    height: 50px;
}
@media (max-width: 767px){
    .action-wrap .link-icon .sevicn {
        width: 22px;
        height: 22px;
    }
    .choose-address-types-wrap .checkbox-container .checkmark {
        right: 6px;
    }
    .service-list-section .portfolio-swiper {
        padding-bottom: 15px;
    }
    .service-list-section {
        padding: 20px 0px;
    }
    .service-list-section .post-card:hover .post-desc,
    .service-list-section .post-desc {
        position: static;
        height: 330px;
    }
    .counter .counter-icon{
        font-size: 28px;
    }
    .counter{
        padding: 15px;
        margin-bottom: 10px;
    }
    .counter span{
        font-size: 28px;
    }
    .counter h5{
        font-size: 14px;
    }
    .scroll-top,
    .c-btn-whatsapp{
        right: 15px !important;
    }
    .banner-5 .btns-wrp .btn{
    }
    .banner-5 .btns-wrp{
        display: flex;
    }
    .only-desktop{
        display: none;
    }
    .only-mobile{
        display: block;
    }
    .navbar-collapse{
        overflow: visible;
    }
    .banner-5 {
        padding: 115px 0 45px;
    }
    .hero-btn-wrapper{
        text-align: center;
    }
    #header-wrap {
        padding: 10px 8px 0;
    }
    .header-right {
        display: flex !important;
    }
    .banner-5 h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .showcase-section-main{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .header {
        padding-top: 0px;
    }
    .banner-5 .banner-img {
        margin-bottom: 20px;
        text-align: center;
    }
    .banner-img .img-fluid{
        max-width: 280px;
    }
}


.c-btn-whatsapp {
    position: fixed;
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    background: #2290e9;
    /* background: #00b833; */
    z-index: 300;
    right: 30px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    line-height: 45px;
}
.c-btn-whatsapp{
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}
.c-btn-whatsapp::before {
    background: rgba(0, 184, 51, 0.6);
    width: 55px;
    height: 55px;
    left: -1px;
    top: -1px;
}
.c-btn-whatsapp {
    display: block;
    bottom: 130px;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-btn-whatsapp::after,
.c-btn-whatsapp::before {
    transition: 0.2s linear;
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: 1.5s infinite whatsAppPulse;
}
@keyframes whatsAppPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes whatsAppPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.login-modal .main-title{
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}
.login-modal .main-title .primary-color{
    color: #182A7A;
}
.login-modal .top-heading-area .text-gray{
    color: #6A6A6A;
    font-size: 14px;
    line-height: 20px;
}
.iti{
    width: 100%;
}
.login-modal .two-side-lines{
    position: relative;
}
.login-modal .two-side-lines::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #F2F2F2
}
.login-modal .two-side-lines p{
    background: #fff;
    position: relative;
    padding: 0 12px;
}
.round-shape{
    border-radius: 50px;
}
.iti .iti__selected-dial-code {
    margin-left: 4px;
    font-weight: 600;
    color: #333333;
}
.custom-profile-pic{
    background: #182A7A;
    height: 120px;
    width: 120px;
    border-radius: 120px;
    overflow: hidden;
}
.custom-profile-pic .form-control[type=file]{
    position: absolute;
    opacity: 0;
    height: 120px !important;
    width: 120px !important;
}

.booking-wrap{

}
.booking-wrap .item-box{
    border: 2px solid #F2F2F2;
    border-radius: 12px;
    padding: 12px 0px;
}
.vehicles-saved .icon-logo{
    width: 50px;
    height: 50px;
}
.vehicle-detail .color-vehicle{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    /*margin-right: 8px;*/
    /*margin-left: 6px;*/
}
.booking-form .item-box{
    text-align: center;
    position: relative;
    padding: 0;
}
.booking-form .serv-icon{
    width: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.booking-form .item-box .info-link{
    position: absolute;
    right: 15px;
    top: 15px;
}

/*@media(max-width:767px){*/
    
/*.vehicle-detail-custom .color-vehicle{*/
/*    width: 10px !important;*/
/*    height: 10px !important;*/
/*}*/
/*}*/



/* The container */
.checkbox-container {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.booking-form .item-box .checkmark {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 2px solid #F2F2F2;
    border-radius: 12px;
    z-index: -1;
}
.booking-form .item-box .checkbox-container input:checked ~ .checkmark {
    background: transparent;
    border-color:  #2196F3;
}
.booking-form .item-box .checkbox-container:hover input ~ .checkmark {
    background: transparent;
    border-color:  #2196F3;
}

.vehicles-saved .swiper .swiper-button-next:after{
    display: none;
}
.vehicles-saved .swiper .swiper-button-next,
.vehicles-saved .swiper .swiper-button-prev,
.vehicles-saved .swiper .swiper-button-prev:hover, 
.vehicles-saved .swiper .swiper-button-next:hover{
    background: none;
}
.vehicles-saved .swiper .swiper-button-next svg,
.vehicles-saved .swiper .swiper-button-prev svg{
    fill: none !important;
    vertical-align: inherit;
}
.vehicles-saved .swiper .swiper-button-prev, 
.vehicles-saved .swiper .swiper-button-next{
    width: 45px;
    height: 45px;
}
.vehicles-saved .swiper-button-prev{
    right: 55px;
    left: auto;
}
.booking-form .swiper-pagination{
    margin-top: 35px;
}
.booking-form  .name-service{
    color: #1E1E1E;
    font-weight: 500;
}

.service-detals-wrap{

}
.service-detals-wrap  .item-box {
    border: 2px solid #F2F2F2;
    border-radius: 12px;
    padding: 8px 12px;
}
.service-detals-wrap  .serv-icon {
    width: 90px;
    height: 90px;
}
.service-detals-wrap .vehicle-detail{
    flex: 1 1;
}
.service-detals-wrap .vehicle-detail .currancy{
    width: 18px;
}
.service-detals-wrap .vehicle-detail .prime-color{
    color: #2196F3;
    font-weight: 600;
}
.service-detals-wrap  .item-box .prime-color{
    color: #2196F3;
}
.radio-boxes-wrap{
    position: relative;
}
.radio-boxes-wrap .item-box{
    position: relative;
}
.radio-boxes-wrap .checkbox-container{
    top: 0;
    left: 0;
}
.radio-boxes-wrap .checkbox-container .checkmark {
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    background-color: #FFF;
    border: 2px solid #2196F3;
}
.radio-boxes-wrap .checkbox-container .checkmark:after{
    border: none;
    background: #FFF;
    width: 15px;
    height: 15px;
    left: 4px;
    top: 3px;
    border-radius: 50px;
}

.prime-color{
    color: #2196F3;
}
.red-clr{
    color: #F1184C;
}

.choose-date-wrap .checkbox-container{
    position: relative;
    height: 70px;
    width: 70px;
    flex: 70px 0 0;
    margin: 0px 8px;
    line-height: 70px;
}
.choose-date-wrap .checkbox-container .checkmark{
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    left: 0;
    border-color: #fff;
}
.choose-date-wrap .checkbox-container .day{
    display: block;
    text-align: center;
    /*margin-top: 16px;*/
}
.choose-date-wrap .checkbox-container .date{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: 4px;
}
.choose-date-wrap .checkbox-container input:checked ~ .date,
.choose-date-wrap .checkbox-container input:checked ~ .day{
    color: #FFF;
}
.choose-date-wrap .checkbox-container input:checked ~ .checkmark:after{
    display: none;
}


.choose-time-wrap{

}
.choose-time-wrap .checkbox-container{
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px 8px;
    flex: 1 1 auto;
    white-space: nowrap;
    padding: 0px 20px;
}
.choose-time-wrap .checkbox-container .checkmark{
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    left: 0;
    border-color: #F2F2F2;

}
.choose-time-wrap .checkbox-container .date{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}
.choose-time-wrap .checkbox-container input:checked ~ .date,
.choose-time-wrap .checkbox-container input:checked ~ .day{
    color: #FFF;
}
.choose-time-wrap .checkbox-container input:checked ~ .checkmark:after{
    display: none;
}
.choose-time-wrap,
.choose-date-wrap{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}
.cart-page .service-detals-wrap .item-box .actions{
    position: absolute;
    right: 15px;
    top: 15px;
}
.change-location.link{
    font-weight: 600;
}
.pac-container{
    z-index: 9999 !important;
}

.choose-address-types-wrap{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}
.choose-address-types-wrap .checkbox-container{
    position: relative;
    border: 2px solid #F2F2F2;
    border-radius: 50px;
    padding: 16px 15px;
}
.choose-address-types-wrap .checkbox-container .checkmark{
    left: auto;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    background: #fff;
    border: 2px solid #2196F3;
}
.choose-address-types-wrap .checkbox-container .checkmark:after {
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #fff;
    width: 17px;
    height: 17px;
    left: 2px;
    top: 2px;
    border-radius: 50px;
}
.bg-bgblue.promo-code-section{
    background: #182A7A;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}
.secondary-color {
    color: #182A7A;
}
.header-right .user-avatar{
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.service-menu li.active a{
    color: #2290e9;
    font-weight: 700;
}
.Cancelled-text{
    color: #F1184C;
}
.pending-text{
    color: #2290E9;
}
.processing-text{
    color: #1A00E0;
}
.completed-text{
    color: #268657;
}
.service-detals-wrap  .service-badge{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2290E9;
    color: #FFF;
    padding: 2px 8px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
}
.my-oder-page .service-detals-wrap .serv-icon{
    padding: 16px;
}
.my-oder-page .service-detals-wrap .link-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.live-tracking{
    border: 1px solid #2290E9;
    padding: 12px 16px;
    border-radius: 12px;
}
.work-capture-section .serv-icon{
    width: 100%;
    height: 170px;
    border-radius: 12px;
    object-fit: cover;
    padding: 0 !important;
}
.action-wrap .link-icon .sevicn{
    width: 28px;
    height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    padding-left: 12px;
    padding-right: 35px;
    background-color: var(--themeht-bg-light-color);
    border-radius: 50px;
}
.select2-container--default .select2-selection--single{
    height: 50px;
    font-size: 14px;
    color: var(--themeht-text-color);
    border: 1px solid transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 1px;
    right: 10px;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2290E9;
}
.select2-search--dropdown .select2-search__field,
.select2-results__option {
    font-size: 14px;
}

/* Circle color indicator */
.color-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.img-flag{
    object-fit: contain;
}
.plate-city-img{
    width: 55px;
    object-fit: contain;
}
.themeht-btn.secondary-btn {
    background: #182A7A;
    color: var(--themeht-white-color);
}
.themeht-btn.secondary-btn:before {
    background: #2290E9;
}
.form-control:focus{
    background: #fff;
}
.bg-bgblue.promo-code-section .custom-profile-pic {
    background: #d0eaff;
}
.cart-fixed-icon{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    background: #182a7a;
    border: 1px solid #fff;
    right: 30px;
    bottom: 210px;
    z-index: 99;
    color: #FFE;
}
.cart-fixed-icon svg{
    width: 32px;
    height: 32px;
}
.new-indicate{
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    background: red;
    position: absolute;
    left: 35px;
    top: 18px;
}

.empty-wrapper img{
    max-width: 300px;
    margin: 0 auto;
}
.service-list-section .post-card .post-image{
    height: 280px;
    object-fit: cover;
}
.service-list-section .post-card .post-image img{
    object-fit: contain;
    height: 148px;
}
.bg-bgblue.promo-code-section .custom-profile-pic {
    position: relative;
}
.bg-bgblue.promo-code-section .custom-profile-pic svg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px;
}
.change-btn-service-details{
    padding: 10px 10px 10px 10px;
}
.service-list-section,
.aboutus-section,
.howitworks-section,
.testimonial-section,
.faq-section{
    padding: 30px 0;
}
.testimonial-section .theme-title{
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .service-detals-wrap .vehicle-detail .currancy {
        width: 15px;
    }
    .booking-form .swiper-slide,
    .booking-form .item-box,
    .booking-form .checkbox-container{
        height: 154px;
    }
    .booking-wrap .vehicle-select{
        width: 100%;
    }
    .vehicle-detail .color-vehicle {
        width: 16px;
        height: 16px;
    }
    .action-wrap .link-icon .sevicn {
        width: 22px;
        height: 22px;
    }
    .cart-fixed-icon {
        right: 15px;
    }
    .service-list-section .post-card,
    .service-list-section .swiper-slide{
        height: 100% !important;
    }
    .service-list-section .post-card .post-image {
        height: 140px;
    }
    .service-list-section .post-card .post-image img{
        object-fit: contain;
        height: 128px;
    }
    .service-sidebar {
        margin-bottom: 20px;
    }
    .navbar-nav{
        background: none;
        box-shadow: none;
    }
    .booking-form .serv-icon {
        width: 60px;
    }
    .booking-form  .name-service {
        font-size: 14px;
    }
    .booking-form .item-box {
        padding-bottom: 1px;
    }
    .vehicles-saved .swiper .swiper-button-prev, 
    .vehicles-saved .swiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .vehicles-saved .swiper-button-prev {
        right: 45px;
    }
    .service-detals-wrap  .serv-icon {
        width: 80px;
        height: 80px;
    }
    .service-detals-wrap .vehicle-detail p{
        font-size: 12px;
    }
    .service-detals-wrap .vehicle-detail h6,
    .service-detals-wrap .vehicle-detail{
        font-size: 15px;
    }
    .service-detals-wrap .item-box .schedule-text-small{
        font-size: 12px !important;
    }
    .work-capture-section .serv-icon {
        width: 100%;
        height: 170px;
        border-radius: 12px;
    }
    .service-detals-wrap .work-capture-section  .vehicle-detail{
        margin-top: 12px;
    }
    .service-menu li a {
        font-size: 14px;
    }
    body {
        font-size: 15px;
    }
    .banner-5 h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 7px !IMPORTANT;
    }
    .login-modal .main-title {
        font-size: 22px;
        line-height: 28px;
    }
    .service-detals-wrap h6,
    .booking-form h4{
        font-size: 20px;
    }
    .radio-boxes-wrap .item-box h6,
    .service-detals-wrap .item-box h6,
    .booking-wrap .vehicles-saved h5{
        font-size: 16px;
    }
}