.mycont-form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}
.mycont-field {
    margin-bottom: 15px;
}
.mycont-field input,
.mycont-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}
.mycont-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.mycont-submit {
    /* background-color: #249eff; */
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    /* border-radius: 6px; */
    cursor: pointer;
}
.mycont-submit:hover {
    background-color: #1b85d1;
}
.mycont-status {
    margin-bottom: 15px;
    font-weight: bold;
}
@media (max-width: 600px) {
    .mycont-form {
        padding: 15px;
    }
}
/* ########### */
#mycont-form input,textarea,label{font-family: "Almarai", Sans-serif;}
#bookingForm input,textarea,label,select{font-family: "Almarai", Sans-serif;}