body { background: #f6f8f9;}
.banner-contactus{
    background-image: linear-gradient(45deg, rgba(248, 103, 58, 0.9) 0, rgba(244, 93, 46, .9) 100%), url("../img/contact-us-banner.jpg");
    height: 300px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    vertical-align: middle;
    display: flex;
    align-items: center;
    
    justify-content: center;
}
.banner-contactus h1{
    font-size: 3rem;
    font-weight: 500;
    color: white;
}

.container-contactus .contact-bg {background: #fff; box-shadow: 0 0 29px #efeded; padding: 40px; }
.container-contactus .contact-bg h4 { 
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.7rem;
}
.container-contactus .contact-bg .form-group{
    margin-bottom: 1.5rem;
  }
.container-contactus .contact-bg .form-group label{
    font-size: 1.3rem;
    margin-bottom: 0px;
    font-weight: 500;
}
.container-contactus .contact-bg .form-group .form-control{
    width: 100%;
    display: block;
    padding: 1.1rem 1rem;
    border-radius: 3px;
    border: 1px solid var(--color-silver);
    font-size: 1.2rem;
}
.container-contactus .contact-bg .btn{
    color: #fff;
    background-color: #006487;
    border-color: #83abb8;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.container-contactus .contact-bg .form-group .form-control:focus{
    outline: none;
    border: 1px solid var(--color-blue-dark);
}
.quick-contact-widget span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 2;
    display: table;
    clear: both;
}
.quick-contact-widget span i {
    font-size: 15px;
    padding-right: 10px;
    color: var(--secondColor);
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 100%;
    float: left;
}