.variable-width .slick-slide, .video-slider .slick-slide {
    width: 265px;
    height: 400px;
}
.variable-width .slick-slide .timg, .video-slider .slick-slide .vimg{
    outline: none;
    border-radius: 40px;
    /* width: 225px; */
    height: 400px;
    transform: scale(0.85);
    transition: .3s;
}
.variable-width .slick-current .timg, .video-slider .slick-current .vimg {
    /* width: 280px !important; */
    /* height: 480px !important; */
    transform: scale(1);
    transition: .3s;
}
.slick-arrow{
    position: absolute;
    bottom: -70px;
    top: auto;
    border: 2px #008ab7 solid;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.slick-prev{
    left: 45%;
}
.slick-next{
    right: 47%;
}
.slick-prev:before, .slick-next:before{
    color:#008ab7;
    font-size: 14px;
}
.slick-next:before{
    content: "\f054";
    font-family:'FontAwesome';
}

.slick-prev:before{
    content: "\f053";
    font-family:'FontAwesome';
}

.video-slider .slick-slide .video-box{
    display: none;
    transition: .3s;
}
.video-slider .slick-current .video-box{
    display: block;
    transition: .3s;
}
.video-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 400px;
    overflow: hidden;
}
.mobileIcon{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
}
.videoss{
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 400px;
    outline: none;
    border-radius: 40px;
    z-index: 0;
    transition: .3s;
}
video{
    outline: none;
    border-radius: 40px;
    transition: .3s;
}
.video-control{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: .3s;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.info-box {
      background-color: #f1f5fb;
      padding: 2rem 1rem;
    }
    .info-item {
      text-align: center;
    }
    .info-item h3 {
      font-size: 30px;
      color: #1d3f93; /* Dark blue */
      font-weight: bold;
    }
    .info-item p {
      font-weight: 600;
      color: #111;
    }
    .divider {
      border-left: 1px solid #ccc;
    }
	.catagory-wrapper {
  display: flex;
  flex-direction: column;
  background: transparent;
  justify-content: center;
  align-items: center;
  border: 1px solid #edeef2;
  border-radius: 5px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  height: 100%;
}

.catagory-wrapper:hover {
  /* background-color: #2cbdba; */
  /* border: 1px solid #2cbdba; */
  box-shadow: 0px 40px 40px rgba(24, 44, 74, 0.1);
  /* border-color: #2cbdba; */
}

.catagory-content h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 0px 25px;
}

/* .catagory-wrapper .catagory-thumb {
  margin-right: 22px;
} */

.catagory-thumb img {
  width: 80px;
  height: 80px;
}

.catagory-wrapper .catagory-content h3 {
  font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
}

.years-logo{
	 width: 100px;
	 
}

.choose{
	    width: 80%;
    display: block;
    margin: 60px auto 20px;
}

.ly-logo{
	width: 40%;
}

@media(max-width:991px){
	.divider {
    border-left: 0;
}
.info-item h3 {
    font-size: 20px;
}
.info-item p {
    font-size: 14px;
}
.catagory-wrapper .catagory-content h3 {
    font-size: 14px;
}
.ly-logo {
    width: 100%;
}
}



/* 
.variable-width .slick-current img {
    width: 280px !important;
    height: 480px !important;
}

.about-us-brand  .mobileIcon{
    outline: none;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
    height: 480px;
    width: 280px;
}
.about-us-brand-advocates_brandAdvocates .about-us-brand-advocates_activeSlide {
    outline: none;
    width: 296px;
    display: flex !important;
}
.about-us-brand-advocates_brandAdvocates .about-us-brand-advocates_slides {
    outline: none;
    position: relative;
    height: 480px;
}
.about-us-brand-advocates_brandAdvocates .about-us-brand-advocates_slides .about-us-brand-advocates_playButton {
    position: absolute;
    height: 70px !important;
    width: 70px !important;
    left: 100px;
    z-index: 10;
}
.about-us-brand-advocates_brandAdvocates .about-us-brand-advocates_slides .about-us-brand-advocates_thumbnail {
    outline: none;
    border-radius: 40px;
    width: 225px;
    height: 400px;
}

.about-us-brand-advocates_brandAdvocates .about-us-brand-advocates_slides .about-us-brand-advocates_video {
    position: absolute;
    border-radius: 40px;
    width: 280px;
    height: 480px;
    z-index: -1;
}
.variable-width .slick-slide .paddingLeft {
    padding-left: 55px;
} */
