:root {
  --primary_color_one: #11b132;
  --primary_color_two: #08789b;
  --primary_color_three: #fdb61e;
  --icon_color: #ffffff;
}

.slide__title_color {
  color: var(--primary_color_one);
}

.title-color {
  color: var(--primary_color_one);
}

.booking_color {
  color: blueviolet;
}

/* Dropdown opens on hover */
.nav__item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Default dropdown-menu styling (adjust if necessary) */
.nav__item .dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

#med_about {
  min-height: 300px !important;
  z-index: -1 !important;
  padding-bottom: 150px !important;
}

#med_about_section {
  margin-top: -150px !important;

}

.slick-arrow {
  top: 38% !important;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-size: 16px !important;
}

.carousel-arrows-light .slick-arrow {
  color: rgb(120 120 120 / 80%);
  border-color: rgba(255, 255, 255, 0.2);
  background: #dddddd;
}

.carousel-arrows-light .slick-arrow:hover {
  background: #02bb5b;
}

.pagetitle__desc {
  font-weight: 500 !important;
}

.widget-plan .plan__items:hover {
  box-shadow: 0px 5px 83px 0px rgba(129, 148, 176, 0.275);
}

.whyChoose_title {
  font-size: 19px !important;
  margin-bottom: 7px !important;
  color: #0e204d;
}

@media (max-width: 1300px) {

  #hero_Slider .slide-item {
    height: 400px;
  }
}

@media (min-width: 1301px) {
  .slider .slick-arrow:before {
    font-size: 15px;
    font-weight: 900;
    background: #e9e9e9d9;
    padding: 8px;
    border-radius: 30px;
    color: #626262;

  }

  #hero_Slider .slide-item {
    height: 600px;
  }
}




.service-list-view {
  padding-top: 15px;
  text-align: end;
  /* margin-right: 20px; */
  padding-right: 30px;

}

.service-list-view p a {
  color: #fff;
  text-align: end;
  font-size: 18px;

}

#service-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-top: 30px;
}

#service-list .service-list-item {
  background: #fff;
  border: 1px solid #e7e7e5;
  width: 16%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: "";
  cursor: pointer;

}

#service-list .service-list-image {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;

}

#service-list .service-list-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #4b4a48;
  line-height: 20px;
  font-size: 14px;
  color: #121414;
}

#service-list .service-list-text p {
  margin: 0;
  padding: 0;
}

@media (max-width: 580px) {
  #service-list .service-list-item {
    width: 49%;
    padding: 8px 5px;
  }

  #test-lists .testLists .test-single-item {
    flex-basis: calc(100%) !important;
  }

  ;

  #test-lists {
    margin-top: 20px !important;
  }

  #test-lists .filtertext {
    width: 100% !important;
    margin-bottom: 20px;

  }
  .footer-widget-about{
padding: 0 !important;
  }
  .footer-widget-nav{
    padding-left: 10px !important;
  }
  .footer .footer__copyright-links li a{
    font-size: 12px;
    margin-right: 10px;
  }
  .list-unstyled.footer__copyright-links{
justify-content: left !important;
  }
  .about-layout1{
    padding-top: 20px;
  }
  .about-layout1 .heading-layout2 span{
    font-size: 30px;
  }
 
  #test-lists .filter-selection {
    width: 92% !important;
    margin-right: 1px !important;
    top: -15px;
    left: 0;
    margin: 0 12px;

  }

  .has-search-right .form-control-feedback {
    top: 0px !important;
  }

  .has-search-right .form-control {
    height: 35px;
  }

  #test-lists .nice-select {
    height: 35px;
    line-height: 35px;
  }

  #test-lists .heder-section {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }

  #filter-section {
    margin-right: 0px !important;
  }
  .about-layout1 ul li{
    font-size: 14px;
  }
  .about-layout1 p{
    line-height: 20px;
  }
}

/* test list */
.clearFilter {
  cursor: pointer;
}

#filter-section {
  border: 1px solid #e7e7e5;
  border-radius: 12px;
  background-color: #fff;
  padding: 16px;
  /* margin-top: 30px; */
  position: sticky;
  top: 112px;
  /* height: 100%; */
  flex-basis: 25%;
  margin-right: 20px;
}

#filter-section .filter-title {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  /* height: 50px; */
}

#filter-section .filter-title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121414;
}

#filter-section .filter-subTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  /* padding: 16px 0; */
  border-bottom: 1px solid #e7e7e5;
}

#filter-section .filter-subTitle p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121414;
  margin-bottom: 12px;
}

#filter-section .filter-list {
  position: relative;
  /* overflow: hidden; */
  overflow-y: scroll;
  width: 100%;
  height: auto;
  min-height: 0px;
  max-height: 55vh;
  scrollbar-width: thin;
}


#filter-section .filter-list-item {
  padding-top: 10px;
}

#filter-section .filter-list-item ul {
  list-style: none;
  padding-left: 10px;
}

#filter-section .filter-list-item ul li {
  display: flex;
  align-items: baseline;
}

#filter-section .filter-list-item ul li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121414;
  overflow: hidden;
  text-overflow: clip;
  padding-left: 10px;

}

#filter-section .btn {
  height: 30px !important;
  width: 100%;
  margin-top: 15px;
}

#test-lists {
  height: 100%;
  flex-basis: 75%;
  position: relative;
}

/* #test-lists .heder-section{
      display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    } */

#test-lists .heder-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}

#test-lists .filter-selection {
  width: 272px;
  position: absolute;
  right: 0;
  /* top: -10px; */
  border-radius: 1px;
  margin-right: 35px;

}

#test-lists .filter-selection .nice-select {
  border-radius: 10px !important;
}

#test-lists .testLists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin-top: 34px; */
  margin-bottom: 24px;
}

#test-lists .testLists .test-single-item {
  flex-basis: calc((100% - 40px) / 4);
  border: 1px solid #e7e7e5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px;
  width: 100%;
}

#test-lists .testLists .test-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 64px;
  margin-bottom: 6px;
  cursor: pointer;
  color: #808287;
}

#test-lists .testLists .test-single-item .test-single-image {
  height: 55px;
  width: 55px;
  flex-shrink: 0;
  margin-right: 12px;
}

#test-lists .testLists .test-single-item .test-title p {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  -webkit-line-clamp: 2;
}

#test-lists .testLists .test-single-item .test-title p small {
  color: #71716e;
  line-height: 16px;
  font-size: 12px;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

#test-lists .testLists .test-single-item .test-item-price {
  display: flex;
  align-items: center;
}

#test-lists .testLists .test-single-item .test-item-price .price p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-right: 4px;
}

#test-lists .testLists .test-single-item .test-item-price .price span {
  font-size: 10px;
  font-weight: 400;
  color: #71716e;
  text-decoration: line-through;
  margin-right: 4px;
  margin-top: 2px;
}


#nodatafound p {
  font-size: 25px;
  text-align: center;
}


/* prescription upload */
.uploadPres {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.uploadPres button {
  margin-top: 10px;
}

.filelabel {
  width: 100%;
  border: 2px dashed grey;
  border-radius: 5px;
  display: block;
  padding: 30px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

.filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
  color: grey;
  transition: 200ms color;
}

.filelabel:hover {
  border: 2px solid var(--primary_color_one);
}

.filelabel:hover i,
.filelabel:hover .title {
  color: var(--primary_color_one);
}

#booking_attachment {
  display: none;
}

.upload_prescription form label {
  color: #898989;
  font-weight: 500;
  font-size: 16px;
}

.upload_prescription form input {
  border-radius: 5px;
}

.upload_prescription form input::placeholder {
  color: #8f8f8f !important;
}

.uploadPrescriptionbtn, .bookingTestbtn {
  border: 1px solid var(--primary_color_one);
  font-size: 18px;
  color: var(--primary_color_one);
}

.uploadPrescriptionbtn:hover, .bookingTestbtn:hover {
  color: #fff;
}

/* Full-screen overlay */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Make sure it's on top of everything */
}

/* Centering the spinner and message */
.overlay-background {
  text-align: center;
  color: #ffffff;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.4rem;
}

/* Optional: Animation for the loading text */
.overlay-background p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.add_list_items {
  width: 66.2%;
  position: fixed;
  bottom: 1%;
  /* z-index: 9999; */
  display: none;
  box-shadow: 0 0px 12px #c9c9c9b0;
}

#all_cart_box {
  display: none;
}

#all_cart_box h6 {
  font-weight: 700 !important;
  font-size: 20px;
}

@media (max-width: 580px) {
  .add_list_items {
    width: 93%;
  }

  .add_list_items .add_price_btn {
    /* display: block !important; */
  }

  .add_list_items .add_price_btn h5 {
    font-size: 18px !important;
  }

  .add_list_items .add_price_btn .btn {
    height: 30px !important;
    font-size: 16px;
    min-width: 50px !important;
  }
}

.deleteCartItem {
  cursor: pointer;
}

.partners-card .fancybox-item {
  height: 120px;
}

/* .partners-card .fancybox-item:hover {
  background-color: #def8f6;
  border-color: #def8f6;
} */

.partners-card .fancybox-item .fancybox__content .fancybox__title {
  color: #08789b;
}

.partners-card .fancybox-item .fancybox__title {
  margin-bottom: 1px;
}

.footer-widget-about img {
  width: 230px;
  /* background: #fff; */
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.footer-widget-about p {
  font-size: 16px;
  line-height: 1.6rem;
}

.service-item .service__content {
  padding: 20px;
  padding-bottom: 0;
  min-height: 200px;
}



#blog_section .single_blog .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  margin: 10px;
}

#share-buttons a {
  font-size: 25px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}


.cartItemName {
  font-size: 14px;
}

.contact-card {
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.contact-card .cont-text {
  margin-bottom: 0;
  font-weight: bold;
  padding: 0px 0px 0px 50px;
  color: #fff;
  font-size: 25px;
}

.contact-card h5 {
  color: #fff;
  font-size: 30px;
  padding-top: 7px;
}

/* .contact-card .cont-text h5{
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    margin: 0;
} */
.contact-card .icon-bg {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 120px;
  opacity: 0.3;
  transform: translateY(-50%);
}

.contact-card .icon-circle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 47px;
  height: 47px;

  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card .icon-circle i {
  font-size: 30px;
}

#blog_section_details .single_blog_details h1 {
  font-size: 35px;
}

#blog_section_details .single_blog_details h2 {
  font-size: 28px;
}

.video-banner {
  margin-top: 0;
}




/* Search testList */
.has-search-right {
  position: relative;
  width: 25%;
  margin-left: 10%;
  margin-bottom: 0;
}

.has-search-right .form-control {
  padding-right: 2.375rem;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.has-search-right i {
  cursor: pointer;
}

.has-search-right .form-control-feedback {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
}

#home_hero_slider {
  position: relative;
}
#home_hero_slider .item img{
 height: 405px;
}

#home_hero_slider .owl-prev {
  position: absolute;
  top: 45%;
  left: 0%;
}

#home_hero_slider .owl-next {
  position: absolute;
  top: 45%;
  right: 0%;
}

#home_hero_slider .owl-prev span,
#home_hero_slider .owl-next span {
  font-size: 25px;
  background-color: #00000054;
  color: #fff;
  border-radius: 50%;
  padding: 0px 12px 2px;
}


.home_collection .form-control {
  font-size: 16px;
  height: 45px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #e6e8eb;
}

.home_collection .form-group {
  margin-bottom: 10px
}

.homeCollectionBtn {
  background-color: var(--primary_color_two);
  color: #ffffff;
}

.homeCollectionBtn:hover {
  color: #ffffff;
}

.home_report_section {
  padding: 0px 10px;
}

.home_report_section .col-4 {
  padding: 3px;
}

.report_downlod {
  background-color: #d8eff5e8;
  color: #2e7cad;
  padding: 12px 5px;
  text-align: center;
  border-radius: 3px;
}

.report_downlod:hover {
  background-color: #e2f4fae8;
  color: #3392cd;
}

.report_downlod i {
  font-size: 22px;
  border: 1px solid #256a95;
  padding: 10px 6px;
  height: 45px;
  width: 45px;
  border-radius: 35px;
}

.report_downlod p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px !important;
}

.home-features .feature-item .feature__title{
  color: #3a3e3c;
 }
 .home-features .feature-item .feature__title:hover{
   color: #092fad;
 }
 .home-features .feature-item:hover{
  transform: scale(1.05);
 }

.cartBtn{
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
}
.cartBtn i{
  color: #2e406d;
}
.cartBtn span{
  background-color: #0d9329;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  left: 15px;
  top: -4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.readMoreItem{
  color: var(--primary_color_one);
  cursor: pointer;
  padding-right: 10px;
  font-size: 16px;
}



.single-test .text{
font-size: 20px;
font-weight: 600;
color: #02bb5b;

}


#singTestDetails .card{
  border: 1px solid var(--primary_color_one);
}
#singTestDetails .card .card-header{
  border-bottom: none !important;
  background-color: var(--primary_color_one);
  color: #fff;
  padding: 20px 15px;
}

#singTestDetails .card .card-header p{
color: #fff;
 font-size: 18px;
 font-weight: 500;
}
#singTestDetails .card .card-header p{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px !important;
}
.single-test .single-price{
  /* background-color: rgba(251, 178, 56, 1); */
  padding: 10px 53px;
  border-radius: 5px;
  background: linear-gradient(117deg, rgba(251, 178, 56, 1) 0%, rgba(251, 198, 110, 1) 52%, rgba(237, 154, 16, 1) 100%);
  color: #000000;

}

.single-test{
  text-align: right;
}

/* #singTestDetails .single-test-btn{
  background-color: #eb0606;
  color: var(--second-color);
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
 
} */
#singTestDetails button{
  background-color:#fff !important;
  color: var(--primary_color_one) !important;
  margin-top: 10px;

}
#singTestDetails .title{
  color: var(--text-color) !important;
}

.single-price-title{
  font-size: 24px;
}

#singTestDetails .single-test-details-tb .card{
  margin: 0 auto;
  max-width: 700px;
 
}
#singTestDetails .single-test-details-tb .card .card-body{
  border-radius: 5px !important;
  /* background-color: #1f48a1; */
  padding: 0px !important;
}
#singTestDetails .single-test-details-tb .card .card-body .table .single-test-details-tb-th th{
  border-top: none !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  /* background-color: #98bafd; */
  background-color: #2d832c29;
  border-radius: 5px 5px 0 0;
  color: #000000;
  padding: 5px 0;
}
#singTestDetails .single-test-details-tb .card .card-body .table td{
padding: 5px 15px;

}

#singTestDetails .single-test-description {
  margin-top: 50px;
}

#singTestDetails .single-test-description h1{
  font-size:22px!important;
}
#singTestDetails .single-test-description h5{
  font-size: 18px !important;
}

#singTestDetails .single-test-description p{
  padding-left: 10px;
}
#singTestDetails .single-test-description ul{
  padding-left: 30px;
  list-style: inside;
}

.carttext{
  background-color: #08789b;
}





/* Appointment form */

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e2e2;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.3s;
  z-index: 2;
}

.form-group label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 5px;
  color: #b2afaf;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.form-group input:focus,
.form-group input:not(:placeholder-shown) {
  border-color: #007bff;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 14px;
  color: #007bff;
}




.suggestion-box {
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.suggestion-box div {
  padding: 8px;
  cursor: pointer;
}
.suggestion-box div:hover {
  background: #f0f0f0;
}


.smaple {
  border-radius: unset;
  border: none;
  box-shadow: none !important;
}

.image-sec span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-left: 10px;
}

#homerust_Sec{
  padding-top: 50px;
  padding-bottom: 50px;
}
#homerust_Sec .singleCard{
  background-color: #fff;
  padding: 20px 10px;
  min-height:90px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#homerust_Sec .singleCard img{
  max-width: 100%;
  border: 1px solid #222;
  padding: 5px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
#homerust_Sec .singleCard:hover{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(68, 171, 197);
  border-radius: 3px;
 
}
#homerust_Sec .col-6{
  padding: 5px;
}

/* Home pack */
#homeTestList {
  padding-top: 0px;
  padding-bottom: 30px;
}
#homeTestList .service {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  bottom: 0;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ddd;
}
#homeTestList .field-content2 {
  padding:15px;
  position: relative;
}

#homeTestList .title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  max-width: 300px;
  overflow: hidden;
  color: #000;
}
#homeTestList .countprofile {
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 5px;
}


#homeTestList .call-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: static;
  width: 100%;
  padding: 0;
  border-top:1px solid #eee ;
  padding-top: 10px;
}
#homeTestList .call-btn .rates{
  color: #0d0e0d;
  text-align: start ;
  font-size: 20px;
}
#homeTestList .call-btn a {
    padding: 5px 5px;
    flex-basis: 50%;
    letter-spacing: 1px;
    z-index: 10;
    font-weight: 500;
    border-radius: 3px;
    width: 49%;
}

#homeTestList .singletest .carttext{
  color: #fff !important;
  text-align: center;
  font-size: 14px;
}

.feature-item .feature__icon img{
width: 50px;
}
.feature-item .feature__content {
  overflow: hidden;
  position: relative;
  padding: 10px 5px 25px 5px;
  text-align: center;
}
 .feature-item .feature__icon{
  margin-bottom: 10px;
}
.feature-item{
  border-radius: 5px;
}
 .feature-item .feature__title {
  font-size: 16px;
}
 .col-6{
  padding: 5px ;
}
.video-banner img{
  border-radius: 15px;
  width: 450px;
}
.video-banner {
  margin-top: 0;
  text-align: center;
}

.home_blog_section p{
  line-height: 23px;
}
.home_blog_section .card{
  /* border: none; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
@media (max-width: 580px) {

  .contact-card .cont-text h5 {
    font-size: 30px;
  }

  .contact-card .cont-text {
    font-size: 18px;
    padding: 3px 0px 0px 43px;
  }

  .contact-card .icon-circle {
    width: 30px !important;
    height: 30px !important;
    left: 10px;
    top: 12px;
  }

  .contact-card {
    padding: 10px 0px;
  }
  #test-lists .testLists{
    margin-top: 30px;
  }

  .contact-card h5 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 2px;
    padding-left: 15px;

  }

  .contact-card .icon-circle i {
    font-size: 15px;
  }

  .contact-card .icon-bg {
    font-size: 40px;
  }

  #home_hero_slider .owl-prev,
  #home_hero_slider .owl-next {
    top: 40%;
  }

  #home_hero_slider .owl-prev span,
  #home_hero_slider .owl-next span {
    font-size: 18px;
    background-color: #00000054;
    color: #fff;
    border-radius: 50%;
    padding: 0px 8px 2px;
  }

  .btn.homeCollectionBtn {
    height: 35px;
    font-weight: 500;
  }

  .home_collection {
    padding: 8px !important;
  }

  .home_report_section {
    padding: 0px 13px;
  }

  .report_downlod i {
    font-size: 20px;
    border: 1px solid #256a95;
    padding: 10px 3px;
    height: 40px;
    width: 40px;
    border-radius: 35px;
  }

  .report_downlod p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px !important;
  }
  .about-layout1 .about__Text p{
    font-size: 14px;
  }
  .home-features{
    padding: 5px;
  }
  .home-features .col-6{
    padding: 3px;
    text-align: center;
  }
  .home-features .feature-item{
    margin: 0px;
  }
  .home-features .feature-item .feature__content{
    padding: 20px 5px;
  }
  .home-features .feature-item .feature__title{
   font-size: 14px !important;
  }
  .form-group.has-search-right{
    width: 100%;
    margin: -10px 5px 0 5px;
  }

  #hero_section {
    padding-top: 22px !important;
  }
  .header .navbar-brand img{
    max-width: 120px;
  }
  #test-lists{
    padding-top: 20px;
  }
.single-test{
  text-align: left;
  /* margin-top: 20px; */
}
.single-test .text{
  margin-top: 0;
}
#singTestDetails .title{
  font-size: 18px;
}
#singTestDetails .card-body{
  padding: 5px;
}
#singTestDetails .single-test-details-tb .card .card-body .table .single-test-details-tb-th th{
  font-size: 15px;
}
#singTestDetails .single-test-details-tb .card .card-body .table td{
  padding: 5px;
  font-size: 14px;
}
.cartBtn {

  margin-top: -130px;
  margin-left: 75%;
}

.image-sec span{
  font-size: 14px;
}
#homerust_Sec {
  padding-top: 20px;
  padding-bottom: 20px;
}
#homeTestList {
padding-bottom: 0;
padding-top: 30px;
}
#homeTestList h4{
  margin-bottom: 0px;
  font-size: 22px;
}

.contact-panel__desc{
  font-size: 14px;
}
#homeTestList .container{
  padding: 8px !important;
}
#home_hero_slider .item img{
  height: 200px !important;
}
.page-title{
  padding-bottom: 50px !important;
}
}

@media screen and (min-width: 581px) and (max-width: 999px) { 
  .has-search-right{
    margin-right: 60px;
    width: 50%;
    margin-left: 0px;
  }
  .form-group.has-search-right .form-control{
    height: 40px;
  }
  .has-search-right .form-control-feedback{
    top: 2px;
  }
}