/*----------- css document -----------*/
*{
	margin:0;
	padding:0;
  box-sizing: border-box;
}
body{
	font-family: Open Sans;
}
.container{
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
}
.top-bar{
	width: 100%;
	background-image: linear-gradient(to right, #01bce4 , #37d5fe);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top-bar ul{
	list-style: none;
	margin:0;
	padding:0;
  display: flex;
}
.top-bar ul li{
	padding:8px 0;

}
.top-bar ul li:nth-child(2){
  width: 80%;
  display: block;
  text-align: center;
  display: flex;
  justify-content:center;
}
.top-bar ul li a{
	color:#fff;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	text-decoration: none;
}
.top-bar ul li a .out_btn{
  display:block;
  padding:4px 25px;
  background-color: red;
  color:#fff;
  text-align: center;
  border-radius:5px;
}
.top-bar ul li .fa1{
	font-size: 18px;
    padding-right: 3px;
}
.top-bar ul li .first-child{
	padding-left: 0 !important;
}
.top-bar ul li .second-child{
	border-right: 0 !important;
}
.top-bar .btn-call{
	background-color: #1477f3;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  text-align: center;
  display: block;
}

/*--------- second topbar ---------------*/
.top-bar-one{
  width: 100%;
  background-image: linear-gradient(to right, #01bce4 , #37d5fe);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding:12px 0;
}
.top-bar-one .right-btn{
  padding:5px 0;
  margin:0;
  display: flex;
  justify-content: flex-end;
}
.top-bar-one .right-btn a{
  color: #fff;
  margin-right: 50px;
  background-color: red;
  padding: 2px 10px;
  text-decoration: none;
  margin-top: -8px;
  border-radius: 50px;
  border: 2px solid #fff;

}
.top-bar-one .map-second-top_btn{
  width: 80%;
  display: flex;
  justify-content: center;
}
.top-bar-one .map-second-top_btn a{
  display: block;
  width: 120px;
  height: 30px;
  line-height:30px;
  font-size:14px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  color:#fff;
  background-color:red;
  margin-top:-3px;

}


/*---------------- navbar Start ------------*/
.bg-light {
    background-color: #ffffff!important;
    box-shadow: 0px 3px 8px #eaeaea;
    margin-top: 48px;
    padding-bottom: 0;
    padding-top:0;
}
.bg-light .navbar-nav li{
	margin-right: 16px;
}
.bg-light .navbar-nav li a{
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.bg-light .navbar-text a{
	text-decoration: none;
	color: #000 !important;
	letter-spacing: 0.3px;
}
.bg-light .navbar-brand img{
	width: 100%;
	max-width:100px;
	margin-left: 14px;
}
.bg-light ul{
	margin-left: 90px;
}
.navbar-light .navbar-nav .nav-link {
	color: #000 !important;
	letter-spacing: 0.3px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: blue;
}

.clear{
  clear: both;
}


/*----------- Mobile header section with side bar ----------*/


.mobile-header-sec{
  box-sizing:content-box;
  width: 100%;
  height: 0px;
  position: fixed;
  top: -10px;
  left:-20px;
  box-shadow: 5px 0px 6px gray;
  display: block;
  z-index: 1;
}
.mobile-header-sec label #btn{
  position: absolute;
  top: 14px;
  left: 20px;
}
.mobile-list{
  display: none;
}
.mobile-header-sec .mobile_logo_1{
  display: none;
}
.mobile-header-sec .main-search{
  display: none;
}

.mobile-header-sec .mobile_logo_1 h6{
  text-align: center;
}
.mobile-header-sec .mobile_logo_1 h5{
  text-align: right;
}
.mobile-header-sec .mobile_logo_1 .call_number_d{
  display: block;
  float: right;
  padding:6px 12px;
  border:1px solid blue;
  border-radius:5px;
  font-size: 18px;
  color:#02225f;
  font-weight: bold;
}
.mobile-header-sec .mobile_logo_1 .mo_logo_img{
  margin-left: 30px;
}
.sidebar {
  position: fixed;
  margin-top: 30px;
  left: -400px;
  width: 336px;
  height: 100%;
  background-color: rgb(0,0,0,.8);
  transition: all .5s ease;
}
.sidebar header h1{
  padding: 10px;
  margin-left: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-top: 8px;
  text-align: left;

}
.sidebar header img {
  color: white;
  width: 252px;
  text-align: center;
  padding-left: 67px;
  user-select: none;
  padding-top: 21px;
  margin-left: .;
}
.sidebar ul{
  list-style-type: none;
  padding-left: 0;
}
.sidebar ul a{
    display: block;
    height: 100%;
    width: 100%;
   /* line-height: 46px;*/
   padding:10px 0;
    font-size: 14px;
    color: white;
    padding-left: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #565656;
    border-top: 1px solid rgba(255,255,255,.1);
    transition: .4s;
    text-decoration: none;
    letter-spacing: 1px;
}
.sidebar ul li:hover a{
  padding-left: 50px;
}
.sidebar ul a i{
  margin-right: 16px;
  font-size: 16px;
}
#check{
  display: none;
}
label #btn,label #cancel{
  position: absolute;
  cursor: pointer;
}
label #btn{
/*  left: 40px;*/
  top: 25px;
  font-size: 35px;
  color: white;
  padding: 6px 12px;
  transition: all .5s;
}
label #cancel{
  position: fixed;
  z-index: 1111;
  left: -195px;
  top: 16px;
  font-size: 30px;
  color: #fff;
  padding: 4px 9px;
  transition: all .5s ease;
}
#check:checked ~ .sidebar{
  left: 0;
}
#check:checked ~ label #btn{
  left: 15px;
  opacity: 0;
  pointer-events: none;
}
#check:checked ~ label #cancel{
  left: 260px;
  top: 62px;
}
#check:checked ~ slider{
  margin-left: 250px;

}

/*----------- search bar----------*/
.main-search{
  margin-top:22px;
}
.main-search .search-b input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border: none;
}
.main-search .search-b input::placeholder{
  font-size:12px;
  font-weight: normal;
  opacity: 0.7;
}
.main-search .search-b button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border: none;
}

.main-search .search-b button:hover {
  background: #0b7dda;
}

.main-search .search-b::after {
  content: "";
  clear: both;
  display: table;
}



/*------------test_platform-------------*/
.test_platform{
	background-image: linear-gradient(to right, #01bce4 , #37d5fe);
	width: 100%;
	color: #fff;
	text-align: center;
	/* margin-top: 4px; */
	padding: 8px 0;

}
.test_platform h3{
	font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}


/*-----------book_your_test------------*/
.book_your_test{
	padding:50px 0;
	text-align: center;
}
.book_your_test h1{
	font-weight: 700;
	text-transform: uppercase;
  font-size: 24px;
}
.book_your_test img{
  width: 186px;
}
/*------test list ---------*/
.main-test-list .r-border{
	padding:40px 0;
	border: 1px solid #e7e9e9;
    margin-top: 5px;
    border-radius: 12px;
}
.m_heading {
    width: 242px;
    text-align: left;
}
.m_heading2{
  margin-top: 20px;
  margin-bottom: 30px;
}
.m_heading div {
    position: relative;
    padding: 5px 10px;
    color: #fff;
    text-align: left;
    background: #0f68f1;
}
.m_heading div:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    left: 0;
    border-bottom: 20px solid #484848;
    border-left: 45px solid transparent;
}
.m_heading h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding:6px;
}
.main-test-list .card-one{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px rgb(0,0,0, 10%);
	padding-top: 14px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.5s;
  background-color: #01bce4;
  overflow:hidden;

}
.main-test-list .card-one a{
  background-color: orange;
}
.main-test-list .card-one:hover{
	/*background-image: linear-gradient(to right, #01bce4 , #37d5fe);*/
	background-color:#01bce4;
	color: #fff;
	transition: all 0.5s;
}
.main-test-list .card-one:hover > a{
	color: #fff !important;
}
.main-test-list .card-one p{
	margin-bottom: 4px;
	font-size:14px;
	font-weight: 450;

}
.main-test-list .col-lg-2{
	margin-bottom:20px;
}
.main-test-list .card-one{
  color: #fff;
}
.main-test-list .card-one a{
	display: block;
	padding:10px 0;
	border-top: 1px solid lightgray;
	text-decoration: none;
	color: #01bce4 ;
	font-weight: 500;
	font-size: 14px;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff ;    }
    49%{    color: #fff ; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff ;    }
}



/*------------- welcome-thelabexperts ---------------*/
.welcome-thelabexperts{
	background-image: url('../images/lab_background/bg4.jpg');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top left;
    padding: 80px 0;
    margin-top:80px;

}
.welcome-thelabexperts span{
	color: #ffffff;
    border-left: 2px solid #ffffff;
    padding-left: 6px;
    text-shadow: 0px 0px 6px #e8e8e8;
}
.welcome-thelabexperts h1{
	font-weight: bold;;
}
.welcome-thelabexperts a{
	display: inline-block;
	margin-right: 20px;
	width: 200px;
	height: 54px;
	line-height: 50px;
	border-radius: 50px;
	text-decoration:none;
	text-align: center;
	background-color: #fff;
	color: #000;
	border-color:#fff;
	font-size:18px;
	box-shadow: 0px 0px 14px rgb(0,0,0,8%);
	border:2px solid #fff;
	transition: all 0.6s;
}
.welcome-thelabexperts a i{
	font-size:20px;
	position: relative;
	top:2px;
}
.welcome-thelabexperts a:hover{
	color: #000;
	border:2px solid #000;
	transition: all 0.6s;
	background-color: #72fae4;
	box-shadow: 0px 0px 14px rgb(0,0,0,0);
}

/*----------- corousel slider client area ----------*/
.main-caro-slide{
  margin:50px 0;
  position: relative;
}
.main-caro-slide .shape-1 {
    position: absolute;
    left: 0;
    bottom: -50px;
    background: url(../images/shape-1.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.2;
}
.main-caro-slide .shape-2 {
    position: absolute;
    right:0;
    bottom: -50px;
    background: url(../images/shape-2.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.2;
}

.main-caro-slide .owl-theme .item{
  margin-right: 10px;
}
.main-caro-slide .owl-theme .item:last-child{
  margin-right: 0 !important;
}
.main-caro-slide .owl-theme .owl-prev span {
  position: absolute;
  top: 82px;
  left: 6px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 40px;
  border-radius: 50px;
  text-shadow: 0px 0px 5px lightgray;
}
.main-caro-slide .owl-theme .owl-next span {
    position: absolute;
    top: 82px;
    right: 5px;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 40px;
    border-radius: 50px;
    text-shadow: 0px 0px 5px lightgrey;
}


/*-------- main-services ------------*/
.main-services{
  width: 100%;
  padding: 20px 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.main-services .item1{
  background-color: #fff;
  color:#000;
  text-align: center;
}
.main-services .box-1{
  transition: all 1s;
}
.main-services .box-1:hover{
  background-color: #fff;
  color:#000;
  text-align: center;
  transform: scale(1.05);
  box-shadow: 0px 0px 8px lightgray;
  transition: all 1s;
}
.main-services .item2_color{
	background-color: #474747;
    color: #fff;
    transform: scale(1.1);
    z-index: 99;
    box-shadow: 0px 0px 8px lightgray;
}
.main-services .item2_color h3{
	color: #fff;
}
.main-services .item2_color p{
	color: #fff;
}
/*.main-services .item1:hover{
	background-color: #000;
	color:#fff;
}*/
.main-services .item1 .ser-content{
  color:#000;
  padding:40px 24px;
}
.main-services .item1 .ser-content .ser-img{
 padding-bottom: 16px;
}
.main-services .item1 .ser-content .ser-img img{
	width: 45%;
}
.main-services .item1 .ser-content a{
	margin:10px 0;
	padding:12px 30px;
	background-color:#000;
	color: #fff;
	text-decoration: none;

}
.main-services .item1 .ser-content a i{
	font-size: 12px;
}
.main-services .item1 .ser-content a{
	transition: all 0.6s;
}
.main-services .item1 .ser-content a:hover{
	background-color: #01bce4;
	color: #fff;
	transition: all 0.6s;
}
.main-services .item1 .ser-content .btn-your-test{
	background-color: #01bce4 ;
	color: #fff;
	transition: all 0.6s;
}
.main-services .item1 .ser-content .btn-your-test:hover{
	background-color:#fff;
	color: #000;
	transition: all 0.6s;
}
.main-services .item1 .ser-content p{
	margin-bottom: 30px;
}

/*------------ web-partner --------------*/
.web-partner{
	 padding-bottom: 50px;
	 background-image: url('../images/lab_background/bg2.png');
	 width: 100%;
	 height:auto;
	 background-size: cover;
}
.web-partner .col-lg-3{
	margin-bottom: 30px;
}
.web-partner .partner-img img{
	box-shadow: 0px 0px 10px #ededed;
	width: 100%;
}



/*-------- footer section desing ----------*/
.footer-design{
  padding:50px 0;
  color: #fff;
  background-image: url('../images/lab_background/bg3.jpg');
  width: 100%;
  height: auto;
  background-size:cover;
  background-blend-mode:overlay;
  border-bottom: 4px solid #000;

}
.footer-design h3{
  padding:10px 0;
  margin-bottom:20px;
}
.footer-design .about-cont{
  color: #fff;
} 
.footer-design .about-cont a{
  padding:10px 22px;
  background-color:#fff;
  color:#000;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  border:2px solid #fff;
  transition: all 0.6s;
  top:10px;
}
.footer-design .about-cont a:hover{
	border:2px solid #fff;
	background-color: blue;
	transition: all 0.6s;
	color: #fff;
}
.footer-design .about-cont a i{
  font-size: 18px;
  position: relative;
  top: 3px;
  padding-left: 5px;
}
.footer-design .footer-list1{
  color:#fff;
}
.footer-design .footer-list1 h3{
  color:#fff;
  font-size:24px;
  position: relative;
}
.footer-design .footer-list1 h3:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  border-bottom: 2px solid #fff;
  background-color: #fff;
}
.footer-design .footer-list1 ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-design .footer-list1 ul li{
  padding:4px 0;
}
.footer-design .footer-list1 ul li a{
  color:#fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: lowercase;
  transition: all 0.6s;
}
.footer-design .footer-list1 ul li a:hover{
	color: orange;
	transition: all 0.6s;
	margin-left: 4px;
}
.footer-design .footer-address .map-icon{
  max-width:30px;
  height: 82px;
  float: left;
  padding-right:20px;
}
.footer-design .footer-address .map-icon i{
  font-size: 18px;
}
.footer-design .footer-address .phone p{
  font-size: 28px;
  margin-left: 0;
  padding-left: 0;
  margin-left: -43px;
  position: relative;
  left: -24px;
}
.footer-design .footer-address .phone-i{
  position: relative;
  left: -30px;
  top: 12px;
}
.footer-design .footer-address .phone-i i{
  font-size: 20px;
}
.footer-design .social-media-icon a{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius:50px;
  margin-right: 5px;
  text-align: center;
  border:2px solid #fff;
  transition: all 0.7s;
}
.footer-design .social-media-icon h6{
	padding:6px 0;
}
.footer-design .social-media-icon a:hover i{
	color: #000;
}
.footer-design .social-media-icon a:hover{
	background-color: #fff;
	color: #000;
	transition: all 0.7s;
}
.footer-design .social-media-icon a i{
  line-height: 37px;
}
.footer-design .social-media-icon .facebook{
  background-color: #3a549f;
  color:#fff;
}
.footer-design .social-media-icon .twitter{
  background-color: #00aff0;
  color:#fff;
}
.footer-design .social-media-icon .linkedin{
  background-color: #0488b9;
  color:#fff;
}
.footer-design .social-media-icon .instagram{
  background-color: #ce2697;
  color:#fff;
}
.footer-design .paypal-img2 img{
  width: 100%;
  padding:14px 0;
}

/*----------- breadcrumb ----------*/
.bottom_footer{
  padding:10px 0;
  margin-top: 3px;
}
.bottom_footer p{
  margin-bottom:0;
  font-size: 14px;
}
.bottom_footer p a{
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
}
.bottom_footer ul{
  margin-bottom: 0;
  padding-bottom: 0;
}
.bottom_footer ul.breadcrumb {
  padding: 4px 16px;
  list-style: none;
  background-color: #fff;
}
.bottom_footer ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
.bottom_footer ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
.bottom_footer ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.bottom_footer ul.breadcrumb li a:hover {
  color: #01447e;
}

.mobile-block{
  display: none;
}


/*---------------Bottom to Top Button-----------------*/
#button {display: inline-block;background-image: linear-gradient(to right, #01bce4 , #37d5fe); width: 50px;height: 50px;text-align: center;border-radius: 50%;position: fixed; bottom: 70px;
  right: 30px; transition: background-color .3s,  opacity .5s, visibility .5s;opacity: 0; visibility: hidden;z-index: 1000;}
#button::after {content: "\f077";font-family: FontAwesome;font-weight: normal; font-style: normal; font-size: 20px;line-height: 50px; color: #fff;display: none;}
#button:hover {cursor: pointer;background-color: #873d31;}
#button:active {background-color: #555;}
#button.show { opacity: 1;visibility: visible;}
i.fa.fa-level-up {font-size: 23px;color: #fff;line-height: 50px;}

/*---------------Bottom to Top Button-----------------*/
@media (min-width:768px){
  #get_a_quote .modal-dialog{width:480px;}
  #id01 .modal-dialog{width:80%;}
}

/*extra css*/
.bottom_b{display: none;}


/*--------main-test-list----------*/
.main-test-list .know-more-btn{
  display:flex;
  justify-content: center;
  width: 100%;

}
.main-test-list .know-more-btn a{
  padding:10px 26px;
  background-color: #1477f3 ;
  color:#fff;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 50px;
  border:2px solid #1477f3;
  transition: all 0.6s;
}
.main-test-list .know-more-btn a:hover{
  background-color: #fff;
  color: #000;
  transition: all 0.6s;
}

/*----------logo-row-box -----------*/
.logo-row-box{
  position: fixed;
  top: 48px;
  width: 100%;
  padding:5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid lightgray;
  z-index: 1;
}
.logo-row-box img{
  width: 75px;
}
.breadcrumb-one{
  margin-top: 110px;
  margin-bottom: 0;
  padding:6px 20px;
}
.breadcrumb-one a{
  text-decoration:none;
  color: #000;
  font-size: 12px;
}
.breadcrumb-one a:hover{
  color:blue;
}
.one-top-slidebar{
  margin-top: 23px;
  z-index: 4;
}
.mobile-slider{
  display: none;
}

/*------ text-search bar page -----*/
.text-search-bar{
  padding-top:75px;
}
.text-search-bar a{
  font-size: 21px;
  position: relative;
  top: 29px;
  left: -9px;
  color: gray;
} 
.text-search-bar .heading-test{
  display: flex;
  width: 100%;
  justify-content: center;
}
.text-search-bar .heading-test h3{
  font-weight: normal;
}
.search-container{
  width: 70%;
  display: block;
  margin: 0 auto;
}

input#search-bar{
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
      opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
      opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
     opacity: 0;
     }    
   }

 }

input#search-bar:focus{
  border:2px solid lightgray;
  transition: 0.5s;
}
.search-icon{
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -45px;
}

/* ========== the Lab Expert slider ========  */

#the_lab_expert_slider .the_labExpert {
  background-image: url(../images/lab_sliders/banner1.jpg);
  width: 100%;
  background-size: cover;
  height: 568px;
  padding-top:50px;
  padding-bottom:50px;
}
#the_lab_expert_slider .the_labExpert:nth-child(2){
  background-image: url(../images/lab_sliders/banner2.jpg);
}

#the_lab_expert_slider .the_labExpert:nth-child(3){
  background-image: url(../images/lab_sliders/banner3.jpg);
}

.the_lab_caption{
  width:60%;
  text-align: center;
}

.slider_title{
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}

 a.big-button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eb7a00;
    background: rgba(255, 0, 0, 0.75);
    padding: 15px 32px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block;
}
a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
} 


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none !important;
}

.the_labExpert.active ul {
  display: inline-block;
}
.the_labExpert h3 {
  margin: 15px 0;
  font-size: 35px;
  color: #fff;
}
.the_labExpert  ul li {
  display: inline-block;
}
.the_labExpert ul{
  color:#fff;
}
.the_labExpert ul li{
  margin-left: 10px;
}

form.form-groupc-change.has-search-change {
    width: 100%;
}
form.form-groupc-change.has-search-change .form-inner {
    width: 80%;
    margin: auto;
}
form.form-groupc-change.has-search-change .form-inner input.form-control {
  width: 100%;
  display: block;
  padding: 24px 0;
  padding-left: 12rem;
  border:  1px solid #01bce4;
  outline: none;
  border-radius: 5px;
}
form.form-groupc-change.has-search-change .form-inner .icon-searh-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: #01bce4;
    line-height: 75px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border:none;
}

form.form-groupc-change.has-search-change .form-inner .icon-searh-bar:focus-visible{
  outline:none;
  box-shadow: none;
}

form.form-groupc-change.has-search-change .form-inner .icon-searh-bar:focus{
  outline: none;
} 

@media(max-width:576px){
  #the_lab_expert_slider{
    margin-top:176px;
  }
}

@media(max-width:767px){
  .the_lab_caption{
    width:90%;
  }
  .slider_title{
    font-size:32px;
  }
  .hero_form{
    display: none;
  }
  .the_labExpert h3 {
    margin: 9px 0;
    font-size: 20px;
    color: #fff;
}
a.big-button{
  margin-top:8px;
}
.the_labExpert ul li{
  font-size:12px;
}
.the_labExpert ul li img{
  width: 18px;
  margin-top: -5px;
}
#the_lab_expert_slider .the_labExpert{
  height: auto;
  padding-top:30px;
  padding-bottom:30px;
}
}
@media(min-width:768px) and (max-width:1024px){
  .the_lab_caption{
    width:80%;
  }
  .bg-light{
    margin-top:112px;
  }
}
/* ========== the Lab Expert slider ========  */

/*--- popup ----*/
.modal.show .modal-dialog {
    /* -webkit-transform: translate(0, 0); */
    transform: translate(0, 19px);
}

form.form-groupc-change.has-search-change .form-inner_one {
    width: 100%;
    margin: auto;
}
form.form-groupc-change.has-search-change .form-inner_one input{
  padding-left: 10px;
}
.form.form-groupc-change.has-search-change .form-inner_one input.form-control {
    padding-left: 154px;
    font-size: 8px !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  margin-top: 47px;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border: none !important;
  outline: none !important;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin:0 !important;
}

/*------------ contact_form_details -------------*/

.contact_form_details{
  padding:50px 0;
  background-color:#f1f1f1;
}
.contact_form_details .cont-add{
  width: 100%;
  height: 120px;
  background-color:#fff;
  color: #000;
  border-radius:20px;
  text-align: center;
  margin-bottom: 80px;
  border:2px solid #01bce4;
}
.contact_form_details .cont-add .ad-fa{
  font-size:26px;
  padding:10px 0;
  margin-top: 14px;
}
.contact_form_details form{
  padding:50px 10px;
  position: relative;
}
.contact_form_details form:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width:50%;
  height: 100%;
  transform: skewY(10deg);
  background-color:#01bce4;
  background-blend-mode: overlay;
  box-shadow: 6px 0px 6px lightgray;
}
.contact_form_details form input{
  width:100%;
  border-radius: none !important;
  padding:10px;
  margin-bottom:10px;
  border:none;
  box-shadow: 5px 0px 3px lightgray;
}
.contact_form_details form textarea{
  width:100%;
  border:none;
  height: 100px;
  box-shadow: 5px 0px 3px lightgray;
  padding-left: 10px;
  margin-bottom: 5px;
}
.contact_form_details form h3{
  text-align: center;
  padding-bottom: 10px;
  font-weight: 550;
  color: #000;
  font-size:32px;
  z-index: 999;
  position: relative;
}
.contact_form_details form .online_q{
  color:#fff;
}
.contact_form_details .submit_btn{
 padding:10px 14px;
 border:none;
 outline: none;
 font-weight:550;
 border:1px solid #fff;
 transition: all 0.6s;
}
.contact_form_details .submit_btn:hover{
  color:#fff;
  border:1px solid #fff;
  background-color:none;
  background-color:blue;
  transition: all 0.6s;
  transform:scale(1.1);
}
.contact_form_details .content_catt ul{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.contact_form_details .content_catt ul li{
  list-style-type: none;
  border-bottom:1px solid gray;
  border-radius:20px;
  margin-bottom:10px;
  padding:10px;
  margin-bottom:40px;
}
.contact_form_details .content_catt ul .fa1{
  font-size: 24px;
}
.contact_form_details .content_catt ul span{
  font-size: 24px;
  font-weight: 550;
  color: #d24a00;
}
.contact_form_details .content_catt ul p{
  font-weight: 550;
}


/*------ about background img--------*/
.abo_section{
  width: 100%;
  padding:100px 0;
  color: #fff;
  background-image: url('../images/lab_background/bg5.jpg');
  background-size: cover;
  background-position:right;
}
.abo_section .abo_content{
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  color: #fff;
}
.abo_section .abo_content h1{
  font-size: 42px;
}
.abo_section ul{
  list-style-type: none;
}
.abo_section ul li{
  display: inline-block;
}
.abo_section ul li a{
  color:#fff;
  text-decoration: none;
}

/*------  about_section_1 ----------*/
.about_section_1{
  padding:50px 0;
}
.about_section_1 .abc_content{
  text-align: center;
}
.about_section_1 .bg-our-vision{
  padding:30px 0;
  background-color: #f1f1f1;
  margin-top: 30px;

}
.about_section_1 .bg-our-vision p{
  text-align: center;
}


/*=================== side fixed button ==================*/

.whatsapp-button-fixed {
    position: fixed;
    bottom: 140px;
    right: 5px;
    z-index: 999;
    max-width: 64px;
}

.whatsapp-button-fixed a.quote {
    padding: 8px 14px;
    background: #2859bf;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}
.whatsapp-button-fixed a.phone {
    padding: 8px 14px;
    background:#f50707eb;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}
.whatsapp-button-fixed a.phone i{
  transform: rotate(90deg);
}
.whatsapp-button-fixed img {
    width: 100%;
}


/*======= our_blogs =======*/
.our_blogs{
  padding:70px 0;
}
.our_blogs .b_card{
  box-shadow: 0px 0px 5px #80808061;
}
.our_blogs .col-lg-3{
  margin-bottom: 20px;
}
.our_blogs .b_card img{
  width: 100%;
}
.our_blogs .b_card img:hover{
  opacity: 0.8;
}
.our_blogs .b_card .b_content{
  padding:10px;
}
.our_blogs .b_card ul{
  list-style-type: none;
}
.btn-read{
  display: block;
  width:120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color:#000;
  color:#fff;
  text-decoration: none !important;
  transition: all 0.5s;
}
.btn-read:hover{
  background-color: #01bce4;
  color:#fff;
}

/*====== main_blogs ========*/
.main_blogs{
  padding:70px 0;
}
.main_blogs .b_box{
  box-shadow: 0px 0px 6px #8080805e;
}
.main_blogs .b_box img{
  width: 100%;
}
.main_blogs .img-content{
  padding:30px;
}

/*========== l_price_list =======*/
.l_price_list{
  padding:50px 0;
}
.l_price_list .text-center{
  margin-bottom: 20px;
}
.l_price_list a{
  text-decoration: none;
  color: red;
  font-weight: 550;
}
.l_price_list a:hover{
  color:#000;
}
.l_price_list h4{
  text-align: center;
  font-weight: bold;
}
/*========= lab_book_now =========*/
.lab_book_now{
  width: 100%;
  padding:70px 0;
}
.lab_book_now p{
  text-align: center;
  padding:14px 0;
}
.lab_book_now .book_now_box{
  width: 100%;
  padding:30px;
  box-shadow: 0px 0px 5px #80808059;
}
.lab_book_now .book_now_box h2{
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color:#033574;
  letter-spacing: 0.5px;
  position: relative;
}
.lab_book_now .book_now_box h2:before{
 position: absolute;
 width: 8%;
 content: '';
 height: 2px;
 background-color: #033574;
 bottom: -22%;
 left: 80px;
 margin: 10px 0;
}
.lab_book_now .book_now_box h2:after{
 position: absolute;
 width: 8%;
 content: '';
 height: 2px;
 background-color: #033574;
 bottom: -22%;
 right: 80px;
 margin: 10px 0;
}
.lab_book_now .btn_booking_now{
  width: 100%;
  text-align: center;
}
.lab_book_now .btn_booking_now ul{
  list-style-type: none;
  margin:0 auto;
}
.lab_book_now .btn_booking_now > ul > li{
  display: inline-block;
}
.lab_book_now .btn_booking_now > ul > li a{
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: block;
  font-style: 18px;
}
.lab_book_now .btn_booking_now > ul > li .call_btn{
  background-color:#ff6800;
  color:#fff;
}
.lab_book_now .btn_booking_now > ul > li .what_btn{
  background-color:green;
  color:#fff;
}
.lab_book_now .btn_booking_now > ul > li .book_btn{
  background-color:#033574;
  color:#fff;
}
.lab_book_now .btn_booking_now > ul > li i{
  font-size:20px;
  line-height: 50px;
  margin-right: 5px;
}
.lab_book_now .btn_booking_now {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color:#ffffffe6;
    background-image: url(../images/lab_background/bg5.jpg);
    background-size: cover;
    background-position: right;
    background-blend-mode: overlay;
    border:4px solid #033574;
    border-top: 0;
    border-bottom: 0;
}
.b_now_2{
  display: block;
  padding:10px 8px;
  background-color: #033574;
  color: #fff !important;
  text-align: center;
  transition: all 0.5s;
  font-size:12px;
}
.b_now_2:hover{
  background-color:#f1f1f1;
  color:#000 !important;
}







/*======= search bar ready =========*/



.autocomplete-items::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 50px;
}

.autocomplete-items::-webkit-scrollbar {
    width: 4px;
}
.autocomplete-items::-webkit-scrollbar-track {
    background: #ddd;
}




#lab_list{
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 2;
    top: 100%;
    left: 30px;
    right: 0;
    width: 69%;
    max-height: 268px;
    overflow-y: scroll;
    border-radius: 0px 0px 10px 10px !important;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}


#lab_list span.no-result-found{
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: .2s;
    transition: .2s;
    font-style: italic;
}
#lab_list a {
  font-size: 14px;
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    background-color: #fffffff6;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: .2s;
    transition: .2s;
    padding-right: 35px;
    position: relative;
}
#lab_list a strong{
    color: #f40034;
}
#lab_list a.autocomplete-active {
    background-color: #fff;
}
#lab_list a:hover{
    background-color: #fff;
    box-shadow: 4px 4px 4px #000;
}
#lab_list a.autocomplete-active {
    background-color: #2196f3;
    color: #fff;
}
#lab_list a:hover strong{
    color: #fff;
}
#lab_list a:hover{
    background-color: #2196f3;
    color: #fff;
}



/* =========== Cd Words ================= */
  
.cd-words-wrapper b{
  color: #f40034;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}


/* =======================
Clip
=========================*/

.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  width: 180px;
}

.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}


/* =================================
xrotate-1 
====================================*/

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
   opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
    opacity: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  /*! transform: rotateX(180deg); */
  /*! -webkit-animation: cd-rotate-1-out 1.2s; */
  /*! -moz-animation: cd-rotate-1-out 1.2s; */
  /*! animation: cd-rotate-1-out 1.2s; */
}



@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.cd-words-wrapper b{
  color: #f40034;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}


/* =======================
Clip
=========================*/

.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  width: 180px;
}

.cd-headline.clip b {
  opacity: 0;
  visibility: hidden;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
  visibility: visible;
}


/* =================================
xrotate-1 
====================================*/
/* 
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
} */
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}



@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

@media(min-width:992px){
  .navbar-text{
    width:32%;
  }
}

@media(max-width:992px){
  .navbar-text{
    display: none;
  }
}

/* ============ Medicine css Here =============== */

.medicine a{
  display: inline-block;
  margin-right: 20px;
  width: 200px;
  height: 54px;
  line-height: 50px;
  border-radius: 50px;
  text-decoration:none;
  text-align: center;
  background-color: #72FAE4;
  color: #000;
  border-color:#fff;
  font-size:18px;
  box-shadow: 0px 0px 14px rgb(0,0,0,8%);
  border:2px solid #fff;
  transition: all 0.6s;
}
.medicine a i{
  font-size:20px;
  position: relative;
  top:2px;
}
.medicine a:hover{
  color: #000;
  border:2px solid #000;
  transition: all 0.6s;
  box-shadow: 0px 0px 14px rgb(0,0,0,0);
}


/* =============== Covid 19 =============== */
.covid_desc{
  padding:30px;
  font-size:14px;
  background-color: #1477F3;
  text-align: center;
  color:#fff;
  line-height:20px;
}
.covid_desc1{
  padding:10px;
  text-align: center;
  font-size:14px;
  line-height: 20px;
  padding-bottom:20px;
}

.img_covid_19{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px #b5d8e2;
}
p.staps {
  border: 1px solid #1477F3;
  width: 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 9px;
  transform: translateY(-12px);
  margin-bottom: 15px;
  line-height: 20px;
  padding: 3px 0;
  font-weight: bold;
  font-size: 14px;
}

.purple_btn{
  padding:10px 26px;
  background-color: #1477f3 ;
  color:#fff;
  margin-top: 20px;
  text-decoration: none !important;
  border-radius: 50px;
  border:2px solid #1477f3;
  display: inline-block;
  transition: all 0.6s;
}
.purple_btn:hover{
  background-color: #fff;
  color: #000;
  transition: all 0.6s;
}
.covic_ul{
  margin-left:30px;

}
.covic_ul  li{
  margin-bottom:20px;
  color:#666;
  font-size:14px;
}


/*======== blood-test-d1 =========*/
.blood-test-d1{
  width: 100%;
  height: auto;
  padding:40px 0;
}
.blood-test-d1 .discount-b{
  width: 400px;
  height: auto;
  box-shadow: 0px 0px 5px #8080807d;
  padding:30px;
  margin:0 auto;
  text-align: center;
}
.blood-test-d1 .discount-b b{
  color:red;
  font-weight: 700;
}
.blood-test-d1 .discount-b .book_btn2{
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  background-color:#033574;
  text-decoration: none;
  margin:0 auto;
}
/*  lab_keywords  */
.lab_keywords{
  width: 100%;
}
.lab_keywords .list_keywords ul{
  list-style-type: none;
}
.lab_keywords .list_keywords ul li{
  font-size:12px;
}

/*=========== popup form ==========*/
.contact_form978{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: none;
}
.contact_form978 .f_icon_box{
  position:relative;
  top: 0;
}
.contact_form978 .f_icon_box img{
    width: 20px;
    display: block;
    float: right;
    position: relative;
    left: 20px;
    top: -20px;
}
.contact_form978 .contt_form {
    width: 300px;
    height: auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #80808040;
}
.contact_form978 .contt_form input{
  width: 100%;
  padding:5px;
  border:1px solid #000;
  outline: none;
  margin-bottom: 10px;
}
.contact_form978 .contt_form textarea{
  width: 100%;
  margin-bottom: 10px;
}
.contact_form978 .contt_form h3{
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.contact_form978 .contt_form .submit_now{
  padding:7px;
  background-color: orange;
  color:#fff;
  border:none;
  outline: none;
  display: block;
  width: 100%;
}
/*======== second popup design ========*/

.contact_form222{
  background-color: #ffff;
  color: #000;
}

/*============= ecg blog css ===========*/
.ecg_blog_contt {
    width: 100%;
    padding: 40px 0px 0px 0px;
}
.ecg_blog_contt .ecg_img_b img{
  width: 100%;
}
.ecg_blog_contt .ecg_contents {
    padding: 40px 0px 0px 0px;
}
.ecg_blog_contt .ecg_contents h3{
  font-size: 24px;
  font-weight: bold;
  color: red;
}
.ecg_blog_contt .ecg_contents h2{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ecg_blog_contt .ecg_contents p{
  font-size: 20px;
  font-weight: bold;
  padding:6px;
  background-color: red;
  color: #fff;
  max-width: 460px;
  box-shadow: 8px 9px 2px 0px lightgrey;
}
.ecg_blog_contt .ecg_contents h1{
  font-size: 30px;
  font-weight: bold;
}
.ecg_blog_contt .ecg_contents ul{
  list-style-type: none;
  font-weight: bold;
}
.ecg_blog_contt .ecg_contents h4{
  margin:20px 0;
}
.ecg_blog_contt .ecg_contents h4 span{
  text-decoration:underline;
}
/*============= form btn ========*/
.contact_form978 a.call_now34 {
    display: block;
    padding: 7px;
    margin-top: 8px;
    background-color: #1477f3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}


/*======== clients reviews ========*/
.client_review_sec{
  width: 100%;
  padding: 50px 0;
}
.client_review_sec .review-heading{
  padding: 30px 0;
  text-align: center;
}
.client_review_sec .review-content {
    padding: 30px;
    box-shadow: 0px 0px 7px #d3d3d399;
    text-align: center;
    width: 100%;
    height: 280px;
}
.client_review_sec .review-content img{
    display:block;
    margin:0 auto;

}
.client_review_sec .review-content h4{
    font-size:20px;
}

/*=========== discount table ===========*/
.discount-table-design {
    margin-bottom: 60px;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.styled-table thead tr {
    background-color: #23ccf4;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #23ccf4;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #23ccf4;
}
/*======== reviews-section1=========*/
.reviews-section1{
  width: 100%;
  margin:0px 0px 20px 0px;
}
.reviews-section1 .review-box1{
    padding: 16px;
    box-shadow: 0px 0px 8px #80808030;
    width: 100%;
    min-height: 200px;
    border-bottom: 3px solid #23ccf4;
    margin-bottom: 20px;
}
.reviews-section1 .review-box1 h4{
  margin-bottom: 0;
}
.reviews-section1 .review-box1 img{
  margin-bottom: 4px;
}

/*======== second popup design =======*/
