/* ----------------------------------



/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #323232;
  /*! font-weight: bold; */
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  /*! text-align: justify; */
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: rgb(4 0 201 / 50%);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: 5px;
    width: 35px;
    height: 35px;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 5px;
    width: 35px;
    height: 35px;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #676767;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}


.search {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  padding-top: 16px;
}

.searchTerm {
  width: 76%;
  border: 3px solid #ffffff;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #ffffff;
    background: #ffffff;
    text-align: center;
    color: #535353;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.searchButton:focus{
	outline: none;
}



/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0 0px;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 20px 0 0px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0px 0;
	background: rgb(83,183,213);
    background: linear-gradient(180deg, rgba(83,183,213,1) 0%, rgba(53,138,171,1) 100%);
    margin-top: 10px;
	margin-bottom: -18px;
	padding-left: 52px;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-collapse.in{
	display: block;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 400;
    transition: all 200ms linear;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
}

.nav-link:hover{
	color: #0400c9 !important;
    background-color: #fff;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #0400c9 !important;
    background-color: #fff;
}
.nav-link {
	position: relative;
	padding: 14px 10px !important;
	display: inline-block;
}

.nav-item{
	position: relative;
    transition: all 200ms linear;
    margin-left: 1px !important;
}

.online-report {
    background-color: #ef7761;
    color: #fff;
    border-radius: 4px;
    padding: 6px 20px;
    border: 2px solid #fff;
    margin: 5px 0 0 25px;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.online-report:hover{
	background-color: #fff;
	color: #000;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #3488a8 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}



#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgb(57 49 133);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */


.logo img {
	height: auto;
	width: 231px;
	display: block;
  }
.top-phone-bar {
	text-align: right;
	color: #fff;
	padding-top: 16px;
}

.top-phone-bar a{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}


.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 20px 10px;
  border-radius: 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn.btn-light.border {
  border: 2px solid #ffffff;
  color: #464646;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  /*! border: 2px solid #ffffff !important; */
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}



.btn-theme {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #0a0789;
}

.btn-theme.border:hover {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #0cb8b6 none repeat scroll 0 0;
  border: 2px solid #0cb8b6;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}



/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 200px 0 115px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
  padding-top: 6px;
  margin: 0;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #0cb8b6;
  text-decoration: underline;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: #0cb8b6;
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 100px;
  width: 1px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background: #e7e7e7;
}

.top-bar-area.double-info .social {
  padding: 25px 15px;
}

.top-bar-area.bg-theme .info li::after,
.top-bar-area.bg-dark .info li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area .social {
  padding: 15px 0;
  z-index: 1;
}

.top-bar-area.bg-theme li .icon i {
  color: #ffffff;
}

.top-bar-area.bg-theme li .info span {
  color: #ffffff;
}

.top-bar-area.bg-theme .info li {
  color: #ffffff;
}

.top-bar-area.bg-theme {
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: #0cb8b6;
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: #ffffff;
}

.top-bar-area .social.text-right ul li {
  margin-right: 0;
  margin-left: 20px;
}

.top-bar-area .social ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}

.top-bar-area.bg-theme .social ul li a {
  color: #ffffff;
}

.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  color: #fff;
  background: #098988;
  display: inline-block;
  letter-spacing: 1px;
}


/* ============================================================== 
     # lp css 
=================================================================== */

.lpmain .custom-container{
  max-width: 72vw;
  margin: 0px auto;
}

.main-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.banner-info {
	position: relative;
	padding: 120px 0 0 0;
}

.banner-info h1{
	color: #3488a8;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.banner-info p{
	color: #484848;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.banner-info a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    background-color: #ef7761;
    padding: 7px 15px 7px 15px;
    display: inline-block;
}

.banner-info a:hover{
	background-color: #000;
}

.locate-section {
	position: relative;
	margin-top: -60px;
	z-index: 9;
}

.locate-us {
	background: rgb(83,183,213);
    background: linear-gradient(
	180deg, rgba(83,183,213,1) 0%, rgba(53,138,171,1) 100%);
}

.find-test {
	background-color: #4eafcd;
}

.health-package {
	background: rgb(83,183,213);
    background: linear-gradient(
	180deg, rgba(83,183,213,1) 0%, rgba(53,138,171,1) 100%);
}

.locate-block-inner {
	display: flex;
	padding: 20px 0px;
}

.locate-block-inner .block-content h2{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color: #17495c;
	font-size: 28px;
	margin-bottom: 6px;
}

.locate-block-inner .block-content p{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #fff;
}

.locate-block-inner .block-icon{
	    width: 80px;
}




.our-test-section {
	padding-top: 50px;
	position: relative;
}



.section-heading {
	color: #2a2a2a;
	font-size: 36px;
	font-weight: 700;
}


.content-text {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #484848;
}

.test-block {
	margin-top: 40px;
	position: relative;
}

.test-block h2{
    font-family: 'Poppins', sans-serif;
    color: #424267;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
}

.view-alltest {
	text-align: center
}

.view-alltest a {
    background-color: #ef7862;
    padding: 12px 36px 12px 35px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border-radius: 5px;
	margin-top: 40px;
}

.view-alltest a:hover{
	background-color: #000;
}

.home-sample-collection {
    position: relative;
    padding-top: 0px;
    background-color: #42a5c4;
    margin-top: 50px;
}

.samplecollect-inner {
	    padding: 40px 0 33px 0;
}





.samplecollect-inner h2{
	color: #fff;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.samplecollect-inner p{
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

.samplecollect-inner a{
	background-color: #ef7862;
    padding: 12px 36px 12px 35px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.samplecollect-inner a:hover{
	background-color: #000;
}


.home-sample-collection:after {
    width: 50%;
    height: 278px;
    content: "";
    background-image: url(../images/home-sample-collection.webp );
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    background-size: cover;
}

.life-cycle-disorder {
	padding-top: 70px;
	padding-bottom: 50px;
}

.life-cycle-icon {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #dedede;
}



.heart-icon {
	background-image: url(../images/heart.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}
.i-one:hover .heart-icon{
	background-image: url(../images/heart-orange.png);
}

.liver-icon {
	background-image: url(../images/liver.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}

.i-two:hover .liver-icon{
	background-image: url(../images/liver-orange.png);
}

.lungs-icon {
	background-image: url(../images/lungus.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}

.i-three:hover .lungs-icon{
	background-image: url(../images/lungus-orange.png);
}

.in-fertility-icon {
	background-image: url(../images/in-fertility.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}

.i-four:hover .in-fertility-icon{
	background-image: url(../images/in-fertility-orange.png);
}

.kideny-icon {
	background-image: url(../images/kideny.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}

.i-five:hover .kideny-icon{
	background-image: url(../images/kideny-orange.png);
}

.allergy-icon {
	background-image: url(../images/allergy.png);
	width: 104px;
	height: 103px;
	margin: 0px auto;
}

.i-six:hover .allergy-icon{
	background-image: url(../images/allergy-orange.png);
}



.life-cycle-icon p{
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #393939;
	font-weight: 600;
    margin-top: 14px;
}
.life-cycle-icon img{
	width: 104px !important;
	margin: 0px auto;
}

.life-cycle-disorder .owl-prev {
    position: absolute;
    left: -40px;
    top: 34%;
    background-color: transparent !important;
    color: #a9a9a9 !important;
	font-size: 30px;
}

.life-cycle-disorder .owl-next{
	position: absolute;
    right: -40px;
    top: 34%;
	background-color: transparent !important;
    color: #a9a9a9 !important;
	
}

.life-cycle-disorder .owl-next i{
	font-size: 30px;
}

.life-cycle-disorder .owl-prev i{
	font-size: 30px;
}

.life-cycle-disorder .owl-dots.disabled {
	display: block;
}

.life-cycle-disorder .owl-dot.active span{
	    width: 22px;
}

.our-health-packages {
	padding-top: 50px;
	padding-bottom: 50px;
}

.health-package-box{
	background-color: #fff;
	margin-top: 30px;
}

.health-package-box img{
	width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.packge-content {
	background-color: #f5f5ff;
	padding: 16px;
	
}

.packge-content p{
	font-size: 24px;
	color: #181818;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.packge-content a {
    color: #1f809e;
    font-size: 16px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.why-choose-section {
	position: relative;
	padding-top: 50px;
    padding-bottom: 50px;
}

.why-choose-section:after {
    width: 100%;
    height: 608px;
    content: "";
    background-image: url(../images/curve-shape.png);
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    background-size: cover;
}

.why-icon {
    position: relative;
    text-align: center;
    padding: 24px 12px;
    min-height: 256px;
    margin-top: 20px;
    border-radius: 26px;
}

.why-icon h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.green-bg{
	background-color: #42a5c4;
}

.orange-bg{
	background-color: #f27e68;
}

.why-content {
	padding-top: 30px;
}


.technology-partner {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #42a5c4;
	margin-top: 40px;
}

.partnert-title {
	color: #fff;
}

.partner-icon {
    background-color: #fff;
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
	padding: 15px;
}

.about-section{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-section .read-more-btn {
	text-align: center;
	
}

.about-section .read-more-btn a{
    background-color: #ef7862;
    padding: 12px 24px 12px 24px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 10px;
}

.about-section .read-more-btn a:hover{
	background-color: #000;
}

.number-box {
    background-color: #f5f5ff;
    padding: 20px;
    text-align: center;
    border-radius: 24px;
    margin-top: 40px;
}

.number-box h2{
	color: #42a5c4;
	font-size: 36px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.number-box h2:after{
	content: "+"
}

.number-box h3{
	color: #1c2431;
	font-size: 22px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.certification-section {
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
}

.certification-section:after {
    width: 100%;
    height: 800px;
    content: "";
    background-image: url(../images/curve-shape-2.png);
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    background-size: cover;
}

.certification-logo-box {
	    margin-top: 30px;
		text-align: center;
}

.certification-logo-box h2{
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.gnesh-research-center {
	position: relative;
	background-color: #eeeef6;
}

.research-center-iconblock {
	display: flex;
}

.eductional-institute{
	padding-top: 40px;
	padding-bottom: 40px;
}

.research-center-iconblock .icon-box {
	padding: 10px;
}

.research-center-iconblock .icon-box .in-count{
	color: #f27e68;
	margin-top: 0px;
}

.research-center-iconblock .icon-box .in-count:after{
	content:"+"
}

.research-center-iconblock .icon-box .per-count{
	color: #f27e68;
	margin-top: 0px;
}

.research-center-iconblock .icon-box .per-count:after{
	content:"%"
}



.research-center-iconblock .icon-box h2 {
    color: #393939;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
	margin-top: 12px;
	margin-bottom: 0px;
}

.research-center-iconblock .icon-box h2 span{
	color: #f27e68;
}

.border-rt{
	border-right: 1px solid #dbdcdd;
}

.eductional-institute p{
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
}

.doctor-block {
	position: relative;
}

.doctor-block img {
    position: relative;
    z-index: 1;
    margin-top: -184px;
}

.doctor-block:after {
    content: "";
    width: 522px;
    height: 136px;
    background-image: url(../images/basebg.png);
    position: absolute;
    bottom: 0;
    left: -90px;
}



 .testimonial-sec {
  background-color: #fff;
  display: flex;
  width: 100%;
}

 .testimonial-sec .testimonial-block {
  width: 100%;
}

.testimonial-sec .testimonial-block .quote-icon{
  width: 88px;
  margin-bottom: -46px;
  margin-left: 146px;
}

.testimonial-sec .testimonial-block .testimoanila-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0px auto;
}

.testimonial-sec .testimonial-block .student-testimonial {
  width: 100%;
  padding: 20px;
  margin: 0px auto;
  padding-left: 0vw;
  padding-right: 15px;
}

.testimonial-sec .testimonial-block .student-testimonial .item .content{
	border: 1px solid #d9d9d9;
    padding: 20px 20px 0px;
	min-height: 542px;
}

.testimonial-sec .testimonial-block .section-title {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 70px 0 20px 0;
}

.testimonial-sec .testimonial-block .info h4{
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 4px;
}

.testimonial-sec .testimonial-block .info h5 {
    color: #a0a0a0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-sec .testimonial-block .info {
    padding-top: 30px;
    text-align: center;
}

.testimonial-sec .testimonial-block .content p{
  color: #353535;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

.testimonial-sec .testimonial-block .content p span {
    text-align: right;
    display: block;
    font-size: 34px;
    color: #dbdbdb;
    margin-right: -20px;
}


.testimonial-sec .owl-item.center {
	box-shadow: 0px 10px 22px 0px rgb(32 33 36 / 21%);
}
.testimonial-sec .owl-item.center .content p span i{
	color: #0cb8b6;
}

.testimonial-sec .testimonial-block .content p .checked{
  color: #e3c104;
}

.testimonial-sec .testimonial-block .owl-nav {
  margin-top: 10px;
  
}

.testimonial-sec .testimonial-block .owl-nav.disabled{
	display: block;
}

.testimonial-sec .testimonial-block .owl-nav .owl-prev {
    top: 40%;
    background-color: #fbfbfb;
    color: #D6D6D6;
    font-size: 24px;
    position: absolute;
    left: -85px;
    width: 44px;
    height: 44px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 50%;
    line-height: 36px;
}

.testimonial-sec .testimonial-block .owl-nav .owl-next {
    top: 40%;
    background-color: #fbfbfb;
    color: #D6D6D6;
    font-size: 24px;
    position: absolute;
    right: -85px;
    width: 44px;
    height: 44px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 50%;
    line-height: 36px;
}

.testimonial-sec .footer-form-block {
  background-color: #476bac;
  padding: 66px;
  padding-right: 13vw;
  width: 50%;
}

.testimonial-sec .footer-form-block h2{
   color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}


.blogs-section{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blogs-section .item .content{
	margin-top: 10px;
	padding: 0px 10px 10px;
}

.blogs-section .item .content h2{
	color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	margin-top: 20px;
}

.blogs-section .item .content p {
    color: #898989;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
}
.blogs-section .owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}

 .blogs-section .owl-item.center {
        box-shadow: 0 10px 40px 0px rgb(32 33 36 / 17%);
}




/* ============================================================== 
     service page css
=================================================================== */

.service-banner {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/service-banner.jpg);
    background-size: cover;
}
.service-banner .banner-info{
	padding: 0px;
}
.service-banner .banner-info h1{
	color: #fff;
}

.service-test-block {
    margin-top: 50px;
    position: relative;
    margin-bottom: 30px;
}

.service-text-block {
    position: absolute;
    width: 80%;
    top: 20px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.service-text-block h3 {
    font-family: 'Poppins', sans-serif;
    color: #424267;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.service-text-block p {
    font-family: 'Poppins', sans-serif;
    color: #6a6a6e;
	font-size: 20px;
}

.service-explore-btn {
    position: absolute;
    width: 80%;
    bottom: -6px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.service-explore-btn a {
    background-color: #1e1f7d;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    padding: 6px 30px;
    border-radius: 10px;
}

.service-explore-btn a:hover{
	background-color: #ef7761;
}


/* ============================================================== 
     # about page css
=================================================================== */

.about-banner {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/about-page-banner.jpg);
    background-size: cover;
}

.about-banner .banner-info h1 {
    color: #fff;
}

.about-banner .banner-info {
    padding: 0px;
}

.about-img-section {
    border-right: 1px solid #9f9f9f;
}

.about-bold-text{
    font-weight: 600;
}

.about-img-section h2{
    color: #d7d7d7;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about-img-section h3{
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about-img-section h3 span{
    color: #0400c9;
}

.about-img-section h4{
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about-img-section img {
    width: 100%;
}

.values-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.value-icon p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    text-align: center;
    margin-top: 12px;
}



.about-why-choose-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.why-chose-content {
    background-color: #f1f1f1;
    width: 100%;
    padding: 126px 22px 126px 100px;
    margin-left: -40px;
    position: relative;
    z-index: -1;
    border-radius: 20px;
}

.why-chose-content h2{
    color: #0400c9;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


.why-chose-content p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    text-align: left;
    margin-top: 12px;
}

.why-chose-img {
    padding-top: 30px;
    margin-right: -50px;
}


.why-chose-img img {
    width: 100%;
    border-radius: 16px;
    border: 2px solid #8d8d8d;
    box-shadow: 10px 12px 8px 6px rgb(32 33 36 / 22%);
}

.about-our-mission {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mission-block {
    background-color: #f6e2e6;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.mission-block h2{
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.mission-block p{
     font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    text-align: left;
}

.mission-block:after {
    width: 50%;
    height: 240px;
    content: "";
    background-image: url(../images/mission-arrow.png);
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.about-our-vsion {
    background-image: url(../images/our-vision-bg.jpg);
    background-size: cover;
    padding: 30px;
}

.about-our-vsion h2 {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about-our-vsion  p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    text-align: left;
}

.about-our-values {
    background-image: url(../images/about-value-bg.jpg);
    background-size: cover;
    padding: 30px;
}


.about-our-values h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.about-our-values  p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
     color: #fff;
    text-align: left;
}

/* ============================================================== 
     # contact page css
=================================================================== */

.contact-form-section {
    position: relative;
}

.contact-form-section .form-field {
    background-color: #f5f5f5;
    width: 100%;
    height: 52px;
    padding: 0 0 0 14px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 34px;
    border: 1px solid #cecece;
}

.contact-form-section .form-field.textarea {
    padding-top: 8px;
    height: 80px;
}


.contact-form-section .submit-btn{
    text-align: center;
}

.contact-form-section .submit-btn .send-btn {
    background-color: #ef7862;
    padding: 12px 56px 12px 56px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border:0px;
    margin-top: 20px;
}

.contact-form-section .submit-btn .send-btn:hover{
    background-color: #000;
}


.emergency-call-section {
    background-color: #03008e;
    position: relative;
    padding-top: 92px;
    padding-bottom: 80px;
    margin-top: 50px;
    overflow: hidden;
}

.emergency-call-section h2{
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.emergency-call-section p{
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.emergency-call-section:after {
    width: 327px;
    height: 279px;
    content: "";
    background-image: url(../images/blue-phone-icon.png);
    position: absolute;
    z-index: 1;
    left: 18%;
    top: 0px;
}

.get-in-touch-section{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.contact-info-box {
    padding: 30px 20px;
    background-color: #fcfcfc;
    border: 1px solid #d6d6d6;
    margin-top: 30px;
}

.contact-info-box h2{
   color: #2a2a2a;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.contact-info-box p{
   color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.address-section {
    padding-top: 40px;
    padding-bottom: 40px;
}


.adress-block p {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: flex;
}

.adress-block p img{
        width: 30px;
    margin-right: 12px;
}


.branches-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.branch-block {
    margin-top: 38px;
}

.branch-block h2{
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.branch-block h2{
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.branch-block h2 span img{
    margin-right: 10px;
}

.branch-block p{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-left: 34px;
}


.floating-icons{
    position: fixed;
    right: 0px;
    top: 60%;
    z-index: 100;
}

.floating-icons ul li{
    list-style: none;
}


.contact-map {
    width:100%; 
    height:450px;
}

.samplecollect-inner p {
    color: #fff;
    font-size: 15px;
}

.service-explore-btn a{
    font-size: 15px;
    padding: 6px 20px;
}

/* ============================================================== 
     # test detail page css
=================================================================== */

.test-detail-banner {
     padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/test_detail_banner.jpg);
    background-size: cover;
}


.test-detail-banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.test-detail-banner .banner-info {
    padding: 0px;
}

.mri_heading {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.mri-detail-section {
    padding-top: 50px;
     padding-bottom: 50px;
}

.mri-detai-content  {
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.mri-detai-content  p{
    color: #353535;
}
.mri-types-section {
    margin-top: 40px;
}

.mri-test-block {
    padding: 0 10px 8px 10px;
    border-radius: 12px;
    margin-top: 50px;
}

.bg-grey{
    background-color: #f5f5ff;
}

.orange-bg{
    background-color: #f6e2e6;
}

.orange-heading{
    background-color: #e95c78 !important;
}

.orange-dot i{
    color: #e95c78 !important;
}

.orange-price p{
    color: #7e414d !important;
}

.orange-btn{
    background: rgb(168,79,97) !important;
    background: linear-gradient(180deg, rgba(168,79,97,1) 0%, rgba(116,62,73,1) 100%) !important;
}

.mri-blue-heading {
    background-color: #1a198b;
}

.mri-list ul{
   padding-left: 22px;
}

.mri-list ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    list-style:  none;
    line-height: 30px;
}
 
.mri-list ul li::before{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
    color: #1a198b;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.mri-test-block.orange-bg .mri-list ul li::before{
  color: #e95c78;
}

.mri-heading {
    background-color: #1a198b;
    width: 94%;
    padding: 8px 0 8px 0;
    margin: 0px auto;
    position: relative;
    top: -12px;
    border-radius: 12px;
}

.mri-heading h2{
     color: #fff;
     font-family: 'Poppins', sans-serif;
     font-size: 24px;
    text-align: center;
    margin: 0px;
}

.price-book-section {
    display: flex;
    margin-top: 28px;
    padding-left: 20px;
}

.price-book-section .price{
    width: 50%;
}

.price-book-section .price p {
    color: #181691;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.price-book-section .price p del {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ada9a9;
    margin-left: 5px;
}

.price-book-section .book_now{
    width: 50%;
}

.price-book-section .book_now a {
    background: rgb(26,25,139);
    background: linear-gradient(180deg, rgba(26,25,139,1) 0%, rgba(35,40,107,1) 100%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 8px 18px;
    font-size: 18px;
    border-radius: 12px;
}

.load_more_btn a {
    background-color: #3b3b3b;
    color: #fff;
    padding: 12px 44px 12px 44px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

.load_more_btn a:hover{
    background-color: #000;
}

.load_more_btn{
    text-align: center;
    margin-top: 50px;
}




.ct-scan-section {
    padding-top: 110px;
    padding-bottom: 50px;
}

.ct-scan-detail {
    position: relative;
    padding-left: 00px;
    margin-left: -5px;
    padding-right: 5px;
}

/*.ct-scan-detail:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 3px solid #0400c9;
    border-radius: 22px;
    left: 0px;
    top: -28px;
    z-index: -1;
}*/

.ct-scan-detail img{
    width: 100%;
    border-radius: 22px;
    margin-top: -4px;
}

.ct-scan-info h2{
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.ct-scan-info p{
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-top: 20px;
}


.make-payment-btn {
    background-color: #0400c9;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    padding: 14px 36px 14px 36px;
    display: inline-block;
    margin-top: 18px;
    font-weight: 500;
}

.make-payment-btn:hover{
    background-color: #000;
    color: #fff;
}

.test-detail-info {
    position: relative;
    margin-top: 70px;
}

.table_header {
    background-color: #7978a4;
    text-align: center;
    padding: 10px 0 10px 0;
}

.table_header h2{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 26px;
}


.test-detail-info table {
   font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.test-detail-info td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 16px;
}

.td-1 {
    width: 25%;
}

.td-2 {
    width: 75%;
}
.td-2 p {
    margin: 0 0 5px;
}


.td-2 p strong{
    font-weight: 600;
}

.table-data-bold{
    font-weight: 600;
}

.price_num {
    font-family: 'Poppins', sans-serif;
    color: #0400c9;
    font-size: 24px;
    font-weight: 600;
}
.price_num del {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ada9a9;
    margin-left: 5px;
}

.test-detail-info td a{
    text-decoration: underline;
}


.icons_section {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    margin-top: 52px;
    padding: 20px 0 20px 0;
}

.icons_block {
    display: flex;
}

.icon_1{
    width: 80px;
    padding: 10px;
}

.icon_text {
    width: calc(100% - 80px);
}

.icon_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-top: 20px;
}


.mri-test-block-hp{
    position:relative;
    clear:both;
    padding: 20px 20px 5px 20px;
    border-radius: 12px;
    margin: 10px 0;
    border-bottom: 5px solid #43a0bf;
}
.mri-heading-hp{
    position:relative;
    clear:both;
}
.mri-heading-hp h2{
    position:relative;
    clear:both;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.mri-list-hp ul{
    padding-left: 0;
}

.mri-list-hp ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    list-style:  none;
    color: #322f2f;
    line-height: 30px;
}

.mri-list-hp ul li i {
    font-size: 10px;
    color: #1a198b;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.price-book-section-hp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
    padding: 0;
}

.price-book-section-hp .price {
    position: relative;
    margin: 0;
    flex: 1 1 100px;
}
.price-book-section-hp .price p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #b7aaaa;
    line-height: 30px;
    margin: 0; 
}
.price-book-section-hp .price:first-child p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #322f2f;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}
.price-book-section-hp .price:last-child p:before{
    content:"";
    position: absolute;
    display: inline-block;
    top: 14px;
    left: -5px;
    background: #b7aaaa;
    width: 75%;
    height: 1px;
}

.price-book-section-hp .book_now {
    position: relative;
    margin: 0;
    flex: 1 1 155px;
    text-align:center;
}

.price-book-section-hp .book_now a{
    background-color: #ef7862;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 500;
}
.price-book-section-hp .book_now:last-child a{
    background-color: #43a0bf;
}


.mri-heading-hpd{
    position:relative;
    clear:both;
    margin: 35px auto 0;
}
.mri-heading-hpd h2{
    position:relative;
    clear:both;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.hp-detail-colLeft{
    position: relative;
    clear: both;
    width: 100%;
    height: 500px;
    
}

.hp-detail-colLeft .mri-list-hp li{
    font-size: 18px;
    line-height: 35px;
}

.hp-detail-colRight {
    position: relative;
    clear: both;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    padding: 30px 30px 25px;
    height: 500px;
    overflow-y: scroll;
}

.hp-detail-colRight .mri-list-hp li{
    font-size: 18px;
    line-height: 30px;
}
.hp-detail-colRight .mri-heading-hpd {
    margin: 0 auto 0;
}

.hp-detail-colRight .mri-heading-hpd h2{
    font-size: 25px;
}
.mri-pricebox-hpd {
    position: absolute;
    clear: both;
    display: block;
    background: #fafafa;
    width: 95%;
    bottom: 0;
}



/* ============================================================== 
     # our panels page css 
=================================================================== */


.panel-banner {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/associate-banner.jpg);
    background-size: cover;
}

.panel-banner .banner-info h1 {
    color: #fff;
}

.panel-banner .banner-info {
    padding: 0px;
}

.our-panel-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.organisation-list {
    margin-top: 44px;
}

.organisation-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    color: #0cb8b6;
    font-weight: 600;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
}

.appoinment-form {
        margin-top: 20px;
}

.organisation-list li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.organisation-list li a{
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    
}

.panel-sidebar h2{
   font-family: 'Poppins', sans-serif;
    color: #232323;
    font-size: 20px;
}

.search-input {
    min-height: 50px;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

.appoinment-box  input{
    min-height: 50px;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

.appoinment-form .title h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    background: #f4f4f4;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #e7e7e7;
}


.appoinment-box  select{
    min-height: 50px;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

.appoinment-box  textarea {
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
    padding: 15px;
    min-height: 19px;
    border-radius: inherit;
}

.appoinment-box form button {
    background: transparent;
    padding: 10px 35px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #232323;
    border: 2px solid #0cb8b6;
    background: transparent;
}

.appoinment-box form button:hover {
    background: #0cb8b6;
    color: #ffffff;
    border: 2px solid transparent;
}

.explore-full-list {
    position: relative;
    margin-top: 20px;
}

.explore-full-list .title h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    background: #f4f4f4;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #e7e7e7;
}




.explore-list-item li  {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.explore-list-item li  a{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
}

.explore-list-item li  a:hover{
    color: #0cb8b6;
}

.explore-list-item li i {
    margin-right: 3px;
    color: #0cb8b6;
}

.picture-gallery-section {
    margin-top: 40px;
}

.gallery-block {
    display: flex;
    flex-wrap: wrap;
}


.picture-gallery-section .title h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    background: #f4f4f4;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #e7e7e7;
}


.picture-gallery-section .container__img-holder {
  max-width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.picture-gallery-section .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.picture-gallery-section .container__img-holder img {
  width: 100%;
  height: auto;
  display: block;
}


/* Popup Styling */
.picture-gallery-section .img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(37 37 37 / 88%);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1001;
}

.picture-gallery-section .img-popup img {
  max-width: 750px;
  width: 100%;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.picture-gallery-section .close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.picture-gallery-section .close-btn .bar {
  height: 4px;
  background: #fff;
}

.picture-gallery-section .close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.picture-gallery-section .close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.picture-gallery-section .opened {
  display: flex;
}




/* ============================================================== 
     # Footer 
=================================================================== */

footer.bg-dark .f-item.contact li p span{
  display: inline-block;
}

.bg-dark {
  background: #0e416b none repeat scroll 0 0;
}

footer .f-items img {
  margin-bottom: 30px;
}

footer .f-item h2 {
  font-weight: 800;
  color: #0400c9;
  border: 1px solid;
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
}

footer .f-item h2 i {
  margin-right: 5px;
}

footer .f-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.location-icon {
	width: 40px;
    display: inline-block;
    float: left;
}

.bottom-link a{
	color: #fff;
}

.bottom-link a:hover{
	color: #0cb8b6;
}



.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}



/* ============================================================== 
     # Branch page css
=================================================================== */

.branch-section-content{
    position: relative;
}

.branch-section-content .section-title {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 70px 0 20px 0;
}

.branch-contact-section{
    margin-top: 66px;
}

.branch-gallery-section .section-title {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 70px 0 20px 0;
}

.branch-block-sec {
    background-color: #f5f5f5;
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    box-shadow: 0 6px 12px 0 rgb(32 33 36 / 26%);
}

.gallery-img {
    position: relative;
   
}

.gallery-img-title {
    background-color: #3130d1;
    position: absolute;
    bottom: 30px;
    padding-left: 10%;
    right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
}

.gallery-img-title h3{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    color: #fff;
}

.contact_iocn{
    width: 64px;
}

.contact_content{
    width: calc(100% - 64px);
    padding-left: 20px;
}

.contact-block-mt {
        margin-top: 40px;
}


.contact_content h2{
     font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #17495c;
}

.contact_content p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
}

.branch-map{
    width: 100%;
    height: 576px;
}

.branch-gallery-section .owl-nav .owl-prev{
    position: absolute;
    top: 34%;
    left: 0px;
    background-color: transparent;
    color: #949494;
}

.branch-gallery-section .owl-nav .owl-prev span{}


.branch-gallery-section .owl-nav .owl-prev:hover{
     background-color: transparent;
     color: #949494;
}
.branch-gallery-section .owl-nav .owl-next{
    position: absolute;
    top: 34%;
    right: 0px;
    background-color: transparent;
    color: #949494;
}

.branch-gallery-section .owl-nav .owl-next:hover{
     background-color: transparent;
     color: #949494;
}

.branch-gallery-section .owl-dots .owl-dot.active span{
    background: #3130d1;
    width: 22px;
}


	/*faq css*/
			.faq-section {
			padding-top: 30px;
			}
			
			.faqs {
			padding-bottom: 24px;
			}
			.faq-title {
		    color: #2a2a2a;
            font-size: 36px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
			}
			.faqs input {
			position: absolute;
			opacity: 0;
			z-index: -1;
			}
			.faqs .row {
			display: -webkit-box;
			display: flex;
			}
			.faqs .row .col {
			-webkit-box-flex: 1;
			flex: 1;
			}
			.faqs .row .col:last-child {
			margin-left: 0;
			}
			/* Accordion styles */
			.faqs .tabs {
			border-radius: 8px;
			overflow: hidden;
			/*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
			}
			.faqs .tab {
			width: 100%;
			color: white;
			overflow: hidden;
			border-bottom: 1px solid #d4d4d4;
			padding: 5px 0 5px 0;
			}
			.faqs .tab-label {
			display: -webkit-box;
			display: flex;
			/*-webkit-box-pack: justify;
			justify-content: space-between;*/
			padding: 8px;
			background: #ffffff;
			cursor: pointer;
			color: #4a4a4a;
			margin-bottom: 0px;
			font-family: 'Poppins', sans-serif;
			font-size: 19px;
			font-weight: 600;
			
			/* Icon */
			}
			.faqs .tab-label:hover {
			background: #ffffff;
			}
			
			.faqs .tab-label::before {
                content: "+";
                width: 1em;
                height: 1em;
                text-align: center;
                -webkit-transition: all .35s;
                transition: all .35s;
                color: #0400c9;
                margin-right: 10px;
                font-size: 35px;
                font-weight: 400;
            }
			.faqs .tab-label::after {
			content: "\276F";
			width: 1em;
			height: 1em;
			text-align: center;
			-webkit-transition: all .35s;
			transition: all .35s;
			color: #808080;
			position: absolute;
			right:16px;
			
			}
			.faqs .tab-content {
			max-height: 0;
			padding: 0 1em;
			color: #474747;
			background: white;
			-webkit-transition: all .35s;
			transition: all .35s;
			font-family: 'Poppins', sans-serif;
			font-size: 19px;
			font-weight: 300;
			}
			.faqs .tab-close {
			display: -webkit-box;
			display: flex;
			-webkit-box-pack: end;
			justify-content: flex-end;
			padding: 1em;
			font-size: 0.75em;
			background: #2c3e50;
			cursor: pointer;
			}
			.faqs .tab-close:hover {
			background: #1a252f;
			}
			.faqs input:checked + .tab-label {
			background: #ffffff;
			}
			.faqs input:checked + .tab-label::after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			color: #808080;
			}
			.faqs input:checked ~ .tab-content {
			max-height: 100vh;
			padding: 1em;
			}
			/*end of faq css*/


/* ============================================================== 
     # education page css 
=================================================================== */

.education-banner img{
    width: 100%;
}

.education-banner .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 15%;
    background-color: transparent;
}

.education-banner .owl-nav .owl-prev:hover{
    background-color: transparent;
}

.education-banner .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 15%;
    background-color: transparent;
    
}

.education-banner .owl-nav .owl-next:hover{
    background-color: transparent;
}

.edc-about-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.shadow img{
    width: 100%;
}

.edu-tabs {
    border: 0px;
    justify-content: center;
}

.edu-tabs .nav-item .nav-link {
    border: 0px;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 30px !important;
    margin: 0 15px;
}

.light-pink{
   background-color: #e77c7c !important; 
}

.light-blue{
   background-color: #71b4bd !important; 
}

.tab-heading {
    margin-top: -30px;
}

.eduction-tabs-section .tab-content {
    margin-top: 20px;
}

.cource-img-1{
    padding-right: 0px;
}

.cource-list-sec-1{
    padding-left: 25%;
}

.cource-list-item li{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    margin-top: 8px;
    position: relative;
    padding-left: 38px;
}

.cource-list-item li:before {
    content: "";
    background-image: url(../images/list-icon-pink.png);
    position: absolute;
    width: 27px;
    height: 12px;
    left: 0px;
    top: 7px;
}

.radoigraphy-section {
    margin-top: 20px;
}
.cource-list-sec-2 {
    padding-left: 0;
    padding-top: 78px;
    padding-right: 20%;
}

.cource-grey-block {
    background-color: #eeeef6;
    padding: 20px;
    margin-top: 40px;
    min-height: 270px;
    border: 1px solid #e5e4e4;
}

.cource-grey-block h2{
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
}

.video-gallery-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.video-gallery-inner{
    position: relative;
}

.video-gallery-inner .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: -68px;
    background-color: transparent;
}

.video-gallery-inner .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: -68px;
    background-color: transparent;
}

.video-gallery-inner .owl-nav .owl-next:hover {
    background-color: transparent;
}

.video-gallery-inner .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.video-gallery-inner .owl-dots {
    display: block !important;
    margin-top: 30px !important;
}

.video-gallery-inner .owl-dots .owl-dot.active span {
    background: #3130d1;
    width: 22px;
}


.students-number-section{
    position: relative;
    background-color: #d0e6e0;
}

.students-number-section .row{
    margin: 0px;
}

.students-img img{
    width: 100%;
}

.numers_block{
    position: relative;
    padding-right: 24%;
    padding-top: 80px;
}

.num-bx {
    background: rgb(224,236,232);
    background: linear-gradient(175deg, rgba(224,236,232,1) 0%, rgba(195,221,212,1) 48%, rgba(224,236,232,1) 100%);
    border-radius: 20px;
    border: 1px solid #7eaea0;
    padding: 30px 20px;
    height: 150px;
    margin-top: 20px;
    text-align: center;
}

.num-bx h2{
    color: #06628b;
    font-size: 30px;
    font-weight: 700;
}


.num-bx p{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}







footer .f-item h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #0cb8b6;
}

footer .f-item h4::before {
  position: absolute;
  left: 33px;
  bottom: 0;
  content: "";
  height: 2px;
  width: 5px;
  background: #0cb8b6;
}

footer.bg-dark p, 
footer.bg-dark {
  color: #cccccc;
}

footer .f-item h5 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}


/* Footer Top */

footer .footer-top .item-box {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  text-align: center;
}

footer .footer-top .item {
  border-right: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 15px;
}

footer .footer-top .item:last-child {
  border: medium none;
}

footer .footer-top .item span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .footer-top .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 15px;
  color: #0cb8b6;
}

footer .f-item .opening-info li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer.bg-dark .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .opening-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

footer .f-item .opening-info li .closed {
  background: #0cb8b6;
  color: #ffffff;
  padding: 2px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 18px;
}

footer .f-item li a {
  display: inline-block;
  color: #666666;
}

footer.bg-dark .f-item li a {
  color: #cccccc;
}

footer .f-item.link li a i {
  margin-right: 6px;
  font-size: 10px;
}

footer .f-item li a:hover {
  color: #0cb8b6;
}

footer.bg-dark .f-item li a:hover {
  color: #ffffff;
}

footer .f-item.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .f-items {
  float: left;
  width: 100%;
  overflow: hidden;
}

footer.active-first .f-items .item:first-child .f-item {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}

footer.active-first .f-items .item:first-child .f-item a, 
footer.active-first .f-items .item:first-child .f-item p, 
footer.active-first .f-items .item:first-child .f-item li, 
footer.active-first .f-items .item:first-child .f-item h5 {
  color: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item::after {
  position: absolute;
  left: 0;
  top: -25%;
  content: "";
  height: 150%;
  width: 100%;
  background: #0cb8b6;
  z-index: -1;
  margin-top: -4px;
}

footer.active-first .f-items .item:first-child .f-item h4 {
  color: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item h4::after, 
footer.active-first .f-items .item:first-child .f-item h4::before {
  background: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer.active-first .f-items .item:first-child .f-item .opening-info li:last-child {
  border: none;
}

footer.active-first .f-items .item:first-child .f-item .opening-info li .closed {
  background: #ffffff;
  color: #232323;
}

/* Recent Post */

footer .f-item.recent-post .meta-title, 
footer .f-item.recent-post .meta-title a {
  color: #666666;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title, 
footer.bg-dark .f-item.recent-post .meta-title a {
  color: #ffffff;
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: #0cb8b6;
}

footer .f-item.recent-post .meta-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .equal-height {
  padding-right: 30px;
}

footer .equal-height:last-child {
  padding-right: 15px;
}

footer .f-item .item {
  display: flex;
}

footer .f-item .item i {
  font-size: 30px;
  color: #0cb8b6;
}

footer .f-item .item .info {
  padding-left: 20px;
}

footer .f-item .item .info h3 {
}

footer .f-item .item .info h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

footer .f-item.emergency li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

footer .f-item.emergency li p {
  margin: 0;
}

footer .f-item.emergency li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom.bg-light p {
  color: #666666;
}

footer .footer-bottom p a {
  color: #0cb8b6;
}

footer .footer-bottom .text-right li {
  margin-left: 20px;
}

footer .footer-bottom.bg-light li a {
  color: #232323;
}

footer .footer-bottom li a:hover {
  color: #0cb8b6;
}

footer .f-item.contact li i, footer .f-item.contact li p {
  display: table-cell;
  vertical-align: top;
}

footer .f-item.contact li p {
  margin: 0;
  color: #232323;
  padding-left: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

footer.bg-dark .f-item.contact li p {
  color: #ffffff;
}

footer .f-item.contact li i {
  font-size: 25px;
  padding-top: 5px;
  color: #0cb8b6;
}

footer .f-item.contact li p span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  text-transform: none;
}

footer.bg-dark .f-item.contact li p span {
  color: #cccccc;
}

footer .f-item.contact li p a {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}

footer.bg-dark .f-item.contact li p a {
  color: #cccccc;
}

footer .f-item.contact li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

footer .f-item.contact li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer form {
  width: 100%;
  position: relative;
  z-index: 1;
}

footer form .input-group {
  width: 100%;
}

footer .f-item.contact form input {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

footer form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: #0cb8b6;
  color: #ffffff;
  z-index: 9;
  border: none;
  line-height: 50px;
  min-width: 50px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}


footer .f-item.twitter-widget .twitter-contentx {
  color: #0cb8b6;
}

footer .f-item .twitter-context i {
  color: #0cb8b6;
}

footer .f-item .twitter-item {
  margin-bottom: 30px;
}

footer .f-item .twitter-item:last-child {
  margin: 0;
}

footer .footer-bottom .social li a {
  color: #0cb8b6;
}

footer .footer-bottom .social li a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {

  
}



@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/*------------------ Slider And Animated  */
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: 10px;
}
.post-slide .post-img img{
    width: 100%;
    height: 30%;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:25%;
    left:0%;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:25%;
    right: 0px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}