.help-title {
    margin-top: 2.5rem;
    margin-bottom: 65px;
}
.help-title > h3{
    color: #058057;
    font-size: 25px;
}
.help-title > h6{
    color: #AAB8C2;
    font-size: 21px; 
    font-weight: 400;
}
/* .help-section{
    align-items: center;
} */
.help-section .help-section-paragragh{
    margin-left: 25px;
}
@media (max-width:1024px){
    .help-section .help-section-paragragh{
        margin-left: 0;
    }
}

.contact-form {
    margin-top: 2.5rem;
    padding-left: 60px;
    padding-right: 60px;
}
.contact-form > h3{
    color: #058057;
    font-size: 41px
}
.contact-form > h6{
    color: #AAB8C2;
    font-size: 21px; 
    font-weight: 400;
}

.paragraph {
    color: #214252;
    text-align: right;
    letter-spacing: 0px;
    line-height: 2rem;
    opacity: 1;
    font-size: 14;
}

b .callus {
    top: 242px;
    left: 0.5px;
    width: 1920px;
    height: 128px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.main-title {
    margin-top: 20px;
    color: var(--sub-main-color);
    font-size: 21px;
}

.companyInfoSection img {
    color: #058057;
    font-size: 30px;
    margin-right: 15px;
    margin-left: 5px;
}

.info-contact .form-control {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.companyInfoSection .info {
    margin-bottom: 10px;
    border-left: 3px solid #058057;
    padding: 10px;
    background: #f7f7f8;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
}

.contactus-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: var(--sub-main-color);
    text-transform: capitalize;
}

.notValidInput {
    border: 2px solid #ea3737 !important
}

.companyInfoSection .info p {
    word-wrap: break-word;
}

.main-image {
    text-align: center;
    margin-bottom: 15px;
}

.container-fuild {
    background: #fff;
}

.main-title {
    color: #058057;
    font-size: 20px;
    font-weight: 600;
}

.main-title::after {
    content: "";
    position: absolute;
    background: #058057;
    height: 3px;
    width: -webkit-fill-available;
    bottom: -14px;
    right: 0;
}

.container-fuild .input-text~label {
    left: 30px;
}

.container-fuild .input-text.has-value~label,
.container-fuild .input-text:focus~label {
    left: 30px;
}
.block-img{
    box-shadow: none; 
    flex-direction: column; 
    justify-content: space-evenly;
    margin-top: 15px;
}
.block-img img{
    border-radius: 15px; 
}