/* fonts */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 {
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0374b6;
}

p {
  color: var(--lt-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

input:focus {
  outline: none;
}

.main_title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: "Apoc-Revelations-Trial";
  text-transform: uppercase;
}

.sub_title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  font-family: "Apoc-Revelations-Trial";
  text-transform: uppercase;
  margin-bottom: 7px;
}

.btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75;
  /* border-radius: 30px; */
  min-height: 55px;
  min-width: 187px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.body_wrapper {
  padding-top: 40px;
}

section {
  padding: 60px 0;
}
.accordion-button:focus {
  box-shadow: none;
}
/************* colors-start *************/
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #3b7d23;
  --dark_blue: #163e64;
  --dark_blue2: #0b3041;
  --lt_blue: #0b76a0;
  --bg_gray: #f6f6f6;
  --lt_gray: #e0e0e0;
  --lt_gray2: #fbfbfb;
  --lt_gray3: #828282;
}

/************* colors-end *************/

/************* fonts-start *************/

/************* fonts-end *************/

/* Social Links Top Start */
.social_links_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}

.social_links_top a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark_blue);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social_links_top a:hover {
  background: #3b7d23;
}

.social_links_top a img {
  filter: brightness(1);
  transition: all 0s ease;
}

.social_links_top a:hover img {
  filter: brightness(100);
}

/* Social Links Top End */

/* main section start */
.main_section {
  text-align: center;
}

.main_section h2.main_subtitle {
  font-size: 40px;
  color: var(--green);
  margin-bottom: 12px;
  text-align: left;
  padding-left: 20%;
  font-weight: 800;
}

.main_section h1 {
  font-size: 80px;
  color: var(--dark_blue);
  margin-bottom: 30px;
  font-weight: 500;
}
.main_section h1 b {
  font-weight: 700;
  font-size: 80px;
}

.main_section h2.main_secondary_desp {
  font-weight: 400;
  color: var(--lt_blue);
  margin-bottom: 60px;
  padding: 0 1%;
}

.main_box {
  background-color: var(--dark_blue2);
  padding: 25px 85px;
  border-radius: 48px;
}

.main_box h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.main_box ul {
  text-align: left;
}

.main_box ul li {
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 45px;
  text-align: left;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  display: inline-block;
}

.main_box_imgs {
  /* background-color: var(--white); */
  padding: 15px;
  /*max-width: calc(100% - 95px);*/
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* main section end */

/* Select Medications section start */
/* .select_meditation {
    background-color: var(--bg_gray);
} */

.select_meditation h2 {
  color: var(--green);
  margin-bottom: 20px;
  font-weight: bold;
  /*padding-top: 16px;*/
}

.select_meditation .sm_1 {
  padding-right: 23px;
}

.select_meditation .sm_1 input {
  margin-bottom: 40px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  height: 50px;
  border: 1px solid var(--green);
}

.select_meditation .sm_1 .find_medication {
  color: var(--black);
  font-weight: 600;
}
.select_meditation .sm_2 .green_box:not(:last-child) {
  margin-bottom: 25px;
}

.green_box {
  background-color: var(--green);
  padding: 24px;
  border-radius: 40px;
  /*box-shadow: 8px 8px 4px 0px #00000040;*/
  cursor: pointer;
  border: 10px solid #3b7d23 !important;
}

.green_box:hover {
  background-color: #235311;
  border-color: #235311 !important;
}
.green_box.active-border:hover {
  border-color: #0f9ed5 !important;
}

.green_box h2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.green_box ul {
  border-bottom: 1px solid var(--lt_gray);
  padding-bottom: 25px;
}

.green_box ul li {
  background-image: url(../images/white_check.svg);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-align: left;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
}

.green_box_bottom {
  margin-top: 20px;
}
.gbb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.gbb_wrap p {
  color: var(--white);
  font-size: 18px;
  width: 50%;
  text-align: center;
}
/* The cus_rad */
.cus_rad {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  cursor: pointer;
  font-size: 28px;
  color: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active-border {
  border: 10px solid #0f9ed5 !important;
  /*background-color: darkgreen;*/
}
/* Hide the browser's default radio button */
.cus_rad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cus_rad input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cus_rad .checkmark:after {
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: white;
}
.email_field {
  margin: 48px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.email_field input {
  display: block;
  padding: 10px 15px;
  height: 48px;
  border: 1px solid var(--green);
  /*width: calc(100% - 200px);*/
  width: 57%;
}
.payment_section {
  border-radius: 48px;
  background-color: var(--dark_blue2);
  padding: 25px;
}
.inner_payment_box {
  max-width: 554px;
  margin: 0 auto;
}
.inner_payment_box input {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  height: 48px;
  border: 1px solid var(--green);
}
.inner_payment_box textarea {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  border: 1px solid var(--green);
}
input.green_btn,
button.green_btn {
  padding: 5px 13px !important;
  background-color: var(--green);
  width: 100%;
  border: 1px solid var(--green);
  color: var(--white);
  font-size: 24px;
  transition: all 0.3s ease;
}
input.green_btn:hover,
button.green_btn:hover {
  background: #338914;
}
.inner_payment_box input.green_btn,
.inner_payment_box button.green_btn {
  margin: 10px 0 20px;
}
.inner_payment_box p {
  color: var(--white);
}
.payment_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.card_safety {
  padding: 4px 8px;
  /* background-color: var(--white); */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.total_amt {
  width: 160px;
  padding: 8px;
}
.total_amt p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--black);
}
.total_amt span {
  font-size: 18px;
  line-height: 1.4;
  color: var(--green);
}
.total_amt {
  background-color: var(--white);
  border: 1px solid var(--green);
  text-align: center;
}
.disclamer {
  margin-top: 50px;
}
.disclamer p {
  font-style: italic;
  color: var(--lt_blue);
  font-weight: 400;
}
/* Select Medications section end */

/* FAQ section start */
.faq {
  text-align: center;
}
.faq .container > h2 {
  color: var(--green);
  margin-bottom: 40px;
}
.faq .accordion-button:not(.collapsed) {
  background-color: var(--white);
}
.faq .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark_blue2);
  /* border: 1px solid var(--lt_gray); */
}
.faq .accordion-body {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: var(--lt_gray3);
}
.faq .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq .accordion-button::after {
  background-image: url("../images/plus.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg");
}
/* FAQ section end */

/* footer start */
footer {
  padding: 25px 0;
  /*border-top: 2px solid var(--green);*/
}
.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.footer_wrap p {
  font-size: 20px;
  font-weight: 500;
}
.footer_wrap p img {
  margin-right: 10px;
}
/* footer end */

.clr-1 {
  /* color: #215F9A; */
  color: #0a5779;
}
.clr-2 {
  color: #96dcf8;
}
.clr-3 {
  color: #0f9ed5;
}
.green-title {
  background: #3a7d22;
  color: #ffffff !important;
  padding: 10px 15px;
  margin-bottom: 36px;
}
.modal-1 .modal-content {
  background: #0b3041;
  border-radius: 48px;
}
.modal-1 .modal-title {
  color: #ffffff;
  width: 100%;
  padding: 0 40px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.modal-1 .btn-close {
  color: #ffffff;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.modal-1 {
  backdrop-filter: blur(2px);
}
.modal-1 .modal-header {
  border-style: none;
}
.footer_wrap a {
  color: inherit;
}
.modal-1 .btn-close:hover {
  background-color: var(--green);
}
.modal-backdrop.show {
  opacity: 0.2;
}

.inner_payment_box input {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  height: 48px;
  border: 1px solid var(--green);
}

.autocomplete-suggestions {
  text-align: left;
  border: 1px solid #999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.feedback-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #0f9ed5; /* Blue background */
  color: white !important; /* White text */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Rounded corners */
  border: none; /* No border */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.feedback-button img {
  margin-right: 8px; /* Space between icon and text */
}

.feedback-button:hover {
  background-color: var(--dark_blue2); /* Darker blue on hover */
}

.main_box_imgs img,
.card_safety img {
  height: 50px;
}
.main_box_imgs.dont_wry_img img {
  height: 100px;
}

.email-box {
  color: black;
  font-weight: 700;
}
/*find medication modal*/
.find_med_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.find_med_modal_content {
  background-color: #fefefe;
  margin: 8% auto;
  padding: 25px;
  border: 1px solid #888;
  width: 50%;
}

.find_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.find_close:hover,
.find_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.copyright_sec {
  margin-top: 20px;
}
.copyright_sec p {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.psi_text_res {
  display: none;
}
.dont_wry_img img {
  height: 100px;
}
.modal_heading_xl p {
  color: #fff;
  padding: 10px 20px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .psi_text_res {
    display: block;
  }
  .psi_text_desk {
    display: none;
  }
}

div#myModal .find_med_modal_content {
  border-radius: 25px;
  background-color: var(--dark_blue2);
  padding: 35px 25px;
  color: white;
  line-height: 35px;
  font-size: 20px;
}

div#myModal .find_med_modal_content ul {
  list-style: unset !important;
  padding-left: 25px;
}

/* New work */
#openModalBtn {
  text-decoration: underline;
}
#modal-1 .wpcf7-response-output {
  color: white;
  font-size: 19px;
}
h2.main_subtitle.psi_text_res.mob1 {
  padding: 0px !important;
  margin-bottom: 0;
}
.che-1 {
  display: block;
}
@media (max-width: 1365px) {
  .main_section h2.main_subtitle {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .email_field,
  .voucher_coupon_field {
    display: block !important;
  }
  .email_field input,
  .voucher_coupon_field input {
    margin-top: 20px;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #payment-form select {
    margin-bottom: 25px;
  }
  .sm_1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 509px) {
  .card_safety {
    width: 100%;
  }
  .card_safety img {
    height: 55px;
  }
  .total_amt {
    width: 100%;
  }
}
#modal-1 .inner_payment_box input {
  height: unset !important;
}
.blue-col {
  color: #33bcff;
  margin-bottom: 11px;
}

/**/
.active-border {
  border: 5px solid #0f9ed5;
  background-color: darkgreen;
}
.stripe-pay-form {
  width: 480px;
  margin: 20px 0;
}

.group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

label {
  position: relative;
  color: #8898aa;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}

.group label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325f;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.field::-webkit-input-placeholder {
  color: #cfd7e0;
}

.field::-moz-placeholder {
  color: #cfd7e0;
}

.stripe-pay-form > button {
  float: left;
  display: block;
  background-color: var(--green);
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

.stripe-pay-form > button:hover {
  background-color: darkgreen;
}

.stripe-pay-form > button:focus {
  background-color: darkgreen;
}

.stripe-pay-form > button:active {
  background-color: darkgreen;
}
.outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}
.error {
  display: none;
  font-size: 13px;
}
.error.visible {
  display: inline;
}

.error {
  color: #e4584c;
}
.inner_payment_box input {
  height: 37px !important;
}
.inner_payment_message {
  font-size: 30px;
  text-align: center;
  color: white;
  display: none;
}
button#payBtn {
  font-size: 19px !important;
}
.stripe-credit-card {
  color: white;
  font-size: 38px;
  padding: 0px 5px;
}
/* Absolute Center Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.center-container {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -50px;
}
.center-container img {
  width: 160px;
  height: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .center-container {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .center-container img {
    width: 100px;
  }
}

@media (max-width: 575px) {
  #modal-2 .modal-content1 p {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #modal-2 .modal-content1 p {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .green_box ul li {
    margin-bottom: 10px !important;
  }
  .gbb_wrap p {
    font-size: 14px;
  }
}

/*@media (max-width: 408px){
.cus_rad {
    font-size: 16px !important;
}
} 
@media (max-width: 378px){
.cus_rad {
    font-size: 15px !important;
}
}*/

@media (max-width: 362px) {
  .cus_rad {
    font-size: 12px !important;
  }

  .gbb_wrap p {
    font-size: 15px;
  }
}

@media (max-width: 315px) {
  .gbb_wrap p {
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  .gbb_wrap p {
    font-size: 12px;
  }
}

@media (max-width: 314px) {
  .cus_rad {
    font-size: 10px !important;
  }
}

@media (max-width: 1199px) {
  .cus_rad {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .find_med_modal_content {
    width: 95%;
  }
}

@media (max-width: 992px) {
  .hreport {
    width: 250px;
    margin: auto;
  }
  .hrreport {
    width: 230px;
    margin: auto;
  }
}

#authimg {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid #0b3041;
  border-radius: 20px;
  object-position: top;
}

.modal-content1 p {
  margin-bottom: 25px;
}
/*#authimg2 {
    margin-left: 111px;
}*/

.inline-text {
  color: #0b3041;
  font-weight: 450;
  font-size: 18px !important;
  padding-top: 10px;
}

.authuser {
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-text {
  color: #007bff;
  text-decoration: underline;
}

.main_box ul {
  list-style-type: none;
  padding: 0;
}

.main_box ul li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.main_box ul li .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.main_box ul li .icon + span {
  margin-left: 15px;
}

.modal-name {
  font-size: 30px;
  color: var(--dark_blue);
  margin-bottom: 30px;
  font-weight: 700;
}

.modal-border-box {
  border: 2px solid #163e64;
  padding: 30px;
  border-radius: 15px;
}

#modal-2 .modal-content {
  width: 95%;
  margin: auto;
  padding-right: 7%;
  padding-left: 7%;
}
#modal-2 .modal-list {
  font-size: 20px;
  font-weight: 400;
  color: #184065;
  /*list-style-image: url('https://www.psychedelicinteraction.com/wp-content/uploads/2024/07/Screenshot-from-2024-07-30-15-30-27.png');*/
}

#modal-2 .modal-content1 p {
  margin-bottom: 25px;
  font-weight: 400;
  /*  margin-top: 25px;*/
}
.modal-list span {
  padding-left: 15px;
}

.modal-2 .btn-close {
  color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.border-new {
  border-radius: 10px !important;
}
.loading-message {
  display: none;

  position: fixed;

  top: 60%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 999999;

  background: white;

  padding: 20px;

  border-radius: 5px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  font-size: 20px;

  text-align: center;
}

/* #menu-item-14235{
display:none !important;
} */

.form_wrapper_box .form-group input::placeholder,
.description_box .form-group textarea.form-control::placeholder {
  font-size: 13px;
  color: #aaa;
}

div#provider .modal-body {
  padding: 10px 30px;
}

.form_wrapper_box .form-group input:focus {
  outline: unset;
  box-shadow: unset;
}

.facebook,
.linkdin,
.youtube,
.instagram {
  display: none;
}
.form-group.full_row {
  grid-column: 1 / 4;
}
div#modal-1 .modal-dialog.modal-xl.modal-dialog-centered .modal-content {
  width: 100%;
}

div#modal-1 .modal-dialog.modal-xl.modal-dialog-centered {
  z-index: 999999;
}

div#modal-1 {
  z-index: 99999;
}

div#modal-2 {
  z-index: 99999;
}