@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);


* {
    -webkit-tap-highlight-color: transparent;
}
.body-container {
    /* padding: 20px; */
    margin: 0 auto;
    max-width: unset;
    padding: 73px 0px 0px 0px;
}

    .carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* width: 300%;  */
  background: #F3F3F3;

}

.slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    357.94deg,
    #202936 -3%,
    rgba(32, 41, 54, 0) 96.82%
  ); */

  box-shadow: 1px 1px 4px 0px #0000001F;

  pointer-events: none; /* allows clicks through overlay */
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
   max-height: 400px !important;
   object-fit: contain;
  
}



.carousel-title {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 1000;
}

.dots {
  text-align: center;
  margin-top: 5px;
}

.dot {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  /* background-color: #717171; */
    background: #FF7A00;
}

.subsplans{
  font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #147FD4;
padding-top: 5px;
text-decoration: underline !important;

}
a{
  text-decoration: none;
}


/* interest modal css start */  


.interest-modal {
  background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: fixed;
    top: 50%;              
    left: 50%;             /* place modal center horizontally */
    transform: translate(-50%, -50%); /* adjust to exact center */
    width: 100%;
    max-width: 400px;
    z-index: 99999;
}

.interest-modal h2 {
  margin: 0;
  font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #202936;

}

.subtitle {
    margin-top: 4px;
  margin-bottom: 20px;
  font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #334155;
}

.interest-close-btn {
     position: absolute;
    top: 3px;
    right: 9px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #484C52;
    
}

.interest-options {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.interest-option-card {
  width: 150px;
  /* padding: 18px 10px;
  background: linear-gradient(#dce4ec, #8fa9c0); */
  border-radius: 12px;
  cursor: pointer;
  /* transition: transform .2s ease, box-shadow .2s ease; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interest-option-card img {
  /* width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);   */
}

.interest-option-card span {
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 13px;
leading-trim: NONE;
line-height: 112%;
letter-spacing: 0%;
text-align: center;
color: #334155;
    padding-top: 10px;
}

.interest-option-card:hover {
  /* transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); */
}

/* interest modal css end  */
.novideodatafound{
display: unset;
}
.card-content{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    height: 136px;
    background: #e6f4ff;
}
/* for video plyer start */
/* .video-js {
  width: 235px !important;
  height: 133px !important;
}
.video-js .vjs-big-play-button {
    font-size: 2em !important;
    line-height: 1.5em;
    height: 1.63332em;
    width: 1.6em !important;
    display: block;
    position: absolute;
    top: 54% !important;
    left: 55% !important;
    padding: 0;
    margin-top: -0.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 2.3em !important;
    transition: all 0.4s;
} */
 /* for video plyer end */

 .swal2-container {
  z-index: 999999 !important;
 
}

.swal2-modal{
  margin-top: 90px !important;
  max-width: 452px !important;
}
.swal2-container.swal2-top-end {
  z-index: 999999 !important;
 
}
.toast-interest-container{
  display: flex;
    align-items: start;
    gap: 15px;
}
.toast-interest-inner-content{
  display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 7px;
    margin-top: 5px;
}
.toast-interest-title{
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #141414;
text-align: start;

}
.toast-interest-message{
font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #565656;
text-align: start;

}
.toast-interest-crossicon{
  position: absolute;
    right: 0;
    top: 2px;
}

@media (max-width: 768px) {
  .toast-interest-title{
    font-size: 16px;
  }
  .toast-interest-message{
    font-size: 14px;
  }

  .interest-modal {
     border-radius: 16px 16px 0px 0px;
    top: unset;              
    left: 50%;             /* place modal center horizontally */
    transform: translate(-50%, 0%); /* adjust to exact center */
    width: 100%;
    max-width: unset;
    z-index: 99999;
    bottom: 0;
}
   
}


@media (max-width: 480px) {}