* {
    margin: 0;
    padding: 0;
}

.contact-hero {
    background-color: #F2F3F5;
}

.contact-hero h1 {
    font-size: 26px !important;
    color: #EEA140;
    font-style: italic;
}

.form-section {
    height: 600px;
}

.location {
    width: 90%;
    margin: 0 auto;
}
.location a{
    color:#212529;
}

.loc-p {
    font-size: 24px;
    font-weight: 500;
    
}
.form-control{
    border-radius: 10px!important;
}
#myID,#myID1,#myID2,#myID3{
    display: none;
    color:#DC3232;
}

@media(min-width:768px) {
    
.contact-hero h1 {
    font-size: 42px !important;
    
}
    .form-section {
        height: 400px;
    }

    .location {
        width: 80%;
        margin: 0 auto;
    }
 .help-h{
     font-size: 50px;
 }
}

@media(min-width:994px) {
    .contact-hero h1 {
        font-size: 56px !important;
    }

    .form-section {
        height: 400px;
    }

    .location {
        width: 43%;
        margin: 0 auto;
    }
}