.heading__link,
a,
a:hover {
  text-decoration: none;
}
#topbar,
.back-to-top {
  height: 40px;
  z-index: 996;
}
.back-to-top,
.navbar .dropdown ul {
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}
.back-to-top.active,
.navbar .dropdown:hover > ul,
.navbar-mobile .dropdown ul {
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.col-md-2.col-sm-12.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 20.666667% !important;
  max-width: 20.666667% !important;
}
#hero,
#preloader,
.gallery,
.navbar-mobile,
.test-list p,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
section {
  overflow: hidden;
}
.panel-card-text,
.test-list p {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@font-face {
  font-family: MrDafoe;
  src: url("https://fonts.googleapis.com/css?family=Cedarville+Cursive");
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}
#footer .footer-top .footer-info p,
.counts .count-box p,
.navbar a,
.navbar a:focus,
.pricing .btn-buy,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
}
#footer .footer-top .footer-links ul a:hover,
.counts .count-box a:hover,
.departments .nav-link.active h4,
.departments .nav-link:hover h4,
.doctors .member .social a:hover,
.faq .faq-list .collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar a:hover,
.navbar li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
.services .title a:hover,
a {
  color: #007bff;
}
a:hover {
  color: #f77129;
}
.content,
header .row {
  display: contents;
}
#navbar {
  display: flex;
  justify-content: end;
}
.navbar-mobile .dropdown > .dropdown-active,
.web-buttons {
  display: block;
}
.fa-bars,
.faq .faq-list .icon-show,
.mobilebtns,
.test-list h1 {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}
#paratestfaqs {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
}
.mobile-time.d-flex {
  display: none !important;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007bff;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader;
}
#shadow-host-companion {
  padding: 0 !important;
}
.slider-parent {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  margin-top: 170px;
}
.header-social a,
.last-services-section .icon-box,
.testinfo-btn {
  background-color: transparent !important;
}
.form-group.child-test {
  margin-left: 0;
  max-width: 50% !important;
}
.child-test label {
  color: #fff;
  margin-left: 5px;
}
.sub-test label {
  color: #2d3b45;
}
.header-appointment {
  font-size: 13px;
  border: 0;
}
.slider-text a {
  background-color: #007bff;
  width: 30%;
  color: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  font-size: 13px;
}
.border-0 {
  border: 0;
  position: relative;
}
.file-input {
  content: "Select some files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 100%;
}
#hero,
.closeBtn {
  background-color: transparent;
}
.closeBtn {
  border: 0;
  position: absolute;
  right: 22px;
  top: 12px;
}
#topbar,
.appointment-btn,
.back-to-top {
  background: #007bff;
}
.main-div {
  margin-top: 70px;
}
.form-control,
button.multiselect,
select button {
  border-radius: 0 !important;
}
.patient-detail-section .form-control {
  border-radius: 7px !important;
  height: 40px;
  border: 1px solid;
  background-color: #80808008;
}
.location-name-on {
  display: flex;
  align-items: center;
  background-color: #147cff;
  margin-left: 17px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 9px;
  border: 1px solid;
}
.location-name-on p {
  margin: 0;
  font-size: 14px;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  transition: 0.4s;
}
.icon svg {
  font-size: 50px;
  color: #f77735;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#topbar {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}
.slider-text {
  float: left;
  width: 30%;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.slider {
  width: 88%;
  margin-right: 2%;
}
#header {
  background: #fff;
  transition: 0.5s;
  padding: 20px 0;
  top: 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#hero .container,
#services {
  margin-bottom: 50px;
}
#hero .btn-get-started,
.cta .cta-btn {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}
#header .logo a {
  color: #555;
}
#header .logo img {
  max-height: 90%;
  width: 100%;
}
.appointment-btn {
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #f77129;
  color: #fff;
}
#exampleModalLong .modal-body,
.blog-banner .col-md-12,
.faqsection .col-md-12,
.features-style1 .col-md-10,
.features-style1 .col-md-2,
.navbar,
.panel-test-section {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.blog-banner,
.navbar li,
.page-banner {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.lang-btn .dropdown-item {
  color: #fff;
  background-color: #f77028;
}
.lang-btn .dropdown-item:hover {
  background-color: #007bff !important;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  background: #fff;
  transition: 0.3s;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.featured-services .col-md-2 {
  flex: 0 0 24.666667%;
  max-width: 25.666667%;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown:hover > ul {
  top: 100%;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.test-list .col-md-4 {
  max-width: 31.333333% !important;
  margin-bottom: 30px !important;
}
.test-list p {
  margin-top: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.testDetailBox h2,
.testDetailBox h3,
.testDetailBox p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
.testDetailBox h3 {
  font-size: 18px !important;
}
.testDetailBox h3:first-child {
  font-size: 32px !important;
  margin-bottom: 30px;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.banner-text h2,
.featured-services .icon-box:hover .description,
.featured-services .icon-box:hover .icon i,
.featured-services .icon-box:hover .title a,
.lang-btn .dropdown-item:hover,
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.form-select.changeLang:focus {
  outline: 0;
  box-shadow: none !important;
}
.radio-btns-dr {
  margin-bottom: 0;
  margin-top: 10px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555;
}
#hero h2,
.banner-text h2 {
  font-size: 36px;
  font-weight: 700;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  background: #fff;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
#hero {
  width: 100%;
  height: 53vh !important;
  position: relative;
}
.tests-section .col-md-2,
.tests-section .icon-box {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tests-section .icon-box {
  border: 1px solid #fff;
}
.tests-section .icon-box img {
  width: 47px;
  text-align: center;
  margin: 0 auto;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.rslides_nav,
.test-inside-image {
  align-items: center;
  display: flex;
}
#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 4px solid #007bff;
}
.location-based-form .container-body {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px;
}

.location-based-form .section-title h2 {
    color: #333; /* Dark text color */
    font-size: 24px;
    margin-bottom: 20px;
}

.location-based-form .form-control {
    border: 1px solid #ced4da; /* Light gray border */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.location-based-form .form-control:focus {
    border-color: #80bdff; /* Blue border on focus */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Blue shadow on focus */
}

.location-based-form .btn-primary {
    background-color: #007bff; /* Blue button */
    border-color: #007bff; /* Blue border */
}

.location-based-form .btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue border on hover */
}

.location-based-form .text-danger {
    color: #dc3545; /* Red error text */
}

.location-based-form .row {
    margin-bottom: 15px;
}

.location-based-form label {
    color: #333;
    font-size: 16px;
}

.location-based-form input {
    border-radius: 7px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.location-based-form .container-body {
    margin-top: 11rem;
    margin-bottom: 4rem;
    padding-bottom: 10px;
}

.location-based-form #questionnaire-form {
    margin-top: 168px !important;
}

.location-based-form .question {
    margin-bottom: 20px;
}

.location-based-form .question label {
    font-size: 18px;
    font-weight: bold;
}

.location-based-form .question input[type="radio"] {
    display: none;
}

.location-based-form .question input[type="radio"] + label {
    cursor: pointer;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.location-based-form .question input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.location-based-form .value,
.location-based-form .Newvalue {
    padding: 11px;
    margin-bottom: 18px;
    background-color: #147cff;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.location-based-form .flex-align {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.location-based-form h2 {
    margin-top: 20px;
}

.checkbox-container {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  font-size: 13px;
}

/* Hide the default checkbox */
.checkbox-container input[type="checkbox"] {
  display: none;
}

/* Style the label as a bordered box */
.checkbox-container label {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #157dff;
  border-radius: 4px;
  color: #157dff;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Filled style when checked */
.checkbox-container input[type="checkbox"]:checked + label {
  background-color: #157dff;
  color: white;
}
m-0{
  margin: 0;
}

.location-based-form #questionnine {
    display: none;
}

.location-based-form .form-check-input[type="radio"] {
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
}

.location-based-form #questioneight label {
    margin-left: 20px;
}

.location-based-form #otherdrug {
    display: none;
}

.location-based-form .phq-success {
    width: 1060px;
    right: 261px;
    height: 815px;
}

.location-based-form .modal.fade.show {
    background-color: #00000054;
}

.location-based-form .modal-header {
    background-color: #147cff;
}

.location-based-form .waves-effect {
    border: 1px solid #147cff;
}

.location-based-form .modal-header h2 {
    color: #fff;
    font-weight: bold;
}

.location-based-form .tool-result {
    border-radius: 40px;
}

.location-based-form #signature,
.location-based-form #signaturewitness,
.location-based-form #guardianSignature {
    border: 1px solid #ced4db;
    margin-bottom: 14px;
}

.location-based-form #signature input,
.location-based-form #signaturewitness input,
.location-based-form #guardianSignature input {
    display: none;
}

.location-based-form .nav-tabs .nav-item.show .nav-link,
.location-based-form .nav-tabs .nav-link.active {
    background-color: #147cff;
    color: #fff;
}

.location-based-form .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.location-based-form .nav-tabs .nav-link {
    font-size: 14.9px;
}

.location-based-form .insurance-images {
    padding: 9px;
    height: 50px !important;
}

.location-based-form .tests .btn-group {
    width: 497px;
    text-align: left;
    display: flex;
}

.location-based-form .tests button {
    text-align: left !important;
    height: 44px;
}
.location-based-form .tests label{
    font-size: 13px;
}
.location-based-form .tests .multiselect{
    border: 1px solid black;
    border-radius: 6px !important;
}
.location-based-form .tests .multiselect-container{
    width: 495px;
}

.location-based-form .tests {
    margin-left: 0;
}
.location-based-form #signature input,.location-based-form #guardianSignature input{
    top: 39px !important;
    left: 193px;
    font-size: 13px;
    padding: 7px;
    background-color: #147cff;
    color: #fff;
    border: 0;
    border-radius: 2 !important;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
}
#hero p {
  margin: 0 auto 30px;
  color: #555;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.rslides_nav {
  background: #f77c3a;
  font-size: 30px;
  line-height: 0;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #007bff;
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #007bff;
}
#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #007bff;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover,
#hero .btn-get-started:hover,
.contact .php-email-form button[type="submit"]:hover,
.pricing .btn-buy:hover {
  background: #f77129;
}
@media (min-width: 1024px) {
  #hero .carousel-control-next,
  #hero .carousel-control-prev {
    width: 5%;
  }
}
section {
  padding: 60px 0;
  float: left;
  width: 100%;
}
.section-bg {
  background-color: #f7fcfc;
}
.detail-banner {
  width: 100%;
  position: relative;
}
.banner-text {
  text-align: left;
  top: 46%;
  position: absolute;
  transform: translate(11%, 0);
}
.bannerheading,
.form-head,
.gallery .swiper-slide-active,
.heading,
.section-title,
.services .icon-box {
  text-align: center;
}
.detail-banner input {
  border-radius: 50px;
  height: 59px;
  text-align: left;
  padding-left: 29px;
  width: 100%;
  border: 0;
}
.detail-banner img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
  margin-top: 78px;
}
.test-section {
  box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
  border-radius: 19px;
}
.test-section h4 {
  font-size: 30px;
  border-bottom: 1px solid #147bff;
  padding-bottom: 11px;
}
.test-detail {
  padding-top: 40px;
}
.order-button button {
  border-radius: 50px;
  font-size: 15px;
}
.detail-top {
  padding: 50px 0 !important;
}
.form-head h2 {
  font-weight: 700;
  padding: 15px;
  font-size: 24px !important;
}
.modal-container {
  max-width: 710px;
  margin: 0 auto;
}
.modal-container input,
.modal-container select {
  border: 0;
  border-bottom: 1px solid #f77832;
}
.about .content p:last-child,
.departments .tab-pane p:last-child,
.modal-container .form-group,
.order-form label,
.section-title p,
.test-banner {
  margin-bottom: 0;
}
.modal-container .form-check {
  padding: 20px;
  display: flex;
}
.modal-container .modal-body {
  padding: 30px 90px 70px;
}
.modal-container button[type="submit"] {
  border-radius: 20px !important;
  padding: 5px 30px !important;
  font-size: 13px !important;
}
.modal-container input,
.modal-container select {
  padding: 0 10px;
  margin-bottom: 20px !important;
}
.order-form label {
  font-size: 15px;
  color: grey;
}
.activeClass {
  background-color: #49bf0f !important;
  border: 1px solid #49bf0f !important;
}
.testDetailBox {
  padding: 20px;
  overflow-y: scroll;
  border: 5px solid #2e2f2b70;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.faqsection h4,
.features-style1 {
  border-bottom: 5px solid #147cff;
}
.heightauto {
  height: auto;
}
.height750 {
  height: 750px;
}
.height750::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.height750::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
.height750::-webkit-scrollbar-thumb {
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.features-style1 {
  padding-bottom: 20px;
  width: 99%;
  margin: 0 auto !important;
}
footer {
  background-color: #000;
  color: #fff;
  float: left;
  width: 100%;
}
.insta-btn,
.test-table th {
  background-color: #147cff !important;
}
.faq-body {
  padding: 0 !important;
  margin-top: 40px;
}
.test-inside-image {
  justify-content: center;
  margin-top: 29px;
  margin-bottom: 49px;
}
.features-style1 .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.faqsection h4 {
  font-size: 35px;
  padding-bottom: 18px;
}
.border-orange {
  border: 1px solid #f77028 !important;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #007bff;
  bottom: 0;
  left: calc(50% - 25px);
}
.contact-page .submit {
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: #f77028;
  border: 0;
}
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}
.appointment .php-email-form .form-group,
.featured-text {
  padding-bottom: 8px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
  .breadcrumbs {
    margin-top: 70px;
  }
  .breadcrumbs h2 {
    margin: 0 0 10px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
.featured-services .icon-box {
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 24px 0;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: 0.3s;
  z-index: -1;
}
.bannerheading h2 {
  font-weight: 700;
  font-size: 47px;
  color: #fff;
  width: auto;
}
.featured-text {
  display: -webkit-box;
  max-width: 280px;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-detail .col-md-9 {
  flex: 0 0 71%;
  max-width: 71%;
}
.test-ad .featured h3 {
  text-align: center;
  margin-bottom: 25px;
  border: 1px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  line-height: 1.5;
}
.featured-text h3,
.featured-text h5 {
  line-height: 1.5;
}
.blog-detail .col-md-3 {
  flex: 0 0 56%;
  max-width: 29%;
}
.blog-banner::before {
  background-color: rgba(0, 0, 0, 0.37);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.bannerheading {
  position: absolute;
  top: 58%;
  right: 32%;
  transform: translate(50%, -50%);
  width: 52%;
  z-index: 1000;
  left: 0;
  background-color: #00000061;
  padding: 26px 21px 21px;
  box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}
#lmp:hover,
.icon-box:hover {
  cursor: pointer;
}
.blog-banner img {
  width: 100%;
  height: auto;
  margin-top: 69px;
  object-fit: cover;
}
.blog-featured-image {
  display: flex;
  height: 470px;
  object-fit: cover;
}
.featured-services .icon-box:hover::before {
  background: #007bff;
  top: 0;
  border-radius: 0;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #007bff;
  transition: 0.3s ease-in-out;
}
.featured-services .tests-section .icon-box:hover::before {
  display: none;
  background: 0 0 !important;
  cursor: pointer;
  border-radius: 0;
}
.featured-services .icon-box:hover .title a,
.featured-services .tests-section .icon-box:hover .icon-box h4 {
  color: #007bff !important;
}
.form-select.changeLang {
  padding: 8px 21px;
  border: 1px solid #f77028;
  background-color: #f77028;
  color: #fff;
  padding-left: 9px !important;
  font-size: 12px;
  border-radius: 5px;
  width: 117px;
  max-width: 210px;
}
.form-section {
  margin-top: 0;
}
.featured-services .title {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.featured-services .title a,
.login-dropdown .dropdown-menu.show a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon,
.services .icon-box {
  margin-bottom: 20px;
}
.icon {
  background-color: #fff;
  margin: 0 auto 19px;
  padding: 6px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 24px 0;
}
.icon-box {
  background-color: #fff !important;
}
.cta {
  background: 0 0 / cover #007bff;
  color: #fff;
  padding: 60px 0;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.flip-card-back .price-section {
  font-size: 14px;
  margin-top: -10px;
  margin-left: -12px;
}
.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #007bff;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #007bff;
}
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #007bff;
  float: left;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0;
  margin: 0;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  transition: 0.3s ease-in-out;
}
.blogs-body .card {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.banner-title h2 {
  font-size: 50px;
  color: #fff;
}
.section-title {
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
#featured-services {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 11px;
}
header .dropdown-menu.show {
  display: flex !important;
  flex-direction: column !important;
  width: 345px !important;
}
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #007bff;
}
.blog-detail li,
.flip-card-back ul li {
  list-style: disc;
}
.blog-detail li p {
  margin-bottom: 5px;
}
.blog-detail ul {
  padding-left: 32px;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #007bff;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  box-shadow: 0 0 25px rgba(63, 187, 192, 0.3);
}
.lang-btn {
  justify-content: end;
  justify-content: center;
  display: block;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
  display: flex;
  justify-content: end;
  justify-content: center;
  overflow: hidden;
  width: auto;
}
.lang-btn ul {
  margin: 0;
  width: 70%;
}
.header-appointment a {
  font-size: 14px;
}
.bi-list::before {
  content: "\f456" !important;
}
.bi-x::before {
  content: "\f5ee" !important;
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444;
  transition: 0.3s;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #007bff;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
.banner-heading,
.gallery .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}
.panel-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.appointment .php-email-form,
.card__link:hover::after {
  width: 100%;
}
.page-size {
  width: 1200px;
  margin: 0 auto !important;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message,
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br,
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message,
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.blog-head {
  color: #fff;
  font-size: 40px;
}
.appointment .php-email-form .loading,
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before,
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading;
}
#topbar .container .d-none {
  margin-left: 18px !important;
}
.appointment .php-email-form input,
.appointment .php-email-form select,
.appointment .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus,
.appointment .php-email-form select:focus,
.appointment .php-email-form textarea:focus,
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #007bff;
}
.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type="submit"] {
  background: #007bff;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.card-right {
  width: 18rem;
}
.appointment .php-email-form button[type="submit"]:hover {
  background: #52c2c6;
}
.departments .nav-tabs {
  border: 0;
}
.header-social a {
  border: 0 !important;
  margin: 0 !important;
}
header .container {
  max-width: 1300px;
}
#topbar .container {
  max-width: 1339px !important;
  padding-left: 32px;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.row.justify-content-center {
  height: 91vh !important;
}
.contact-page {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.list-unstyled li a {
  font-weight: 700;
}
.header-phone {
  color: #fff;
  margin-left: 10px;
}
.faq .faq-list .collapsed,
.flip-card-front,
.header-phone:hover {
  color: #000;
}
.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #007bff;
}
.departments .tab-pane.active {
  -webkit-animation: 0.5s ease-out slide-down;
  animation: 0.5s ease-out slide-down;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
.form-tests,
.panelbody {
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  padding: 25px;
  height: auto;
  margin-left: 46px;
  flex: 0 0 45% !important;
  max-width: 45% !important;
  min-height: auto !important;
}
.img-fluid {
  height: auto;
  width: 100%;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
  #hero h2 {
    font-size: 28px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #007bff;
}
.departments .tab-pane p {
  color: #777;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px;
  padding: 20px 20px 60px;
  background: #f0fafa;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.gallery .swiper-pagination,
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #007bff;
}
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-page .accordion .card-header,
h2.test-des-title {
  background-color: #80808073;
}
.doctors .member .social a {
  transition: color 0.3s;
  color: #555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a i {
  line-height: 0;
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
}
#loadSearchData {
  padding-top: 12.5rem !important;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.doctors .member:hover .social {
  opacity: 1;
}
.modal-body .modal-content {
  width: 100%;
  margin: 0 auto;
}
.test-tabs-body p {
  margin-bottom: 15px;
  padding: 0;
  text-align: justify;
  font-weight: 100;
  color: #2d3b45;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.test-tabs-body p span {
  font-size: 17px !important;
  font-family: sans-serif !important;
}
#exampleModalLong .container {
  max-width: 1140px;
  padding: 10px 40px;
}
h2.test-des-title {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
}
button:focus {
  box-shadow: none !important;
}
.testinfo-btn {
  padding: 0 !important;
  border: 0 !important;
}
.testinfo-btn img {
  width: 23px;
}
.info-btn-parent {
  display: flex;
  align-items: end;
  padding: 0 0 7px;
  padding-left: 0 !important;
}
.login-dropdown {
  margin-left: 21px;
}
.login-dropdown a {
  padding-left: 12px;
  padding-right: 12px;
}
.login-dropdown .dropdown-menu.show {
  width: 195px !important;
}
.event-page .accordion .card {
  border: 1px solid #ced4db !important;
}
.event-test {
  font-weight: 700;
  color: #147cff;
}
.event-test-section {
  padding: 0 30px;
}
.test-btn-border {
  border-bottom: 1px solid #ced4dc;
}
.event-test-section label {
  margin-top: 4px;
}
#lmp {
  height: 47px;
  width: 37%;
}
.event-page .accordion h2 button {
  font-weight: 700;
  color: #000;
}
.event-test-section input {
  margin-right: 7px;
}
.event-test-section .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-test-section .flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .modal-body.modal-dialog {
    max-width: 1020px !important;
  }
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #007bff;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .location-based-form .mb-2{
    margin-bottom: 2px;
  }
  .location-based-form .tests .btn-group {
    width: 290px;
  }
  .location-based-form .tests .multiselect-container {
    width: 305px;
    left: -10px !important;
  }
  .slider-text {
    float: left;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
  }
  .slider {
    width: 100%;
    float: right;
  }
  .img-fluid {
    height: auto;
    width: 100%;
    margin-top: 110px;
  }
  .slider-text a {
    background-color: #007bff;
    width: 30%;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
  }
  #hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .slider #hero {
    height: 35vh !important;
    margin-top: 95px;
  }
  .rslides img {
    height: 190px !important;
    width: 100% !important;
    display: block;
    float: left;
    border: 0;
  }
  .rslides_nav {
    top: 44% !important;
  }
  .bannerheading h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    width: 100%;
  }
  .bannerheading {
    position: absolute;
    top: 58%;
    right: 22%;
    transform: translate(50%, -50%);
    width: 72%;
    z-index: 1000;
    left: -78px;
    text-align: center;
    background-color: #00000061;
    padding: 26px 21px 21px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
  }
  .page-banner {
    margin-top: 90px !important;
  }
  .blog-detail .col-md-3,
  .blog-detail .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-right {
    width: 100%;
  }
}
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing .btn-wrap,
.pricing h3 {
  padding: 20px 15px;
  background: #f8f8f8;
}
.pricing h3 {
  margin: -20px -20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}
.pricing h4 {
  font-size: 36px;
  color: #007bff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #007bff;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px;
  text-align: center;
}
.pricing .btn-buy {
  background: #007bff;
  display: inline-block;
  padding: 8px 35px 10px;
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}
.pricing .featured h3 {
  color: #fff;
  background: #007bff;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px;
  background: #007bff;
  color: #fff;
}
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #007bff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.requiersion-buttons a {
  background-color: #042563;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
}
.requiersion-buttons li {
  display: inline;
  margin-left: 5px;
}
.cards,
.flip-card-back,
.flip-card-back ul,
.flip-card-front,
.main-container,
.page-nation,
.requiersion-buttons {
  display: flex;
  display: flex;
}
.requiersion-buttons {
  width: 100%;
  padding-top: 18px;
}
.requiersion-buttons a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b9131a;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px;
}
.form-title {
  margin-top: 50px;
}
.form-section-title {
  font-weight: 700;
  margin-bottom: 22px;
  background-color: #032765;
  color: #fff;
  padding: 4px 12px;
}
.form-section-title h5 {
  color: #fff;
  margin: 0;
  font-size: 19px;
}
.requisitionform input,
.requisitionform label,
.requisitionform p {
  font-size: 14px;
  margin-bottom: 5;
}
.contact .info-box i {
  font-size: 32px;
  color: #007bff;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #007bff;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.scan-btn {
  background-color: #f77028;
  color: #fff;
  margin-left: 17px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  background: #eee;
  padding: 0 0 30px;
  color: #555;
  font-size: 14px;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px;
}
#footer .footer-top .footer-info,
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.multiselect-container {
  -webkit-overflow-scrolling: touch;
  overflow: scroll !important;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.page-nation {
  text-align: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
.lang-btn {
  z-index: -1;
  justify-content: flex-start !important;
  margin-left: 0 !important;
}
.appointment-button {
  text-align: right;
}
#topbar .container {
  padding-right: 0;
}
#footer .footer-top .social-links a:hover {
  background: #f77129;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #007bff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.flip-card {
  background-color: transparent;
  width: 360px;
  height: 280px;
  perspective: 1000px;
  margin-bottom: 22px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card-back,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  align-items: center;
  padding: 7% 10px 10px 10%;
  background-color: #f58822;
  color: #fff;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.flip-card-front {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
.flip-card-front img {
  width: 17%;
  margin-bottom: 20px;
}
.flip-card-back ul {
  flex-direction: column;
  text-align: initial;
  padding-left: 12px;
  margin-bottom: 75px;
}
.message-note {
  position: relative;
  height: 116px;
  margin-bottom: -60px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: #007bff;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.flip-card-back .title {
  justify-content: left;
  margin-bottom: 11px;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.main-container {
  padding: 50px 30px 100px;
  flex-direction: column;
  margin-top: 30px;
}
.heading__title {
  font-weight: 600;
}
.heading__credits {
  margin: 10px 0;
  color: #888;
  font-size: 25px;
  transition: 0.5s;
}
.heading__credits .heading__link {
  color: inherit;
}
.cards {
  flex-wrap: wrap;
  justify-content: space-between;
}
.card {
  margin: 20px;
  padding: 20px;
  width: 363px;
  min-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
  display: flex;
  border-top: 5px solid #f77028;
}
.card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
  cursor: pointer;
}
.orderbtn {
  float: right;
  background-color: #f77028;
  color: #fff !important;
  font-size: 11px;
  padding: 8px 18px;
  border-radius: 14px;
}
.card__exit,
.card__icon,
.card__link {
  position: relative;
  text-decoration: none;
  color: #f77028;
}
.card__link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
#generateBtn {
  padding: 14px;
  background-color: #147cff;
  margin-top: 23px;
  color: #fff;
  font-size: 12px;
  border: 0;
}
.sign-variations {
  padding: 15px 6px;
}
.card__exit {
  grid-row: 1/2;
  justify-self: end;
}
.card__icon {
  grid-row: 2/3;
  font-size: 30px;
}
.card__title {
  grid-row: 3/4;
  color: #000;
  font-size: 24px;
  margin: 10px 0;
  font-weight: 700;
}
.card__apply {
  grid-row: 4/5;
  align-self: center;
  text-align: left;
  width: 100%;
}
.flip-card-back .title a{
  color: #fff;
}
@media (max-width: 1600px) {
  .cards {
    justify-content: center;
  }
}
@media only screen and (max-width: 1680px) {
  #hero {
    height: 63vh !important;
  }
}
@media only screen and (max-width: 1700px) {
  #hero {
    width: 100%;
    height: 60vh !important;
    background-color: transparent;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 1400px) {
  #hero {
    width: 100%;
    height: 60vh !important;
    background-color: transparent;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .bloodws img,
  .page-banner {
    padding-bottom: 0;
  }
  .appointment-button,
  .lang-btn {
    width: 100% !important;
    margin-top: 18px;
  }
  .mobile-menu,
  .navbar ul {
    position: absolute !important;
  }
  .navbar a,
  .navbar a:focus,
  .navbar ul {
    color: #000;
  }
  .fa-bars {
    display: block;
  }
  header .row {
    display: contents;
    flex-wrap: wrap;
    display: flex;
  }
  .mobile-menu {
    top: 48px;
  }
  .appointment-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lang-btn ul {
    margin: 0;
    width: 120px !important;
    justify-content: end !important;
  }
  .slider-text {
    margin-bottom: 65px !important;
  }
  .featured-services .col-md-2 {
    flex: 40 0 !important;
    max-width: 49.666667% !important;
    margin-bottom: 0 !important;
  }
  .test-table.table-striped.table label {
    font-size: 12px;
    margin-top: 0;
  }
  .test-table .table td,
  .test-table .table th {
    vertical-align: baseline;
  }
  .page-banner {
    position: relative;
    margin-top: 110px;
  }
  .test-list .col-md-4 {
    max-width: 98.333333% !important;
    margin-bottom: 30px !important;
    margin-left: 7%;
  }
  .contact-page {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    display: contents;
  }
  #contact-form div {
    margin-bottom: 0 !important;
  }
  #contact-form input {
    border-radius: 20px !important;
    background-color: #44444426;
    border: 0;
    padding: 23px;
    margin-bottom: 18px;
  }
  #contact-form textarea {
    margin-bottom: 18px;
  }
  .navbar ul {
    display: none;
    top: 44px;
    z-index: 1000 !important;
    background-color: #fff;
    width: 100%;
  }
  .lang-btn {
    flex: 0 0 54.666667% !important;
    max-width: 100.666667% !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    z-index: -1;
    height: 33px;
  }
  .form-tests,
  .panelbody {
    flex: 0 100% !important;
    max-width: 100% !important;
    margin-left: 9px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 87%;
    margin: 29px auto 0;
  }
  .header-appointment {
    font-size: 11px !important;
  }
  .multiselect-container button.dropdown-item,
  .multiselect-container span.form-check label {
    pointer-events: none;
  }
  .multiselect-container span.form-check input {
    pointer-events: all;
  }
  #navbar ul,
  .appointment-button .dropdown-menu,
  .appointment-button .dropdown-menu.show {
    z-index: 10000 !important;
  }
  .web-buttons {
    display: none;
  }
  .mobilebtns {
    display: block;
    display: flex;
    flex-direction: column;
    flex-direction: inherit;
  }
  .col-md-1.info-btn-parent {
    width: 9% !important;
  }
  .test-tabs-body p {
    font-size: 16px;
    margin-top: 7pt;
    margin-bottom: 7pt;
  }
  #exampleModalLong .container {
    max-width: 1140px;
    padding: 0 19px;
  }
  .header-social {
    margin-left: 28px;
  }
  .header-social a {
    padding-right: 0 !important;
    width: 26px !important;
  }
  #topbar .container {
    padding-left: 0;
  }
  .pagination {
    width: 100% !important;
  }
  .blog-banner img {
    width: 100%;
    height: auto;
    margin-top: -138px;
    object-fit: contain;
  }
  .blog-featured-image {
    display: flex;
    height: 0 !important;
    object-fit: cover;
    margin-top: 222px;
  }
  .mobile-flex {
    text-align: center;
    width: 50% !important;
    margin: 0 auto;
  }
  #header {
    padding-top: 0;
  }
  .mobile-time.d-flex {
    display: block !important;
    text-align: center;
  }
  .mobile-time {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
  }
  .slider-parent {
    float: left;
    margin-bottom: 8px;
    width: 100%;
    margin-top: 31px;
  }
  .about-img .img-fluid {
    margin-top: 10px !important;
  }
  .message-note p {
    position: absolute;
    bottom: 27px;
    left: 10px;
    width: 100% !important;
    top: 23px;
  }
  .message-note {
    position: relative;
    height: 56px;
    margin-bottom: -10px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  #NearLocations {
    font-size: 11px;
  }
  .mobilebtns .wd-50 {
    width: 36%;
    display: block;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0 auto;
  }
  .mobile-buttons select {
    margin-top: 0;
  }
  .mobile-lang {
    justify-content: flex-start !important;
  }
  .routine-row {
    width: 109% !important;
  }
  .test-table td {
    font-size: 12px;
  }
  .col-md-2.col-sm-12.header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .home .mobile-menu {
    left: -23px !important;
    top: 66px;
  }
  #header .logo img {
    max-height: 63px;
  }
  .slider #hero {
    height: 25vh !important;
    margin-top: 34px;
  }
  .home .navbar ul {
    left: 17px;
  }
}

@media screen and (max-width: 768px) {
  .slider-parent {
    flex-wrap: wrap;
  }
}
