/*
    Theme Name: Medicio
    Theme URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */


/* --- pe-icon-7-stroke --- */

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Regular.ttf);
	font-weight: regular;
	font-style: regular
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Bold.ttf);
	font-weight: 700;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-Light.ttf);
	font-weight: 300;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-SemiBold.ttf);
	font-weight: 600;
	font-style: bold
}

@font-face {
	font-family: 'Open Sans';
	src: url(../Open_Sans/OpenSans-ExtraBold.ttf);
	font-weight: 900;
	font-style: bold
}

@font-face {
    font-family: 'Century Gothic_italic';
    src: url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_reg';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_bold_it';
    src: url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic_bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins_bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6em;
}

html {
	width: 100%;
	height: 100%;
}

label, input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: inherit;
	line-height: inherit;
}

/* ===========
layout
============= */

#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
}

@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
}

@media (min-width: 768px) {
	#wrapper.boxed {
		width: 810px;
	}
}

@media (min-width: 992px) {
	#wrapper.boxed {
		width: 1030px;
	}
}

@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1230px;
	}
}

/* ===========
Typo
============= */

h1 {
	font-size: 38px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 1em;
}

h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
	font-weight: 100;
}

h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
	font-weight: 300;
}

h1.h-normal, h2.h-normal, h3.h-normal, h4.h-normal, h5.h-normal, h6.h-normal {
	font-weight: 400;
}

h1.h-medium, h2.h-medium, h3.h-medium, h4.h-medium, h5.h-medium, h6.h-medium {
	font-weight: 500;
}

h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
	font-weight: 700;
}

h1.h-ultra, h2.h-ultra, h3.h-ultra, h4.h-ultra, h5.h-ultra, h6.h-ultra {
	font-weight: 900;
}

h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
	margin: 0 0 20px;
}

p.medium {
	font-weight: 500;
}

p.bold {
	font-weight: 700;
}

p.ultra {
	font-weight: 900;
}
.uppercase { text-transform: uppercase; }
.highlight-light {
	background-color: rgba(255, 255, 255, .5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0, 0, 0, .5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 2px 5px;
	display: inline-block;
	color: #fff;
}

a {
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}

blockquote.bg-light {
	background-color: rgba(255, 255, 255, .8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0, 0, 0, .8);
	padding: 20px;
}

blockquote strong {
	font-weight: 700;
}

.light {
	font-weight: 400;
}

/* Credit to bootsnipp.com for the css for the color graph */

.colorgraph {
	height: 5px;
	border-top: 0;
	background: #c4e17f;
	margin: 0;
	padding-bottom: 0;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/* =======
Top area
======== */

.top-area {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.top-area p {
	margin-bottom: 10px;
}

.top-area a, .top-area i {
	color: #fff;
	font-size: 13px;
	font-weight:bold;
}

.top-area a:hover {
	color:#fff;
}
/* ===========
Navigation
============= */

.navbar-brand {
	padding-top: 15px;
	/*margin-top: 5px;*/
	padding-bottom: 0;
}

.navbar-brand img.logo {
	width: 250!important;
	height: 60!important;
}
.navbar-brand img.logo-sm {
	width: 225!important;
	height: 40!important;
}
.navbar-brand.reduce {
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.navbar-brand.reduce img.logo {
	width: 225!important;
	height: 60!important;
}

.navbar.navbar-custom {
	width: inherit;
	margin: 0 auto;
	padding-bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.navbar.navbar-custom .navigation {
	padding-bottom: 15px;
}

.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.navbar-brand {
	font-weight: 700;
}

.navbar-brand:focus {
	outline: 0;
}

.navbar.navbar-custom.navbar-fixed-top {
	background: #fff;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0, 0, 0, 0);
}

.navbar.navbar-custom {
	padding-top: 0;
}

.navbar.navbar-custom ul.nav.navbar-nav {
	margin-top: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
	margin-top: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
	color: #666;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}

.navbar.navbar-custom.top-nav-collapse {
	background: #fff;
}

.navbar.navbar-custom.top-nav-collapse .navigation {
	padding-bottom: 20px;
}

.navbar.navbar-custom.top-nav-collapse .top-area.top-padding {
	margin-bottom: 0px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #444;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	margin-top: 16px;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom.navbar-fixed-top .nav li a:hover, .navbar-custom.navbar-fixed-top .nav li a:focus, .navbar-custom.navbar-fixed-top .nav li.active a, .navbar-custom.navbar-fixed-top .nav li.active {
	outline: 0;
	background: none;
}

.navbar-custom.top-nav-collapse .nav li a:hover, .navbar-custom.top-nav-collapse .nav li a:focus, .navbar-custom.top-nav-collapse .nav li.active {
	outline: 0;
	background-color: rgba(255, 255, 255, .2);
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}

/* form */

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
	display: block;
}

/* loader */

#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: white;
	z-index: 9999;
}

#page-loader img {
	margin: 100px auto;
	display: block;
}

.loader {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}

.loader {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}

.loader span {
	display: block;
	font: 14px "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.con1>div, .con2>div, .con3>div {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.con2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.con3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.con2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.con3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.con1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.con2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.con3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.con1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.con2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.con3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.con1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.con2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.con3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes boxSpin {
	0% {
		transform: translate(-10px, 0px);
	}
	25% {
		transform: translate(10px, 10px);
	}
	50% {
		transform: translate(10px, -10px);
	}
	75% {
		transform: translate(-10px, -10px);
	}
	100% {
		transform: translate(-10px, 10px);
	}
}

@keyframes shadowSpin {
	0% {
		box-shadow: 10px -10px #513f95, -10px 10px #FFDC00;
	}
	25% {
		box-shadow: 10px 10px #513f95, -10px -10px #FFDC00;
	}
	50% {
		box-shadow: -10px 10px #513f95, 10px -10px #FFDC00;
	}
	75% {
		box-shadow: -10px -10px #513f95, 10px 10px #FFDC00;
	}
	100% {
		box-shadow: 10px -10px #513f95, -10px 10px #FFDC00;
	}
}

#load {
	z-index: 9999;
	background-color: #FF4136;
	opacity: 0.75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: 5px solid #FF4136;
	box-shadow: 10px 0px #513f95, 10px 0px #01FF70;
	animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */

hr {
	margin-top: 10px;
}

hr.bold {
	border-top: 3px solid #eee;
}

.divider-short {
	display: block;
	width: 60px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.dividersolid {
	border-top: 1px solid #eee;
	margin: 30px 0 30px;
}

/* margins */

.marginbot-0 {
	margin-bottom: 0 !important;
}

.marginbot-10 {
	margin-bottom: 10px !important;
}

.marginbot-20 {
	margin-bottom: 20px !important;
}

.marginbot-30 {
	margin-bottom: 30px !important;
}

.marginbot-40 {
	margin-bottom: 40px !important;
}

.marginbot-50 {
	margin-bottom: 50px !important;
}

.marginbot-60 {
	margin-bottom: 60px !important;
}

.marginbot-70 {
	margin-bottom: 70px !important;
}

.marginbot-80 {
	margin-bottom: 80px !important;
}

.marginbot-90 {
	margin-bottom: 90px !important;
}

.marginbot-100 {
	margin-bottom: 100px !important;
}

.margintop-0 {
	margin-top: 0 !important;
}

.margintop-10 {
	margin-top: 10px !important;
}

.margintop-20 {
	margin-top: 20px !important;
}

.margintop-30 {
	margin-top: 30px !important;
}

.margintop-40 {
	margin-top: 40px !important;
}

.margintop-45 {
	margin-top: 45px !important;
}

.margintop-50 {
	margin-top: 50px !important;
}

/* padding */

.paddingtop-0 {
	padding-top: 0 !important;
}

.paddingtop-10 {
	padding-top: 10px !important;
}

.paddingtop-20 {
	padding-top: 20px !important;
}

.paddingtop-30 {
	padding-top: 30px !important;
}

.paddingtop-40 {
	padding-top: 40px !important;
}

.paddingtop-50 {
	padding-top: 50px !important;
}

.paddingtop-60 {
	padding-top: 60px !important;
}

.paddingtop-70 {
	padding-top: 70px !important;
}

.paddingtop-80 {
	padding-top: 80px !important;
}

.paddingtop-90 {
	padding-top: 90px !important;
}

.paddingtop-100 {
	padding-top: 100px !important;
}

.paddingbot-0 {
	padding-bottom: 0 !important;
}

.paddingbot-10 {
	padding-bottom: 10px !important;
}

.paddingbot-20 {
	padding-bottom: 20px !important;
}

.paddingbot-30 {
	padding-bottom: 30px !important;
}

.paddingbot-40 {
	padding-bottom: 40px !important;
}

.paddingbot-50 {
	padding-bottom: 50px !important;
}

.paddingbot-60 {
	padding-bottom: 60px !important;
}

.paddingbot-70 {
	padding-bottom: 70px !important;
}

.paddingbot-80 {
	padding-bottom: 80px !important;
}

.paddingbot-90 {
	padding-bottom: 90px !important;
}

.paddingbot-100 {
	padding-bottom: 100px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
	padding-top: 150px;
	display: block;
	position: relative;
	z-index: 120;
	background-color: #fff;
}

.home-section.nopadding {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	position: relative;
	z-index: 120;
}

.home-section.nopadding-bot {
	padding-bottom: 0;
}

.home-section.nopadding-top {
	padding-top: 0;
}

.inner-section {
	padding-top: 110px;
	padding-bottom: 110px;
}

.home-section.nopadd-bot {
	padding-bottom: 0;
}

.section-heading h2 {
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}

.color-dark .section-heading p {
	color: #444;
}

.divider-short, .color-dark .divider-short, .bg-gray .divider-short {
	background: #aaa;
}

.color-light .divider-short {
	background: #fefefe;
}

.color-light .section-heading h2 {
	color: #fff;
}

.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote, .color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #fafafa;
}

.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	position: relative;
}

.intro-content {
	background: url(../img/kmh_msc_front_face.jpg);
	background-repeat: no-repeat;
	background-size: fixed;
	/*padding: 200px 0 60px;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.intro-content { 
	/*padding-top: 125px!important;*/
}
.intro-content {
	background-image: none!important;
	background-color: #fff;
	/* rgba(227, 216, 268, 1);*/
}

.intro-content.intro-nobg {
	background: #fff;
	position: relative;
	margin: 0;
	padding: 140px 0 60px;
}

.slogan {
	margin-bottom: 20px;
}

.white-box {
	background: rgba(255, 255, 255, .8);
	padding: 20px;
	border-radius: 4px;
}

.intro-content h2 {
	margin-bottom: 10px;
}

/* ---- lead form --- */

ul.lead-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

ul.lead-list li {
	margin: 0 0 20px 0;
	line-height: 1.6em;
	white-space: nowrap;
}

ul.lead-list li i.fa {
	margin: 2px 5px 0 0;
	float: left;
	color: #9b59b6;
}

ul.lead-list li span.list {
	display: inline-block;
	margin: 0 0 0 10px;
}

ul.lead-list li span.list strong {
	font-size: 15px;
	white-space: nowrap;
}

p.lead-footer {
	font-size: 16px;
	margin: 20px 0 0;
}

.panel-heading {
	padding: 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel.panel-skin {
	border-color: #ddd;
}

.panel-skin>.panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
	box-shadow: none;
}

.panel-body {
	padding: 20px;
}

.form-wrapper h3.panel-title {
	font-size: 20px;
	font-weight: 700;
}

.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}

form.lead label, form.lead input {
	font-size: 16px;
}

.panel-body {
	background: #fff;
}

.panel-skin>.panel-heading .badge {
	background-color: #fff;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ---- CTA 1  --- */

.well.well-trans {
	background-color: rgba(255, 255, 255, .8);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/* --- slider ---- */

/* ===================================
 call action
==================================== */

.callaction {
	padding: 30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}

.cta-text {
	margin-top: 10px;
	text-align: left;
}

.cta-text h3 {
	font-weight: 900;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.cta-btn {
	float: right;
	padding: 20px 10px 20px 20px;
	margin-top: 10px;
	min-width:300px!important;
}

/* =========================
Buttons
=========================== */

.btn-skin {
	color: #fff;
}

.btn-skin:hover {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active, .open>.dropdown-toggle.btn-skin {
	color: #fff;
}

.btn-skin:active, .btn-skin.active, .open>.dropdown-toggle.btn-skin {
	background-image: none;
}

.btn-skin .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 6px;
}

/* =======================
Elements
========================== */

/* badge */

.badge.custom-badge {
	margin: -20px 0 0 -25px;
	font-size: 12px;
	text-transform: none;
}

.badge.custom-badge.red {
	background-color: #e9372e;
}

/* box */

.box {}

.box h4 {
	font-size: 24px;
}

.box i {
	margin-bottom: 30px;
}

.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}

/* ===========================
--- Services
============================ */

.service-box {
	margin-bottom: 40px;
}

.service-icon {
	margin: 0 20px 20px 0;
	float: left;
}

.service-desc h5 {
	margin-bottom: 10px;
}

/* ===========================
--- Team
============================ */

.team-box {
	padding: 20px 0;
}

.team-box img {
	margin-bottom: 20px;
}

.team-box h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #666;
}

.team-box h6 {
	color: #888;
}

.cbp .cbp-item {
	z-index: 2;
	display: block;
	width: 240px;
	/* default width for blocks */
	height: 250px;
	/* default height for blocks */
}

.cbp-filter-item {
	border-radius: 3px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
	font: 600 12px/29px "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cbp-l-grid-team-name {
	/* @editable properties */
	font: 700 17px "Open Sans", sans-serif;
	color: #456297;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 3px;
}

.cbp-l-grid-team-position {
	/* @editable properties */
	font: italic 400 16px "Open Sans", sans-serif;
	color: #888888;
	text-align: center;
	font-style: normal;
}

.cbp-popup-singlePage .cbp-l-member-name {
	/* @editable properties */
	font: bold 16px/16px "Open Sans", sans-serif;
	margin-bottom: 6px;
}

.cbp-popup-singlePage .cbp-l-member-position {
	/* @editable properties */
	font: 400 14px "Open Sans", sans-serif;
}

.cbp-popup-singlePage .cbp-l-member-desc {
	/* @editable properties */
	font: 400 16px "Open Sans", sans-serif;
	margin-top: 15px;
	line-height: 1.6em;
}

/* ===========================
--- Works
============================ */

#owl-works {}

.item {
	margin: 10px;
}

.item img {
	display: block;
	width: 100%;
	height: auto;
}

/* =========================
Testimonial
=========================== */

#testimonial {
	background-image: url(../img/parallax/1.jpg);
}

.carousel-control.left, .carousel-control.right {
	background: none;
	width: 25px;
	z-index: 999;
}

.carousel-control.left {
	top: left:-25px;
}

.carousel-control.right {
	right: -25px;
}

.block-text {
	background-color: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
	padding: 15px 18px;
}

.block-text a {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.mark {
	font-weight: 600;
	padding: 12px 0;
	background: none;
}

.block-text p {
	color: #585858;
}

.sprite {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}

.sprite-i-triangle {
	background-position: 0 -1298px;
	height: 44px;
	width: 50px;
	box-shadow: none;
}

.block-text ins {
	bottom: -44px;
	left: 50%;
	margin-left: -60px;
}

.block {
	display: block;
}

.zmin {
	z-index: 1;
}

.ab {
	position: absolute;
}

.person-text {
	padding: 10px 0 0;
	text-align: center;
	z-index: 2;
}

.person-text a {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
}

.rel {
	position: relative;
}

.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
	list-style: none;
}

.company-social li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.company-social a {
	margin: 0 2px 0 0;
}

.company-social a:hover {
	color: #fff;
}

.company-social a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding: 0;
}

.company-social .social-facebook a i {
	background: #3873ae;
}

.company-social .social-twitter a i {
	background: #62c6f8;
}

.company-social .social-dribble a i {
	background: #d74980;
}

.company-social .social-deviantart a i {
	background: #8da356;
}

.company-social .social-google a i {
	background: #000;
}

.company-social .social-vimeo a i {
	background: #51a6d3;
}

.company-social .social-facebook a:hover i {
	background: #4893ce;
}

.company-social .social-twitter a:hover i {
	background: #82e6ff;
}

.company-social .social-dribble a:hover i {
	background: #f769a0;
}

.company-social .social-deviantart a:hover i {
	background: #adc376;
}

.company-social .social-google a:hover i {
	background: #333;
}

.company-social .social-vimeo a:hover i {
	background: #71c6f3;
}

.carousel-inner>.item {
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	padding-left: 0;
}

.carousel-control {
	position: absolute;
	top: 37%;
	bottom: 0;
	left: 0;
	width: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	filter: none;
}

.carousel-control.right {
	right: 20px;
}

.carousel-control.left {
	left: 20px;
}

/* ==== widget ==== */

.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/* ===========================
--- Footer
============================ */

footer {
	background-color: #0e0e0e;
	color: #fff;
}

footer {
	padding: 50px 0 0;
}

footer a {
	color: #fff;
}

footer .widget {
	margin-bottom: 30px;
	color: #fff;
}
footer .widget .fa-stack{
	color:#000;
}
footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;	color: #fff;
}

.sub-footer {
	margin-top: 30px;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}

.sub-footer a {
	color: #444;
}

footer .sub-footer p {
	font-size: 14px;
}

/* -- icon var -- */

.bg-dark {
	background: #666;
}

.bg-light {
	background: #fff;
}

.icon-primary {
	color: #4765a0;
}

.icon-success {
	color: #7db53b;
}

.icon-info {
	color: #51b6bf;
}

.icon-warning {
	color: #e6e039;
}

.icon-danger {
	color: #e24e47;
}

/* scroll to top */

.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #222;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

a.scrollup {
	outline: 0;
	text-align: center;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}

a.scrollup i {
	margin-top: 10px;
	color: #fff;
}

a.scrollup i:hover {
	text-decoration: none;
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */

.tooltip {
	font-size: 16px;
	line-height: 1.6em;
}

/* --- Pricing box --- */

.pricing-box {
	padding-left: 0;
	padding-right: 0;
}

.pricing-content {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	border-radius: 4px;
}

.pricing-content.general {
	z-index: 99;
}

.pricing-content:hover {
	margin-top: -10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content h2 {
	background-color: #666;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0;
	padding: 30px 0;
	border-radius: 4px 4px 0 0;
}

.pricing-content h3 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	background: #444;
	margin-bottom: 0;
	font-weight: 700;
	padding: 30px 0;
}

.pricing-content h3 span {
	font-weight: 300;
	font-size: 18px;
}

.pricing-content h3 sup {
	font-size: 18px;
}

.pricing-content ul {
	list-style: none;
	margin: 25px 0;
}

.pricing-content li {
	border-top: 1px dotted #EFEFEF;
	width: 75%;
	color: #333;
	margin: 0 auto;
	padding: 15px 0;
}

.pricing-content li:first-child {
	border-top: none;
}

.pricing-content li i {
	float: right;
}

.pricing-content li del {
	color: #aaa;
}

.price-bottom {
	background: #f7f7f7;
	text-align: center;
	padding: 25px 0;
	border-radius: 0 0 4px 4px;
}

.pricing-content p {
	background: #F8F8F8;
	padding: 20px;
}

.pricing-content.featured {
	margin-top: -20px;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content.featured h3 {
	font-size: 38px;
	padding: 45px 0;
}

/* --- scroll --- */

.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

/* blink btn */

.blink {
	-webkit-animation-name: blink;
	-moz-animation-name: blink;
	-o-animation-name: blink;
	animation-name: blink;
	-webktit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.blink-infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.blink-5 {
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-o-animation-iteration-count: 5;
	animation-iteration-count: 5;
}

.blink-furiously {
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes blink {
	50% {
		opacity: 0;
	}
}

@-moz-keyframes blink {
	50% {
		opacity: 0;
	}
}

@-o-keyframes blink {
	50% {
		opacity: 0;
	}
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

/* --- button --- */

.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 14px;
	font-weight: 700;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus {
	outline: 0;
}

.btn-red {
	color: #fff;
	background-color: #c83539;
	border-color: #c83539;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-red:active {
	background-image: none;
}

.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-default:hover, .btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}

.btn-huge {
	padding: 25px;
	font-size: 26px;
}

.banner-social-buttons {
	margin-top: 0;
}

/* ==== partner ==== */

.partner {
	text-align: center;
}

/* ============== options panel for live preview ======================= */

#t_options {
	position: fixed;
	top: 60px;
	left: -230px;
	width: 230px;
	background: #fefefe;
	color: #444;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	z-index: 5000;
	font-size: 11px;
	font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
	margin: 20px 0;
	border: 0;
	border-top: none;
	border-bottom: 1px dotted #ddd;
}

#t_options h6 {
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#t_options input {
	width: 60px;
	border: none;
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

#t_options .col {
	width: 50px;
	margin: 0 10px 0;
}

.colorpicker {
	z-index: 5001;
}

.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow: hidden;
}

.options_box .solidline {
	margin-bottom: 10px;
}

.options_box h6 {
	text-align: center;
	font-weight: bold;
}

.options_box .full {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.options_box .full strong {
	text-transform: uppercase;
	margin-right: 10px;
}

.options_box .halfcol {
	width: 90px;
	float: left;
	margin: 0 5px;
}

.options_box .fourcol {
	width: 30px;
	float: left;
	margin: 0 5px;
}

.options_box .fourcol.color a {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size: 12px;
	font-weight: 600;
}

.options_toggle_holder {
	position: absolute;
	right: -40px;
}

.options_toggle {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #eee;
	border-left: none;
	display: block;
	background: #f7f7f7;
}

.options_toggle span i {
	margin: 10px 0 0 7px;
	display: block;
}

.options_toggle:hover, .options_toggle:focus, .options_toggle:active {
	outline: 0;
	text-decoration: none;
}

.options_heading {
	color: #444;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;
}

/* colors */

.options_box a.t_default {
	background: #299dcc;
}

.options_box a.t_kissme {
	background: #4ACCD1;
}

.options_box a.t_lime {
	background: #C6DF45;
}

.options_box a.t_amethyst {
	background: #9b59b6;
}

.options_box a.t_red {
	background: #eb4141;
}

.options_box a.t_orange {
	background: #f65327;
}

.options_box a.t_green {
	background: #93c847;
}

.options_box a.t_sand {
	background: #BFB372;
}

.options_box a.t_purple {
	background: #c81dbe;
}

.options_box a.t_yellow {
	background: #FFD053;
}

.options_box a.t_blue {
	background: #5C9CC7;
}

.options_box a.t_pink {
	background: #FF439E;
}

.bgr .bg {
	width: 28px;
	height: 28px;
	border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
	background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
	background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
	background: url(../img/bodybg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
	background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
	background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
	background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
	background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
	background: url(../img/bodybg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
	background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
	background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline: 0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline: 0;
}

/* Theme Styler :: End */

/* Media queries */

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.intro-content {
		padding: 250px 0 0;
	}
}

@media (max-width:767px) {
	.top-area p {
		text-align: center;
	}
	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}
	.badge.custom-badge {
		margin: 0 0 0 0;
	}
	.navbar-header button {
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i {
		color: #666;
	}
	.boxes3 {
		width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom: 0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}
	.service-box {
		margin: 20px 0 30px;
	}
	.pricing-content.featured {
		margin-top: 20px;
	}
	.pricing-content:hover {
		margin-top: 20px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.cta-text {
		float: none;
		text-align: center;
	}
	.cta-btn {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}
}

@media (max-width:480px) {
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255, 255, 255, .4);
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	.box {
		padding: 45px;
	}
	.box i {
		margin-bottom: 30px;
	}
}

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.intro-content {
		padding: 250px 0 0;
	}
}

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-system:hover {
	color: #fff;
	opacity: .8;
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}

.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-wite {
	background-color: #fff;
}

.btn-system.border-btn.btn-purple {
	background-color: transparent;
	color: #513F95;
	padding: 8px 22px;
	border: 1px solid;
}

.btn-system.border-btn.btn-purple:hover {
	background-color: #513F95;
	color: #fff;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}

.btn-system {
	display: inline-block;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	width: auto;
}


/*Starts*/

html,head,body,h1,h2,h3,h4,h5,h6,ul,li,p{
                margin:0;
                padding: 0;
                list-style-type: none;
                font-size: 100%;
                font-weight: inherit;
            }

            .head_bar_con{
                min-width: 100%;
			    float: left;
			    position: fixed;
			    background: white;
			    z-index: 9999999;
            }

            .head_bar_con .head_bar_center{
                width: 1300px;
                margin: 0 auto;
            }

            .head_bar_con .head_bar_center .head_bar{
                width: 100%;
                float: left;
                border-radius: 5px;                
            }

            .head_bar_con .head_bar_center .head_bar .head_socials{
                width: 30%;
                float: left;
            }

            .head_bar_con .head_bar_center .head_bar .head_socials ul li{
				float: left;
				padding:5px;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li a{
				padding: 5px 10px;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(1) a{
				color:#507cbe;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(2) a{
				color:#e4405f;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(3) a{
				color:#63cdf1;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(4) a{
				color:#25d366;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(5) a{
				color:#c4302b;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(6) a{
				color:#0e76a8;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(1):hover{
				background: #507cbe;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(2):hover{
				background: #e4405f;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(2):hover a i{
				color: white !important;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(3):hover{
				background: #63cdf1;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(4):hover{
				background: #25d366;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(5):hover{
				background: #c4302b;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(5):hover a i{
				color: white !important;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(6):hover{
				background: #0e76a8;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:nth-child(6):hover a i{
				color: white !important;
			}

			.head_bar_con .head_bar_center .head_bar .head_socials ul li:hover a i{
				color:white;
			}

            .head_bar_con .head_bar_center .head_bar .head_hds{
                width: 70%;
                float: left;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul{
                float: right;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li{
                float: left;
                padding: 5px 0px;
                font-weight: bold;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li a{
                font-family: "Century Gothic_reg";
                font-size: 12px;
                padding: 0px 5px;
                color:#333;
                box-sizing: border-box;
                border-right: 1px solid rgba(51,51,51,0.2);
                text-decoration: none;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li:nth-child(1) a i{
                color:#333;

            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li:nth-child(2) a i{
                color:#25D366;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li:nth-child(3) a i{
                color:#63cdf1;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li:nth-child(4) a i{
                color:#513F95;
                border-right:0;
            }

            .head_bar_con .head_bar_center .head_bar .head_hds ul li a i{
                padding: 0px 10px;
            }

            .header_con{
                min-width: 100%;
                float: left;
                background:  rgb(81 63 149 / 100%);
                position: fixed; 
                z-index: 9999999;
                margin-top: 36px;               
            }

            .header_con .header_center{
                width: 1300px;
                margin: 0 auto;
            }

            .header_con .header_center .header{
                width: 100%;
                float: left;            

            }

            .header_con .header_center .header .logo_nav{
                width: 100%;
                float: left;
            }

            .header_con .header_center .header .logo_nav .logo{
                width: 20%;
                float: left;
                
            }

            .header_con .header_center .header .logo_nav .logo img{
                width: 100%;
                padding: 11px 15px;
                display: block;
                box-sizing: border-box;
            }


            .header_con .header_center .header .logo_nav .nav_menu{
                width: 80%;
                float: left;
            }

            .header_con .header_center .header .logo_nav .nav_menu .menu_bar{
            	float: right;
			    border: 1px solid #fff;
			    padding: 3px 10px;
			    margin: 28px 40px;
			    cursor: pointer;
			    display: none;
            }

            .header_con .header_center .header .logo_nav .nav_menu .menu_bar i{
            	color:white;
            	font-size: 30px;
            }

            .header_con .header_center .header .logo_nav .nav_menu ul{
                float: right;
                display: block;
            }

            .header_con .header_center .header .logo_nav .nav_menu ul li{
                float: left;
                font-family: "Century Gothic_reg";
            }

            .header_con .header_center .header .logo_nav .nav_menu ul li a{
                float: left;
			    padding: 25px 27px;
			    /* background: red; */
			    color: white;
			    text-transform: uppercase;
			    font-weight: bold;
			    letter-spacing: 1px;
			    font-size: 13px;
			    text-decoration: none;
            }

            .header_con .header_center .header .logo_nav .nav_menu ul li a:hover{
                background: white;
                /*color: rgb(112 32 129 / 60%);*/
				color: rgb(81 63 149 / 90%);
            }

             .slider_con{
    width: 100%;
    float: left;
    margin-top: 110px;
  }

  .slider_con .slider_center{
    width: 100%;
    float: left;
  }

  .slider_con .slider_center .slider{
    width: 100%;
    float: left;
    position: relative;
    
  }

  .slider_con .slider_center .slider .slider_sli{
    width: 100%;
    float: left;
  }

  .slider_con .slider_center .slider .slider_sli .image_cont{
    width: 100%;
    float: left;
    //position: absolute;
  }

  .slider_con .slider_center .slider .slider_sli .image_cont .images{
    width: 100%;
    float: left;
  }

  .slider_con .slider_center .slider .slider_sli .image_cont .images picture{
    width: 100%;
    float: left;
  }

  .slider_con .slider_center .slider .slider_sli .image_cont .images picture img{
    width: 100%;
  }

  .slider_con .slider_center .slider .prev{
    position: absolute;
    padding: 10px 20px;
    font-family: cursive;
    top:45%;
    cursor: pointer;
    left:0;
    background: rgba(51,51,51,0.4);
    color:white;
    z-index: 10;
  }

  .slider_con .slider_center .slider .next{
    position: absolute;
    padding: 10px 20px;
    font-family: cursive;
    top:45%;
    cursor: pointer;
    right:0;
    background: rgba(51,51,51,0.4);
    color:white;
  }

  .slider_con .slider_center .slider .kmh_dots{
    position: absolute;
    bottom: 5%;
    width: 100%;
  }

  .slider_con .slider_center .slider .kmh_dots ul{
  	width: 275px;
  	margin:0 auto;
  }

  .slider_con .slider_center .slider .kmh_dots ul li{
    width: 10px;
    height:10px;
     background: #b58e8e;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 5px
  }

  .slider_con .slider_center .slider .kmh_dots ul li.active_dots{
    background: #442323;
    box-shadow: 3px 2px 7px rgba(51,51,51,0.2);
  }

            
            .slider_sli img {
            height: auto !important;
            width: 100%;
        }

        .slick-slide{
            height: inherit;
        }

        .slick-prev{
        	left:20px;
        	z-index: 10;
        }

        .slick-next{
        	right:20px;
        }
        .slick-prev:before,  {
            content: '→';
            transform: rotate(90deg);
        }
        .slick-dotted.slick-slider{
            margin-bottom: 10px;
        }

        .slick-dots {
            display: block !important;
            bottom: 10px;
        }

        .slick-dots li.slick-active {
            background: #442323 !important;
        }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #b58e8e;
            margin: 0 5px;
            border-radius: 100px;
            padding: 0;
            cursor: pointer;
        }

        .image_cont{
            width: 100%;
            float: left;
            position: relative;
        }

            .book_check_up_con{
                min-width: 100%;
                float: left;
            }

            .book_check_up_con .book_check_up_center{
                width: 1300px;
                margin: 0 auto;
            }

            .book_check_up_con .book_check_up_center .book_check_up{
                width: 100%;
                float: left;
                border-radius: 5px;
                background:  rgb(81 63 149 / 100%);
            }

            .book_check_up .books{
                width: 100%;
                float: left;
                padding: 10px 20px;
                box-sizing: border-box;
            }

            .book_check_up .books .books_a{
                float: left;
                padding: 10px 20px;
            }

            .book_check_up .books .books_a a{
                padding: 10px 20px;
                background: white;
                cursor: pointer;
                font-weight: bold;
                font-size: 15px;
                font-family: "Century Gothic_reg";
                text-decoration: none;
                border:1px solid #702081;
            }

            .book_check_up .books .books_a:hover a{
                border:1px solid #fff;
                color:#702081;
            }


            .book_check_up .books .call_us{
                float: right;
                padding: 10px 20px;
                background: white;
                cursor: pointer;
                font-size: 15px;
                font-weight: bold;
                font-family: "Century Gothic_reg";
            }

            .book_check_up .books .call_us a{
            	text-decoration: none;
            }

            .book_check_up .books .call_us:hover{
                background: #702081;
            }

            .book_check_up .books .call_us:hover a{
                color:white;
            }

            .facilities_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .facilities_con .facilities_center{
                width: 1300px;
                margin: 0 auto;
            }

            .facilities_con .facilities_center .facilities{
                width: 100%;
                float: left;
            }

            .facilities_con .facilities_center .facilities .facility_list{
                width: 100%;
                float: left;
            }

            .facilities_con .facilities_center .facilities .facility_list ul li{
                float: left;
                padding: 10px 33px; 
            }

            .facilities_con .facilities_center .facilities .facility_list ul li img{
                width: 150px;
            }

            .about_us_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .about_us_con .about_us_center{
                width: 1300px;
                margin: 0 auto;
            }

            .about_us_con .about_us_center .about_us{
                width: 100%;
                float: left;
            }

            .about_us_con .about_us_center .about_us .about_details{
                width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .about_us_con .about_us_center .about_us .about_details .about_us_head{
                width: 100%;
                float: left;
            }

            .about_us_con .about_us_center .about_us .about_details .about_us_head .head{
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 31px;
                padding: 10px;
            }

            .about_us_con .about_us_center .about_us .about_details .image_para{
                width: 100%;
                float: left;
            }

            .about_us_con .about_us_center .about_us .about_details .image_para img {
                width: 55%;
                float: right;
                padding: 23px;
            }

            .about_us_con .about_us_center .about_us .about_details .image_para p {
                padding: 10px;
                margin-bottom: 20px;
                line-height: 30px;
                text-align: justify;
                font-size: 15px;
                font-family: 'Poppins_regular';
				color:black;
            }

            .about_us_con .about_us_center .about_us .about_details .image_para p span{
                font-weight: bold;
            }

            .about_us_con .about_us_center .about_us .about_details .image_para p i{
                padding: 5px;
            }

            .neighborhood_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .neighborhood_con .neighborhood_center{
                width: 1300px;
                margin: 0 auto;
            }

            .neighborhood_con .neighborhood_center .neighborhood{
                width: 100%;
                float: left;

            }

            .neighborhood .image_neigh{
                width: 50%;
                float: left;
            }

            .neighborhood .image_neigh img{
                width: 100%;
                padding: 5px 20px;
                box-sizing: border-box;
            }

            .neighborhood .neigh_details{
                width: 50%;
                float: left;
            }

            .neighborhood .neigh_details .head{
                width: 100%;
                float: left;
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 31px;
                padding: 10px;
                box-sizing: border-box;

            }

            .neighborhood .neigh_details .head img{
                width: 40px;
                height: 40px;
                padding: 5px ;
                margin-right: 10px;
            }

            .neighborhood .neigh_details .para{
                width: 100%;
                float: left;
            }

            .neighborhood .neigh_details .para p{
                padding: 10px;
                line-height: 30px;
                text-align: justify;
                font-size: 15px;
                margin-bottom: 10px;
                font-family: 'Poppins_regular';
				color:black;
            }

            .neighborhood .neigh_details .para p span{
                font-weight: bold;
            }

            .services_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .services_con .services_center{
                width: 1300px;
                margin: 0 auto;
            }

            .services_con .services_center .services_s{
                width: 100%;
                float: left;
            }

            .services_con .services_center .services_s .services_image{
                width: 50%;
                float: left;
            }

            .services_con .services_center .services_s .services_image img{
                width: 100%;
                padding: 30px;
                box-sizing: border-box;
            }

            .services_con .services_center .services_s .services_list{
                width: 50%;
                float: left;
            }

            .services_con .services_center .services_s .services_list .services_head{
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

            .services_s .services_list .services_head .head{
                width: 100%;
                float: left;
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 31px;
                padding: 10px;
                text-align: center;
                box-sizing: border-box;
            }

            .services_s .services_list .services_head .head img{
                width: 40px;
                height: 40px;
                padding: 5px ;
                margin-right: 10px;
            }

            .services_s .services_list .list{
                width: 100%;
                float: left;
            }


            .services_s .services_list .list ul li{
                padding: 0px;
                float: left;
                width: 46%;
                margin-right: 4%;
                background: rgba(228,228,228,0.1);
                border-bottom: 1px solid rgba(175,175,175,0.2);
                margin-bottom: 10px;
            }

            .services_s .services_list .list ul li .image{
                float: left;
                padding: 5px 10px;
            }

            .services_s .services_list .list ul li .image img{
                
            } 

            .services_s .services_list .list ul li .lists{
                float: left;
                padding: 7px;
                font-size: 14px;
                font-family: 'Poppins_regular';
				color:black;
            }

            .doctor_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .doctor_con .doctor_center{
                width: 1300px;
                margin: 0 auto;
            }

            .doctor_con .doctor_center .doctor_s{
                width: 100%;
                float: left;
            }

            .doctor_con .doctor_center .doctor_s .doctor_head{
                width: 100%;
                float: left;
                text-align: center;
                padding: 30px 0px;

            }

            .doctor_con .doctor_center .doctor_s .doctor_head .doc_head{
                width: 310px;
                margin:0 auto;
            }

            .doctor_con .doctor_center .doctor_s .doctor_head .image{
                float: left;
            }

            .doctor_con .doctor_center .doctor_s .doctor_head .image img{
                width: 30px;
            }

            .doctor_con .doctor_center .doctor_s .doctor_head .head{
                float: left;
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 31px;
                padding: 1px 15px;
                text-align: center;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list{
                width: 100%;
                float: left;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li{
                width: 23%;
                float: left;
                margin-right: 2%;
                border: 1px solid rgb(51 51 51 / 32%);
                padding: 5px;
                margin-bottom: 1%;
                border-radius: 5px;
                box-sizing: border-box;
				border-bottom:4px solid rgb(81 63 149);
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image{ 
                width: 100%;
                float: left;
                position: relative;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image{ 
                width: 100%;
                float: left;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image_name{ 
                position: absolute;
                background: rgba(255,255,255,0.8);
                bottom: 5px;
                width: 100%;
                backdrop-filter: blur(3px);
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image_name .name{
				font-family: 'Poppins_bold';
				text-align: center;
				font-size: 14px;
				padding: 5px;
				font-weight: bold;
				letter-spacing: 1px;
				color: black;
				text-transform: uppercase;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image_name .special{
                font-family: 'Poppins_regular';
				text-align: center;
				font-size: 14px;
				padding: 5px;
				color: black;
				text-transform: capitalize;
            }

             .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image img{ 
                width: 80%;
                height: 275px;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_quali{ 
               width: 100%;
				float: left;
				text-align: center;
				height: 47px;
				overflow: hidden;
				background: rgb(248 248 255);
				padding: 6px 0px;
				color: black;
				margin: 0px 0px 9px 0px;
				font-family: 'Poppins_regular';
				font-size: 13px;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button{ 
                width: 100%;
                float: left;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .profile{
                float: left;
                width: 49%;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .profile a{
                background: #4c4c4c;
                padding: 5px;
                color: white;
                width: 100%;
                text-align: center;
                float: left;
                box-sizing: border-box;
                text-decoration: none;
				border-radius: 5px;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .profile a:hover{
                 /*background: rgb(112 32 129 / 60%);*/
                background:  rgb(81 63 149 / 100%);
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .appointment{ 
                float: right;
                width: 49%;
            }
			.doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .appointment .appoint {
				background: #4c4c4c;
				padding: 5px;
				color: white;
				width: 100%;
				text-align: center;
				float: left;
				border-radius: 5px;
				box-sizing: border-box;
				text-decoration: none;
				cursor: pointer;
			}

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .appointment a{
                background: #4c4c4c;
                padding: 5px;
                color: white;
                width: 100%;
                text-align: center;
                float: left;
                box-sizing: border-box;
                text-decoration: none;
				border-radius: 5px;
            }

            .doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_button .appointment a:hover{
                 /*background: rgb(112 32 129 / 60%);*/
                background:  rgb(81 63 149 / 100%);
            }

            .reviews_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px 50px 0px;
            }

            .reviews_con .reviews_center{
                width: 1300px;
                margin: 0 auto;
            }

            .reviews_con .reviews_center .reviews{
                width: 100%;
                float: left;
            }

            #google-reviews{
            	display: block !important;
            }

            .reviews_con .reviews_center .reviews .reviews_head{
                width: 100%;
                float: left;
                margin-bottom: 20px;
            }

            .reviews_con .reviews_center .reviews .reviews_head .head{
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 31px;
                padding: 1px 15px;
                text-align: center;
            }

            .reviews_con .reviews_center .reviews .google_rev{
                width: 100%;
                float: left;
            }

            .reviews_con .reviews_center .reviews .google_rev #google-reviews .review-item{
                width: 29%;
                float: left;
                border:1px solid rgba(51,51,51,0.1);
                margin-right: 1%;
                border-radius: 5px;
            }

            .google_rev #google-reviews .review-item .review-meta{
                width: 100%;
                position: relative;
                float: left;
                font-family: "Century Gothic_reg";
            }

            .google_rev #google-reviews .review-item .review-meta .profile_photo{
                width: 50px;
                height: 50px;
                padding: 0px;
                float: left;
                /* width: 50%; */
                /* position: absolute; */
                left: 0;
                margin-left: 32px;
                margin-top: 10px;
            }

            .google_rev #google-reviews .review-item .review-meta .review-author{
                float: left;
                width: 77%;
            }

            .google_rev #google-reviews .review-item .review-meta .review-author a{
                padding: 10px 6px 0px 6px;
                display: block;
                text-align: left;
                text-decoration: none;
            }

            .google_rev #google-reviews .review-item .review-meta .review-author .help-block{
                width: 100%;
                display: block;
                /* float: left; */
                padding: 5px 5px;
                text-align: left;
                font-size: 13px;
            }

            .google_rev #google-reviews .review-item .review-text{
                width: 100%;
                float: left;
                font-family: "Century Gothic_reg";
                text-align: justify;
                line-height: 26px;
                font-size: 15px;
            }

            .map_virtual_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px 50px 0px;
            }

            .map_virtual_con .map_virtual_center{
                width: 1300px;
                margin: 0 auto;
            }

            .map_virtual_con .map_virtual_center .map_virtual{
                width: 100%;
                float: left;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view{
                width: 49%;
                float: left;
                border:1px solid rgba(51,51,51,0.1);
                box-sizing: border-box;
                border-radius: 10px;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .maps_head{
                width: 100%;
                float: left;
                border-radius: 10px 10px 0px 0px;
                background: ghostwhite;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .maps_head .image{
                padding: 10px;
                float: left;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .maps_head .image img{
                float: left;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .maps_head .image_name{
                float: left;
                padding: 12px 10px;
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 20px;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .views{
                width: 100%;
                float: left;
                padding: 5px 5px 0px 5px;
                box-sizing: border-box;
            }

            .map_virtual_con .map_virtual_center .map_virtual .maps_view .views iframe{
                border-radius: 0px 0px 10px 10px;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view{
                width: 49%;
                float: right;
                border:1px solid rgba(51,51,51,0.1);
                box-sizing: border-box;
                border-radius: 10px;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .virtual_head{
                width: 100%;
                float: left;
                border-radius: 10px 10px 0px 0px;
                background: ghostwhite;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .virtual_head .image{
                padding: 10px;
                float: left;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .virtual_head .image img{
                float: left;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .virtual_head .image_name{
                float: left;
                padding: 12px 10px;
                font-family: "Century Gothic_reg";
                font-weight: bold;
                font-size: 20px;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .views{
                width: 100%;
                float: left;
                padding: 5px 5px 0px 5px;
                box-sizing: border-box;
            }

            .map_virtual_con .map_virtual_center .map_virtual .virtual_view .views iframe{
                border-radius: 0px 0px 10px 10px;
            }

            .phc_con{
                min-width: 100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .phc_con .phc_center{
                width: 1300px;
                margin: 0 auto;
            }

            .phc_con .phc_center .phc{
                width: 100%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_head{
                width: 100%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_head .head{
                width: 100%;
                text-align: center;
			    font-family: "bebas_neueregular";
			    font-size: 70px;
			    color: black;
			    text-transform: uppercase;
			    margin-bottom: 20px;
            }

            .phc_con .phc_center .phc .phc_head .head span{
            	color: #732184;
            }

            .phc_con .phc_center .phc .phc_head .head_para{
                padding: 10px;
                line-height: 30px;
                text-align: center;
                font-size: 15px;
                margin-bottom: 10px;
                font-family: 'Poppins_regular';
				color:black;
            }

            .phc_con .phc_center .phc .phc_details{
                width: 100%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_details .phc_image{
                width: 40%;
                float: left;
                padding: 37px 12px;
                box-sizing: border-box;
            }

            .phc_con .phc_center .phc .phc_details .phc_image img{
                width: 100%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package{
                width: 60%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head{
                width: 100%;
                float: left;
                /* padding: 0px 5px; */
                font-family: 'Century Gothic_reg';
                font-size: 20px;
                font-weight: bold;
                border-bottom: 1px solid rgb(112 32 130 / 20%);
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .head{
                float: left;
                padding: 10px;
                /*border-bottom: 2px solid #702082;*/
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button{
                float: right;
                margin-top: 10px;
                position: relative;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .prev{
                float: left;
                border: 1px solid #702082;
                position: relative;
                width: 30px;
                height: 30px;
                margin-right: 5px;
                cursor: pointer;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .prevs{
                width: 32px;
                position: absolute;
                height: 32px;
                 /*background: red;*/ cursor: pointer;
                z-index: 5;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .nexts{
                width: 32px;
                position: absolute;
                height: 32px;
                 /*background: red;*/ cursor: pointer;
                z-index: 5;
                left: 54%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .prev:before{
                position: absolute;
                content: "";
                width: 15px;
                height: 2px;
                background: #702082;
                transform: rotate(-45deg);
                top: 8px;
                left: 5px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .prev:after{
                position: absolute;
                content: "";
                width: 15px;
                height: 2px;
                background: #702082;
                transform: rotate(222deg);
                top: 17px;
                left: 5px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .next{
                float: left;
                border: 1px solid #702082;
                position: relative;
                width: 30px;
                height: 30px;
                transform: rotate(180deg);
                cursor: pointer;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .next:before{
                position: absolute;
                content: "";
                width: 15px;
                height: 2px;
                background: #702082;
                transform: rotate(-45deg);
                top: 8px;
                left: 5px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .package_head .health_button .next:after{
                position: absolute;
                content: "";
                width: 15px;
                height: 2px;
                background: #702082;
                transform: rotate(222deg);
                top: 17px;
                left: 5px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list{
                width: 100%;
                float: left;
                overflow: hidden;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul{
                width: 600%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li{
                width: 16.66666666%;
                float: left;
                box-sizing: border-box;
                position: relative;
                /*border: 1px solid rgba(51,51,51,0.1);*/
                padding: 5px 20px;
                height: 462px;
                overflow: hidden;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .list_head{
                width: 100%;
                float: left;
                padding: 10px 0px;
                box-sizing: border-box;
                font-family: 'Century Gothic_reg';
                font-weight: bold;

            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .list_head span{
                color: #702082;
                font-size: 25px;
                padding-right: 10px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .lists{
                width: 100%;
                float: left;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .lists ul li{
                line-height: 30px;
                width: 47%;
                margin-bottom: 5px;
                background: rgba(228,228,228,0.8);
                margin-right: 2%;
                float: left;
                padding: 8px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
				color:balck;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .lists ul li{
                line-height: 30px;
                width: 49%;
                margin-bottom: 5px;
                background: none;
                margin-right: 2%;
                float: left;
                padding: 5px 5px 0px 5px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .checkup_image{
                left:0;
                bottom: 0;
                position: absolute;
                z-index: 1;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .checkup_image img:nth-child(1){
                position: absolute;
                right:0;
                bottom: 19px;
                z-index: 5;
                width: 50%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .checkup_image img:nth-child(2){
                position: absolute;
                left:0;
                bottom:0;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .lists ul li{
                line-height: 39px;
                width: 35%;
                /* float: left; */
                margin-bottom: 5px;
                 background: none; 
                margin-right: 2%;
                float: left;
                padding: 0px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            }           

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .lists ul li:nth-child(2n){
                //float: right;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .checkup_image{
                left:0;
                bottom: 0;
                position: absolute;
                z-index: 1;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .checkup_image img:nth-child(1){
                position: absolute;
                right:0;
                bottom:70px;
                width: 25%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .checkup_image img:nth-child(2){
                position: absolute;
                left:0;
                bottom:0;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .lists ul li{
                line-height: 39px;
                width: 35%;
                /* float: left; */
                margin-bottom: 5px;
                 background: none; 
                margin-right: 2%;
                float: left;
                padding: 0px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            }           

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .lists ul li:nth-child(2n){
                //float: right;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .checkup_image{
                left:0;
                bottom: 0;
                position: absolute;
                z-index: 1;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .checkup_image img:nth-child(1){
                position: absolute;
                right:0;
                bottom:70px;
                width: 25%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .checkup_image img:nth-child(2){
                position: absolute;
                left:0;
                bottom:0;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .checkup_image img:nth-child(3){
                position: absolute;
                left:0;
                bottom:0;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .checkup_image img:nth-child(2){
                position: absolute;
                left:0;
                bottom:-32px;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .checkup_image img:nth-child(2){
                position: absolute;
                left:0;
                bottom:0;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .lists ul li{
                line-height: 39px;
                width: 35%;
                /* float: left; */
                margin-bottom: 5px;
                 background: none; 
                margin-right: 2%;
                float: left;
                padding: 0px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            }      

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .checkup_image{
                left:0;
                bottom: 0;
                position: absolute;
                z-index: 1;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .checkup_image img:nth-child(1){
                position: absolute;
                right: 0px;
                bottom: 101px;
                z-index: 1;
                width: 35%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .checkup_image img:nth-child(2){
                position: absolute;
                right: 215px;
                bottom: 209px;
                width: 65%;
                opacity: 0.2;
            }     

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .lists ul li{
                line-height: 39px;
                width: 35%;
                /* float: left; */
                margin-bottom: 5px;
                 background: none; 
                margin-right: 2%;
                float: left;
                padding: 0px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            } 

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .checkup_image{
                width: 100%;
                position: absolute;
                z-index: -1;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .checkup_image img:nth-child(1) {
           		right: -10px;
                bottom: -1px;
                position: absolute;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .lists ul li{
                line-height: 39px;
                width: 35%;
                /* float: left; */
                margin-bottom: 5px;
                 background: none; 
                margin-right: 2%;
                float: left;
                padding: 0px 8px;
                font-size: 14px;
                border-bottom: 1px solid rgba(175,175,175,0.2);
            } 

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .checkup_image{
                /*right: -88px;
                bottom: -1px;*/
                position: absolute;
                z-index: -1;
                width: 100%;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .checkup_image img:nth-child(1){
                width: 30%;
			    right: 0;
			    bottom: 42px;
			    position: absolute;
            }

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .checkup_image img:nth-child(2){
			    left:0;
                bottom: -32px;
                position: absolute;
                z-index: 1;
            }
            

            .phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .checkup_image{
                right: 32px;
                bottom: 32px;
                position: absolute;
                z-index: -1;
            }
            
            
            .adult_i_con{
            	min-width:100%;
            	float: left;
            	margin: 20px 0px 10px 0px;
            }

            .adult_i_con .adult_i_center{
            	width:1300px;
            	margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i{
            	width:100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head{
            	width: 100%;
            	float: left;
            	
            }

             .adult_i_con .adult_i_center .adult_i .adult_i_head .head h1{
				text-align: center;
            	font-family: "bebas_neueregular";
            	font-size:70px;
            	color:black;
            	text-transform: uppercase;
             }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head span{
           		color:#f7941d; 	
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para{
            	width: 100%;
            	float: left;
            	margin: 5px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para{
            	width: 80%;
            	margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para p{
            	text-align: justify; 
				text-align-last: center;
            	font-family: 'Poppins_regular';
            	line-height: 30px;
            	font-size: 17px;
				color:black;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image{
            	width: 100%;
            	float: left;
            	margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{

            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons{
            	width: 100%;
            	float: left;
            	margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu{
            	width: 100%;
            	float: left;
				display:flex;
				justify-content:center;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul{
            	/* width: 503px;
            	margin:0 auto; */
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li{
            	float: left;
            	margin-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a{
            	padding:15px 30px;
            	color:rgb(112 32 129 / 100%);
            	
            	border:1px solid rgb(112 32 129 / 100%);
            	text-decoration: none;
            	border-radius: 5px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a:hover{
            	background: rgb(112 32 129 / 100%);
            	color: white;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a i {
            	padding-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan{
            	width: 100%;
            	float: left;
            	margin: 40px 0px 20px 0px;
            	display: none;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
            	text-align: center;
            	font-family: "Century Gothic_reg";
            	text-transform: uppercase;
            	font-weight: bold;
            	padding: 20px 0px;
    			font-size: 40px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc{
            	width: 100%;
            	float: left;
            	margin: 10px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel{
            	width: 40%;
            	float: right;
            	padding: 5px;
            	box-sizing: border-box; 
            	display: none;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image img{
            	width: 100%;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head{
            	width: 100%;
            	float: left;
            	margin: 20px 0px 10px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head .head{
            	font-family: "Century Gothic_bold";
            	text-transform: uppercase;
            	font-weight: bold;
            	color: #000;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para p{
            	font-family: "Century Gothic_reg";
			    line-height: 27px;
			    font-size: 15px;
			    text-align: justify;
			    margin-bottom: 10px;
			    text-indent: 10%;
			    width: 97%;
			    float: right;
            }


            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel{
            	width: 57%;
            	float: left;
            	padding: 5px;
            	box-sizing: border-box;
            	display: none;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head{
            	width: 100%;
            	float: left;
            	border-bottom: 2px solid #4277a3;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head .head{
            	font-family: "Century Gothic_bold";
            	text-transform: uppercase;
            	font-weight: bold;
            	color: #f7941d;
            	padding: 10px 5px; 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
            	width: 100%;
            	float: left;
            	padding: 10px;
            	box-sizing: border-box;
            	/*min-height: 944px;*/
			    max-height: 944px;
			    overflow: auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar {
			    width: 6px;
			}

			.adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-track {
			    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
			    border-radius: 10px;
			}

			.adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-thumb {
			    border-radius: 10px;
			    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
			}

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head{
            	width: 100%;
            	float: left;
            	position: relative;
            	cursor: pointer;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head{
            	padding: 10px 13px;
			    margin-bottom: 5px;
			    color: #333;
			    font-weight: bold;
			    font-size: 16px;
			    border-bottom: 1px solid rgba(66,119,163,0.2);
			    font-family: "Century Gothic_reg";
            }  

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head.vac_active{
            	background: rgb(250 235 215 / 50%);   
            } 

                  

            .vac_plus:after{
	            width: 24px;
	            height: 24px;
	            background: url(../img/plus.png);
	            position: absolute;
	            content: "";
	            top: 20%;
	            right: 1%;
	        }

	        .vac_minus:after{
	            width: 24px;
	            height: 24px;
	            background: url(../img/minus.png);
	            position: absolute;
	            content: "";
	            top: 20%;
	            right: 1%;
	        }

	        .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc{
            	width: 100%;
            	float: left;
            	padding: 10px;
            	box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para{
            	width: 100%;
            	float: left;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
			    font-family: "Century Gothic_reg";
			    line-height: 30px;
			    font-size: 17px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
            	width: 100%;
            	float: left;
            	margin:10px 0px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq .faq{
            	font-family: "Century Gothic_bold";
			    text-transform: uppercase;
			    font-weight: bold;
			    color: #000;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points{
            	width: 100%;
            	float: left;
            	padding-left:20px; 
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
            	width: 100%;
            	float: left;
            	margin-bottom: 5px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
            	float: left;
            	padding: 5px;
            	width: 5%;
            	box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
            	float: left;
            	padding: 0px 5px;
            	width: 95%;
            	box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
            	font-family: "Century Gothic_reg";
			    line-height: 26px;
			    font-size: 15px;
			    text-align: justify;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p span{
            	color: #f7941d;
			    font-size: 16px;
			    font-weight: bold;
			    margin-left: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info{
            	width: 100%;
            	float: left;
            	padding: 10px;
            	box-sizing: border-box;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info{
            	width: 100%;
            	float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info p{
            	color: #f7941d;
            	font-family: "Century Gothic_reg";
			    line-height: 26px;
			    font-size: 15px;
			    text-align: justify;
            }

            /*
            Child Vaccination Css Starts
    */
        .child_i_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .child_i_con .child_i_center{
                width:1300px;
                margin:0 auto;
            }

            .child_i_con .child_i_center .child_i{
                width:100%;
                float: left;
                position: relative;
            }

            .child_i_con .child_i_center .child_i .imu_buttons{
            	width: 100%;
            	float: left;
            	margin: 40px 0px 20px 0px;
            }

           .child_i_con .child_i_center .child_i .imu_buttons .button_imu{
            	width: 100%;
            	float: left;
				display:flex;
				justify-content:center;
            }

            .child_i_con .child_i_center .child_i .imu_buttons .button_imu ul{
            	/* width: 503px;
            	margin:0 auto; */
            }

            .child_i_con .child_i_center .child_i .imu_buttons .button_imu ul li{
            	float: left;
            	margin-right: 10px;
            }

            .child_i_con .child_i_center .child_i .imu_buttons .button_imu ul li a{
            	padding:15px 30px;
            	color:rgb(112 32 129 / 100%);
            	
            	border:1px solid rgb(112 32 129 / 100%);
            	text-decoration: none;
            	border-radius: 5px;
            }

            .child_i_con .child_i_center .child_i .imu_buttons .button_imu ul li a:hover{
            	background: rgb(112 32 129 / 100%);
            	color: white;
            }

            .child_i_con .child_i_center .child_i .imu_buttons .button_imu ul li a i {
            	padding-right: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_head{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .child_i_con .child_i_center .child_i .child_i_head .head{
                width: 100%;
                float: left;
                
            }

             .child_i_con .child_i_center .child_i .child_i_head .head h1{
                text-align: center;
                font-family: "bebas_neueregular";
                font-size:70px;
                color:black;
                text-transform: uppercase;
                letter-spacing: 2px;
             }

            .child_i_con .child_i_center .child_i .child_i_head .head span{
                color:#4a5678;  
            }

            

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box; 
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside{
                width: 100%;
                float: left;
                padding:10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child{
                width: 100%;
                float: left;
                position: relative;
                z-index: 2;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images img{
                width: 50%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun{
                width: 100%;
                float: left;
                margin-top: -95px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head{
                width: 100%;
                float: left;
                background: #f7941c;
                border-radius: 10px 10px 0px 0px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head .heads{
                font-family: "Century Gothic_bold";
                font-size: 25px;
                margin-top: 90px;
                color:white;
                text-align: center;
                padding:10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para{
                width: 100%;
                float: left;
                background: #d2e0d9;
                padding:20px 40px;
                box-sizing: border-box;
                border-radius: 0px 0px 10px 10px;
                /*margin-bottom: 43px;*/

            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para p{
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
                margin-bottom: 15px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_image{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_image .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_heads{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_heads .heads{
                width: 100%;
                float: left;
                background: #6dc72a;
                text-align: center;
                color: white;
                padding: 10px 5px;
                box-sizing: border-box;
                 font-family: "Century Gothic_reg";
                 font-size: 18px;
                 font-weight: bold;
                 letter-spacing: 1px;
                 border-radius: 5px;
            }


            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types{
                width: 100%;
                float: left;
                padding: 10px 0px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li{
                float: left;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 10px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li a{
                padding: 5px 10px;
                display: block;
                color: white;
                font-family: "Century Gothic_reg";
                font-size: 16px;
                letter-spacing: 1px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(1){
                background: #b0329b;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(2){
                background: #ff7a33;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(3){
                background: #ff1319;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(4){
                background: #00bfff;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(5){
                background: #0028a1;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(6){
                background: #ff680d;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(7){
                background: #0e2c53;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(8){
                background: #e11a1f;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(9){
                background: #c73c2a;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(10){
                background: #88b9b6;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(11){
                background: #7a647e;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(12){
                background: #c5bf29;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(13){
                background: #577342;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(14){
                background: #5f607c;
            }


            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside{
                width: 55%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images img{
                width: 100%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq{
                width: 100%;
                float: left;
                padding: 10px 20px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ques{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ques p{
                color: #1a856d;
                font-family: "Century Gothic_bold";
                font-weight: bold;
                font-size: 17px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ans{
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ans p{
               color: #000;
               font-family: "Century Gothic_reg";
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note{
                width: 100%;
                float: left;
                padding: 10px 20px;
                box-sizing: border-box;
                background: #d2e0d9;
                border-radius: 5px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note span{
               color: #ff7a33;
               font-family: "Century Gothic_reg";
               font-size: 15px;

            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note p{
                font-family: "Century Gothic_reg";
                font-size: 14px;
                margin-bottom: 20px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .child_weeks_head{
                width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .child_weeks_head .heads{
                 text-align: center;
                 font-family: "Century Gothic_bold";
                 background: #d65252;
                 font-size: 22px;
                 padding: 10px 20px;
                 color: white;
                 width: 450px;
                 margin:0 auto;
                 border-radius: 5px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types .images img{
                width: 100%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_head{
                width: 100%;
                float: left;
                border-bottom: 2px solid #4277a3;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_head .head{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #f7941d;
                padding: 10px 5px; 
                font-size: 25px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
                /*min-height: 944px;*/
                /*max-height: 944px;*/
                overflow: auto;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar {
                width: 6px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
                border-radius: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head{
                width: 100%;
                float: left;
                position: relative;
                cursor: pointer;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head .head{
                padding: 10px 13px;
                margin-bottom: 5px;
                color: #333;
                font-weight: bold;
                font-size: 18px;
                border-bottom: 1px solid rgba(66,119,163,0.2);
                font-family: "Century Gothic_reg";
            }  

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head .head.vac_active{
                background: rgb(250 235 215 / 50%);   
            } 

                  

            .vac_plus:after{
                width: 24px;
                height: 24px;
                background: url(../images/plus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .vac_minus:after{
                width: 24px;
                height: 24px;
                background: url(../images/minus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_desc{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .desc_para{
                width: 100%;
                float: left;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
                width: 100%;
                float: left;
                margin:10px 0px;
                padding: 0px 20px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_faq .faq{
                font-family: "Century Gothic_reg";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
                font-size: 14px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points{
                width: 100%;
                float: left;
                padding-left:20px; 
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
                width: 100%;
                float: left;
                margin-bottom: 5px;
                margin-left: 15px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 5px;
                width: 3%;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 93%;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 34px;
                font-size: 15px;
                text-align: justify;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p span{
                color: #f7941d;
                font-size: 16px;
                font-weight: bold;
                margin-left: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info .info{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info .info p{
                color: #f7941d;
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
            }

            .vaccines_form_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .vaccines_form_con .vaccines_form_center{
                width:1300px;
                margin: 0px auto;
            }

            .vaccines_form_con .vaccines_form_center .vaccines_form{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image{
                width:100%;
                float: left;
                position: relative;
            }

            .vaccines_form .vaccines_adult .vaccines_image .spinner_new{
                position: absolute;
                top: calc(100% - 63%);
                left: calc(100% - 57%);
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con{
                width: 100%;
                position: absolute;
                z-index: 10;
                display: none;

            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center{
                width: 450px;
                margin:0 auto;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out{
                width:100%;
                float: left;
                background: white;
                border-radius: 10px;
                box-shadow: 3px 2px 7px #333;
                margin-top: 50%;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_head{
                width:100%;
                float: left;
                box-sizing: border-box;
                padding: 5px 10px;
                color: white;
                background: rgb(45 152 10);
                font-weight: bold;
                font-family: "Century Gothic_reg";
                border-radius: 10px 10px 0px 0px;
            }

             .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info{
                width:100%;
                float: left;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info p{
                box-sizing: border-box;
                padding: 12px 40px;
                color: #000;
                text-align: center;
                /* font-weight: bold; */
                font-family: "Century Gothic_reg";
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                width: 50%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 110%;
                max-width: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 50%;
                float: right;
                border-radius: 50px;
                position: relative;
                background: rgba(0,0,0,0.93);
            }

             .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                width: 100%;
                left:0%;
                position: absolute;

             }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v img{
                width: 100%;
                border-radius: 50px;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head .head{
                    text-align: center;
                    font-family: "Century Gothic_reg";
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 50px 0px 30px 0px;
                    color:white;
                    font-size: 25px;
                    letter-spacing: 1px;
              }


              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f .fields_box{
                    width: 60%;
                    margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds{
                    width: 100%;
                    float: left;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 90%;
                    width: 100%;
                    margin: 2px;
                    font-size: 13px;
                    z-index: 3;
                    font-family: "Century Gothic_reg";
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select{
                width: 100%;
                float: left;
                cursor: pointer;
                position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select i{
                    position: absolute;
                    right: 5px;
                    color: #d0cdcd;
                    font-size: 23px;
                    top: 12px;
                }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.5);
                background: none;
                outline:none;
                color:#fff;
                font-family: "Century Gothic_reg";
                cursor: pointer;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list {
                    width: 100%;
                    float: left;
                    background: rgba(0,0,0,0.7);
                    border-radius: 0px 0px 10px 10px;
                    position: absolute;
                    top:100%;
                    backdrop-filter: blur(3px);
                    display: none;
                    z-index: 4;
                    
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .search_input{
                   width: 100%;
                    float: left;
                    padding: 5px;
                    box-sizing: border-box;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .search_input input{
                    width: 85%;
                    border: none;
                    outline: none;
                    padding: 5px;
                    margin-left: 4%;
                    border-radius: 3px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul{
                    width: 100%;
                    float: left;
                    max-height: 390px;
                    overflow-y: auto;
                    margin-top: 10px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar {
                width: 6px;
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
                border-radius: 10px;
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
            }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close{
                position: absolute;
                right: 5px;
                top:5px;
                background:#e7443d;
                cursor: pointer;
                border-radius: 5px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close i{
                 color:#fff;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li{
                    width: 100%;
                    float: left;
                    padding:5px 10px;
                    box-sizing: border-box;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .tab_head{
                    font-family: "Century Gothic_reg";
                    width: 100%;
                    color: white;
                    font-size: 15px;
                    padding: 5px 0px;
              }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val{
                 float: left;
                 padding:2px 5px;
                 margin-left: 10px;
               }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 100%;
                    margin: 2px;
                    /* float: left; */
                    /* width: 100%; */
                    z-index: 3;
                    font-family: "Century Gothic_reg";
               }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name{
                float: left;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name span{
                color: white;
                padding:5px;
                font-family: "Century Gothic_reg";
                letter-spacing: 1px;
                font-size: 11px;
              }

              .vaccines_f .fields_box .box_feilds .feilds input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                font-family: "Century Gothic_reg";

              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .feilds_sub{
                 width: 196px;
                 margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]{
                background:#e7443d;
                border:none;
                padding:10px 30px;
                font-weight: bold;
                letter-spacing: 1px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]:hover{
                background:rgb(231 68 61 / 50%);                
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds select{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:1px solid rgba(255,255,255,0.24);
                background: none;
                outline:none;
                color:white;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                min-height: 100px;
              }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::placeholder {
                color: rgba(255,255,255,0.8);
            }

              

    /*
        Child Vaccination Css Ends
    */
           


             #kmhcampModal{
                    display: none;
                }
                .footer_con{
                    width:100%;
                    float: left;
                    background: #333;
                    border-top:5px solid #513f95;
                }

                .footer_con .footer_center{
                    width:1200px;
                    margin:0 auto;
                }

                .footer_con .footer_center .footer{
                    width:100%;
                    float: left;
                    margin-top: 20px;
                }

                .footer_con .footer_center .footer .quick_books{
                	position: fixed;
				    right: 0;
				    top: 30%;
				    display: none;
				    padding: 10px 12px;
				    background: #702082;
				    border-radius: 5px 0px 0px 5px;
				    cursor: pointer;
                }

                .footer_con .footer_center .footer .quick_books i{
                	color:white;
                	font-size: 24px;
                }

                 .footer_con .footer_center .footer .book_pop{
                 	display: none;
                 }

                .footer_con .footer_center .footer .quick_book{
                	width:650px;
                	height: 300px;
                	position: fixed;
                	background: rgb(243 243 242 / 80%);
    				backdrop-filter: blur(3px);
    				box-shadow: 1px 1px 7px rgb(51 51 51 / 20%);
    				border-radius: 5px 0px 5px 5px;
                }

                .footer_con .footer_center .footer .quick_book .closes{
                	position: absolute;
				    right: 0;
				    cursor: pointer;
				    top: -35px;
				    padding: 5px 10px;
				    background: rgb(112 32 130);
				    border-radius: 5px 5px 0px 0px;
                }

                .footer_con .footer_center .footer .quick_book .closes i{
                	color: white;
                }

                .footer_con .footer_center .footer .quick_book .images{
                	width: 48%;
                	float: left;
                	padding: 10px;
                	box-sizing: border-box;
                }

                .footer_con .footer_center .footer .quick_book .images img{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .quick_book .appoint{
                	width: 52%;
				    float: left;
				    padding: 10px;
				    box-sizing: border-box;
                }

                .footer_con .footer_center .footer .quick_book .appoint .appoint_divider{
                	width: 100%;
                	float: left;
                	padding-bottom:5px;
                	border-bottom: 1px solid rgba(81, 63, 149,0.2);
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_online{
                	width: 100%;
                	float: left;
                	background: #db3236;
                	border-radius: 5px;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_online .image{
                	width: 20%;
                	float: left;
                	padding: 7px 18px;
                	box-sizing: border-box;
                	border-right: 1px solid rgb(255 255 255 / 30%);
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_online .image img{
                	width: 26px;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_online .image_head{
                	width: 80%;
				    float: left;
				    padding: 13px;
				    box-sizing: border-box;
				    text-align: center;
				    font-family: 'Century Gothic_reg';
				    color: white;
				    font-weight: bold;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_home{
                	width: 100%;
                	float: left;
                	background: #3b5998;
                	border-radius: 5px;
                	margin-top: 5px;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_home .image{
                	width: 20%;
                	float: left;
                	padding: 10px 18px;
                	box-sizing: border-box;
                	border-right: 1px solid rgb(255 255 255 / 30%);
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_home .image img{
                	width: 26px;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_home .image_head{
                	width: 80%;
				    float: left;
				    padding: 13px;
				    box-sizing: border-box;
				    text-align: center;
				    font-family: 'Century Gothic_reg';
				    color: white;
				    font-weight: bold;
                }

                .footer_con .footer_center .footer .quick_book .appoint .appoint_head{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .quick_book .appoint .appoint_head .head{
                	text-align: center;
                	padding: 5px;
				    color: rgb(112 32 130);
				    font-family: 'Century Gothic_reg';
				    font-weight: bold;
                }

                .footer_con .footer_center .footer .quick_book .appoint .specialities{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .quick_book .appoint .specialities select{
                	width: 100%;
                	padding: 5px;
				    border-radius: 5px;
				    outline: none;
				    border: 1px solid rgba(51,51,51,0.2);
                }

                .footer_con .footer_center .footer .quick_book .appoint .doctor_s{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .quick_book .appoint .doctor_s select{
                	width: 100%;
                	padding: 5px;
				    border-radius: 5px;
				    outline: none;
				    margin-top: 5px;
				    border: 1px solid rgba(51,51,51,0.2);
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_s{
                	width: 100%;
                	float: left;
                	margin-top: 10px;

                }

                .footer_con .footer_center .footer .quick_book .appoint .book_s .buttons{
                	width: 60%;
				    background: rgb(112 32 130);
				    /* float: left; */
				    height: 25px;
				    padding: 5px;
				    margin: 0 auto;
				    cursor: pointer;
				    border-radius: 5px;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_s .buttons:hover{
                	background: rgb(112 32 130 / 60%);
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_s .buttons .icons_b{
                	width: 20%;
                	float: left;
                }

                .footer_con .footer_center .footer .quick_book .appoint .book_s .buttons .icons_b i{
                	color:white;
                }


                .footer_con .footer_center .footer .book_a .specialities{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .book_a .specialities select{
                	width: 100%;
					padding: 10px 5px;
					border-radius: 5px;
					outline: none;
					font-size: 12px;
					border: 1px solid #000;
                }

                .footer_con .footer_center .footer .book_a .doctor_s{
                	width: 100%;
                	float: left;
                }

                .footer_con .footer_center .footer .book_a .doctor_s select{
                	width: 100%;
					padding: 10px 5px;
					border-radius: 5px;
					outline: none;
					font-size: 12px;
					border: 1px solid #000;
					margin-top:10px;
                }

                .footer_con .footer_center .footer .book_a .book_s{
                	width: 100%;
                	float: left;
                	margin-top: 10px;

                }

                .footer_con .footer_center .footer .book_a .book_s .buttons{
                	width: 85%;
				    background: rgb(112 32 130);
				    /* float: left; */
				    height: 25px;
				    padding: 5px;
				    margin: 0 auto;
				    cursor: pointer;
				    border-radius: 5px;
                }

                .footer_con .footer_center .footer .book_a .book_s .buttons:hover{
                	background: rgb(112 32 130 / 60%);
                }

                .footer_con .footer_center .footer .book_a .book_s .buttons .icons_b{
                	width: 26%;
                	float: left;
                }

                .footer_con .footer_center .footer .book_a .book_s .buttons .icons_b i{
                	color:white;
					float: right;
					padding: 5px;
                }

                .footer_con .footer_center .footer .book_a .book_s .buttons .icon_text{
                	width: 74%;
				    float: left;
				    font-weight: bold;
				    font-size: 15px;
				    color: white;
                }

                .footer_con .footer_center .footer .site_address{
                    width:100%;
                    float: left;
                    border-bottom: 1px solid rgba(255,255,255,0.1);
                }

                .site_address .address_med{
                    width:30%;
                    float: left;
                }

                 .site_address .address_med .address_head{
                    width:100%;
                    float: left;
                    margin-bottom: 10px;                    
                }

                .site_address .address_med .address_head .head{
                    font-size: 17px;
                    font-weight: bold;
                    padding: 7px 0px;
                    float: left;
                    color:white;
                    border-bottom: 2px solid rgba(255,255,255,0.5);
                }

                .site_address .address_med .address{
                    width:100%;
                    float: left;
                    font-family: 'Century Gothic_reg';
                    color: #ccc;
                }

                .site_address .address_med .address .image{
                    float: left;
                    padding: 10px;
                    box-sizing: border-box;
                    width:6%;
                }

                 .site_address .address_med .address .image_det{
                    float: left;
                    width:93%;
                    padding: 10px 60px 10px 20px;
                    box-sizing: border-box;
                }

                .site_address .address_med .address .image_det p{
                    text-align: justify;
                    margin-bottom: 0;
                }

                .site_address .address_med .address_sub{
                    width:100%;
                    float: left;
                    font-family: 'Century Gothic_reg';
                    color: #ccc;
                }

                .site_address .address_med .address_sub .image{
                    float: left;
                    padding: 5px 10px;
                    box-sizing: border-box;
                    width:6%;
                }

                .site_address .address_med .address_sub .number{
                    float: left;
                    padding: 5px 20px;
                    box-sizing: border-box;
                    width:92%;
                }

                .site_address .address_med .address_sub .number a{
                    color:#ccc;
                    text-decoration: none;
                }

                 .site_address .quick_link{
                    width: 70%;
    				float: left;
                 }

                 .site_address .quick_link:nth-child(3),.site_address .quick_link:nth-child(4){
                 	 display: none;
                 }

                 .site_address .quick_link .quick_head{
                    width: 100%;
                    float: left;
                 }

                  .site_address .quick_link .quick_head .head{
                    font-size: 17px;
                    font-weight: bold;
                    padding: 7px 0px;
                    float: left;
                    color:white;
                    border-bottom: 2px solid rgba(255,255,255,0.5);
                 }

                 .site_address .quick_link .quick_list{
                    width: 100%;
                    float: left;
                    margin-top: 10px;
                 }

                 .site_address .quick_link .quick_list ul{
                    margin:0;
                    padding: 0;
                 }

                  .site_address .quick_link .quick_list ul li{
                    list-style-type: none;
				    line-height: 24px;
				    padding: 10px;
				    float: left;
				    font-size: 15px;	
				    width: 50%;
				    box-sizing: border-box;
                  }

                  .site_address .quick_link .quick_list ul li i{
                    padding: 0px 10px;
                    color:white;
                  }

                  .site_address .quick_link .quick_list ul li a{
                    color:white;
                    margin-left: 0px;
                    transition: all 200ms linear 0s;
                    text-decoration: none;
                  }

                  .site_address .quick_link .quick_list ul li a:hover{
                    margin-left: 10px;
                  }

                  .footer_con .footer_center .footer .copy_links{
                    width:100%;
                    float: left;
                    border-bottom: 1px solid rgba(255,255,255,0.1);
                }

                .footer_con .footer_center .footer .copy_links .links{
                    width:100%;
                    float: left;
                    padding: 15px 0px;
                }

                .footer_con .footer_center .footer .copy_links .links ul{
                    margin:0 auto;
                    width:600px;
                }

                .footer_con .footer_center .footer .copy_links .links ul li{
                    padding: 0px 10px;
                    float: left;
                    list-style-type: none;
                    font-family: 'Century Gothic_reg';
                    line-height: 10px;
                    border-right:1px solid #fff;
                }

                .footer_con .footer_center .footer .copy_links .links ul li:last-child{
                    border-right:none;
                }

                .footer_con .footer_center .footer .copy_links .links ul li a{
                    font-size: 11px;
                    text-transform: uppercase;
                    color: #ccc;
                }

                .footer_con .footer_center .footer .copy_links .copy_rights{
                    width:100%;
                    float: left;
                    padding: 5px 0px;
                }

                .footer_con .footer_center .footer .copy_links .copy_rights p{
                    text-align: center;
                    margin-bottom: 0;
                    color: #ccc;
                    font-family: 'Century Gothic_reg';
                    font-size: 13px;
                    text-transform: uppercase;
                }

            @media only screen and (max-width: 1300px){
            	.head_bar_con .head_bar_center{
            		width: 100%;
            	}

            	.header_con .header_center{
            		width: 100%;
            	}

            	.book_check_up_con .book_check_up_center{
            		width: 100%;
            	}

            	.facilities_con .facilities_center{
            		width: 100%;
            	}

            	.about_us_con .about_us_center{
            		width: 100%;
            	}

            	.neighborhood_con .neighborhood_center{
            		width: 100%;
            	}

            	.services_con .services_center{
            		width: 100%;
            	}

            	.phc_con .phc_center{
            		width: 100%;
            	}
            	
            	.adult_i_con .adult_i_center{
	            	width: 100%;
	            }

	            .child_i_con .child_i_center{
	               width: 100%;
	            }

            	.doctor_con .doctor_center{
            		width: 100%;
            	}

            	.reviews_con .reviews_center{
            		width: 100%;
            	}

            	.map_virtual_con .map_virtual_center{
            		width: 100%;
            	}

            	.footer_con .footer_center{
            		width: 100%;
            	}

            	.neighborhood .neigh_details .head{
					font-size: 20px;
				}

				.phc_con .phc_center .phc .phc_details .phc_package{
					padding: 10px;
    				box-sizing: border-box;
				}

				.services_con .services_center .services_s .services_image {
				    width: 45%;
				    float: left;
				}

				.services_con .services_center .services_s .services_list {
				    width: 55%;
				    float: left;
				}

				.services_s .services_list .list ul li .lists {
				    padding: 7px 0px;
				    font-size: 13px;
				}
            }

             @media only screen and (max-width: 1000px){
             	.doctor_con .doctor_center .doctor_s .doctor_list ul li{
             		width: 31%;
             	}

             	.reviews_con .reviews_center .reviews .google_rev #google-reviews .review-item{
             		width: 28%;
             	}
             	
             	.slider_con .slider_center .slider .kmh_dots{
				    position: absolute;
				    bottom: 10%;
				    width: 100%;
				  }

				  .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{
				  	width: 90%;
				  }

				  .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun {
					    margin-top: -73px;
					}
             }

            @media only screen and (max-width: 768px){
            	.header_con{
            		margin-top:71px;
            	}

            	.slider_con {
				    /*position: relative;*/
				    z-index: -1;
				    margin-top: 139px;
				}
				
				.slider_con .slider_center .slider .kmh_dots{
				    position: absolute;
				    bottom: 10%;
				    width: 100%;
				  }

				.head_bar_con .head_bar_center .head_bar .head_socials{
					width: 100%;
					border-bottom: 1px solid rgba(51,51,51,0.1);
					display: flex;
					justify-content: center;
				}

				.head_bar_con .head_bar_center .head_bar .head_socials ul{
					/* width: 260px;
					margin:0 auto; */
				}

				.head_bar_con .head_bar_center .head_bar .head_hds{
					width: 100%;
				}

				.head_bar_con .head_bar_center .head_bar .head_hds ul{
					float: none;
				    width: 412px;
				    margin: 0 auto;
				}

				.head_bar_con .head_bar_center .head_bar .head_hds ul li{
					//width: 50%;
				}

				.head_bar_con .head_bar_center .head_bar .head_hds ul li a{
					
					float: left;
					border-right:0;
					text-align: center;
				}



				.header_con .header_center .header .logo_nav .logo{
					width: 35%;
				}

				.header_con .header_center .header .logo_nav{
					position: relative;
				}

				.header_con .header_center .header .logo_nav .logo img{
	                width: 230px;
				    padding: 12px 15px;
				    display: block;
				    box-sizing: border-box;
	            }

				.header_con .header_center .header .logo_nav .nav_menu{
					width: 65%;
				}

            	.header_con .header_center .header .logo_nav .nav_menu .menu_bar{
            		display: block;
    				margin: 17px 20px;
            	}

            	.header_con .header_center .header .logo_nav .nav_menu ul{
            		position: absolute;
            		z-index: 999999;
            		background: red;
            		left:0;
            		top:100%;
            		display: none;
            		width: 100%;
            	}

            	.header_con .header_center .header .logo_nav .nav_menu ul li{
            		width: 100%;
            		box-sizing: border-box;
            	}

            	.header_con .header_center .header .logo_nav .nav_menu ul li a{
            		padding: 7px 27px;
            		width: 100%;
            		box-sizing: border-box;
            	}

            	.facilities_con .facilities_center .facilities .facility_list ul li {
				    float: left;
				    padding: 10px 33px;
				    width: 33%;
				    box-sizing: border-box;
				}

				.about_us_con .about_us_center .about_us .about_details .image_para img{
					width: 100%;
				    float: right;
				    box-sizing: border-box;
				    padding: 23px;
				}

				.about_us_con{
					margin: 0;
				}

				.about_us_con .about_us_center .about_us .about_details{
					margin: 0;
				}

				.neighborhood .neigh_details .head{
					font-size: 20px;
				}

				.neighborhood .image_neigh{
					width: 100%;
				}

				.neighborhood .neigh_details{
					width: 100%;
				}

				.services_con .services_center .services_s .services_image{
					width: 100%;
				}

				.services_con .services_center .services_s .services_list{
					width: 100%;
				}

				.services_con .services_center .services_s .services_image img{
					width: 60%;
				}

				.services_s .services_list .list {
				    padding: 15px;
				    box-sizing: border-box;
				}

				.services_s .services_list .list ul li .lists {
				    padding: 7px;
				    font-size: 15px;
				}

				.phc_con .phc_center .phc .phc_details .phc_image{
					width: 100%;
				}

				.phc_con .phc_center .phc .phc_details .phc_package{
					width: 100%;
					padding: 10px;
    				box-sizing: border-box;
				}


				.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .checkup_image img:nth-child(1){
					width: 50%;
				}

				.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .checkup_image img:nth-child(1){
					width: 25%;
				}

				.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .checkup_image img:nth-child(1){
					width: 25%;
				}
				
				.adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
					font-size: 25px;
				}

				.adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel{
					width: 100%;
				}

				.adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image img{
					width:70%;
				}

				.adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para p{
					text-indent: 0%;
				}

				.adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel{
					width: 100%;
				}

				.adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
					min-height: inherit;
				    max-height: inherit;
				    overflow: inherit;
				}

				.adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
					float: left;
				    padding: 5px;
				    width: 10%;
				    box-sizing: border-box;
				}

				.adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt {
				    float: left;
				    padding: 0px 5px;
				    width: 90%;
				    box-sizing: border-box;
				}

				.adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points {
				    width: 100%;
				    float: left;
				    padding-left: 0px;
				}
				
				.adult_i_con .adult_i_center .adult_i .adult_i_para .para{
				    width:90%;
				}
				
				.adult_i_con .adult_i_center .adult_i .adult_i_para .para p{
				    font-size:15px;
				}
				
			
				
				.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para {
				    padding:20px 20px;
				}

				.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun {
					    margin-top: -102px;
					}

					.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head{
						border-radius: 0px 10px 0px 0px;
					}

					.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images img{
						width: 100%;
					}



				.doctor_con .doctor_center .doctor_s .doctor_list ul li{
             		width: 48%;
             	}

             	.reviews_con .reviews_center .reviews .google_rev #google-reviews .review-item {
				    width: 44%;
				}

				.footer_con .footer_center .footer .site_address{
					padding: 10px;
    				box-sizing: border-box;
				}

				.site_address .address_med{
					width: 100%;
				}

				.site_address .address_med .address_head .head{
					width:81%;
				}

				.site_address .quick_link{
					width: 100%;
				}

            }

            @media only screen and (max-width: 600px){
				.booking_slot{
	                width: 92%;
	            }

	            .booking_fixed{
	                width: 92%;
	            }
            	.facilities_con .facilities_center .facilities .facility_list ul li {
				    float: left;
				    padding: 10px 33px;
				    width: 50%;
				    box-sizing: border-box;
				}

				.header_con .header_center .header .logo_nav .nav_menu .menu_bar{
            		display: block;
      				margin: 13px 20px;
            	}

            	.header_con .header_center .header .logo_nav .logo img{
            		padding:11px 15px;
            	}

            	.services_s .services_list .list ul li{
            		width: 96%;
            	}
            	
            	.phc_con .phc_center .phc .phc_head .head{
    			    font-size: 40px;
                }

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list {
				    width: 100%;
				    float: left;
				    max-height: 310px;
				    overflow: hidden;
				}



				.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .lists ul li{
					line-height: 16px;
					padding: 5px 5px 5px 5px;
					font-size: 13px;
				}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .lists ul li{
            		width: 44%;
            		line-height: 35px;
            		font-size: 13px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .lists ul li{
            		width: 44%;
            		line-height: 26px;
            		font-size: 13px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .lists ul li{
            		width: 44%;
            		font-size: 13px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .lists ul li{
            		width:44%;
            		line-height: 36px;
            		font-size: 13px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .lists ul li{
            		width:44%;
            		line-height: 35px;
            		font-size: 12.5px;
            	}
            	
            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul{
					width: 100%;
					float: left;
   					margin: 0 auto;
				}

				.adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li{
					width: 100%;
					margin-bottom: 10px;
				}

				.adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a{
					width: 80%;
					margin-left: 10%;
					text-align: center;
					float: left;
					box-sizing: border-box;
					padding: 15px 6px;
				}

				.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun {
					    margin-top: -79px;
					}


					.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images img{
						width: 100%;
					}

					.child_i_con .child_i_center .child_i  .imu_buttons .button_imu ul{
					width: 100%;
					float: left;
   					margin: 0 auto;
				}

				.child_i_con .child_i_center .child_i  .imu_buttons .button_imu ul li{
					width: 100%;
					margin-bottom: 10px;
				}

				.child_i_con .child_i_center .child_i  .imu_buttons .button_imu ul li a{
					width: 80%;
					margin-left: 10%;
					text-align: center;
					padding: 15px 6px;
					float: left;
					box-sizing: border-box;
				}

            	.doctor_con{
            		margin: 0;
            	}

            	.doctor_con .doctor_center .doctor_s .doctor_list {
				    width: 100%;
				    float: left;
				    padding: 1%;
				    box-sizing: border-box;
				}

            	.doctor_con .doctor_center .doctor_s .doctor_list ul li{
             		width: 100%;
             	}

             	.doctor_con .doctor_center .doctor_s .doctor_list ul li .doctor_image .image img{
             		width: 50%;
             		height: inherit;
             	}

             	.reviews_con .reviews_center .reviews .google_rev #google-reviews .review-item {
				    width: 93%;
				}

				.map_virtual_con .map_virtual_center .map_virtual .maps_view{
					width: 99%;
				}

				.map_virtual_con .map_virtual_center .map_virtual .virtual_view{
					width: 99%;
				}

				.phc_con .phc_center .phc .phc_details .phc_package{
					padding: 10px;
    				box-sizing: border-box;
				}

				.site_address .quick_link{
					width: 97%;
				}

				.footer_con .footer_center .footer .copy_links .links ul{
					margin: 0 auto;
    				width: 100%;
				}

				.footer_con .footer_center .footer .copy_links .links ul li a {
				    font-size: 11px;
				    text-transform: uppercase;
				    color: #ccc;
				    padding: 5px;
				    display: block;
				}

				.footer_con .footer_center .footer .quick_book{
					width: 338px;
					height: auto;
				}

				.footer_con .footer_center .footer .quick_book .images{
					width: 100%;
				}

				.footer_con .footer_center .footer .quick_book .images img{
					width: 66%;
					margin-left: 50px;
				}

				.footer_con .footer_center .footer .quick_book .appoint{
					width: 100%;
				}
				

				.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .checkup_image {
					display: none;
				}

                .adult_i_con .adult_i_center .adult_i .adult_i_desc {
                    width: 100%;
                    float: left;
                     margin: 0px 0px 0px 0px; 
                }   
            }

            @media only screen and (max-width: 500px){
            	.header_con{
            		margin-top:106px;
            	}

            	.slider_con {
				    /*position: relative;*/
				    z-index: -1;
				    margin-top: 174px;
				}

				.head_bar_con .head_bar_center .head_bar .head_hds ul {
				    float: none;
				   /*  width: 330px;
				    /* background: red; 
				    margin: 0 auto; */
				}

				.head_bar_con .head_bar_center .head_bar .head_hds ul li{
					width:50%;
					display: flex;
					justify-content: center;
				}
				
					.adult_i_con .adult_i_center .adult_i .adult_i_head .head h1{
				    font-size:40px;
				}
				.child_i_con .child_i_center .child_i .child_i_head .head h1{
				     font-size:40px;
				}
            }

             @media only screen and (max-width: 450px){

             	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .list_head{
             		padding: 10px 3px;
             	}
             	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li .list_head span {
				    color: #702082;
				    font-size: 15px;
				    padding-right: 10px;
				}

             	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li{
             		padding: 5px 0px;
             	}

             	.phc_con .phc_center .phc .phc_details .phc_package .health_list {
				    width: 100%;
				    float: left;
				    max-height: 350px;
				    overflow: hidden;
				}
             	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(1) .lists ul li{
					line-height: 16px;
					padding: 5px 5px 5px 5px;
					font-size: 13px;
					width: 70%;
				}

             	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(2) .lists ul li{
            		width: 44%;
				    line-height: 34px;
				    font-size: 10px;
				    padding: 0px 4px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(3) .lists ul li{
            		width: 45%;
				    line-height: 25px;
				    font-size: 10px;
				    padding: 0px 4px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(4) .lists ul li{
            		width: 42%;
            		font-size: 10px;
            		line-height: 32px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(5) .lists ul li{
            		width: 45%;
				    line-height: 36px;
				    font-size: 10px;
					padding: 0px 4px;
            	}

            	.phc_con .phc_center .phc .phc_details .phc_package .health_list > ul > li:nth-child(6) .lists ul li{
            		width:41%;
            		line-height: 35px;
            		font-size: 11px;
            	}
            	.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun {
				    margin-top: -53px;
				}

				.child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head .heads{
					margin-top:46px;
				}
             }