/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #444444;
	letter-spacing: 0px;
	background-color: #f3f7f9;
}
#main {
	min-height:600px
}
p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0px;
	padding-bottom:10px;
}
.error, .text-red {
	color:#3F71B3;
}
.text-green {
	color:#008080;
}
.text-blue {
	color:#2E74B5;
}
.tab-content p {
	font-size:18px !important;
}
.button {
	display: inline-block;
	padding: 10px 15px;
	background-color: #454545;
	border-width: 0;
	border-color: #454545;
	border-style: solid;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-weight: 700;
	border-radius:4px;
	font-size:22px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
}
.theme-bg {
	background-color: #1977cc;
}
a {
	text-decoration:none;
	color: #195DB9;
}
a:hover {
	color:#3F71B3;
}
.shape {
	position: absolute;
}
#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.75) url(../../admin/assets/images/loader.gif) no-repeat center center;
	z-index: 10000;
}
 @keyframes animation1 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes animation1 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.terms h4 {
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
}
.inner-addon {
	position: relative;
}
/* style icon */
.inner-addon i {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
/* align icon */
.left-addon i {
	left:  0px;
}
.right-addon i {
	right: 0px;
}
/* add padding  */
.left-addon input {
	padding-left:  30px;
}
.right-addon input {
	padding-right: 30px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #EF313E;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
} */


#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius:10px;
}
#btn-back-to-top i {
	font-size: 25px;
	color: #fff;
	line-height: 0;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0880e8;
	border-top-color: #0880e8;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
 @-webkit-keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 [data-aos-delay] {
 transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #124FA2;
	height: 40px;
	padding: 0;
	opacity:0.8;
	font-size: 18px;
	transition: all 0.5s;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.8);
	z-index: 996;
}
#topbar .contact-info a {
	line-height: 0;
	color: #fff;
}
#topbar .contact-info a:hover {
	color: #fff;
}
#topbar .contact-info i {
	color: #fff;
	position:relative;
	top:1px;
	margin-right:2px;
}
#topbar .contact-info a:hover i {
	color: #000;
	font-weight: 700;
}
#topbar .contact-info .phone-icon {
	margin-left: 15px;
}
#topbar .social-links a {
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}
#topbar .social-links a:hover {
	color: #195DB9;
}
 @media only screen and (max-width: 550px) {
 #topbar {
height:auto !important;
}
#topbar .book-appointment
{
	font-size:22px;
	margin:0 auto;
	margin-bottom:8px;
	margin-top:5px;
	
}
#topbar .topbar-item {
display:block;
width:100% !important;
margin-top:5px;
margin-bottom:5px;
margin-left:0px !important;
text-align:center;
}
#topbar .contact-info .phone-icon {
 margin-left: 0px !important;
 margin-bottom:5px;
 margin-right:5px;
}
#topbar .topbar-contacts{text-align:center;}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 70px;
}
#header.header-scrolled {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header .logo a {
	color: #195DB9;
}

.scrolled-offset {
	margin-top: 70px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 5px 20px;
	font-size: 1rem;
	color: #444444;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 20px;
	line-height: 0;
	margin-left: 5px;
	color:#3F71B3;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #195DB9;
	font-size:18px;
	font-weight:700;
}
.navbar .getstarted {
	color: #195DB9;
	padding: 8px 25px;
	margin-left: 30px;
	border-radius: 4px;
	border: 2px solid #195DB9;
	transition: 0.3s;
	font-size: 14px;
}
.navbar .getstarted:hover {
	background: #195DB9;
	color: #fff;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-top: 5px solid #3F71B3;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	text-transform: none;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #195DB9;
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar .dropdown ul li a {
 --initialTextColor:#3F71B3;
 --slideTextColor: #fff;
 --initialBgColor: #fff;
 --slideBgColor: #3F71B3;
	color: var(--initialTextColor);
	background-image: linear-gradient(90deg, var(--initialBgColor) 0%, var(--initialBgColor) 50%, var(--slideBgColor) 50%, var(--slideBgColor) 50%);
	background-size: 200%;
 transition: background-position .3s cubic-bezier(.47, .1, 1, .63), color .2s linear;
	transition-delay: 0.0s, 0.15s;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	/*color: #0880e8; */
  color: var(--slideTextColor);
	cursor: pointer;
	background-position: -100% 100%;
}
 @media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
 left: -90%;
}
 .navbar .dropdown .dropdown:hover > ul {
 left: -100%;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #3F71B3;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
 @media (max-width: 991px) {
 .mobile-nav-toggle {
 display: block;
}
 .navbar ul {
 display: none;
}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(9, 9, 9, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #195DB9;
}
.navbar-mobile .getstarted {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #195DB9;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
/*--------------------------------------------------------------
# Marque
--------------------------------------------------------------*/
.marque-text {
	padding:0.4rem;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 80vh;
	background-color: rgba(9, 9, 9, 0.8);
	overflow: hidden;
	position: relative;
}
 #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
/*
#hero .carousel-item::before {
  content: '';
  background-color: rgba(45, 103, 60, 0.8);
} */

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 50px;
	right: 50px;
}
#hero .container {
	text-align: center;
}
#hero h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 700;
}
#hero p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
}
#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	background: none;
	font-size: 30px;
	line-height: 0;
	width: auto;
	height: auto;
	background: #195DB9;
	border-radius: 50px;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.5);
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
	background: #7D1CC0;
	color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: .6;
	transition: 0.3s;
}
#hero .carousel-indicators li.active {
	opacity: 1;
	background: #195DB9;
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background: #195DB9;
}
#hero .btn-get-started:hover {
	background: #6ec083;
}
 @media (max-width: 992px) {
 #hero {
 height: 100vh;
}
 #hero .carousel-container {
 top: 66px;
}
}
 @media (max-width: 768px) {
 #hero h2 {
 font-size: 28px;
}
}
 @media (min-width: 1024px) {
 #hero .carousel-control-prev, #hero .carousel-control-next {
 width: 5%;
}
}
 @media (max-height: 500px) {
 #hero {
 height: 120vh;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 40px 0;
	overflow: hidden;
}
.section-bg {
	background-color: #fff;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 15px;
	color: #195DB9;
	position: relative;
}
.section-title h2::after {
 content: '';
 position: absolute;
 display: block;
 width: 50px;
 height: 3px;
 background: #195DB9;
 bottom: 0;
 left: calc(50% - 25px);
}
.section-title span {
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 600;
	display: block;
	color: #00ADB5;
	margin-bottom: 15px;
}
.section-title p {
	margin-bottom: 0;
	font-style: italic;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
	padding:20px 0;
}
.featured-services .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.featured-services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	margin:20px 0;
}
 .featured-services .icon-box::before {
 content: '';
 position: absolute;
 background: #d9f1f2;
 right: 0;
 left: 0;
 bottom: 0;
 top: 100%;
 transition: all 0.3s;
 z-index: -1;
}
 .featured-services .icon-box:hover::before {
 background: #195DB9;
 top: 0;
 border-radius: 0px;
}
.featured-services .icon {
	margin-bottom: 15px;
	text-align:center;
}
.featured-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #195DB9;
	transition: all 0.3s ease-in-out;
}
.featured-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.featured-services .title a {
	color: #111;
}
.featured-services .description {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
	color: #fff;
}
.featured-services .icon-box:hover .icon i {
	color: #fff;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.our-services {
	padding:20px 0;
}
.our-services .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.our-services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	margin:20px 0;
}
.our-services .icon-box::before {
 content: '';
 position: absolute;
 background: #d9f1f2;
 right: 0;
 left: 0;
 bottom: 0;
 top: 100%;
 transition: all 0.3s;
 z-index: -1;
}

.our-services .icon {
	margin-bottom: 15px;
	text-align:center;
}
.our-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #195DB9;
	transition: all 0.3s ease-in-out;
}
.our-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.our-services .title a {
	color: #111;
}
.our-services .description {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}
.our-services a {
	font-size: 18px;
	font-weight: 500;
	color: #1977cc;
	font-family: "Raleway", sans-serif;
}
.our-services a i {
	margin-left: 5px;
	position:relative;
	top:1px;
}
/*--------------------------------------------------------------
# Search Orverlay
--------------------------------------------------------------*/
.header-icons {
	padding-left: 5px;
}
.header-icons, .header-icon {
	position: relative;
	top:1px;
	float: right;
}
.header-icon .search-icon {
	font-size:23px;
	padding: 10px 0 5px 20px;
	
	color: #195DB9;
	
}
.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: #124FA2;
	height: 100%;
	width: 100%;
	z-index: 9999;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-overlay .search-outer {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	border: 2px solid rgba(255, 255, 255, .62);
	text-align: center;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	display: inline-block;
	margin: 0 auto;
}
.search-overlay.st-show .search-outer {
	transform: translateY(-50%);
}
.search-overlay .search-outer .form-title {
	display: block;
	font-size: 45px;
	line-height: 42px;
	clear: both;
	color: #fff;
	font-family: "Saira", Arial, Helvetica, sans-serif;
}
.search-overlay .site-searchform {
	position: absolute;
	width: auto;
	top: auto;
	left: 50%;
	max-width: 100%;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.search-overlay .site-searchform input[type="search"] {
	background: none;
	border: 0;
	color: #fff!important;
	font-weight: 400;
	font-weight: 400;
	letter-spacing: 1px;
	width: 100%;
	color: rgba(255, 255, 255, .21);
	outline: none;
	border: 2px solid rgba(255, 255, 255, .95);
	margin: 0;
	border-radius: 0;
}
.search-overlay .site-searchform input::placeholder {
color: #fff;
}
.search-overlay .site-searchform button {
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	border-left: 2px solid rgba(255, 255, 255, .95);
	text-align: center;
	display: block;
	color: #fff;
}
.search-overlay.st-show {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
	filter: alpha(opacity=98);
	-moz-opacity: .98;
	-khtml-opacity: .98;
	opacity: .98;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC), pointer
}
 @media only screen and (min-width: 992px) {
 .search-overlay .search-outer .form-title {
 font-size: 45px;
 line-height: 42px;
}
 .search-overlay .site-searchform {
 width: 700px;
margin-left: -350px;
 height: 70px;
 line-height: 70px;
 margin-top: 40px;
}
.search-overlay .search-outer {
 min-height: 350px;
 width: 800px;
 padding: 60px 10px 60px 10px;
}
.search-overlay .site-searchform input[type="search"] {
 height: 70px;
 padding: 0 70px 0 18px;
 font-size: 15px;
}
.search-overlay .site-searchform button {
 font-size: 21px;
 width: 70px;
 height: 59px;
 margin-top: 7px;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
 .search-overlay .search-outer .form-title {
 font-size: 35px;
 line-height: 32px;
}
 .search-overlay .site-searchform {
 width: 600px;
margin-left:-100px;
 height: 55px;
 line-height: 55px;
 margin-top: 25px;
}
.search-overlay .search-outer {
 min-height: 250px;
 width: 80%;
 padding: 40px 6px 40px 6px;
}
.search-overlay .site-searchform input[type="search"] {
 height: 70px;
 padding: 0 70px 0 18px;
 font-size: 15px;
}
.search-overlay .site-searchform button {
 font-size: 21px;
 width: 70px;
 height: 59px;
 margin-top: 7px;
}
}
@media only screen and (min-width: 448px) and (max-width: 767px) {
 .search-overlay .search-outer .form-title {
 font-size: 20px;
 line-height: 18px;
}
 .search-overlay .site-searchform {
 width: 80%;
margin-left:-150px;
 height: 40px;
 line-height: 40px;
 margin-top: 20px;
}
.search-overlay .search-outer {
 min-height: 170px;
 width: 80%;
 padding: 30px 6px 30px 6px;
}
.search-overlay .site-searchform input[type="search"] {
 height: 60px;
 padding: 0 60px 0 18px;
 font-size: 14px;
}
.search-overlay .site-searchform button {
 font-size: 18px;
 width: 60px;
 height: 49px;
 margin-top: 5px;
}
}
@media only screen and (max-width: 447px) {
 .search-overlay .search-outer .form-title {
 font-size: 16px;
 line-height: 14px;
}
 .search-overlay .site-searchform {
 width: 92%;
margin-left:-160px;
 height: 30px;
 line-height: 30px;
 margin-top: 20px;
}
.search-overlay .search-outer {
 min-height: 150px;
 width: 90%;
 padding: 20px 6px 20px 6px;
}
.search-overlay .site-searchform input[type="search"] {
 height: 48px;
 padding: 0 70px 0 18px;
 font-size: 15px;
}
.search-overlay .site-searchform button {
 font-size: 16px;
 width: 50px;
 height: 39px;
 margin-top: 5px;
}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #195DB9;
	
	padding:10px 10px 20px 10px;
}
 /*@media (max-width: 992px) {
 .breadcrumbs {
 margin-top: 66px;
}
}*/
.breadcrumbs h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	padding-top:20px
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-top:20px;
	margin: 0;
	font-size: 18px;
	color:#fff;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
 .breadcrumbs ol li + li::before {
 display: inline-block;
 padding-right: 10px;
 color: #fff;
 content: "/";
}
.breadcrumbs ol li a {
	color:#fff !important;
}
 @media (max-width: 768px) {
 .breadcrumbs .d-flex {
 display: block !important;
}
 .breadcrumbs ol {
 display: block;
}
 .breadcrumbs ol li {
 display: inline-block;
 
}
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
	padding: 20px 0;
	position: relative;
}
.about:before {
	content: "";
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.about .container {
	position: relative;
}
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-left: 28px;
	position: relative;
}
/*
.about .content ul li + li {
  margin-top: 10px;
} */

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #0880e8;
	line-height: 1;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .content .btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #0880e8;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #0880e8;
}
.about .content .btn-learn-more:hover {
	background: #0880e8;
	color: #fff;
	text-decoration: none;
}
 @media (max-width: 992px) {
 .about {
 padding: 60px 0;
}
}
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
	border: 0;
}
.departments .nav-link {
	border: 0;
	padding: 12px;
	color: #555555;
	border-radius: 0;
	border-left: 5px solid #fff;
	cursor: pointer;
}
.departments h4 {
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
}
.departments .tab-pane h4 {
	margin-top:20px;
}
.departments .nav-link p {
	font-size: 14px;
	margin-bottom: 0;
}
.departments .nav-link:hover h4 {
	color: #0880e8;
}
.departments .nav-link.active {
	background: #f7fcfc;
	border-color: #0880e8;
}
.departments .nav-link.active h4 {
	color: #0880e8;
}
.departments .tab-pane.active {
	-webkit-animation: slide-down 0.5s ease-out;
	animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
	float: left;
	max-width: 300px;
	padding: 0 15px 15px 0;
}
 @media (max-width: 768px) {
 .departments .tab-pane img {
 float: none;
 padding: 0 0 15px 0;
 max-width: 100%;
}
}
.departments .tab-pane h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #0880e8;
}
.departments .tab-pane p {
	color: #777777;
}
.departments .tab-pane p:last-child {
	margin-bottom: 0;
}
 @-webkit-keyframes slide-down {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes slide-down {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.service-section {
	position: relative;
}
.service-section .shape {
	top: 160px;
	left: -50px;
}
.service-section .service-item {
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 35px rgba(0, 173, 181, 0.14);
	box-shadow: 0 10px 35px rgba(0, 173, 181, 0.14);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding: 40px;
	z-index: 1;
}
.service-section .service-item .service-icon svg path {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.service-section .service-item .service-content h4 {
	margin-bottom: 20px;
}
.service-section .service-item .service-content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}
.service-section .service-item .service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 20px;
	background: url("../img/service/service-1.png");
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
 .service-section .service-item .service-overlay::after {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 20px;
 background: #1977cc;
}
.service-section .service-item:hover .service-icon svg path {
	fill: #fff;
}
.service-section .service-item:hover .service-content h4, .service-section .service-item:hover .service-content p, .service-section .service-item:hover .service-content a {
	color: #fff;
}
.service-section .service-item:hover .service-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.read-more {
	font-size: 18px;
	font-weight: 500;
	color: #1977cc;
	font-family: "Raleway", sans-serif;
}
.read-more i {
	margin-left: 15px;
	font-size:25px;
	position:absolute;
	bottom:40px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.services-list {
	list-style:none;
}
/*--------------------------------------------------------------
# Book Now
--------------------------------------------------------------*/
.appoinment-form label {
	font-weight:bold;
	margin-bottom:4px;
}
.form-group {
	margin-bottom:15px;
}
.error {
	color:red;
}
.appoinment-form .info {
	border: 1px solid #0880e8;
	border-top: 2px solid #0880e8;
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	margin-bottom:10px;
}
.appoinment-form .info i {
	font-size: 20px;
	color: #0880e8;
	float: left;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.btn-inverse {
	color:#fff;
	background-color:#2f3d4a;
	border-color:#2f3d4a;
	box-shadow:0 1px 0 rgba(255, 255, 255, .15)
}
.btn-inverse:hover {
	color:#fff;
	background-color:#28343f;
	border-color:#26313b
}
.m-r-10 {
	margin-right:10px !important;
}
.appoinment-form .info h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222222;
}
.appoinment-form .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #555555;
}
.appoinment-form .info .email:hover i, .contact .info .address:hover i, .appoinment-form .info .phone:hover i {
	background: #0880e8;
	color: #fff;
}
.appoinment-form .php-email-form {
	width: 100%;
	border-top: 3px solid #0880e8;
	border-bottom: 3px solid #0880e8;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.appoinment-form .php-email-form .form-group {
	padding-bottom: 8px;
}
.appoinment-form .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.appoinment-form .php-email-form .error-message br + br {
	margin-top: 25px;
}
.appoinment-form .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.appoinment-form .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.appoinment-form .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.appoinment-form .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.appoinment-form .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #195DB9;
}
.appoinment-form .php-email-form input {
	height: 44px;
}
.appoinment-form .php-email-form textarea {
	padding: 10px 12px;
}
.appoinment-form button[type="submit"] {
	background: #0880e8;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.appoinment-form button[type="submit"]:hover {
	background: #F06240;
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
/*.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #195DB9;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #64767a;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
} */

.doctors {
	background: #fff;
}
.doctors .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
	padding: 10px;
	border-radius: 10px;
	margin-bottom:20px;
}
.doctors .member .pic {
	/*overflow: hidden;
  width: 180px;
  border-radius: 50%;*/
  /*display: flex;*/
	flex-wrap: wrap;
	justify-content: center;
}
.doctors .member .pic img {
	transition: ease-in-out 0.3s;
	border-radius:10px;
}
.doctors .member:hover img {
	transform: scale(1.1);
}
.doctors .member .member-info {
	padding-left: 30px;
}
.doctors .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #2c4964;
}
.doctors .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
 .doctors .member span::after {
 content: '';
 position: absolute;
 display: block;
 width: 50px;
 height: 1px;
 background: #b2c8dd;
 bottom: 0;
 left: 0;
}
.doctors .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.doctors .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.doctors .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #a0bcd5;
}
.doctors .member .social a i {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
.doctors .member .social a:hover {
	background: #195DB9;
}
.doctors .member .social a + a {
	margin-left: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
.doctors .member .pic img {
	max-width:200px !important;
}
}
@media only screen and (max-width: 767px) 
{
.doctors .member .pic img {
	max-width:250px !important;
}
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #05579e;
	background: #f8f8f8;
}
.pricing h4 {
	font-size: 36px;
	color: #0880e8;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}
.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}
.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}
.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.pricing ul li {
	padding-bottom: 16px;
}
.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}
.pricing .btn-buy {
    background: #0880e8;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}
.pricing .featured h3 {
	color: #fff;
	background: #0880e8;
}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0880e8;
    color: #fff;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(#4E91FD, #4E91FD), url("../img/cta-bg.jpg") fixed center center;
	background-size: cover;
	padding: 40px 0;
}
.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.cta p {
	color: #fff;
}
.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
}
.cta .cta-btn:hover {
	background: #EF3545;
}
 @media (max-width: 1024px) {
 .cta {
 background-attachment: scroll;
}
}
 @media (min-width: 769px) {
 .cta .cta-btn-container {
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
	padding: 30px 20px;
	background: #fff;
	position:relative;
}
.team .member img {
	max-width: 60%;
	border-radius: 50%;
	margin: 0 0 30px 0;
}
.team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}
.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}
.team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #64767a;
	padding-bottom:10px;
}
.team .member .social {
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%; /* Need a specific value to work */
}
.team .member .social a {
	color: #195DB9;
	transition: 0.3s;
	padding:15px 0px;
}
.team .member .social a:hover {
	color: #EF3545;
}
.team .member .social i {
	font-size: 22px;
	margin: 0 2px;
	text-align:center;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding:60px 0px 0px 0px !important;
}
/*.contact .info {
	border-top: 3px solid #0880e8;
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	text-align:center;
}
.contact .info i {
	font-size: 20px;
	color: #0880e8;
	width: 44px;
	height: 44px;
	background: #eaf6ed;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}*/


.contact .info {
	/*border-top: 3px solid #0880e8;
	border-bottom: 3px solid #0880e8;*/
	color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 30px 0 30px 0;
	border-radius:10px;
}
.contact .info i {
	font-size: 22px;
	background: #eaf6ed;
    color: #0880e8;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
}

.contact .info h4 {
	font-size: 18px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info p {
	
	margin-bottom: 2px;
	font-size: 15px;
	color: #555555;
	line-height:22px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: #0880e8;
	color: #fff;
}
.contact .php-email-form {
	width: 100%;
	/*border-top: 3px solid #0880e8;
	border-bottom: 3px solid #0880e8;*/
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	border-radius:10px;
	margin-bottom:20px;
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #195DB9;
}
.contact .php-email-form input {
	height: 44px;
}
.contact .php-email-form textarea {
	padding: 10px 12px;
}
.contact .php-email-form button[type="submit"], .appoinment-form button[type="submit"],.contact .php-email-form button[type="button"], .appoinment-form button[type="button"] {
	background: #0880e8;
	border: 0;
	padding: 8px 18px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover , .contact .php-email-form button[type="button"]:hover {
	background: #F06240;
}
 @-webkit-keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 14px;
	background: #124FA2;
}
#footer .footer-top {
	padding: 20px 0 0 0;
	background: #195DB9;
	box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 4px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #000;
}
#footer .footer-certification {
	font-size: 15px;
}
#footer .footer-certification p {
	font-size: 14px;
	color: #fff;
	line-height:25px;
}
#footer .copyright {
	margin-top:6px;
}
#footer .copyright a {
	padding-top: 5px;
	font-size: 13px;
	color: #fff;
}
#footer .copyright a:hover {
	color:#000;
}
#footer .footer-contact a {
	color:#fff;
}
#footer .footer-contact a:hover {
	color:#000;
}
#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #195DB9;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .social-links a:hover {
	background: #E45634;
	color: #fff;
	text-decoration: none;
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
@media (min-width: 769px) {
#footer .footer-bookNow .book-appointment {
 font-size:22px;
}
}
@media (max-width: 768px) {
#footer .footer-bookNow .book-appointment {
 margin-bottom:15px;
 font-size:20px;
}
}
#footer .footer-bookNow a {
	color:#fff !important;
}
#footer .footer-bookNow p {
	font-size:11px;
}
#footer .footer-bookNow i {
	font-size: 18px;
	position: relative;
	top: -5px;
	left: 3px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) 
{
.doctors .member .pic img {
	max-width:200px !important;
}
}
@media only screen and (max-width: 767px) 
{
.doctors .member .pic img {
	max-width:250px !important;
}
}
 
.dtp-select-month-before i, .dtp-select-year-before i ,.dtp-select-month-after i, .dtp-select-year-after i {
	color:#fff !important;
}

/*************Ribbon-1 ******************/
.ribbon-1 {
  position: fixed;
  clip-path: inset(0 -100%);
  text-transform:uppercase;
}
.left {
  inset: 0 auto auto 0; /* top and left equal to 0 */
  transform-origin: 100% 0; /* OR top right */
  transform: translate(-29.3%) rotate(-45deg);
}
.right {
  inset: 0 0 auto auto; /* top and right equal to 0 */
  transform-origin: 0 0; /* OR top left */
  transform: translate(29.3%) rotate(45deg);
}

.blue {
    background-color: #407AC5;
	box-shadow: 0 0 0 999px #407AC5;
    color: #fff;
}

.red {
    background-color: #F8484A;
	box-shadow: 0 0 0 999px #F8484A;
    color: #fff;
}
/*************Ribbon-1 ******************/


/*************Ribbon-2 ******************/

.ribbon-2 {
  --f: 5px; /* control the folded part*/
  --r: 10px; /* control the ribbon shape */
  --t: 0px; /* the top offset */
  
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 5px 10px 10px calc(10px + var(--r));
  margin:5px;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  text-transform:uppercase;
  
  text-align:center;
  
  
  left:0px;
  width:125px;
  font-size:13.5px;
}
/*************Ribbon-2 ******************/




/*************Ribbon-4 ******************/

.ribbon-4 {
  position: absolute;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
  top:5px;
  
}
.ribbon-4_1 {
  position: absolute;
  left:-20px;
}
.ribbon-4_1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon-4_1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 120px;
}
.ribbon-4_1 span:before, .ribbon-4_1 span:after {
  position: absolute;
  content: "";
}
.ribbon-4_1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.ribbon-4_1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #F8463F;
}

.ribbon-4_2 {
  width: 120px;
  height: 40px;
  line-height: 40px;
  /*padding-left: 10px;*/
  position: absolute;
  left: -25px;
  font-size:14px;
  
  background: #59324C;
  
  text-align:center;
}
.ribbon-4_2:before, .ribbon-4_2:after {
  content: "";
  position: absolute;
}
.ribbon-4_2:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon-4_2:after {
  height: 0;
  width: 0;
  right: -12.5px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid #59324C;
}

.ribbon-4_3 {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*margin-left: -10px;
  margin-right: -10px;*/
  background: #EDBA19;
  position: relative;
  top: 0px;
  left:-25px;
  font-size:15px;
}
.ribbon-4_3:before, .ribbon-4_3:after {
  content: "";
  position: absolute;
}
.ribbon-4_3:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
}
.ribbon-4_3:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}


@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon-4 {
    width: 48%;
  }
}
/*************Ribbon-4 ******************/

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}