@media screen and (max-width: 1650px) {
  /* Change the breakpoint value (768px) to your desired value */
	
.wp-block-navigation__responsive-container-content {

	}
	
	.new-menu{
			display: none !important; 
	
}
	
}

@media (min-width: 1600px) {
	.wp-block-navigation__responsive-container-open {
			display: none; 
	}
	
}

.custom-logo{
	min-width: 170px
}

.mega-menu-toggle{
	display: none !important;
}


:root {
  --tab-main: #dc1851;
  --tab-gray: #ccc;
}

.red-tab {
   
	border-bottom: 1px solid var(--tab-gray);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
    align-content: space-between;
    flex-direction: row;
    margin-bottom: 1px!important;
    gap: 0px!important;
    overflow: auto;
  flex-wrap:wrap ;
    overflow-y: auto ; 
width: 90%;
/*     white-space: nowrap; */
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.red-tab div{
  float: left;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.red-tab a.wp-block-button__link {
    color: black!important;
    background-color: transparent!important;
}
.red-tab div a {
    padding: 20px 40px!important;
}
.red-tab div:hover a, .red-tab div.active a {
    color: var(--tab-main)!important;
}
.red-tab div.active, .red-tab div:hover {
    color: var(--tab-main)!important;
    border-bottom: 3px solid var(--tab-main);
    z-index: 3;
}
.tab-content {
    display: none;
    padding: 35px 15px;
    border-top: none;
    box-shadow: 0 12px 25px -10px #00000040;
	background-color: white;
}
.active {
    display: block;
}

.applyNowBtn {
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	border-radius: 99px !important;
	z-index: 999!important;
	box-shadow: rgba(255, 255, 255, 1) 0px 10px 29px 0px;
/* 	display: none !important;  */
}

.seriesCarousel {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}



@media (
prefers-reduced-motion:no-preference	
){
.owd-fade-in > img {
  animation: owd-fade-in 2s ease-in-out forwards;
animation-timeline: view();
animation-range: entry exit 80%; /* Equivalent to entry 0% exit 100% */
	  transform-origin: left center;
  opacity: 0;

}

@keyframes owd-fade-in {
  0% {
    opacity: 0%;
clip-path: inset(0 100% 100% 0);

  }
	
  100% {
    opacity: 100%;
clip-path: inset(0 0 0 0);
}
}


@media (
prefers-reduced-motion:no-preference	
){

	.owd-fade-in2 > img {
  animation: owd-fade-in2 2s ease-in-out forwards;
animation-timeline: view();
animation-range: entry exit 80%; /* Equivalent to entry 0% exit 100% */
  transform-origin: right center;
  opacity: 0;
}

@keyframes owd-fade-in2 {
  0% {
    opacity: 0%;
clip-path: inset(0 0 100% 100%);

  }
  100% {
    opacity: 100%;
clip-path: inset(0 0 0 0);

  }
}
	
}
	
	a {text-decoration:none !important; }
	
/* 	.kyandcompany {
		display:none !important;
	} */
	

