@import url("https://use.typekit.net/jsl7xqs.css");

@charset "UTF-8";

/*font-family: roboto, sans-serif;
font-family: 'Open Sans', sans-serif;
*/

*,
*:after,
*:before {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	transition: 0.3s ease;
}
a:hover {
	transition: 0.3s ease;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	color: #505050;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: roboto, sans-serif;
	font-weight: 700;
	color: #1c355d;
}
h1 {
	font-size: 54px;
}
h2 {
	font-size: 48px;
	line-height: 48px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p {
	line-height: 20px;
}
strong {
	font-weight: 600;
}
ul,
ol {
	margin-left: 3em;
}
/*Site orgins style overwrite*/
.panel-grid {
	margin: 0 !important;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
/*Site orgins style overwrite*/

/*Bootstrap style over write*/
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: none;
}
/*Toggler style starts here*/
.navbar-light .navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	display: inline-block;
	background-image: none !important;
	width: 26px;
	height: 4px;
	background: #fff;
	display: inline-block;
	position: relative;
	right: 0px;
}
.navbar-toggler-icon:before {
	content: '';
	width: 26px;
	height: 4px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: -8px;
}
.navbar-toggler-icon:after {
	content: '';
	width: 26px;
	height: 4px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 8px;
}
.navbar-light .navbar-toggler:focus {
	outline: 0;
}
.cass-dropdown .dropdown-toggle::after {
	display: none;
}
.cass-dropdown {
	width: 430px;
}
.cass-dropdown .dropdown-toggle {
	width: 100%;
	text-align: left;
	font-size: 24px;
	padding: 10px 20px 10px 30px;
	font-weight: 600;
	background: #1c355d;
	border: none;
}
.cass-dropdown .dropdown-toggle i {
	float: right;
	color: #61a745;
	margin: 7px 0 0;
}
.cass-dropdown .dropdown-toggle:hover,
.cass-dropdown .dropdown-toggle:focus {
	background: #1c355d;
	border: none;
	box-shadow: none !important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background: #1c355d;
	border: none;
}
.cass-dropdown .dropdown-menu {
	background: #fff;
	width: 100%;
	margin-top: 0;
}
.cass-dropdown a.dropdown-item {
	white-space: normal;
}
.last-box .dropdown-toggle {
	font-size: 14px;
	width: 115px;
	padding: 4px 10px;
}
.snip-box.last-box .cass-dropdown {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-top: -1px;
}
.last-box .dropdown-toggle i {
	margin: 5px 0 0;
}
.banner-bottom-sec .dropdown-menu {
	width: 200px;
	margin-top: 0;
}
.banner-bottom-sec a.dropdown-item {
	font-size: 14px;
	white-space: normal;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background: #007bff;
}
.dropdown-item:active {
	color: #fff;
	background: #0056b3;
}

/*Toggler style ends here*/

/*Bootstrap style over write*/

/*Header section style starts here*/
.header-section {
	background: #61a745;
}
.header-section .nav-link {
	color: #fff;
	font-style: normal;
	font-variant: normal;
}
.header-top .nav-link {
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-weight: 600;
}
.header-search {
	background: #9acc5c;
	border-radius: 6px;
	width: 200px;
	margin-left: 40px;
}
.header-search input.form-control {
	background: transparent;
	border: none;
	width: 155px;
	color: #fff;
}
.header-search input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
}
.header-search input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.header-search button {
	background: transparent;
}
.header-search button i {
	color: #fff;
}
.header-top {
	border-bottom: 2px solid #9acc5c;
	padding: 11px 0 12px;
}
.header-bottom .navbar-nav li {
	margin-left: 37px;
}
.header-bottom .navbar-nav > li a {
	font-family: roboto, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 41px 0 45px;
}
.header-bottom {
	padding-top: 0;
	padding-bottom: 0;
}
.header-bottom .navbar-brand {
	padding: 0;
}
.header-bottom .navbar-nav .dropdown-menu li {
	margin-left: 0;
}
.header-bottom .navbar-nav .dropdown-menu li a {
	color: #1c355d;
	border-radius: 0 !important;
	letter-spacing: 0;
	padding: 14px 10px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}
.header-bottom .navbar-nav .dropdown-menu li a:last-child {
	border-bottom: none;
	border-radius: 0 0 10px 10px;
}
.header-bottom .navbar-nav .dropdown-menu li a:hover {
	background: #61a745;
	color: #fff;
}
.header-bottom .navbar-nav .dropdown-menu li:first-child {
	margin: 0;
}
.header-bottom .dropdown-menu {
	padding: 0;
	text-align: center;
	position: absolute;
	top: 104px;
	background: rgba(255, 255, 255, 0.8);
	min-width: 200px;
	left: -58px;
	border-radius: 0 0 10px 10px;
	border-style: solid;
	box-shadow: 0px 1px 3px rgba(1, 1, 1, 0.35);
	border-width: 8px 0 0 0;
	border-color: #9acc5c;
}
.header-top .nav-item {
	margin-left: 20px;
}
.header-bottom .navbar-nav > li a:hover {
	color: #9acc5c;
}
.header-top .navbar-nav > li {
	margin-left: 24px;
}
.dropdown-menu li a {
	text-transform: capitalize !important;
}
/*Header section style ends here*/

/*Footer Style starts here*/
.footer-top {
	background: #9acc5c url(../images/footer-logo-bg.png) no-repeat 106% top;
	padding: 80px 0;
	background-size: 400px;
}
footer p {
	font-size: 24px;
	font-weight: 600;
	font-family: roboto, sans-serif;
	color: #fff;
}
footer p a {
	color: #fff;
}
footer p a:hover {
	color: #61a745;
}
footer .appointment {
	font-weight: 600;
	padding: 7px 20px;
	border-radius: 5px;
	margin: 30px 0;
	display: inline-block;
	border: 3px solid #61a745;
	color: #61a745;
	font-size: 24px;
	font-family: roboto, sans-serif;
}
footer .appointment:hover {
	background: #61a745;
	color: #fff;
}
footer .social-contact a {
	display: inline-block;
	margin-left: 20px;
}
footer .divider {
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom {
	background: #61a745;
}
.footer-left a {
	font-weight: 600;
	color: #fff;
	padding: 13px 20px 0 0px;
}
.footer-left a:hover,
.footer-right a:hover {
	color: #9acc5c;
}
.footer-right a {
	font-weight: 700;
	color: #fff;
	font-family: roboto, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.footer-right li {
	margin-left: 30px;
}
.footer-right li:first-child {
	margin-left: 0px;
}
.footer-right {
	border-left: 2px solid #9acc5c;
}
.footer-bottom {
	background: #61a745;
	padding: 18px 0;
}
/*Footer Style ends here*/

/*calender style starts here*/
.tribe-events-title-bar {
	margin: 50px 0 50px;
}
.tribe-events-button.tribe-no-param {
	background: #1c355d !important;
}
.tribe-events-button.tribe-no-param:hover {
	background: #61a745 !important;
}
.tribe-events-nav-next a,
.tribe-events-back a,
.tribe-events-nav-previous a {
	background: #1c355d;
	color: #fff;
	padding: 10px 14px !important;
	display: inline-block;
}
.tribe-events-nav-next a span,
.tribe-events-nav-previous a span {
	color: #61a745;
}
td.tribe-events-thismonth .tribe-events-category- a {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
td.tribe-events-has-events {
	background: #a4d16d;
}
#tribe-events-content .tribe-events-calendar td:hover {
	background: #1c355d;
}
#tribe-bar-form {
	background: transparent !important;
}
.tribe-events-single div#tribe-events-header {
	top: 0;
}
.tribe-events-single div#tribe-events-footer {
	margin-top: 30px;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
	margin-right: 0;
}
/*calender style ends here*/

/*Home Page style starts here*/
.Home-banner h2 {
	color: #fff;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.Home-banner {
	background-size: cover;
}
.Home-banner .banner-content h1 {
	margin-left: 25px;
}
.banner-bottom-sec {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1da8c2+0,1da8c2+50,96d3bc+50,96d3bc+100 */
	background: #1da8c2; /* Old browsers */
	background: -moz-linear-gradient(left, #1da8c2 0%, #1da8c2 50%, #96d3bc 50%, #96d3bc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1da8c2 0%, #1da8c2 50%, #96d3bc 50%, #96d3bc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1da8c2 0%, #1da8c2 50%, #96d3bc 50%, #96d3bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da8c2', endColorstr='#96d3bc',GradientType=1 ); /* IE6-9 */
}
.banner-bottom-sec .so-panel,
.banner-bottom-sec .snip-box {
	height: 100%;
}
.banner-bottom-sec .snip-box h3 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.banner-bottom-sec .snip-box p {
	margin: 20px 0;
	color: #fff;
}
.banner-bottom-sec .snip-box {
	padding: 25px;
	position: relative;
}
.banner-bottom-sec .snip-box.service-box {
	background: #9acc5c;
}
.blue-btn {
	background: #1c355d;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px 4px 20px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 600;
}
.blue-btn i {
	color: #61a745;
	display: inline-block;
	margin: 0 0 0 10px;
}
.blue-btn:hover {
	color: #61a745;
	background: #1c355d;
	border-color: #1c355d;
}
.about-sec {
	margin: 103px 0;
	position: relative;
	z-index: 99;
}
.about-sec h2 {
	color: #1c355d;
}
.about-sec .about-right-sec {
	float: right;
	width: 330px;
	padding: 45px 30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	margin-top: 20px;
}
.about-sec .about-right-link {
	margin: 12px 0 30px;
}
.about-sec .about-right-link a {
	font-weight: 600;
	color: #1da8c2;
}
.about-sec .about-right-link a:hover {
	color: #1c355d;
}
.about-sec .about-right-sec h5 {
	font-size: 18px;
	color: #5fa545;
}
.banner-bottom-sec .panel-grid-cell .panel-grid-cell {
	width: 33.3% !important;
}
.banner-bottom-sec .first.snip-box {
	padding-left: 0;
}
.cass-appointment_dd {
	float: left;
}
.cass-appointment_dd .dropdown-toggle:after {
	display: none;
}
/*.about-sec:after {content: '';background: #ffffff;width: 202px;position: absolute;left: 0;bottom: -107px;height: 30px;right: 0;margin: 0 auto;z-index: 999;border-radius: 30px;}*/
.selectby {
	color: #1c355d;
	font-weight: 600;
	padding-left: 15px;
	margin-bottom: 0px;
	position: relative;
	top: -4px;
}
/*Home Page style ends here*/

/*staying section style starts here*/
.staying-active-row {
	position: relative;
	background-position: 0 top !important;
}
.staying-active-row:before {
	position: absolute;
	top: -56px;
	background: #fff;
	width: 100%;
	height: 56px;
	content: '';
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
	z-index: 9;
}
.staying-active-row:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 190px;
	content: '';
	height: 50px;
	border-radius: 20px;
	background: #fff;
	top: -32px;
	margin: 0 auto;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14);
}
.staying-active-sec {
	padding-right: 49%;
	margin-top: 100px;
}
.staying-active-sec h2 {
	color: #9acc5c;
	padding-right: 10px;
}
.staying-active-sec a {
	margin-top: 41px;
}
.staying-active-sec {
	padding-right: 2%;
	margin-top: 100px;
}
.staying-active-sec .so-panel {
	padding: 0.1em 1em;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 1em #fff, 0 0 2em #fff;
	backdrop-filter: blur(0.5em);
	-webkit-backdrop-filter: blur(0.5em);
	-moz-backdrop-filter: blur(0.5em);
}
/*staying section style ends here*/

/*Excellence page style starts here*/
.excellence {
	background: #1c355d;
	padding: 30px 0;
	position: relative;
}
.excellence:after {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	width: 190px;
	content: '';
	height: 50px;
	border-radius: 20px;
	background: #1c355d;
	bottom: -16px;
	margin: 0 auto;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
}
.excellence h2 {
	color: #fff;
}
.client-sec:after {
	background: url(../images/client-bottom-sec.png);
	position: absolute;
	content: '';
	height: 47px;
	width: 100%;
	left: 0;
	bottom: 0px;
	z-index: 999;
	right: 0;
	background-position: center;
}
/*Excellence page style ends here*/

/*Client Section styles starts here*/
.client-sec {
	position: relative;
	padding: 55px 0 120px;
}
.client-sec .container {
	position: relative;
}
.client-sec:before {
	background: rgba(154, 204, 92, 0.85);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.client-sec h2 {
	color: #fff;
}
.client-sec p {
	color: #fff;
}
.client-logo-sec {
	text-align: right;
}
.client-logo-sec .odd-img,
.client-logo-sec .even-img {
	display: inline-block;
}
.client-logo-sec .even-img {
	margin-left: 100px;
}
.client-logo-sec .so-widget-sow-editor .textwidget > div:first-child {
	margin-bottom: 56px;
}
/*Client Section styles ends here*/

/*Latest News section style starts here*/
.latest-news-sec .container {
	max-width: 910px;
}
.latest-news-sec {
	padding: 70px 0;
	background: #f2f2f2;
}
.latest-news-sec h2 {
	position: relative;
	text-align: center;
	font-size: 48px;
	color: #1c355d;
	margin-bottom: 50px;
}
.latest-news-sec h2:before {
	content: '';
	position: absolute;
	width: 125px;
	height: 2px;
	background: #61a745;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
}
.latest-news-sec h3 {
	font-size: 24px;
	text-align: center;
}
.latest-news-sec h3 a {
	color: #1da8c2;
}
.latest-news-sec h3 a:hover {
	color: #1b91a7;
}
.latest-news-sec .thum-img {
	width: 100%;
	height: 229px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.latest-news-sec .thum-img img {
	width: 100%;
	height: auto;
}
.latest-news-sec .date {
	color: #96d3bc;
	float: left;
}
.latest-news-sec p {
	color: #505050;
}
.latest-news-sec .share {
	float: right;
}
.twitter-share-button {
	transition: none !important;
	width: 64px;
	height: 25px;
	background: url(../images/blog-twitter-btn.png) no-repeat right 4px;
	display: inline-block;
	background-size: 62px;
}
.twitter-share-button:hover {
	background-position: right -22px;
}
.date-and-share a {
	transition: none !important;
}
.latest-news-sec .share iframe {
	position: relative;
	left: 0;
}
/*Latest News section style ends here*/

/*Internal page style starts here*/
.internal-banner {
	min-height: 330px;
	background-size: cover;
	background-position: 0 20%;
	background-attachment: fixed;
}
.internal-banner h2 {
	color: #fff;
	text-shadow: 0 0 53px rgba(0, 0, 0, 0.6);
	margin-top: 139px;
}
.detail-page p a strong,
.detail-page p a {
	color: #61a745;
}
.detail-page p a:hover strong,
.detail-page p a:hover {
	color: #1c355d;
}
.detail-page p strong {
	color: #1c355d;
}
.detail-page .img-fluid {
	width: 100%;
	margin-top: 40px;
}
.detail-page {
	padding: 70px 0;
}
.detail-page h2 {
	margin-bottom: 30px;
}
.menu-right-side-menu-container li {
	list-style: none;
	margin-bottom: 30px;
}
.menu-right-side-menu-container li:last-child/*,
.menu-patients-menu-container li:last-child*/ {
	margin-bottom: 0;
}
.menu-right-side-menu-container li a/*,
.menu-patients-menu-container li a*/ {
	transition: all 0.3s linear;
	font-size: 18px;
	color: #1da8c2;
}
.menu-right-side-menu-container li a:hover,
/*.menu-patients-menu-container li a:hover,*/
.menu-right-side-menu-container li.item.active a {
	font-weight: 600;
}
.menu-right-side-menu-container/*,
.menu-patients-menu-container*/ {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	width: 290px;
	padding: 20px 20px 20px 40px;
}
.detail-right-content {
	padding-left: 50px;
}
.detail-page {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.14);
	margin: 0 0;
	position: relative;
}
.detail-page:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 190px;
	content: '';
	height: 50px;
	border-radius: 20px;
	background: #fff;
	bottom: -24px;
	margin: 0 auto;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
}
.detailpage .owl-nav button i {
	transition: all 0.3s linear;
	font-size: 100px;
	color: #d8d8d8;
}
.detailpage button.owl-prev {
	position: absolute;
	left: -90px;
	top: 20%;
}
.detailpage button.owl-next {
	position: absolute;
	right: -90px;
	top: 20%;
}
.detailpage .owl-nav button:hover i {
	color: #bebebe;
}
.detailpage button:focus {
	box-shadow: none;
	outline: none;
}
.detail-slide-cvr {
	background: #f7f7f7;
	padding: 110px 0 80px;
}
/*Internal page style ends here*/

/*detail page slider style starts here*/
.detailpage .slide-cvr {
	border-radius: 10px;
	width: 220px;
	margin: 0 auto;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.detailpage .slide-cvr .d-slide-cvr img {
	width: 100%;
	height: auto;
}
.detailpage .d-slide-cvr {
	position: relative;
	top: 0;
	left: 0;
}
.detailpage .descriptions {
	transition: all 0.3s linear;
	position: absolute;
	top: 214px;
	background: rgba(29, 168, 194, 0.8);
	padding: 33px 13px 13px;
	color: #fff;
	height: calc(100% + 2px);
}
.detailpage .slide-cvr:hover .descriptions {
	top: 0;
}
.slide-cvr a {
	position: absolute;
	bottom: 0;
	background: #1c355d;
	width: 100%;
	padding: 8px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.slide-cvr a i {
	transition: all 0.2s linear;
	color: #61a745;
}
.slide-cvr a:hover i {
	margin-left: 2px;
}
/*detail page slider style ends here*/

/*About Page style starts her*/
.about-form .conatiner {
	width: 1024px;
}
.about-form .form-control {
	float: left;
	width: 400px;
	border-color: #e1e1e1;
	font-size: 14px;
	font-weight: 600;
}
.about-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c7c7c7;
}
.about-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #c7c7c7;
}
.about-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #c7c7c7;
}
.about-form :-moz-placeholder {
	/* Firefox 18- */
	color: #c7c7c7;
}
.about-form button {
	background: #1c355d;
	position: relative;
	float: right;
	font-size: 28px;
	line-height: 18px;
	color: #61a745;
	width: 45px;
	height: 40px;
}
.about-form label {
	font-weight: 600;
	color: #1c355d;
	padding-left: 20px;
}
.about-form button:hover {
	color: #1c355d;
	background: #61a745;
	border-color: #61a745;
}
.about-form button:focus {
	box-shadow: none !important;
}
.about-form .form-row {
	margin-bottom: 70px;
}
.staff-cvr {
	display: flex;
	width: 100%;
	justify-content: stretch;
	align-items: stretch;
	flex-direction: row;
	margin-bottom: 50px;
}
.staff-cvr figure {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	max-width: 205px;
}
.staff-cvr figure:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 5px;
	width: 100%;
	background: #1da8c2;
}
.staff-cvr .staff-detail {
	border-radius: 7px;
	width: 260px;
	margin-left: 20px;
	border: 2px solid #c7c7c7;
	padding: 26px 20px;
}
.staff-cvr .staff-detail h3 {
	font-size: 22px;
	color: #5fa545;
	min-height: 54px;
}
.staff-cvr .staff-detail h3 a {
	color: #5fa545;
}
.staff-cvr .staff-detail h3 a:hover, .staff-cvr .staff-detail h3 a:focus {
	text-decoration: underline;
}
.staff-cvr .staff-detail h3 a:active {
	text-decoration: underline;
	color: #1c355d;	
}
.staff-cvr .department,
.staff-cvr .contact {
	font-weight: 600;
	color: #1da8c2;
}
.staff-cvr .address p {
	margin: auto;
}
.staff-cvr .address {
	margin: 17px 0;
}
.staff-cvr a.blue-btn {
	width: 100%;
	margin: 17px 0 0;
	text-align: center;
}
.about-form .form-row > div:first-child {
	padding-right: 30px;
}
.about-form .form-row > div:last-child {
	padding-left: 30px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #1c355d;
	background: #61a745;
}
.about-page {
	padding: 50px 0 20px;
}
.staff-cvr img {
	height:100%;
	width: auto;
	max-width: 205px;
}
/*About Page style ends her*/

/*News PAge style starts here*/
.news-events .container {
	margin-top: 60px;
	margin-bottom: 100px;
}
.news-events .new-image {
	margin-bottom: 20px;
}
.half-width-news .new-image img {
	width: 100%;
	height: auto;
}
.news-single-content {
	margin-bottom: 30px;
}
.news-single-content .new-date {
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
}
.calender-cvr {
	width: 320px;
	border: 2px solid #000;
	display: inline-block;
	margin: 0 10px;
	border-radius: 10px;
}
.calender-cvr .cal-left {
	float: left;
	width: 30%;
	text-align: center;
	padding-top: 18%;
}
.calender-cvr .cal-rht {
	float: right;
	width: 70%;
	border-left: 2px solid #000;
	padding: 15px 20px;
}
.cal-rht a {
	color: #1da8c2;
}
.cal-rht a:hover {
	color: #1b91a7;
}
.calender-cvr .cal-rht h4 {
	font-size: 18px;
}
.cal-left div {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.half-width-news .new-image {
	height: 260px;
	overflow: hidden;
	text-align: center;
}
.news-events .owl-next {
	position: absolute;
	right: -50px;
	top: 30%;
}
.news-events .owl-prev {
	position: absolute;
	left: -50px;
	top: 30%;
}
.news-events .owl-nav i {
	font-size: 50px;
}
.news-events .owl-nav button:focus {
	outline: none !important;
}
.event-carousel {
	background: #f2f2f2;
	padding-top: 30px;
}
.calendar_btn {
	margin: 0 auto;
}
.event-carousel h2 {
	margin: 0 auto 45px;
}
.news-events .new-image {
	margin-bottom: inherit;
	overflow: hidden;
	border-radius: 10px;
}
.full-width-news .new-image img {
	width: 100%;
}
#tribe-events-content-wrapper {
	margin-bottom: 50px;
}
#tribe-events-pg-template,
.tribe-events-pg-template {
	margin: 40px auto 60px;
	max-width: 1024px;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
	padding-left: 0;
	padding-right: 0;
	width: 20%;
}
.tribe-events-meta-group.tribe-events-meta-group-organizer {
	padding-left: 0;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
	padding-left: 0;
}
.tribe-events-venue-map {
	float: right;
	width: 65%;
	border: 1px solid #d8d8d8;
}
.tribe-events-cal-links a {
	float: right;
	width: auto;
	clear: unset;
	margin-left: 10px;
}
.tribe-events-cal-links {
	float: right;
	width: auto;
}
#tribe-events-header {
	float: right;
	position: absolute;
	top: -35px;
	right: 0;
}
.new-content h3 a {
	color: #1da8c2;
}
.new-content h3 a:hover {
	color: #1b91a7;
}
.half-width-news .new-image {
	height: 238px;
}
/*News PAge style ends here*/

/*ALert style starts here*/
h3.no-staff {
	margin: 0 auto;
}
/*ALert style ends here*/

/*Loader style starts here*/
#loader {
	text-align: center;
}
/*Loader style ends here*/

/*Staff Detail page style starts here*/
.staff-single-content {
	padding: 50px 0;
}
/*Staff Detail page style ends here*/

/*Service page style starts here*/
.service-snip {
	width: 100%;
	height: 226px;
	overflow: hidden;
	margin: 0 0 30px;
	position: relative;
}
.service-snip:hover .service-cont {
	bottom: 0;
}
.service-cont {
	transition: all 0.3s linear;
	position: absolute;
	z-index: 9;
	bottom: -5.5em;
	background: #61a745;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.service-cont .serv-heading .news-title {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	width: 100%;
}
.service-cont .news-content {
	display: block;
	height: 5em;
	font-size: 14px;
	color: #fff;
}
.service-cont a {
	color: #fff;
}
.service-snip img {
	width: 100%;
}
.accordion div {
	border: none;
}
.card-header.collapsed {
	padding: 0 0 0 35px;
}
.card-header {
	padding: 0 0 0 35px;
}
.service-top-sec {
	text-align: left;
	padding: 44px 0 50px;
}
.card-body {
	padding: 0 40px;
}
.service-top-sec a.blue-btn {
	background: #1c355d !important;
	color: #fff;
	font-size: 14px !important;
	padding: 8px 23px 8px 20px !important;
	display: inline-block !important;
	border-radius: 5px !important;
	font-weight: 600 !important;
}
.service-top-sec a.blue-btn:hover {
	color: #5fa545 !important;
}
.accordion h3 {
	margin-top: 20px;
}
.card-header a {
	transition: all 0.3s linear;
	display: inline-block;
	position: relative;
}
.card-header a:before {
	content: '';
	width: 10px;
	height: 2px;
	background: #000;
	position: absolute;
	left: -20px;
	top: 11px;
}
.card-header .card-title i {
	display: none;
}
.card-header.collapsed a:after {
	transition: all 0.3s linear;
	transform: rotate(0deg);
	content: '';
	height: 10px;
	width: 2px;
	background: #000;
	position: absolute;
	left: -16px;
	top: 7px;
}
.card-header a:after {
	transition: all 0.3s linear;
	transform: rotate(90deg);
}
.card-header {
	background: transparent;
	cursor: pointer;
}
.tribe-bar-submit {
	padding-right: 0;
}

/*FAQ SEARCH STYLING*/
#ewd-ufaq-jquery-ajax-search label {display: none;}
#ewd-ufaq-jquery-ajax-search .search-field{ margin-left: 0px!important; margin-right: 0px!important;}
input#ewd-ufaq-text-search{border: 1px solid #505050;}
input#ewd-ufaq-ajax-search-submit{
    font-family:'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding: 6px 10px 5px 10px;
    margin-left: -4px;
	border: 0px;
	border-radius: 0;
	background: #21355a;
	color: #94d15a;
}


/*SETTING LAYOUT OF FAQS */
.ewd-ufaq-faqs{columns: 2;}
div.ewd-ufaq-faq-category{break-inside: avoid;}
div#ewd-ufaq-faq-list{margin-bottom: 1em;}

/*STYLING ACCORDIONS*/
div.ewd-ufaq-faq-title h4 {font-weight: 400;}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{padding: 8px 5px 5px 5px !important;}
.ewd-ufaq-permalink{margin: 0!important;}

/*HOVER*/
.ewd-ufaq-faq-div:hover .ewd-ufaq-post-margin-symbol{background-color: #1c355d !important;}
.ewd-ufaq-faq-div:hover .ewd-ufaq-faq-title-text h4{color: #1c355d!important;}

/*ACTIVE*/
.ewd-ufaq-faq-title:active{background-color: #1c355d !important;}
.ewd-ufaq-faq-div:active .ewd-ufaq-faq-title-text h4{color: #ffffff!important; background-color: # 1c355d!important;}

/*OPEN*/
.ewd-ufaq-post-active .ewd-ufaq-faq-title{background-color: #1c355d !important;}

.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol{background-color: #1c355d !important;}

.ewd-ufaq-post-active .ewd-ufaq-faq-title-text h4, .ewd-ufaq-post-active:hover .ewd-ufaq-faq-title-text h4 {color: #ffffff!important; 
}
.ewd-ufaq-post-active{background-color: #f5f5f5; margin-bottom: 1em!important;}

/*Service page style ends here*/

/*Calender page style starts here*/
.tribe-events-nav-next a {
}
.accordion {
	margin: 0 0 30px;
}
.post-single-details {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
}
.post-img {
	float: left;
	width: 30%;
}
.post-details {
	display: inline-block;
	width: 65%;
	float: right;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type='submit'],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a {
	background-color: #1c355d;
}
/*Calender page style ends here*/

/*Gallery section style starts here*/
.gallery {
	margin: 80px 0 50px !important;
}
.attachment-thumbnail {
	border: 1px solid #dedede !important;
}
.gallery-caption {
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	margin-top: 12px;
	line-height: normal;
}
.mfp-title {
	text-transform: capitalize;
}
/*Gallery section style ends here*/

/*Search page style Starts here*/
.search-page {
	margin: 60px 0;
}
.container.inner h2 {
	font-size: 30px;
	margin-bottom: 0;
}
.search-title {
	margin-bottom: 40px;
}
.search-page .page.type-page hr {
	margin-top: 1.5rem;
}
/*Search page style Ends here*/

/*pagination style starts here*/
.pagination,
#algolia-pagination {
	width: 70%;
	margin: 0 auto 40px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.page-numbers,
#algolia-pagination {
	font-size: 20px;
	color: #000;
	padding: 10px;
}
/*pagination style ends here*/

/*404 style starts here*/
.page-not-found-content {
	text-align: right;
	display: inline-block;
	width: 100%;
	background: url(../images/staying-active-bg-img.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 18% 0;
}
.page-not-found-content a {
	color: #61a745;
}
.page-not-found-content a:hover {
	color: #1c355d;
}
.page-not-found-content p {
	display: block;
	float: right;
	clear: right;
	margin: 14px 0 0;
}
.page-not-found-content .header-search {
	background: #9acc5c;
	border-radius: 6px;
	margin-left: 40px;
	text-align: right;
	float: right;
	display: block;
	width: 355px;
}
.page-not-found-content .header-search input.form-control {
	width: 85%;
}
/*404 style starts here*/

/*Contact page style starts here*/
.contact-page {
	margin: 30px 0;
}
.contact-map {
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.contact-page {
	margin: 90px 0 50px;
}
.contact-page textarea {
	height: 145px;
	resize: none;
}
.contact-page .btn-success {
	background: transparent;
	color: #61a745;
	font-weight: 600;
	border: 2px solid #61a745;
	padding: 9px 29px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.contact-page .btn-success:hover {
	background: #61a745;
	color: #fff;
}
.contact-page label {
	font-weight: 600;
}
.form-control:focus {
	border-color: #61a745;
}
/*Contact page style ends here*/

/*Newborn born babyes*/
.baby-popup-box .container {
	max-width: 600px;
}
.baby-popup-box .container .row {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
}
.baby-popup-box .baby_sex {
	font-weight: 600;
	margin: 0 0 20px;
	display: inline-block;
	color: #61a745;
}
.baby-popup-box .baby_physician {
	font-weight: 600;
	color: #1c355d;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}
.baby-popup-box p {
	margin: 0 0 4px;
}
.baby-outer .row {
	margin-bottom: 15px;
}
.baby-outer .row.headline h3 {
	padding: 10px;
	font-size: 20px;
	background: #f2f2f2;
}
.baby-outer .baby_img {
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
}
.baby-outer .baby_name a {
	color: #61a745;
	font-weight: 600;
}
.baby-detail-popup .mfp-close-btn-in .mfp-close {
	color: #333;
	right: 24%;
	top: 6px;
}
.baby-detail-popup img {
	width: auto;
	height: auto;
}
.baby-detail-popup button.mfp-close {
	right: 24%;
	top: 10px;
}
.baby-outer {
	margin: 60px 0 0;
}
.page-numbers.current,
#algolia-pagination li.ais-Pagination-item--selected a {
	color: #61a745;
}
#baby-detail-info {
	margin: 50px 0;
}
#baby-detail-info img {
	border-radius: 10px;
}
/*Newborn born babyes*/

/* Tables */
table {
	margin: 1em 0;
	border: 0;
	border-collapse: collapse;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
table th,
table td {
	margin: 0;
	padding: 0.2em;
}
table th p,
table th hr,
table td p,
table td hr {
	margin: 0.2em 0;
}
table thead th {
	text-align: left;
	font-weight: bold;
	cursor: default;
}
table tbody th {
	padding-left: 1em;
	text-align: left;
	font-weight: bold;
	cursor: default;
}
table tbody tr:nth-child(even) th,
table tbody tr:nth-child(even) td {
	background: #f1f1f1;
}

table:not(.static) tbody tr:hover th,
table:not(.static) tbody tr:hover td {
	background: lightYellow !important;
}

table.blank thead th,
table.blank thead td,
table.blank thead tr:nth-child(even) th,
table.blank thead tr:nth-child(even) td,
table.blank tbody th,
table.blank tbody td,
table.blank tbody tr:nth-child(even) th,
table.blank tbody tr:nth-child(even) td,
table.blank tfoot th,
table.blank tfoot td,
table.blank tfoot tr:nth-child(even) th,
table.blank tfoot tr:nth-child(even) td {
	background: none;
}
table.blank thead tr:hover th,
table.blank thead tr:hover td,
table.blank tbody tr:hover th,
table.blank tbody tr:hover td,
table.blank tfoot tr:hover th,
table.blank tfoot tr:hover td {
	background: inherit !important;
}

body .dataTables_wrapper {
	margin: 1em 0;
}
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_paginate {
	font-size: 0.7em;
	cursor: default;
}
body .dataTables_wrapper table.dataTable thead th,
body .dataTables_wrapper table.dataTable tfoot th {
	padding: 0.2em;
}
body .dataTables_wrapper table.dataTable tfoot {
	display: table-header-group;
}
body .dataTables_wrapper table.dataTable tfoot th,
body .dataTables_wrapper table.dataTable tfoot td {
	border-top: 0;
}
body .dataTables_wrapper table.dataTable tfoot select {
	max-width: 7em;
}
body .dataTables_wrapper table.dataTable thead th,
body .dataTables_wrapper table.dataTable thead td {
	border-bottom: 1px solid #f1f1f1;
}
body .dataTables_wrapper table.dataTable thead td,
body .dataTables_wrapper table.dataTable tbody th,
body .dataTables_wrapper table.dataTable tbody td,
body .dataTables_wrapper table.dataTable tfoot td {
	padding: 0.2em 0.4em;
}
body .dataTables_wrapper table.dataTable thead .sorting,
body .dataTables_wrapper table.dataTable thead .sorting_asc,
body .dataTables_wrapper table.dataTable thead .sorting_desc {
	position: relative;
	background: none;
	padding-right: 1.1em;
}
body .dataTables_wrapper table.dataTable thead .sorting:after,
body .dataTables_wrapper table.dataTable thead .sorting_asc:after,
body .dataTables_wrapper table.dataTable thead .sorting_desc:after {
	display: block;
	position: absolute;
	right: 0.2em;
	top: 50%;
	height: 1em;
	line-height: 1em;
	margin: -0.5em 0 0;
	font-family: 'FontAwesome';
}
body .dataTables_wrapper table.dataTable thead .sorting:after {
	content: '\f0dc';
	color: #f1f1f1;
}
body .dataTables_wrapper table.dataTable thead .sorting_asc:after {
	content: '\f0de';
	color: #000;
}
body .dataTables_wrapper table.dataTable thead .sorting_desc:after {
	content: '\f0dd';
	color: #000;
}
body .dataTables_wrapper table.dataTable tbody td > ul > li:before {
	display: none;
}
body .dataTables_wrapper .standalone-filter,
body .dataTables_wrapper .standalone-filter + .chosen-container {
	float: right;
}
body .dataTables_wrapper table.dataTable,
body .dataTables_wrapper table.dataTable.no-footer {
	border-bottom: 1px solid #f1f1f1;
}

body .dataTables_wrapper.no-search .dataTables_filter {
	display: none !important;
}
body .dataTables_wrapper.no-filter tfoot {
	display: none !important;
}
body .dataTables_wrapper.no-paging .dataTables_info {
	display: none !important;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 0.8em;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	line-height: 1.5em;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: #000;
	background: #0087bf;
	border-radius: 50%;
	box-shadow: none;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:hover:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:hover:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:focus:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:focus:before {
	color: #000;
	background: #0087bf;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:active:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:active:before {
	color: #000;
	background: #003062;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: '\f068';
	color: #0087bf;
	background: #414143;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:hover:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:hover:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:focus:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:focus:before {
	color: #0087bf;
	background: #414143;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:active:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:active:before {
	color: #0087bf;
	background: #000;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	padding-left: 1.65em;
}
body table.dataTable .parent th,
body table.dataTable .parent td {
	background: #0087bf !important;
}
body table.dataTable .child {
	border-bottom: 1px solid #0087bf;
	background: #0087bf !important;
}
body table.dataTable .child ul,
body table.dataTable .child ol {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

.ais-Hits-item h2{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px!important;
}
.ais-Hits-item h2 mark{
        padding: 0 4px;
    background-color: #fcf8e3;    
}

/*Responsive style starts here*/
@media (min-width: 1200px) {
	.Home-banner {
		min-height: 496px;
	}
	.container {
		max-width: 1024px;
	}
	.Home-banner .banner-content {
		margin-top: 256px;
		width: 390px;
	}
	.staying-active-row {
		min-height: 730px;
	}
	.about-page {
		padding: 70px 0 20px;
	}
	.staff-single-content {
		padding: 60px 0;
	}
}

@media (min-width: 1400px) {
	.Home-banner {
		min-height: 675px;
	}
	.Home-banner .banner-content {
		margin-top: 420px;
		width: 390px;
	}
	.staying-active-row {
		min-height: 1000px;
	}
	.about-page {
		padding: 70px 0 20px;
	}
	.staff-single-content {
		padding: 100px 0;
	}
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	.footer-left a {
		padding: 0.5rem 0.5rem;
	}
	.footer-right li {
		margin-left: 20px;
	}
	.excellence h2 {
		text-align: center;
	}
	.Home-banner {
		min-height: 416.67px;
	}
	.Home-banner .banner-content {
		margin-top: 125px;
		width: 390px;
	}
	.footer-right {
		border-left: none;
	}
	.detailpage button.owl-prev {
		position: absolute;
		left: -10px;
		top: 20%;
	}
	.detailpage button.owl-next {
		position: absolute;
		right: -10px;
		top: 20%;
	}
	.detailpage .owl-nav button i {
		font-size: 70px;
	}
	.detailpage button.owl-prev,
	.detailpage button.owl-next {
		top: 30%;
	}
	.about-form .form-control {
		width: 365px;
	}
	.staff-cvr .staff-detail {
		padding: 26px 14px;
	}
	.calender-cvr {
		width: 300px;
	}
	.news-events .owl-prev {
		left: -17px;
	}
	.news-events .owl-next {
		right: -25px;
	}
	#tribe-events-pg-template,
	.tribe-events-pg-template {
		margin: 50px auto;
		max-width: 924px;
	}
	.selectby {
		top: 131px;
		position: absolute;
	}
	.about-form .conatiner {
		width: 930px;
	}
	.staff-cvr figure {
		height: auto;
	}
	.baby-detail-popup button.mfp-close {
		right: 11%;
		top: 10px;
	}
	.baby_img .img-fluid {
		max-width: 100%;
		height: 100%;
		width: 100%;
	}
	.baby-outer .baby_img {
		height: 150px;
		overflow: hidden;
		border-radius: 10px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.about-form .conatiner {
		width: 100%;
	}
	.staff-cvr figure {
		width: 40%;
	}
	.Home-banner {
		min-height: 342.86px;
	}
	.banner-bottom-sec .panel-grid-cell .panel-grid-cell {
		width: 100% !important;
	}
	.banner-bottom-sec {
		background: transparent;
	}
	.banner-bottom-sec .panel-grid-cell {
		padding: 0;
		margin: 0 !important;
	}
	.banner-bottom-sec .first.snip-box {
		padding: 25px;
		background: #1da8c2;
	}
	.banner-bottom-sec .snip-box.last-box {
		background: #96d3bc;
	}
	.banner-bottom-sec .container {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100%;
	}
	.about-sec .about-right-sec {
		float: left;
		width: 100%;
	}
	.about-sec {
		margin: 60px 0;
	}
	.staying-active-sec {
		padding-right: 0;
		margin: 70px 0 50px; /*background: rgba(255,255,255,0.86);*/
		padding: 20px 50px;
		border-radius: 10px; /*box-shadow: 0 0 6px rgba(0,0,0, 0.3)*/
	}
	.client-logo-sec {
		text-align: center;
	}
	.staying-active-row {
		position: relative;
		background-position: 0 top !important;
		background-size: 450% !important;
	}
	.header-search {
		margin-left: 0;
		width: auto;
		text-align: center;
	}
	.header-search input.form-control {
		width: 84%;
	}
	.header-top .navbar-nav > li {
		margin-left: 0;
	}
	.header-top .navbar-nav .current-menu-item > ul,
	.header-top .navbar-nav .current-menu-parent > ul,
	.header-top .navbar-nav .current-menu-ancestor > ul {
		display: block;
	}
	.header-top .navbar-nav .dropdown .dropdown-menu {
		display: none;
	}
	.header-top .navbar-nav .sub-menu-toggle {
		position: absolute;
		right: -1em;
		top: 0;
		width: 4.8em;
		height: 2.8em;
		background: rgba(255, 255, 255, 0.1);
	}
	.header-top .navbar-nav .sub-menu-toggle:hover,
	.header-top .navbar-nav .sub-menu-toggle:focus {
		background: rgba(255, 255, 255, 0.3);
	}
	.header-top .navbar-nav .sub-menu-toggle:active {
		background: rgba(0, 0, 0, 0.1);
	}
	.nav.footer-left {
		align-items: center;
		justify-content: center;
	}
	footer p {
		line-height: 30px;
	}
	.latest-news-sec .thum-img {
		width: 100%;
		height: calc(100% + -303px);
	}
	.dropdown-menu {
		background: #599740;
		padding-left: 16px;
	}
	.footer-top {
		background-image: none;
	}
	.detailpage .slide-cvr {
		width: 270px;
		margin: 0 auto;
		height: 287px;
		position: relative;
		overflow: hidden;
	}
	.detailpage .descriptions {
		top: 251px;
	}
	.internal-banner {
		background-size: cover;
		background-repeat: no-repeat !important;
		min-height: 240px;
		background-position: 0 0;
	}
	.internal-banner h2 {
		margin-top: 90px;
	}
	.menu-right-side-menu-container/*,
	.menu-patients-menu-container*/ {
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		width: 100%;
		padding: 20px 20px 20px 40px;
		margin: 0 0 40px;
	}
	.detail-right-content {
		padding-left: 0;
	}
	div#help-dropdown {
		float: none;
	}
	.cass-appointment_dd .dropdown-menu {
		background: #fff;
		width: 100%;
	}
	.cass-appointment_dd .btn {
		width: 100%;
	}
	.cass-appointment_dd {
		width: 180px;
	}
	.staff-cvr .staff-detail {
		width: 56%;
	}
	.about-form .form-row > div:last-child {
		padding-left: 5px;
	}
	.about-form .form-row > div:first-child {
		padding-right: 5px;
		margin-bottom: 20px;
	}
	.about-form label {
		display: block;
	}
	.about-form .form-control {
		width: 84%;
	}
	/*Menu style starts here*/
	.mobile-nav .menu-item {
		border-bottom: 1px solid #9acc5c;
	}
	.mobile-nav .dropdown {
		position: relative;
	}
	.mobile-nav .dropdown:before {
		border-width: 8px 6px 0px 6px;
		border-color: #fff transparent #fff;
		border-style: solid;
		content: '';
		position: absolute;
		right: 11px;
		top: 17px;
	}
	.mobile-nav .navbar-nav {
		margin: 25px 0 0;
	}
	.mobile-nav .menu-item .menu-item:last-child {
		border: none;
	}
	.navbar-nav .dropdown-menu {
		padding-right: 16px;
	}
	.staff-detail h2 {
		font-size: 34px;
		line-height: 34px;
	}
	.header-bottom {
		padding-top: 33px;
		padding-bottom: 33px;
	}
	.client-logo-sec .even-img {
		margin-left: 20px;
	}
	.latest-news-sec {
		padding: 30px 0 60px;
		background: #f2f2f2;
	}
	.calender-cvr {
		width: 310px;
		margin: 0 auto;
		display: block;
		height: 180px;
	}
	.blog-news-title iframe {
		margin: 0 auto;
		display: block;
	}
	.blog-news-title h2 {
		text-align: center;
	}
	.service-snip {
		height: 150px;
	}
	.service-cont {
		bottom: -68px;
		padding: 5px 10px;
		text-align: center;
	}
	.tribe-events-sub-nav li a {
		float: right;
		background: #1c355d;
		color: #fff;
		display: block;
		padding: 10px 20px;
		width: auto;
	}
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
		width: auto;
	}
	.tribe-events-venue-map {
		float: right;
		width: 100%;
		border: 1px solid #d8d8d8;
	}
	nav.tribe-events-nav-pagination {
		margin: 30px 0 0;
	}
	.tribe-events-cal-links a {
		float: none;
		width: auto;
		clear: unset;
		margin-left: 0;
	}
	.tribe-events-cal-links {
		float: right;
		width: 100%;
		margin-bottom: 20px;
	}
	.navbar-toggler {
		padding-right: 0;
	}
	.selectby {
		top: 0;
		position: relative;
	}
	.baby-detail-popup button.mfp-close {
		right: 1%;
		top: 10px;
	}
	.baby-outer .baby_img {
		height: 100px;
		overflow: hidden;
		border-radius: 10px;
	}
	/*Menu style ends here*/
}
@media(max-width:991px){
	.menu-foundation-container{
		width:100%!important;
		padding:15px!important;
	}
}
@media (max-width: 767px) {
	.detailpage button.owl-prev {
		left: -40px;
	}
	.detailpage button.owl-right {
		right: -40px;
	}
	.event-carousel .owl-item {
		text-align: center;
	}
	.calender-cvr {
		display: inline-block;
	}
	.calender-cvr .cal-rht {
		text-align: left;
	}
	.service-cont .serv-heading .news-title {
		font-size: 16px;
	}
	.service-cont .news-content {
		font-size: 13px;
	}
	.service-snip {
		height: auto;
	}
	.service-cont {
		bottom: 0px;
		width: 100%;
		padding: 13px;
	}
	.ewd-ufaq-faqs{columns: 1;}
	.post-details {
		display: inline-block;
		width: 61%;
		float: right;
	}
	.page-not-found-content {
		text-align: center;
		background-size: 640%;
		padding: 18% 0;
	}
	#gallery-1 .gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 100% !important;
	}
	.staff-cvr figure {
		width: 60%;
	}
	.page-not-found-content .header-search {
		background: #9acc5c;
		border-radius: 6px;
		margin-left: 0;
		display: block;
		width: 100%;
	}
	.page-not-found-content p {
		display: block;
		float: none;
		margin: 14px 0 0;
		clear: unset;
	}
	.baby-outer .row.headline h3 {
		display: none;
	}
	.baby-outer .row {
		margin-bottom: 35px;
		text-align: center;
	}
	.baby-outer .baby_img {
		margin-bottom: 10px;
		height: auto;
		width: 300px;
		margin: 0 auto 30px;
	}
    .ais-Hits-item h2{
        font-size: 26px;
        line-height: 32px;
    }
    .menu-foundation-container{
    	width:100%!important;
    }
}

@media (max-width: 575px) {
	.page-numbers,
	#algolia-pagination {
		font-size: 15px;
		color: #000;
		padding: 10px;
	}
	.pagination,
	#algolia-pagination {
		width: 90%;
	}
	.page-numbers,
	#algolia-pagination {
		font-size: 15px;
		padding: 10px 6px;
	}
	.navbar-toggler {
		padding-right: 16px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
	}
	.header-search,
	.header-top .nav-item {
		margin-left: 0;
	}
	.mobile-nav {
		padding: 0 16px;
	}
	.Home-banner {
		min-height: 270px;
	}
	h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.Home-banner .banner-content {
		margin-top: 70px;
		width: 100%;
	}
	.header-bottom {
		padding-top: 14px;
		padding-bottom: 17px;
	}
	.staying-active-row {
		background-size: 900% !important;
	}
	.footer-right li {
		margin: 0;
	}
	.footer-top {
		padding: 50px 0;
	}
	.latest-news-sec .thum-img {
		height: auto;
	}
	.nav.footer-left {
		border-bottom: 2px solid #9acc5c;
	}
	.footer-bottom .nav.footer-left,
	.footer-bottom .footer-right {
		display: block !important;
		text-align: center;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.detailpage button.owl-prev {
		left: 10px;
	}
	.detailpage button.owl-next {
		right: 10px;
	}
	.detailpage .owl-nav button i {
		font-size: 50px;
	}
	.detail-page {
		padding: 20px 0;
	}
	.client-logo-sec .odd-img,
	.client-logo-sec .even-img {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 0 20px !important;
	}
	.staff-cvr {
		display: block;
	}
	.staff-cvr figure {
		width: 100%;
		min-width: 100%;
	}
	.staff-cvr figure img {
		width: 100%;
		min-width: 100%;
	}
	.staff-cvr .staff-detail {
		width: 100%;
		margin: 0;
	}
	.about-form .form-control {
		width: 89%;
	}
	.staff-single-content img {
		display: block;
		margin: 0 auto;
	}
	.staff-detail {
		margin: 20px 0 0;
	}
	.cass-dropdown {
		width: 100%;
	}
	.about-sec .about-right-sec {
		padding: 45px 20px;
	}
	.blue-btn {
		font-size: 13px;
	}
	.staying-active-sec {
		margin: 41px 0 20px;
		padding: 20px 23px;
	}
	.news-events .owl-prev {
		left: 7%;
	}
	.news-events .owl-next {
		right: 7%;
	}
	.post-img {
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.post-details {
		display: inline-block;
		width: 100%;
		float: right;
	}
	.page-not-found-content .header-search input.form-control {
		width: 87%;
		float: left;
	}
	.page-not-found-content .header-search button {
		background: transparent;
		float: right;
		width: 12%;
	}
	.baby-detail-popup .mfp-arrow {
		top: 266px;
	}
	.mfp-close-btn-in .mfp-close {
		color: #333;
		font-size: 30px;
		background: #fff;
		opacity: 1;
		top: -33px;
	}
	.baby-popup-box .container img {
		width: 85%;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.baby-detail-popup button.mfp-close {
		right: 1%;
		top: 10px;
		width: 30px;
	}
}

@media (max-width: 480px) {
	.about-form .form-control {
		width: 79%;
	}
	.news-events .owl-nav i {
		font-size: 30px;
	}
	.news-events .owl-prev {
		left: 2%;
	}
	.news-events .owl-next {
		right: 2%;
	}
	.news-events .owl-prev,
	.news-events .owl-next {
		top: 37%;
	}
	.contact-map {
		height: 300px;
		overflow: hidden;
	}
	.internal-banner {
		height: 200px;
	}
}

@media (max-width: 330px) {
	.detailpage button.owl-prev {
		left: 0;
	}
	.detailpage button.owl-next {
		right: 0;
	}
	.detailpage button.owl-prev,
	.detailpage button.owl-next {
		top: 37%;
	}
	.blog-news-title iframe {
		margin: 0 auto;
		display: block;
		width: 100%;
		box-shadow: 0 0 23px rgba(0, 0, 0, 0.5);
	}
	.calender-cvr {
		width: 83%;
		margin: 0 15px;
	}
}

/*Responsive style ends here*/

/*16-02-23*/
.widget_nav_menu{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	width: 290px;
	padding: 20px 20px 20px 40px;
	margin-bottom:40px;
}
.widget_nav_menu ul li{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:18px;
	list-style-type:none;
	margin-bottom:1rem;
}
.widget_nav_menu ul li.current-menu-item{
	font-weight:bold;
}
.widget_nav_menu ul li:hover > a{
	font-weight:600;
}
.widget_nav_menu ul li a{
	padding: 0;
	color: #1da8c2;
}
.widget_nav_menu ul > li > ul{
	margin-left:1.5rem!important;
} 
@media(max-width:991px){
	.widget_nav_menu{
		width:100%;
		padding:15px!important;
	}
	.widget_nav_menu ul{
		margin-left: 0px!important;	
	}
}
@media(max-width:767px){
	.widget_nav_menu{
		width:100%;
	}
}