
    *{
      font-family: 'Poppins', sans-serif;
    }
    label{
      font-weight: 300;
    }
    .btn{
      font-size: 15px;
      font-weight: 500;
    }
    .c-btn{
      color: #000;
      font-weight: 600;
    }
    .dark-btn{
      background-color: #7d7d9e;
      color: #fff;
      font-weight: 550;
    }
    .dark-btn:hover{
      background-color: #5e5e79;
      color: #fff;
      font-weight: 550;
    }
    .c-btn:hover{
      color: #000;
      font-weight: 600;
    }
    .hide-menu{
      font-weight: 600;
    }
    .card-w{
      margin-top: 20px;
      border-radius: 5px;
    }
.page-title-center{
  font-family: 'Poppins', sans-serif;
  font-weight: 550;
  margin-bottom:10px;
  text-align: center;
  font-size: 29px;
}
/*.offers .card{
  margin: auto;
  height: auto;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.card .offer-title{
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card .offer-des{
  font-size: 11px;

  overflow: hidden;
  width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.offer-img{
  width: 100%;
  margin-top: 0px;
  text-align: center;
  border-radius: 5px;
}
.offer-btn{
  margin-top: -10px;
  font-size: 15px;
  border-radius: 0px 0px 5px 5px;
}
.ul-review{
  display: inline-flex;
  margin-bottom: 5px;
}
.ul-review li{
  margin: 0px 21px 0px 21px;
  font-size: 15px;
  color: #fff;
  font-weight: 580;
}
.ul-review .stars{
  font-size: 12px;
}
*/
.shadow-white{
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}
.card{
  /*box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);*/
  animation: mymove 3s infinite;
}

/*@keyframes mymove {
  50% {box-shadow: 0px 0px 10px rgba(0, 255, 30, 0.90);}
}*/
.car:hover{
  box-shadow: 0px 0px 10px rgba(0, 255, 30, 0.50);
  cursor: pointer;
}
.shadow-green{
box-shadow: 0px 0px 10px #01d67685;
}
.shadow-dark{
box-shadow: 0px 0px 10px #7d7d9e93;
}
.hvcard{
margin: auto;
padding: 50px 10px;
color: #7d7d9e;
}
.cards-lev{
border-right: 2px solid #7d7d9e;
border-left: 2px solid #7d7d9e;
}



.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00d676 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.center-loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hvcard{
padding: 30px 10px;
margin: 10px;
height: 150px;
width: auto;
}
.hscard{
padding: 30px 10px;
margin: 10px;
height: 220px;
width: auto;
}
 .footer ul li{
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #7d7d9e;
  }
  .footer img{
    margin-top: 10px;
    text-align: center;
  }
  .footer a{
    color: #7d7d9e;
  }
  .center-img{
              width: 130px;
              height: 50px;
              margin: auto;
              align-items: center;
              z-index: 99999999999999;
              margin-top: 25px;
            }
  #main{ 
    border: 1px solid; 
    background: yellow; 
    width: 100%; 
    overflow: hidden; 
    } 
  
    .para{ 
    color: black; 
    font-weight: bold; 
    white-space: nowrap; 
    clear: both; 
    float: left; 
    }
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #293446;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #293446;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #293446;
}
   *{
      font-family: 'Poppins', sans-serif;
    }
    label{
      font-weight: 300;
    }
    .btn{
      font-size: 15px;
      font-weight: 500;
    }
    .c-btn{
      color: #000;
      font-weight: 600;
    }
    .dark-btn{
      background-color: #7d7d9e;
      color: #fff;
      font-weight: 550;
    }
    .dark-btn:hover{
      background-color: #5e5e79;
      color: #fff;
      font-weight: 550;
    }
    .c-btn:hover{
      color: #000;
      font-weight: 600;
    }
    .hide-menu{
      font-weight: 600;
    }
    .card-w{
      margin-top: 20px;
      border-radius: 5px;
    }
.page-title-center{
  font-family: 'Poppins', sans-serif;
  font-weight: 550;
  margin-bottom:10px;
  text-align: center;
  font-size: 29px;
}
/*.offers .card{
  margin: auto;
  height: auto;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.card .offer-title{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card .offer-des{
  font-size: 11px;
  overflow: hidden;
  width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.offer-img{
  width: 100%;
  margin-top: 0px;
  text-align: center;
  border-radius: 5px;
}
.offer-btn{
  margin-top: -10px;
  font-size: 15px;
  border-radius: 0px 0px 5px 5px;
}
.ul-review{
  display: inline-flex;
  margin-top: -10px;
  margin-bottom: 5px;
}
.ul-review li{
  margin: 0px 21px 0px 21px;
  font-size: 15px;
  color: #fff;
  font-weight: 580;
}
.ul-review .stars{
  font-size: 12px;
}*/
.shadow-white{
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}
/*.card{
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
  animation: mymove 3s infinite;
}
@keyframes mymove {
  50% {box-shadow: 0px 0px 10px rgba(0, 255, 30, 0.50);}
}
.card:hover{
  box-shadow: 0px 0px 10px rgba(0, 255, 30, 0.50);
  cursor: pointer;
}*/
.shadow-green{
box-shadow: 0px 0px 10px #01d67685;
}
.shadow-dark{
box-shadow: 0px 0px 10px #7d7d9e93;
}
.hvcard{
margin: auto;
padding: 50px 10px;
color: #7d7d9e;
}
.cards-lev{
border-right: 2px solid #7d7d9e;
border-left: 2px solid #7d7d9e;
}
@media screen and (max-width: 1000px) {
  .heicon{
    display: none;
  }
  .hetext{
    width: 100%;
  }
  .hetext .sentence{
    text-align: center;
  }
  .hecard{
    margin-bottom: 80px;
  }
  .offers{
    margin-bottom: 90px;
  }
  .card-login{
   margin: auto;
  }
  .cards-lev{
border-top: 2px solid #7d7d9e;
border-bottom: 2px solid #7d7d9e;
border-right: none;
border-left: none;
padding: 38px;
}
  /*.offers .card{
  width: 110px;
  margin: auto;
  height: auto;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.card .offer-title{
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  width: 95px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card .offer-des{
  font-size: 10px;
  overflow: hidden;
  width: 95px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.offer-img{
  width: 100%;
  margin-top: 0px;
  text-align: center;
  border-radius: 5px;
}
.ul-review{
  display: inline-flex;
  margin-bottom: 5px;
}
.ul-review li{
  margin: 0px 11px 0px 11px;
  font-size: 13px;
  color: #fff;
  font-weight: 580;
}
.ul-review .stars{
  font-size: 11px;
}*/
}
@media screen and (max-width: 411px) {
  .heicon{
    display: none;
  }
  .hetext{
    width: 100%;
  }
  .hetext .sentence{
    text-align: center;
  }
  .hecard{
    margin-bottom: 80px;
  }
  .offers{
    margin-bottom: 90px;
  }
  .card-login{
   margin: auto;
  }
  .cards-lev{
border-top: 2px solid #7d7d9e;
border-bottom: 2px solid #7d7d9e;
border-right: none;
border-left: none;
padding: 20px;
}
  /*.offers .card{
  width: 103%;
  margin: auto;
  height: auto;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.card .offer-title{
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  width: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card .offer-des{
  font-size: 9px;
  overflow: hidden;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.offer-img{
  width: 100%;
  margin-top: 0px;
  text-align: center;
  border-radius: 5px;
}
.ul-review{
  display: inline-flex;
  margin-bottom: 5px;
}
.ul-review li{
  margin: 0px 4px 0px 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 580;
}
.ul-review .stars{
  font-size: 10px;
  float: right;
}*/
}


.hvcard{
padding: 30px 10px;
margin: 10px;
height: 150px;
width: auto;
}
.hscard{
padding: 30px 10px;
margin: 10px;
height: 220px;
width: auto;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #293446;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #293446;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #293446;
}
.form-label{
    font-weight: 300;
    
}
/* Hide scrollbar for Chrome, Safari, and Opera */
.card-custom::-webkit-scrollbar {
  display: block;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.card-custom {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
