.w3-content {
  max-width: 100%;
  margin: 0 auto;
}

.w3-display-container {
  position: relative;
}

@media screen and (max-width: 2528px) {
  .mr-top {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1398px) and (max-width: 1751px) {
  .mr-top-2 {
    margin-top: 31px !important;
  }
}

.label-container {
  position: fixed;
  bottom: 48px;
  left: 120px;
  display: table;
  visibility: hidden;
  z-index: 100;
}

.label-text {
  color: #fff;
  background: #25d366;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  position: fixed;
  display: table-cell;
  vertical-align: middle;
  color: #11ba4f;
  opacity: 0.7;
  bottom: 60px;
  left: 109px;
  transform: rotate(180deg);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  font-size: 24px !important;
  margin-top: 18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}

a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

/* Card video look */
.video-card{
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  background: #fff;
  height: 100%;
}

/* ratio box */
.ratio-box {
  position: relative;
  width: 100%;
  padding-top: 177%;
}

.ratio-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* Desktop */
.video-strip{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* Mobile */
@media (max-width: 768px){
.video-strip{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.video-item{
  flex: 0 0 85%;
  scroll-snap-align: start;
  }
}

.sticky-menu .tp-sticky-btn a.theme-btn {
  background-color: #f1bc44;
  border: none;

  color: #fffce4;
  box-shadow: none;

  transition: color 0.25s ease;
}

.sticky-menu .tp-sticky-btn a.theme-btn i {
  color: inherit;
}

.sticky-menu .tp-sticky-btn a.theme-btn:hover,
.sticky-menu .tp-sticky-btn a.theme-btn:focus {
  background-color: #f1bc44;
  color: #104950;
}

.tp-main-menu ul li a {
  transition: color 0.25s ease;
}

.tp-main-menu ul li:hover > a,
.tp-main-menu ul li a:hover {
  color: #f1bc44;
}

.tp-main-menu ul li a.active{
  color: #F5C64D !important;
}

.tp-main-menu ul li a:hover{
  color: #F5C64D !important;
}

.tp-main-menu ul li a::before{
  display: none !important;
}












