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

/*header {*/
/*    padding: 55px 0 0 !important;*/
/*}*/

/*.banner___sec__main .carousel-caption {*/
/*    padding-top: 140px !important;*/
/*}*/

/*.platform__logo__sec {*/
/*    margin-top: -160px !important;*/
/*}*/