* {
  padding: 0;
  margin: 0;
}
p {
  color: rgba(0, 0, 0, 1);
}
label {
  color: rgba(0, 0, 0, 1);
}

.faq-textxx p {
  font-family: Poppins;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 2.313rem;
  text-align: center;
}
/* body {
  overflow-x: hidden;
} */

.information ul {
  width: 83%;
  justify-content: space-between;
  display: flex;
}

.information ul li {
  list-style: none;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.contact-content .heading h1 {
  font-family: poppins;
  font-weight: 500;
  font-size: 1.125rem;
}

/* .more-information {
  margin: 100px 0 50px;
} */
.contact-content .more-information p {
  line-height: 1.125rem;
  margin-bottom: 50px;
  margin-top: 50px;
}
.contact-content .more-information p:nth-child(2) {
  line-height: 1.882rem;
}
.form-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact-form-container .contact-form .form-division {
  display: flex;
  align-items: center;
}

.contact-form-container .contact-form .form-division input {
  width: 100%;
  height: 50px;
  margin-top: 12px;
  padding: 21px;
  border-radius: 12px;
  outline: none;
  background-color: #fff;
  border: none;
}
.contact-form-container .contact-form .form-division label {
  width: 50%;
  margin: 0;
}

textarea {
  width: 100%;
  margin-top: 12px;
  height: 130px;
  padding: 21px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
}
.contact-content {
  margin: 37px 0 0;
}

.contact-form-container {
  background: rgba(227, 240, 255, 1);
  border-radius: 20px;
  padding: 0 29px;
}
.contact-form {
  background: rgba(227, 240, 255, 1);
  border-radius: 20px;
  padding-bottom: 8px;
}
.contact-form h2 {
  font-family: Playfair Display;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.captcha-container img {
  width: 43%;
}

.contact-form {
  padding-top: 10px;
}
.captcha-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 0 0;
}
.captcha-container button {
  font-family: Poppins;

  font-weight: 500;
  line-height: 30px;
  color: #fff;
  border: none;
  text-align: left;
  background: rgba(93, 186, 36, 1);
  padding: 10px;
  border-radius: 12px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.captcha-container button:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  text-decoration: none;
}
.faq-accordian {
  margin-top: 60px;
}

/* Responsiveness start css */

@media (max-width: 992px) {
  .form-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .faq-accordian {
    margin-top: 0;
  }
  .information ul {
    flex-direction: column;
  }
  .information {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.form-section .contact-section {
  padding: 0;
  margin: 0;
}

@media (max-width: 578px) {
  .contact-form-container .contact-form .form-division {
    display: block !important;
  }
  .contact-form-container .contact-form .form-division input {
    margin: 0 !important;
  }
  .contact-form-container .contact-form .form-division label {
    margin: 20px 0 !important;
  }
  textarea {
    margin-top: 0 !important;
  }
  .captcha-container img {
    width: 100%;
  }
  .faq-col {
    margin: 0;
    padding: 0;
  }
  .card-body {
    padding: 0 10px 30px;
  }
  .tab-button {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .captcha-container button {
    width: 44%;
  }
  .faq-textxx {
    padding: 0;
    margin-top: 95px;
}
}

  .faq-textxx p {
    font-family: Poppins;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
  }
  .contact-form {
    padding-bottom: 8px;
    padding-top: 15px;
  }
  .contact-form h2 {
    padding-top: 0;
  }
}

/* For Retina displays */
@media only screen and (min-resolution: 192dpi) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-banner-2x.png);
  }
}

/* For 4K and higher displays */
@media only screen and (min-resolution: 384dpi) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-banner-3x.png);
  }
}

@media (max-width: 700px) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-mobile.png);
    background-size: cover;
    background-position: center;
  }
}

input::placeholder {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(0, 0, 0, 0.2);
}
textarea::placeholder {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(0, 0, 0, 0.2);
}

@media (max-width:350px){
  .faq-textxx h1{
     margin: 0;
  }
  .faq-textxx p{
    margin: 0;
    font-size: 1.188rem;
  }
  .faq-textxx{
    margin: 0;
    
  }


}

@media (max-width:800px){
  .faq-textxx p{
    margin: 0;
    font-size: 1.188rem;
  }
}


.termss-content p {
    font-size: 1.25rem;
}

.termss-content ul li {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}