	iframe{max-width: 95%}
.banner-bg .col a {
    font: 17px/1.2 'Zoho_Puvi_SemiBold';
    background: #ee4a44;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.banner-bg .row {
    display: flex;
    align-items: center;
}
.col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0px 50px;
}
.container-new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 30px;
}
#scroll ul {
    padding: 10px 0 10px 30px;
    list-style-type: none;
}
.heading-menu{display:none}
.flexBnrslides {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bannerflex {
    background: hsl(0, 0%, 94%) none repeat scroll 0 0;
    width: 100%;
}
@media screen and (max-width: 620px) {
	.cust-logo ul li{width: 20%}
	.flexMobile{margin-top: 40px;}
	.cust-logo ul li {
    width: auto !important;
    float: none;
    display: inline-block;
    padding-top: 0;
}
	.cust-logo ul li span{height: 60px !important;}
	.cust3{width: 70px !important}
	}
@media screen and (max-width: 1025px){
.menu-icon {
    display: none;
}
}
@media screen and (max-width: 500px){
	.flexMobile{display:none!important}
}

ul.clearfix.custspan{display: flex;  animation: scroll 30s linear infinite;}
@keyframes scroll {
    0% {transform: translateX(0px);}
    100% {    transform: translateX(-1200px);}
    /* 0% { transform: translateX(100%); } */
    /* 80% { transform: translateX(-100%); } */
}
 