@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
     font-family: "Open Sans", sans-serif;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
   font-family: "Open Sans", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #0055f1;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #0055f1;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
    --headingColour:#272f82;
}
/**modal****/
.modal-body {

 padding: 0rem; 
}
.modal-test img {
   width: 100%;
   object-fit: cover;
   height: 188px;
}
.ModalConfuse {
    padding: 17px 30px 17px 30px;
border-radius: 8px;
}
.ModalConfuse h3 {
    font-size: 22px;
    font-weight: 700;
}
.ModalConfuse p {
  font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}
.formModal input{background: #ffffff;
    border: 1px solid #d4d5d9;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .5px;
    color: #666;
       padding: 10px 10px 10px 43px;
    width: 100%;
    outline: none;
}
.formModal{
    position: relative;
    margin-bottom: 20px;
}
.formModal input:hover {
      box-shadow: 0 3px 10px rgb(0 0 0 / 10%) inset;
     transition: 0.3s linear;
}
.formModal span{
   position: absolute;
    left: 11px;
    top: 12px;
    color: #565656;
    display: block;
    font-size: 16px;
}
.buttonModal {
     text-align: center;
    background-color: #0927d3;
      padding: 10px;
      border-radius: 10px;
}
.buttonModal a {
color: #fff;
}
.orCall {
     text-align: center;
     margin-top: 20px;
}
.orCall a{
        font-size: 14px;
    line-height: 24px;
    color: #666;
}

.index-modal .btn-close {
 color: black;
    z-index: 99999999999999999999999999;
    padding: 16px 20px 0px;
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 18px;
}
/****sytle your  designe****/
.top-head {
    color: #fff;
    background-color: #1763c2;
}
.top{
      display: flex;
    text-align: center;
  align-items: center;
 justify-content: space-between;
    padding: 8px 0px;
}
.top-head a:nth-child(1){
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.top-head a:nth-child(2){
    color: #fff;
    font-size: 16px;
}
.top-head span{
    text-decoration: underline;
}

.logo img {
    width: 200px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 11px 18px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #00a1ff;
}

.header {
    display: flex;
    align-items: center;
       background-color: #F0F8FF;
    border-radius: 49px;
    padding: 0px 15px;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
       border-top: 2px solid #1763c2;
}

.dropdoqwn li  {
    display: block !important;
    float: none;
    padding-top: 10px;
    background-color: #fff;
}
.dropdoqwn {
    animation: fadeInDown .2s;
     transition: .3s linear;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;

}
.dropdoqwn:hover {
    margin-left: 10px;
}
.dropdoqwn li a:hover {
      background-color: #1763c2;
     color: #fff;
   

}



.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}


.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff; 
      padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
}

.contact-index a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;

}
/****cart Option***/
.rightTopProfile {
     display: flex;
     justify-content: center;
     align-items: center;
}

.profile-index a:nth-child(2) {
        background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(1 33 204);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 5px;
    padding: 6px 12px 10px;
    outline: none;
    margin: 0px;
    margin-left: 32px;
    text-align: center;
    font-weight: 500;
}
.profile-index a:nth-child(1){
     color: #ffffff;
    font-size: 16px;
    background-color: #0927d3;
    border-radius: 5px;
    padding: 8px 20px 10px;
    font-weight: 600;
    font-size: 16px;
}
/**banner**/
.bannertree {
     margin-top: 10px;
     background-image: url(../images/banner.png);
     background-size: 100%;
     background-repeat: no-repeat;
         background-position: 0px;
         padding: 50px 0px;
         border-radius: 20px;
}
.headlineBanner h1 {
font-size: 57px;
  color: #0c1218;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
}
.banner-text {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;   
}
.headlineBanner p{
       color: #000;
    text-align: center;
}
.counter-box {
  display: flex;
    align-items: center;
   background-color: #9cd3ff;
       padding: 15px;
    border-radius: 10px;
}

.counter-box  a {
   font-size: 15px;
    line-height: 1em;
    margin: 0px;
      margin-left: 10px;
         color: #000;}
.counter-box b {
   font-weight: 500;
}
.counter-box img {
          width: 30px;
}
.counter-box2 {
  display: flex;
    align-items: center;
    background-color: #f5b2d1;
       padding: 15px;
    border-radius: 10px;
    cursor: pointer;
   transition: 0.3s linear;
}

.counter-box2 a {
   font-size: 15px;
    line-height: 1em;
    margin: 0px;
    margin-left: 10px;
    color: #000;
}
.counter-box2 b {
   font-weight: 500;
}
.counter-box2 img {
         width: 30px;
}
.counter-box3 {
    display: flex;
    align-items: center;
    background-color: #82d3a5;
      padding: 15px;
    border-radius: 10px;
}

.counter-box3 a {
   font-size: 15px;
    line-height: 1em;
    margin: 0px;
      margin-left: 10px;
         color: #000;
             cursor: pointer;
    transition: 0.3s linear;
}
.counter-box3 b {
   font-weight: 500;
}
.counter-box3 img {
           width: 30px;
}
.counter-box:hover{
      transition: 0.3s linear;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
.counter-box2:hover{
      transition: 0.3s linear;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
.counter-box3:hover{
      transition: 0.3s linear;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.headlineBanner  span {
       color: #2535df;
}
.bannerPannel img {
    border-radius: 100px 0px 100px 0px;
  width: 100%;
    height: 395px;
    object-fit: cover;
}
.search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid#ccc;
    border-radius: 50px;
    padding: 15px;
    width: auto;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.search-wrapper:hover{
    background-color: #fff;
       box-shadow: 0 3px 10px rgb(0 0 0 / 10%) inset;
}
.search-wrapper.active {
  z-index: 20;
}
.location {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
      position: relative;
}
.location img:nth-child(1){
width: 30px;
margin-right: 5px;
}
.location img:nth-child(3){
width: 30px;
}
.location i{
color: #000;
}
.location input{
border: none;
outline: none;

}
.location input::placeholder {
  color: #000000;   
  opacity: 1;      
}
/* Dropdown */
.input-dropdown {
  position: relative;
}
.dropdown-list.active {
  display: block;
}
.dropdown-list {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: none;
  z-index: 10;
}

.dropdown-list li {
  padding: 12px 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.dropdown-list li:hover {
  background: #f3f4f6;
}
.test .dropdown-list h3{
     color: #000000;
    background-color: #f0f2f5;
    font-size: 15px;
    padding: 15px 30px 15px 18px;
}
.test .dropdown-list {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: none;
  z-index: 10;
  overflow: hidden;
}

.test .dropdown-list li {
  padding: 12px 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.test .dropdown-list li:hover {
  background: #f3f4f6;
}
.test  .dropdown-list.active {
  display: block;
}
.PopularTest {
     display: flex;
     align-items: center;
}
.PopularTest img{
    width: 40px;
    border-radius: 5px;
    margin-right: 10px;
}
.PopularTest h2{
font-size: 14px;
}
.PopularTest p{
font-size: 12px;
margin: 0px;
margin-top: 3px;
font-weight: 300;
}
.banner-book{    display: flex;
    align-items: center;
    justify-content: end;}
.bookPopular a{
      color: #1c30df;
    font-weight: 500;
    font-size: 17px;
}
.allsearch{
        padding: 15px 18px;
        overflow: hidden;
}
.test .dropdown-list .allsearch:hover{
    background-color: #e8f5ff33;
    cursor: pointer;
}
.search-wrapper {
  position: relative;
  z-index: 10;
      margin-top: 30px;
}

/***dropdown2***/
.searchTag { display: flex;
align-items: center;
width: 100%;
position: relative;
}
.searchTag input{
    width: 100%;
    border: none;
    outline: none;
       padding: 0px 50px 0px 20px;
}
.searchTag i  {
       position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    border: 1px solid #ccc;
    border-radius: 34px;
    padding: 6px 0px 0px 10px;
    background: #1763c2;
    color: #fff
}
/***partner***/

.PartnerTop h1{
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
    text-decoration: underline;
    color: var(--headingColour);
}
.partnerPannel {
    border: 1px solid#ccc;
    border-radius: 28px;
    padding: 19px 0px;
    margin-top: 70px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item img {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #d7d7d7;
    padding: 00px 20px;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #e7edff, #ff00aa, #ff5709);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;

}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}


.marquee__item img:hover {
    color: rgba(255, 49, 49, 0);
    cursor: pointer;
    transform: scale(1.05);
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/***downloadOption pannel****/
/* .mrt {
       margin-top: 100px;
    background: url(../images/testingBanner.png);
    background-repeat: no-repeat;
    background-position: -156px;
    padding: 55px;
    border-radius: 20px;} */


.downloadOption {
     margin-top: 100px;
}
.dowmload-banner {
    overflow: hidden;
}
.dowmload-banner img {
width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 20px;
}
.downloadbg{background: #f1f8ff;
    padding: 40px;
    border-radius: 20px;
}
.downloadbg h2 {
    font-size: 22px;
}
.downloadbg p:nth-child(2) {
   margin: 0px;
    margin-top: 8px;
    font-size: 13px;
}
.boxDownload {
    margin-top: 22px;
background-color: #ffffff;
border-radius: 20px;
    padding: 10px;
    text-align: center;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
     transition: 0.3s linear;
}
.boxDownload:hover {
    transition: 0.3s linear;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
.boxDownload img {
width: 40px;
}
.boxDownload p{
margin: 0px;
color: #131212;
font-size: 14px;
    margin-top: 13px;
}
/***ServicesPannel***/
.ServicesPannel {
     margin-top: 70px;
         padding: 50px 0px;
             background-image: url(../images/bgServices.jpg);
}
.ServicesTop p{
      font-size: 15px;
    line-height: 28px;
    color: #565656;  
}
.ServicesTop h3{
    font-size: 35px;
    color: var(--headingColour);
}
.servicesBox {
    border: 1px solid#ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    background-color: #fff;
}
.servicesBox img { 
object-fit: cover;
    width: 100%;

height: 300px;
}
.allContent-Services {
     padding: 10px 20px 30px;
}
.textbox h3{
   font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 20px;
    text-transform: uppercase;
}
.textbox p{
       font-size: 15px;
    line-height: 28px;
    color: #565656;
}
.offerservices {
    border:1px solid#ccc;
    padding: 8px;
    display: flex;
    align-items: center;
        border-style: dashed;

}
.offerservices {
margin-top: 15px;
}
.offerservices p{
     margin: 0px;
     font-size: 15px;
}
.offerservices p:nth-child(1){
    text-decoration: line-through;
    text-decoration-color: red;
    margin-right: 10px;
    color: red;
}
.offerservices p:nth-child(2){
    color: rgb(0, 0, 0);
}
.offerservices span{
     display: block;
     margin: 0px;
     background-color: var(--headingColour);
     color: #fff;
     padding: 5px;
     border-radius: 5px;
     margin-left: 20px;
     font-size: 14px;
}
.buttonTo-Know {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buttonTo-Know a:nth-child(1){
  background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(1 33 204);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 42px;
    outline: none;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    padding: 5px 13px 7px;
}
.buttonTo-Know a:nth-child(2){
    color: #ffffff;
    font-size: 16px;
    background-color: #0927d3;
    border-radius: 41px;
    padding: 7px 20px 8px;
    font-weight: 600;
    font-size: 16px;
}
.ViewMore {
    display: flex;
     justify-content: center;
}
.ViewMore a{
     background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(1 33 204);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 5px;
    outline: none;
    margin: 0px;
    text-align: center;
    font-weight: 500;
  padding: 5px 25px 7px;
    margin-top: 54px;
}
/***Dowload Mobile***/
.mobile-Download {
  margin-top: 120px;
    background: #095dc3;
    padding: 50px 0px;
}
.app-Details h3 {
color: #fff;
font-size: 45px;
padding-bottom: 10px;
}
.app-Details b {
   color: #fff;
    font-weight: 500;
}
.app-Details {
     text-align: center;
}
.app-Details p{
     margin: 0px;
      font-size: 15px;
      color: #fff;
}
.enter-number{
      position: relative;
     display: flex;
     justify-content: center;
     margin-top: 30px;
}
.enter-number input{
    border-radius: 50px;
     border: 1px solid#ccc;
     padding: 9px 80px 9px 20px;
     width: 80%;
    
}
.enter-number p{
background-color: #020304;
    color: #fff;
    position: absolute;
    right: 0px;
    margin: 0px;
    padding: 9px 22px;
    border-radius: 45px;
    border: 1px solid#fff;
}
.scanAll {
     display: flex;
     gap: 28px;
     justify-content: center;
     margin-top: 50px;
     align-items: center;
}

.appIosAndroid img{
    width: 150px;
}
.appIosAndroid { 
   display:flex;
    gap: 35px;}
    .mobileApp {
         display: flex;
          justify-content: center;
    }

    .mobileApp img{
            width: 321px;
    }
/***journeyBooking***/
.journeyBooking {
    text-align: center;
    margin-top: 120px;
}
.Journey h3 {
    color: var(--headingColour);
    font-size: 45px;
}
.Journey p {
    font-size: 15px;
    margin: 0px;
     margin-top: 8px;
}
.Journey {
     overflow: hidden;
}
.Journey img {
    width:100%;
    margin-top: 50px;
}
.testoverlay{
    background:#fff;
    padding:20px 25px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 480px;}
.step-content{
   margin-left: 31px;
}
/* Timeline Wrapper */
.sample-collection{
    position:relative;
    margin-left:40px;
}

/* Vertical Line */
.sample-collection::before{
    content:"";
    position:absolute;
       left: -29px; 
    top:0;
    bottom:0;
    border-left:2px dashed #2b6cb0;
}

.step{
    position:relative;
    margin-bottom:30px;
}

/* Step Box */
.step-label{
    position:absolute;
    left:-60px;
    top:0;
    border:2px dashed #2b6cb0;
    padding:5px 10px;
    border-radius:6px;
    font-size:13px;
    font-weight:bold;
    color:#2b6cb0;
    background:#fff;
}

.step-content h4{
    margin:0 0 5px;
    font-size:16px;
}

.step-content p{
    margin:0;
    font-size:14px;
    color:#555;
}
/**about Pannel***/
.AboutIndex {
    margin-top: 120px;
}
.AboutContent p:nth-child(1){
    margin: 0px;
    font-size: 22px;
        letter-spacing: 1.5px;
}
.AboutContent h3 {
    color: var(--headingColour);
     font-size: 30px;
}
.AboutContent p:nth-child(3){
       font-size: 15px;
    line-height: 28px;
    color: #565656;
        margin-top: 12px;
}
.AboutIndex a{
       background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(1 33 204);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 5px;
       padding: 3px 12px 6px;
    outline: none;
    margin: 0px;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    display: inline-block; 
}
/***rating-box**/
.content-inner-3 {
  background-image: url(../images/bgrating.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 40px 0;
}

.content-bx.style-13 {
  position: relative;
}

.content-bx.style-13 .content-text {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #D7E9F5;
}

.content-bx.style-13 .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  line-height: 16px;
}

/***rating-box**/
/**footer**/
footer {
     background: #f6f6f6;
     padding: 80px 0px 0px;
}
.knowUS h3 {
    font-weight: 500;
     font-size: 22px;
     margin-bottom: 15px;
}
.knowUS li a {
    font-size: 15px;
     color: #000;
         margin-top: 10px;
             transition: 0.3s linear;
  
}
.knowUS li a:hover {
margin-left: 7px;
      color: #095dc3;
}
.knowUS li  {
     display: flex;
}
.Social h3 {
     font-weight: 500;
     font-size: 22px;
     margin-bottom: 15px;
}
.Social a {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(1 33 204);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
     border-radius: 44px;
     padding: 6px 7px 6px 10px;
    outline: none;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    margin-top: 4px;
    display: inline-flex;
    width: 41px;
    height: 41px;
 }
 .Social a:hover {
 background-color: var(--headingColour);
 color: #fff;
 }
  .contact-bottom  {
     margin-top: 15px;
  }
 .contact-bottom a{
    color: #000;
    font-size: 15px;
    transition: 0.3s linear;
 }
 .contact-bottom a:hover{
    margin-left: 5px;
       color: #095dc3;
 }
 .contact-bottom i {
color: #747474;
 }
 .contact-bottom li{
 margin-top: 10px;
 }
 .CopyWrite {
     text-align: center;
background: #095cc0;
     padding: 10px 0px;
     margin-top: 50px;
 }
 .CopyWrite p{
    margin: 0px;
    color: #fff;
 }
 .CopyWrite a{
     color: #fff;
     font-size: 15px;
 }

 /***about-Page***/
 .AboutBanner {
    background: url(../images/aboutBanner.png);
     background-repeat: no-repeat;
      background-size: 100%;
      padding: 80px 0px;
 }
 .aboutBanner-text {
     text-align: center;
       background: rgba(255, 255, 255, 0.7); /* white with transparency */
    backdrop-filter: blur(10px);          /* blur effect */
    -webkit-backdrop-filter: blur(10px);  /* Safari support */
padding: 10px 25px;
    border-radius: 10px;
    display: inline-block;
    margin-left: auto;
    margin-left: auto;

 }
 .aboutBanner-text h3 {
     color:#000;
     font-size: 40px;
     text-transform: uppercase;
 }
  .aboutBanner-text p {
     color: #fff;
       color:#000;
 }

/*****about Values Mission****/
.about-overview-area { margin-top: 80px;}
.about-overview-card {
    border-radius: 40px;
    background-color: #C4DCF3;
    padding: 50px;
    margin-bottom: 25px;
    position: relative;
}
.about-overview-card i {
    font-size: 35px;
    display: block;
    margin-bottom: 35px;
    color: var(--blackColor);
}
.about-overview-card h3 {
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 15px;
    margin-bottom: 20px;
}
.about-overview-card p {
    margin-bottom: 0;
        color: #565656;
}
.about-overview-card .wrap-shape {
    position: absolute;
    top: 15px;
    right: 15px;
}
.about-overview-card img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
/**second Box**/
.about-overview-card2 {
    border-radius: 40px;
    background-color: #D7ECE4;
    padding: 50px;
    margin-bottom: 25px;
    position: relative;
}
.about-overview-card2 i {
    font-size: 35px;
    display: block;
    margin-bottom: 35px;
    color: var(--blackColor);
}
.about-overview-card2 h3 {
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 15px;
    margin-bottom: 20px;
}
.about-overview-card2 p {
    margin-bottom: 0;
        color: #565656;
}
.about-overview-card2 .wrap-shape {
    position: absolute;
    top: 15px;
    right: 15px;
}
.about-overview-card2 img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
/**third Box***/
.about-overview-card3 {
    border-radius: 40px;
    background-color: #D6D2F1;
    padding: 50px;
    margin-bottom: 25px;
    position: relative;
}
.about-overview-card3 i {
    font-size: 35px;
    display: block;
    margin-bottom: 35px;
    color: var(--blackColor);
}
.about-overview-card3 h3 {
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 15px;
    margin-bottom: 20px;
}
.about-overview-card3 p {
    margin-bottom: 0;
        color: #565656;
}
.about-overview-card3 .wrap-shape {
    position: absolute;
    top: 15px;
    right: 15px;
}
.about-overview-card3 img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
/***testimonal**/
.clinteReview {
     margin-top: 120px;
}
.testimodal-lft img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: auto;
    border-radius: 20px;
}
.clinteReviewText{
    background-color: #f0f8ff;
    padding: 20px;
    transition: 0.6s linear;
    border-radius: 20px;
    margin-top: 26px;
}
.clinteReviewText p:nth-child(2){
    color: #565656;
}
.clinteReviewText i{
    font-size: 45px;
    color: #ccc;
}
.personName {
    display: flex;
    align-items: center;
}
.personName img {
     object-fit: cover;
    width: 50px;
    height: 50px;
   border-radius: 50px;
   margin-right: 15px;
}
.textName h3{
    font-size: 22px;
    color: var(--headingColour);
}
.textName p{
     font-size: 14px;
     margin: 0px;
     margin-top: 5px;
}
#owl-example-2 .owl-prev {
        position: absolute;
    right: 98px;
    bottom: 25px;
  
    border: 1px solid #838383;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 3px 0px 0px 9px;
}
#owl-example-2 .owl-prev  i {
  font-size: 20px;
}
#owl-example-2 .owl-next {
        position: absolute;
    right: 47px;
    bottom: 25px;
    border: 1px solid #838383;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 3px 0px 0px 9px;
}
#owl-example-2 .owl-next  i {
  font-size: 20px;
}
.ratingPonit {
    border-radius: 20px;
    background-color: #D7ECE4;
    padding: 30px;
    text-align: center;
    max-width: 260px;
    margin-bottom: 25px;
}
.ratingPonit p {
    font-size: 15px;
 }
.ratingPonit i{
        font-size: 35px;
    color:#5db996;
    margin-right: 5px;
}
.ratingPonit h3{
        font-size: 35px;
}
.lab-image-test img{
    width: 100%;
    overflow: hidden;
    height: 453px;
    object-fit: cover;
    border-radius: 20px;
}
/***faqPannel***/
.forIframe iframe {
     margin-top: 30px;
      border-radius: 10px;
}
.FaqPannel {
     margin-top: 70px;
}
.FaqPannel .accordion {
     border-radius: 15px;
}
.BookAbout h3 {
    margin-bottom: 10px;
    color: var(--headingColour);
border-bottom: 1px solid#ccc;
padding-bottom: 10px;
}
.contactFile {
    background: #fff;
    border: none !important;
     margin-top: 20px;
}
.BookAbout {
     border: 1px solid#ccc;
     padding: 25px;
     border-radius: 5px;
}
.Bookbox-About label{
     width: 100%;
     margin-bottom: 8px;
}
.Bookbox-About input{
     width: 100%;
     padding: 5px 10px;
     border-radius: 5px;
     border: none;
          margin-bottom: 8px;
             outline: #00a1ff;
        border: 1px solid #e6ecff;
    color: #6e6e6e;
    transition: 0.3s linear;
}
.Bookbox-About input:hover{
      box-shadow: 0 3px 10px rgb(0 0 0 / 10%) inset;
     transition: 0.3s linear;
}
.Bookbox-About textarea {
     width: 100%;
     height: 120px;
     padding: 10px;
     border-radius: 5px;
     border: 1px solid#ccc;
    outline: #00a1ff;
    border: 1px solid #e6ecff;
    color: #6e6e6e;
    transition: 0.3s linear;
}
.Bookbox-About textarea:hover {
      box-shadow: 0 3px 10px rgb(0 0 0 / 10%) inset;
     transition: 0.3s linear;
}
.Bookbox-About button{
   color: #ffffff;
    font-size: 16px;
    background-color: #0927d3;
        box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    border-radius: 10px;
    padding: 12px 30px 14px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    margin-top: 15px;
}
.headFaq h3 {
font-size: 22px;
margin-bottom: 15px;
}
/***about-View**/
.aboutPageoverView {
     margin-top: 60px;
}
.about-details {
     margin-top: 10px;
}
.about-details h3 {
    color: var(--headingColour);
    font-size: 42px;
}
.about-details p {
    font-size: 15px;
    line-height: 28px;
        color: #565656;
    
}

.about-left img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 450px;
}
.aboutimg img{
  width: 100%;
    object-fit: cover;   
    
}
.testingAbout{
    margin-top: 15px;
}
.testingAbout p{
   font-weight: 300;
    font-size: 15px;
}
.testingAbout i {
    color: var(--headingColour);
    font-weight: 600;
}
.callAbout a{
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(56 56 56);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 5px;
    padding: 9px 19px 10px;
    outline: none;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-top: 13px;  
}
/***conatct***/
.fullContact {
    padding: 40px;
       background-color: #f7fbff;
    margin-top: 100px;
    border-radius: 10px;
}
.InformationContact h3{
color: var(--headingColour);
font-size: 35px;
}
.detailcontact {
     background: #fff;
     padding: 40px;
     border-radius: 10px;
     margin-top: 15px;
     text-align: center;
         height: 213px;

}
.detailcontact p{
       font-size: 15px;
    margin-top: 13px;
    color: #565656;
}
.anyQuirey {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 20px;
}
.anyQuirey h3 {
     font-size: 18px;
     margin-bottom: 10px;
}
.anyQuirey p {

       font-size: 15px;
    margin-top: 19px;
    color: #565656;
    margin: 0px;
    line-height: 28px;
}
/***whatsapp-icon***/
.btn-whatsapp-pulse {
	background: #25d366;
    color: white;
    position: fixed;
    bottom: 93px;
    right: 42px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 23px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



/***servicesDetails pannel****/
.servicesDetails {
    margin-top: 50px;
}
.DetailsTop p:nth-child(2){
   font-size: 15px;
    line-height: 28px;
    color: #565656;
    margin-top: 10px;
}
.DetailsTop p:nth-child(4){
   font-size: 15px;
    line-height: 28px;
    color: #565656;
    margin-top: 10px;
}
.DetailsTop h3 {
    font-size: 35px;
    color: var(--headingColour);
}
.screningtest img {
      object-fit: cover;
    width: 100%;
    height: 436px;
    border-radius: 5px;

}
.Related-Services {
     margin-top: 40px;
     margin-bottom: 50px;
}
.Related-Services h3 {
  font-size: 35px;
    color: var(--headingColour);   
    margin-bottom: 15px;
}
.Related-Services ul{
    display: flex;
    gap: 50px;
}
.Related-Services a{
    color: #0055f1;
     font-size: 15px;
}
/***servicesDetails pannel****/

/***Privacy Policy***/
    .privacy-page {
        margin: 70px 0px;
      background: #fff;
      padding: 45px;
      border-radius: 12px;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    }

    .privacy-heading-main {
      font-size: 34px;
      font-weight: bold;
      color: #0b3d91;
      margin-bottom: 25px;
      text-align: center;
    }

    .privacy-paragraph {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 18px;
    }

    .privacy-section-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 28px;
      margin-bottom: 12px;
      color: #111;
    }

    .privacy-list {
      padding-left: 25px;
      margin-top: 10px;
    }

    .privacy-list li {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 1.6;
    }

      .terms-conditions-page {
       margin: 70px 0px;
      background: #fff;
      padding: 45px;
      border-radius: 12px;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    }

    .terms-conditions-title {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      color: #0b3d91;
      margin-bottom: 30px;
    }

    .terms-conditions-text {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 18px;
      color: #333;
    }

    .terms-conditions-heading {
      font-size: 22px;
      font-weight: bold;
      margin-top: 35px;
      margin-bottom: 15px;
      color: #111;
      border-left: 5px solid #0b3d91;
      padding-left: 12px;
    }

    .terms-conditions-list {
      padding-left: 28px;
      margin-bottom: 20px;
    }

    .terms-conditions-list li {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 1.7;
    }

    .terms-conditions-footer {
      margin-top: 50px;
      padding-top: 20px;
      border-top: 1px solid #ddd;
      text-align: center;
      font-size: 14px;
      color: #666;
    }
     /* Main Wrapper */
    .return-policy-page {
      max-width: 1100px;
      margin: 40px auto;
      background: #ffffff;
      padding: 50px;
      border-radius: 12px;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    }

    /* Title */
    .return-policy-title {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      color: #0b3d91;
      margin-bottom: 25px;
    }

    /* Paragraph Text */
    .return-policy-text {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 18px;
      color: #333;
    }

    /* Section Headings */
    .return-policy-heading {
      font-size: 22px;
      font-weight: bold;
      margin-top: 35px;
      margin-bottom: 15px;
      color: #111;
      border-left: 5px solid #0b3d91;
      padding-left: 12px;
    }

    /* Lists */
    .return-policy-list {
      padding-left: 28px;
      margin-bottom: 20px;
    }

    .return-policy-list li {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 1.7;
    }