.overflow-hidden {
  overflow: hidden;
}

.h-80 {
  height: 80px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gap-20 {
  gap: 20px;
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 40px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 40px;
  }
}

.pb-230 {
  padding-bottom: 230px;
}
@media (max-width: 767px) {
  .pb-230 {
    padding-bottom: 40px;
  }
}

.pb-sm-230 {
  padding-bottom: 230px;
}
@media (max-width: 470px) {
  .pb-sm-230 {
    padding-bottom: 150px;
  }
}
@media (max-width: 450px) {
  .pb-sm-230 {
    padding-bottom: 100px;
  }
}

.ps-25 {
  padding-left: 25px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-45 {
  padding: 45px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 40px;
  }
}

.gap-1 {
  gap: 4px;
}

.gap-12 {
  gap: 12px;
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.section_devider {
  height: 150px;
}
@media (max-width: 767px) {
  .section_devider {
    height: 40px;
  }
}

.gap-10 {
  gap: 10px;
}

.w-150 {
  width: 150px;
}

.btn-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 24px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #078280;
  border: 1px solid #078280;
  color: #ffffff;
}
.btn-3:hover {
  color: #ffffff;
}

.inner_page_banner {
  padding: 26px 0;
}
.inner_page_banner .inner_page_breadcrumb ul li:after,
.inner_page_banner .inner_page_breadcrumb ul li a {
  color: #ffffff;
}
.inner_page_banner h1.banner_title {
  font-family: "Poppins", system-ui;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 48px;
}
.inner_page_banner h1.banner_title span {
  font-weight: 500;
}
.inner_page_banner .innerpage_banner_content h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 20px;
}
.inner_page_banner .innerpage_banner_content ul {
  color: #ffffff;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.inner_page_banner .innerpage_banner_content ul li {
  padding-bottom: 6px;
  position: relative;
  margin-left: 0;
}
.inner_page_banner .innerpage_banner_content ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
  background-image: url("../images/check-white.png");
  background-size: contain;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .inner_page_banner .innerpage_banner_content ul li {
    margin-left: 5px;
  }
  .inner_page_banner .innerpage_banner_content ul li::before {
    left: -25px;
  }
}
.inner_page_banner .banner_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inner_page_banner .banner_buttons .btn-0 {
  background-color: #ffffff;
  color: #078280;
}
.inner_page_banner .banner_buttons .btn-1 {
  background-color: transparent;
  color: #ffffff;
}
.inner_page_banner .banner_buttons .btn-0,
.inner_page_banner .banner_buttons .btn-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 24px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.inner_page_banner .banner_buttons .btn-0:hover,
.inner_page_banner .banner_buttons .btn-1:hover {
  background-color: #078280;
  border: 1px solid #078280;
  color: #ffffff;
}
.inner_page_banner .book-appointmant {
  -webkit-backdrop-filter: blur(130px);
          backdrop-filter: blur(130px);
  border-radius: 20px;
  padding: 40px 56px;
  max-width: 410px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .inner_page_banner .book-appointmant {
    margin: 26px auto 0;
    padding: 20px;
    box-shadow: 0px 0px 4px #078280;
  }
}
.inner_page_banner .book-appointmant .form-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 22px;
  color: #1C1C1C;
}
.inner_page_banner .book-appointmant form label {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 6px;
  color: #1C1C1C;
}
.inner_page_banner .book-appointmant form input,
.inner_page_banner .book-appointmant form select,
.inner_page_banner .book-appointmant form textarea {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  color: #737373;
  background-color: #F9F9F9;
  width: 100%;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inner_page_banner .book-appointmant form input:focus-visible,
.inner_page_banner .book-appointmant form select:focus-visible,
.inner_page_banner .book-appointmant form textarea:focus-visible {
  outline: none;
}
.inner_page_banner .book-appointmant form input.wpcf7-submit,
.inner_page_banner .book-appointmant form select.wpcf7-submit,
.inner_page_banner .book-appointmant form textarea.wpcf7-submit {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #33B9AE;
  width: auto;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid #33B9AE;
  margin-bottom: 0;
}
.inner_page_banner .book-appointmant form input.wpcf7-submit:hover,
.inner_page_banner .book-appointmant form select.wpcf7-submit:hover,
.inner_page_banner .book-appointmant form textarea.wpcf7-submit:hover {
  border: 1px solid #078280;
  background-color: #078280;
}
.inner_page_banner .book-appointmant form select {
  background-image: url(../images/dropdown_select.png);
  background-repeat: no-repeat;
  background-position: 98%;
}
.inner_page_banner .book-appointmant form .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
}
.inner_page_banner .book-appointmant form p {
  margin-bottom: 0;
}

.about_testing_package .about_sub_title {
  color: #1C1C1C;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .about_testing_package .about_sub_title {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: initial;
  }
}
.about_testing_package .about_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.about_testing_package .about_title span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .about_testing_package .about_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
    margin-top: 30px;
  }
  .about_testing_package .about_title span {
    font-size: 24px;
  }
}
.about_testing_package .about_decs {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.about_testing_package .about_decs a {
  color: #078280;
}
.about_testing_package.vi_drip_testing .about_decs {
  color: #1C1C1C;
}

.why_choose_package .why_choose_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 10px;
}
.why_choose_package .why_choose_title span {
  color: #078280;
}
@media (max-width: 767px) {
  .why_choose_package .why_choose_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .why_choose_package .why_choose_title span {
    font-size: 24px;
  }
}
.why_choose_package .why_choose_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  max-width: 1080px;
  margin: 0 auto 50px;
}
.why_choose_package .why_choose_description a {
  color: #078280;
}
.why_choose_package .why_choose_services .service-box .why_choose_services_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #1C1C1C;
  margin-bottom: 5px;
  margin-top: 15px;
}
.why_choose_package .why_choose_services .service-box .why_choose_services_decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #737373;
}

.our_process {
  background-color: #F5F5F5;
  padding: 60px 0;
}
.our_process .our_process_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 10px;
}
.our_process .our_process_title span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .our_process .our_process_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .our_process .our_process_title span {
    font-size: 24px;
  }
}
.our_process .our_process_title.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .our_process .our_process_title.mb-50 {
    margin-bottom: 30px;
  }
}
.our_process .our_process_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.our_process .our_process_desc a {
  color: #078280;
}
.our_process .process-image-wrapper {
  padding-left: 40px;
  position: relative;
}
.our_process .process-image-wrapper img {
  border-radius: 20px;
}
.our_process .process-image-wrapper .book_now {
  background-color: #DAEFE5;
  color: #1C1C1C;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.our_process .process-image-wrapper .book_now a {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 24px;
  border: 2px solid #078280;
  background: #078280;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.our_process .process-image-wrapper .book_now::before {
  content: "";
  left: -55px;
  bottom: 55px;
  width: 78px;
  height: 78px;
  background-image: url(../images/docTool.png);
  position: absolute;
  background-size: contain;
}
@media (max-width: 767px) {
  .our_process .process-image-wrapper {
    padding-left: 0px;
    padding-top: 30px;
  }
  .our_process .process-image-wrapper .book_now {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
  }
  .our_process .process-image-wrapper .book_now a {
    width: 100%;
    text-align: center;
  }
  .our_process .process-image-wrapper .book_now::before {
    top: -55px;
    bottom: auto;
    left: calc(50% - 34px);
  }
  .our_process .process-image-wrapper img {
    width: 100%;
  }
}
.our_process .process-step-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 40px 0;
  padding-bottom: 0;
  padding-top: 0;
}
.our_process .process-step-wrapper .process-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.our_process .process-step-wrapper .process-step .step_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 5px;
}
.our_process .process-step-wrapper .process-step .step_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .our_process .process-step-wrapper .process-step {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .our_process .process-step-wrapper {
    margin-top: 30px;
    gap: 20px;
  }
}
.our_process .process-step-wrapper .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #078280;
  z-index: 0;
  transform: translateX(-50%);
}
.our_process .process-step-wrapper .left-step,
.our_process .process-step-wrapper .right-step {
  position: relative;
}
.our_process .process-step-wrapper .left-step .process-step,
.our_process .process-step-wrapper .right-step .process-step {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.our_process .process-step-wrapper .left-step .process-step .step_title,
.our_process .process-step-wrapper .right-step .process-step .step_title {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.our_process .process-step-wrapper .left-step .process-step .step_desc,
.our_process .process-step-wrapper .right-step .process-step .step_desc {
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
}
.our_process .process-step-wrapper .left-step::after,
.our_process .process-step-wrapper .right-step::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  transform: rotate(180deg);
}
.our_process .process-step-wrapper .left-step {
  text-align: right;
  padding-right: 60px;
  padding-bottom: 100px;
}
.our_process .process-step-wrapper .left-step::after {
  right: 0px;
  top: 40px;
  border-left-color: #078280;
}
.our_process .process-step-wrapper .left-step:last-child {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.our_process .process-step-wrapper .right-step {
  text-align: left;
  padding-left: 60px;
  padding-top: 100px;
}
.our_process .process-step-wrapper .right-step::after {
  left: 0px;
  top: 146px;
  border-right-color: #078280;
}
@media (max-width: 768px) {
  .our_process .process-step-wrapper .timeline-line {
    left: 20px;
  }
  .our_process .process-step-wrapper .left-step,
  .our_process .process-step-wrapper .right-step {
    text-align: left !important;
    padding: 0 20px 0 60px;
  }
  .our_process .process-step-wrapper .left-step::after {
    left: 36px;
    rotate: 180deg;
  }
  .our_process .process-step-wrapper .right-step::after {
    left: 35px;
    top: 36px;
  }
}
@media (max-width: 767px) {
  .our_process {
    padding: 40px 0;
  }
}

.packages_details .packages_details_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.packages_details .packages_details_title span {
  color: #078280;
}
@media (max-width: 767px) {
  .packages_details .packages_details_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .packages_details .packages_details_title span {
    font-size: 24px;
  }
}
.packages_details .packages_details_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.packages_details .packages_details_desc a {
  color: #078280;
}
.packages_details .packages_sub_heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 50px;
}
.packages_details .std-packages .slick-prev {
  background-image: url(../images/service_cara_left_arrow.png);
  left: -8px;
}
.packages_details .std-packages .slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #33B9AE;
  transition: 0.3s;
  top: 50%;
  z-index: 1;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.packages_details .std-packages .slick-arrow::before {
  display: none;
}
.packages_details .std-packages .slick-next {
  background-image: url(../images/service_cara_right_arrow.png);
  left: auto;
  right: -8px;
}
@media (max-width: 767px) {
  .packages_details {
    padding: 40px 0;
  }
  .packages_details .std-packages {
    margin-bottom: 40px;
  }
  .packages_details .packages_sub_heading {
    margin-top: 30px;
  }
  .packages_details .std-packages .slick-prev {
    left: 35%;
  }
  .packages_details .std-packages .slick-arrow {
    top: auto;
    bottom: -80px;
  }
  .packages_details .std-packages .slick-next {
    left: auto;
    right: 35%;
  }
}

.package-card {
  border-radius: 20px;
  overflow: hidden;
  height: 368px;
}
.package-card .package-header {
  background-color: #DAEFE5;
  padding: 20px;
  cursor: pointer;
}
.package-card .package-header .package-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin: 0;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-card .package-body {
  padding: 20px;
  padding-right: 0;
  background: #F5F5F5;
  cursor: pointer;
}
.package-card .package-body .package-body-scroll {
  height: 190px;
  overflow-y: auto;
}
.package-card .package-body .package-body-scroll::-webkit-scrollbar {
  width: 1px;
}
.package-card .package-body .package-body-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.package-card .package-body .package-body-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.package-card .package-body .package-subheadding {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
}
.package-card .package-body ul {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.package-card .package-body ul li {
  width: 42%;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 21px;
}
.package-card .package-body ul li::marker {
  color: #33B9AE;
}
@media (max-width: 450px) {
  .package-card .package-body ul li {
    margin-left: 20px;
    width: 100%;
  }
}
.package-card .package-footer {
  padding: 20px;
  border-top: 1px solid #DAEFE5;
  background: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .hiv-packages .col-md-4 {
    margin-bottom: 30px;
  }
  .hiv-packages .col-md-4:last-child {
    margin-bottom: 0px;
  }
}

.our_facilities .our_facilities_heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.our_facilities .our_facilities_heading span {
  color: #078280;
}
@media (max-width: 767px) {
  .our_facilities .our_facilities_heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .our_facilities .our_facilities_heading span {
    font-size: 24px;
  }
}
.our_facilities .our_facilities_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.our_facilities .our_facilities_description a {
  color: #078280;
}
.our_facilities .facility-item {
  border-radius: 20px;
  padding: 40px 20px;
  width: calc(33.33% - 20px);
}
.our_facilities .facility-item .facility-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
  margin: 40px auto 5px;
}
.our_facilities .facility-item .facility-item-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.our_facilities .facility-item.facility-item-1 {
  background: #FFF5EE;
}
.our_facilities .facility-item.facility-item-2 {
  background: #F1F5E8;
}
.our_facilities .facility-item.facility-item-3 {
  background: #F8EFFF;
}
@media (max-width: 767px) {
  .our_facilities .facility-item {
    width: 100%;
  }
}

.about-me-section {
  position: relative;
}
.about-me-section .about_me_subtitle {
  color: #1C1C1C;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .about-me-section .about_me_subtitle {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: initial;
  }
}
.about-me-section .about_me_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.about-me-section .about_me_title span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .about-me-section .about_me_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .about-me-section .about_me_title span {
    font-size: 24px;
  }
}
.about-me-section .about_me_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.about-me-section .about_me_description a {
  color: #078280;
}
.about-me-section .cta-section {
  position: absolute;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  top: auto;
  bottom: -18%;
  right: -15px;
  left: auto;
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 767px) {
  .about-me-section .cta-section {
    position: relative;
    margin: 30px auto;
    width: 50%;
    left: auto;
    right: auto;
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 540px) {
  .about-me-section .cta-section {
    width: 100%;
  }
}
.about-me-section .cta-section .cta_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin: 0px;
  text-align: left;
}
.about-me-section .cta-section .cta_content {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.about-me-section .cta-section .cta_contact a {
  color: #1C1C1C;
  text-decoration: none;
}
.about-me-section.vi-drip {
  background-color: #F5F5F5;
}
.about-me-section.vi-drip .about_me_description {
  color: #1C1C1C;
  font-weight: 400;
}
.about-me-section .image-wrapper img {
  max-height: 455px;
  -o-object-fit: contain;
     object-fit: contain;
}

.progressDiv {
  width: 20%;
  background: #fcfcfc;
  position: relative;
  display: inline-block;
}

.progress-pie-chart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
  margin: 0 auto;
}
.progress-pie-chart.gt-50 {
  background-color: #078280;
}

@media (max-width: 767px) {
  .progress-pie-chart {
    margin-top: 30px;
  }
  .cta_percentage_text {
    text-align: center;
    display: block;
    margin-top: 8px;
  }
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  clip: rect(0, 50px, 50px, 25px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  clip: rect(0, 25px, 50px, 0);
  background: #078280;
  transform: rotate(60deg);
}

.gt-50 .ppc-progress {
  clip: rect(0, 25px, 50px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 50px, 50px, 25px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  width: 43.45px;
  height: 43.45px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
}

.cta-percentage .cta_percentage_text {
  font-size: 12px;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.std_symptoms {
  background-color: #F5F5F5;
}
.std_symptoms .std-symptoms-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.std_symptoms .std-symptoms-heading span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .std_symptoms .std-symptoms-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .std_symptoms .std-symptoms-heading span {
    font-size: 24px;
  }
}
.std_symptoms .std-symptoms-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.std_symptoms .std-symptoms-description a {
  color: #078280;
}
.std_symptoms .std-symptoms-subheading {
  color: #1C1C1C;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.std_symptoms .symptoms-description {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
}
.std_symptoms .symptoms-description .std-symptoms-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #1C1C1C;
}
.std_symptoms .symptoms-description .std-symptoms-description a {
  color: #078280;
}

.std-symptoms-list,
.risk-points,
.safe_practices_points {
  margin-bottom: 0;
}
.std-symptoms-list li,
.risk-points li,
.safe_practices_points li {
  padding-bottom: 5px;
  position: relative;
  margin-left: 0;
  list-style: none;
  color: #1C1C1C;
  font-size: 14px;
}
.std-symptoms-list li::before,
.risk-points li::before,
.safe_practices_points li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url(../images/primary-check.png);
  height: 18px;
  width: 18px;
  background-position: center;
  background-size: contain;
}

.about_testing_package {
  margin-bottom: 0;
}
.about_testing_package ul li {
  padding-bottom: 5px;
  position: relative;
  margin-left: 0;
  list-style: none;
  color: #1C1C1C;
  font-size: 14px;
}
.about_testing_package ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url(../images/primary-check.png);
  height: 18px;
  width: 18px;
  background-position: center;
  background-size: contain;
}
.about_testing_package ul br {
  display: none;
}

.risk_assessment .risk_assessment_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.risk_assessment .risk_assessment_title span {
  color: #078280;
  font-size: 40px;
}
.risk_assessment .risk_assessment_content {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.risk_assessment .risk_assessment_content a {
  color: #078280;
}
@media (max-width: 767px) {
  .risk_assessment {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .risk_assessment .risk_assessment_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .risk_assessment .risk_assessment_title span {
    font-size: 24px;
  }
}

.safe_practices .safe_practices_main_heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.safe_practices .safe_practices_main_heading span {
  color: #078280;
  font-size: 40px;
}
.safe_practices .safe_practices_main_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}
.safe_practices .safe_practices_main_desc a {
  color: #078280;
}
.safe_practices .safe_practices_sub_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
}
.safe_practices .safe_practices_description {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 0;
}
.safe_practices .safe_practices_description a {
  color: #1C1C1C;
}
.safe_practices .safe_practices_column_one_image {
  margin-top: 20px;
  border-radius: 20px;
}
.safe_practices .safe_practices_column_two_image {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.safe_practices .safe_practices_column_three_image {
  margin-bottom: 20px;
  border-radius: 20px;
}

.faq-section {
  background-color: #F5F5F5;
}
.faq-section .faq_sub_heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1C1C1C;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
.faq-section .faq_heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.faq-section .faq_heading span {
  color: #078280;
  font-size: 40px;
}
.faq-section .faq_content {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #737373;
  margin-bottom: 0;
}
.faq-section .faq_content a {
  color: #1C1C1C;
}
.faq-section .faq_cta_section {
  padding: 20px;
  max-width: 400px;
  background-color: #ffffff;
  background-image: url(../images/docToolBG.png);
  background-repeat: no-repeat;
  background-position: top right;
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-top: 20px;
}
.faq-section .faq_cta_section .faq_cta_description {
  font-size: 14px;
  color: #737373;
  font-weight: 500;
}
.faq-section .faq_cta_contact {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-section .faq_cta_contact a {
  color: #1C1C1C;
  text-decoration: none;
}
.faq-section .accordion_wrapper .accordion-card {
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq-section .accordion_wrapper .accordion-card:last-child {
  border-bottom: 0px solid rgba(115, 115, 115, 0.2);
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.faq-section .accordion_wrapper .accordion-card .accordion-header {
  padding: 0;
}
.faq-section .accordion_wrapper .accordion-card .accordion-header button {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 27px;
  color: #1C1C1C;
  padding: 0;
  width: 100%;
  background: transparent;
  text-align: left;
  text-decoration: none;
  background-image: url(../images/minus.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.faq-section .accordion_wrapper .accordion-card .accordion-header button:focus-visible, .faq-section .accordion_wrapper .accordion-card .accordion-header button:focus {
  outline: none;
}
.faq-section .accordion_wrapper .accordion-card .accordion-header button.collapsed {
  background-image: url(../images/plus.png);
}
.faq-section .accordion_wrapper .accordion-card .accordion-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  margin-top: 15px;
}
.faq-section.iv_drip_faq .faq_cta_section {
  background-color: #F5F5F5;
}
.faq-section .overflow-y-scroll {
  overflow-y: scroll;
  max-height: 450px;
}
.faq-section .overflow-y-scroll::-webkit-scrollbar {
  width: 1px;
}
.faq-section .overflow-y-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.faq-section .overflow-y-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.testimonials {
  background-image: url(../images/testimonial_frame.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials .testimonial_heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.testimonials .testimonial_heading span {
  color: #078280;
  font-size: 40px;
}
.testimonials .testimonial_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  margin-bottom: 0;
  text-align: center;
}
.testimonials .testimonial_description a {
  color: #1C1C1C;
}
.testimonials .slick-dots {
  display: none !important;
}
.testimonials .testimonial_card {
  border: 1px solid rgba(115, 115, 115, 0.2);
  padding: 40px 0 40px 40px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
.testimonials .testimonial_card .patient_description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 0px;
  max-height: 116px;
  padding-right: 40px;
  overflow-y: auto;
}
.testimonials .testimonial_card .patient_description::-webkit-scrollbar {
  width: 1px;
}
.testimonials .testimonial_card .patient_description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.testimonials .testimonial_card .patient_description::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.testimonials .testimonial_card .patient_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1C1C1C;
}
.testimonials .testimonial_card .patient_cat {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}
.testimonials .testimonial_card .patient_title {
  text-align: center;
  height: 58px;
  width: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #DAEFE5;
  border-radius: 50%;
  color: #078280;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.testimonials .testimonial_card .patient_author {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-right: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(115, 115, 115, 0.2);
}

@media (max-width: 767px) {
  .risk-points {
    margin-top: 20px;
  }
  .std-symptoms-list {
    margin-bottom: 20px;
  }
  .testimonials .testimonial_card {
    padding: 20px 0 20px 20px;
  }
  .testimonials .testimonial_card .patient_description {
    padding-right: 20px;
  }
  .testimonials .testimonial_card .patient_author {
    margin-right: 20px;
  }
  .safe_practices .safe_practices_column_two_image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .safe_practices .safe_practices_column_two_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .accordion_wrapper {
    margin-top: 20px;
  }
}
.hero-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
  margin-bottom: 20px;
}
.hero-heading span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .hero-heading {
    font-size: 24px;
    line-height: initial;
  }
  .hero-heading span {
    font-size: 24px;
  }
}

.ivDrip-table-section {
  background-color: #F5F5F5;
}
.ivDrip-table-section .ivDrip-table-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #737373;
}
.ivDrip-table-section .table-container {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.ivDrip-table-section .table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
}
.ivDrip-table-section .table-container table th,
.ivDrip-table-section .table-container table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
.ivDrip-table-section .table-container table th {
  background-color: #DAEFE5;
  color: #1C1C1C;
  font-weight: 600;
}
.ivDrip-table-section .table-container table td {
  color: #737373;
}
.ivDrip-table-section .table-container table tr:last-child td {
  border-bottom: none;
}
.ivDrip-table-section .table-container table tr td:first-child {
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .ivDrip-table-section .table-container table,
  .ivDrip-table-section .table-container th,
  .ivDrip-table-section .table-container td {
    font-size: 14px;
  }
}

.ivDrip-packages-Prices .nav-tabs {
  border-bottom: none;
  margin: 0px;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  .ivDrip-packages-Prices .nav-tabs {
    justify-content: center;
  }
}
.ivDrip-packages-Prices .nav-tabs .nav-item {
  padding: 12px;
  border-radius: 12px;
  background-color: #F5F5F5;
  cursor: pointer;
  margin: 0;
}
.ivDrip-packages-Prices .nav-tabs .nav-item.active {
  color: #ffffff;
  background-color: #078280;
}
.ivDrip-packages-Prices .nav-tabs .nav-item.active .nav-link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .ivDrip-packages-Prices .nav-tabs .nav-item {
    width: calc(50% - 10px);
  }
}
.ivDrip-packages-Prices .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #1C1C1C;
  text-transform: capitalize;
  padding: 0px;
  text-decoration: none;
  border: none;
  background-color: transparent;
  margin: 0px;
}
@media (max-width: 767px) {
  .ivDrip-packages-Prices .nav-tabs .nav-item .nav-link {
    flex-direction: column;
    gap: 7px;
    line-height: initial;
  }
}
@media (max-width: 450px) {
  .ivDrip-packages-Prices .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ivDrip-packages-Prices .nav-tabs .nav-item .nav-link img {
    width: 40px;
    height: 40px;
  }
}
.ivDrip-packages-Prices .iv_drip_details .card {
  border-radius: 20px;
  background-color: #F5F5F5;
  border: none;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-img-top {
  padding: 10px 10px 0;
  height: 244px;
  width: 100%;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-img-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  background-color: #ffffff;
  border-radius: 20px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-img-top .strip_sec {
  position: relative;
  top: -30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  padding-block: 4px;
  height: 26px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-body {
  background-color: #F5F5F5;
  padding: 10px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-body a {
  color: #078280;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-body .card-title {
  font-weight: 700;
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 0px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-body .card-text {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0px;
  margin-top: 12px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-footer {
  background-color: #F5F5F5;
  border-radius: 0 0 20px 20px;
  border-top: 3px solid #ffffff;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-footer img {
  height: 30px;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-footer .footer-icon {
  border-right: 1px solid #737373;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-footer a {
  text-decoration: none;
}
.ivDrip-packages-Prices .iv_drip_details .card .card-footer p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0px;
}
.ivDrip-packages-Prices .modal-open .modal {
  display: flex !important;
  height: 100%;
}
.ivDrip-packages-Prices .modal-open .modal .modal-dialog {
  margin: auto;
}

.experience_iv_drip_section {
  position: relative;
  background-color: #F5F5F5;
}
.experience_iv_drip_section::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 420px;
  height: 570px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media (max-width: 991px) {
  .experience_iv_drip_section::before {
    width: 412px;
    background-size: contain;
    background-position: center bottom;
    opacity: 0.2;
    background-repeat: no-repeat;
  }
}
@media (max-width: 420px) {
  .experience_iv_drip_section::before {
    width: 100%;
  }
}
.experience_iv_drip_section p {
  color: #1C1C1C;
}

.package-model {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.package-model .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0px;
}
.package-model .close-top {
  background: transparent;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 30px;
  padding: 0;
}
.package-model .package-modal-header {
  padding: 20px 20px 0;
  border-bottom: 0px solid transparent;
}
.package-model .package-modal-header .package-title {
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C;
}
.package-model .package-modal-header .close,
.package-model .package-modal-header .close span {
  font-size: 24px;
  color: #1C1C1C;
}
.package-model button:focus {
  outline: none;
}
.package-model .package-body,
.package-model .package-footer {
  background-color: #ffffff;
}

#viDriplargeModal .modal-header .close {
  font-size: 34px;
}
#viDriplargeModal .modelTitle {
  font-size: 24px;
  color: #1C1C1C;
  font-weight: 700;
}
#viDriplargeModal .modelSubContent {
  font-size: 14px;
  color: #078280;
  font-weight: 500;
}
#viDriplargeModal .modal-footer .row a {
  text-decoration: none;
  color: #1C1C1C;
  font-size: 14px;
}
#viDriplargeModal .footer-icon {
  border-right: 1px solid #737373;
}

.benifits_of_iv_drip ul {
  list-style-type: none;
  margin-bottom: 0;
}
.benifits_of_iv_drip ul li {
  padding-block: 8px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.benifits_of_iv_drip ul li:before {
  content: "";
  background-image: url(../images/checkbox.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 6px;
  position: absolute;
  z-index: 1;
}
.benifits_of_iv_drip ul br {
  display: none !important;
}
.benifits_of_iv_drip .therapy-result .why_love {
  padding-left: 20px;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_title {
  padding: 24px;
  margin-left: 100px;
  margin-right: 24px;
  border: 10px solid rgba(7, 130, 128, 0.2);
  border-radius: 20px;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 20px;
  background: #ffffff;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc {
  border: 10px solid rgba(7, 130, 128, 0.2);
  border-radius: 20px;
  margin-right: 100px;
  margin-left: 24px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  z-index: 0;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc .why_love_list {
  padding: 24px;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc ul {
  height: 325px;
  padding-left: 24px;
  overflow-y: auto;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc ul::-webkit-scrollbar {
  width: 2px;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc .drip_icon {
  width: 100px;
  height: 100px;
  background: #078280;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: absolute;
  left: -60px;
  top: -60px;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc .user-image {
  background: rgba(7, 130, 128, 0.2);
  padding: 16px;
  border-radius: 50%;
  width: 162px;
  height: 162px;
  position: absolute;
  right: -110px;
  bottom: -80px;
  z-index: -1;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc .user-image:before {
  content: "";
  background: #ffffff;
  width: 90px;
  height: 90px;
  top: -8px;
  left: -38px;
  position: absolute;
}
.benifits_of_iv_drip .therapy-result .why_love .why_love_desc .user-image img {
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.benifits_of_iv_drip .therapy-result .why_love .dash-border {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  right: 80px;
  z-index: -1;
  border-left: 5px dashed rgba(7, 130, 128, 0.2);
}
.benifits_of_iv_drip .therapy-result .why_love .dash-border-curv {
  position: absolute;
  width: 190px;
  height: 100px;
  left: 30px;
  top: 40px;
  z-index: -1;
  border-top: 5px dashed rgba(7, 130, 128, 0.2);
  border-left: 5px dashed rgba(7, 130, 128, 0.2);
  border-radius: 20px;
}
@media (max-width: 450px) {
  .benifits_of_iv_drip .therapy-result .why_love .why_love_title {
    font-size: 16px;
    padding: 16px;
    margin-left: 40px;
    margin-right: 0px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc {
    font-size: 14px;
    padding: 0px;
    margin-right: 40px;
    margin-left: 0px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc .why_love_list {
    padding: 16px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc .why_love_list ul {
    height: 100%;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc .drip_icon {
    width: 60px;
    height: 60px;
    padding: 16px;
    left: -40px;
    top: -40px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc .user-image {
    width: 100px;
    height: 100px;
    padding: 8px;
    right: -50px;
    bottom: -40px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .why_love_desc .user-image:before {
    width: 60px;
    height: 60px;
    top: 0px;
    left: -10px;
  }
  .benifits_of_iv_drip .therapy-result .why_love .dash-border {
    right: 30px;
  }
}
.benifits_of_iv_drip .therapy-result .cases_include {
  padding-right: 20px;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_title {
  padding: 24px;
  margin-right: 100px;
  margin-left: 24px;
  border: 10px solid rgba(7, 130, 128, 0.2);
  border-radius: 20px;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 20px;
  background: #ffffff;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc {
  border: 10px solid rgba(7, 130, 128, 0.2);
  border-radius: 20px;
  margin-left: 100px;
  margin-right: 24px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  z-index: 0;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .why_love_list {
  padding: 24px;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc ul {
  height: 325px;
  padding-left: 24px;
  overflow-y: auto;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc ul::-webkit-scrollbar {
  width: 2px;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .drip_icon {
  width: 100px;
  height: 100px;
  background: #078280;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: absolute;
  right: -60px;
  top: -60px;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .user-image {
  background: rgba(7, 130, 128, 0.2);
  padding: 16px;
  border-radius: 50%;
  width: 162px;
  height: 162px;
  position: absolute;
  left: -110px;
  bottom: -80px;
  z-index: -1;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .user-image:before {
  content: "";
  background: #ffffff;
  width: 90px;
  height: 90px;
  top: -8px;
  right: -38px;
  position: absolute;
}
.benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .user-image img {
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.benifits_of_iv_drip .therapy-result .cases_include .dash-border {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 80px;
  z-index: -1;
  border-left: 5px dashed rgba(7, 130, 128, 0.2);
}
.benifits_of_iv_drip .therapy-result .cases_include .dash-border-curv {
  position: absolute;
  width: 190px;
  height: 100px;
  right: 30px;
  top: 40px;
  z-index: -1;
  border-top: 5px dashed rgba(7, 130, 128, 0.2);
  border-right: 5px dashed rgba(7, 130, 128, 0.2);
  border-radius: 20px;
}
@media (max-width: 450px) {
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_title {
    font-size: 16px;
    padding: 16px;
    margin-right: 40px;
    margin-left: 0px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc {
    font-size: 14px;
    padding: 0px;
    margin-left: 40px;
    margin-right: 0px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .why_love_list {
    padding: 16px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .why_love_list ul {
    height: 100%;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .drip_icon {
    width: 60px;
    height: 60px;
    padding: 16px;
    right: -40px;
    top: -40px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .user-image {
    width: 100px;
    height: 100px;
    padding: 8px;
    left: -50px;
    bottom: -40px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .why_love_desc .user-image:before {
    width: 60px;
    height: 60px;
    top: 0px;
    right: -10px;
  }
  .benifits_of_iv_drip .therapy-result .cases_include .dash-border {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .benifits_of_iv_drip.pb-150 {
    padding-bottom: 150px;
  }
}

@media (max-width: 992px) {
  .gap-100 {
    gap: 100px;
  }
}
.even {
  background-color: #f5f5f5 !important;
}

.odd {
  background-color: #fff !important;
}

.inner_heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin-top: 0px;
}
.inner_heading span {
  color: #078280;
  font-size: 40px;
}
@media (max-width: 767px) {
  .inner_heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: initial;
  }
  .inner_heading span {
    font-size: 24px;
  }
}

.bg_btn a {
  color: #078280 !important;
}

.inner_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  max-width: 1080px;
}
.inner_description a {
  color: #078280;
}

.text-inherit {
  color: inherit !important;
}

.service_types a {
  color: #078280;
}
.service_types a:hover, .service_types a:focus {
  text-decoration: none;
}
.service_types .fw-bold {
  font-weight: 600;
}
.service_types .cart-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
}
.service_types .service-card {
  margin-bottom: 1rem;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 1rem;
  min-height: 300px;
}
.service_types .service-card img {
  width: 80px;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
}
.service_types .bg-light {
  background-color: #f5f5f5 !important;
}
.service_types .bg-white {
  background-color: #F9F9F9 !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.process-step-wrapper {
  gap: 20px !important;
}
.process-step-wrapper .step_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 0;
}
.process-step-wrapper .step_desc br {
  display: none;
}
.process-step-wrapper .step_desc ul {
  margin-bottom: 0;
}
.process-step-wrapper .step_desc ul li {
  padding-bottom: 5px;
  position: relative;
  margin-left: 0;
  list-style: none;
}
.process-step-wrapper .step_desc ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url(../images/dubbal_angle.svg);
  height: 18px;
  width: 18px;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .hiv-test-dubai h2,
  .std-clinic-dubai h2 {
    font-size: 32px !important;
  }
  .hiv-test-dubai h2 span,
  .std-clinic-dubai h2 span {
    font-size: 32px !important;
  }
  .hiv-test-dubai h2 span br,
  .std-clinic-dubai h2 span br {
    display: none;
  }
}
.rounded-20 {
  border-radius: 20px !important;
}

.primary-menu .sub-menu .sub-menu {
  overflow-x: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.primary-menu .sub-menu .sub-menu::-webkit-scrollbar {
  width: 5px;
}
.primary-menu .sub-menu .sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.primary-menu .sub-menu .sub-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}/*# sourceMappingURL=lms-style.css.map */