.contact-us {
   /* margin-top: 82px;*/
}

.contact-us-content {
    background: #242424;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 16px;
}

.contact-us-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding-top: 24px;
    margin-bottom: 16px;
    color: #141414;
}

.contact-us-p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: justify;
    padding: 0px 16px;

}

.it-footer-social-network.contact-us-detail li {
    width: 46px;
    height: 46px;
    background: #EEEEEE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.it-footer-social-network-link.contact-us-detail::before {
    color: #141414;
}

.it-footer-social-network.contact-us-detail li a {
    display: block;
    width: 100%;
    height: 100%;
}

.it-footer-address.contact-us-detail {
    max-width: unset;
    line-height: 22px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    display: flex;
    align-items: end;
    padding: 0;
}

.it-footer-address.contact-us-detail::before {
    content: "\e92a";
    font-size: 24px;
    font-size: 1.5rem;
    position: static;
}

.contact-us-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;


}

.contact-us .contact-us-content .col {
    padding: 24px 0;
    border-bottom: 1px solid #E4E4E4;
}


.contact-us .contact-us-content .col:last-child {

    border-bottom: none;
}


.contact-us-svg-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-svg {
    background: url('/assets/icons/contactus_illustration_4.png') no-repeat center;
    background-size: cover;
    width: 286px !important;
    height: 260px !important;
    margin-top: 50px !important;


}

.justify-center {
    display: flex;
    justify-content: center;
}

.contact-us-p.center {
    text-align: center;
}

.contact-us-form {
    padding: 30px 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #CBCBCB;
}

.contact-us-btn-div {
    margin: 24px 16px;
    padding-bottom: 24px;
}

.contact-us-btn {
    cursor: pointer;
    background: #FBCD35 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(11, 72, 150, 0.35) 0 5px 10px;
    border: none;
    width: 100%;
    color: #141414;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
}

.contact-us-list {
    display: flex;
}

.it-contact-us-radio {
    padding-left: 4px;
}

.contact-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    flex: 0 0 30%;
}

.form-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #141414;
    line-height: 22px;
}

.contact-input {
    background: #E4E4E4;
    width: 100%;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 42px;
    margin-top: 6px;
    padding-right: 16px;
    padding-left: 16px;
    color: #141414;
}

.label {
    margin-top: 16px;
}

.contact-text-area {
    background: #E4E4E4;
    width: 100%;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 6px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 16px;
    text-align: right;
    direction: rtl;
    color: #141414;

}

.form {
    padding: 0 16px;
}

@media (max-width: 330px) {
    .contact-us-svg {
        width: 175px !important;
        height: 160px !important;
    }

}

@media (max-width: 823px) {
    .contact-us-svg {
        width: 175px !important;
        height: 160px !important;
    }
}
