/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font-family: 'PingFang Medium';
	color: #000;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;  
}
.clear:after {
	clear: both;
}
.clear {
*zoom:1;
	clear: both;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}
input:focus, textarea:focus, button:focus {
	outline: 0;
	border: 0;
}
ul,ol{padding:0px;}
/* ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0} */
ul.menu, ul.sub-menu, ul.menu li, ul.sub-menu li, h1, h2, h3, h4 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
p:not(:last-child) {
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0px;
}
@font-face {
	font-family: 'PingFang Regular';
	src: url('../fonts/PingFang Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PingFang Medium';
	src: url('../fonts/PingFang Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PingFang Bold';
	src: url('../fonts/PingFang Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
strong {
	font-family: 'PingFang Bold', sans-serif;
}
a, button, img, input, span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pro-img {
	display: block;
	overflow: hidden;
	transition: all 0.3s;
}
.pro-img:hover img {
	transform: scale(1.2);
}

/*------------------------------------*\
	        HEADER
\*------------------------------------*/

@media screen and (max-width: 768px) {
ul.sidemenu {
	display: block;
}
}
.top-bar {
	background: #f4f4f4;
	font-family: Arial, 'MS JhengHei';
}
.header .social a i {
	line-height: 25px;
	font-size: 14px;
}
.header .social a {
	height: 25px;
	width: 25px;
	line-height: 25px;
}
span.vertical-bar {
	font-size: 0;
	border-left: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin: 0 15px;
}
.header .row {
	align-items: center;
}
.lang span {
	color: #407088;
}
.nav_area ul li {
	display: inline-block;
	padding: 0px 10px 0 0;
	/* font-family: 'PingFang Medium', sans-serif; */
	font-family: Arial, 'MS JhengHei';
}
.nav_area > ul > li {
	line-height: 100px;
	position: relative;
}
.nav_area ul li a {
	color: #2f549d;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-family: Arial, 'MS JhengHei';
}
ul.sub-menu {
	position: absolute;
	background: #f4f4f4;
	z-index: 555;
	text-align: left;
	left: 0px;
	border-top: solid 1px #324f95;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	font-weight: 400;
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
}
ul.sub-menu li {
	display: block;
}
nav.nav_area ul li i {
	font-size: 16px;
}
.footer {
	background: #34383d;
	padding: 50px 0 30px 0;
	color: #fff;
	font-family: Arial, 'MS JhengHei';
}
h3.widget-title {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
}
.phone p {
	margin: 0;
}
.phone a {
	color: white;
}
.copyright {
	font-size: 14px;
	padding-top: 35px;
}
.social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
.social a i {
	line-height: 35px;
	font-size: 22px;
}
.social a.facebook {
	background: #395398;
}
.social a.whatsapp {
	background: #33ba46;
}
.social a.weixin {
	background: #2dc100;
}
.social a.youtube {
	background: #d40c18;
}
.search-icon {
	display: inline-block;
}
.search-container {
	display: none;
	position: absolute;
	right: 0;
	background: #f4f4f4;
	padding: 15px;
	margin-top: 17px;
	z-index: 1;
}
.search-container form > * {
	background: transparent;
	border: 0;
}
.search-container form {
	margin: 0;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
}
.footer span.label {
	display: inline-block;
	width: 90px;
}
span.mail, span.phone, .search-icon i {
	color: #407088;
}
span.mail img, span.phone img {
	vertical-align: middle;
	padding-right: 3px;
}
/*------------------------------------*\
	        HOME
\*------------------------------------*/
.home-banner {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
	color: #fff;
}
.banner-content h2 {
	font-size: 60px;
	padding-bottom: 15px;
	font-family: 'PingFang Bold';
}
a.banner-btn {
	display: inline-block;
	background: #407088;
	color: #fff;
	padding: 5px 30px;
	border-radius: 20px;
	font-size: 18px;
	transition: all .3s;
}
a.banner-btn:hover {
	background: #000;
}
.home-banner img {
	width: 100%;
}
.space {
	padding: 50px 0;
}
.section-title {
	color: #5588a3;
	font-size: 30px;
	padding-bottom: 20px;
	/* font-family: 'PingFang Medium'; */
	font-family: Arial, 'MS JhengHei';
}
a.butn {
	font-size: 18px;
	font-weight: 700;
	display: table;
	margin: 0 auto;
	border: 2px solid #000;
	padding: 8px 25px;
	border-radius: 25px;
	transition: all .3s;
}
a.butn:hover {
	background: #000;
	color: #fff;
}
.specialist-section, .health-section {
	background: #f4f4f4;
}
h3.subtitle {
	color: #434343;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
	margin-bottom: 50px;
}
.item > * {
	display: table-cell;
	vertical-align: top;
}
.item .speci-icon {
	width: 85px;
}
.speci-text h3 {
	font-size: 20px;
	color: #18294e;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
	padding-bottom: 10px;
}
.item {
	margin-bottom: 50px;
}
.speci-text p {
	font-size: 14px;
	color: #434343;
	text-align: justify;
}
.promote-item {
	margin-bottom: 30px;
	padding: 5px;
	font-family: Arial, 'MS JhengHei';
}
.promote-item ul li,.promote-item ul {
padding:0px; margin:0px;list-style:none;
}
.promote-item ul li {
	padding:5px; line-height:3rem;
}
.col-half-offset h4 {
	background: #5588a3;
	color: #fff;
	padding: 10px 10px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
}
.col-half-offset a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
	background: #FFF;
	font-size: 20px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
}
.col-half-offset {
	margin-bottom: 35px;
}
.logo-slider .owl-nav {
	position: absolute;
	right: 0;
	top: -40px;
	margin: 0;
	font-size: 26px;
}
.logo-slider.owl-theme button.owl-next {
	color: #2f549d;
}
.logo-slider.owl-theme button.owl-prev {
	color: #8ccaf0;
}
.logo-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #2f549d;
}
.service-item {
	margin-bottom: 40px;
}
.service-item h3 {
	font-size: 20px;
	color: #18294e;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
	padding: 10px 0;
}
.service-item p {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	color: #656363;
	font-family: 'PingFang Bold';
	text-align: justify;
}
a.sky-btn {
	background: #5ca0d3;
	transition: all .3s;
	color: #fff;
	padding: 8px 25px;
	font-size: 20px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
	display: inline-block;
	border-radius: 12px;
}
a.sky-btn:hover {
	background: #000;
}
.btn-group {
	display: block;
}
.btn-group a {
	display: block;
	background: #5ca0d3;
	color: #fff;
	font-size: 20px;
	padding: 15px 20px;
	margin-bottom: 8px;
	border-radius: 26px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
}
a.dark-blue {
	background: #407196;
}
.btn-group a {
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.news-list h3 {
	background: #5ca0d3;
	color: #fff;
	padding: 10px 15px;
	font-size: 22px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	font-weight: bold;
}
.news-list {
	border: 2px solid #5ca0d3;
	border-radius: 25px;
	margin: 15px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.news-list a {
	display: block;
	padding: 9px 0px;
	border-bottom: 2px solid #5ca0d3;
	margin: 0 15px;
	font-size: 14px;
	/* font-family: 'PingFang Bold'; */
	font-family: Arial, 'MS JhengHei';
	line-height: 18px;
}
.news-list a:last-child {
	border-bottom: 0px;
}
.news-list a span {
	display: block;
	text-align: right;
	font-size: 12px;
}
.service-section .section-title {
	margin-bottom: 30px;
}
/*------------------------------------*\
	        bottom to top 
\*------------------------------------*/
#button {
	display: inline-block;
	background-color: #999999;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#button::after {
	content: "\f106";
	font-style: normal;
	font-size: 30px;
	line-height: 45px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #1791df;
}
#button:active {
	background-color: #1791df;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
.pagination {
	display: block;
	margin: 0px 0 30px 0;
}
.pagination .link {
	background: #797979;
	color: #fff;
}
.pagination a {
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 100%;
}
.pagination a.active {
	background: #0091ea;
	color: #fff;
}
.pagination a i {
	height: 30px;
	line-height: 30px;
}
label.toggle-sidemenu {
	display: block;
	background: #2f549d;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 30px;
}
label.toggle-sidemenu span {
	display: inline-block;
	width: 94%;
}
/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/

.sub-banner .container {
	position: relative;
}
/*.sub-banner img {    width: 100%;  height:350px; object-fit:cover;}*/


.banner-title {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 0;
	bottom: 15px;
}
span.breadcrumb {
	background: transparent;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 10px #000;
	font-family: 'PingFang Bold';
}
h1.page-title,
h2.page-title {
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 10px #000;
	font-weight: 700;
}
.listing {
	border-top: 2px solid #bfbfbf;
	padding: 10px 0;
}
.listing:last-child {
	border-bottom: 2px solid #bfbfbf;
}
.listing .date {
	color: #00a0e9;
	xfont-family: 'PingFang Bold';
}
.listing .title {
	font-size: 18px;
	xfont-family: 'PingFang Bold';
}
.listing .link a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid #000;
	text-align: center;
	line-height: 25px;
	border-radius: 100%;
	padding: 0 0 0 4px;
}
.listing .link a i {
	line-height: 22px;
	font-size: 20px;
}
h5.tick-title {
	font-size: 20px;
	font-family: 'PingFang Bold';
	padding-bottom: 5px;
	color: #004986;
}
h5.tick-title i {
	color: #1e92c7;
}
.subpage p a {
	color: #004986;
}
.subpage p {
	font-size: 14px;
}
.equip-list {
	background: #e5e5e5;
}
.eui-item {
	background: #fff;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.eui-item h4 {
	font-size: 20px;
	color: #002e73;
	font-family: 'PingFang Bold';
	padding: 20px 20px;
}
.eui-item a {
	margin: 0 20px;
}
.medi-row {
	margin-bottom: 30px;
}
.medi-row h3 {
	font-size: 22px;
	color: #004986;
	font-family: 'PingFang Bold';
	padding-bottom: 10px;
}
.medi-row h4 {
	color: #313131;
	font-size: 18px;
	padding-bottom: 10px;
}
.medi-row a.butn {
	margin: 0;
}
.medi-row p {
	font-weight: 100;
}
.tag-list .active, .tag-list a:hover {
	background: #1791df;
	color: #fff;
}
.tag-list a {
	display: inline-block;
	padding: 8px 20px;
	color: #1791df;
	font-family: 'PingFang Bold';
}
.tag-list {
	margin: 10px 0 40px 0;
}
.cat-list {
	border-bottom: 2px solid #a0a0a0;
	margin-bottom: 50px;
}
.cat-list a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	border-bottom: 4px solid transparent;
}
.cat-list a.active, .cat-list a:hover {
	background: #e4e4e4;
	border-bottom: 4px solid #31abdf;
}
.promo-item h3 {
	padding: 20px 0 30px 0;
	color: #004986;
	font-family: 'PingFang Bold';
	font-size: 20px;
}
.promo-item p {
	line-height: 20px;
	font-size: 14px;
}
.promo-item h6 {
	font-family: 'PingFang Bold';
	font-size: 14px;
	color: #535353;
	padding-bottom: 15px;
}
.promo-item {
	margin-bottom: 40px;
}
h3.type-title {
	background: #1791df;
	color: #fff;
	padding: 10px 15px;
	margin: 20px 0 30px 0;
	font-size: 20px;
	font-family: 'PingFang Bold';
}
.doctor-info h3 {
	font-size: 16px;
	color: #1791df;
	padding-bottom: 10px;
	font-family: 'PingFang Bold';
}
.doctor-info h4 {
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
	font-family: 'PingFang Bold';
}
.doc-item > * {
	display: table-cell;
	vertical-align: top;
}
.doc-item {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.doc-item .doc-pic {
	width: 250px;
}
ul.sidemenu {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
ul.sub-list {
	padding: 5px 15px;
}
ul.sub-list li:hover a {
	color: #004986;
}
ul.sidemenu li i {
	padding-right: 5px;
	color: #21536c;
}
.hemo-content table {
	width: 550px;
	margin-bottom: 20px;
}
.hemo-content table th {
	background: #5f7cb0;
	color: #fff;
	font-size: 22px;
	font-family: 'PingFang Bold';
}
.hemo-content table th, .hemo-content table td {
	padding: 8px 10px;
	border: 1px solid #000;
}
.hemo-content table tr:nth-child(2), .hemo-content table tr:nth-child(4) {
	background: #dcdcdc;
}
.hemo-content table tr td:first-child {
	width: 60%;
}
.hemo-content ul li {
	list-style: disc inside;
	font-size: 14px;
}
.hemo-content ul {
	padding: 10px 0 35px 0;
}
.hemo-content h4, .hemo-content h3 {
	font-size: 20px;
	color: #004986;
	padding-bottom: 10px;
}
.sidemenu2 ul.sidemenu > li > a {
	color: #5588a3;
	font-size: 26px;
}
.sidemenu2 ul.sidemenu {
	border: 0;
}
.sidemenu2 ul.sidemenu > li > ul > li {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sidemenu2 ul.sidemenu > li > ul > li:hover {
	background: #eee;
}
.sidemenu2 ul.sidemenu li {
	padding: 10px 0;
}
.appointment-form .label {
	margin-bottom: 20px;
	font-size: 22px;
}
.appointment-form .label > * {
	display: inline-block;
	vertical-align: top;
}
.appointment-form .label .col8 {
	width: 74%;
}
.appointment-form .label .col4 {
	width: 25%;
	position: relative;
	padding-left: 35px;
}
.appointment-form .label .col7 {
	width: 64%;
}
.appointment-form .label .col5 {
	width: 35%;
	position: relative;
	padding-left: 35px;
}
form.appointment-form {
	border: 2px solid #bfbfbf;
	padding: 40px 50px;
}
.label .col4 b {
	position: absolute;
	left: 0;
}
form.appointment-form input[type=text], form.appointment-form input[type=number] {
	padding: 6px 15px;
	max-width: 550px;
	width: 100%;
	border: 2px solid #959595;
}
form.appointment-form textarea {
	padding: 6px 15px;
	max-width: 550px;
	width: 100%;
	border: 2px solid #959595;
	height: 200px;
}
.label .col8.cnum > input {
	display: table-cell;
}
.label .col8.cnum > input:first-child {
	width: 100px;
}
.label .col8.cnum > input:last-child {
	width: calc(542px - 100px);
}
 input::placeholder {
opacity:.7;
}
.label .checkmark:after {
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2196F3;
}
.label input:checked ~ .checkmark:after {
	display: block;
}
.label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #bbb;
	border-radius: 50%;
}
.label input[type="radio"] {
	z-index: 9;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
}
span.custom-radio {
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	/* color: #bbb; */
	color: #777;
}
form.appointment-form input[type=text].date-own {
	width: 100px;
	font-size: 22px;
}
form.appointment-form select {
	width: 100px;
	font-size: 22px;
	padding: 4px 15px;
	border: 2px solid #959595;
}
span.date-group {
	padding-right: 15px;
}
/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/


/*ul.sub-menu li.menu-item-has-children i:before {
	content: "\f0da";
}*/
 @media(min-width:992px) {
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
.nav_area > ul > li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	display: block;
	top: 45px;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}
ul.menu {
/*display: block !important;*/
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
	width: 100%;
}
ul.sub-menu {
	min-width: 200px;
}
ul.sub-menu li span.arrow i {
	color: #00215b;
}
ul.sub-menu li {
	position: relative;
	font-size: 14px;
	padding: 5px 20px;
	border: solid 1px #336699;
}
ul.sub-menu li:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
ul.sub-menu li a {
	padding: 0;
}
.nav_area ul.sub-menu li.menu-item-has-children a {
	width: 90%;
}
.nav_area ul li.menu-item-has-children a {
	display: inline-block;
}
span.arrow {
	display: inline-block;
	padding-left: 3px;
}
label.toggle {
	display: none;
}
nav.nav_area {
	text-align: right;
}
nav.nav_area ul li i {
	font-size: 14px;
	color: #2f549d;
}
ul.sub-menu span.arrow {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 10px;
}
ul.sub-menu > li:hover .arrow {
	color: #000;
}
}
 @media(min-width:768px) {
label.toggle-sidemenu {
	display: none;
}
ul.sidemenu {
	display: block !important;
}
.appointment-form .label {
	display: flex;
}
}
 @media (min-width:576px) {
.col-half-offset {
	flex: 0 0 20%;
	max-width: 20%;
}
ul.menu .col-sm-8.text-right {
	display: none !important;
}
}
/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/
.wrapper {
	overflow-x: hidden;
}
 @media(max-width:1200px) {
.header .container {
	max-width: 100%;
}
}
 @media (max-width:1100px) {
.nav_area ul li {
	padding-right: 8px;
}
.nav_area ul li a {
	font-size: 12px;
}
.container {
	max-width: 100%;
}
.sub-banner img {
	height: auto;
}
.appointment-form .label {
	font-size: 16px;
}
}
 @media (max-width:991px) {
.content .container {
	max-width: 100%;
}
.header .top-header .row {
	flex-wrap: nowrap;
}
.logo-side {
	width: 80%;
}
ul.menu {
/*display: none;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: left;
	background: #0091ea;
	z-index: 9999;*/
}
.top-bar span.vertical-bar {
	margin: 1px 5px;
	border: 0;
	visibility: hidden;
}
.top-bar span {
	display: inline-block;
	font-size: 14px;
}
.menu-side {
	position: initial;
}
.lang span {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
}
span.arrow {
	position: absolute;
	right: 7px;
	color: #fff;
	top: 12px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: #00338d;
}
.sub-menu-full-wrapper .sub-menu-full-box ul li {
	padding: 0px;
}
.sub-menu-full-wrapper .sub-menu-full-box ul li a {
	padding: 7px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 32px;
	line-height: 19px;
}
.sub-menu.more-sub-menu li a {
	color: #ffffff !important;
	font-size: 14px !important;
}
.sub-menu-full-wrapper .sub-menu-full-box ul span.arrow {
	right: 0px;
	background: #49baff;
}
span.arrow i {
	margin-top: 6px;
}
ul.sub-menu {
	display: none;
	position: relative;
}
ul.sub-menu li {
	padding: 0 10px;
}
ul li .sub-menu li a {
	line-height: 20px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lang:before {
	margin-left: -15px;
	height: 30px;
}
.top-header {
	padding: 10px 0;
}
.header {
	position: relative;
}
.toggle {
	color: #0091ea;
	font-size: 22px;
	padding: 20px 0;
	display: block;
	text-align: right;
}
.desc p {
	word-break: break-word;
}
ul.listing li {
	background-size: cover;
}
.btn-group a {
	font-size: 14px;
	background-size: 20px;
}
.banner-title {
	padding: 0 15px;
}
.search-container {
	right: 15px;
}
}
 @media (max-width:767px) {
.sidemenu2 ul.sidemenu > li > a {
	color: #fff;
}
.top-bar .text-right {
	text-align: center !important;
	padding: 0;
}
.top-bar {
	padding: 5px 0;
}
.sidemenu {
	display: none;
}
.banner-title {
	display: block;
	padding: 0 15px;
	bottom: 0;
}
h1.page-title,
h2.page-title {
	font-size: 22px;
}
span.breadcrumb {
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 0;
}
form.appointment-form {
	padding: 15px;
}
.label .col4, .label .col5, .label .col7, .label .col8.cnum > input:last-child, .label .col8.cnum > input:first-child {
	width: 100% !important;
}
.label .col8, .label .col7 {
	width: 98% !important;
	padding-left: 35px;
}
.label {
	margin-bottom: 20px;
	font-size: 16px;
}
.label .col8.cnum > input:first-child {
	margin-bottom: 10px;
}
form.appointment-form .section-title {
	font-size: 20px;
}
form.appointment-form textarea {
	height: 150px;
}
.top-bar span.vertical-bar {
	display: none;
}
.top-bar span {
	margin: 0 3px;
}
h3.widget-title {
	padding-top: 30px;
}
.footer {
	padding: 30px 0;
}
/*.home-banner img {    width: 100%;    height: 450px;    object-fit: cover;  }*/
	
.banner-content {
	width: 100%;
	left: 0;
	padding: 0 15px;
}
.banner-content h2 {
	font-size: 30px;
}
.doc-item .doc-pic {
	width: 150px;
	padding-right: 25px;
}
.hemo-content table {
	width: 100%;
}
.row.listing .link {
	width: 25px;
	padding: 0;
}
.row.listing {
	flex-wrap: nowrap;
	width: 100%;
	margin: 0;
}
.listing .date {
	width: 150px;
	padding: 0;
}
.promo-item {
	text-align: center;
}
ul.sidemenu {
	background: #0091ea;
	border: 0;
	padding: 15px;
}
ul.sidemenu li a {
	color: #fff;
}
ul.sidemenu li i {
	color: #fff;
}
label.toggle-sidemenu {
	position: absolute;
	width: 100%;
	top: -50px;
	left: 0;
}
.appointment-form .label {
	font-size: 16px;
}
/*.sub-banner img {    height: auto;    object-fit: cover;  }*/
	
.service-section .col-sm-9, .service-section .col-sm-3 {
	flex: unset;
	max-width: 100%;
}
.btn-group {
	margin-top: 30px;
}
.service-section .col-sm-3 {
	max-width: 300px;
	margin: 0 auto;
}
.header .social a i {
	line-height: 20px;
	font-size: 12px;
}
.header .social a {
	height: 20px;
	width: 20px;
	line-height: 20px;
}
.top-bar span {
	margin: 0;
}
}
 @media (max-width:575px) {
.top-header .text-right {
	text-align: left !important;
}
.top-header .text-right span {
	padding: 0 5px;
	color: #fff;
}
.top-header .text-right span.social {
	margin-bottom: 5px;
	display: block;
}
.top-header .text-right .vertical-bar {
	display: none;
}
.top-header .search-icon {
	color: #fff;
}
.lang {
	text-align: center;
}
.col-sm-2.col-half-offset {
	width: 33.33%;
}
.col-sm-2.col-half-offset img {
	width: 100%;
}
.promote-item {
	max-width: 350px;
	margin: 0 auto 30px;
}
.eui-item {
	max-width: 300px;
	margin: 0 auto 30px;
}
span.mail, span.phone, .search-icon i {
	color: #ffffff;
}
/*.home-banner img{height:300px;}
	
	
	.sub-banner img {    height: 100px;    object-fit: cover;  }*/
	
    
}
 @media (max-width:575px) {
span.date-group {
	padding-right: 0px;
	display: block;
	margin-bottom: 10px;
}
.col-sm-2.col-half-offset {
	width: 50%;
}
.service-item {
	max-width: 300px;
	margin: 0 auto 40px;
}
.logo-slider.owl-carousel .owl-item img {
	width: auto;
}
.top-bar .text-right {
	display: none !important;
}
}
/**** New CSS 29-11-2023 *****/
.right-side-icon-fixed {
	position: fixed;
	right: 0px;
	top: 52%;
	z-index: 999;
}
.right-side-icon-fixed .right-side-icon {
	background: #449f28;
	margin-bottom: 6px;
	min-width: 85px;
	border-bottom-left-radius: 14px;
	border-top-left-radius: 14px;
}
.right-side-icon-fixed .right-side-icon a {
	display: flex;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 75px;
	align-items: center;
	flex-flow: column;
	justify-content: center;
}
.right-side-icon-fixed .right-side-icon a i {
	font-size: 28px;
}
.sub-menu-full-wrapper {
	float: left;
	width: 100%;
}
.sub-menu-full-wrapper .sub-menu-full-box {
	width: 33.3333%;
	float: left;
	border-right: solid 1px #dcdcdc;
}
.sub-menu-full-wrapper .sub-menu-full-box ul {
	padding: 0px;
}
.sub-menu-full-wrapper .sub-menu-full-box:last-child {
	border-right: none;
}
.sub-menu.more-sub-menu {
	position: relative !important;
	opacity: 1 !important;
	left: auto !important;
	border-top: none;
	padding-left: 16px !important;
	transform: none !important;
	margin-top: 8px;
}
.sub-menu.more-sub-menu li {
	padding: 4px 15px;
}
.sub-menu.more-sub-menu li a {
	color: #666666;
	font-size: 14px !important;
}
.sub-menu.more-sub-menu li a:before {
	content: ">";
	margin-right: 4px;
}
span.arrow.close-icon i {
	-webkit-transform: rotate(181deg);
}
.sub-menu-full-wrapper {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sub-menu-full-wrapper .sub-menu-full-box ul > li a {
	font-weight: bold;
	font-size: 14px;
}
.sub-menu-full-wrapper .sub-menu-full-box ul li .more-sub-menu li a {
	font-weight: normal;
}



/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
nav.nav_area ul li.menu-item-has-children ul.sub-menu span.arrow {
	top: 8px;
	right: 0px;
}
ul.sub-menu li:Hover {
	background: none !important;
}
ul.sub-menu li {
	padding-left: 0px;
	padding-right: 0px;
}
ul.sub-menu li a {
	padding-left: 0px;
	padding-right: 41px;
}
.sub-menu-full-wrapper .sub-menu-full-box {
	width: 100%;
	float: left;
	border-right: none;
	border-bottom: solid 1px #fff;
	margin-top: 11px;
	padding-bottom: 17px;
}
ul.sub-menu {
	background: none !important;
	border-top: none !important;
}
nav.nav_area ul li.menu-item-has-children {
	border-bottom: solid 1px #fff;
}
.sub-menu-full-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}
.sub-menu-full-wrapper .sub-menu-full-box ul > li a {
	font-weight: normal;
}
}

/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sub-menu-full-wrapper .sub-menu-full-box {
	width: 100%;
	float: left;
	border-right: none;
	border-bottom: solid 1px #fff;
	margin-top: 11px;
	padding-bottom: 17px;
}
ul.sub-menu {
	background: none !important;
	border-top: none !important;
}
nav.nav_area ul li.menu-item-has-children {
	border-bottom: solid 1px #fff;
}
.sub-menu-full-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}
.sub-menu-full-wrapper .sub-menu-full-box ul > li a {
	font-weight: normal;
}
}
 @media (max-width: 991px) {
ul.menu.open {
    left: 0;
    overflow-y: scroll;
    padding-bottom: 23px;
    width: 300px;
}
.d-lg-none.close-menu.d-block.text-right {
    text-align: left !important;
    padding-left: 12px;
    margin-bottom: 19px;
}

ul.menu {
	position: fixed;
	width: 80%;
	left: 0;
	text-align: left;
	background: #00215b;
	z-index: 2;
	padding: 15px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
ul.sub-menu li:Hover {
    background: none !important;
}
}
 @media (min-width: 992px) {
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}
ul.sub-menu li.menu-item-has-children .arrow {
    transform: rotate(-90deg);
}
}
ul.sub-menu li:hover {
	/* background: #e7e7e7; */
	background-color: #336699;
	color: white;
}
ul.sub-menu li:hover > span.arrow i,
ul.sub-menu li:hover > a{
	color: white;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table th,td{border:1px solid #ccc; text-align:center;}
.art-rel-hd{
    font-size: 20px;
    color: #21acba;
    font-weight: bold;
    line-height: 3.2;
}
.media-list.ul,.media-list li{ list-style:none; padding:0px;margin:0px;}