body {
  margin: 0;
  background-color: #e6e6e6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#home {
  background-color: #0779e4;
}

.nav-link {
  color: white;
  font-weight: bold;
}

.nav-link:hover {
  color: rgb(255 226 23 / 90%) !important;
}

.nav-link.active {
  color: rgb(255 226 23 / 90%) !important;
}

/* .navbar-nav .nav-link.active{
    color: #fff !important;
} */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next .swiper-button-prev {
  background-color: transparent;
  font-size: 30px !important;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #a5a5a5;
  padding: 15px !important;
  border-radius: 3px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff;
  font-size: 30px !important;
}

.boxwidth {
  width: 70.666667%;
}

.form-group {
  margin-bottom: 15px;
}

.label-size {
  margin-bottom: 7px;
}

label {
  display: contents;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

#tac {
  margin-right: 4px;
}

#shareData {
  margin-right: 4px;
}



.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top: 8px solid #3498db;
  border-right: 8px solid #9b59b6;
  border-bottom: 8px solid #e74c3c;
  border-left: 8px solid #f1c40f;
  animation: spin 1.5s linear infinite;
  margin-bottom: 20px;
}

.loading-text {
  display: flex;
  font-size: 24px;
  color: #000000;
  letter-spacing: 2px;
  margin-left: 25px;
}

.loading-text span {
  animation: bounce 1.5s ease-in-out infinite;
}

.loading-text span:nth-child(1) { animation-delay: 0s; }
.loading-text span:nth-child(2) { animation-delay: 0.1s; }
.loading-text span:nth-child(3) { animation-delay: 0.2s; }
.loading-text span:nth-child(4) { animation-delay: 0.3s; }
.loading-text span:nth-child(5) { animation-delay: 0.4s; }
.loading-text span:nth-child(6) { animation-delay: 0.5s; }
.loading-text span:nth-child(7) { animation-delay: 0.6s; }
.loading-text span:nth-child(8) { animation-delay: 0.7s; }
.loading-text span:nth-child(9) { animation-delay: 0.8s; }
.loading-text span:nth-child(10) { animation-delay: 0.9s; }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.navbar-toggler {
  border: var(--bs-border-width) solid rgb(255 255 255);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.captchaBox{
  display: flex;
  border: 1px solid #7474743d;
  border-radius: 4px;
}

#captchaCodeVerifier{
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.generateCaptchaBtn{
  border: none;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fa-bars {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.redeem {
  padding: 3rem !important;
}

.helpdesk {
  padding: 3rem !important;
}

.captchabg {
  width: 45%;
}

.footerlogo {
  width: 10%;
}

.form-control:focus {
  box-shadow: none;
}

.nav-item{
  padding-left: 30px;
  padding-right: 30px;
}

.registrationBTN {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .redeem {
    padding: 1.5rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .helpdesk {
    padding: 1.5rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .footerlogo {
    width: 25%;
  }

  /* .swiper-slide img{
    height: 400px !important;
  } */

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .boxwidth {
    width: 100%;
  }

  .helpFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .col-md-2 {
    width: 16.66666667%;
  }

  .navbar-nav .nav-link.active {
    background-color: #fff;
    color: #0779e4 !important;
    padding-left: 10px;
    font-weight: bold;
  }

  .nav-item{
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-md-4 {
    width: 100% !important;
  }

  .captchabg {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 34.33333333%;
  }

  .captchabg {
    width: 100%;
  }
}
