.category-filter-wrap-mob .filter-bottom-header {
    display: none;
}
.category-filter-wrap-mob .category-filter-btninfo {
    display: none;
}
.category-filter-wrap-mob .category-filter-counter .category-total-select {
    display: none;
}
.btn-outline{
    padding: 13px 23px;
    border: 1px solid #135DA1;
    border-radius: 40px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #3A3B5E;
    display: inline-block;
    transition: 0.4s;
}
.btn-fill{
    padding: 14px 23px;
    background: #0272B9;
    border-radius: 40px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.4s;
}
a.btn-fill:hover {
    background: #135da1;
    color: #FFFFFF;
}
a.btn-outline:hover {
    background: #135da1;
    color: #FFFFFF !important;
}
.btn-outline:hover , .btn-fill:hover{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}


/* banner */
.hero-banner-bg{
    height: 890px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-video-home {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -999;
}
.banner-video-home video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
}
.hero-banner-bg:before {
    content: '';
    background: linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
    /* background-image: url('http://leasecom-co-il-stage.s84.upress.link/wp-content/uploads/2025/05/Rectangle-9713.png'); */
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 30px 30px;
}
.banner-title{
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 70px;
    line-height: 76px;
    text-align: right;
    color: #F9F9F6;
    margin-bottom: 23px;
}
.banner-title span{
    font-weight: 700;
    color: #FAA61A;
}
.banner-des{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #F9F9F6;
    margin-bottom: 55px;
}
.banner-subtitle{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    text-align: right;
    color: #F9F9F6;
}
.banner-btn-box a{
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 23px;
    line-height: 22px;
    text-align: center;
    color: #F9F9F6;
    padding: 8px 16px;
    border-radius: 35px;
    border: 2px solid;
    display: inline-block;
    transition: 0.4s;
}
.banner-btn-box a:hover{
    text-decoration: none;
}
.banner-btn-box:nth-child(1) a{
    border-color: #FAA61A;
    width: 236px;
}
.banner-btn-box:nth-child(2) a{
    border-color: #135DA1;
    width: 236px;
}
.banner-btn-box:nth-child(3) a{
    border-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    width: 236px;
}
.banner-btn-box:nth-child(1) a:hover{
    background: #FAA61A;
}
.banner-btn-box:nth-child(2) a:hover{
    background: #135DA1;
}
.banner-btn-box:nth-child(3) a:hover{
    background: #FFFFFF;
    color: #181E43;
}
.banner-btn-info{
    margin-top: 31px;
    display: flex;
    gap: 20px;
}
.banner-info-mob{
    display: none;
}



/* Choose a route and leave with the key to a new van!  */
.route-leave-sec{
    padding-top: 57px;
}
.route_and_leave-box{
    transition: all 2s;
    position: relative;
    margin: auto;
    padding: 20px 23px 0 14px;
    border: 1px solid #DADADA;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 1;
    height: 425px;
    width: 100%;
}
.sec-title{
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #181E43;
}
.sec-title span{
    color: #0272B9;
}
.route-leave-sec .sec-title{
    margin-bottom: 45px;
}
.route-leave-title{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-align: right;
    color: #3A3B5E;
}
.main-route_and_leave{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 30px;
}
.route_and_leave-box .route-leave-box-header span{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.route_and_leave-box .route-leave-box-header span svg{
    width: 22px !important;
    height: 22px !important;
}
.route_and_leave-box .route-leave-box-header span svg path{
    stroke: #ffffff;
}
.route-leave-box-header{
    gap: 25px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.route_and_leave-box:nth-child(4) .route-leave-box-header span{
    background: #C9E1F6;
    border: 1px solid transparent;
}
.route_and_leave-box:nth-child(3) .route-leave-box-header span{
    background: #020202;
    border: 1px solid transparent;
}
.route_and_leave-box:nth-child(2) .route-leave-box-header span{
    background: #135DA1;
    border: 1px solid transparent;
}
.route_and_leave-box:nth-child(1) .route-leave-box-header span{
    background: #FAA61A;
    border: 1px solid transparent;
}
.route_and_leave-box:nth-child(4) .route-leave-box-header span svg path{
    stroke: #3A3B5E;
}
.route-cricle{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 280px;
    z-index: -1;
    border-radius: 100% 0 0 0;
    transition: all 0.5s;
}
.route_and_leave-box:hover .route-cricle{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background-color: rgb(255, 201, 201);
    border-radius: 15px;
    transition: all 0.5s;
}
.route_and_leave-box:hover img {
    right: 2%;
}
.route_and_leave-img img {
    position: absolute;
    right: -25%;
    bottom: 5%;
    transition: 0.6s;
    height: 190px;
}
.route_and_leave-box:nth-child(4) .route-cricle{
    background-color: #C9E1F6;
}
.route_and_leave-box:nth-child(3) .route-cricle{
    background-color: #020202;
}
.route_and_leave-box:nth-child(2) .route-cricle{
    background-color: #135DA1;
}
.route_and_leave-box:nth-child(1) .route-cricle{
    background-color: #FAA61A;
}
.route_and_leave-box:hover .route-leave-box-header span{
    background: transparent;
    border-color: #FFFFFF;
}
.route_and_leave-box:hover .route-leave-title{
    color: #ffffff;
}


/* Liscom - the perfect place to renew your business. */
.liscom_perfect-sec{
    margin-top: 84px;
}
.liscom_perfect-sec .sub-title{
    margin: 31px 0 40px 0;
}
.sub-title{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #3A3B5E;
}
.advantages-bg-img{
    padding: 0 0 342px 0;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}
.advantages-txt{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #3A3B5E;
    margin-top: 20px;
}
.advantages-img {
    text-align: center;
}
.main-key_advantage {
    display: flex;
    gap: 60px;
    justify-content: center;
}
.key_advantage-box {
    width: 100%;
    max-width: 271px;
}



/* Operating Leasing */
.main-perating-leasing-box{
    margin-top: 42px;
}
.main-operating-leasing-info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}
.perating-leasing-box{
    padding: 21px 26px 360px 26px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: 14px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.perating-leasing-txt{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 40px;
    line-height: 26px;
    text-align: right;
    color: #3A3B5E;
}
.perating-leasing-box span{
    width: 65px;
    height: 65px;
    background: #135DA1;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.perating-leasing-box:hover span{
    background: transparent;
    border-color: #135DA1;
    transition: 0.4s;
}
.perating-leasing-box:hover span path{
    stroke: #135DA1;
}


.recommended-vehicles-single .cc-btns {
    width: 100%;
    align-items: flex-end;
    gap: 15px;
}
.recommended-vehicles-single .cc-btns a{
    max-width: 160px !important;
}

/* google review info */
.google-review-sec{
    margin-top: 109px;
}
.google-review-info {
    display: grid;
    grid-template-columns: 330px calc(100% - 385px);
    gap: 55px;
}
.google-right-box{
    padding: 30px 35px 45px 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #4E5D691A;
    border-radius: 6px;
}
.google-review-title{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #3A3B5E;
    margin-bottom: 10px;
}
.sec-reviews-number{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 54px;
    line-height: 30px;
    text-align: center;
    color: #3A3B5E;
    margin: 20px 0 20px 0;
}
.total-review-count{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #3A3B5E;
    margin-top: 20px;
}
.google-right-box{
    text-align: center;
}
.all-review-btn a{
    padding: 12px 45px;
    border: 1px solid #135DA1;
    border-radius: 40px;
    font-family: 'Ploni';
    margin-top: 40px;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    color: #3A3B5E;
    transition: 0.4s;
}
.all-review-btn a:hover{
    background-color: #135DA1;
    color: #FFFFFF;
}
.google-left-review .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{
    background: #ffffff !important;
    border: 1px solid #DADADA !important;
    border-radius: 6px !important;
    padding: 30px 23px 20px 23px !important;
}
.google-left-review .wp-gr .grw-review-inner>svg , .google-left-review .wp-gr.wpac .wp-google-left img , .google-left-review .wp-gr .wp-google-time{
    display: none;
}
.google-left-review .wp-google-text{
    font-family: 'Ploni' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: right !important;
    text-transform: uppercase !important;
    color: #3A3B5E !important;
    margin-top: 16px !important;
}
.google-left-review .wp-gr.wpac a.wp-google-name{
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: right !important;
    text-transform: capitalize !important;
    color: #3A3B5E !important;
}
.google-left-review .wp-gr .wp-star svg{
    width: 23px !important;
    height: 23px !important;
    margin-right: 7px;
}
.google-left-review .wp-gr .wp-star svg path{
    fill: #FAA61A;
}
.google-left-review .wp-gr .wp-google-stars .wp-stars .wp-star:not(:first-child){
    display: none !important;
}
.google-left-review .wp-gr .wp-google-stars .wp-stars .wp-star:first-child:before{
    content: '5.0';
    font-family: Heebo;
    font-weight: 500;
    font-size: 42px;
    line-height: 30px;
    text-align: center;
    color: #3A3B5E;
}
.google-left-review .wp-gr .wp-google-stars .wp-stars .wp-star:first-child{
    display: flex;
    column-gap: 5px;
    align-items: flex-start;
}
.google-left-review .wp-google-left{
    padding-top: 20px !important;
    order: 1;
}
.google-left-review .grw-review-inner.grw-backgnd{
    display: flex;
    flex-direction:column;
}
.google-left-review .wp-gr .grw-review .wp-google-feedback{
    height: 220px !important;
        margin-left: -15px !important;
    padding-left: 10px !important;

}
.google-left-review .wp-gr .grw-review .wp-google-stars{
    margin: 0 0 15px 0 !important;
}
.google-left-review .wp-gr{
    padding: 0 !important;
    margin: 0 !important;
}
.google-left-review .wp-gr .grw-btns svg path{
    fill: #000000 !important;
}
.grw-review-inner.grw-backgnd:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='37' viewBox='0 0 49 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8379 0.673828V15.1172C19.8378 26.2431 12.6378 33.8264 2.37695 35.9961L0.744141 32.4824C3.105 31.4614 5.03585 29.6497 6.39844 27.5586C7.85458 25.3239 8.68457 22.7374 8.68457 20.3916V19.8916H0.55957V0.673828H19.8379ZM48.3115 0.673828V15.1172C48.3114 26.2426 41.0778 33.8284 30.8145 35.9961L29.1807 32.4824C31.5425 31.4614 33.474 29.6498 34.8369 27.5586C36.2933 25.3239 37.124 22.7374 37.124 20.3916V19.8916H29.0332V0.673828H48.3115Z' fill='%23135DA1' stroke='%23135DA1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px;
    height: 32px;
    position: absolute ;
    left: 20px;
    top: 27px;
}
.google-left-review .wp-gr .grw-btns {
    width: 50px !important;
    height: 50px !important;
    transition: 0.4s;
}
.google-left-review .wp-gr .grw-btns svg {
    border-radius: 50% !important;
    stroke: #3A3B5E;
    border: 1px solid #135DA1 !important;
    padding: 10px;
}
.google-left-review .wp-gr .grw-btns.grw-prev {
    bottom: -16% !important;
    position: absolute !important;
}
.google-left-review .wp-gr .grw-btns.grw-next {
    bottom: -16% !important;
    right: 63px !important;
    position: absolute !important;
}
.google-left-review .wp-gr .grw-btns.grw-prev:hover svg , .google-left-review .wp-gr .grw-btns.grw-next:hover svg {
    background: #135DA1 !important;
    stroke: #FFFFFF;
}
.google-left-review .wp-gr .rpi-dots-wrap {
    top: initial !important;
    bottom: -40px !important;
    right: 134px !important;
}
.google-left-review .wp-gr .rpi-dots-wrap .rpi-dots {
    width: 100% !important;
    overflow: hidden !important;
    gap: 0 !important;
    border-radius: 20px !important;
}
.google-left-review .wp-gr .rpi-dots-wrap .rpi-dot {
    width: 100% !important;
    transform: none !important;
    flex: auto !important;
    margin: 0 !important;
    border-radius: 20px !important;
    background-color: #98ADB133 !important;
    height: 4px !important;
    opacity: 1 !important;
    transition: 0.5s !important;
}
.google-left-review .wp-gr .rpi-dots-wrap .rpi-dot.active {
    background-color: #135DA1 !important;    
    border-radius: 4px !important;
}


/* New commercials with monthly payment without a down payment */
.monthly_payment_sec{
    margin-top: 80px;
}
.cc-brand span {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.cc-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: right;
    color: #3A3B5E;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cc-slider-imges{
    margin-bottom: 8px !important;
}
.cc-slider-imges img{
    height: 180px;
    object-fit: cover;
}
.monthly_payment_slide{
    margin-top: 40px;
}
.car-card {
    padding: 10px 15px 20px 15px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #135DA1;
    border-top: 3px solid #135DA1;
    flex-flow: column;
    position: relative;
    height: initial !important;
    margin-bottom: 5px !important;
}
.cc-contect {
    display: flex;
    flex-direction: column;
	margin-top:20px;
}
.cc-meta {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: right;
    color: #212944;
    margin-bottom: 13px;
    min-height: 28px;
}
.cc-meta span {
    padding-left: 10px;
    border-left: 1px solid #135DA1;
}
.cc-meta span:last-child{
    border: none;
}
.cc-meta .cc-meta-item{
    padding-left: 10px;
    border-left: 1px solid #135DA1;
    margin-left: 10px;
}
.cc-price-wrap {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
}
.cc-price-wrap span{
    font-weight: 700;
}
.cc-price-details {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-top: 4px;
}
.cc-price {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    text-align: right;
    color: #212944;
}
.cc-list-price {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.cc-btns{
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.cc-down-payment {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    background: #135DA1;
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 20px;
    position: absolute;
    top: 18px;
    right: 13px;
    z-index: 1;
}
.monthly_payment_slide_single > .slick-list {
    margin: 0 -12px;
}
.cc-slider-imges ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
}
.recommended-vehicles-single ul.slick-dots {margin-top: -30px }
.cc-slider-imges ul.slick-dots li:before{
    display: none; 
}
.cc-slider-imges ul.slick-dots li{
    padding-right: 0;
    line-height: 1;
    margin: 0;
}
.cc-slider-imges ul.slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9  !important;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 0;
}
.cc-slider-imges ul.slick-dots li.slick-active button{
    background: #135DA180 !important;
    border-color: #135DA1;
}
.cc-sale {
    position: absolute;
    top: 11px;
    left: 8px;
    z-index: 1;
    width: 61px;
    height: 61px;
}
.monthly_payment_slide .slick-slide {
    margin: 0 15px;
}
.monthly_payment_slide_single .slick-slide {
    margin: 0 12px;
}
span.next-calender-arrow{
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
span.next-calender-arrow:hover svg circle{ 
    stroke: #071C37;
}
span.next-calender-arrow svg circle{ 
    /* stroke: #C5C5C5; */
}
span.prev-calender-arrow{
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
span.prev-calender-arrow:hover svg circle{ 
    stroke: #071C37;
}
span.prev-calender-arrow svg circle{ 
    /* stroke: #C5C5C5; */
}
.monthly_payment_link {
    margin-top: 33px;
    text-align: center;
}
.monthly_payment_link a{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #212944;
    border-bottom: 2px solid #FAA61A;
}
.slick-track {
    display: flex !important;
}



/* A vehicle for each driver (no need for a class C license) */
.vehicle_driver_sec{
    margin: 76px 0 105px 0;
}

/* Rental cars are available at any time. */
.rental_cars_sec{
    max-width: 1600px;
    background: #FAA61A;
    border-radius: 16px;
    padding: 70px 0 133px 0;
    margin: 0 auto;
}
.rental_cars_sec .sec-title{
    color: #FFFFFF;
}
.rental_cars_sec .btn-outline{
    border: 1px solid #FAA61A;
}
.rental_cars_sec .btn-fill{
    background: #FAA61A;
}
.rental_cars_sec .cc-down-payment{
    background: #FAA61A;
}
.rental_cars_sec .monthly_payment_link a{
    color: #FFFFFF;
    border-block-color: #FFFFFF;
}



/* Partners and companies that chose Liscom */
.liscom_partners_sec{
    margin: 87px 0 70px 0;
}
.liscom_partners_info .sec-title{
    margin-bottom: 30px;
}
.liscom_partners_info {
    position: relative;
}
.partners-slider_box a {
    width: 212px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
    min-height: 102px;
    border: 1px solid #DADADA;
}
.partners-slider-1 .partners-slider_box {
    display: flex;
    align-items: center;
    gap: 10px;
    will-change: transform;
    animation: scrolling-1 70s linear infinite;
}
.partners-slider-2 .partners-slider_box {
    display: flex;
    align-items: center;
    gap: 10px;
    will-change: transform;
    animation: scrolling-2 70s linear infinite;
}
.partners-slider-1 , .partners-slider-2 {
    position: relative;
    display: flex !important;
    gap: 10px;
}
.companies-slide-2{
    margin-top: 20px;
}
.liscom_partners_info:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 124px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(249, 249, 246, 0) 0%, #F9F9F6 100%);
    transform: rotate(180deg);
}
.liscom_partners_info:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 124px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(249, 249, 246, 0) 0%, #F9F9F6 100%);
}


@keyframes scrolling-1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes scrolling-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Many congratulations to new car owners from Liscom */
.car-owner-Liscom-sec{
    margin-top: 70px;
}
.car-owner-Liscom-sec .sec-title{
    margin-bottom: 35px;
}
.car-owner-box {
    height: 460px !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    padding: 0px 20px 25px 20px;
    z-index: 1;
    display: flex !important;
    align-items: flex-end;
}
.car-owner-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
	width:100%;
}
.car-owner-slider .slick-slide{
    margin: 0 10px;
}
.car-owner-box-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0.65px;
    text-align: right;
    color: #FAA61A;
    margin-top: 8px;
}
.car-owner-box-title{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 34px;
    line-height: 30px;
    letter-spacing: 0.65px;
    text-align: right;
    color: #FFFFFF;
}
.car-owner-box:before {
    content: '';
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, #040404 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: -1;
}


/* Choosing a commercial vehicle by manufacturer */
.manufacturer_vehicle_sec{
    margin-top: 80px;
}
.manufacturer_vehicle_sec .sec-title{
    margin-bottom: 37px;
}
.vehicle_box {
    padding: 30px 30px 5px 30px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 20px;
    transition: 0.4s;
}
.vehicle_box_txt{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
   line-height: 22px;
    text-align: center;
    color: #181E43;
    margin-top: 7px;
	line-height: 22px
}
.main_manufacturer_vehicle{
    display: grid;
    grid-template-columns: repeat(7 , 1fr);
    column-gap: 21px;
    row-gap: 25px;
    max-height: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.main_manufacturer_vehicle.active {
    max-height: 100%;
    height: 100%;
}
.vehicle_box_img {
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.vehicle_box:hover {
    background: #181E43;
}
.vehicle_box:hover .vehicle_box_img img{
    filter: brightness(50);
}
.vehicle_box:hover .vehicle_box_txt{
    color: #FFFFFF;
}
.show-menu{
    margin-top: 46px;
}
.show-menu .all-txt , .show-menu .less-txt{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #3A3B5E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
	margin: 0 auto;
	position:relative;
}
span.all-txt:before {
    content: '';
    height: 2px;
    width: 125%;
    background-color: #FAA61A;
    position: absolute;
    bottom: -3px;
    right: 0;
}
span.less-txt:before {
    content: '';
    height: 2px;
    width: 118%;
    background-color: #FAA61A;
    position: absolute;
    bottom: -3px;
    right: 0;
}
 
span.all-txt:after{
	 content:"";
	 position:absolute;
	 background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53164 5.99893L0.812891 2.28018C0.555859 2.02314 0.555859 1.60752 0.812891 1.35322L1.43086 0.735254C1.68789 0.478223 2.10352 0.478223 2.35781 0.735254L4.99375 3.37119L7.62969 0.735254C7.88672 0.478223 8.30234 0.478223 8.55664 0.735254L9.17461 1.35322C9.43164 1.61025 9.43164 2.02588 9.17461 2.28018L5.45586 5.99893C5.2043 6.25596 4.78867 6.25596 4.53164 5.99893Z' fill='%23181E43'/%3E%3C/svg%3E");
	 height: 6px;
	 width: 9px;
	 background-repeat:no-repeat;
	 top:7px;
	 left: -15px;
}
span.less-txt:after{
	 content:"";
	 position:absolute;
	 background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53164 5.99893L0.812891 2.28018C0.555859 2.02314 0.555859 1.60752 0.812891 1.35322L1.43086 0.735254C1.68789 0.478223 2.10352 0.478223 2.35781 0.735254L4.99375 3.37119L7.62969 0.735254C7.88672 0.478223 8.30234 0.478223 8.55664 0.735254L9.17461 1.35322C9.43164 1.61025 9.43164 2.02588 9.17461 2.28018L5.45586 5.99893C5.2043 6.25596 4.78867 6.25596 4.53164 5.99893Z' fill='%23181E43'/%3E%3C/svg%3E");
	 height: 6px;
	 width: 9px;
	 background-repeat:no-repeat;
	 top: 7px;
	 left: -15px;
	 transform: rotate(180deg);
}
.main_manufacturer_vehicle.active + .show-menu .all-txt {
    display: none;
}
.main_manufacturer_vehicle + .show-menu .less-txt {
    display: none;
}
.main_manufacturer_vehicle.active + .show-menu .less-txt {
    display: block;
}


/* The fast and economical way to a new van */
.economical_way_sec{
    margin-top: 96px !important; 
    max-width: 1600px;
    margin: 0 auto;
}
.economical_way_info {
    padding: 50px 60px 50px 50px;
    background: #135DA1;
    border-radius: 10px 0 0 10px;
}
.main_economical_way {
    border-radius: 10px;
    display: grid;
    grid-template-columns: 59% 41%;
}
.economical_way_img img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.economical_way_title{
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    text-align: right;
    color: #F9F9F6;
    margin-bottom: 20px;
}
.economical_way_txt{
     font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #F9F9F6;
}


/* Follow us on TikTok */
.main-tiktok-info{
    margin-top: 90px;
}
.main-tiktok-info .sec-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.tiktok-sub_title a {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: #135DA1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.tiktok-sub_title a:hover{
    color: #181E43;
}
.cc-slider {
    min-height: 205px;
}
a.shop-more-cars {
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    color: #3A3B5E;
    border-bottom: 2px solid #FAA61A;
    margin-bottom: 69px;
    display: inline-block;
    padding: 5px 10px;
}

a.shop-more-cars:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89805 6.87974L0.648047 2.62974C0.354297 2.33599 0.354297 1.86099 0.648047 1.57036L1.3543 0.864111C1.64805 0.570361 2.12305 0.570361 2.41367 0.864111L5.42617 3.87661L8.43867 0.864111C8.73242 0.570361 9.20742 0.570361 9.49805 0.864111L10.2043 1.57036C10.498 1.86411 10.498 2.33911 10.2043 2.62974L5.9543 6.87974C5.6668 7.17349 5.1918 7.17349 4.89805 6.87974Z' fill='%23181E43'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
a.fixed-button.fixed-button-whatsapp,button.fixed-button.fixed-button-modal{
    z-index: 999;
}
.footer-sidebar{
	padding-bottom:47px;
}
.rental-cardslist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.rental-card-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 10% 50% 10% 10px;
    min-height: 425px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rci-icon {
    position: absolute;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
    background-color: #C9E1F6;
    border-radius: 60px;
    color: #3A3B5E;
    z-index: 1;
}

.rci-title {
    font-size: 44px;
    line-height: 50px;
    color: #3A3B5E;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.rci-img {
    position: absolute;
    right: -15%;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.rental-card-item .btn-fill {
    position: relative;
    z-index: 1;
}

.rental-card-item:hover .rci-img {
    right: -5%;
}

.rental-card-item:before {
    content: "";
    position: absolute;
    left: 55%;
    top: -3%;
    border-radius: 100%;
    transition: 0.3s;
    background-color: #C9E1F6;
    padding-top: 85%;
    width: 85%;
}

.rental-card-item:nth-child(1):before {
    background-color: #135DA1;
}

.rental-card-item:hover:before {
    left: 0;
    width: 100%;
    border-radius: 0;
    top: -20%;
}

.rental-card-item:hover .btn-fill {
    background-color: #faa92a;
}

.rental-card-item:nth-child(1):hover .rci-title {
    color: #fff;
}

.rental-card-item:nth-child(2):hover .rci-icon {
    background-color: #fff;
}
@media (max-width: 1199px){
    a.rental-card-item {
    min-height: 325px;
}
}
@media (max-width: 1024px){
	.category-total-select {
        background-color: #FAA61A;
        width: 19px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
    }
	.filter_btn_category  svg {
		width: 19px;
		height: 19px;
	}

     /* Choose a route and leave with the key to a new van!  */
    .main-route_and_leave{
        grid-template-columns: repeat(2 , 1fr);
    }
    .rental-cardslist {
    grid-template-columns: 100%;
    }
    a.rental-card-item {
        min-height: 425px;
    }
}
@media (min-width: 767px){
    .rental_cars_sec .monthly_payment_link{
        display: none;
    }
}
@media (max-width: 767px){
    .rci-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.rci-icon {
    width: 38px;
    height: 38px;
    padding: 7px;
}

    a.rental-card-item {
    min-height: 245px;
}
    /* banner */
    .banner-info-desk{
        display: none;
    }
    .hero-banner-bg{
        padding: 91px 0 73px 0;
        border-radius: 0;
        height: 410px;
    }
    .banner-video-home video {
        border-radius: 0;
    }
    .banner-title{
        font-size: 44px;
        line-height: 46px;
        text-align: center;
        color: #F9F9F6;
        margin-bottom: 18px;
    }
    .banner-des{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 0;
    }
    .banner-info-mob{
        display: block;
        padding: 17px 20px 28px 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 30px 0px #4E5D694D !important;
        border-radius: 12px;
        margin-top: -37px;
        z-index: 5;
        position: relative;
    }
    .banner-subtitle{
        font-size: 26px;
        text-align: center;
        color: #212944;
    }
    .banner-btn-info{
        margin-top: 17px;
        flex-direction: column;
		gap:16px;
    }
    .banner-btn-box a{
        font-size: 19px;
        line-height: 18px;
        color: #212944;
        padding: 9px 14px;
        border-radius: 27px;
        border: 2px solid;
        display: inline-block;
        transition: 0.4s;
        width: 100%;
    }
    .banner-btn-box:nth-child(1) a{
        border-color: #FAA61A;
        width: 100%;
    }
    .banner-btn-box:nth-child(2) a{
        width: 100%;
    }
    .banner-btn-box:nth-child(3) a{
        border-color: #212944;
        box-shadow: none !important;
        width: 100%;
    }


    /* Choose a route and leave with the key to a new van!  */
    .route-leave-sec{
        padding-top: 40px;
    }
    .sec-title{
        font-size: 30px;
        line-height: 34px;
    }
    .route-leave-sec .sec-title{
        margin-bottom: 10px;
    }
    .main-route_and_leave{
        grid-template-columns: repeat(2 , 1fr);
        gap: 15px;
    }
    .route_and_leave-box .route-leave-box-header span{
       display: none;
    }
    .route-leave-title{
        font-size: 20px;
        line-height: 20px;
    }
    .route-leave-box-header{
        gap: 0;
    }
    .route_and_leave-box {
        padding: 12px 11px 0 11px;
        border-radius: 10px;
        height: 335px;
    }

    /* Liscom - the perfect place to renew your business. */
    .liscom_perfect-sec{
        margin-top: 40px;
    }
    .liscom_perfect-sec .sub-title{
        margin: 12px 0 26px 0;
    }
    .sub-title{
        font-size: 20px;
    }
    .advantages-bg-img{
        padding: 0 0 155px 0;
        background-position: bottom;
        background-size: 107%;
        background-repeat: no-repeat;
    }
    .perating-leasing-txt{
        font-size: 30px;
    }
    .perating-leasing-box{
        padding: 16px 18px 283px 15px;
    }
    .perating-leasing-box span{
        width: 50px;
        height: 50px;
    }
    .main-operating-leasing-info {
        grid-template-columns: 1fr;
    }


    .main-key_advantage{
        gap: 15px;
    }
    .advantages-txt {
        font-size: 17px;
        line-height: 18px;
        margin-top: 12px;
    }
    .advantages-img img{
        width: 70px;
        height: 70px;
    }


    .google-review-info{
        grid-template-columns: 100%;
        padding: 0 15px;
        gap: 30px;
    }
    .google-review-sec{
        margin-top: 43px;
    }
    .google-review-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .all-review-btn a{
        margin-top: 10px;
    }
	.google-left-review .wp-gr .grw-btns{
		width: 40px !important;
		height: 40px !important;
	}
	.total-review-count{
		margin-top: 10px;
	}
	.google-right-box{
        padding: 25px 35px 35px 35px;
    }
    .google-left-review .wp-gr .grw-btns.grw-next {
        right: 47px !important;
    }

    .monthly_payment_slide{
        padding: 0 10px;
    }
    .monthly_payment_slide_single{
        padding: 0 10px;
    }
    .monthly_payment_sec{
        margin-top: 50px;
    }
    span.next-calender-arrow svg , span.prev-calender-arrow svg{
        width: 32px;
        height: 32px;
        
    }
    span.next-calender-arrow{
        left: -25px;
        border: 1px solid #DADADA;
        border-radius: 50%;
    }
    span.prev-calender-arrow{
        right: -25px;
        border: 1px solid #DADADA;
        border-radius: 50%;
    }
    .cc-down-payment{
        font-size: 15px;
    }
    .cc-brand span , .cc-meta {
        font-size: 18px;
		line-height:26px;
		margin-bottom:10px;
    }
	.cc-btns {
		margin-top:12px;
	}
	 .btn-fill, .btn-outline {
        padding:10px 5px !important;
		font-size: 18px;
    }
	.cc-contect{
		margin-top:15px;
	}
    .cc-title{
        font-size: 25px;
        line-height: 25px;
    }
    .cc-price-wrap{
        font-size: 17px;
    }
    .cc-price{
        font-size: 32px;
        line-height: 25px;
    }
    .cc-list-price{
        font-size: 15px;
    }
    .monthly_payment_link a{
        font-size: 17px;
    }
    .vehicle_driver_sec {
        margin: 44px 0 54px 0;
    }
    .monthly_payment_slide{
        margin-top: 22px;
    }
    .monthly_payment_slide_single{
        margin-top: 18px;
    }
    .rental_cars_sec{
        padding: 43px 0 40px 0;
        border-radius: 0;
    }
    .liscom_partners_sec{
        margin: 90px 0 34px 0;
    	padding-top:65px;
	}
	.partners-slider_box a img{
		height:53px;
		width:108px;
	}
	.partners-slider_box a {
		padding:10px;
		height:53px !important;
		width:108px !important;
		min-height: auto;
	}
	.partners-slider_box a img{
		object-fit:cover;
	}
    .liscom_partners_info .sec-title  , .car-owner-Liscom-sec .sec-title {
        margin-bottom: 25px;
    }
    .car-owner-Liscom-sec{
        margin-top: 45px;
    }
    .car-owner-box{
        padding: 20px 15px;
    }
	.car-owner-box{
		height:346px !important;
	}
    .car-owner-box-title{
        font-size: 25px;
        line-height: 20px;
    }
    .car-owner-box-subtitle{
        font-size: 16px;
        line-height: 13px;
    }
    .owner-popup-icon svg{
        width: 48px;
        height: 48px;
    }
    .manufacturer_vehicle_sec{
        margin-top: 53px;
    }
    .manufacturer_vehicle_sec .sec-title{
        margin-bottom: 21px;
    }
    .main_manufacturer_vehicle {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
		max-height:310px;
		height: 310px;
    }
	.manufacturer_vehicle_sec .show-menu{
		margin-top:30px !important;
	}
	.car-owner-box{
		margin-top: 30px;
	}
    .vehicle_box {
        padding: 16px 20px 0px 20px;
    }
    .vehicle_box_txt{
        font-size: 16px;
        line-height: 19px;
        padding: 7px 0px;
        margin-top: 4px;
    }
    .main_economical_way {
        grid-template-columns: 100%;
    }

    .main_economical_way {
        grid-template-columns: 100%;
    }
    .economical_way_info {
        padding: 27px 18px 27px 18px;
        border-radius: 0 0 10px 10px;
    }
    .economical_way_title {
        margin-bottom: 14px;
        font-size: 30px;
        line-height: 34px;
    }
    .economical_way_sec {
        padding: 0 15px;
		margin-top:46px !important;
    }
    .main-tiktok-info{
        margin-top: 44px;
    }
	.main-financing-category {
		background-position: bottom 0px center !important;
		background-size: contain !important;
		padding: 25px 20px 90px 20px !important;
	}
	.main-financing-category::after {
		background: linear-gradient(360deg, rgba(1, 111, 182, 0) 14%, #016FB6 35%) !important;
	}
	.foot-logo img {
 	   max-width: 87px;
	}
	.foot-social{
    	row-gap: 15px;
	}
	.footer-topbar .foot-top-box:nth-child(2) {
		margin-top:23px;
	}
	.footer-topbar{
		padding:21px 0px 30px 0px;
	}
	.footer-sidebar .pb-3p{
		padding-bottom:0px !important;
	}
	.footer-sidebar{
		padding-top:0px !important;
	}
	.add-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 11px;
	}
	.add-box{
		padding:20px;
	}
	.footer-bottom{
		gap:15px;
		padding-bottom:20px;
	}
	.footer-copy-right-img a img{
		width:65px !important;
	}
	.footer-copy-right-img p {
		display:flex;
		gap:20px;
	}
	.btn.btn-icon-square {
		height: 46px;
		width: 46px;
	}
	.liscom_partners_info:before,.liscom_partners_info:after{
		top: inherit;
		bottom: 0;
		height: 75%;
	}
	.vehicle_box_img {
    	height: 40px;
	}
	.main_manufacturer_vehicle.active , .main_manufacturer_vehicle {
    	grid-template-columns: repeat(3, 1fr) !important;
	}
 
}
@media (max-width: 425px){
     /* Choose a route and leave with the key to a new van!  */
    .route_and_leave-box {
        height: 235px;
    }
    .route_and_leave-img img {
        height: 100px;
        object-fit: cover;
    }
    .route-cricle {
        width: 150px;
        height: 150px;
    }
    .vehicle_box_txt{
        font-size: 15px;
    }
    .google-left-review .wp-gr .grw-btns.grw-next{
        right: 47px !important;    
    }
}
@media (max-width: 375px){
    .btn-fill, .btn-outline {
        font-size: 17px;
    }
    .banner-btn-box a{
        font-size: 18px;
    }
    .banner-subtitle{
        font-size: 24px;
    }
}



/* single page info */
.slick-lightbox button.slick-prev {
    position: absolute;
    top: 50%;
    left: 55px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='82' height='83' viewBox='0 0 82 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_127_1569)'%3E%3Ccircle cx='41' cy='41.5329' r='21' fill='white'/%3E%3C/g%3E%3Cpath d='M43.4151 46.7829L37.7451 41.1129L43.4151 35.4429' stroke='%233A3B5E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_127_1569' x='0' y='0.532928' width='82' height='82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_127_1569'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_127_1569' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.slick-lightbox button.slick-next{
    position: absolute;
    right: 55px;
    top: 50%;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='83' height='83' viewBox='0 0 83 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_127_1565)'%3E%3Ccircle cx='21' cy='21' r='21' transform='matrix(-1 0 0 1 62.5518 20.5329)' fill='white'/%3E%3C/g%3E%3Cpath d='M39.1366 46.7829L44.8066 41.1129L39.1366 35.4429' stroke='%233A3B5E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_127_1565' x='0.551758' y='0.532928' width='82' height='82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_127_1565'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_127_1565' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.main-single-page{
    margin-top: 10px;
    display: grid;
    grid-template-columns: calc(59% - 40px) calc(41% - 30px);
    gap: 70px;
}
.single-cars .container {
    max-width: 1190px;
}
.car_product_img_info{
    margin-top: 40px;
}
.car_product_img_info .slick-track {
    transform: none !important;
}
.main-single-img img:not(.single-page-slide-icon img , .light-box-icon-single img){
    overflow: hidden;
    border-radius: 20px;
    background: #FFFFFF;
    min-height: 576px;
    object-fit: contain;
}
.main-single-img span.next-calender-arrow{
    left: 20px;
}
.main-single-img span.prev-calender-arrow{
    right: 20px;
}
.main-single-img span.next-calender-arrow.slick-arrow svg {
    width:42px;
    height:42px;
}
.main-single-img span.prev-calender-arrow svg {
    width:42px;
    height:42px;
}
.main-single-img ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: -40px;
}
.main-single-img ul.slick-dots li:before{
    display: none; 
}
.main-single-img ul.slick-dots li{
    padding-right: 0;
}
.main-single-img ul.slick-dots li button{
    font-size: 0;
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 0;
}
.main-single-img ul.slick-dots li.slick-active button{
    background: #135DA180;
    border-color: #135DA1;
}
.main-single-page .slider {
    height: auto;
    background: transparent;
}

.configuration-type-main h2 {
    font-weight: 500;
    font-size: 28px;
    color: #212944;
	line-height:41px;
	margin-bottom:9px;
}

.configuration-type-main {
    margin-top: 40px;
}
.configuration-list b {
    background-color: #C9E1F6;
    padding: 2px 15px;
}

.configuration-list span {
    padding: 2px 15px;
}
.configuration-list {
    box-shadow: 0px 4px 20px 0px #4E5D6933;
    background-color: #fff;
    display: grid;
    grid-template-columns: 3fr 1fr;
    color: #212944;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 0 40px 0px;
}
.main-worth-knowing-box{
    padding: 20px 20px 8px 25px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 23px;
}
.worth-knowing-title{
    font-family: Ploni;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: right;
    display: flex;
    align-items: center;
    color: #212944;
}
.worth-knowing-title span{
    margin-left: 10px;
}
.advantages-title{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #212944;
    margin-bottom: 7px;
}
.advantages-info-single{
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    display: flex;
    align-items: center;
    gap: 6px;
}
.advantages-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-show-menu {
    margin-top: 8px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
/* .advantages-details.active + .single-show-menu {
    margin-top: 0;
} */
.advantages-details{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #212944;
    margin-top: 16px;
    max-width: 590px;
}
.advantages-details p{
	margin:0px;
}
.advantages-details b{
    font-weight: 700;
}
.main-technical-specifications{
    /* padding: 20px 20px 10px 25px; */
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 37px;
}
.technical-title{
    margin-bottom: 0;
    padding: 20px 20px 17px 25px;
}
.technical-vehical-det p{
    margin-bottom: 0;
}
.technical-vehical-det{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    background: #C9E1F64D;
    padding: 9px 18px;
}
.technical-vehical-det b{
    font-weight: 700;
}
.faq_heading_box{
    padding: 8px 16px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    border-top: 1px solid #C9E1F6;
}
.faq_heading_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_heading_box.active .faq_heading_icon {
    transform: rotate(180deg);
}
.faq_subdetails_txt{
    padding: 0 16px 10px 16px;
}
.faq_details {
    display: grid;
    grid-template-columns: 1fr 4fr;
}
/* .faq_details span {
    width: 130px;
    display: inline-block;
} */
.single-sale-bage{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    background: #FAA61A;
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 20px;
}
.single-share-car{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    display: flex;
    margin-right: auto;
    align-items: center;
    gap: 7px;
}
.share-single-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
a.share-product-link{
	color: #212944;
}
.single-car-title{
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    text-align: right;
    color: #212944;
}
.single-car-meta {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    margin: 15px 0px;
}
.single-car-meta span {
    padding-left: 10px;
    border-left: 1px solid #135DA1;
    margin-left: 10px;
}
.single-car-meta span:last-child{
    padding-right: 7px;
    border: none;
}
.tool-tip div:first-child {
    border-left: 1px solid #135DA1;
    padding-left: 10px;
    margin-left: 10px;
}
.single-car-meta-link{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    text-decoration: underline;
    color: #212944;
}
.single-color-title{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    text-align: right;
    color: #212944;
    margin-left: 7px;
}
span.single-car-color{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #181E43;
}
.single-car-color {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-form-title{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: right;
    color: #212944;
    margin-bottom: 4px;
}
.single-form-title b{
    font-weight: 700;
}
.single-form-price-info{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    padding-top: 5px;
}
.single-form-price{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    text-align: right;
    color: #212944;
}
.main-singlepage-from{
    padding: 18px 20px 27px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px #4E5D6933;
    margin-top: 28px;
}
.single-rental-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-rental-cost  img {
    width:82px;
    height:80px;
}
.interested-title-single{
    margin: 15px 0px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #212944;
	margin-bottom: 10px;
}
.single-form-field input {
    padding: 11px 15px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #A2A2A2;
    border: 1px solid #DADADA;
    border-radius: 6px;
}
.single-form-field input::placeholder{
    color: #A2A2A2;
}
.single-form-field select {
    padding: 13px 15px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #A2A2A2;
    border: 1px solid #DADADA;
    border-radius: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.22949 7.35931L9.72949 11.8593L14.2295 7.35931' stroke='%23135DA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 13px center;
}
.single-form-field select::placeholder{
    color: #A2A2A2;
}
.single-form-flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.single-form-field p{
    padding: 0;
    margin: 0;
}
.interested-car-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-form-btn input{
    padding: 15px 10px !important;
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 100% !important;
    text-align: center !important;
    border-radius: 60px !important;
    background: #135DA1 !important;
    width: 100% !important;
}
.single-form-btn .bg{
    display: none;
}
.single-form-btn .wpcf7-spinner{
    display: none;
}
.single-form-btn .for-submit::after{
    display: none;
}
.single-form-btn p{
    width: 100% !important;
}
.interested-car-form {
    padding-bottom: 16px;
    margin-bottom: 23px;
    border-bottom: 1px solid #DADADA;
}
.single-contact span{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.single-contact span b{
    font-weight: 700;
}
.single-contact-info {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.related-car-title{
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    text-align: right;
    color: #212944;
    margin-bottom: 22px;
}
.related-car-vehicles{
    margin-top: 50px;
}
.single-show-menu span{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #212944;
}
.single-all-txt{
    position:relative;
}
.single-show-menu .single-all-txt:after {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8418 1.06848L5.8418 		5.06848L9.8418 1.06848' stroke='%23212944' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height:8px;
    width:16px;
    left:-35%;
    top:40%;
    position:absolute;
    background-repeat:no-repeat;
    background-size:contain;
}
.advantages-details.active + .single-show-menu .single-all-txt {
    display: none;
}
.advantages-details + .single-show-menu .single-less-txt {
    display: none;
}
.advantages-details.active + .single-show-menu .single-less-txt {
    display: block;
}
.single-mob{
    display: none;
}
.single-page-slide-icon {
    display: flex;
    gap: 15px;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 70px;
    height: 70px;
}
.light-box-icon-single {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: #FFFFFF;
    padding: 1px;
    border-radius: 4px;
}
.slider-for .slick-slide{
    position: relative;
}
.slick-lightbox {
    direction: ltr;
}
.slider-nav .slick-slide {
    margin: 0 6px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
.slider-nav .slick-slide.slick-current {
    border-color: #135DA1;
}
.slider-nav .slick-slide img {
	max-width: 97px;
	height: 72px;
    object-fit: cover;
}
.main-single-img {
    position: relative;
}
.main-single-dropdown form {
    display: flex;
    gap: 15px;
    margin-top: 12px;
}
.main-single-dropdown select {
    padding: 9px 13px;
    border: 1px solid #DADADA;
    background: #FFFFFF;
    border-radius: 6px;
    appearance: none;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #A2A2A2;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.78125 7.52292L9.28125 12.0229L13.7812 7.52292' stroke='%23212944' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
}
.main-fiat-ducato-single{
    margin-top: 23px;
}
.fiatducato-single-title{
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
    text-align: right;
    color: #212944;
    margin-bottom: 12px;
}
.fiat_ducato_box_single{
    padding: 18px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #4E5D6933; 
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.car-ducato-single-title{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #212944;
    margin-bottom: 8px;
	max-width:261px;
}
.car-ducato-info {
    width: max-content;
}
.car-ducato-info span{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.car-ducato-info span svg{
    margin-left: 6px;
}
.car-ducato-info span:first-of-type{
    border-left: 1px solid #135DA1;
    padding-left: 10px;
    margin-left: 10px;
}
.repayment-single-ducato{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: right;
}
.repayment-single-ducato b{
    font-weight: 700;
}
.single-ducato-price{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    color: #212944;
	width:max-content;
}
.single-ducato-price span{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    text-align: right;
    color: #135DA1;
}
.fiat_ducato_box_details{
    border-left: 1px solid #DADADA;
    padding-left: 15px;
}
.fiat_ducato_box_single:not(:first-of-type){
    margin-top: 17px;
}
span.times-flex {
    padding-right: 10px;
}




@media (max-width: 1024px){
    .main-single-page {
        grid-template-columns: 100%;
    }
    .main-single-img img{
        width: 100%;
    }
    .main-worth-knowing-box {
        margin-top: 36px;
        padding: 15px;
    }
	.worth-knowing-title span img {
		width: 30px;
		height: 30px;
	}
	.main-worth-knowing-box .worth-knowing-title {
		margin-bottom: 9px;
	}
    .advantages-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .advantages-title{
        margin-bottom: 6px;
    }
	.advantages-details{
		max-width: 315px;
	}
	.single-show-menu{
		margin-top:10px;
	}
	.main-technical-specifications{
		margin-top:24px;
	}
	.advantages-details{
		margin-top:13px
	}
    .main-single-img img:not(.single-page-slide-icon img){
        min-height: auto !important;
    }
    .technical-title{
        padding: 15px 17px 16px 17px;
    }
    .technical-vehical-det{
        padding: 9px 16px;
    }
    .single-car-title{
        line-height: 34px;
		font-size:30px;
		max-width: 322px;
    }
    .single-car-meta{
        padding: 20px 0 10px 0;
        margin: 0;
    }
    .interested-title-single{
        margin: 12px 0 5px 0;
        text-align: center;
    }
    .single-form-field input{
        padding: 12px 13px;
    }
    .single-form-field select{
        padding: 12px 13px;
    }
    .single-form-flex , .interested-car-form{
        gap: 10px;
    }
	.single-form-btn {
   	 	margin-top: 5px;
	}
    .interested-car-form{
        padding-bottom: 20px;
        margin-bottom: 15px;
		gap: 10px
    }
    .single-contact {
        display: flex;
        gap: 8px;
    }
    .single-contact span b{
        display: block;
    }
    .single-rental-cost img {
        width: 65px;
        height: 63px;
        object-fit: cover;
    }
	.main-singlepage-from{
		padding:20px;
		margin-top:14px;
	}
    .single-desk , .main-fiat-ducato-single{
        display: none !important;
    }
    .single-page-left{
        margin-top: 19px;
		display: inline-block ;
    }
    .single-page-car-img .car_product_img_info {
        display: none;
    }
    .single-page-slide-icon img {
        width: 61px;
        height: 61px;
        object-fit: cover;
    }
	.related-car-vehicles{
		margin-top:40px;
	}
	.main_manufacturer_vehicle.active , .main_manufacturer_vehicle {
    	grid-template-columns: repeat(5, 1fr);
	}
 
}
@media (max-width: 767px){
    .main-single-dropdown{
        display: none;
    }
    .faq_details {
        grid-template-columns: 1fr 1fr;
    }
	  .page-template-homepage  span.prev-calender-arrow{
        right: 3px;
    }
     .page-template-homepage span.next-calender-arrow{
         left: 3px;
     }
	
}



/* category page */
.main-category-box{
    padding: 20px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #4E5D691A;
    border-radius: 6px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.category-filter-top.active {
    border: 1px solid #135DA1;
    background: #EFF6FD;
}
.category-filter-box {
    width: 100%;
    max-width: 225px;
    position: relative;
}
.category-filter-top{
    padding:11px 16px 11px 8px;
    background: #F2F2F2;
    border-radius: 6px;
    width: 100%;
    max-width: 225px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category-filter-bottom{
    width: 100%;
    max-width: 225px;
    padding: 10px 0 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #4E5D694D;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    z-index: 2;
	display: none;
}
.filter-header-title{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.filter-bottom-header{
    padding: 0 14px 7px 11px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-filter-info{
    padding: 0 15px;
    max-height: 250px;
    overflow-y: auto;
}
.filter-img {
    width: 45px;
    height: 32px;
    border-radius: 4px;
    background: #EFF6FD;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-check {
    display: flex;
    align-items: center;
}
.filter-check input{
    position: absolute;
    opacity: 0;
    z-index: -9;
}

.filter-check input:checked{
    background-color: #383A46;
    border-color: transparent;
}
.filter-check label:before{
    content: "" !important;
    background-repeat: no-repeat !important;
    width: 18px !important;
    height: 18px !important;
    padding: 10px;
    transform: translate(21% , -16%);
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #DADADA;
}
.filter-check input:checked+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons  Inc.--%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") !important;
    background: #135DA1;
    background-size: 14px;
    background-position: center;
}
.filter-check label{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: right;
    color: #212944;
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
span.color-img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
	border: 1px solid #eee;
}
.tool-tip {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 0px 0px 0px;
}
.tool-tip-text {
    background: #000000F0;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
	display: none;
	position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 99;
}
.filter-info-select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-info-select-box:not(:last-of-type){
    margin-bottom: 12px;
}
.category-filter-btninfo{
    padding: 15px 16px 0 16px;
    border-top: 1px solid #DADADA;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-filter-btninfo a{
    padding: 10px 25px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    border-radius: 40px;
    background: #0272B9;
    text-align: center;
    color: #FFFFFF;
}
.category-filter-btninfo a:first-of-type {
    background: transparent;
    color: #0272B9;
}
.filter_btn_category{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    color: #212944;
    padding: 9px 20px;
    border: 1px solid #135DA1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.filter_btn_category a:focus{
    border: 1px solid #135DA1;
    background: #EFF6FD;
}
.clear_everything_btn a{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: right;
    text-decoration: underline;
    color: #212944;
}
.category-filter-close{
    display: none;
}
.category-filter-top.active .category-filter-close{
    display: block;
}
.category-filter-top.active .category-filter-arrow{
    display: none;
}
.category-filter-counter {
    display: flex;
    align-items: center;
    gap: 6px;
}
.category-total-select span {
    width: 24px;
    height: 24px;
    background: #FAA61A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
}
.category-filter-bottom-price{
    width: 100%;
    min-width: 330px;
    padding: 10px 0 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #4E5D694D;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    z-index: 2;
}
.category-filter-price-box{
    width: 100%;
    max-width: 330px;
}
li.tab-link {
    padding: 0;
}
li.tab-link:before{
    display: none;
}
ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 235px;
    background-color: #EFF6FD;
    border-radius: 60px;
    height: 38px;
	margin-bottom:19px;
}
ul.tabs li{
    list-style: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    max-width: 120px;
    width: 100%;
}
li.tab-link.current {
    background-color: #135DA1;
    height: 100%;
    border-radius: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-content{
    display: none;
}
.tab-content.current{
    display: block;
}
    .price-range-container {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.price-range-container label {
    font-weight: 700;
    font-size: 17px;
	line-height:25px;
}
.price-range-container input {
    width: 100%;
    font-size: 19px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    padding: 5px 15px;
    line-height: 1;
}
    .slider-track {
      grid-column: 2 span;
	  position: relative;
	  height: 40px;
	  margin-top: 20px;
}

.slider-track input[type="range"] {
  position: absolute;
  width: 100%;
  top: -8px;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  padding: 0;
  border: none;
}
.range-fill-full , .range-fill-monthly {
    width: 100%;
    position: relative;
    background-color: #D9D9D9;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.fill-bar-full , .fill-bar-monthly {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #135DA1;
}
.slider-track input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #0056b3;
  border-radius: 50%;
  -webkit-appearance: none;
}

.slider-track input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #0056b3;
  border-radius: 50%;
}
.category-filter-btnprice{
    margin-top: 30px !important;
}
.category_car_slide {
    display: grid;
    grid-template-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px);
    gap: 30px;
    margin-bottom: 59px;
}
.category-breadcrumb{
    margin-top: 30px;
}
.commercial-sale-category{
    margin: 30px 0 25px 0;
}

.commercial-category-title{
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: right;
    color: #181E43;
}
.commercial-sortbuy{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    color: #181E43;
}
.commercial-sale-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commercial-option-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.commercial-option-sort .category-filter-top {
    background: #FFFFFF !important;
    max-width: 176px !important;
    min-width: 176px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
}
.main-financing-category{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 28px 37px;
    border-radius: 6px;
    background-image: url('http://leasecom-co-il-stage.s84.upress.link/wp-content/uploads/2025/05/Rectangle-9443.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.main-financing-category::after {
    content: '';
    background: linear-gradient(90deg, rgba(1, 111, 182, 0) 9%, #016FB6 32%);
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
    border-radius: 6px;
}
.financing-category-title {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 34px;
    text-align: right;
    color: #FFFFFF;
	line-height: 34px;
}
.financing-category-title b {
    font-weight: 700;
    display: block;
}
.financing-category-btn a{
    padding: 14px 28px;
    background: #FAA61A;
    border-radius: 40px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}
.financing-category-btn a svg{
    margin-right: 2px;
}
.main-category-box.additional-filter-cate{
    margin-top: 0;
}
.category-filter-box-header{
    padding: 15px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px #0000000D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #181E43;
    width: 100%;
}
.category-filter-wrap-mob .category-filter-box , .category-filter-wrap-mob .category-filter-top , .category-filter-wrap-mob .category-filter-bottom{
    max-width: 100%;
}
.category-filter-wrap-mob .category-filter-top {
    padding: 12px 6px;
    background: transparent;
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #181E43;
}
.category-filter-wrap-mob .main-category-box{
    padding: 6px 7px;
    box-shadow: none;
}
.category-filter-wrap-mob .category-filter-bottom , .category-filter-wrap-mob .category-filter-bottom-price{
    padding: 6px 7px;
    box-shadow: none;
    position: initial;
}
.category-filter-wrap-mob .category-filter-bottom-price{
    max-width: 320px;
}
.category-filter-wrap-mob .main-category-box .filter-check{
    padding: 6px 7px;
    width: 50%;
}
.category-filter-wrap-mob .category-filter-bottom .filter-info-select-box{
    justify-content: flex-start;
}
.main-single-img span.slick-arrow svg circle {
    stroke: none;
}
.main-single-img .slick-arrow{
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 50%;
}
@media (min-width: 1025px){
    .all-filter-mob{
        display: none;
    }
    .category-filter-wrap-mob{
        display: none;
    }
}
@media (min-width: 1100px){
	header.position-fixed nav ul li .sub-menu li a {
		margin: 3px 0px;
		padding: 3px 5px !important 
	}	
}
@media (max-width: 1024px){
    .main-filter-info {
        padding: 10px 0;
    }
    .category-filter-wrap-desk{
        display: none;
    }
    .commercial-sortbuy{
        display: none;
    }
    .category_car_slide {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        gap: 30px;
		margin-bottom:27px;
    }
    .category-filter-wrap-mob{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: 9999;
        height: 100vh;
        display: none;
        overflow: auto;
    }
    .main-category-box{
        flex-direction: column;
        margin: 0;
    }
    .category-filter-box-header {
        margin: 0 -20px;
        width: calc(100% + 30px);
    }
    .additional-filter-desk{
        display: none;
    }
    .filter_btn_category{
        font-size: 17px;
    }
    .commercial-option-sort .category-filter-top{
        max-width: 136px !important;
        min-width: 136px;
		font-size:17px;
		padding:8px 10px;
    }
    .commercial-sale-category{
        display: block;
    }
    .commercial-category-title{
        text-align: center;
        margin-bottom: 20px;
    }
    .filter_btn_category{
        padding: 7px 20px 7px 10px !important;
    }
    .main-financing-category{
        flex-direction: column-reverse;
        background-position: bottom;
        background-size: auto;
        padding: 23px 20px 129px 20px;
        text-align: center;
        gap: 0px;
		margin: 20px 0px 24px 0px;
		background-position: bottom -35px center ;
        background-size: 100% ;
    }
    .financing-category-title b{
        display: inline;
        margin-right: 8px;
    }
    .main-financing-category::after{
        background: linear-gradient(360deg, rgba(1, 111, 182, 0) 33%, #016FB6 56%);
        width: 100%;
		top:0;
    }
    .financing-category-title{
        order: 1;
    }
    .financing-category-title{
        font-size: 26px;
        line-height: 30px;
        text-align: center;
		margin-bottom:15px;
    }
	.financing-category-btn a{
		padding: 7px 20px;
		font-size: 19px;
	}
    .category-filter-top.active{
        border: none;
        border-bottom: 1px solid #DADADA;
    }
    .filter-btn-mob {
        position: sticky;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        text-align: center;
        box-shadow: 0px -4px 10px 0px #0000000D;
        width: calc(100% + 30px);
		display: flex;
        justify-content: space-between;
        padding: 10px 15px;
    }
    .financing-bage {
        background-color: #135DA1;
    }
    .sale-bage{
        background-color: #020202;
    }
    .renting-bage{
        background-color: #FAA61A;
    }
}
@media (max-width: 767px){
    .category_car_slide {
        grid-template-columns: 100%;
    }
    .related-car-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
    .main-single-img .slick-arrow svg {
        height: 42px;
        width: 42px;
    }
    .main-single-img .next-calender-arrow {
        left: -7px !important;
    }
    .main-single-img .prev-calender-arrow {
        right: -7px !important; 
    }
    span.times-flex {
        width: 100%;
        display: block;
        margin-top: 12px;
        padding: 0;
    }
}


/* popup */
.contact-us-modal .scrolled {
    padding: 20px 20px 25px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px #4E5D6933;
    width: 100%;
    max-width: 447px;
    margin: 0 auto;
}
.contact-us-modal .scrolled .popup-box h2 {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #212944;
    margin-bottom: 13px;
}
.contact-us-modal .scrolled .single-form-field input{
    padding: 11px 13px;
}
.contact-us-modal .scrolled .single-form-field select{
    padding: 15px 13px;
}
.contact-us-modal .scrolled .single-form-field p.for-text{
    margin: 0;
}   
.contact-us-modal .scrolled  .popup-footer a {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #212944;
}
.contact-us-modal .scrolled  .popup-footer a b{
    margin-left: 3px;
}
.popup-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 25px;
}
.single-cars .mfp-content {
  background: #FFFFFF;
  max-width: 613px;
  border-radius: 10px;
  padding: 26.66px 30.14px 47.35px 37px;
}
#share-product.white-popup-block h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.44px;
  text-align: center;
  color: #383A46;
}
#share-product.white-popup-block .share-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#share-product.white-popup-block .share-icons a{
  border: 1px solid #D6D8DC;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
#share-product.white-popup-block .share-icons a:hover{
   border-color: #B4801D;
}
#share-product.white-popup-block button.mfp-close{
  border: 1px solid #D6D8DC;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;   
  top: 10px;
  left: 10px;
  right: initial;
  transition: 0.4s;
}
#share-product.white-popup-block button.mfp-close:hover{
  border-color: #B4801D;
}
.financing-bage .single-sale-bage {
    background-color: #212944;
}
.sale-bage .single-sale-bage {
    background-color: #135DA1;
}
.faq_details span {
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #5B6483;
}
.faq_details b {
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    color: #212944;
}
.renting-bg-bage .car-card {
    border-color: #FAA61A;
}
.renting-bg-bage .cc-down-payment {
    background-color: #FAA61A;
}
.sale-bg-bage .car-card{
    border-color: #212944;
}
.sale-bg-bage .cc-down-payment{
    background-color: #0272b9;
}
.financing-bg-bage .car-card{
    border-color: #135DA1;
}
.financing-bg-bage .cc-down-payment{
    background-color: #135DA1;
}
.main-single-page .for-submit input[type="submit"]:hover {
    background: #FAA61A !important;
}
.main-singlepage-from .tool-tip-link {
    color: #135DA1;
    padding-left: 4px;
}
.slick-dots li button{
    background: #3A3B5E !important;
}
.slick-dots li.slick-active button {
    background: #135DA1 !important;
}
.singal-car-breadcrumbs ol.breadcrumbs li a{
    font-weight: 400;
    font-size: 16px !important;
    color: #181E43;
}
.singal-car-breadcrumbs ol.breadcrumbs li:last-child a{
    font-weight: 700;
}
.singal-car-breadcrumbs ol.breadcrumbs li.home span svg{
    height: 13px;
    width: 13px;
}






.page-id-6435 .container{
    max-width: 1430px;
}
.cc-btns a.btn-outline.card-card-contact {
    max-width: 141px;
    width: 100%;
    padding: 13px 5px;
}
.cc-btns a.btn-fill {
    max-width: 143px;
    width: 100%;
    padding: 13px 5px;
}
.cc-brand {
    height: 27px;
}
.cc-meta,.cc-contect {
    flex-grow: 1;
}
.google-left-review .wp-gr .wp-google-stars .wp-stars .wp-star:first-child:before{
    content: '5.0';
    font-family: Ploni;
    font-weight: 500;
    font-size: 42px;
    line-height: 30px;
    text-align: center;
    color: #3A3B5E;
}
.all-review-btn a {
    max-width: 197px;
    width: 100%;
}
.google-left-review .wp-gr .grw-btns.grw-next,.google-left-review .wp-gr .grw-btns.grw-prev{
    bottom: -19% !important;
}
.google-left-review .wp-gr .rpi-dots-wrap{
    bottom: -50px !important;
}
.hero-banner-bg .container{
    max-width: 80%;
}
.position-fixed a.custom-logo-link img.custom-logo{
    width: 128px !important;
}
header.position-fixed nav ul li a{
    padding: 0px !important;
}
.monthly_payment_slide.slick-initialized.slick-slider {
    margin: 0 -15px;
}
.sec-title {
    margin-bottom: 35px;
}
.financing-car .btn-fill , .financing-car .cc-down-payment {
    background-color: #212944;
}
.car-card.financing-car , .financing-car a.btn-outline {
    border-color: #212944;
}
.renting-car .btn-fill , .renting-car .cc-down-payment {
    background-color: #FAA61A;
}
.car-card.renting-car , .renting-car a.btn-outline {
    border-color: #FAA61A;
}
@media (max-width: 1530px){
    .main_monthly_payment {
        padding: 0 51px;
    }
}
@media (max-width: 1024px){
    .hero-banner-bg .container{
        max-width: 100%;
    }
    .position-fixed a.custom-logo-link img.custom-logo{
        width: 80px !important;
    }
}
@media (max-width: 767px){
    .banner-title{
        padding: 0px 5px;
    }
    .main_monthly_payment {
        padding: 0;
    }
    .monthly_payment_slide .slick-slide {
        margin: 0 27px;
    }
    .sec-title {
        margin-bottom: 22px;
    }
	.monthly_payment_link{
		margin-top: 15px;
	}
}

@media (max-width: 1099px){
		header.position-fixed nav ul li a {
		padding: 13px 10px !important;
		font-weight: 500;
		font-size: 21px !important;
		line-height: 100%;
	}
	header.position-fixed nav ul ul.sub-menu li a {
		font-weight: 400;
		font-size: 20px !important;
		line-height: 22px !important;
	}
	header.style-transparent .custom-logo-link img {
        width: 80px !important;
    }
 
}