* {
  box-sizing: border-box;
  font-family: "Poppins", system-ui;
  margin: 0;
  text-align: none;
}

video {
  width: 100%;
}

/* top header styles */
.top-head {
  background-color: #03426a;
  padding: 10px 0;
}

.top-head h1 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.clone {
  display: none;
}

.mob-visible {
  display: flex;
  width: 100%;
  gap: 10px;
}

.item-new img {
  width: 100%;
}

.item-new {}

@media screen and (max-width: 767.98px) {
  .top-head h1 {
    font-size: 19px;
  }

  .clone {
    display: block;
  }

  .fs-5 {
    font-size: 18px !important;
  }


  .item-new {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-new img {
    width: 100%;
  }

  .clone img {
    width: 100%;
  }

}

@media screen and (max-width: 575.98px) {
  .top-head h1 {
    font-size: 18px;
  }

}

@media screen and (max-width: 400px) {
  .top-head h1 {
    font-size: 14px;
  }
}

/* hero sec css starts */
.hero-sec {
  padding: 40px 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgb(216, 219, 223) 100%)
}

.hero-main h1 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.hero-main .img-head img {
  width: 100%;
}

.hero-main .list {
  list-style: none;
  max-width: 350px;
}

.hero-main .list li p {
  font-size: 20px;
}

.hero-main .list i {
  color: #33af35;
  font-size: 25px;
}

.hero-main .warning-icon {
  width: 40px;
  transform: translateY(-2px);
}

.hero-main .warning-icon img {
  width: 100%;
}

.hero-main .warning-head p {
  font-size: 19px;
  color: #000000;
}

.hero-main button {
  background-color: #08a01b;
  color: white;
  font-size: 22px;
  width: 90%;
  border: unset;
  display: block;
  transition: all ease 0.5s;
}

.hero-main button:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.hero-main button a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

.hero-main .rating-head {
  width: 80%;
}

.hero-main .rating-head img {
  width: 100%;
}

.hero-main .rating-head p {
  font-size: 19px;
  color: #000000;
}

.hero-main .partners-head img {
  width: 100%;
}

.hero-main .contentHead {
  gap: 30px;
}

.hero-main .content {
  flex: 1;
}

.hero-main .img-head {
  max-width: 520px;
}

.bbbLogoHead img {
  width: 25%;
}

@media screen and (max-width: 1399.98px) {
  .hero-main h1 {
    font-size: 28px;
  }

  .hero-main .img-head {
    max-width: 472px;
  }
}

@media screen and (max-width: 1199.98px) {
  .hero-main .img-head {
    max-width: 400px;
  }

  .hero-main .list li p {
    font-size: 17px;
  }

  .hero-main .warning-head p,
  .hero-main .rating-head p {
    font-size: 15px;
  }

  .hero-main button a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .hero-main .contentHead {
    gap: 10px;
  }

  .hero-main .rating-head {
    width: 100%;
  }

  .hero-main .img-head {
    max-width: 43%;
  }

  .hero-main button {
    width: fit-content;
  }

  .hero-main .list {
    max-width: 326px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-sec {
    padding: 20px 0;
  }

  .hero-main .img-head {
    max-width: 100%;
    width: 100%;
  }

  .hero-main .list {
    max-width: 100%;
    margin: 0px 10px 25px 20px !important;
  }

  .hero-main h1 {
    font-size: 30px;
  }

  .hero-main .list li p {
    font-size: 18px;
  }

  .hero-main .warning-head p,
  .hero-main .rating-head p {
    font-size: 16px;
  }

  .hero-main button a {
    font-size: 22px;
  }
}

/* note section starts */
.note p {
  font-size: 18px;
}

@media screen and (max-width: 767.98px) {
  .note p {
    font-size: 15px;
  }
}

/* footer sec starts */
.footer-list {
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
}

.footer-list li {
  line-height: 20px;
}

.footer-list li a {
  text-decoration: none;
  color: #6d7377;
  font-size: 16px;
}

.footer p {
  color: #6d7377;
  font-size: 16px;
}

@media screen and (max-width: 767.98px) {
  .footer-list li a {
    font-size: 15px;
  }

  .footer p {
    font-size: 15px;
  }

  .footer-list li {
    line-height: 18px;
  }
}


/* footer sec starts */
.footer-list {
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
}

.footer-list li {
  line-height: 20px;
}

.footer-list li a {
  text-decoration: none;
  color: #6d7377;
  font-size: 16px;
}

.footer p {
  color: #6d7377;
  font-size: 16px;
}

@media screen and (max-width: 767.98px) {
  .footer-list li a {
    font-size: 15px;
  }

  .footer p {
    font-size: 15px;
  }

  .footer-list li {
    line-height: 18px;
  }
}