#treatit-popup {
  background-color: rgba(104, 14, 156, 0.7882352941);
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-body {
    padding: 0;
  }
}
#treatit-popup .pop-col {
  border-radius: 15px;
}
#treatit-popup .modal-header {
  justify-content: space-between;
  align-items: center;
}
#treatit-popup .modal-title {
  flex: 1;
  text-align: center;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-title {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup {
    padding-right: 0 !important;
  }
}
#treatit-popup .modal-content {
  border: none;
}
#treatit-popup .modal-content img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #treatit-popup .modal-content img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}
#treatit-popup .modal-content .popup-header h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #680E9C;
}
#treatit-popup .modal-content ul {
  min-height: 14rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #treatit-popup .modal-content ul {
    min-height: 16vh;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content ul {
    min-height: 7rem;
  }
}
#treatit-popup .modal-content ul .popup-text {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
#treatit-popup .modal-content ul .popup-text::marker {
  color: #550385;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content ul .popup-text {
    line-height: 1.9;
  }
}
#treatit-popup .modal-content .btn-popup {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content .btn-popup {
    width: 100%;
  }
}
#treatit-popup .modal-content .btn-book {
  width: 100%;
  background-color: #0065BD;
  color: #FFF;
  border: 1px solid #0065BD;
  filter: drop-shadow(5px 5px 12px #4BB7F1);
}
#treatit-popup .modal-content .btn-book:hover {
  transform: scale(1.02);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content .btn-book {
    width: 100%;
  }
}
#treatit-popup .modal-content .btn-eligibility {
  border: 1px solid #680E9C;
  width: 100%;
}
#treatit-popup .modal-content .btn-eligibility:hover {
  transform: scale(1.02);
  background: transparent;
  color: #680E9C;
}
#treatit-popup .modal-content .btn-whatsapp {
  background-color: #3BA72F;
  color: #FFF;
  border: 1px solid #3BA72F;
  filter: drop-shadow(5px 5px 12px #3BA72F);
  width: 100%;
}
#treatit-popup .modal-content .btn-whatsapp:hover {
  transform: scale(1.02);
}
#treatit-popup .modal-content .btn-whatsapp svg {
  width: 7%;
  margin-right: 5px;
}
#treatit-popup .modal-content .popup-btn-rightcol a, #treatit-popup .modal-content .popup-btn-leftcol a {
  text-decoration: none;
}
#treatit-popup .modal-content .middle-col h3 {
  margin-bottom: 23px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #treatit-popup .modal-content .popup-btn-rightcol {
    margin-top: 10px;
  }
}

#gold-pharmacy-popup {
  background-color: rgba(104, 14, 156, 0.7882352941);
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-body {
    padding: 0;
  }
}
#gold-pharmacy-popup .pop-col {
  border-radius: 15px;
}
#gold-pharmacy-popup .modal-header {
  justify-content: space-between;
  align-items: center;
}
#gold-pharmacy-popup .modal-title {
  flex: 1;
  text-align: center;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-title {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup {
    padding-right: 0 !important;
  }
}
#gold-pharmacy-popup .modal-content {
  border: none;
}
#gold-pharmacy-popup .modal-content img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #gold-pharmacy-popup .modal-content img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}
#gold-pharmacy-popup .modal-content .popup-header h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #680E9C;
}
@media (min-width: 1024px) {
#gold-pharmacy-popup .modal-content .popup-header .gold-pharmacy-card-two span {
  display: block;
 }
}
#gold-pharmacy-popup .modal-content ul {
  min-height: 14rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #gold-pharmacy-popup .modal-content ul {
    min-height: 16vh;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content ul {
    min-height: 7rem;
  }
}
#gold-pharmacy-popup .modal-content ul .popup-text {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
#gold-pharmacy-popup .modal-content ul .popup-text::marker {
  color: #550385;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content ul .popup-text {
    line-height: 1.9;
  }
}
#gold-pharmacy-popup .modal-content .btn-popup {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content .btn-popup {
    width: 100%;
  }
}
#gold-pharmacy-popup .modal-content .btn-book {
  width: 100%;
  background-color: #0065BD;
  color: #FFF;
  border: 1px solid #0065BD;
  filter: drop-shadow(5px 5px 12px #4BB7F1);
}
#gold-pharmacy-popup .modal-content .btn-book:hover {
  transform: scale(1.02);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content .btn-book {
    width: 100%;
  }
}
#gold-pharmacy-popup .modal-content .btn-eligibility {
  border: 1px solid #680E9C;
  width: 100%;
}
#gold-pharmacy-popup .modal-content .btn-eligibility:hover {
  transform: scale(1.02);
  background: transparent;
  color: #680E9C;
}
#gold-pharmacy-popup .modal-content .btn-whatsapp {
  background-color: #3BA72F;
  color: #FFF;
  border: 1px solid #3BA72F;
  filter: drop-shadow(5px 5px 12px #3BA72F);
  width: 100%;
}
#gold-pharmacy-popup .modal-content .btn-whatsapp:hover {
  transform: scale(1.02);
}
#gold-pharmacy-popup .modal-content .btn-whatsapp svg {
  width: 7%;
  margin-right: 5px;
}
#gold-pharmacy-popup .modal-content .popup-btn-rightcol a, #gold-pharmacy-popup .modal-content .popup-btn-leftcol a {
  text-decoration: none;
}
#gold-pharmacy-popup .modal-content .middle-col h3 {
  margin-bottom: 23px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #gold-pharmacy-popup .modal-content .popup-btn-rightcol {
    margin-top: 10px;
  }
}

#eligibility-popup {
  background-color: rgba(104, 14, 156, 0.7882352941);
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #eligibility-popup {
    padding-right: 0px !important;
  }
}
#eligibility-popup .header-title-col {
  margin-bottom: 35px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #eligibility-popup .header-title-col {
    margin-bottom: 0;
  }
}
#eligibility-popup .header-title-col .upper-title {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  color: #680E9C;
  font-weight: 600;
  margin: 0 0 8px 0;
  font-size: 17px;
}
#eligibility-popup .header-title-col .header-title {
  font-size: 25px;
  text-transform: capitalize;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  margin: 0;
  font-weight: 600;
}
#eligibility-popup .header-title-col .header-separater {
  display: block;
  width: 50px;
  border: 1px solid #680e9c;
  animation: separator-width 1s ease-out forwards;
}
#eligibility-popup .header-title-col .header-discription {
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}
#eligibility-popup input[type=date], #eligibility-popup input[type=email], #eligibility-popup input[type=number], #eligibility-popup input[type=password], #eligibility-popup input[type=search], #eligibility-popup input[type=tel], #eligibility-popup input[type=text], #eligibility-popup input[type=url], #eligibility-popup select, #eligibility-popup textarea {
  border: none;
  border-bottom: 1px solid #020202;
  border-radius: 0;
}
#eligibility-popup .wpcf7 form.invalid .wpcf7-response-output, #eligibility-popup .wpcf7 form.unaccepted .wpcf7-response-output, #eligibility-popup .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(255, 185, 0, 0);
  display: flex;
  justify-content: center;
  color: #ff1010;
  font-family: "Titillium Web";
  text-align: center;
  padding: 0;
  margin: 0;
}
#eligibility-popup .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(70, 180, 80, 0);
  display: flex;
  justify-content: center;
  color: #46b450;
  font-family: "Titillium Web";
  text-align: center;
  padding: 0;
  margin: 0;
}
#eligibility-popup .btn-eligible-started {
  width: auto;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  background-color: #0065BD;
  border: 1px solid #0065BD;
  filter: drop-shadow(5px 5px 12px #4BB7F1);
  color: white;
  padding: 10px 40px;
  display: flex;
  align-items: center;
}
#eligibility-popup .btn-eligible-started:hover {
  transform: scale(1.02);
}
#eligibility-popup select#condition {
    color: #7A7A7A;
}
#eligibility-popup .consent-row.form-check {
  display: flex;
  gap: 0px;
  justify-content: center;
  padding: 0 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
 #eligibility-popup .consent-row.form-check {
  padding: 0 10px;
	}
}
#eligibility-popup .form-check.consent-row p {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
#eligibility-popup .consent-row.form-check .form-check-input {
  font-family: "Titillium Web", sans-serif;
}
#eligibility-popup .consent-row.form-check .form-check-label {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
#eligibility-popup .confirm-text {
  font-weight: 500;
}
#eligibility-popup .agreement-text p {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
}
#eligibility-popup .agreement-text a {
  text-decoration: underline;
}
#eligibility-popup .wpcf7 form > div, #eligibility-popup .wpcf7 form > p {
  margin-bottom: 0;
}
#eligibility-popup .modal-body {
  margin-bottom: 20px;
}
button#eligibility-submit svg {
    padding: 0;
    display: inline;
    margin-left: -8px;
}
/* Popup Sent Overlay */
#loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #550385;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
