#kre8tive-book-form .booking-form {
    padding: 20px;
    margin: auto;
    font-size: 16px;
    color: #895016;
}

#kre8tive-book-form textarea {
    resize: none;
}

#kre8tive-book-form .booking-form .form-row.v-center {
    align-items: center;
}

#kre8tive-book-form .booking-form .form-row {
    display: flex;
}

#kre8tive-book-form .form-row>* {
    margin-right: 10px;
}

#kre8tive-book-form .booking-form .form-row.content-around {
    justify-content: space-around;
}

#kre8tive-book-form .booking-form .form-row.content-center {
    justify-content: center;
}

#kre8tive-book-form .booking-form .form-row.content-bettwen {
    justify-content: space-between;
}

#kre8tive-book-form .booking-form .form-row.content-start {
    justify-content: flex-start;
}

#kre8tive-book-form .booking-form .form-row.content-end {
    justify-content: flex-end;
}

#kre8tive-book-form .booking-form .form-row.content-end {
    justify-content: flex-end;
}

#kre8tive-book-form .form-row.col-1>* {
    width: 100%;
}

#kre8tive-book-form .form-row.col-2>* {
    width: 50%;
}

#kre8tive-book-form .form-row.col-3>* {
    width: 32%;
}

#kre8tive-book-form .form-row.col-4>* {
    width: 25%;
}

#kre8tive-book-form .form-row.col-5>* {
    width: 20%;
}


#kre8tive-book-form .form-row.col-6>* {
    width: 15%;
}

#kre8tive-book-form .booking-form label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
}

#kre8tive-book-form .booking-form input[type="text"],
#kre8tive-book-form .booking-form input[type="email"],
#kre8tive-book-form .booking-form input[type="time"],
#kre8tive-book-form .booking-form input[type="date"],
#kre8tive-book-form .booking-form input[type="time"],
#kre8tive-book-form .booking-form input[type="number"],
#kre8tive-book-form .booking-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #dbbf9e;
    border-radius: 7px;
    background: transparent;
    box-sizing: border-box;
}

#kre8tive-book-form .booking-form input[type="date"] {
    padding: 7px;
}

#kre8tive-book-form .booking-form input[type="time"] {
    padding: 6px;
}

#kre8tive-book-form .booking-form .form-col {
    margin-bottom: 20px;
}


#kre8tive-book-form .booking-form .form-row>* {
    margin-bottom: 10px;
}

#kre8tive-book-form .booking-form .time-picker label {
    font-weight: normal;
    margin: 5px 0;
}

#kre8tive-book-form .booking-form .duration {
    margin-top: 10px;
    font-style: italic;
}

#kre8tive-book-form .booking-form .radio-group {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

#kre8tive-book-form .booking-form .form-footer {
    text-align: center;
    margin-top: 30px;
}

#kre8tive-book-form .desclimer-hours {
    margin-top: 45px;
}

#kre8tive-book-form .booking-form .form-footer p {
    margin-bottom: 10px;
}

#kre8tive-book-form .booking-form button {
    background-color: #895016;
    color: white;
    padding: 12px 25px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    border: solid 2px #895016;

}

#kre8tive-book-form .booking-form button:hover {
    background-color: transparent;
    color: #895016;
}

#kre8tive-book-form a {
    color: #895016;
    text-decoration: underline;
}


#kre8tive-book-form input::-webkit-input-placeholder,
#kre8tive-book-form textarea::-webkit-input-placeholder {
    color: #a67a4c;
    opacity: 1;
}

#kre8tive-book-form textarea:-ms-input-placeholder,
#kre8tive-book-form input:-ms-input-placeholder {
    color: #a67a4c;
    opacity: 1;
}

#kre8tive-book-form textarea::-moz-placeholder,
#kre8tive-book-form input::-moz-placeholder {
    color: #a67a4c;
    opacity: 1;
}

#kre8tive-book-form textarea::placeholder,
#kre8tive-book-form input::placeholder {
    color: #a67a4c;
    opacity: 1;
}

@media screen and (max-width: 700px) {
    #kre8tive-book-form .form-row>* {
        width: 100% !important;
    }

    #kre8tive-book-form .form-row {
        display: block !important;
    }

    #kre8tive-book-form .desclimer-hours {
        margin-top: 10px;
    }

}
