/* ----------------------------------



/*
** 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;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0 5px 15px;
}

ol {
  margin: 0 5px 15px;
}

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
================================================== */

.lp-bg-light {
	background-color: #3c94b4 !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;
}

.lp-main-banner {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 613px;
}

.lp-main-banner .banner-form .apply-form-inner h2 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.lp-main-banner .banner-form .apply-form-inner {
  background-color: rgb(35, 77, 143, 0.8);
  padding: 26px;
  margin-top: 100px;
}

.lp-main-banner .apply-form-inner .form-field {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #1099ec;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.lp-main-banner .banner-form .apply-form-inner .form-field::placeholder {
  color: #7395d2;
  opacity: 1; /* Firefox */
}

.lp-main-banner .banner-form .apply-form-inner .form-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #7395d2;
}

.lp-main-banner .banner-form .apply-form-inner .form-field::-ms-input-placeholder { /* Microsoft Edge */
 color: #7395d2;
}

.lp-main-banner .banner-form .apply-form-inner .submit-query {
  background-color: #fff;
  border: 0px;
  width: 80%;
  margin: 0px auto;
  display: block;
  padding: 14px 0 14px 0px;
  font-size: 20px;
  color: #1b1977;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 16px;
}

.lp-main-banner .banner-form .apply-form-inner .submit-query:hover {
  background-color: #1b1977;
  color: #fff;
}

.lp-banner-info {
  margin-top: 94px;
}

.lp-banner-info h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #f6f6f6;
}

.lp-banner-info h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #2a2a2a;
}

.lp-banner-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
}


.lp-icon-section{
  background-color: #4eb0ce;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lp-icon-block{
  text-align: center;
}

.lp-icon-block img{
  width: 120px;
}
.lp-icon-block p {
  color: #fff;
  font-size: 24px;
  margin-top: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}




.lp-home-collection-test-section {
	padding-top: 80px;
	position: relative;
}



.lp-section-heading {
	color: #2a2a2a;
	font-size: 36px;
  font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.lp-home-sample-collect{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-home-sample-block {
  width: 20%;
  text-align: center;
  margin-top: 40px;
}

.lp-home-sample-block img {
  width: 140px;
}

.lp-home-sample-block p {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}


.lp-content-text {
  font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #484848;
}



.lp-health-packages {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lp-health-package-box{
	background-color: #fff;
	margin-top: 30px;
}

.lp-health-package-box img{
	width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.lp-packge-content {
	background-color: #f5f5ff;
	padding: 16px;
	
}

.lp-packge-content p{
	font-size: 24px;
	color: #181818;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.lp-packge-content a {
    color: #1f809e;
    font-size: 16px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}



.lp-why-choose-section {
	position: relative;
	padding-top: 50px;
    padding-bottom: 50px;
}

.lp-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;
}

.lp-why-icon {
    position: relative;
    text-align: center;
    padding: 24px 12px;
    min-height: 256px;
    margin-top: 20px;
    border-radius: 26px;
}

.lp-why-icon h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.lp-green-bg{
	background-color: #42a5c4;
}

.lp-orange-bg{
	background-color: #f6e2e6;
}

.lp-why-content {
	padding-top: 30px;
}


.lp-full-testimg {
  position: relative;
  margin-top: 48px;
  margin-bottom: 36px;
}

.lp-full-testimg img{
  width: 100%;
}




 .lp-testimonial-sec {
  background-color: #fff;
  display: flex;
  width: 100%;
}

 .lp-testimonial-sec .testimonial-block {
  width: 100%;
}

.lp-testimonial-sec .testimonial-block .quote-icon{
  width: 88px;
  margin-bottom: -46px;
  margin-left: 146px;
}

.lp-testimonial-sec .testimonial-block .testimoanila-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0px auto;
}

.lp-testimonial-sec .testimonial-block .student-testimonial {
  width: 100%;
  padding: 20px;
  margin: 0px auto;
  padding-left: 0vw;
  padding-right: 15px;
}

.lp-testimonial-sec .testimonial-block .student-testimonial .item .content{
	border: 1px solid #d9d9d9;
    padding: 20px 20px 0px;
	min-height: 542px;
}

.lp-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;
}

.lp-testimonial-sec .testimonial-block .info h4{
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 4px;
}

.lp-testimonial-sec .testimonial-block .info h5 {
    color: #a0a0a0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.lp-testimonial-sec .testimonial-block .info {
    padding-top: 30px;
    text-align: center;
}

.lp-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;
}

.lp-testimonial-sec .testimonial-block .content p span {
    text-align: right;
    display: block;
    font-size: 34px;
    color: #dbdbdb;
    margin-right: -20px;
}


.lp-testimonial-sec .owl-item.center {
	box-shadow: 0px 10px 22px 0px rgb(32 33 36 / 21%);
}
.lp-testimonial-sec .owl-item.center .content p span i{
	color: #0cb8b6;
}

.lp-testimonial-sec .testimonial-block .content p .checked{
  color: #e3c104;
}

.lp-testimonial-sec .testimonial-block .owl-nav {
  margin-top: 10px;
  
}

.lp-testimonial-sec .testimonial-block .owl-nav.disabled{
	display: block;
}

.lp-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;
}

.lp-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;
}

.lp-testimonial-sec .footer-form-block {
  background-color: #476bac;
  padding: 66px;
  padding-right: 13vw;
  width: 50%;
}

.lp-testimonial-sec .footer-form-block h2{
   color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}


.lp-about-section{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}



/* ============================================================== 
     service page css
=================================================================== */



/* ============================================================== 
     # Footer 
=================================================================== */

footer.bg-dark .f-item.contact li p span{
  display: inline-block;
}

.bg-dark {
  background: #1d2024 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;
}

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) {


}