@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');

body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
ol,
li,
p,
section,
main,
nav {
    margin: 0px;
    padding: 0px;
    display: block;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:focus-visible {
    outline: 0;
}
body {
    overflow-x: hidden;
}
.medilab-theme img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.medilab-theme .navbar-toggler {
    border: 0;
}
.medilab-theme .z-index-9 {
    z-index: 9;
}
.medilab-theme .cursor-pointer {
    cursor: pointer;
}
.medilab-theme .centerflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.medilab-theme .alignflex {
    display: flex;
    align-items: center;
}
.medilab-theme .display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.medilab-theme .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.medilab-theme * {
    --font-default: "Open Sans", sans-serif;
    --color-default: #444444;
    --color-primary: #1977cc;
    scroll-behavior: smooth;
}

.medilab-theme a {
  color: var(--color-primary);
  transition: all 0.5s ease;
  text-decoration: none;
}
.medilab-theme a:hover {
  color: #3291e6;
}
.medilab-theme{
	font-size: 16px;
	line-height: 1.8;
	font-family: var(--font-default);
	color: var(--color-default);
}
.medilab-theme .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.medilab-theme .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  opacity: 0.6;
}
.medilab-theme .seperator{
	padding: 60px 0;
	overflow: hidden;
}
.medilab-theme .section-bg{
    background: #f1f7fd;
}

.medilab-theme .text-truncate{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.medilab-theme .text-truncate-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.medilab-theme .text-truncate-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.Navigation.medilab-theme .announcementBar {
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 100%;
}
.Navigation.medilab-theme .announcementBar .btn-close{
	width: 8px;
	height: 8px;
	padding: 2px;
    top: 5px;
    right: 16px;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	opacity: 1;
  float: right;

}
.Footer.medilab-theme #footer ul .link2{
  line-height: 30px !important;
}
.Navigation.medilab-theme .topbar {
    font-size: 14px;
    height: 40px;
    color: #444444;
    transition: 0.3s all ease-in-out;
    z-index: 9;
}
.Navigation.medilab-theme .topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}
.Navigation.medilab-theme .topbar .contact-info a:hover {
    color: #1977cc;
}
.Navigation.medilab-theme .topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
}
.Navigation.medilab-theme .topbar .contact-info i:first-child {
    margin-left: 0;
}
.Navigation.medilab-theme .topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}
.Navigation.medilab-theme .topbar .social-links a:hover {
    color: #1977cc;
}
.Navigation.medilab-theme .topbar .social-links a:first-child {
    border-left: 0;
}
.Navigation.medilab-theme header .navbar {
    padding: 15px 0;
    height: 80px;
    z-index: 99;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    transition: all 0.5s;
}
.Navigation.medilab-theme header .navbar-brand,
.Navigation.medilab-theme header .navbar-brand .h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}
.Navigation.medilab-theme header .navbar-brand .logo {
    max-height: 40px;
    margin-right: 6px;
    display: none;
}
.Navigation.medilab-theme header .navbar .nav-item {
    padding: 8px 0 8px 20px;
}
.Navigation.medilab-theme header .navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #2c4964;
    padding: 5px 2px;
    transition: all 0.1s ease-in-out;
    position: relative;
}
.Navigation.medilab-theme header .navbar .nav-link.active,
.Navigation.medilab-theme header .navbar .nav-link:hover {
    color: var(--color-primary);
}
.Navigation.medilab-theme header .navbar .nav-link:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}
.Navigation.medilab-theme header .navbar .show>.nav-link:after,
.Navigation.medilab-theme header .navbar .active>.nav-link:after,
.Navigation.medilab-theme header .navbar .nav-link.show:after,
.Navigation.medilab-theme header .navbar .nav-link.active:after,
.Navigation.medilab-theme header .navbar .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.Navigation.medilab-theme header .navbar .btn.btn-default {
    font-size: 14px;
    padding: 8px 25px;
}
.Navigation.medilab-theme header .navbar .navbar-toggler span {
    display: block;
    background: var(--color-default);
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}
.Navigation.medilab-theme header .navbar .navbar-toggler:not(.collapsed) span {
    background: var(--color-default);
}
.Navigation.medilab-theme header .navbar .navbar-toggler span:nth-child(1),
.Navigation.medilab-theme header .navbar .navbar-toggler span:nth-child(3) {
    transition: transform 0.35s ease-in-out;
}
.Navigation.medilab-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}
.Navigation.medilab-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background: transparent;
}
.Navigation.medilab-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
}
.Navigation.medilab-theme header .navbar.navbar-default,
.Navigation.medilab-theme header .navbar.fixed-top{
	background-color: #FFFFFF;
}
.Navigation.medilab-theme header .navbar.fixed-top .navbar-brand .logo{
	max-height: 30px;
}
.Navigation.medilab-theme header .navbar:has(.navbar-toggler:not(.collapsed)) {
    height: auto;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    align-items: baseline;
    min-height: 100%;
}
.Navigation.medilab-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .btn.btn-default {
    margin-left: 15px;
}
/*--------------------------------------*/

/* Dropdown Menu
/*--------------------------------------*/
.Navigation.medilab-theme header .dropdown .dropdown-menu {
    display: none;
}
.Navigation.medilab-theme header .dropdown:hover>.dropdown-menu,
.Navigation.medilab-theme header .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}
@media screen and (min-width:991px) {
    .Navigation.medilab-theme header .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
}
.Navigation.medilab-theme header .dropdown .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #2c4964;
}
.Navigation.medilab-theme header .dropdown-item.active,
.Navigation.medilab-theme header .dropdown-item:active,
.Navigation.medilab-theme header .dropdown-item:hover,
.Navigation.medilab-theme header .dropdown-item:focus {
    color: #FFFFFF;
    background: var(--color-primary);
}
/*--------------------------------------*/

/* Active Header
/*--------------------------------------*/
.Navigation.medilab-theme header.header-scrolled,
.Navigation.medilab-theme header.header-scrolled.header-scrolled {
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    height: 60px;
    padding: 10px 0;
}

/*--------------------------------------*/
/*Typography
/*--------------------------------------*/
.medilab-theme h1,
.medilab-theme h2,
.medilab-theme h3,
.medilab-theme h4,
.medilab-theme h5,
.medilab-theme h6,
.medilab-theme .h1,
.medilab-theme .h2,
.medilab-theme .h3,
.medilab-theme .h4,
.medilab-theme .h5,
.medilab-theme .h6{
	font-family: "Raleway", sans-serif;
	color: #2c4964;
	font-weight: 700;
}

.medilab-theme .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.medilab-theme .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.medilab-theme .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.medilab-theme .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: calc(50% - 20px);
}
/*--------------------------------------*/

/*Button
/*--------------------------------------*/
.medilab-theme .btn{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
    padding: 10px 35px;
	border: 0;
	border-radius: 50px;
}
.medilab-theme .btn.btn-default{
	background: var(--color-primary);
}
.medilab-theme .btn.btn-default:hover {
	background-color: #2c4964;
}

.medilab-theme .btn.btn-light{
	background: rgba(255, 255, 255, 0.2);
}
.medilab-theme .btn.btn-light:hover {
  color: var(--color-primary);
  background: #FFFFFF;
}

.medilab-theme .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.medilab-theme .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.medilab-theme .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.medilab-theme .play-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}
.medilab-theme .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.medilab-theme .slick-dots{
	bottom: -40px;
}
.medilab-theme .slick-dots li{
	margin: 0;
}
.medilab-theme .slick-dots li button:before {
	background: transparent;
	content: '';
	opacity: 1;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid var(--color-primary);
}
.medilab-theme .slick-dots li button:hover:before,
.medilab-theme .slick-dots li.slick-active button:before{
  background: var(--color-primary);
  opacity: 1;
}
/*--------------------------------------*/

/*Breadcrumb
/*--------------------------------------*/
.medilab-theme .breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
}
.medilab-theme .breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .medilab-theme .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.medilab-theme .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.medilab-theme .breadcrumbs ol li+li {
  padding-left: 10px;
}
.medilab-theme .breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .medilab-theme .breadcrumbs .d-flex {
    display: block !important;
  }
  .medilab-theme .breadcrumbs ol {
    display: block;
  }
  .medilab-theme .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------*/

/*Contact Form
/*--------------------------------------*/
.medilab-theme .appointment-form .form-group {
	margin-bottom: 1rem;
}
.medilab-theme .appointment-form .form-control{
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	height: 44px;
	padding: 10px;
}
.medilab-theme .appointment-form .form-control:focus{
	border-color: #1977cc;
}
.medilab-theme .appointment-form textarea.form-control {
    height: inherit;
	padding: 10px 12px;
}
/*--------------------------------------*/

/*Scroll top button
/*--------------------------------------*/
.medilab-theme .scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
}
.medilab-theme .scroll-top i {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 0;
}
.medilab-theme .scroll-top:hover {
  background: var(--color-default);
  color: #FFFFFF;
}
.medilab-theme .scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------*/

/*Preloader
/*--------------------------------------*/
.medilab-theme #preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #FFFFFF;
}
.medilab-theme .loader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 6px solid #1977cc;
		border-left-color: #d1e6f9;
	}
}
.Header.medilab-theme #hero {
  width: 100%;
  height: 90vh;
  background-image: url("../images/hero-bg.jpg");
  margin-bottom: -200px;
}
.Header.medilab-theme #hero .container {
  position: relative;
}
.Header.medilab-theme #hero h1 {
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
}
.Header.medilab-theme #hero h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0 30px;
}
.Header.medilab-theme #hero .btn.btn-default {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
}
@media (min-width: 1024px) {
  .Header.medilab-theme #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  .Header.medilab-theme #hero {
    margin-bottom: 0;
  }
  .Header.medilab-theme #hero .container {
    padding-bottom: 63px;
  }
  .Header.medilab-theme #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .Header.medilab-theme #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
  }
}

/*--------------------------------------*/
/*Why Us Section
/*--------------------------------------*/
.Header.medilab-theme .why-us-section .content {
  padding: 30px;
  background: var(--color-primary);
  border-radius: 4px;
  color: #FFFFFF;
}
.Header.medilab-theme .why-us-section .content h3{
	font-size: 34px;
}
.Header.medilab-theme .why-us-section .content p {
  margin: 30px 0;
}
.Header.medilab-theme .why-us-section .content .btn.btn-light i {
  font-size: 14px;
}
.Header.medilab-theme .why-us-section .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.Header.medilab-theme .why-us-section .icon-boxes .icon-box i {
  font-size: 40px;
  color: var(--color-primary);
}
.Header.medilab-theme .why-us-section .icon-boxes .icon-box h4 {
	font-size: 20px;
	margin: 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.Header.medilab-theme .why-us-section .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
/*--------------------------------------*/

/*About Section
/*--------------------------------------*/
.Aboutus.medilab-theme .about-section .video-box {
  background: url("../images/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.Aboutus.medilab-theme .about-section .icon-boxes h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.Aboutus.medilab-theme .about-section .icon-box {
  margin-top: 40px;
}
.Aboutus.medilab-theme .about-section .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.Aboutus.medilab-theme .about-section .icon-box .icon i {
  color: var(--color-primary);
  font-size: 32px;
}
.Aboutus.medilab-theme .about-section .icon-box:hover .icon {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.Aboutus.medilab-theme .about-section .icon-box:hover .icon i {
  color: #FFFFFF;
}
.Aboutus.medilab-theme .about-section .icon-box .title {
	font-size: 18px;
	margin-left: 85px;
	margin-bottom: 10px;
}
.Aboutus.medilab-theme .about-section .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.Aboutus.medilab-theme .about-section .icon-box .title a:hover {
  color: var(--color-primary);
}
.Aboutus.medilab-theme .about-section .icon-box .description {
  font-size: 14px;
  line-height: 24px;
  margin-left: 85px;
}
.Aboutus.medilab-theme .counts-section {
  background: #f1f7fd;
}
.Aboutus.medilab-theme .counts-section .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #FFFFFF;
}
.Aboutus.medilab-theme .counts-section .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: var(--color-primary);
  color: #FFFFFF;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.Aboutus.medilab-theme .counts-section .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color:#082744;
}
.Aboutus.medilab-theme .counts-section .count-box p {
	font-size: 14px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
}

.Services.medilab-theme .services-section .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.Services.medilab-theme .services-section .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--color-primary);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}
.Services.medilab-theme .services-section .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(25, 119, 204, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}
.Services.medilab-theme .services-section .icon-box .icon i {
  color: #FFFFFF;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.Services.medilab-theme .services-section .icon-box h4 {
	font-size: 24px;
	margin: 20px 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.Services.medilab-theme .services-section .icon-box h4 a {
	color: #2c4964;
}
.Services.medilab-theme .services-section .icon-box p {
  font-size: 14px;
  line-height: 24px;
}
.Services.medilab-theme .services-section .icon-box:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.Services.medilab-theme .services-section .icon-box:hover .icon {
  background: #FFFFFF;
}
.Services.medilab-theme .services-section .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}
.Services.medilab-theme .services-section .icon-box:hover .icon i {
  color: var(--color-primary);
}
.Services.medilab-theme .services-section .icon-box:hover h4 a,
.Services.medilab-theme .services-section .icon-box:hover p {
  color: #FFFFFF;
}
.Portfolio.medilab-theme .departments-section .nav-tabs {
  border: 0;
}
.Portfolio.medilab-theme .departments-section .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}
.Portfolio.medilab-theme .departments-section .nav-link:hover {
  color: #1977cc;
}
.Portfolio.medilab-theme .departments-section .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}
.Portfolio.medilab-theme .departments-section .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}
.Portfolio.medilab-theme .departments-section .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.Portfolio.medilab-theme .departments-section .details p {
  color: #777777;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .Portfolio.medilab-theme .departments-section .nav-link {
    padding: 15px;
  }
  .Portfolio.medilab-theme .departments-section .nav-link.active {
    color: #FFFFFF;
    background: #1977cc;
  }
}
.Testimonials.medilab-theme .testimonials-section .testimonial-wrap {
	padding-left: 50px;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 30px 60px;
	margin: 30px 15px;
	min-height: 200px;
	box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
	position: relative;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 10px;
	border: 6px solid var(--color-primary);
	position: absolute;
	left: -45px;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item h4 {
	font-size: 14px;
	color: #999;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item .quote-icon-left,
.Testimonials.medilab-theme .testimonials-section .testimonial-item .quote-icon-right {
	color: #badaf7;
	font-size: 26px;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.Testimonials.medilab-theme .testimonials-section .testimonial-item p {
	font-style: italic;
	margin: 15px auto;
}
@media (max-width: 767px) {
	.Testimonials.medilab-theme .testimonials-section .testimonial-wrap {
		padding-left: 0;
	}
	.Testimonials.medilab-theme .testimonials-section .testimonial-item {
		padding: 30px;
		margin: 15px;
	}
	.Testimonials.medilab-theme .testimonials-section .testimonial-item .testimonial-img {
		position: static;
		left: auto;
	}
}

.Clients.medilab-theme .doctors-section .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.Clients.medilab-theme .doctors-section .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
}
.Clients.medilab-theme .doctors-section .member .pic img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: ease-in-out 0.3s;
}
.Clients.medilab-theme .doctors-section .member:hover img {
  transform: scale(1.1);
}
.Clients.medilab-theme .doctors-section .member .member-info {
  padding-left: 30px;
}
.Clients.medilab-theme .doctors-section .member h4 {
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.Clients.medilab-theme .doctors-section .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.Clients.medilab-theme .doctors-section .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.Clients.medilab-theme .doctors-section .member p {
  font-size: 14px;
  margin: 10px 0 12px;
}
.Clients.medilab-theme .doctors-section .member .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Clients.medilab-theme .doctors-section .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.Clients.medilab-theme .doctors-section .member .social a i {
  color: #FFFFFF;
}
.Clients.medilab-theme .doctors-section .member .social a:hover {
  background: #1977cc;
}
.Clients.medilab-theme .doctors-section .member .social a+a {
  margin-left: 8px;
}
.Faqs.medilab-theme .faq-section .faq-list {
  padding: 0 100px;
}
.Faqs.medilab-theme .faq-section .faq-list li+li {
  margin-top: 15px;
}
.Faqs.medilab-theme .faq-section .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.Faqs.medilab-theme .faq-section .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.Faqs.medilab-theme .faq-section .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.Faqs.medilab-theme .faq-section .faq-list .icon-show,
.Faqs.medilab-theme .faq-section .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.Faqs.medilab-theme .faq-section .faq-list p {
  padding: 10px 0 0 0;
}
.Faqs.medilab-theme .faq-section .faq-list .icon-show {
  display: none;
}
.Faqs.medilab-theme .faq-section .faq-list a.collapsed {
  color: #343a40;
}
.Faqs.medilab-theme .faq-section .faq-list a.collapsed:hover {
  color: #1977cc;
}
.Faqs.medilab-theme .faq-section .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.Faqs.medilab-theme .faq-section .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .Faqs.medilab-theme .faq-section .faq-list {
    padding: 0;
  }
}

.ContactUs.medilab-theme .contact .info {
  width: 100%;
  background: #fff;
}
.ContactUs.medilab-theme .contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.ContactUs.medilab-theme .contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.ContactUs.medilab-theme .contact .info p {
  padding: 0 0 0 60px;
  font-size: 14px;
  color: #4b7dab;
}
.ContactUs.medilab-theme .contact .info .email,
.ContactUs.medilab-theme .contact .info .phone {
  margin-top: 40px;
}
.ContactUs.medilab-theme .contact .info .email:hover i,
.ContactUs.medilab-theme .contact .info .address:hover i,
.ContactUs.medilab-theme .contact .info .phone:hover i {
  background: #1977cc;
  color: #FFFFFF;
}

.Footer.medilab-theme #footer {
  color: #444444;
  font-size: 14px;
}
.Footer.medilab-theme #footer ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.Footer.medilab-theme #footer ul a:hover {
  color: #1977cc;
}
.Footer.medilab-theme #footer .footer-main {
  padding: 60px 0 30px 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
.Footer.medilab-theme #footer .footer-contact .footer-logo a{
	display: flex;
	align-items: center;
}
.Footer.medilab-theme #footer .footer-contact .footer-logo img{
	width: 50px;
}
.Footer.medilab-theme #footer .footer-contact .footer-logo h5 {
  font-size: 22px;
  margin-left: 8px;
}
.Footer.medilab-theme #footer .footer-main .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
  margin: 20px 0;
}
.Footer.medilab-theme #footer .footer-main .contact-form{
	max-width: 250px;
}
.Footer.medilab-theme #footer .footer-main .contact-form .form-control{
	height: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 6px;
}
.Footer.medilab-theme #footer .footer-main .contact-form .btn.btn-default{
	font-size: 14px;
	padding: 8px 25px;
}
.Footer.medilab-theme #footer .footer-main h6 {
	font-size: 16px;
	padding-bottom: 12px;
}
.Footer.medilab-theme #footer .footer-main .footer-links ul i {
	font-size: 18px;
	line-height: 1;
	padding-right: 2px;
	color: #1c84e3;
}
.Footer.medilab-theme #footer .footer-main .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.Footer.medilab-theme #footer .footer-main .footer-links ul li:first-child {
  padding-top: 0;
}

/*Newsletter*/
.Footer.medilab-theme #footer .footer-newsletter {
  font-size: 15px;
}
.Footer.medilab-theme #footer .footer-newsletter form {
  margin-top: 30px;
  background: #FFFFFF;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
.Footer.medilab-theme #footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.Footer.medilab-theme #footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0 14px;
  background: #1977cc;
  color: #FFFFFF;
  transition: 0.3s;
  border-radius: 50px;
}
.Footer.medilab-theme #footer .footer-newsletter form input[type=submit]:hover {
  background: #444444;
}
.Footer.medilab-theme #footer .ssl-cerficate img{
	width: 120px;
}

/*Footer Bottom*/
.Footer.medilab-theme #footer .app-store,
.Footer.medilab-theme #footer .payments{
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.Footer.medilab-theme #footer .app-store li:not(:last-child){
	padding-right: 8px;
}
.Footer.medilab-theme footer .app-store li a img{
	opacity: 0.8;
}
.Footer.medilab-theme footer .app-store li a:hover img{
	opacity: 1;
}
.Footer.medilab-theme footer .payments li a svg{
	opacity: 0.8;
	margin-right: 8px;
}
.Footer.medilab-theme footer .payments li a:hover svg{
	opacity: 1;
}
.Footer.medilab-theme #footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Footer.medilab-theme #footer .credits li:not(:last-child){
	margin-right: 8px;
}
.Footer.medilab-theme #footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #FFFFFF;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.Footer.medilab-theme #footer .social-links a:hover {
  background: #444;
  color: #FFFFFF;
}

@media (max-width: 992px) {
	.Footer.medilab-theme #footer .payments{
		justify-content: center;
		margin: 0;
	}
}
/*--------------------------------------*/

/* Responsive
/*--------------------------------------*/

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {	
}
@media (max-width: 991.98px) {
	.medilab-theme header .navbar .nav-link:after{
		height: 0;
	}
	.medilab-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .btn.btn-primary{
		display: none;
	}	
}
@media (max-width: 400px) {
	.medilab-theme header .navbar .btn.btn-default {
		font-size: 13px;
		padding: 8px 10px;
	}
	.medilab-theme .topbar .contact-info a{
		font-size: 12.5px;
	}
}
