@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;

  --green: green;
  --green_light: rgb(113 208 142);
  --green_light1: rgba(113, 208, 142, 0.698);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}

.owl-item .active.center {
  width: 150%;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
li {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0;
}
a {
  text-decoration: none;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.header_main {
  padding: 15px 0px;
  background-color: #042b66;
}

.desktop .logo img {
  width: 283px;
}
.nav-link {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(81 175 51);
}
.search-bar .input-group {
  border: 1px solid;
  border-radius: 5px;
  background-color: #fff;
  height: 40px;
}
.search-bar .input-group .btn-outline-secondary {
  border: none;
}
.search-bar .form-control {
  padding: 12px;
}
.HeadBox {
  height: 38px;
  /* overflow: hidden; */
}
.HeadBox .pin-btn {
  margin-top: -1px;
}

.btn-color {
  background-color: #198754;
  color: #fff;
  width: 60px;
}
.btn-color i {
  font-size: 20px;
}
.side-box {
  border: 1px solid #0089f6;
  border-radius: 5px;
  background-color: #096dff;
  color: #fff;
  padding: 0px 20px;
}
.side-box p {
  font-size: 16px;
  color: #fff;
}
.side-nav-menu li a {
  font-size: 18px;
  color: #070707;
  text-decoration: none;
}
.side-nav-menu {
  display: flex;
}
.side-nav-menu li {
  padding: 0px 5px;
}
.side-nav-menu li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 5px;
}

.side-nav-menu li a i {
  margin-right: 5px;
  font-size: 14px;
}
.bg01 {
  background-color: #f9fafb;
  padding: 10px 0 20px 0 !important;
}

.owl-prev span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #21a7d0;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.7s;
}
.owl-next span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #21a7d0;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.7s;
}

.setImgSize {
}
.call-now .callnow-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffff;
}
.call-now .callnow-small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}
.call-now-bg {
  background-color: #00255b;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  /* display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; */
}
.call-now-btn a {
  color: #fff;
  text-decoration: none;
}

.call-now-btn {
  padding: 10px 20px;
  border: 2px dashed;
}
.call-now-btn:hover {
  border: 2px dashed;
}
.img-call {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.top-list .lab-products {
  padding: 14px 12px 14px 15px;
  position: relative;
  box-shadow: inset 0px -2px 8px 1px var(--green_light1);
  border-radius: 10px;
  background-color: #fff;
}
.top-list .lab-products .card-heading h3 {
  background: #fff;
  padding: 5px;
  margin: 0;
  color: #00255b;
  font-size: 18px;
  font-weight: 600;
}
.top-list .lab-products .card-text {
  padding: 5px;
  background: #fff;
  font-size: 14px;
  color: #636262;
}
.top-list .lab-products .price {
  display: inline-block;
  font-size: 12px;
  color: #757575;
  margin-right: 2px;
}
.top-list .lab-products .mrp-price {
  margin-right: 5px;
  text-decoration: line-through;
  display: inline-block;
  font-size: 12px;
  color: #757575;
}
.top-list .lab-products .sale-price {
  font-weight: 600;
  font-size: 19px;
}
.sale-price::before {
  content: "\f156";
  display: inline-block;
  font-size: 17px;
  font-family: "Font Awesome 5 Pro";
}
.price-sign::before {
  content: "\f156";
  display: inline-block;
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro";
}
.mrp-price::before {
  content: "\f156";
  display: inline-block;

  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  text-decoration: line-through;
}

.wrapper {
  padding: 20px 0;
}

.top-list .top-list-heading {
  margin-bottom: 20px;
  color: #00255b;
}

#labs-top .owl-prev span {
  left: -50px;
}
#labs-top .owl-next span {
  right: -50px;
}
#tests-list .owl-prev span {
  left: -50px;
}
#tests-list .owl-next span {
  right: -50px;
}
.test-list-heading {
  margin-bottom: 20px;
  color: #00255b;
}

.tests-list-info .card-heading h3 {
  text-align: center;
  color: #00255b;
  font-size: 20px;
  font-weight: 600;
}
.book-img img {
  border-radius: 50%;
  background-color: #eee;
  padding: 10px;
  width: 50px;
}
.why-to-book-heading {
  margin-bottom: 30px;
  color: #00255b;
}
.why-to-book h5 {
  color: #1d9620;
}

.how-to-works .card {
  border: none;
}
.how-to-works .card-icon {
  display: flex;
}
.how-to-works .card-icon i {
  margin: 0 auto;
  background-color: #eee;
  border-radius: 50%;
  padding: 14px;
  font-size: 18px;
  color: rgb(7 102 58);
}
.how-to-works .card-content {
  text-align: center;
}

.we-do-great .card {
  background-color: #0f5132;
  padding: 30px;
  height: 170px;
}
.we-do-great .card-icon {
  display: flex;
}
.we-do-great .card-icon i {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 14px;
  font-size: 18px;
  color: rgb(7 102 58);
}
.we-do-great .card-content p {
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 500;
  color: #fff;
}
.title {
  color: #00255b;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: #00255b;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 30px 33px -41px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0 30px 33px -41px rgb(0 0 0 / 24%);
}
.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #198754;
}
.testimony-wrap p {
  color: #fff;
}
.testimony-wrap .icon span {
  color: #fff;
}
.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}
.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #1fc1a9;
}
.testimony-wrap .position {
  font-size: 14px;
  color: #999;
}
.reviews .item {
  padding: 20px 0px;
}
.widget-footer {
  margin-bottom: 20px;
}
.widget-footer h4 {
  font-weight: 600;
  color: rgb(98 255 111);
  font-size: 23px;
  padding-bottom: 20px;
}
.widget-footer li {
  padding-bottom: 6px;
  list-style-type: none;
}
.widget-footer li i {
  padding-right: 5px;
  font-size: 16px;
  color: rgb(98 255 111);
}
.widget-footer li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.widget-footer li a:hover {
  color: #fff;
}
footer {
  background-color: rgb(0 35 85);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
}

.copy-right p {
  margin: 0;
  padding: 10px 0px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.copy-right a {
  color: rgb(98 255 111);
}

.Social-Links h4 {
  padding-bottom: 20px;
  color: rgb(98 255 111);
}
.Social-Links ul li {
  list-style: none;
  margin: 0 5px;
}

.Social-Links ul li .fab {
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  color: #011b3f;
}

.Social-Links ul li .fab {
  color: #fff;
}
.Social-Links ul li .fab:hover {
  color: #000;
}

.Social-Links ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.Social-Links ul li a:hover {
  transform: translate(0, -10%);
}

.Social-Links ul li:nth-child(1) a {
  color: #fff;
  background-color: #0077b5;
  /* background-color: rgba(0, 0, 0, 0.829); */
}
.Social-Links ul li:nth-child(2) a {
  color: #fff;
  background-color: #e4405f;
}
.Social-Links ul li:nth-child(3) a {
  background-color: #0048b5;
}
.Social-Links ul li:nth-child(4) a {
  background-color: #011b3f;
}
.Social-Links ul li:nth-child(1) a:hover {
  background-color: rgba(239, 239, 239, 0.829);
}
.Social-Links ul li:nth-child(2) a:hover {
  background-color: #e4405f;
  background-color: rgba(239, 239, 239, 0.829);
}
.Social-Links ul li:nth-child(3) a:hover {
  background-color: #0077b5;
  background-color: rgba(239, 239, 239, 0.829);
}
.Social-Links ul li:nth-child(4) a:hover {
  background-color: #011b3f;
  background-color: rgba(239, 239, 239, 0.829);
}
/* #side-bar .modal-dialog {
    position: relative;
    width: 400px;
    right: 0;
  
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
    float: right;
    pointer-events: none;
   
   
} */
#side-bar .modal-header {
  border: none;

  color: #064266;
}
/* #side-bar .modal-footer{
    border: none;
} */

/* #side-bar  .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  } */
.side-bar-box {
  border: 1px solid #f9fafb;
  padding: 10px;
  margin: 30px 0;
  border-radius: 5px;
  background-color: #f9fafb;
}
.side-bar-box h3 {
  font-size: 18px;
  font-weight: 400;
}
.side-icon i {
  font-size: 20px;
}

.side-bar-box:nth-child(3) {
  background-color: #064266;
  color: #ffff;
}
.side-bar-box:nth-child(4) {
  background-color: #26571a;
  color: #ffff;
}
.loc .input-group-text {
  background-color: #26571a;
  color: #ffff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(254 254 254 / 90%);
}
.pin-btn {
  background-color: #eee;
  color: #000;
}
.Search_box {
  position: relative;
  left: 0px;
  border: none;
  margin-top: 0.1em;
}
.Search_box i {
  position: absolute;
  top: 14px;
  right: 13px;
  color: var(--green_light);
}
.setW {
  width: 70%;
  margin-top: 0;
  overflow: hidden;
}
.setW input {
  border-radius: 0 !important;
  padding: 0.435rem 0.75rem;
  margin-top: -0.9px;
}
.nav-icon {
  font-size: 16px;
  margin-right: 5px;

  color: #51af33;
}
.side-nav-menu li a i {
  color: #51af33;
  font-weight: 600;
}

.prescription-btn .uplod-btn a {
  color: #fff;
  padding: 7px;
  font-size: 14px;
  padding: 12px;
}
.prescription-btn button {
  padding: 9px 9px;
  /* margin-right: 14px; */
  font-size: 14px;
}

.serives-btn {
  font-size: 18px;
  border: 1px solid var(--green_light);
  /* padding: 0 50px; */
  height: 80px;

  line-height: 25px;
  /* margin: 0 20px; */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serives-home a:last-child {
  margin-right: 0;
}

.serives-icon {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}

.customSwalBtn {
  background-color: rgb(115, 181, 30);
  border-left-color: rgba(214, 130, 47, 1);
  border-right-color: rgba(214, 130, 47, 1);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 5px 0px 5px;
  padding: 10px 32px;
}
.customSwalBtn1 {
  background-color: rgb(115, 181, 30);
  border-left-color: rgba(214, 130, 47, 1);
  border-right-color: rgba(214, 130, 47, 1);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 5px 5px 0px 5px;
  padding: 10px 32px;
}
.swal2-image {
  max-width: 100%;
  margin: 0.25em auto !important;
}
.close {
  position: absolute;
  left: 96%;
  top: 13px;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  /* background-color: #5c5c5c; */
  cursor: pointer;
  text-decoration: none;
}
input.fip {
  margin: auto;
  width: 80%;
  background: #f5f5f5;
  border: 0;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
/* .form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #f9f9f9;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
} */
.margin-below {
  margin-bottom: 1.2rem;
}
.form-control:focus {
  border-color: #7743ff;
  box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.07),
    0 0 8px rgba(129, 129, 129, 0.6);
}
.btn2 {
  cursor: pointer;
  width: 80%;
  padding: 12px;
  border: 0;
  background: #3e7fb9;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 0px #3e7fb9;
  margin-top: 1.2rem;
  border-radius: 0.25rem;
}
.btn2:hover {
  color: #fff;
  background: #3e7fb9;
  border-color: #3e7fb9;
}
.swal2-title {
  color: #3e7fb9 !important;
}
#pop-msg {
  font-size: 14px;
  color: red;
  font-weight: 700;
}
.swal2-container {
  z-index: 999999999 !important;
}
@media (min-width: 325px) and (max-width: 767px) {
  .swal2-title {
    font-size: 25px !important;
  }
  input.fip {
    margin: auto;
    width: 100%;
  }
  .btn2 {
    width: 100%;
  }
}

.fixedoffer {
  position: fixed;
  width: 200px;
  height: 30px;
  margin: 0;
  padding: 0;
  top: 18%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedoffer .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedoffer .phonenumber span {
  width: 65px;
  height: 35px;
  float: left;
  background: #3e7fb9;
  font-size: 18px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.fixedoffer .phonenumber p {
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.phn {
  color: #3e7fb9;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.fixedoffer .phonenumber span i {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
/*******/
.fixedcall1 {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 28%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedcall1 .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedcall1 .phonenumber span {
  width: 45px;
  height: 45px;
  float: left;
  background: #3e7fb9;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall1 .phonenumber p {
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.phn {
  color: #3e7fb9;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.fixedcall1 .phonenumber span i {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}

.fixedcall {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 48%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedcall a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedcall a span {
  width: 45px;
  height: 45px;
  float: left;
  background: #3e7fb9;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall a p {
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.fixedcall a svg {
  color: #fff;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}
.fixedwhatapp {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 57%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedwhatapp a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedwhatapp a span {
  width: 45px;
  height: 45px;
  float: left;
  background: #0f5132;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedwhatapp a p {
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.fixedwhatapp a svg {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
.fixedwhatapp:hover {
  right: 0;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.fixedcall:hover {
  right: 0;
}
.fixedcall1:hover {
  right: 0;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffff;
  padding-right: 8px;
  padding-left: 0;
}

.m-bg-color {
  background-color: #042b66;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar-light .navbar-toggler {
  color: #ffff;
  border-color: #ffff;
}
.call-phone {
  display: flex;

  align-content: center;
  justify-content: end;
}

.infographic-items {
  --color-main: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.infographic-items h1,
.infographic-items h2 {
  text-transform: uppercase;
}
.infographic-items h1 {
  color: var(--color-accent);
  background: var(--color-main);
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
}
.infographic-items h2 {
  background: var(--color-accent);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}
.infographic-items p {
  padding-left: 20px;
  padding-right: 20px;
  background: #00255b;
  display: block;
  color: #ffff;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  height: 180px;
}
.clip-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  background: #fff;
  background: linear-gradient(
    rgb(249 250 251) 0%,
    rgb(249 250 251) 50%,
    rgb(0, 37, 91) 50%,
    rgb(0, 37, 91) 100%
  );
}
.clip-1,
.clip-2,
.content {
  position: absolute;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clip-1 {
  height: 100%;
  aspect-ratio: 1;
  background-color: #f8f9fa;
  z-index: 1;
}
.clip-2 {
  --border: 30px;
  aspect-ratio: 1;
  height: calc(100% - var(--border));
  background-color: #00255b;
  z-index: 2;
}
.content {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content i {
  font-size: 26px;
}
.lab-products .btn a {
  color: #ffff;
}
.breadcrumb-section {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-item.active {
  color: #002355;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-section .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}
.price-tag {
  float: right;
  font-size: 20px;
  color: #198754;
  font-weight: 600;
}
.test-details .card-title {
  margin-bottom: 0.5rem;
  color: #042b66;
  font-size: 20px;
  font-weight: 600;
}
.test-features li i {
  color: #198754;
  font-size: 14px;
}
.test-features li {
  color: #000;
  font-size: 14px;
}
.test-features img {
  border-radius: 10px;
}
.test-details .card {
  /* width: max-content; */
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(227 228 230);
  border-radius: 11px;
  border-radius: 11px;
  padding: 10px;
}
.setCard {
  border: 2px solid var(--green_light1) !important;
}
.test-details .accordion-item {
  background-color: #fff;
  border: none;
  /* border: 1px solid rgb(0 35 85); */
  /* border-radius: 10px; */
  border-bottom: 1px solid #eee;
}
.test-details .accordion-button:not(.collapsed) {
  color: #002355;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.test-details .accordion-header i {
  color: #198754;
  font-size: 18px;
  margin-right: 5px;
}
.cart-sidebar {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-top: 15px;
  /* margin: 0; */
  /* color: #0b0b0bee; */
}
.cart-sidebar h5 {
  font-weight: 400;
  font-size: 17px;
}
.cart-items {
  font-size: 14px;
  color: #bbbbbc;
}
.cart-sidebar hr {
  color: #a09f9f;
}
.cart-btn {
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.login-page .login-form .card-body {
  background-color: #f8f9fa;
  border-radius: 1.25rem;
}
.login-page .login-form {
  background-color: #f8f9fa;
  border-radius: 1.25rem;
}
.login-page .login-form .card-body .heading {
  text-align: center;
  color: #042b66;
  font-size: 22px;
}
.login-page .login-form .input-group-text {
  border-radius: 1.25rem;
}
.login-page .login-form .form-control {
  border-radius: 1.25rem;
}
.btn-sub {
  width: 100px;
  border-radius: 1.25rem;
}
.screening img {
  width: 150px !important;
  height: 150px;

  border: 1px solid #f2f0f0;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
  background-color: #69a5ff1a;
}
.screening h3 {
  font-size: 18px;
  margin: 20px 0px;
  color: #198754;
  text-align: center;
}
.screening .card-body {
  position: relative;
  /* box-shadow: inset 1px -2px 8px 1px rgb(128 128 128 / 30%); */
  box-shadow: inset 0px -2px 8px 1px var(--green_light1);
  border-radius: 10px;
  background-color: #fff;
}
.screening .card {
  border: none;
}
.mrp-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}
.sale-price {
  font-weight: 600;
  font-size: 19px;
  color: #0f5132;
}
.extra-list a {
  float: right;
}
.packages-home.test-features li {
  color: #000;
  font-size: 18px;
}
.packages-home .card-title {
  color: #00255b;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 1px solid #eee;
  border-radius: 1.25rem;
  /* margin: 0 20px; */
  margin-right: 10px;
  color: rgb(25 135 84);
}

.best-practises-img {
  border: 1px solid #f2f0f0;
  border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #f7f7f7fc;
  display: flex;
}
.best-practises-img img {
  width: 70px !important;
  height: 70px;
  margin: auto;
}
.best-practises h3 {
  font-size: 18px;
  margin: 20px 0px;
  color: #198754;
  text-align: center;
}

.partner .card {
  background-color: #f9fafb;
}
.partner .card {
  background-color: #00204f;
  padding: 30px;
}
.partner .card-icon {
  display: flex;
}
.partner .card-icon img {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 18px;
  color: rgb(7 102 58);
}
.partner .card-content h3 {
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 500;
  color: #fff;
}
.partner .card-content h3 a {
  color: #fff;
}
marquee {
  background-color: #51af33;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
marquee p {
  color: #fff;

  font-size: 16px;
}
.account-info .account-menu .nav-pills .nav-link {
  margin-bottom: 20px;
}
.account-info {
  margin: 30px 0;
}
.account-info ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.account-info .form-control {
  padding: 15px;

  color: #ffff;
  background-color: #042b66;

  border: 1px solid #042b66;
  border-radius: 1.25rem;
}
.account-info .save-btn {
  border-radius: 1.5rem;
  padding: 13px;
  font-size: 18px;
}
.account-info .form-label {
  font-size: 16px;
}
.my-orders .order-details .order.info i {
  margin-right: 5px;
  font-size: 14px;
}
.my-orders {
  width: 100%;
  overflow: auto;
}
.my-orders .order-details .order-info p {
  font-size: 15px;
}
.my-orders .price-details {
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
  justify-content: space-between;
  align-content: center;
}
.my-orders .order-details .order-info {
  font-size: 15px;
  padding-bottom: 10px;
}
.my-orders .card-body {
  padding: 10px;
}
.my-orders .price-details .cancel a {
  color: #ff0000;
}
.my-orders .price {
  font-size: 17px;
}
.my-orders .card-title {
  color: #0d6efd;
}
.bloc_left_price {
  color: #c01508;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}
.category_block li:hover {
  background-color: #007bff;
}
.category_block li:hover a {
  color: #ffffff;
}
.category_block li a {
  color: #343a40;
}
.add_to_cart_block .price {
  color: #c01508;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
  color: #343a40;
  text-align: center;
  text-decoration: line-through;
  font-size: 140%;
}
.product_rassurance {
  padding: 10px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #6c757d;
  color: #6c757d;
}
.product_rassurance .list-inline {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.product_rassurance .list-inline li:hover {
  color: #343a40;
}
.reviews_product .fa-star {
  color: gold;
}
.cart-img img {
  width: 50px;
  height: 50px;
}
.cart-input input {
  width: 100px;
}
.cart-totals {
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
  padding: 20px;
}
.cart-totals h4 {
  font-size: 1rem;
}
.icon-box.medium {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.icon-box {
  font-size: 30px;
  margin-bottom: 33px;
  display: inline-block;
  color: #ffffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #59b73f;
  text-align: center;
  border-radius: 0.3rem;
}
.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #59b73f;
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}

.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}

.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #00a01d;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.about-features .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.about-features .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #042b66 none repeat scroll 0 0;
  border-color: #042b66;
}

.about-features .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #042b66;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.about-features.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.about-features.text-center .item i {
  background: #042b66 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.about-features.text-center .item i::after {
  border: 2px solid #042b66;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.about-features.item-border-less .item {
  border: medium none;
}

.about-features .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.about-features.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.about-features.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.about-features.center-active .single-item:nth-child(2n) .item i,
.about-features.center-active .single-item:nth-child(2n) .item h4,
.about-features.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.about-features .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.about-features .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.about-features .item p {
  margin: 0;
}

.about-features .item i,
.about-features .item h4,
.about-features .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.about-features .item::after {
  background: #042b66 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.about-features .item:hover::after {
  left: 0;
}

.about-features .item:hover i,
.about-features .item:hover h4,
.about-features .item:hover p {
  color: #ffffff !important;
}

.about-features.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.about-features.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #042b66 !important;
}

.about-features.text-left .item i {
  background: #042b66 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.about-features.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
#tests-list .owl-dots {
  align-content: center;
  /* margin-top: 10px; */
  position: absolute;
  bottom: 23px;
  left: 46%;
  margin: 0;
  /* padding: 47px; */
  border-radius: 16px;
  padding: 2px;
  background-color: #00255b;
  background-color: #eeeeee !important;
  text-align: center;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: -3px;
}
#tests-list .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 4px;

  background: #8e8a8a;
  display: block;

  transition: opacity 0.2s ease;
  border-radius: 30px;
}
#tests-list .owl-dot.active span {
  background: #ffffff;
}

.why-to-book .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.why-to-book .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #042b66 none repeat scroll 0 0;
  border-color: #042b66;
}

.why-to-book .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #042b66;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.why-to-book.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
  height: 300px;
}

.why-to-book.text-center .item i {
  background: #042b66 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.why-to-book.text-center .item i::after {
  border: 2px solid #042b66;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.why-to-book.item-border-less .item {
  border: medium none;
}

.why-to-book .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.why-to-book.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.why-to-book.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.why-to-book.center-active .single-item:nth-child(2n) .item i,
.why-to-book.center-active .single-item:nth-child(2n) .item h4,
.why-to-book.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.why-to-book .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.why-to-book .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.why-to-book .item p {
  margin: 0;
}

.why-to-book .item i,
.why-to-book .item h4,
.why-to-book .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.why-to-book .item::after {
  background: #042b66 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.why-to-book .item:hover::after {
  left: 0;
}

.why-to-book .item:hover i,
.why-to-book .item:hover h4,
.why-to-book .item:hover p {
  color: #ffffff !important;
}

.why-to-book.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.why-to-book.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #042b66 !important;
}

.why-to-book.text-left .item i {
  background: #042b66 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.why-to-book.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.why-to-book .item h4 {
  font-size: 19px;
}
.heading-ma {
  background-color: #042b66;
  font-weight: 600;
  padding: 0px 5px;
}
.user-login .dropdown-item {
  color: #000;
}
.user-login .dropdown-menu {
  padding: 0 !important;
}
.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #5d5d5d;
}
.lablist-icon {
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 30px;
  background-color: #eee;
  padding: 5px;
  margin-top: 20px;
}
.lablist {
  padding: 10px;
  position: relative;
  box-shadow: inset 1px -2px 8px 1px rgb(128 128 128 / 30%);
  box-shadow: inset 1px -2px 8px 1px var(--green_light1);
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--green_light1) !important;
}
.patients-Details .accordion-button::after {
  display: none;
}
.patients-Details .accordion-button:not(.collapsed)::after {
  display: none;
}
.patients-Details .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.patients-Details .add-patient-btn {
  float: right;
  margin: 10px;
}
.category-add button {
  margin-right: 10px;
}

.time-slot li a span {
  background-color: #0c5db6;
  border: 1px solid #0c5db6;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
  width: 120px;
}
.time-slot li {
  margin-right: 5px;
}
.price-details .table > :not(caption) > * > * {
  border: none;
}
.add-test-btn {
  direction: rtl;
  margin-bottom: 20px;
}
.side-nav-menu:last-child {
  margin-right: 0;
}
.prescription-btn button:last-child {
  margin-right: 0;
}
.prescription-btn button a {
  color: #fff;
}
.package-list {
  margin: 10px 0;
}
.package-list i {
  color: #042b66;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
  margin-right: 10px;
}
.package-list-content h5,
h6 {
  font-size: 12px;
  color: #5d5d5d;
  margin-bottom: 5px;
}
.package-list-content h6 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.acc-title i {
  margin-right: 5px;
}
.screening-details .screening-content {
  padding: 30px;
}
.screening-details .screening-content h3 {
  font-size: 26px;
  color: #0468fc;
}
.screening-details .screening-content .screening-list {
  margin: 20px 0px;
}
.screening-details .screening-content .screening-list li {
  margin: 10px 0px;
}
.screening-details .screening-content .screening-list li::before {
  content: "\f058";
  display: inline-block;
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro";
  color: #0468fc;
}
a.scrollToTop {
  width: 40px;
  background-color: #00a01d;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
}
a.scrollToTop::before {
  content: "";
  position: absolute;
  border: 1px dashed;
  border-color: inherit;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 1;
  border-radius: inherit;
}

a.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}
.prescription-btn i {
  margin-right: 5px;
}

.common-btn {
  padding: 9px 9px;

  margin-left: 10px;
  font-size: 14px;
}
.common-btn i {
  margin-right: 5px;
}
.common-btn2 a {
  padding: 9px 9px;

  margin-left: 10px;
  font-size: 14px;
  margin-right: 20px;
}
.common-btn2 i {
  margin-right: 5px;
}
.doctor-appointment .d-icon img {
}
.doctor-appointment .specialization .card {
  border: none;
}
.doctor-appointment .specialization .card-body {
  padding: 10px;
}
.doctor-appointment .specialization .card-title {
  color: #00255b;
  text-align: center;
  font-size: 15px;
}
.doctor-appointment .specialization .card {
  /* box-shadow: inset 1px -2px 8px 1px rgb(128 128 128 / 30%); */
  box-shadow: inset 1px -2px 8px 1px var(--green_light1);
  border-radius: 10px;
  background-color: #fff;
}
.img-th {
  border-color: var(--green_light) !important;
}
.doctor-list .card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(159 159 159 / 17%);
}
.doctor-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doc-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.doctor-img {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
  width: 150px;
}
.doctor-img img {
  border-radius: 5px;
}
.doc-department {
  color: #ee344e;
  font-size: 14px;
  margin-bottom: 8px;
}
.doc-department img {
  width: 19px;
  display: inline-block;
  margin-right: 10px;
}
.doc-location {
  color: #757575;
  font-size: 14px;
}
.doc-location a {
  color: #ee344e;
  font-weight: 500;
}
.doc-location i {
  color: rgb(81, 175, 51);
  margin-right: 5px;
}
.doctor-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.doc-speciality {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}
.doc-exp {
  font-size: 14px;
  color: #fa0808;
  margin-bottom: 5px;
  font-weight: 600;
}
.doc-designation_info {
  font-size: 14px;
  color: #5108fa;
  font-weight: 500;
  margin-bottom: 5px;
}
.doctor-widget .rating i {
  font-size: 14px;
}
.doctor-widget .rating .filled {
  color: #ffc002;
}
.doctor-widget .rating {
  margin-bottom: 5px;
}

.doctor-widget .average-rating {
  font-size: 14px;
  font-weight: 500;
}
.clinic-details {
  margin-bottom: 15px;
}
.clinic-details h5 {
  font-weight: normal;
  color: #757575;
  margin-bottom: 25px;
  font-size: 18px;
}
.clinic-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clinic-details ul li {
  display: inline-block;
  padding-right: 5px;
}
.clinic-details ul li:last-child {
  padding-right: 0;
}
.clinic-details ul li a {
  display: inline-block;
}
.clinic-details ul li a img {
  border-radius: 5px;
  width: 40px;
}
.clinic-services {
  color: #272b41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clinic-services span {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
}
.clinic-services span + span {
  margin-left: 5px;
}
.clini-infos {
  margin-bottom: 15px;
}
.clini-infos ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.clini-infos ul li {
  display: block;
  line-height: 30px;
  color: #4e4852;
}
.clini-infos ul li i {
  font-size: 15px;
  min-width: 30px;
  color: rgb(81, 175, 51);
}
.clinic-booking a + a {
  margin-top: 15px;
}
.clinic-booking a {
  background-color: #fff;
  border: 2px solid #ee344e;
  border-radius: 4px;
  color: #ee344e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
  background: #ee344e;
  color: #fff;
}
.clinic-booking a.apt-btn {
  background-color: #ee344e;
  color: #fff;
}
.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
  background-color: #0369b3;
  border-color: #0369b3;
  color: #fff;
}
.load-more {
  margin-bottom: 30px;
}
.doctor-profile .card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(159 159 159 / 17%);
}
.experience-box {
  position: relative;
}
.experience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.experience-list::before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.experience-list > li {
  position: relative;
}
.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}
.experience-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}
.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.experience-list > li .experience-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}
.experience-list > li .experience-content .timeline-content {
  color: #757575;
}
.experience-list > li .experience-content .timeline-content a.name {
  font-weight: 500;
}
.experience-list > li .time {
  color: #757575;
  display: block;
  font-size: 13px;
}
.before-circle {
  background-color: rgba(32, 192, 243, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #ee344e;
}
.exp-year {
  color: #ee344e;
  margin-bottom: 2px;
}
.exp-title {
  font-size: 16px;
}
.doctor-profile-title {
  font-size: 20px;
  color: #ee344e;
}
.location-list {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px;
}
.location-list + .location-list {
  margin-top: 20px;
}
.clinic-content .clinic-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.clinic-content .clinic-direction a {
  display: inline-block;
  margin-top: 8px;
}
.timings-days {
  font-weight: bold;
  color: #272b41;
  margin-bottom: 5px;
}
.timings-times span {
  display: block;
}
.location-list .consult-price {
  font-size: 20px;
  font-weight: 500;
  color: #272b41;
}
.business-widget {
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 0;
}
.listing-day {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.listing-day:last-child {
  margin-bottom: 0;
}
.listing-day.current {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.listing-day .day {
  font-weight: 500;
}
.listing-day.current .day {
  font-weight: bold;
}
.listing-day.current .day span {
  display: block;
  font-weight: normal;
}
.time-items {
  color: #757575;
}
.time-items > span {
  display: block;
  text-align: right;
}
.time-items > span.open-status {
  margin-bottom: 3px;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  display: none;
}

.step {
  display: none;
}
.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}
button#prev-btn,
button#next-btn,
button#submit-btn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 130px;
  height: 40px;
  background: #011b3f;
  margin: 0 auto;

  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(5, 219, 69);
  content: "";
  z-index: -2;
  transition: transform 0.3s;
}
button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
  transform: translateY(-80%);
  transition: transform 0.3s;
}

#q-box__buttons {
  text-align: center;
}
#success {
  display: none;
}
#success h4 {
  color: #011b3f;
}
.back-link {
  font-weight: 700;
  color: #011b3f;
  text-decoration: none;
  font-size: 18px;
}
.back-link:hover {
  color: #82000a;
}
.doctor-profile .nav-pills .nav-link {
  border: 1px solid #eee;
  border-radius: 1.25rem;
  /* margin: 0 20px; */
  margin-right: 10px;

  padding: 10px;
}

.health-package .nav-pills .nav-link {
  border: 1px solid rgb(25 135 84);
  border-radius: 1.25rem;
  /* margin: 0 20px; */
  margin-right: 10px;

  padding: 10px;
}
.account-info .nav-pills .nav-link {
  border: 1px solid #eee;
  border-radius: 1.25rem;
  /* margin: 0 20px; */

  font-size: 18px;
  padding: 10px;
}
.moblie-service {
  color: #ff1493;
  font-weight: 600;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.1) !important;
    transform: translate3d(0, -15px, 0) scaleY(1.1) !important;
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
    transform: translate3d(0, -5px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.my-element {
  display: inline-block;
  height: 5px;
  /* margin: 0 0.5rem; */
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-timing-function: linear;
}

.animate__animated.animate__bounce {
  animation: bounce 2s infinite;

  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.Prescrip_for_mob {
  display: none !important;
}
.offerCard img {
  min-height: 240px;
  max-height: 240px;
}
.offerCard .read_more_btn {
  background-color: var(--green_light);
  padding: 0em 1em;
  border: 1px solid gray;
  border-radius: 2px;
}
.Custom_priscription {
  /* display: flex;
  align-items: center; */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .setW {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1210px !important;
  }
}
.labs-item {
  width: max-content;
}
.labs-item img {
  margin-top: 20px;
}
.labs-item h5 {
  margin: 0 !important;
}

.UploadPricBtn {
  display: none;
}

@media only screen and (max-width: 600px) {
  .HideUpload {
    display: none;
  }
  .doctor-profile .nav-pills .nav-link {
    border: 1px solid green !important;
  }
  /*  Header */
  .setNewColor {
    padding: 0 !important;
    .cont1 {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      background: #042b66 !important;
    }
  }

  .call-now {
    padding: 0 !important;
  }

  /*End  Header */

  .vital_organsSection {
    .owl-next span,
    .owl-prev span {
      position: relative;
      width: 30px !important;
      height: 30px !important;
      display: block;
      transform: translate(0);
      line-height: 0;
      line-height: 33px;
    }
  }

  #customTitle {
    font-size: 17px;
    margin: 0;
    margin-top: 20px !important;
  }
  .labs-item-box img {
    margin-top: 20px;
  }
  #setCustomBorder {
    ul {
      padding: 0;
      li {
        margin: 0 !important;
        padding: 5px;
        border: 1px solid rgb(96, 232, 28);
        border-radius: 10px;
      }
    }
    button {
      width: auto !important;
      margin-bottom: 0 !important;
    }
    span {
      i {
        margin-right: 5px;
        color: #ff1493;
      }
    }
  }

  .serives-btn {
    .btn {
      /* border: 2px solid #ff1493 !important; */
      margin-left: 0px !important;
    }
    margin: 2px auto !important;
    border: 2px solid rgb(91 203 125);
    span {
      i {
        margin-right: 5px;
        color: red;
      }
    }
  }
  .infographic-items {
    width: 100%;
    overflow: hidden;
  }

  #pills-tabContent .owl-theme .owl-nav.disabled + .owl-dots {
    display: none !important;
  }
  #setMinH {
    min-height: 30px;
  }

  #tests-list .owl-dots {
    background-color: #fbfbfb !important;
    bottom: -22px !important;
    left: 34%;
  }

  .how-to-works {
    overflow: hidden;
  }
  .offerCard img {
    min-height: 200px;
    max-height: 200px;
  }
  .fixedwhatapp {
    top: 57%;
  }
  .m-bg-color {
    background-color: transparent;
    width: 100%;
  }
  .navbar-toggler.btn_1 {
    display: none;
  }
  .header_icon {
    font-size: 1.2em;
    width: 180px;
    display: flex;
    justify-content: end;
    gap: 1em;
    color: black;
  }
  .header_icon span.icons_ {
    display: flex;
    margin-right: 10px;
    gap: 10px;
    align-items: center;
  }

  .header_icon_mobile {
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    color: black;
    width: 100%;
  }
  .header_icon_mobile form {
    width: 82%;
  }
  .header_icon_mobile form input {
    border: none;
    border-radius: 15px;
    padding: 0.7em 1em;
    box-shadow: 1px 1px 10px #80808069;
  }
  .header_icon_mobile form input::placeholder {
    font-weight: 500;
    color: gray;
    font-size: 0.7em;
  }
  .header_icon_mobile .navbar-toggler {
    box-shadow: 1px 1px 10px #8080806c;
    border-radius: 15px;
  }
  .mob_list {
    display: none;
  }
  .Search_box {
    position: relative;
  }
  .Search_box i {
    position: absolute;
    top: 16px;
    right: 13px;
    color: var(--green_light);
  }
  .mobile_search {
    display: flex;
    width: 100%;
    background-color: white;
    padding-bottom: 0.7em;
    box-shadow: 0px 5px 10px #a0a0a037;
  }
  .navbar-toggler-icon i {
    display: none;
  }
  .navbar-toggler-icon {
    color: black !important;
    font-size: 0.7em;
    font-weight: 700;
  }
  #desktop_search {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    color: black;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-top: 1em;
  }
  #icon_white {
    color: white;
  }
  .navbar-brand img {
    width: 160px !important;
  }
  .cont1 {
    flex-wrap: unset !important;
  }
  .mobile_search {
    display: flex !important;
  }
  /* #hide_mob {
    display: block !important;
  } */

  /* .prescription-btn */
  .Prescrip_for_desk {
    display: none !important;
  }
  .Prescrip_for_mob {
    display: flex !important;
    padding: 0.3em 0.7em 0 0.7em;
    button {
      width: 100%;
    }
    .setCols {
      margin-bottom: 1em;
      padding: 0.1em;
    }
  }
  .UploadBtn,
  .CartBtn {
    padding: 1em !important;
    max-width: 33%;
    min-height: 10vh;
    background: rgba(0, 128, 0, 0.59);
  }
  .LogBtn {
    padding: 1em !important;
    max-width: 33%;
    min-height: 10vh;
    background: rgba(255, 0, 0, 0.601);
  }
  .UploadBtn i,
  .LogBtn i,
  .CartBtn i {
    font-size: 1.4em;
  }
  .icons_ i {
    font-size: 1.3em;
  }

  #fist_icn {
    font-size: 3em !important;
  }
  .name_ {
  }

  /* Price Line */

  .Set_price_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
  }
  .Add_toCart {
    font-size: 11px;
  }
  .price-tag {
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: right;
  }

  /* Doctor Appointment */
  .specialization {
    height: 100%;
  }
  .doctor-appointment .specialization .card {
    height: 100%;
  }
  .doctor-appointment .specialization .card-title {
    font-size: 12px;
    text-align: left;
  }

  /* LAB TEST */

  .forMobLabTestCard {
    display: none;
  }
  .forMobFLex {
    display: flex;
    img,
    i {
      display: block !important;
      margin: 0;
      margin-right: 10px;
      width: 32px !important;
      height: 32px !important;
    }
    i {
      &::before {
        position: relative;
        top: 3px;
      }
    }
    .card-title {
      font-size: 16px !important;
    }
  }
}
/* .forMobLabTestCard {
  display: none;
}
.forMobFLex {
  img {
    display: none;
    margin: 0;
    margin-right: 10px;
  }
  i {
    display: block !important;
    margin: 0;
    margin-right: 10px;
    width: 40px !important;
    height: 40px !important;

  }
  i{
    &::before{
      position: relative;
      top: 3px;
    }
  }
} */

.forMobLabTestCard {
  display: none;
}
.forMobFLex {
  display: flex;
  align-items: center;
  img,
  i {
    display: block !important;
    margin: 0;
    margin-right: 10px;
    width: 32px !important;
    height: 32px !important;
  }
  i {
    &::before {
      position: relative;
      top: 3px;
    }
  }
  .card-title {
    margin: 0;
    font-size: 16px !important;
  }
}
.Set_price_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}

.CustomContainer {
  max-width: 1200px !important;
}
@media only screen and (min-width: 601px) {
  #hide_mob {
    display: none !important;
  }
  .Prescrip_for_mob {
    display: none !important;
  }

  /* .mob_list {
    display: none;
  }
  #icon_green{
    display: none;
  }
  .icons_{
    display: none;
  }*/
  .mobile_search {
    display: none;
  }
}
