/*Top Ad Banner*/
.custom-top-banner {
    width: 100%;
    display: none;
    position:fixed;
    inset:0;
    overflow: hidden;
    z-index: 9999999;
    height: 58px;
}
.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;*/
/*}*/
/*.custom-top-banner img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*.nav_menuMain {*/
/*    bottom: -65px;*/
/*}*/
/*.custom-top-banner {*/
/*    width: 100%;*/
/*}*/
/*.banner--alt {*/
/*    padding: 320px 0 70px;*/
/*}*/
/*.banner {*/
/*    padding: 270px 0 70px;*/
/*}*/