img.img-contact-banner {
    width: 100%;
    margin-top: 85px;
    height: auto;
}
.bg-contact{
    background: #f4efec !important;
}
.contact-banner{
    background: url(/banner/contact_us_banner.jpg) center center;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 32px;
}
.banner-heading{
    position: relative;
    bottom: 0;
    width: 100%;
}
.contact-heading{
    font-size: 16px;
    font-weight: 700;
}
.contact-card{
    border-radius: 10px;
}
.contact-card .form-control {
    background: #f1f7fb;
}
.contact-card-color {
    background: #f1f7fb;
}
.contact-card textarea.form-control {
   height: 145px;
}
.btn-send{
    background: #5e8cb8;
    border:1px solid #5e8cb8;
    color: #fff;
}
.btn-send:hover{
    border:1px solid #5e8cb8;
    color: #000;
}
img.contact-us-icon {
    width: 60px;
    height: 60px;
}

img.contact-us-icon-questionMark {

    width: 60px;
    height: 60px;
}

span.img-box-title {
    display: inherit;
    font-weight: 700;
}

#contact_us_cover_heading{
    padding-bottom: 22px;
}