.contact-header {
    background-image: url('../../images/Right (1).png');
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    color: #fff;
    text-align: center;
    padding: 45px 20px 190px;
    background-size: 100% 100%;
}

.contact-header h1 {
    font-size: 3rem;
    font-weight: 400;
    font-family: system-ui;
}

.contact-header p {
    font-size: 15px;
    color: #90979E;
    max-width: 700px;
    margin: 15px auto 0;
    font-family: sans-serif;
}

.contact-card {
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 0px 15px 15px;
    margin-top: -160px !important;
    width: 100%;
    max-width: 85%;
    margin: auto;
}

.secnd-bg-contct {
    background: #f4f4f4;
    border: 1px solid #d4d9e2;
    border-radius: 21px;
}

.form-control {
    border-radius: 16px;
    padding: 14px 18px;
}

.btn-submit {
    background: #34A4F5;
    border: none;
    border-radius: 16px;
    padding: 11px 10px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-size: larger;
}

.info-box {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    border: 1px solid #dedfe4;
    margin-bottom: 20px;
}

    .info-box h5 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .info-box p {
        color: #90979E;
        margin-bottom: 0px;
    }

    .info-box a {
        color: #67676a !important;
    }

.br-14 {
    border-radius: 14px;
}

    .br-14 i {
        font-size: medium;
        margin-right: 6px;
        padding: 3px 0px;
    }

.n-lbl {
    font-size: medium;
    font-family: system-ui;
    font-weight: 500;
}

.p-22 {
    padding: 22px !important;
}

.fw-26 {
    font-size: 26px;
}

.fw-15 {
    font-size: 15px;
    color: #9099a7 !important;
}
.notification {
    color: #21b321;
    font-family: system-ui;
    font-weight: 500;
    font-size: 16px;
}
