html {
  scroll-padding-top: 70px; /* height of sticky header */
}
.list-none{
  list-style: none;
}

.border-1-black{
  border: 1px solid #000000;
}

.nav-button-border{
  border-radius: 25px;
  padding: 10px 15px;
  margin-top: 5px !important;
}

.highlighted-text{
  font-weight: bold;
  background-color: #E0FF00;
  ;
}

.text-orange{
  color: #F24E1E;
}

ul.dos-donts{
  list-style: none;
}

ul.dos-donts li{
  margin-bottom: 10px;
}

.header-listing{
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}

.zumba-footer{
  padding: 10px;
}

.zumba-footer img{
  width: 100px;
}
::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 30px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
}

table, td, th {
  border: 1px solid;
  padding: 10px;
  text-align: left;
}

table {
  width: 100%;
  border-collapse: collapse;
}



.border-right-dotted{
  border-right: #000000 dotted 1px;
}

.swiper-wrapper {
  width: 100%;
  height: max-content !important;
  padding-bottom: 24px !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  }
  .swiper-pagination-bullet {
  background: #4f46e5;
  }
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -56px) !important;
  right: auto;
  top: var(--swiper-navigation-top-offset, 38%) !important;
  color: #000000 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -28px) !important;
  left: auto;
  top: var(--swiper-navigation-top-offset, 38%) !important;
  color: #000000 !important;
}
@media only screen and (min-width: 1441px)  {
  .one-second-screen {
    height: 1000px;
  }
}

@media (min-width: 768px)  {
  .slash {
    background-color: #e7fc52;
    padding: 2px 10px !important;
  }
  .bg-img-one{
    background:url('./../images/banner-image-web.png');
    
  }

  .bg-img-zumba{
    background:url('./../images/mumbai-zumba-banner-web.png');
    width: 100% !important;
    /* height: 768px !important; */
  }

  .bg-img-nextgen{
    background:url('./../images/nextgen-banner-web.png');
    width: 100% !important;
  }

  .zumba-flow-web{
    display: block;
  }

  .zumba-flow-mobile{
    display: none;
  }

  .mobile-schedule{
    display: none;
  }
}

/* @media (min-width: 1441px)  {

  .bg-img-zumba{
    background:url('./../images/mumbai-zumba-banner-web-new.png') !important;
  }
} */

@media only screen and (max-width: 767px)  {
  .slash {
    color: #e7fc52 !important;
  }
  .bg-img-one{
    background:url('./../images/banner-image-mobile.png');
  }

  .bg-img-zumba{
    background:url('./../images/mumbai-zumba-banner-mobile-new.png');
  }

  .bg-img-nextgen{
    background:url('./../images/nextgen-banner-mobile.png');
  }

  .hero-content{
    margin-top: -200px;
  }

  .bg-img-zumba .one-second-screen{
    height: 250px;
  }

  .bg-img-one  .one-fourth-screen{
    height: 650px;
  }

  .bg-img-nextgen .one-second-screen{
    height: 250px;
  }

  .bg-img-nextgen  .one-fourth-screen{
    height: 650px;
  }

  .zumba-flow-web{
    display: none;
  }

  .zumba-flow-mobile{
    display: block;
  }

  .web-schedule{
    display: none;
  }

}

