
/* 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 input,
.vacation-form-section form .form-select,
.vacation-form-section form .form-control {
    border: 1px solid #c3c3c3;
}

.vacation-form-section form .form-select,
.vacation-form-section form .form-control {
    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;
    border: none;
    margin: 0 auto;
}

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

@media (max-width:767.98px) {

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

    .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;
    }

    .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 {
    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: 35px;
    font-weight: 500;
    color: #9e8562;
    text-align: center;
    line-height: normal;
}

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

.details-exotic-section .exotic-paragraph h5 {
    color: #9e8562;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 22px;
}

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

@media (max-width: 991.98px) {
    .details-exotic-section .exotic-heading h1 {
        font-size: 36px;
        line-height: normal;
    }

    .details-exotic-section .exotic-heading h3 {
        font-size: 42px;
        line-height: 60px;
    }

    .details-exotic-section .exotic-paragraph h4 {
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .details-exotic-section .exotic-heading h1 {
        font-size: 24px;
        line-height: normal;
    }

    .details-exotic-section .exotic-heading h3 {
        font-size: 28px;
        line-height: normal;
    }

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

    .details-exotic-section .exotic-paragraph h5 {
        font-size: 16px;
    }

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

/* props-section */
.props-section {
    padding: 50px 0;
    background-color: #9e856215;
}

.section-heading {
    color: #9e8562;
    font-size: 52px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
    margin-bottom: 48px;
}

.props-section .props-main .prop-card h3 a {
    color: #9e8562;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    letter-spacing: -0.22px;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}

.props-section .props-main .prop-card .facilities img {
    width: 27px;
    height: 19px;
}

.props-section .props-main .prop-card .facilities p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

.props-section .props-main .prop-card {
    border: 1px solid #d9d8d8;
    background-color: #ffffff;
}

.props-section .props-main .prop-card .prop-det {
    padding: 26px 26px 26px 26px;
}

.props-section .props-main .prop-card h6 {
    margin-top: 46px;
    width: 92px;
    height: 15px;
    color: #9e8562;
    font-size: 14px;
    font-weight: 400;
}

.props-section .props-main .prop-card .price {
    color: #e3b604;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

@media (max-width:767.98px) {
    .section-heading {
        line-height: normal;
        font-size: 34px;
    }

    .props-section .props-main .prop-card h3 a {
        font-size: 18px;
        line-height: 26px;
    }

    .props-section .props-main .prop-card .price {
        font-size: 20px;
    }
}
.exotic-paragraph-section{
    margin: 30px auto;
}

.details-exotic-section .exotic-paragraph p,
.details-exotic-section .exotic-paragraph ul li {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}