.contact-sec1{
    background-image: url('../assests/contactImage/bg1.png') !important;
    height: 776px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-group input, .form-group1 textarea{
    background: none;
    border: 1px solid #ADB0BC;
    border-radius: 10px;
    padding: 10px 10px;
    width: 379px;
    color: #ADB0BC;
    margin: 10px 5px;
    font-family: poppinsLights;
}
.form-group1 textarea{
    resize: none;
    height: 257px !important;
    width: 790px !important;
}
.form-group button{
    padding: 8px 70px;
    border: none;
    background-color: #FFFFFF;
    font-family: poppinsLights;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 6px 6px 0 #45F882;
    margin: 10px 0;
    cursor: pointer;
}

.contact-sec2{
    width: 379px;
}
.contact-sec2 h3 {
   font-size: 24px !important;
}
.contact-flex{
    margin: 70px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.h-line {
    margin: 10px 0 30px 0 !important;
}
.contact-margin{
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .contact-flex{
        justify-content: flex-start;
        padding: 0 10px !important;
    }
    .form-group1 textarea{
        width: 300px !important;
        height: 200px !important;
    }
    .contact-sec2{
        width: auto !important;
        
    }
    .form-group input{
        width: 300px !important;
       
    }
    .contact-sec1 h1{
        font-size: 300% !important;
    }
}