/*Top Ad Banner*/
.custom-top-banner {
    width: 100%;
    display: none;
}
.custom-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .custom-top-banner img {
    height: 30px;
  }
}
/*Top Ad Banner*/

.trustImg {
    position: fixed;
    bottom: 10px!important;
    z-index: 99;
    left: 10px;
    animation: 5s linear infinite backwards arrow-float;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 0 20px;
}
.trustImg img {
    width: 150px;
    border-radius: 0 15px;
}


.call-now {
    animation: .5s infinite alternate float !important;
    bottom: 110px!important;
    left: 55px!important;
}


@media only screen and (max-width: 320px) and (min-width: 767px) { 
    .call-now {display:none!important;}
    .trustImg{display:none!important;}
    
    
}