
.hero-section .update {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    padding: 10px;
    margin-left: 15rem;
    width: 143px;
    height: 28px;
    border-radius: 6px;
    opacity: 1;
    background: #E2D5FF;
}

.hero-section .update h6 {
    font-size: 14px;
    width: 123px;
    height: 20px;
    color: #032462;
    font-weight: bold;
    padding-top: -2rem;
    margin-top: -3.5px;
}

.hero-section .Upadate-header {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    padding: 10px;
    margin-left: 18rem;
    width: 589px;
    height: 50px;
    opacity: 1;
}

.card-body .date {
    width: 94px;
    height: 28px;
    border-radius: 6px;
    opacity: 1;
    background: rgba(75, 107, 251, 0.05);
    padding: 4px 10px;
}

.card-body .date p {
    font-size: 14px;
    font-weight: bold;
    color: #4B6BFB;
}

.profile img {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    opacity: 1;
    background: url(Image.png);
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.profile p {
    font-size: 16px;
    color: #97989F;
    margin-top: 21px;
}

.hero-section .contact-sec p {
    font-size: 14px;
    color: #175CD3;
    font-weight: bold;
}

.hero-section .contact-sec h1 {
    font-size: 48px;
    font-weight: normal;
    color: #011F53
}

.hero-section .contact-sec h6 {
    font-size: 21px;
    color: #757575;
}

.hero-section form {
    /* width: 495px;
    height: 360px; */
    margin-top: 2rem;
}

.hero-section form input {
    /* width: 495px;
    height: 50px; */
    border-radius: 4px;
    opacity: 1;
    background: #F6F9FE;
    box-sizing: border-box;
    border: 0.3px solid #000000;
}


/* .hero-section .contact-form input::placeholder {
    width: 77px;
    height: 20px;
    font-size: 18px;
    color: #757575;
    margin-left: 1rem;
} */

.hero-section form textarea {
    /* width: 495px;
    height: 150px; */
    border-radius: 4px;
    opacity: 1;
    background: #F6F9FE;
    box-sizing: border-box;
    border: 0.3px solid #000000;
}

form .col-md-12 button {
    /* width: 495px;
    height: 50px; */
    border-radius: 12px;
    opacity: 1;
    background: #3476F6;
}

 
.helper .col-md-4 .help-box h6 {
    position: absolute;
    left: 2px;
    top: 72.4px;
    width: 53.9px;
    height: 35.2px;
    font-size: 21px;
    font-weight: normal;
    color: #000000;
}

.helper .col-md-4 .help-box p {
    position: absolute;
    left: 4px;
    top: 95.66px;
    width: 218px;
    height: 63px;
    font-size: 18px;
    font-weight: normal;
    color: #000000
}