*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
p, li{
    color: #000;
}
.cell{
    background-color: #000;

}
.logo{
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hit{
    background-image: linear-gradient(180deg, #000000 0%, #8000FF 100%);
}
.hdrtxt { 
    font-size: 26px;
    margin-bottom: 25px;
	margin-top: 20px;
    color: #000;
}
.form {
font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	a { color: blue;
	 text-decoration: underline;}
	font-size: 16px;
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 360px;
  margin: 0 auto 10px;
  padding: 30px;
	padding-bottom: 10px;
	border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
font-family: Tahoma, Helvetica, sans-serif !important;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #ced4da;
  margin: 0 0 13px;
  padding: 11px;
  box-sizing: border-box;
  font-size: 15px;
}
::placeholder { color: #495057;}
.form button {
font-family: Tahoma, Helvetica, sans-serif !important;
  text-transform: uppercase;
  outline: 0;
  background: #000;
  width: 100%;
  border: 0;
  padding: 11px;
	border-radius: 5px;
	margin-top: 10px;
  color: white;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
	a { color: white;}
}
.form .message {
  margin: 5px 0 0;
  color: #000;
  font-size: 15px;
}
.form .message a {
  color: #000;
  text-decoration: underline;
}
.form .login-form button {
  margin-bottom: 10px;
}
#blinking-text {
  animation: blink 2s linear infinite;
}
@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}
.disclaimer {
    font-size: smaller;
	margin-top: 10px;
}
.forgot-password-link {
    color: #ffffff; 
}
.whatsapp-float {
position: fixed;
bottom: 10px;
right: 20px;
background-color: #FAC316;
color: #000;
text-align: center;
padding: 10px 25px;
margin-left: 20px;
border-radius: 30px;
text-decoration: none;
z-index: 9999;
}
.care{
    padding-top: 30px;
    padding-bottom: 30px;
}
  .faq-section {
    width: 100%;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #5400A7;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }

/* footer */
.get{
    background-color: #e6e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.get p{
    color: #000;
}
.get li{
    list-style: none;
    color: #000;
}
.sick{
    background-color: #3a3a3a;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sick p{
    color: #fff;
}
/* footer */


@media only screen and (max-width: 476px){
    .get ul{
        padding-left: 0px;
    }
    .sick p{
        text-align: center !important;
    }
    .faq-section{
        padding: 10px;
    }
    p{
        text-align: justify;
    }
}