.send-message {
    padding: 96px 24px 0px 24px;
}


.send-message-col1 {
    margin-right: 48px;
    margin-top: 107px;
}

.send-message-col1-title {
    font-weight: 500;
    font-size: 14px;
    color: #1E293B;
    margin-bottom: 8px;
}

.send-message-h1{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 24px;
    line-height: normal;
}

.primary-color {
    color: #3B82F6;
}

.secondary-color {
    color: #1E293B;
}

.send-message-description {
    font-weight: 400;
    font-size: 14px;
    color: #475569;
}


.send-message-col2 {
    padding: 48px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.send-us-message-title {
    font-weight: 700;
    font-size: 24px;
    color: #1E293B;
    margin-bottom: 8px;
}

.send-us-message-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #64748B;
    margin-bottom: 24px;
}

.label-name {
    height: 66px;
    margin-bottom: 24px;
    display: flex;
}

.label-first-name {
    margin-right: 24px;
}

.contact-name {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
    color:#1E293B;
    cursor: pointer;
}

.contact-name-box {
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    font-size: 14px;
    padding: 12px;
}


.contact-subject {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
    color:#1E293B;
}

.contact-subject-box {
    height: 41px;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
}

.contact-page-arrow-down {
    background: url('../images/contact/icon-arrow-down-grey.png') no-repeat 520px 13px;
    background-size: 14px 14px;
}

::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #444;
    /*padding: 10px 12px 10px 12px;*/
}

textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #444;
}

.bg-general-inquiry {
    background-color: #F1F5F9;
}

.contact-features {
    margin-bottom: 11px;
}

.typing-section-contact {
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    font-size: 14px;
    padding: 12px;
    font-family: Lexend;
}

.send-message-btn {
    border-radius: 6px;
    padding: 10px 12px 10px 12px;
    border: #3B82F6;
    background-color: #3B82F6;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    cursor: pointer;
}

.contact-message {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
    color:#1E293B;
    cursor: pointer;
}

#errors {
    display: none;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    text-align: left;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#errors p {
    text-align: left;
    color: #842029;
    margin-bottom: 10px;
}

input.contact-name-box.error {
    border: 1px red solid;
}

textarea.typing-section-contact.error {
    border: 1px red solid;
}

select.select2-container--default .select2-search--dropdown .select2-search__field.error {
    border: 1px red solid;
}

select.select2-container--default.select2-selection.error {
    border: 1px red solid;
}

select.form-select.error {
    border: 1px red solid;
}


.form-select {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #475569 !important;
}

.other-ways-to-connect {
    padding: 96px 48px;
    margin: 0 auto;
}

.other-ways-to-connect-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #475569;
    margin-bottom: 8px;
}

.contact-h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
}


.different-ways-contact {
    margin-right: 48px;
}

.icons {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.distance-sections {
    margin-bottom: 27px;
}

.contact-title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #1E293B;
    margin-bottom: 8px;
}

.contact-description {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #475569;
    margin-bottom: 8px;
}

.contact-telephone-number {
    padding: 8px 0px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #3B82F6;
}

.contact-chat, .contact-email {
    padding: 8px 0px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #3B82F6;
}


.social-media {
    padding: 96px 48px;
    margin: 0 auto;
}

.social-media-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #475569;
    margin-bottom: 14px;
}

.social-media-icons {
    display: flex;
    justify-content: center;
}

.social-media-icon {
    margin-right: 48px;
}

ol, ul {
    padding-left: 0rem !important;
}


.contact-page-mandatory {
    color: #EF4444;
}

.cursor-contact-chat {
    cursor: pointer;
}
