.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;
}

header .top-contact-bar .call-number{display:inline-flex; flex-direction:row; align-items: center; background:#6a9a13; padding:8px 18px;}
header .top-contact-bar .call-number h3{
    font-size:28px;
    margin-bottom:0px;
    color:#fff;
}

header .top-contact-bar .call-number h4{
    font-size: 24px;
    margin-right: 22px;
}

@media only screen and (max-width:1300px) {
    header .top-contact-bar .call-number{flex-direction:column; display: flex; text-align: center;}
    header .top-contact-bar .call-number h3{
        font-size:20px;
    }
    
    header .top-contact-bar .call-number h4{
        font-size: 20px;
        margin-right: 0px;
        margin-bottom:2px;
    }
    

}