#contact-form{
    padding: 50px 0;
}

.contact-header-image{
    padding: 0;
    position: relative;
}

.contact-header-image img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.contact-header-image .contact-header-box{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#contact-form .form-container{
        background-color: #fff;
    -moz-box-shadow: -4px 5px 35px 0 #d7d7d7;
    -webkit-box-shadow: -4px 5px 35px 0 #d7d7d7;
    box-shadow: -4px 5px 35px 0 #d7d7d7;
    border-radius: 15px;
    padding: 40px;
    /* border: 1px solid #e2e2e2; */
}
#contact-form .form-control, #contact-form .form-select{
    background-color: #FAFAFA;
    min-height: 45px;
}

#contact-form .form-control:focus, #contact-form .form-select:focus{
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}
#contact-form .input-group-text{
    background: #e2e2e2;
}

#contact-form .submit-button .btn{
  background-color: #B62330;
  color: #fff;   
   padding: 10px 25px;
    font-size: 17px;
    font-weight: 600;
}