﻿* {
    padding: 0;
    margin: 0;
}

.header {
    height: 30pc;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url(../../images/Car_Rentals/BenzEclass.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

.header h1 {
    padding-top: 140px;
    font-weight: bolder;
}

.header p {
    font-size: medium;
    color: antiquewhite;
    font-weight: bolder;
}

.premiumcars {
    margin: 0;
    padding: 20px 0;
}

    .premiumcars h1 {
        text-align: center;
    }

    .premiumcars h3 {
        padding: 0;
    }

    .premiumcars p {
        text-align: left;
        text-align: justify;
    }

.cargalleryimg {
    height: auto;
    width: 100%;
    min-width: 120px;
}

.tariffbuttonstyle {
    width: 160px;
    padding: 1px;
    height: 30px;
    border-radius: 20px;
}


.budgetcars {
    margin: 0;
    padding: 20px 0;
}

    .budgetcars h1 {
        text-align: center;
    }

    .budgetcars p {
        text-align: left;
        text-align: justify;
        padding: 0 10px;
    }

    .budgetcars h3 {
        padding: 0 25%;
    }


.copy-right {
    background-color: indianred;
    padding: 10px;
}

.copy-right p {
    color: black;
    text-align: center;
    padding-top: 8px;
    color:white;
}
.input-group {
    width: 100pc;
    max-width: 400px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    padding: 2px 0;
}


.form-control {
    border: 1px;
    box-shadow: none;
    max-width: 200px;
    width: 200px;
    border-style: double;
}

.input-group-text {
    width: 160px;
    background-image: linear-gradient(#00ff7e, #1f3d90);
    border: 0;
    color: #fff;
    padding: 8px 5px;
    border-radius: 30px;
    box-shadow: none;
    font-size: medium;
    font-weight: 600;
}

.subscribe {
    padding-top: 50px;
}

.subscribe-btn {
    width: 250px;
    background-image: linear-gradient(#ff0a0a, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: none;
    margin-top: 10px;
}

.dropdownbox {
    width: 200px;
    font-display: block;
    font-size: medium;
    text-align: left;
    height: 35px;
}

.TnCstyle {
    font-size: 11px;
    font-weight: 500;
    text-align: justify;
    padding: 0 4px;
}

.TnCstyleh4 {
}

.carsrowstyle {
    border: dotted;
    margin: 0;
}

.dropdownboxdyn {
    width: 200px;
    font-display: block;
    font-size: medium;
    text-align: left;
    height: 35px;
}

@media (min-width:400px) {
    .modalsizeadjust {
        width: 95%;
    }

    .cargalleryh3 {
        text-align: center;
        font-weight: 600;
    }
    .cargalleryh5 {
        text-align: center;
        font-weight: 600;
    }
}

@media (min-width:720px) {
    .modalsizeadjust {
        width: 90%;
    }
    .cargalleryh5 {
        text-align: center;
        font-weight: 600;
    }
}

@media (min-width:1280px) {
    .modalsizeadjust {
        width: 65%;
    }
}

@media (max-width:720px) {
    .cargalleryimg {
        height: auto;
        width: 100%;
        min-width: 120px;
    }

    .cargalleryh3 {
        text-align: center;
        font-weight: 600;
    }
    .cargalleryh5 {
        text-align: center;
        font-weight: 600;
    }
    .tariffbuttonstyle {
        width: 80%;
        padding: 1px 0;
        height: 30px;
        border-radius: 20px;
        margin: 0 10%;
    }

    .input-group-text {
        width: 80%;
        margin:0 10%;
    }
}



@media (min-width:750px) {
    .cargalleryimg {
        max-width: 320px;
        height: auto;
        width: 100%;
        min-width: 120px;
    }

    .input-group-text {
        width: 100%;
        font-size: 11px;
    }

    .tariffbuttonstyle {
        width: 100%;
        padding: 1px;
        height: 30px;
        border-radius: 20px;
        font-size: 11px;
    }
    .cargalleryh5 {
        text-align: center;
        font-weight: 600;
    }
}
.packageNotfoundmsglblstyle{
    float:left;
}