

/* .vacation-form-section  */

.date-picker {
    position: relative;
}

.date-picker::after {
    content: '\f073';
    font-family: 'FontAwesome';
    color: #9e8562;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.vacation-form-section {
    margin: 40px auto;
}

.vacation-form-section form .form-select,
.vacation-form-section form .form-control {
    border: 1px solid #C3C3C3;
    height: 52px;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    color: #A5A5A5;
    font-size: 14px;
}

.vacation-form-section form .form-select,
.vacation-form-section form .form-control input,
.vacation-form-section form .form-control label {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.vacation-form-section form button {
    height: 52px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #E3B604;
    margin: 0 auto;
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
}

.vacation-form-section form button img {
    width: 21px;
    height: 21px;
}



/* details-exotic-section */

.details-exotic-section {
    padding: 10px 0 100px 0;
}

.details-exotic-section .exotic-heading h1 {
    color: #9e8562;
    font-size: 44px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
}

.details-exotic-section .exotic-heading h3 {
    font-size: 52px;
    font-weight: 500;
    color: #9e8562;
    text-align: center;
    line-height: 68px;
}

.details-exotic-section .exotic-paragraph p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.details-exotic-section .exotic-paragraph h4 {
    margin-top: 15px;
    color: #9e8562;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .details-exotic-section .exotic-heading h1 {
        font-size: 40px;
        font-weight: 600;
    }
    header{
        min-height: 350px ;
    }
    header h1{
        font-size: 45px !important;
    }
    .details-exotic-section .exotic-heading h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .details-exotic-section{
        padding: 40px 0px !important;
    }
    .cars-listing-section{
        padding: 40px 0px !important;
    }
    .details-exotic-section .exotic-paragraph h4 {
        line-height: 28px;
    }
}

@media (max-width:767.98px) {
    .vacation-form-section {
        margin: 60px auto;
    }

    header{
        min-height: 250px !important;
    }
    header h1{
        font-size: 30px !important;
    }
    .vacation-form-section form button,
    .vacation-form-section form .form-select,
    .vacation-form-section form .form-control {
        height: 46px;
    }

    .vacation-form-section form .group-wrap {
        height: auto;
        padding: 14px 12px;
    }
    .exotic-paragraph-list li{
        font-size: 14px !important;
    }
    .vacation-form-section form button,
    .vacation-form-section form .form-control,
    .vacation-form-section form .form-select,
    .vacation-form-section form .form-control input,
    .vacation-form-section form .form-control label {
        font-size: 12px;
        line-height: normal;
    }

    .vacation-form-section form button img {
        width: 17px;
        height: 17px;
    }
     .details-exotic-section .exotic-heading h1,
     {
        font-size: 45px;
        line-height: normal;
    }
    .details-exotic-section .exotic-heading h3{
        font-size: 20px ;
    }

    .details-exotic-section .exotic-paragraph p {
        font-size: 13px;
    }

    .details-exotic-section .exotic-paragraph h4 {
        font-size: 17px;
    }
}


.cars-listing-section {
    padding: 100px 0;
    background-color: #9e85620f;
}

.cars-listing-section .car-listing-heading h2 {
    color: #9e8562;
    font-size: 52px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
}

.cars-listing-section .card-car .card-car-body h3 {
    color: #9e8562;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.22px;
}

.cars-listing-section .card-car .card-car-body p {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.2px;
    text-align: center;
}

.cars-listing-section .card-car .card-car-body h5 {
    color: #9e8562;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cars-listing-section .card-car .card-car-body h5 span {
    color: #e3b604;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.6px;
}

.cars-listing-section .card-car .card-car-body {
    padding: 15px 10px;
    border: 1px solid #d9d8d8;
    background-color: #ffffff;
}

.cars-listing-section .card-car .card-car-body img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .cars-listing-section .car-listing-heading h2 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {
    .cars-listing-section .car-listing-heading h2 {
        font-size: 35px;
    }
    .custom-container{
        padding: 10px !important;
    }
    .cars-listing-section{
        padding: 10px !important;
    }
    h4{
        font-size: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 20px;
    }
    .exotic-content {
        text-align: left !important;
    }
    .details-exotic-section{
        padding:0px 10px !important;
    }
    .cars-listing-section .card-car .card-car-body h3 {
        font-size: 18px;
    }
    .h1-secondary{
        font-size: 30px !important;
    }
    .cars-listing-section .card-car .card-car-body h5 {
        font-size: 12px;
    }

    .cars-listing-section .card-car .card-car-body h5 span {
        font-size: 18px;
    }

    .cars-listing-section .card-car .card-car-body p {
        font-size: 12px;
    }
}
.exotic-paragraph-section{
    margin: 30px 0px;
}
.exotic-paragraph-section h3{
    text-align: center;
}
.exotic-paragraph-list{
    padding-left: 15px;
}
.exotic-paragraph-list li{ 
    margin-bottom: 10px;
    color: #606060;
}