@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

body,
html {
  overflow-x: hidden;
  font-family: "Inter", serif;


}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

h2 {
  font-size: 25px;
  font-weight: 700;
}

.swiper {
  --add-bottom: 50px !important;
  padding-bottom: var(--add-bottom) !important;
}

.swiper [class^="swiper-button-"] {
  top: calc(50% - var(--add-bottom) / 2) !important;
}

/* Header */
header {
  box-shadow: 0px 2px 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 11;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.header-section .header-search {
  display: flex;
  align-items: center;
  margin-left: 110px;
}

.header-location {
  border: 1px solid #5d419a;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 8px;
  background-color: #5d419a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.header-location img {
  width: 14px;
}

.header-section .header-search input {
  padding: 8px;
  background-color: #f8f8f8;
  border: none;
  width: 325px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.header-right a {
  color: #625e62;
  padding: 7px 5px;
  font-weight: 600;
  font-size: 14px;
  /* text-transform: uppercase; */
  align-items: center;
}

.header-right a i {
  color: green;
  font-weight: 600;
  font-size: 16px;
}

.mobile-header {
  display: none;
}

.header-cart {
  position: relative;
  /* border: 2px solid #5d419a;
  padding: 5px 10px; */
  border-radius: 6px;
  color: #5d419a;
  cursor: pointer;
  font-weight: 500;
}

.header-cart:hover {
  color: #5d419a;
  /* border: 2px solid #5d419a; */
  background-color: #fff;
}

.header-cart span {
  position: absolute;
  top: -14px;
  right: -6px;
  padding: 1px 5px;
  background: #5d419a;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

/* Header */

/* hero-bottom */
/* .home-banner {
  background-image: url("../images/landing-img.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 70px;
  height: 452px;
  /* object-fit: cover;
  width: 100%;
  height: 650px;
  margin-bottom: 30px;
  position: relative;
  padding: 250px 700px 50px 130px;
  z-index: -1; 
}*/
.home-banner img {
  margin-bottom: 60px;
  margin-top: 70px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-banner h1 {
  font-size: 40px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.home-banner p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.home-banner h1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  border: 3px solid #fff;
  height: 50px;
  margin-left: -10px;
}

.search-buttun {
  padding: 10px;
  background-color: #f8f8f8;
  border: none;
  outline: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header-right a img {
  width: 40px;
  height: 40px;
}

.home-banner h1 span {
  font-size: 55px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.hero-img-bottom img {
  border-radius: 10px;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #5d419a !important;
}

.card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #5d419a;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
}

.card-body p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.environment-card:hover {
  box-shadow: 0px 2px 5px black;
  border-radius: 10px;
}

.environment h2 {
  font-weight: 800;
}

.card-body .circle {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 10px;
  color: #fff;
}

.environment-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.popular-testing .view {
  position: relative;
  border: 2px solid #5d419a;
  padding: 4px 35px;
  border-radius: 10px;
  color: #5d419a;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}

.popular-testing .view:hover {
  box-shadow: 0px 0px 6px;
}

.mt-10 {
  margin-top: 7rem;
}

.mt-15 {
  margin-top: 15rem;
}

.popular-testing .swiper-button-next::after,
.popular-testing .swiper-button-prev::after {
  color: #000;
  font-size: 16px;
}

/* hero-bottom */

/* Popular-area */
.popular-card {
  background-color: #eee;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-top: 5px;
  height: 320px;
}

.popular-card .d-flex {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.faild a i {
  color: #5d419a;
}

.popular-card:hover {
  box-shadow: 0px 2px 5px black;
}

.popular-card:hover .fa-exclamation-circle {
  color: #5d419a;
}

.popular-card .fa-exclamation-circle {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.popular-card h3 {
  /* text-transform: uppercase; */
  letter-spacing: -1px;
  font-size: 21px;
  font-weight: 600;
}

.popular-card ul {
  padding: 0px;
}

.popular-card ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.popular-card ul li i {
  color: #5d419a;
  font-size: 18px;
  margin: 10px 0px;
}

.popular-card ul li p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.popular-btn {
  background-color: #5d419a;
  border: none;
  color: #fff !important;
  padding: 8px 13px;
  border-radius: 10px;
  cursor: pointer;
  width: 115px;
  text-align: center;
}

.popular-btn:hover {
  box-shadow: 0px 2px 5px #5d419a;
}

.price-section p {
  margin-bottom: 0px;
  font-weight: 800;
}

.price-section span {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

/* Popular-area */

.globle-lab-left {
  background-color: #5d419a;
  height: 100%;
  padding: 40px 40px 40px 40px;
  color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.globle-lab-left h2 {
  margin-top: 20px;
  font-size: 45px;
  font-weight: 700;
}

.globle-lab .row .col-md-6:nth-child(2) img {
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.globle-lab-left p {
  font-size: 18px;
  font-weight: 400;
}

.testing-solution .globle-lab-card {
  max-width: 50%;
}

.globle-lab-card {
  border-style: solid;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  border-color: #efefef;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.03);
  padding: 8px 20px;
  gap: 10px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}

.globle-lab-card:hover {
  box-shadow: 0px 2px 5px #000;
}

.globle-lab-card p {
  margin: 0px;
  font-weight: 600;
  font-size: 12px;
}

.globle-lab .col-lg-6 {
  padding: 0px;
}

.globle-lab .col-md-6 {
  padding: 0px;
}

.contact-form {
  padding: 40px;
  background-color: #eee;
  border-radius: 10px;
}

.contact-form .row:nth-child(1) .col-md-6 {
  margin-top: 0px;
}

.contact-form .row .col-md-6,
.contact-form .row .col-md-12 {
  margin-top: 1.5rem;
}

.contact-form input {
  background-color: #fff;
  border: none;
  padding: 12px;
  outline: none;
  border-radius: 5px;
  width: 100%;
}

.contact-form select {
  background-color: #fff;
  border: none;
  padding: 12px;
  outline: none;
  border-radius: 5px;
  width: 100%;
}

.contact-form textarea {
  background-color: #fff;
  border: none;
  padding: 12px;
  outline: none;
  border-radius: 5px;
  width: 100%;
  height: 150px;
}

.appointment {
  border: 1px solid black;
  padding: 8px 12px;
  border-radius: 10px;
}

.home-contact h3 {
  margin-top: 15px;
  font-size: 45px;
  font-weight: 700;
}

.home-contact p {
  font-size: 18px;
  font-weight: 400;
}

.appo-call {
  background-color: #eee;
  padding: 32px 80px;
  border-radius: 10px;
}

.appo-call:hover {
  box-shadow: 0px 1px 11px black;
}

.appo-call i {
  background-color: #fff;
  padding: 20px 22px;
  font-size: 20px;
  border-radius: 30px;
  color: #5d419a;
}

.appo-call span {
  font-size: 18px;
  font-weight: 600;
}

.appo-call a {
  color: #000;
}

footer {
  background-color: #eee;
  padding: 40px 0px 0px 0px;
  box-shadow: 0px 0px 5px black;
}

footer i {
  color: gray;
}

.linkes h3 {
  font-size: 20px;
  font-weight: 600;
}

.linkes a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.testing-solution-right {
  background-color: #eeeeee;
  height: 100%;
  padding: 50px 20px 33px 40px;
}

.testing-solution-right {
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.testing-solution-right img {
  width: 530px;
  height: 340px;
  border-radius: 5px;
}

.partner-trust .testing-solution-right img {
  width: 100% !important;
  height: 150px !important;
  border-radius: 5px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.testing-solution a:hover {
  color: #000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.testmonial-box {
  background-color: #5d419a;
  border-radius: 10px;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}

.testmonial .swiper-button-next::after,
.testmonial .swiper-button-prev::after {
  color: #000;
  font-size: 14px;
}

.testmonial .swiper-button-next,
.testmonial .swiper-button-prev {
  border-radius: 4px;
}

.hero-img-bottom .swiper-button-next::after,
.hero-img-bottom .swiper-button-prev::after {
  color: #000;
  font-size: 14px;
}

.hero-img-bottom .swiper-button-next,
.hero-img-bottom .swiper-button-prev {
  border-radius: 4px;
}

/* Card page */
.card-page-card {
  border: 1px solid #5d419a;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 1px 6px black;
  width: 100%;
  min-height: 600px;
  position: relative;
  font-size: 14px;
}

.card-page-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000 !important;
}

.card-page-card span {
  font-size: 14px;
  font-weight: 800;
  color: #5d419a;
}

.card-page-card p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
}

.card-page-card a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.card-page-card ul {
  list-style-type: disc;
  padding: 0px;
}

.card-page-card li {
  font-size: 14px;
}

.card-page-price-section {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.card-page-price-section span {
  color: #000;
}

.card-page-price-section p {
  font-size: 25px;
  font-weight: 600;
}

.card-page-btn {
  background-color: #5d419a;
  color: #fff !important;
  border-radius: 5px;
  border: 1px solid#5D419A;
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin: 10px 0px;
  width: 100%;
  transition: all 0.2s ease;
}

.card-page-btn:hover {
  background-color: #fff;
  color: #5d419a !important;
  border: 1px solid#5D419A;
}

.card-page-btn:hover a {
  color: #5d419a;
}

.card-page-card.shadows {
  background-color: rgba(110, 90, 152, 0.623);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-page-card.shadows a {
  background-color: #5d419a;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 600;
}

/* Card page */

/* Sign Up Page */
.signup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-box {
  border: 1px solid #5d419a;
  border-radius: 20px;
  box-shadow: 0 1px 6px #5d419a;
  width: 60%;
}

.signup-box .col-md-6 {
  padding: 0px;
}

.signup-box .col-md-6:nth-child(1) {
  border-right: 1px solid #eee;
}

.signup-box h4 {
  font-size: 16px;
  font-weight: 700;
}

.signup-box p {
  font-size: 15px;
}

.signup-image {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
}

.signup-form {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 30px;
}

.signup-form h4 {
  font-size: 25px;
  font-weight: 700;
}

.signup-form p {
  font-size: 12px;
  font-weight: 500;
}

.signup-form form {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.signup-form form label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.signup-form form input {
  padding: 5px 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #5d419a;
}

.signup-btn {
  margin-top: 40px;
  border: 1px solid #5d419a;
  background-color: #5d419a;
  color: #fff;
  padding: 10px;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.all-account {
  margin-top: 20px;
}

.all-account a {
  color: #5d419a;
}

.terms-cond a {
  text-decoration: underline;
}

.terms-cond a:hover {
  color: #5d419a;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Sign Up Page */

/* Overview-cart-page */
.cart-header {
  justify-content: start;
  align-items: center;
}

.card-overview {
  display: flex;
}

.card-overview p {
  margin-bottom: 0px;
}

.cart-first {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
  position: relative;
}

.cart-first::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  right: -61px;
  height: 5px;
  width: 100%;
  background-color: rgba(93, 65, 154, 0.638);
}

.cart-first:nth-child(1)::before {
  background-color: #5d419a;
}

.cart-first.active:nth-child(2)::before {
  background-color: #5d419a;
}

.cart-first.active:nth-child(3)::before {
  background-color: #5d419a;
}

.cart-first .cart-circle {
  display: inline-flex;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background-color: #5d419a;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.cart-first p {
  font-size: 12px;
  font-weight: 600;
}

.overview-head-sec h4 {
  font-size: 20px;
  font-weight: 700;
}

.overview-head-sec a {
  font-size: 12px;
  font-weight: 600;
  color: #5d419a;
}

.large-path-test {
  border: 1px solid #ccc;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 20px;
  box-shadow: 0px 1px 5px #cccccc;
  position: relative;
}

.large-path-test h5 {
  font-size: 12px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #656565;
}

.large-path-test h2 {
  font-size: 16px;
  font-weight: 600;
  color: #656565;
}

.price-package {
  margin-top: 25px;
}

.price-package h4 {
  font-size: 14px;
  font-weight: 700;
  color: #5d419a;
}

.price-package .large-cart-btn {
  background-color: #5d419a;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px 8px;
  color: #fff;
}

.price-package span {
  font-size: 16px;
}

.remove-cart {
  color: #656565 !important;
  font-size: 14px;
  cursor: pointer;
}

.large-card-bottom {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background-color: #5d419a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 1px 5px #cccccc;
}

.large-card-bottom p {
  margin-bottom: 0px;
  font-size: 14px;
}

.cart-large-right {
  background-color: #84799d7e;
  padding: 20px;
  border-radius: 10px;
  margin-top: 35px;
  box-shadow: 0px 1px 5px #cccccc;
  position: relative;
}

.cupon-code {
  background-color: #fff;
  padding: 20px; 
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.cupon-code button {
  border: none;
  background-color: #fff;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-size: 13px;
}

.cupon-code input {
  display: inline-block;
  padding: 3px;
  width: 80%;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 2px solid #cccc;
}

.mrptotal {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
}

.mrptotal .mrp-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mrptotal .mrp-con p {
  font-size: 12px;
}

.mrptotal .mrp-con p:nth-child(2) {
  font-weight: 600;
}

.mrp-con.paid p {
  font-size: 15px;
  font-weight: 700 !important;
}

.total-saving {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background-color: #5d419a;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 1px 5px #cccccc;
}

.total-saving p {
  margin-bottom: 0px;
}

.ons-cart {
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}

.ons-cart h6 {
  font-size: 14px;
}

.ons-cart p {
  font-size: 13px;
}

.ons-cart input[type="checkbox"] {
  width: 50px;
  height: 50px;
}

.ons-cart p span {
  font-size: 14px;
  font-weight: 600;
}

.schedual {
  background-color: #5d419a;
  position: absolute;
  bottom: -28px;
  left: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
}

.large-terms-message {
  border-top: 1px solid #ccc;
}

.large-terms-message p {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #989898;
}

.includestext {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #989898;
}

.large-terms-message a {
  color: red;
}

.large-terms-message-right {
  border-top: 1px solid #ccc;
}

.large-terms-message-right p {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #989898;
}

.neucoins {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.cart-large-left {
  margin-bottom: 70px;
  margin-top: 40px;
}

.large-path-test.checkout {
  border-radius: 10px !important;
}

.large-path-test.checkout .edit {
  font-size: 12px;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.large-path-test.checkout .edit a {
  color: #5d419a;
}

.patient h6 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.patient a {
  font-size: 14px;
  font-weight: 600;
  color: #5d419a;
}

.patient p {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}

.patient span {
  font-size: 13px;
  font-weight: 500;
}

/* Overview-cart-page */

/* details page */
.details-steps {
  margin-top: 40px;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}

.details-step-cart {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid hsl(0, 0%, 70%);
}

.details-step-cart p {
  color: #5d419a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.details-step-cart span {
  font-size: 15px;
  font-weight: 600;
}

.testmonial-cart {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  margin: 20px 0px;
}

.testmonial-cart:last-child {
  border: none;
}

.details-testmonials {
  background-color: #fff !important;
  border: 1px solid #eee;
  box-shadow: 2px 2px 4px #eee;
}

.testmonial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testmonial-head .fa {
  color: hsl(0, 0%, 80%);
}

.testmonial-content {
  transition: all 3.5s ease-in-out;
}

.testparttwo {
  margin-top: 40px;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}

.testparttwo h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testparttwo p {
  font-size: 12px;
  font-weight: 500;
  color: #5d419a;
}

.testparttwo input {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.testparttwo span {
  font-size: 14px;
}

.details-main-cart {
  display: flex;
  flex-direction: column;
}

.sample-blood {
  background-color: #eee;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sample-blood .col-md-6 p {
  font-size: 13px;
  margin-bottom: 4px;
}

.sample-blood .col-md-6:nth-child(2) {
  border-left: 2px solid #5d419a;
  padding-left: 10px;
}

.sample-blood .col-md-6 input {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.sample-blood .col-md-6 span {
  font-size: 14px;
}

/* .details-cart{
        background-color: #5D419A;
        height: 130px;
        width: 100%;
        
        border-radius: 10px;
        padding: 30px;
        
    } */
.details-left {
  position: relative;
}

.details-left::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -25px;
  background-color: #5d419a;
  border-radius: 10px;
  width: 106%;
  height: 120px;
}

.details-cart-area {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: -2px 8px 10px #eee;
  overflow: hidden;
}

.details-cart-area h1 {
  font-size: 25px;
  font-weight: 700;
}

.details-cart-area .details-tags {
  position: absolute;
  left: 0px;
  background-color: #5d419a;
  border-bottom-right-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.details-cart-area .details-circle {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 150px;
}

.details-cart-area p {
  margin-top: 50px;
  font-size: 13px;
  padding-right: 150px;
}

.details-right {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.details-right-cart {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  position: relative;
}

.free-sample {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.free-sample-cart {
  display: flex;
  align-items: center;
  gap: 5px;
}

.free-sample-cart:nth-child(1) {
  border-bottom: 1px solid #5d419a;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.free-sample-cart p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.details-right-cart .off-code {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5d419a;
  padding: 8px 10px;
  font-size: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.details-right-cart .off-code p {
  margin-bottom: 0px;
}

.details-right-cart .off-code .off-codetext {
  background-color: #fff;
  color: #5d419a;
  border-radius: 20px;
  padding: 2px 5px;
}

.details-right-cart .price p {
  font-size: 18px;
  font-weight: 600;
}

.details-right-cart .price span {
  font-size: 14px;
}

.details-right-cart .off-percentgae {
  background-color: #5d419a;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.details-right-cart .datails-cart-btn {
  background-color: #5d419a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.details-page-banner {
  margin-top: 30px;
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 10px;
}

/* details page */

/* Trust-partner page */
.view-report form label {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px;
}

.view-report form input {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: hsl(0, 0%, 97%);
  border: 1px solid #eee;
  outline: none;
}

.view-report form button {
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 600;
}

.view-report-box {
  width: 35%;
  margin: 0px auto;
  border-radius: 3px;
  padding: 30px;
  background-color: hsl(0, 0%, 97%);
  box-shadow: 2px 2px 10px #eee;
}

.view-report-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #5d419a;
}

.neucoins div h6 {
  margin-left: 15px;
  font-weight: 600;
}

.neucoins div p {
  font-size: 11px;
  font-weight: 600;
}

.neucoins div {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.neucoins p span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.neucoins p {
  font-size: 12px;
  font-weight: 600;
}

.trustmonial-card {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.trustmonial-card .d-flex h4 {
  font-size: 16px;
  font-weight: 600;
  color: #5d419a;
  margin: 0px;
}

.trustmonial-card .d-flex p {
  font-size: 18px;
}

.trust_monial .swiper-button-next::after,
.trust_monial .swiper-button-prev::after {
  font-size: 20px;
  color: hsl(0, 0%, 40%);
}

.trustmonial-card p {
  font-size: 14px;
  margin-top: 10px;
}

.trust-card {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  min-height: 238px;
}

.trust-card h3 {
  font-size: 20px;
  font-weight: 600;
}

.trust-line {
  border: 1px solid #5d419a;
  width: 100%;
}

.trust-card img {
  width: 70px;
  height: 70px;
}

.trust-cardtwo {
  margin-top: 20px;
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.wetrust h5 {
  color: #5d419a;
  font-size: 24px;
  font-weight: 600;
}

.trust-cardtwo div {
  margin-top: 20px;
  border-left: 2px solid #5d419a;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.trust-cardtwo span {
  font-size: 14px;
  font-weight: 500;
}

.trust-cardtwo p {
  font-size: 16px;
  font-weight: 600;
}

.one-site-camp {
  background-color: #5d419a;
  padding: 40px;
}

.one-site-cart {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.one-site-cart h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.one-site-cart p {
  font-size: 15px;
}

.one-site-btn {
  border: 1px solid #5d419a;
  background-color: #fff;
  border-radius: 10px;
  color: #5d419a;
  padding: 8px 12px;
  margin-top: 10px;
}

.one-site-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Trust-partner page */

/* About page */
.about-hero {
  margin-top: 70px;
}

.about-hero div h2 {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  position: relative;
}

.about-hero .globle-lab-left {
  padding: 70px 40px 70px 140px;
}

.about-hero div h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-bottom: 3px solid #fff;
  width: 150px;
}

.about-hero div p {
  margin-top: 40px;
  font-size: 16px;
}

.about-accre {
  text-align: center;
}

.about-accre h3 {
  font-size: 40px;
  font-weight: 800;
}

.about-accre p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
  padding: 0px 10px;
  text-align: justify;
}

.about-accre p span {
  font-size: 22px;
  color: #5d419a;
  font-weight: 600;
}

.vision {
  background-color: #eee;
  padding: 70px 0px;
}

.mision {
  background-color: #fff;
  padding: 30px 60px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  /* max-height: 300px; */
  height: 100%;
}

.mision img {
  margin-top: 55px;
  object-fit: cover;
  margin-bottom: 20px;
}

.mision p {
  font-weight: 600;
  text-align: justify;
}

.mision-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5d419a;
  color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.your-team h3 {
  font-size: 45px;
  font-weight: 700;
}

.your-team-cart-area {
  background-color: #eee;
  padding: 40px 0px;
}

.your-team-cart-area .col-md-4 {
  padding: 0px 60px;
  margin-bottom: 35px;
}

.your-team-cart {
  background-color: hsl(0, 13%, 96%);
  border-radius: 30px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.your-team-cart img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #5d419a;
  margin-top: 6px;
}

.your-team-cart .img-line {
  position: absolute;
  top: 0px;
  left: 43%;
  right: 50%;
  border: 25px solid #5d419a;
}

.your-team-cart p {
  /* text-transform: uppercase; */
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}

.your-team-cart span {
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 600;
}

.hero-img-bottom h3 span {
  color: #5d419a;
  /* text-transform: uppercase; */
}

/* About page */

/* Blogs page */
.blog-head {
  color: #5d419a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-top: 100px;
}

.blog-head h3 {
  font-size: 40px;
  font-weight: 800;
}

.blogs .card {
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
}

.blogs .col-lg-4 {
  margin-bottom: 80px;
}

.blogs .col-md-6 {
  margin-bottom: 80px;
}

.blogs-date {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  background-color: #5d419a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
}

.blogs .card img {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blogs .card-body {
  flex-direction: column;
  align-items: start;
  background-color: #eee;
  color: black;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blogs .card-body h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

.blogs .card-body p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
}

.blogs .card-body a {
  font-size: 14px;
  color: #5d419a;
  margin-bottom: 20px;
  font-weight: 600;
}

.mobile-banner {
  display: none;
}

/* Blogs page */

@media screen and (max-width: 992px) {
  h2 {
    font-size: 20px;
  }

  .globle-lab-left p,
  .home-contact p {
    font-size: 13px;
    font-weight: 400;
  }

  header {
    display: none;
  }

  .mobile-header {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 11;
    box-shadow: 0px 2px 5px black;
  }

  .mobile-header .header-location {
    border-radius: 0px;
    font-size: 12px;
  }

  .header-section .header-search {
    margin-left: 0px;
  }

  .aboutuspage img {
    margin-top: 45px !important;
  }

  .partner-page-img img {
    height: auto !important;
  }

  .mobile-navber {
    position: fixed;
    top: 0;
    left: -2000px;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 111;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
  }

  .mobile-navber.active {
    left: 0px;
  }

  .mobile-navber li {
    margin: 10px 0px;
    position: relative;
  }

  .mobile-navber li a {
    padding: 10px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
  }

  #mobile-menu-close {
    position: absolute;
    top: 0px;
    right: 20px;
  }

  .header-section .header-search .input {
    background-color: #f8f8f8;
    border: none;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }

  .header-section .header-search input {
    width: 100%;
    border-radius: 10px;
  }

  .header-section .header-search .input i {
    margin-left: 10px;
  }

  .globle-lab-card {
    padding: 8px 8px;
    gap: 3px;
  }

  .globle-lab-card img {
    width: 30px;
  }

  .globle-lab-card p {
    margin: 0px;
    font-size: 10px;
  }

  .appo-call {
    padding: 11px 15px !important;
    margin-bottom: 10px;
  }

  .contact-area .appo-call:nth-child(1) {
    margin-bottom: 0px !important;
    margin-top: 10px;
  }

  .homepagebanner {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
  }

  .blog-deatils-area {
    width: 100% !important;
  }

  .blog-deatils-area img {
    height: 100% !important;
  }

  .blog-releted-post {
    margin: 10px 0px;
  }

  .contact-form input {
    margin-bottom: 10px;
  }

  .contact-form .mt-3 {
    margin-top: 0px !important;
  }

  .contact-form textarea {
    margin-bottom: 10px;
    height: 100px;
  }

  .globle-lab-card.gap-3.w-50 {
    width: 100% !important;
  }

  .testing-solution-right {
    padding: 50px;
  }

  .linkes {
    margin-top: 15px;
  }

  .linkes h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .linkes a {
    font-size: 14px;
  }

  .card-page-card {
    min-height: 600px;
    margin-top: 20px;
  }

  .card-page-card.shadows {
    border: none;
    box-shadow: none;
  }

  .signup {
    padding: 5px 15px;
    margin: 0px !important;
  }

  .signup-box {
    width: 100%;
  }

  .signup-image {
    padding: 12px 14px;
  }

  .signup-form {
    border-top: 1px solid #ccc;
  }

  .signup-box .row {
    margin: 0px !important;
  }

  .overview-head-sec h4 {
    font-size: 16px;
  }

  .large-card-bottom {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .overview-card-box .col-md-4 {
    margin-top: 50px;
  }

  .large-card-bottom {
    bottom: -36px !important;
  }

  .large-card-bottom p {
    font-size: 10px !important;
  }

  .card-overview {
    margin: 0px !important;
  }

  .mobile-overview-status {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .home-banner h1 {
    font-size: 25px !important;
  }

  .home-banner p {
    font-size: 12px !important;
  }

  .details-cart-area h1 {
    font-size: 18px;
  }

  .details-cart-area p {
    padding: 0px;
  }

  .details-cart-area .details-circle {
    right: -69px;
    bottom: -90px;
  }

  .sample-blood .col-md-6 p {
    font-size: 12px;
  }

  .details-step-cart {
    margin-bottom: 20px;
  }

  .detailspage .col-md-3 {
    width: 100% !important;
  }

  .detailspage .col-md-8 {
    width: 100% !important;
  }

  .details-right-cart .off-code {
    font-size: 10px;
  }

  .free-sample-cart p {
    font-size: 12px;
  }

  .trust-cardtwo {
    margin-bottom: 15px;
  }

  .one-site-camp {
    padding: 15px 10px !important;
    border-radius: 10px !important;
  }

  .one-site-cart {
    padding: 20px !important;
  }

  .view-report-box {
    width: 100% !important;
  }

  .about-hero .globle-lab-left {
    padding: 40px !important;
  }

  .vision .col-md-6:nth-child(1) {
    padding: 10px !important;
  }

  .vision .col-md-6:nth-child(2) {
    padding: 10px !important;
  }

  .mision {
    max-height: 400px !important;
    padding: 30px !important;
  }

  .your-team-cart-area .col-md-4 {
    padding: 10px !important;
  }

  .about-accre h3 {
    font-size: 26px !important;
  }

  .about-accre {
    text-align: start !important;
  }

  .about-accre p {
    padding: 0px !important;
    font-size: 16px !important;
  }

  .blogs .col-md-4 {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .testing-solution .globle-lab-card {
    max-width: 100%;
  }

  .home-banner img {
    margin-top: 114px;
    /* height: 242px; */
  }

  .partner-page-img {
    margin-top: 118px !important;
  }

  .mt-15 {
    margin-top: 0px;
  }

  .partner-trust {
    bottom: -204px !important;
    left: 0px !important;
    right: 0px !important;
    padding: 15px 20px !important;
  }

  .partner-trust h3 {
    font-size: 15px !important;
  }

  .partner-trust p {
    font-size: 12px;
  }

  .testing-solution-right img {
    width: 100px !important;
    height: 80px !important;
    border-radius: 5px;
  }

  .water-testing .partner-trust {
    bottom: -48px !important;
    left: 15px !important;
    right: 15px !important;
  }

  .water-test-card p {
    font-size: 11px !important;
  }

  .water-test-card img {
    width: 30px !important;
    height: 30px !important;
  }

  .header-cart {
    width: 111px !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  .book-test .modal-body {
    padding: 0px !important;
  }

  .card-body p {
    font-size: 11px;
  }

  .card-body .circle {
    padding: 3px 6px;
  }

  .globle-lab-left h2 {
    margin-top: 0px;
    font-size: 33px;
  }

  .home-contact h3 {
    font-size: 30px;
  }

  .contact-form .row .col-md-6,
  .contact-form .row .col-md-12 {
    margin-top: 0.5rem;
  }

  footer img {
    width: 200px;
  }

  .home-bannertwo .banner-btn {
    height: 55% !important;
  }

  .whatsapp-support-button {
    width: 150px;
  }

  .terms {
    font-size: 12px;
    padding: 5px 8px !important;
  }

  .globle-lab .row .col-md-6:nth-child(2) img {
    height: 382px;
  }

  .globle-lab-left {
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .testing-solution-right {
    border-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .trust-card h3 {
    font-size: 17px;
    font-weight: 600;
  }

  .trust-card {
    font-size: 11px;
  }
}

.whatsapp-support-button {
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #5d419a;
  color: #5d419a !important;
}

.whatsapp-support-button:hover {
  box-shadow: 0px 2px 5px;
}

.city-model a {
  color: black;
}

.partner-page-img {
  position: relative;
  margin-top: 72px;
}

.partner-page-img img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.partner-trust {
  position: absolute;
  bottom: -129px;
  left: 50px;
  right: 50px;
  background-color: #eee;
  padding: 25px 40px;
  text-align: center;
  border-radius: 10px;
}

.partner-trust h3 {
  font-size: 26px;
  font-weight: 600;
  color: #5d419a;
}

.partner-trust .testing-solution-right {
  background-color: unset;
  height: unset;
  padding: 0px;
}

textarea.error,
select.error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="date"].error,
input[type="time"].error {
  color: red;
  border: 1px solid red !important;
}

label.error {
  color: red;
  margin: 0px 0px 0px 2px;
  font-size: 14px;
}

.water-testing .partner-trust {
  background-color: #fff;
  box-shadow: 0px 1px 11px black;
  padding: 15px 1px;
  bottom: -55px;
}

.water-test-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.water-test-card img {
  width: 80px;
  height: 80px;
}

.water-testing .partner-trust .row .col-md-4 {
  border-right: 1px solid black;
}

.water-testing .partner-trust .row .col-md-4:last-child {
  border-right: unset;
}

.water-test-card p {
  margin: 0px;
  margin-left: 5px;
  font-weight: 600;
  text-align: start;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1450px !important;
  }
}

@media screen and (min-width: 798px) and (max-width: 1034px) {
  .globle-lab-left p {
    font-size: 15px;
  }

  .globle-lab-left h2 {
    font-size: 35px;
  }

  .globle-lab-card p {
    font-size: 9px;
  }

  .popular-card h3 {
    font-size: 16px;
  }

  .home-contact p {
    font-size: 15px;
  }

  .home-contact h3 {
    font-size: 35px;
  }

  .testing-solution .globle-lab-card {
    max-width: 75% !important;
  }

  .home-bannertwo .banner-btn {
    height: 62% !important;
  }

  .testing-solution-right img {
    width: 198px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 480px) {
  .popular-testing .view {
    width: 150px !important;
    padding: 4px 13px !important;
  }

  .globle-lab-left {
    border-top-right-radius: 10px;
    padding: 40px 10px 20px 20px;
  }

  .globle-lab-left {
    border-bottom-left-radius: 0px;
  }

  .globle-lab .row .col-md-6:nth-child(2) img {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
  }

  .whatsapp-support-button {
    width: 150px;
  }

  .terms p {
    margin-bottom: 5px !important;
  }

  .blogs .col-md-6 {
    padding: 8px !important;
  }

  .blog-head h3 {
    font-size: 31px !important;
    padding: 8px !important;
  }

  .blog-head {
    height: 106px !important;
    margin-top: 120px !important;
  }

  .home-search-popup-area {
    width: 100% !important;
  }

  .mobile-banner {
    display: block;
  }

  .desk-banner {
    display: none;
  }

  .home-search-card .popular-btn {
    width: 107px !important;
    text-align: center !important;
    padding: 8px !important;
  }

  .home-search-card h3 {
    width: 65%;
  }

  .hero-img-bottom {
    margin-top: 133px;
  }

  .testing-solution-right img {
    width: 73px !important;
  }
}

.home-bannertwo {
  position: relative;
}

.home-bannertwo .banner-btn {
  position: absolute;
  top: 110px;
  bottom: 0px;
  z-index: 11;
  height: 62%;
  width: 100%;
  right: 0px;
}

.home-bannertwo .banner-btn .row,
.home-bannertwo .banner-btn .row a div {
  height: 100%;
  width: 100%;
}

/* Accordion
================================================== */
.acc {
  max-width: 100%;

  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}

.acc__card {
  position: relative;
}

.acc__title {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
}

.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  display: none;
  margin: 0;
  text-align: left;
}

.carrer-page {
  /* border: 2px solid #5d419a; */
  padding: 30px 25px 80px 25px;
  border-radius: 8px;
}

.deatil-quest .carrer-page {
  border: 2px solid #5d419a;
}

.carrer-page h5 {
  color: #5d419a;
  font-size: 24px;
  font-weight: 600;
}

.carrer-page .mision {
  box-shadow: 0px 4px 8px black;
}

.carrer-page .mision img {
  width: 120px;
  height: 120px;
}

.deatil-quest .carrer-page {
  padding: 30px 25px 30px 25px;
}

.deatil-quest p {
  font-size: 15px;
}

.clint-testmonial {
  background-color: #5d419a;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
}

.home-search-popup-area {
  background-color: #fff;
  border-radius: 20px;
  width: 450px;
  position: relative;
}

.home-search-popup-area .contact-form-close {
  position: absolute;
  top: 15px;
  right: 10px;
}

.home-search-head-area {
  border: 2px solid #5d419a;
  padding: 8px 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow-y: scroll;
  height: 500px;
}

.home-search-popup {
  border: 2px solid #5d419a;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 16px;
}

.home-search-popup h4 {
  margin: 0px;
  font-size: 18px;
}

.home-search-head h4 {
  font-size: 16px;
  color: #5d419a;
  border-bottom: 1px solid #5d419a;
  margin: 0px;
  margin-top: 20px;
}

.home-search-body h5 {
  font-size: 14px;
  margin-top: 15px;
}

.home-search-card {
  background-color: #eee;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.home-search-card h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 250px;
}

.home-search-card a {
  color: #ffffff;
}

.bookTest a:hover {
  color: white !important;
}

.home-search-card span {
  font-size: 18px;
  font-weight: 600;
}

.home-search-head-area::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.home-search-head-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee;
  border-radius: 10px;
}

/* Handle */
.home-search-head-area::-webkit-scrollbar-thumb {
  background: #5d419a;
  border-radius: 10px;
}

/* Handle on hover */
.home-search-head-area::-webkit-scrollbar-thumb:hover {
  background: #5d419a;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  border-radius: 10px !important;
}

.aboutuspage img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 3px;
}

.terms {
  background-color: #5d419a;
  padding: 12px 30px;
  color: #fff;
  margin-top: 8px;
  border-radius: 10px;
}

.terms p {
  margin: 0px;
}

.terms a {
  color: #fff;
}

@media only screen and (max-width: 499px) {
  .mobile-banner {
    display: block;
  }

  .desk-banner {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .header-section .header-search {
    margin-left: 0px;
  }

  .header-location {
    font-size: 14px;
  }

  .header-right a {
    font-size: 12px;
  }

  .appo-call {
    padding: 24px 80px;
  }

  .card-page-card {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .testing-solution-right img {
    width: 385px;
  }

  .card-page-card {
    font-size: 10px;
  }
}

@media screen and (min-width: 1033px) and (max-width: 1200px) {
  .testing-solution-right img {
    width: 208px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .card-page-card {
    font-size: 10px;
  }
}

@media screen and (min-width: 798px) and (max-width: 991px) {
  .testing-solution-right img {
    width: 140px !important;
    height: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .partner-trust .testing-solution-right img {
    width: 130px !important;
  }

  .trust-card {
    margin-bottom: 15px;
  }

  .partner-trust .testing-solution-right img {
    height: auto !important;
  }

  .one-site-img {
    margin-top: 20px;
    height: 205px;
  }

  .water-test-card p {
    font-size: 6px !important;
  }

  footer {
    text-align: center;
  }
}

.homepagebanner {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 00px;
  border-top-right-radius: 10px;
}

.myadd img {
  border-radius: 10px;
}

@media screen and (max-width: 285px) {
  .testing-solution-right img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 5px;
  }
}

.cartBtnTextColor {
  display: block;
  color: #ffff;
}