* {
  box-sizing: border-box;
  font-family: "Poppins", system-ui;
  margin: 0;
  text-align: none;
}

video {
  width: 100%;
}

.footer-cont{
    margin-top: 15px;
    text-align:center;
}
/* top header styles */
.top-head {
  background-color: #03426a;
  padding: 10px 0;
  border-bottom: 8px solid #770808;
}

.top-head h1 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.clone {
  display: none;
}

 .content{
      padding-top: 15px !important;
  }

.mob-visible {
  display: flex;
  width: 100%;
  gap: 10px;
}

.item-new img {
  width: 100%;
}

.item-new {}



/* hero sec css starts */
.hero-sec {
  padding: 30px 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: 442px;
}

.bbbLogoHead img {
  width: 25%;
}


/* note section starts */
.note p {
  font-size: 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;
}


/* 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 only screen and (max-width: 768px) {
  .top-head a h1{
      font-size: 16px !important;
  }
  .hero-main h1 {
    font-size: 28px;
    font-weight: 700;
}
 .footer-list {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .footer-list li a{
      font-size: 12px !important;
      font-weight: 600;
  }
  .footer p {
    color: #6d7377;
    font-size: 14px !important;
}

}

