.form-control {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    background: transparent;
    padding: 15px 20px;
    box-shadow: none;
}
.form-control::placeholder{
    color: #000000;
    font-weight: 600;
}
.know-more{
    margin: 0;
    display: block;
    margin-top: 20px;
    background: #EA1824 0% 0% no-repeat padding-box;
    border-radius: 28px;
    border: none;
    color: #FFF;
}
textarea.form-control{
    line-height: 1;
}
.reach-us {
    padding: 50px 50px;
    background: transparent linear-gradient(180deg, #E31E25 0%, #AA1C1F 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
}
.address-box h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.address-box p{
    margin-bottom: 0;
    font-weight: 500;
    text-shadow: none;
    font-size: 15px;
}
.contact-form .section-title h2 {
    text-align: left;
}

.contact-form .section-title {
    margin-bottom: 20px;
}
.reach-us .section-title h2{
    color: #fff;
}