.contact-form-container {
    width: 728px;
    margin: 80px auto;
    min-height: calc(100vh - 600px);
}

.contact-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0px 0px 50px 20px;
}

.contact-left {
    display: inline-block;
    width: calc(50% - 50px);
    vertical-align: top;
    border-right: 1px solid #eee;
    padding-right: 20px;
}

input {
    width: 100%;
    background-color: rgb(208 229 98 / 16%);
    border: 1px solid rgb(0 0 0 / 20%);
    height: 38px;
    margin-left: 10px;
    border-radius: 5px;
    padding-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 15px;
    box-sizing: border-box;
}

textarea {
    background-color: rgb(208 229 98 / 16%);
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    resize: vertical;
    max-height: 500px;
    min-height: 300px;
}

.contact-form-wrapper {
}

div#contact-page {
    direction: rtl;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

.socials-container {
    text-align: center;
    text-decoration: none;
    margin-top: 180px;
}

.socials-container a {
    text-decoration: none;
    margin: 0px 20px;
}

button.btnContactForm.primary-btn {
    font-size: 18px;
    padding: 3px 47px;
    border-radius: 10px;
    margin: 5px auto 0;
    display: block;
}

#frmContact label.error {
    display: block !important;
    margin-top: -11px;
    margin-bottom: 15px;
    color: #e12020;
}

.iti.iti--allow-dropdown {
    display: block;
    direction: ltr;
    margin-bottom: 15px;
}

.iti.iti--allow-dropdown {
    display: block;
    direction: ltr;
}

#frmContact .iti label.error {
    margin-top: 4px;
    margin-bottom: 5px;
}

.iti__flag-container {
    height: 38px;
}

textarea.error {
    background-color: #f59c9c;
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact-right {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .contact-form-container {
        width: 100%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        border-top: 2px solid #606C48;
    }

    .contact-left {
        width: 100% !important;
        border: none;
        padding: 0;
    }
}