.contact-banner-section .banner-media-wrap .image-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-banner-section .banner-media-wrap .image-wrap img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-banner-section .banner-media-wrap
{
    padding-bottom: 42%;
}
.custom-form .form-content p
{
    margin-bottom: 6px;
}
.custom-form .form-content p:last-child
{
    margin-bottom: 0;
}

.custom-form .input-group-end {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    font-size: 22px;
}

.filling-form-col-title {
    margin-bottom: 10px;
    color: #303030;
}

.contact-address-info-single .icon-wrap {
    color: #303030;
    font-size: 120%;
    margin-right: 7px;
}

.contact-address-info-single a {
    color: #989898;
}
.contact-address-info-single a:hover,
.contact-info-single a:hover
{
    color: #a80000;
}

.contact-datail {
    display: flex;
    align-items: center;
}

.contact-info-single {
    margin-bottom: 0px;
}

.contact-info-single a {
    color: #303030;
}
.contact-info-single h4
{
    font-weight: normal;
    margin-bottom: 0;
}
.contact-info-single {
    margin-bottom: 0px;
    margin-left: 10px;
}


@media(max-width:991px) {
    .hate-filling-content-listing .filling-form-col
    {
        margin-bottom: 20px;
    }
}
@media(max-width:767px) {

   .call-support-row-wrap .on-call-col
   {
    margin-bottom: 20px
   };
    
}