.banner .imgbox .img-cover, .banner .imgbox .responsive, .subpage-banner .imgbox .img-cover, .subpage-banner .imgbox .responsive {
    width: 100%;
}
.as-seen-on .col-sm-4 div:last-child {
    margin-left: 15px;
}
.as-seen-on .col-sm-4 div:first-child {
    margin-right: 15px;
}
.as-seen-on .col-sm-4 div {
    background: #fff;
    border: 5px solid #ebe6e4;
    position: relative;
    height:100%;
}
.as-seen-on .col-sm-4 div::before {
    content: '';
    background: rgba(255,255,255,.9);
    padding: 10px;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    z-index: -5;
    box-shadow: rgb(0 0 0 / 30%) -5px 0 50px 0;
}
.as-seen-on .col-sm-4 div img {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
} 

header .top-contact-bar h4{
    font-size: 16px !important;
}

