.bluetxt{
    color:#053159;
    font-size:2.5rem;
}
.greentxt{
    color:#236323; 
    font-size:2.4rem;
}
.green{
    color:#236323; 
}
.bg-green{
    background-color:#236323 !important; 
    color: white !important;
    margin-left: 10px !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
}
.bg-green:hover{
    color:#236323 !important; 
}
.blue{
    color:#053159; 
}
.bg-blue{
    background-color:#053159 !important; 
    color: white !important;
    font-size: small !important;
    padding: 10px !important;
    margin-left: 30px !important;
}
.bg-blue:hover{
    color:#053159 !important; 
}
.orange{
    color:#f97806; 
}
.enquiry_form input[type="text"],input[type="date"],input[type="time"],select {
    border: 0;
    border-bottom: 1px solid #053159;
    border-radius: 0;
    padding: 0px;
    height: 20px;
}
.enquiry_form input[type="text"],input[type="date"],input[type="time"],select :focus{
    box-shadow: none !important;
}
.enquiry_form label{
    font-weight: 600;
    font-size: 12px;
    color:#053159;
}
.enquiry-title{
     border-bottom: 1px solid #053159;
     padding-bottom: 10px;
}
.vehicle-div .slider-content, .top-deal-main .slider-content {
    position: relative;
    top: -15px;
    background: #fff;
    padding: 18px 20px 16px;
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
}
.car-btn{
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    height:30px !important;
    width: 100px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background: #f97806;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: none;
}
.car-btn:hover{
    color: white;
}
.vehicle-name{
    line-height: 0.5;
}
.ban-img{
    background-color: black;
    opacity: 0.5;
}
.package-btn{
    border: 1px solid #f97806;
    color: #f97806;
    border-radius: 10px;
    padding: 5px;
}
.package-btn:hover{
    color: white !important;
}