
.form.contact .input-text {
    background-color: transparent;
    border-radius: 3px;
    border: unset;
}

.form.contact .input-text::placeholder {
    color: #aaaaaa;
}

.action.submit.primary {
    border-radius: 3px;
}

@media screen and (max-width:767px) {
    .legend-web {
        display: none;
    }

    .legend-mobile {
        display: unset !important;
    }
}

.contact-info {
    margin-bottom: 80px;
}



.contact-info .title p.text {
    color: var(--2B-Main-Colors-Primary-Colors-Black-01, #0E0D0D);
    font-family: "Open Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -3.36px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.contact-info .content .desc p.text {
    padding: 0;
    margin: 0;
    color: var(--Colors-Grey-grey-700, #5B5B5B);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 55%;
    padding: 10px 0;
}

@media screen and (max-width: 992px) {
    .contact-info .content .desc p.text {
        width: 100%;
    }
}

.contact-info .info-items .all-info-items .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-info .info-items {
    margin-top: 24px;
}

.contact-info .info-items .all-info-items .info-item .left .icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 12.596px;
    align-items: center;
    gap: 7.873px;
    border-radius: 8px;
    background: var(--Colors-Primary-color-primary-color-50, #FEF1E9);
}

.contact-info .info-items .all-info-items .info-item .left .icon {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .info-items .all-info-items .info-item .right .item-link .link {
    color: var(--Colors-Primary-color-primary-color-500, #F37021);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-info .info-items .all-info-items .info-item .right .item-title p.text {
    color: #403230;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.contact-info .info-items .all-info-items .info-item .right .item-address p.text {
    color: #574A48;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.contact-info .form-section {
    margin: 0px;
    display: flex;
    width: 802px;
    padding: 24px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #FCFCFC;
}


@media screen and (max-width: 992px) {
    .contact-info .form-section {
        width: 100%;
    }
}

.contact-info .info-item p.text {
    margin: 0px;
}

.contact-info .info-item .left {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 12.596px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FEF1E9;
}

.row.all-info-items:last-child {
    margin-top: 24px;
}

.contact-info .info-desc {
    display: flex;
    flex-direction: column;
}

.form-section #contact-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.form-section .control {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Grey-grey-200, #C5C5C5);
    background: var(--2B-Main-Colors-Secondary-Colors-White, #FFF);
}

.form-section .row-for-name-and-phone {
    margin-right: 0px;
    margin-bottom: 16px;
}

.form-section .row-for-name-and-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section .input-self {
    width: 100%;
}

.form-section .field.comment .control {
    display: flex;
    height: 120px;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}

.form-section .field.comment .control textarea {
    resize: none;
    outline: none;
    box-shadow: none;
}

.form-section #submit-button {
    display: flex;
    height: 45px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px;
    text-transform: capitalize;
    background-color: #f37021;
    border: none;
    color: #0E0D0D;
}

.form-section #submit-button:active {
    letter-spacing: normal;
}

.form-section #submit-button.not-allowed {
    opacity: 0.4;
    cursor: not-allowed;
}

.form-info.col-md-6.col-12.field.name.required {
    padding-left: 0px;
}

html[lang="ar"] .form-info.col-md-6.col-12.field.name.required {
    padding-left: 10px;
    padding-right: 0px;
}

form#contact-form {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .mobile-sticky .page-main {
        margin-top: 0px;
    }

    .row.all-info-items:last-child {
        margin-top: 0px;
    }

    .contact-info .info-items .all-info-items .info-item {
        margin-bottom: 24px;
    }

    .contact-info .content .desc p.text {
        margin-bottom: 32px;
    }

    .form-info.col-md-6.col-12.field.name.required {
        margin: 0px;
        padding: 0px;
        margin-bottom: 18px;
    }

    .contact-info .title p.text {
        font-size: 38px;
    }
}

.form.contact .legend.legend-web {
    display: block;
}

#bottomcontainer {
    display: none;
}


#submit-div .action.primary {
    font-family: "Open Sans";
}

#bottom-row {
    margin-bottom: 50px;
}

#bottomcontainer {
    margin-top: 50px;
}

div#bottomcontainer {
    margin-bottom: -100px;
}

.icons {
    display: flex;
    column-gap: 100px;
}

.mail,
.callCenter {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.mail h4,
.callCenter h4 {
    color: #7a7a7a;
    font-weight: bold;
}

.mail a,
.callCenter a {
    text-decoration: none;
    color: #f36f21;
    display: block;
}

.action.primary,
.action.primary:active {
    letter-spacing: 2px;
}


/* my new task */
.form-section .form.contact .actions-toolbar {
    display: flex;
    justify-content: start;
}

.form-info.field.email input#email {
    box-shadow: none;
    background: none;
    font-size: 16px;
}

.field.captcha.required .nested {
    margin: 0px !important;
}

.field.captcha.required .control {
    align-items: start;
    flex-wrap: wrap;
    border: none;
    margin: 0px;
}

.field.captcha.required>.control {
    flex-direction: column-reverse;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Grey-grey-200, #C5C5C5);
}

.field.captcha.required .control button:not(.primary) {
    border: none;
    background: transparent;
}

.field.telephone {
    padding: 0px;
}

.captcha-image-container {
    align-items: center !important;
}

.control.captcha-image.captcha-image-container>* {
    margin: 0px;
}

.field.captcha input#captcha_contact_us {
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {

    .form-info.col-md-6.col-12.field.name.required {
        padding: 0px;
    }
}

