/*Rentals*/

.fleet-hero1{position:relative;width:100%;min-height:0px;background:url("../../assets/images/fleet-car-2.png") center center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.fleet-hero1 h1{margin-bottom: 0px; padding: 0px 0px; color: #fff !important; font-size: 36px}
.fleet-hero1 h1 span{background-color: #ff6600; padding: 5px; border-radius: 7px;color: #fff !important;}

.rentals{padding: 15px 0px;background-image: url("../images/p2.jpg") !important;background-repeat: repeat-x repeat-y !important; background-attachment: fixed; }
.rentals .tariff-heading{ display:flex; align-items:center;justify-content:center; gap:15px; text-align:center; margin-bottom: 0px;}
.rentals .tariff-heading .icon i{font-size:42px;color:#ff6b00;}
.rentals .tariff-heading .content h2{font-size:26px;font-weight:700;color:#ff6600;margin-bottom:5px;text-align: center;line-height: 20px}
.rentals .tariff-heading .content p{font-size:16px;color:#555;font-weight:500;text-align: center;margin-bottom: 0px}

@media(max-width:768px)
{
    .rentals .tariff-heading .content h2{font-size: 16px; line-height: 15px}
    .rentals .tariff-heading .content p{font-size:14px; line-height: 15px}
}

@media(max-width:375px)
{
    .rentals .tariff-heading .content h2{font-size: 16px; line-height: 15px}
    .rentals .tariff-heading .content p{font-size:14px; line-height: 15px}
}

.gallery{background-color: #fff;padding: 10px;max-width:900px;box-shadow:0 3px 10px rgba(0,0,0,.2);margin:auto;border-radius: 7px;}
.gallery .preview{position:relative;background:#fff;border-radius:15px;overflow:hidden;border:1px solid #ddd;}
.gallery .preview img{width:100%;height:350px;object-fit:cover;display:block;}
.gallery .nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2);cursor:pointer;font-size:24px;z-index:10;transition:.3s;}
.gallery .nav-btn:hover{background:#f2f2f2;}
.gallery .prev{left:15px;}
.gallery .next{right:15px;}
.gallery .thumbnail-container{display:flex;gap:10px;margin-top:15px;overflow-x:auto;}
.gallery .thumbnail-container::-webkit-scrollbar{height:5px;}
.gallery .thumbnail-container::-webkit-scrollbar-thumb{background:#ccc;}
.gallery .thumb{width:140px;height:90px;border-radius:10px;cursor:pointer;object-fit:cover;border:3px solid transparent;transition:.3s;flex-shrink:0;}
.gallery .thumb:hover{transform:scale(1.05);}
.gallery .thumb.active{border-color:#ff6b00;}


@media(max-width:768px)
{
    .gallery .preview img{height:280px;}
    .gallery .thumb{width:73px;height:50px;}
    .gallery .nav-btn{width:40px;height:40px;font-size:18px;}
}

@media(max-width:375px)
{
    .gallery .preview img{height:280px;}
    .gallery .thumb{width:70px;height:50px;}
    .gallery .nav-btn{width:40px;height:40px;font-size:18px;}
}

.tarrifprice{background-color: #fff;}
.tarrifprice .out{background-color: #FE5B03; color: #fff; line-height: 20px}
.tarrifprice tbody th{line-height: 20px}
.tarrifprice tbody td{line-height: 20px; font-style: 14px}
.tarrifprice .edd p{background-color: #FE5B03; font-size: 14px; color: #fff; font-weight: 600; border-radius: 3px; padding: 0px 5px; line-height: 20px; text-align: left;}

@media(max-width:768px)
{
    .tarrifprice .out{line-height: 20px;}
    .tarrifprice thead th{line-height: 20px; padding: 0px !important; font-size: 16px}
    .tarrifprice tbody th{line-height: 20px; padding: 5px !important}
    .tarrifprice tbody td{font-size: 14px;line-height: 15px;padding: 5px !important}
    .tarrifprice .edd p{font-size: 10px; text-align: left;line-height: 15px; margin-bottom: 0px !important}

}

@media(max-width:375px)
{
    .tarrifprice .out{line-height: 20px;}
    .tarrifprice thead th{line-height: 20px; padding: 0px !important; font-size: 16px}
    .tarrifprice tbody th{line-height: 20px; padding: 5px !important}
    .tarrifprice tbody td{font-size: 14px;line-height: 15px;padding: 5px !important}
    .tarrifprice .edd p{font-size: 10px; text-align: left;line-height: 15px; margin-bottom: 0px !important}
}

.rental-form{ padding:15px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.2);margin: 5px 0px}
.rental-form .form-header{ background:#041c4f;color:#fff;padding:10px 25px;}
.rental-form h3{font-size:20px;color:#ff7a00;line-height: 10px; margin-bottom: 0px;text-align: center;}
.rental-form .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:10px auto 10px;border-radius:10px;}
.rental-form .form-grid {display: grid;grid-template-columns: repeat(3,1fr) !important;}
.rental-form .input-box input,.input-box select{width:100%;height:40px;border:1px solid #ddd;border-radius:0px; padding-left:35px;font-size:15px;}
.rental-form .input-box label{line-height: 20px; font-size: 12px; font-weight:600; margin-bottom:0px }


@media(max-width:768px)
{
    .rental-form h3{font-size:16px;color:#ff7a00;line-height: 10px; margin-bottom: 0px;text-align: center;}
    .rental-form .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:10px auto 5px;border-radius:10px;}
    .rental-form .form-grid {display: grid;grid-template-columns: repeat(1,1fr) !important; gap: 0px}
    .rental-form .input-box input,.input-box select{width:100%;height:40px;border:1px solid #ddd;border-radius:0px; padding-left:35px;font-size:15px;margin-bottom: 0px; background-color: #f4f7fb}
    .rental-form .input-box label{line-height: 20px; font-size: 12px; font-weight:600; margin-bottom:0px }

}

@media(max-width:375px)
{
    .rental-form h3{font-size:16px;color:#ff7a00;line-height: 10px; margin-bottom: 0px;text-align: center;}
    .rental-form .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:10px auto 5px;border-radius:10px;}
    .rental-form .form-grid {display: grid;grid-template-columns: repeat(1,1fr) !important; gap: 0px}
    .rental-form .input-box input,.input-box select{width:100%;height:40px;border:1px solid #ddd;border-radius:0px; padding-left:35px;font-size:15px;margin-bottom: 0px; background-color: #f4f7fb}
    .rental-form .input-box label{line-height: 20px; font-size: 12px; font-weight:600; margin-bottom:0px }
}


.outstationcharges{background-color: #fff; padding: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.08);margin-top: 10px}
.outstationcharges h3{font-size: 16px;line-height: 20px;margin-bottom: 0px}
.outstationcharges p{font-size: 16px; line-height: 26px; margin-bottom: 3px}
.outstationcharges ul{margin: 0px}
.outstationcharges ul li{margin: 0px; line-height: 20px}

@media(max-width:768px)
{
    .outstationcharges h3{font-size: 12px;line-height: 15px;margin-bottom: 0px}
    .outstationcharges p{font-size: 12px; line-height: 15px; margin-bottom: 3px}
    .outstationcharges ul li{margin: 0px; line-height: 15px; font-size: 12px}
}

@media(max-width:375px)
{
    .outstationcharges h3{font-size: 12px;line-height: 15px;margin-bottom: 0px}
    .outstationcharges p{font-size: 12px; line-height: 15px; margin-bottom: 3px}
    .outstationcharges ul li{margin: 0px; line-height: 15px; font-size: 12px}
}


.why-choose{ margin:10px auto; background:#fff;padding:10px 0px;border-radius:7px;box-shadow:0 2px 10px rgba(0,0,0,0.08);}
.why-choose .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:10px auto 10px;border-radius:10px;}
.why-choose .section-title{text-align:center;margin-bottom:5px;}
.why-choose h3{font-size: 16px; line-height: 20px}
.why-choose .features1{display:grid;grid-template-columns:repeat(6,1fr);}
.why-choose .feature-box1{text-align:center; padding:10px 20px;border-right:1px solid #e5e5e5;}
.why-choose .feature-box1:last-child{border-right:none;}
.why-choose .feature-box1 i{font-size:42px;color:#ff6b00;margin-bottom:15px;}
.why-choose .feature-box1 h4{font-size:15px;color:#081B4B;margin-bottom:5px;font-weight:700;line-height: 20px}
.why-choose .feature-box1 p{font-size:14px;line-height:20px; color:#444;text-align: center;}

@media(max-width:768px)
{
    .why-choose .features1{display:grid;grid-template-columns:repeat(3,1fr);}
    .why-choose .feature-box1 h4 {font-size: 12px; font-weight: 600}
    .why-choose .feature-box1{border-bottom: 1px solid #e5e5e5}
    .why-choose .feature-box1:nth-child(4), .why-choose .feature-box1:nth-child(5),.why-choose .feature-box1:nth-child(6){border-bottom: none}
    .why-choose .feature-box1:nth-child(3){border-right:none;}
}
@media(max-width:375px)
{
    .why-choose .features1{display:grid;grid-template-columns:repeat(3,1fr);}
    .why-choose .feature-box1 h4 {font-size: 12px; font-weight: 600}
    .why-choose .feature-box1{border-bottom: 1px solid #e5e5e5}
    .why-choose .feature-box1:nth-child(4), .why-choose .feature-box1:nth-child(5),.why-choose .feature-box1:nth-child(6){border-bottom: none}
    .why-choose .feature-box1:nth-child(3){border-right:none;}
}

.help-section{background-color:#001c4d;border-radius:7px;padding:15px 15px;margin:5px 0px;display:flex;align-items:center;justify-content:left;gap:0px;flex-wrap:wrap;}
.help-section .help-box{margin-top:0px;padding-left:10px;display:flex;align-items:center;gap:15px;padding-right:30px; border-right:1px solid rgba(255,255,255,0.15); background: none; box-shadow: none}
.help-section .help-box:last-of-type{ border-right:none;}
.help-section .icon{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;flex-shrink:0;color: #fff}
.help-section .icon i {font-size: 30px;color: #fff;}
.help-section .orange{background:#ff6b00;}
.help-section .help-box:nth-child(4){width: 22%; background-color: #ff6b00; padding: 5px;margin-left: 15px}
.help-section .help-box:nth-child(4) .content{width: 100%; text-align: center; padding: 5px 0px;}
.help-section .green{ background:#25D366; border: 1px solid #25D366}
.help-section .content h3{color:#fff; font-size:38px;font-weight:700;margin-bottom:5px;}
.help-section .content h4{color:#fff;font-size:26px;margin-bottom:5px;}
.help-section .content p{ color:#fff !important ; font-size:18px;}
.help-section .content a{color:#fff;text-decoration:none;font-size:20px; font-weight:700;}
.help-section .enquiry-btn a{ display:inline-flex; align-items:center; gap:12px; background:#fff; color:#ff6b00; padding:18px 35px; border-radius:10px;text-decoration:none;font-size:18px;font-weight:700; transition:0.3s;}
.help-section .enquiry-btn a:hover{background:#ff6b00;color:#fff;}

@media(max-width:768px)
{
    .help-section .row{width: 100%;margin: auto;}
    .help-section .help-box{margin-top:0px;display:flex; flex-direction: row; align-items:center;gap:5px;padding-right:0px; border-right:none;}
    .help-section .help-box:nth-child(4){width: 100%; background-color: #ff6b00;margin:0px;line-height: 15px}
    .help-section .help-box:nth-child(4) .content{width: 100%; text-align: center; padding: 5px 0px;}
    .help-section .icon {width: 40px;height: 40px;font-size: 24px;flex-shrink: 0;color: #fff;margin:0px 5px;}
    .help-section .icon i{font-size: 20px}
    .help-section .content h3 {color: #fff;font-size: 16px; line-height: 15px}
    .help-section .content h4 {color: #fff;font-size: 14px; line-height: 15px}
    .help-section .content p {color: #fff;font-size: 14px;line-height: 15px}
    .help-section .content a{line-height: 15px; font-size: 16px !important}
    .help-section .enquiry-btn a {padding: 10px 98px}
    .help-box{margin-bottom: 5px}
}
@media(max-width:375px)
{
    .help-section .row{width: 100%;margin: auto;}
    .help-section .help-box{margin-top:0px;display:flex; flex-direction: row; align-items:center;gap:5px;padding-right:0px; border-right:none;}
    .help-section .icon {width: 40px;height: 40px;font-size: 24px;flex-shrink: 0;color: #fff;margin:0px 5px;}
    .help-section .icon i{font-size: 20px}
    .help-section .content h3 {color: #fff;font-size: 16px;}
    .help-section .content h4 {color: #fff;font-size: 16px;}
    .help-section .content p {color: #fff;font-size: 14px;}
    .help-section .enquiry-btn a {padding: 10px 80px}
    .help-section .content a{line-height: 15px; font-size: 16px !important}
}


.stats-section{margin: 5px 0px;background:#fff;border-radius:7px;padding:10px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,0.08);}
.stats-section .stat-box{flex:1;display:flex;align-items:center;justify-content:center;gap:15px;padding:0 20px;border-right:1px solid #e5e5e5;}
.stats-section .stat-box:last-child{border-right:none;}
.stats-section .stat-icon{ font-size:42px;color:#111827;min-width:50px;}
.stats-section .stat-content h3{font-size:20px !important;font-weight:700;color:#111827; margin-bottom:5px;}
.stats-section .stat-content p{font-size:16px;color:#444;font-weight:500;line-height:1.4; margin-bottom: 0px}

@media(max-width:768px)
{
    .stats-section {display: grid !important;grid-template-columns: repeat(2,1fr) !important;}
    .stats-section .stat-box {padding: 10px 0px; align-items: left;justify-content: left; border-bottom: 1px solid #e5e5e5}
    .stats-section .stat-icon {font-size: 24px;color: #081B4B;min-width: 22px !important}
    .stats-section .stat-content h3 {font-size: 16px !important; line-height: 20px}
    .stats-section .stat-content p {font-size: 10px;text-align: left;}
    .stats-section .stat-box:nth-child(3), .stats-section .stat-box:nth-child(4){border-bottom: none}
    .stats-section .stat-box:nth-child(2){border-right:none;}
}
@media(max-width:375px)
{
    .stats-section {display: grid !important;grid-template-columns: repeat(2,1fr) !important;}
    .stats-section .stat-box {padding: 10px 0px; align-items: left;justify-content: left; border-bottom: 1px solid #e5e5e5}
    .stats-section .stat-icon {font-size: 24px;color: #081B4B;min-width: 22px !important}
    .stats-section .stat-content h3 {font-size: 16px !important; line-height: 20px}
    .stats-section .stat-content p {font-size: 10px;text-align: left;}
    .stats-section .stat-box:nth-child(3), .stats-section .stat-box:nth-child(4){border-bottom: none}
    .stats-section .stat-box:nth-child(2){border-right:none;}
}





.fleetde{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;background-color: #fff; border-radius: 10px; margin-bottom: 10px;}
.fleets-main{background-image: url("../images/p2.jpg") !important;background-repeat: repeat-x repeat-y !important;
  background-attachment: fixed;padding: 10px; border-radius: 7px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.fleets-main .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:10px auto 10px;border-radius:10px;}
.fleets-main .section-title{text-align:center;margin-bottom:5px;}
.fleets-main h3{font-size: 20px; line-height: 20px}.fleets-main .fleets-tabs{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 70%;margin-top: -40px;z-index: 999;margin-right: auto;margin-left:auto; margin-bottom: 15px}
.fleets-main .tab-btn{flex:1;border:none;background:none;padding:15px 12px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;transition:.3s;display: inline;}
.fleets-main .tab-btn i{font-size:20px;width: 40px;height: 40px;background-color: #ff6600;padding: 10px;gap: 15px;color: #fff;border-radius: 7px;margin-right: 5px;}
.fleets-main .tab-btn:not(:last-child){border-right:1px solid #ececec;}
.fleets-main .tab-btn.active{color:#ff6600;}
.fleets-main .tab-btn.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ff6600;border-radius:10px;}
.fleets-main .tab-content{display:none;background:#fff;margin-top:0px;padding:30px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.08);}
.fleets-main .active-content{display:block;width: 100%;}
.fleets-main .tab-content h3{color:#162447;margin-bottom:10px;}
.fleets-main .tab-content p{color:#666;line-height:1.8;}
.fleet-info {display: flex;justify-content: space-between;align-items: center;padding-bottom: 0px;border-bottom: 1px solid #ececec;}

@media(max-width:768px)
{
    .fleets-main {background-color: transparent; box-shadow: none}
    .fleets-main h3{font-size: 16px; line-height: 20px; margin-bottom: 0px}
    .fleets-main .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:5px auto 5px;border-radius:10px;}
    .fleets-main .book-btn {border: 1px solid #ff8b45 !important}
    .fleet-footer{margin-top: 0px}
}
@media(max-width:375px)
{
    .fleets-main {background-color: transparent; box-shadow: none}
    .fleets-main h3{font-size: 16px; line-height: 20px; margin-bottom: 0px}
    .fleets-main .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:5px auto 5px;border-radius:10px;}
    .fleets-main .book-btn {border: 1px solid #ff8b45 !important}
    .fleet-footer{margin-top: 0px}
}

.fleetde{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;background-color: #fff; border-radius: 10px; margin-bottom: 10px}
.fleetde .fleet-image{position:relative;background:#eef5fb;}
.fleetde .fleet-image img{width:100%; display:block;border-top-left-radius: 10px;border-top-right-radius: 10px}
.fleetde .fleet-tag{position: absolute;top: 10px;  left: 10px;background: #0a2d6d;color: #fff;padding: 0px 14px;border-radius: 20px;font-size: 14px;font-weight: 600;}
.fleetde .fleet-tag i{margin-right: 5px}
.fleetde .fleet-details{ padding:10px;}
.fleetde .fleet-info{ display:flex; justify-content:space-between; align-items:center; padding-bottom:10px; border-bottom:1px solid #ececec;}
.fleetde .info-item{ display:flex; align-items:center; gap:5px;color:#2c3e50; font-size:14px; font-weight:600; border-right: 1px solid #ddd; padding: 0px 7px;}
.fleetde .info-item:last-child{border-right: none}
.fleetde .info-item i{ color:#ff6b00;}
.fleetde .fleet-footer{ margin-top:7px;display:flex; justify-content:space-between; align-items:center;}
.fleetde .price{font-size:14px; font-weight:700;color:#0d1b4c;line-height: 10px;}
.fleetde .price small{font-weight: 600; font-size: 8px} 
.fleetde .price span{ color:#ff6b00; font-size:24px; font-weight:800;}
.fleetde .book-btn{ text-decoration: none;border: 2px solid #ff8b45;color: #ff6b00;padding: 1px 10px;border-radius: 25px;  font-size: 14px;  font-weight: 600;  transition: 0.3s ease;  display: flex;  align-items: center;  gap: 10px;}
.fleetde .book-btn:hover{ background:#ff6b00; color:#fff;}
.fleetde .book-btn i{color: #000;  animation:arrowMove 1.8s infinite ease-in-out;}
@keyframes arrowMove{
    0%{
        left:-40px;
        opacity:0;
    }

    20%{
        opacity:1;
    }

    80%{
        left:180px;
        opacity:1;
    }

    100%{
        left:220px;
        opacity:0;
    }
}

@media(max-width:768px)
{
    .fleetde .fleet-info{ display:flex; justify-content:space-between; align-items:center; padding-bottom:0px; border-bottom:1px solid #ececec;}
    .fleetde .fleet-info {padding-bottom: 2px; justify-content: space-around; gap: 0px}
    .fleetde .fleet-details {padding: 0px;}
    .fleetde .fleet-tag {font-size: 10px;padding: 0px 10px;}
    .fleetde .fleet-tag {top: 5px;left: 5px;}
    .fleetde .fleet-info {padding-bottom: 2px; justify-content: space-around; gap: 0px}
    .fleetde .info-item {font-size: 9px;  padding: 0px 2px; border-right: 0px}
    .fleetde .fleet-footer { flex-direction: row;padding:5px;  }
    .fleetde .price {font-size: 10px;font-weight: 600;color: #0d1b4c;line-height: 10px;width: 100%;}
    .fleetde .price small {font-weight: 600;font-size: 8px;}
    .fleetde .price span { font-size: 12px;}
    .fleetde .book-btn {width: 53%; justify-content: center; gap: 3px;line-height: 20px;font-size: 9px;padding: 0px;}
  
    .fleetde .fleet-tag{font-size:10px; padding:0px 8px;}
    .fleetde .info-item{font-size:9px;}
    .fleetde .price span{font-size:12px;}
    .fleetde .book-btn{ width:50%; justify-content:center;}


}

@media(max-width:375px)
{

   .fleetde .fleet-info{ display:flex; justify-content:space-between; align-items:center; padding-bottom:0px; border-bottom:1px solid #ececec;}
    .fleetde .fleet-info {padding-bottom: 2px; justify-content: space-around; gap: 0px}
    .fleetde .fleet-details {padding: 0px;}
    .fleetde .fleet-tag {font-size: 10px;padding: 0px 10px;}
    .fleetde .fleet-tag {top: 5px;left: 5px;}
    .fleetde .fleet-info {padding-bottom: 2px; justify-content: space-around; gap: 0px}
    .fleetde .info-item {font-size: 9px;  padding: 0px 2px; border-right: 0px}
    .fleetde .fleet-footer { flex-direction: row;padding:5px;  margin-top: 0px}
    .fleetde .price {font-size: 9px;font-weight: 600;color: #0d1b4c;line-height: 10px;width: 100%;}
    .fleetde .price small {font-weight: 600;font-size: 6px;}
    .fleetde .price span { font-size: 12px;}
    .fleetde .book-btn {justify-content: center; gap: 3px;line-height: 20px;font-size: 9px;padding: 0px;}
  
    .fleetde .fleet-tag{font-size:10px; padding:0px 8px;}
    .fleetde .info-item{font-size:9px;}
    .fleetde .price span{font-size:12px;}
    .fleetde .book-btn{justify-content:center;}
}

/*************************Fleet Details******************************/


.fleet-hero{position:relative;width:100%;min-height:0px;background:url("../../assets/images/fleet-car.png") center center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.fleet-hero .fleet-content{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:90px 0px 90px;}
.fleet-hero .fleet-left{width:100%;}
.fleet-hero .sub-title{color:#ff6600;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;}
.fleet-hero .fleet-left h1{font-size:36px;line-height:1.1;color:#fff;margin:15px 0;text-align: left;}
.fleet-hero .fleet-left h1 span{color:#ff6600;}
.fleet-hero .fleet-left p{font-size:16px;color:#5d6b82;line-height:1.6;}

@media(max-width:768px)
{
    .fleet-hero .fleet-content {padding: 20px 0px}
    .fleet-hero .fleet-left h1{font-size:20px;}
}

@media(max-width:375px)
{
    .fleet-hero .fleet-content {padding: 20px 0px}
    .fleet-hero .fleet-left h1{font-size:20px;}
}

.fleet-tabs1{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 50%;margin-top: -80px;z-index: 999;margin-right: auto;position: absolute;}
.fleet-tabs1 .tab-btn1{flex:1;border:none;background:none;padding:15px 15px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;transition:.3s;display: inline;}
.fleet-tabs1 .tab-btn1 i{font-size:20px;width: 40px;height: 40px;background-color: #ff6600;padding: 10px;gap: 15px;color: #fff;border-radius: 7px;margin-right: 5px;}

@media(max-width:768px)
{
    .fleet-tabs1 {width: 100%;margin-top: 0px; position: relative; padding: 0px}
    .fleet-tabs1 .tab-btn1{flex:1;border:none;background:none;padding:5px 5px;font-size: 11px}
    .fleet-tabs1 .tab-btn1 i {width: 30px; height: 30px; font-size: 14px;padding: 7px}
}

@media(max-width:375px)
{
    .fleet-tabs1 {width: 100%;margin-top: 0px; position: relative; padding: 0px}
    .fleet-tabs1 .tab-btn1{flex:1;border:none;background:none;padding:5px 5px;font-size: 11px}
    .fleet-tabs1 .tab-btn1 i {width: 30px; height: 30px; font-size: 14px;padding: 7px}
}

.outstationcharges{background-color: #fff; margin-bottom: 0px !important; padding: 0px !important}
.outstationcharges table{margin-bottom: 0px}
.outstationcharges .out{background-color: #FE5B03; color: #fff; line-height: 20px}
.outstationcharges tbody th{line-height: 20px; padding: 8px 10px;}
.outstationcharges tbody td{line-height: 20px; font-style: 14px; padding:8px 10px;}
.outstationcharges .edd p{background-color: #FE5B03; font-size: 14px; color: #fff; font-weight: 600; border-radius: 3px; padding: 0px 5px; line-height: 20px; text-align: left;}

@media(max-width:768px)
{
    .outstationcharges .out{line-height: 20px;}
    .outstationcharges thead th{line-height: 20px; padding: 0px !important; font-size: 16px}
    .outstationcharges tbody th{padding: 5px !important;font-size: 12px;font-weight: 500;line-height: 14px;}
    .outstationcharges tbody td{padding: 5px !important;font-size: 12px;font-weight: 500;line-height: 14px;}
    .outstationcharges .edd p{font-size: 10px; text-align: left;line-height: 15px; margin-bottom: 0px !important}

}

@media(max-width:375px)
{
    .outstationcharges .out{line-height: 20px;}
    .outstationcharges thead th{line-height: 20px; padding: 0px !important; font-size: 16px}
    .outstationcharges tbody th{line-height: 20px; padding: 5px !important}
    .outstationcharges tbody td{font-size: 14px;line-height: 15px;padding: 5px !important}
    .outstationcharges .edd p{font-size: 10px; text-align: left;line-height: 15px; margin-bottom: 0px !important}
}

.rentals .quote-form{margin-top:10px;width:100%;background:#001a4d;padding:10px; border-radius:7px;box-shadow:0 8px 25px rgba(0,0,0,0.2);}
.rentals .quote-form h3{color:#fff; font-size:18px ; font-weight:600;margin-bottom: 3px;line-height:25px}
.rentals .quote-form form {padding: 0px 0px 0px;}
.rentals .quote-form .heading-line{ display:block;width:50px;height:3px;background:#ff6600;margin:8px 0px;border-radius:10px;}


.terms-and-conditions{margin-top:10px;background-color: #fff; padding: 15px; border-radius: 7px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.terms-and-conditions h3{font-size: 16px !important; line-height:30px; margin-bottom:0px;color:#000}
.terms-and-conditions p{color:#000 !important;margin-bottom:5px; line-height: 26px}
.terms-and-conditions ul{margin-bottom: 5px; margin-top: 0px}
.terms-and-conditions li{line-height: 26px}

@media(max-width:768px)
{       
    .terms-and-conditions{padding: 5px}
    .terms-and-conditions h3{font-size: 14px !important; line-height:15px;font-weight: 600px !important}
    .terms-and-conditions p{color:#000 !important;margin-bottom:5px; line-height: 15px; font-size: 12px}
    .terms-and-conditions ul{margin-bottom: 5px; margin-top: 0px}
    .terms-and-conditions li{line-height: 15px;font-size: 12px}
}

@media(max-width:375px)
{
    .terms-and-conditions{padding: 5px}
    .terms-and-conditions h3{font-size: 14px !important; line-height:15px;font-weight: 600px !important}
    .terms-and-conditions p{color:#000 !important;margin-bottom:5px; line-height: 15px; font-size: 12px}
    .terms-and-conditions ul{margin-bottom: 5px; margin-top: 0px}
    .terms-and-conditions li{line-height: 15px;font-size: 12px}
}




/* *************** Fleets ************************** */

.fleets{position:relative;width:100%;min-height:0px;background:url("../../assets/images/fleet-banner.png") center center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.fleets .fleet-content{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:90px 0px 90px;}
.fleets .fleet-left{width:45%;}
.fleets .fleet-left h1{font-size:36px;line-height:1.1;color:#000;margin:15px 0;text-align: left;}
.fleets .fleet-left h1 span{color:#ff6600;}
.fleets .fleet-left p{font-size:16px;color:#000;line-height:1.6;}

.fleets-main .fleet-tabs{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 55%;margin-top: 0px;z-index: 999;margin-right: auto;margin-left: auto;position: relative;}
.fleets-main .tab-btn{flex:1;border:none;background:none;padding:15px 10px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column; align-items:center; gap:10px;position:relative;transition:.3s;display: inline;}
.fleets-main .tab-btn i{ font-size:26px; width: 40px; height: 40px; background-color: #ff6600; padding: 10px; gap: 15px; color: #fff; border-radius: 7px; margin-right: 5px;}
.fleets-main .tab-btn:not(:last-child){ border-right:1px solid #ececec;}
.fleets-main .tab-btn.active i{color: #fff !important}
.fleets-main .tab-btn.active{ color:#ff6600;}
.fleets-main .tab-btn.active::after{ content:""; position:absolute; bottom:0; left:0; width:100%; height:4px; background:#ff6600; border-radius:10px;}
.fleets-main .tab-content{ display:none; background:#fff; margin-top:0px; padding:30px; border-radius:20px; box-shadow:0 5px 20px rgba(0,0,0,.08);}
.fleets-main .active-content{display:block;width: 100%;}
.fleets-main .tab-content h3{color:#162447; margin-bottom:10px;}
.fleets-main .tab-content p{color:#666;line-height:1.8;}


@media(max-width:768px)
{       
    .fleets {min-height: 200px;}
    .fleets .fleet-content {padding: 0px}
    .fleets .fleet-left {width: 100%;}
    .sub-title {font-size: 12px; text-align: left !important;}
    .fleets .fleet-left h1 {font-size: 20px; margin: 0px}
    .fleets .fleet-left p{font-size: 12px; text-align: left;}
    .fleets .fleet-left p.sub-title{text-align: left;padding: 10px 0px 5px; color: #ff6600; margin-bottom: 0px; }

    .fleets-main .fleets-tabs {width: 100% !important; margin-left:auto; margin-right:auto }
    .fleets-main .tab-btn {padding: 5px; font-size: 10px; margin-bottom: 0px}
    .fleets-main .tab-btn i {font-size: 15px;width: 35px;height: 35px; margin: 0px 6px}
    .fleets-main .tab-content {padding: 15px}
    .fleetde .fleet-footer {margin-top: 0px;}
}

@media(max-width:375px)
{
    .fleets {min-height: 200px;}
    .fleets .fleet-content {padding: 0px}
    .fleets .fleet-left {width: 100%;}
    .sub-title {font-size: 12px; text-align: left !important;}
    .fleets .fleet-left h1 {font-size: 20px; margin: 0px}
    .fleets .fleet-left p{font-size: 12px; text-align: left;}
    .fleets .fleet-left p.sub-title{text-align: left;padding: 10px 0px 5px; color: #ff6600; margin-bottom: 0px; }

    .fleets-main .fleets-tabs {width: 100% !important; margin-left:auto; margin-right:auto }
    .fleets-main .tab-btn {padding: 5px; font-size: 10px; margin-bottom: 0px}}
    .fleets-main .tab-btn i {font-size: 15px;width: 35px;height: 35px; margin: 0px 8px}
    .fleets-main .tab-content {padding: 15px}
}








































.fleet_page_content .features1 P {text-align: center; !important;}










.fleet-tabs{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 50%;margin-top: -80px;z-index: 999;margin-right: auto;position: absolute;}
.tab-btn{flex:1;border:none;background:none;padding:15px 15px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;transition:.3s;display: inline;}
.tab-btn i{font-size:20px;width: 40px;height: 40px;background-color: #ff6600;padding: 10px;gap: 15px;color: #fff;border-radius: 7px;margin-right: 5px;}
.tab-btn:not(:last-child){border-right:1px solid #ececec;}
.tab-btn.active{color:#ff6600;}
.tab-btn.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ff6600;border-radius:10px;}
.tab-content{display:none;background:#fff;margin-top:0px;padding:30px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.08);}
.active-content{display:block;width: 100%;}
.tab-content h3{color:#162447;margin-bottom:10px;}
.tab-content p{color:#666;line-height:1.8;}





.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.input-group{ position:relative;}
.input-group i{ position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#888;font-size:15px;z-index: 9}
.input-group input,.input-group select{ width:100%;height:40px;border:none;outline:none; border-radius:0px;background:#f4f7fb;padding-left:45px !important;font-size:15px;color:#333;}
.quote-btn{width:100%;margin-top:17px;border:none;height:35px;background:#ff6600; color:#fff;font-size:18px;font-weight:600;border-radius:7px;cursor:pointer;display:flex;align-items:center; justify-content:center; gap:15px;transition:0.3s;}
.quote-btn:hover{background:#e85d00;}
.quote-btn span{ width:25px; height:25px; background:#fff; color:#ff6600; border-radius:50%; display:flex; align-items:center; justify-content:center;font-size:16px;}
.bottom-features{display:flex; justify-content:center; gap:40px; margin-top:20px;color:#fff; font-size:16px; font-weight:600;}
.bottom-features i{ margin-right:8px; color:#fff;}








.fleet_page_content{padding: 15px 0px;background-image: url("../images/p2.jpg") !important;background-repeat: repeat-x repeat-y !important; background-attachment: fixed; }
.fleet_page_content P{text-align: left;}
.fleet_page_content .table-bordered{border-radius: 12px}
.fleet_page_content .table-bordered td{padding: 5px 5px !important; font-size: 15px}
.fleet_page_content .table-bordered th{padding: 5px 5px !important;}

/* fleet_details */

.fleet_page_content {padding: 10px 0px;}
.fleet_page_content h2{line-height: 30px}

.fleet_page_content .service_page_content_left {
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

/*.fleet_page_content .fleet_image_block {
    border-right: 3px solid #ff7900;
}*/
.fleet_page_content .fleet_image_block img {
    width: 100%;
}
.fleet_page_content .fleet_image_content {
    padding: 25px;
}

.fleet_page_content .fleet_image_content .btn {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    background-color: #113a3c;
    padding: 8px 15px;
    color: white;
    margin-top: 30px;
}

.fleet_page_content .fleet_image_content .btn:hover {
    background-color: #ff7900;
}

.fleet_page_content .fleet_image_content h2 {
    font-size: 26px !important;
    line-height: 1.3em;
    font-weight: 600;
    text-align: left;
}
.fleet_page_content .fleet_image_content .col {
    padding: 0px 3px;
}

.fleet_page_content .fleet_image_content i {
    font-size: 18px;
    color: #ff7900;
    margin-right: 5px;
    padding-left: 5px;
}
.fleet_page_content .fleet_image_content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Mulish", sans-serif;
    margin-bottom: 0px;
    color: #3d3d3d;
    text-align: left;
}
.fleet_page_content .service_page_content_left h3 {
    font-size: 23px !important;
    line-height: 1.3em;
    font-weight: 600;
}
.fleet_page_content .service_page_content_left ul li {
    margin-bottom: 5px;
}

.fleet_page_content .service_page_content_left .accordion {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
     margin-top: 40px; 
}

.fleet_page_content .service_page_content_left .card {
    margin-bottom: 10px;
}

.fleet_page_content .service_page_content_left .card a {
    padding: 15px 15px;
    background-color: #ff7900;
    color: #f8f8f8;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
}
.fleet_page_content .service_page_content_left .card a:after {
    content: "\2212";
    color: white;
    font-weight: 600;
    font-size: 25px;
    float: right;
    margin-left: 5px;
}

.fleet_page_content td {
    text-align: center;
}

.fleet_page_content .service_page_content_left .card .collapsed:after {
    content: "\002B";
    color: #113a3c;
}









.prev{
    left:20px;
    padding: 0px;
    color: #000;
}

.next{
    right:20px;
    padding: 0px;
    color: #000;
}

@media(max-width:768px)
{   
    .preview img {height: 170px !important;}
    .thumbnail-container {gap: 5px}
    
    .rental-form .table-bordered tbody th {padding: 0px !important;font-size: 9px !important; text-align: center !important;font-size: 9px !important}
    .rental-form .table-bordered tbody td {padding: 5px !important;line-height: 10px !important;font-size: 10px !important}
    .rental-form .table-bordered th {font-size: 12px;padding: 0 !important;line-height: 20px;}
    .tarrifprice tbody th{font-size: 9px !important; line-height: 10px}
    .tarrifprice tbody td{font-size: 9px !important; line-height: 10px}
    .tarrifprice tbody p {font-size: 9px;line-height: 10px;text-align: left;padding: 5px;}
    .rental-form .form-grid {display: grid;grid-template-columns: repeat(1,1fr);}
    .quote-btn {font-size: 14px;height: 40px;}
    

    

@media(max-width:375px)
{   

    .preview img {height: 170px !important;}
    
    .rental-form .table-bordered tbody th {padding: 0px !important;font-size: 9px !important; text-align: center !important;font-size: 9px !important}
    .rental-form .table-bordered tbody td {padding: 5px !important;line-height: 10px !important;font-size: 10px !important}
    .rental-form .table-bordered th {font-size: 12px;padding: 0 !important;line-height: 20px;}
    .tarrifprice tbody th{font-size: 9px !important; line-height: 10px}
    .tarrifprice tbody td{font-size: 9px !important; line-height: 10px}
    .tarrifprice tbody p {font-size: 9px;line-height: 10px;text-align: left;padding: 5px;}
    .rental-form .form-grid {display: grid;grid-template-columns: repeat(1,1fr);}
    .quote-btn {font-size: 14px;height: 40px;}
    


    
}





@media(max-width:768px)
{
    .fleet-left h1 {font-size: 22px;} 
     
      .fleet-content {text-align: left;}
      .fleet-left h1{margin: 5px 0px}
      .tariff-heading{margin-bottom: 0px}
      .tariff-heading .content h2 {font-size: 16px;margin-bottom: 0px}
      .tariff-heading .content p {font-size: 14px;line-height: 20px;margin-bottom: 0px}
        tr.out th {font-size: 14px}
        
    .services {padding: 10px 0px 0px;}
    .service-image {height: 100px}
    .service-card .icon {width: 35px;height: 35px;font-size: 18px;border: 1px solid #fff}
    .service-content h3 {font-size: 12px; margin-bottom: 0px}
    .service-content p {color: #000; font-size: 12px;line-height: 15px}
    .features1 {display: grid;grid-template-columns: repeat(3,1fr);}
    .feature-box1 {text-align: center;padding: 10px 10px !important; }
    .feature-box1 i {font-size: 30px;color: #ff6b00;margin-bottom: 5px;}
    .feature-box1 h3 {font-size: 12px;color: #081B4B;margin-bottom: 0px;font-weight: 600;line-height: 13px;}
    .feature-box1 p {display: none}
    

    .review-section1 .feedback-icon {font-size: 34px;margin-bottom: 20px;}
    .review-section1 .review-left h2 {font-size: 16px;margin-bottom: 0px}
    .review-section1 .review-left p {font-size: 14px;margin-bottom: 0px}
    .review-section1 .review-left {padding: 20px}
    .review-section1 .line {margin-top: 5px; margin-bottom: 0px}
    .review-section1 .review-right {padding: 5px 0px}
    .review-section1 .form-group input{padding: 10px 15px}
    .review-section1 {padding: 15px}

}
@media(max-width:375px)
{
    .services {padding: 10px 0px 0px;}
    .service-image {height: 100px}
    .service-card .icon {width: 35px;height: 35px;font-size: 18px;border: 1px solid #fff}
    .service-content h3 {font-size: 12px; margin-bottom: 0px}
    .service-content p {color: #000; font-size: 12px;line-height: 15px}
    .features1 {display: grid;grid-template-columns: repeat(3,1fr);}
    .feature-box1 {text-align: center;padding: 10px 10px !important; }
    .feature-box1 i {font-size: 30px;color: #ff6b00;margin-bottom: 5px;}
    .feature-box1 h3 {font-size: 12px;color: #081B4B;margin-bottom: 0px;font-weight: 600;line-height: 13px;}
    .feature-box1 p {display: none}
    
    .home_second .stats-section {display: grid !important;grid-template-columns: repeat(2,1fr) !important;}
    .home_second .stats-section .stat-box {padding: 0px; align-items: left;justify-content: left;}
    .home_second .stats-section .stat-icon {font-size: 24px;color: #081B4B;min-width: 22px !important}
    .home_second .stats-section .stat-content h3 {font-size: 16px !important; line-height: 20px}
    .home_second .stats-section .stat-content p {font-size: 12px;text-align: left;}

}

