﻿a{text-decoration:none;}

._bullet-car{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
    flex-wrap:wrap;
    margin-bottom:20px;
}
   ._bullet-car ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
._bullet-car li {
    vertical-align: top;
    width: 49%;
    padding-left: 27px; 
    background-image: url(/Content/images/orangeBullet.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    font-weight: 500;
}
.banner-car{
    position:relative;
    min-height: 400px;
    background-position:right top;
    background-size:cover;
}
._car-title {
	color: #000;
	position: absolute;
	background: rgba(255,255,255,0.5);
	padding:15px;bottom:30px;
}
    ._car-title h1{
        font-weight:600;font-size:30px;
    }
    ._car-title p{
        font-size:22px;
        font-weight: 500;
    }
    .banner-car img{width:100%;}
    ._car-details h3{
        color:#000;
        padding-top: 16px; font-size:20px;font-weight:bold;padding-top:30px;
padding-bottom: 10px;
    }
    ._car-details p{
        line-height:24px;
        color:#000;
    }
    ._car-details p a{color:#e8361a;}
    ._top-car{
        border:1px solid lightgray;
        border-radius:5px;
        display:flex;
        align-items:center;
            margin-bottom: 20px;
    }
    ._top-car ._carimg{
        width:50%;
    }
    ._top-car ._carimg img{
        height: 400px;
width: 100%;
object-fit: cover;
    }
    ._top-car ._car-rent{
        width:50%;
        padding-left:39px;
    }
    ._car-rent p{
        padding-left: 31px;
font-size: 21px;
background-image: url(/Content/images/check-car.png);
background-repeat: no-repeat;
background-position-y: 2px;
color: #000;
background-size: 20px;
    padding-bottom: 6px;
    }
    ._car-rent p span{
        padding-left:20px;
    }
    ._car-rent p span img{
        width:30px;
        height:20px;
        object-fit:contain;
    }
    ._car-rent h4{
        padding-bottom: 30px;
font-size: 25px;
color: #000;
    }   
.h4Heading {
	font-size: 25px;
	color: #000;
	margin-bottom: -20px;
	margin-top: 40px;
}
    ._how-rent-car h4{
padding-bottom: 10px;
padding-top: 30px;
font-size: 20px;
color: #000;
    }
    ._type-rent{
        margin-top:32px;
        margin-bottom:20px;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    ._type-rent ._type{
        width:49%;
        display:flex;
        margin-bottom:20px;
    }
    ._type-rent ._type ._img-type, ._type-rent ._type ._type-txt{
        width:50%;
    }
    ._type-rent ._type ._type-txt{
        background-color:#f9f9f9;
        padding:15px 10px 15px 20px;
    }
    ._type-txt h5{
        font-size:18px;
        color:#000;
        line-height:26px;padding-bottom:10px;
    }
    ._btn-car a{
        color:#fff;
        background: var(--skyBlue);

border-radius:5px;
padding: 5px 12px;
font-weight: 600;
    }
    .helpline{
        display:block;
        padding-top: 13px;font-family:Arial;
    }
    ._btn-car a img{
        height:15px;
            margin-right: 4px;
    }
    ._btn-car{
        padding-top:50px;
    }
    ._btn-car .numberSpan{
            position: relative;
top: 1px;
    }
    .copyright p{
        padding-bottom:0;
    }
    ._how-rent-car ul{
        list-style-type: disc;
list-style-position: inside;
line-height: 24px;
margin-bottom: 15px;
    color: #000;
    }
    ._car-details{
        font-size:15px;
    }
.heaingElectric {padding: 50px 0 20px 0;
}
.heaingElectric p {
	color: var(--skyBlue);
	font-size: 20px;
	padding: 0 0 5px 0;
	margin: 0;
}
.heaingElectric h3{margin:0; padding:0;
}
.electricIcon {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.electricIcon .desText {margin-left:15px;
}
.electricIcon .desText h5 {
	font-size: 24px;
	color: #000;
}
._bullet-car.truckBullet {	 
	margin-top: 40px; 
	margin-bottom: 40px;
}

@media all and (min-width:768px) and (max-width: 991px) {
    .banner-car{ 
        min-height: 300px; 
    }
    ._car-title {
        margin-top:100px; 
    }
    ._car-rent p{
        padding-left: 28px;
        font-size: 19px;
    }
    ._top-car ._car-rent{
        padding-left:20px;
    }
    ._type-rent ._type{
        width:100%;
    }
    ._type-rent ._type ._img-type{
        width:40%;
    }
    ._type-rent ._type ._type-txt{
        width:60%;
    }
    ._type-rent ._type ._img-type img{
        height: 300px;
        object-fit: cover;
        width: 100%;
    }
    .client-logo ul li {
	    padding: 0 20px;
    }
    .container {
        padding:0 15px;
    }
}
    

  
