.cesv-email-content h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cesv-email-content a {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.contact-ecv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08), 0px 32px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 32px 24px;
    max-width: 1062px;
    margin: 0 auto;
    margin-top: 83px;
    margin-bottom: 83px;
    position: relative;
}

.contact-ecv-email {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-team-bg-grd::before {
    top: 60px;
}

.contact-team-bg-grd .empowering-team-heading::after {
    height: 345px;
}



.contact-ecv-email-line::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #D1D5DB;
    top: 35px;
    left: 370px;
}

.contact-ecv-email-line::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #D1D5DB;
    top: 35px;
    right: 350px;
}

.contact-help-form-txt h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact-help-form-txt p {
    color: #134A8E;
    font-family: "Sora";
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

/* form  */

.form-wrapper h2 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 24px;
    font-weight: 700;
}

.form-wrapper p {
    color: #6B7280;
    font-family: "Sora";
    font-size: 14px;
    font-weight: 400;
}

.form-wrapper {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(19, 74, 142, 0.12);
    padding: 40px;
}

.inp-lab {
    position: relative;
}

.inp-lab label {
    color: #64748B;
    font-family: "Sora";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -12px;
    left: 12px;
    background-color: white;
    padding: 4px;
}

.input-group.inp-lab input {
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    color: #134A8E;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
}

.input-group.inp-lab input::placeholder {
    color: #9CA3AF;
}

.input-group.inp-lab.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.service-dropdown #services {
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    width: 100%;
    color: #9CA3AF;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    padding: 12.5px;
    margin-bottom: 20px;
    background-image: url(../images/cont-arr.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
}

.textarea-bg {
    width: 100%;
}

.textarea-bg textarea {
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    width: 100%;
    height: 120px;
    color: #134A8E;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
}

.submit-btn-contact {
    width: 100%;
    border-radius: 100px;
    background: #27A9E1;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 11px;
    margin-top: 30px;
    transition: 0.2s;
}

.submit-btn-contact:hover {
    background-color: #007CBA;
}

.submit-btn-contact svg {
    transition: 0.2s;
}

.submit-btn-contact:hover svg {
    transform: rotate(45deg);
}

.dropdown-menu label {
    color: #1E293B;
    font-family: "Sora";
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    cursor: pointer;

}

.dropdown-menu label:hover {
    border-radius: 4px;
    background-color: #F1F5F9;
}

.dropdown-menu {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(19, 74, 142, 0.16);
    padding: 12px 6px;
    width: 100%;
    top: 60px;
}

.contact-help-form-bg .row {
    align-items: center;
}

.contact-help-bg {
    background-image: url(../images/contact-bgs.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px;
    background-size: cover;
}

/* map  */

.contact-map h2 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-top: 80px;
}

.contact-map p{
    color: #6B7280;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.map-overlay {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #F4F4F4 100%);
    position: absolute;
    width: 100%;
    height: 590px;
    pointer-events: none;
    /* opacity: 0.5; */
}

.loca-map iframe{
    height: 590px;
}

@media (max-width:1200px) {
    .cesv-email-content a {
        font-size: 14px;
    }
    .cesv-email-content h4{
        font-size: 18px;
    }
    .contact-ecv-email-line::after{
        left: 328px;
    }
    .contact-ecv-email-line::before{
        right: 310px;
    }
}

@media (max-width:991px) {
    .contact-ecv{
        flex-direction: column;
        gap: 20px;
    }
    .contact-ecv-email-line::before, .contact-ecv-email-line::after{
        content: unset;
    }
    .contact-ecv-email{
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width:767px) {
    .contact-ecv{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-help-bg {
        padding: 20px;
    }
    .contact-help-form-txt h4 {
        font-size: 24px;
    }
    .contact-help-form-txt p{
        font-size: 16px;
    }
    .form-wrapper {
        padding: 15px;
    }
    .contact-map h2 {
        font-size: 24px;
    }
}