/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
*,
html,
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
a {
	text-decoration: none;
}
ul,
li {
	text-decoration: none;
	list-style: none;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
h4 {
	color: #00529a;
	font-size: 2.25em;
	margin-bottom: 0.8em;
}
p {
	color: #2e3340;
	line-height: 24px;
	margin-bottom: 15px;
}

/*header*/
.top-menu {
	background-color: #59c1a6;
	height: 42px;
	width: 100%;
}
.top-menu ul {
	float: right;
}
.top-menu li {
	padding-left: 30px;
	float: left;
}
.top-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 42px;
	font-size: 1.1em;
	font-weight: 500;
}
.top-menu li a:hover {
	color: #134c3d;
}
.mid-menu {
	height: 90px;
	background-color: #eef3f6;
	border-top: 1px solid #fff;
	width: 100%;
}
.mid-menu .container {
	display: flex;
	height: 100%;
}
.logo-section {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	flex: 1;
}
.phone-section {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.phone-section a {
	color: #00539c;
	font-size: 2.5em;
	font-weight: 600;
}
.phone-section a:hover {
	color: #58c1a6;
}
.main-menu {
	border-top: 1px solid #e1eae9;
	border-bottom: 1px solid #e1eae9;
	background-color: #fff;
	height: 51px;
}
.search-section {
	float: right;
}
.search-section a i {
	line-height: 50px;
	color: #68aee1;
	font-size: 1.5em;
}
.phone-section-res {
	display: none;
}
.foot-address a i {
	font-size: 1.2em;
	margin: 7px 0;
}

.breadcrumbs {
	line-height: 50px;
	color: #6aaedf;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.breadcrumbs-container {
	border-bottom: 2px solid #eff3f4;
	margin-bottom: 30px;
}
.breadcrumbs span a {
	color: #6aaedf;
	font-weight: 400;
	font-size: 1.1em;
}
.breadcrumbs .breadcrumb_last {
	color: #6aaedf;
	font-weight: 400;
	font-size: 1.1em;
	font-style: italic;
}
.doctors-content-section h4 {
	color: #57c2a8;
}
.doctors-content-section .ow-button-hover {
	outline: none;
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 19px 15% !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.429em !important;
	font-weight: 500;
	border-bottom: 5px solid #053f71 !important;
}
.doctors-content-section .ow-button-hover:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}
.above-footer-section {
	height: 200px;
	background-color: #6aaedf;
	color: #fff;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	text-align: center;
	font-size: 1.9em;
}
.above-footer-section .custom-html-widget ul li {
	float: left;
	padding: 0 20px;
}
.above-footer-section .custom-html-widget ul li a {
	color: #fff;
}
.above-footer-section .custom-html-widget ul li a:hover {
	color: #00529a;
}
.above-footer-section .textwidget p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 200;
	font-size: 1.4em;
}
.above-footer-section .textwidget p a {
	font-weight: 500;
	color: #fff;
	font-size: 0.8em;
}
.above-footer-section .textwidget p a:hover {
	color: #00529a;
}

.desktop-search-form .search-container {
	max-width: 767px;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	left: 50%;
	right: 0;
	margin: 0 auto;
}
.desktop-search-form {
	background: rgba(0, 83, 156, 0.86);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.desktop-search-form a.icon-close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	z-index: 9;
	font-size: 1.8em;
}
.desktop-search-form .search-container input#search {
	width: 100%;
	border: 0;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	color: #fff;
	border-bottom: 2px solid #ffffff;
	font-size: 2em;
	padding: 10px 0;
	border-radius: 0 !important;
}
.desktop-search-form .search-container form {
	position: relative;
}
.desktop-search-form .search-container form .btn:after {
	content: '\f002';
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
}
.desktop-search-form .search-container form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	border-width: 0;
	font-size: 0;
}
.desktop-search-form .search-container form .btn:after {
	content: '\f002';
}
.desktop-search-form .search-container input#search:focus,
.desktop-search-form .search-container form .btn:focus {
	outline: none;
}
.desktop-search-form .search-container input#search::-webkit-input-placeholder {
	color: #fff;
}
.desktop-search-form .search-container input#search::-moz-placeholder {
	color: #fff;
}
.desktop-search-form .search-container input#search:-ms-input-placeholder {
	color: #fff;
}
.desktop-search-form .search-container input#search:-moz-placeholder {
	color: #fff;
}

/*Footer*/
#main-footer:before {
	content: '';
	clear: both;
	display: table;
}
.footer-blue {
	background-color: #00539c;
	padding-top: 49px;
	width: 100%;
	padding-bottom: 40px;
}
.foot-logo {
	flex: 3;
}
.footer-blue .container {
	display: flex;
}
.foot-address {
	padding-right: 45px;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	display: block;
	flex: 1;
}
.foot-address p {
	color: #fff;
	font-weight: 700;
	line-height: 22px;
	font-size: 1em;
	margin-bottom: 0;
}
.foot-address a {
	color: #fff;
}
.foot-address a:hover {
	color: #6aaedf;
}
.foot-address ul li {
	float: left;
	margin-right: 7px;
}
.foot-menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	flex: 2;
}
.foot-menu ul li {
	padding: 3px 25px;
}
.footer-blue a {
	color: #fff;
	font-weight: 700;
	font-size: 1em;
}
.footer-blue a:hover,
.footer-blue a:focus {
	color: #6aaedf;
}
.foot-map {
	width: 100%;
	display: block;
}
.foot-copyrights {
	width: 100%;
	display: block;
	background-color: #68aee1;
	color: #00539c;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
}
.foot-copyrights ul {
	text-align: center;
	display: inline-block;
}
.foot-copyrights li {
	display: inline-block;
	padding: 0 20px;
}
.foot-copyrights a {
	color: #00539c;
}
.foot-copyrights a:hover {
	color: #fff;
}

.mob-menu.mean-container {
	line-height: 0;
}
.mean-container .mean-bar {
	min-height: inherit !important;
	padding: 0 !important;
	line-height: 0;
	display: inline-block;
	width: 100%;
}
.mean-container a.meanmenu-reveal {
	right: inherit !important;
	left: 0 !important;
	top: -48px !important;
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 50px;
	height: 48px;
	padding: 0px !important;
	text-align: center;
	line-height: 48px;
	float: none;
	text-indent: 0;
	background-color: #6caee0;
	border: 0 !important;
	color: #fff;
	margin: 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
	background: #02529c;
}
.mean-container a.meanmenu-reveal {
	border-right: 1px solid #e1eae9;
}
.mean-container .mean-nav {
	background: none;
}

#home-slider .metaslider .flexslider {
	margin-bottom: 0 !important;
}
#home-slider .metaslider .caption-wrap {
	right: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
	color: white;
	opacity: 1;
	display: block;
	width: 100%;
	line-height: 1.4em;
	top: 0;
	margin: auto;
	max-width: 1170px;
	z-index: 99;
}
#home-slider .metaslider .caption {
	padding: 10% 3%;
	word-wrap: break-word;
	max-width: 1170px;
	width: 400px;
	height: 100%;
	background: rgba(0, 82, 154, 0.8);
}
#home-slider .metaslider h2 {
	text-transform: capitalize;
	font-size: 4.143em;
	line-height: 56px;
}
#home-slider .metaslider {
	color: #58c1a6;
}
#home-slider .banner-content {
	font-size: 1.986em;
	line-height: 30px;
	color: #58c1a6;
	margin-top: 15px;
	margin-bottom: 50px;
}
#home-slider .metaslider .caption a {
	outline: none;
	background-color: #58c1a6;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 19px 15%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border-bottom: 5px solid #319b80;
}
#home-slider .metaslider .caption a:hover {
	background: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
}
#home-slider .metaslider .flexslider .flex-direction-nav li a {
	border: 5px solid rgba(224, 223, 221, 0.2);
	border-radius: 50%;
	text-indent: 0;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
#home-slider .flex-direction-nav .flex-prev,
#home-slider .flex-direction-nav .flex-next {
	border: 5px solid rgba(224, 223, 221, 0.1);
	background: rgba(224, 223, 221, 0.5);
	border-radius: 50%;
	background-image: none;
	width: 47px;
	height: 47px;
	border-radius: 50%;
}
#home-slider .flex-direction-nav .flex-prev {
	left: 20px !important;
}
#home-slider .flex-direction-nav .flex-next {
	right: 20px;
	left: inherit;
}
#home-slider .flex-direction-nav .flex-prev:after,
#home-slider .flex-direction-nav .flex-next:after {
	content: '\f104';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 34px;
	margin-left: -3px;
}
#home-slider .flex-direction-nav .flex-next:after {
	content: '\f105';
	margin-left: 3px;
}
#home-slider .metaslider .flexslider .slides > li:before {
	content: '' !important;
	display: inline-block !important;
	background: radial-gradient(ellipse at left 40%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	z-index: 9;
}
#home-slider .metaslider .flex-control-nav {
	border: 0;
	margin: auto;
	list-style-type: none;
	list-style: none;
	padding: 0;
	bottom: -27px;
	line-height: 11px;
	z-index: 2;
	position: relative;
	max-width: 1070px;
	text-align: left;
	top: -40px;
}
.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5) !important;
}
.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9) !important;
}

/*Inner Banner Section*/
.page-banner {
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner .page-banner-title {
	padding: 130px 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.page-banner .page-banner-title h1 {
	color: #00539a;
	font-size: 3.4em;
	font-weight: 600;
}

/*Slider Bottom Section*/
.home-vertical-menu-section .sow-image-container {
	height: 105px;
	width: 105px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center !important;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #58c1a6;
	position: relative;
}
.home-vertical-menu-section .widget_sow-image {
	margin-bottom: 20px !important;
}
.home-vertical-menu-section .sow-image-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5%;
	width: 90%;
	height: 90%;
	background: #daeaf7;
	border-radius: 100%;
	margin: 0 auto;
	transition: 0.6s ease;
	right: 0;
}
.home-vertical-menu-section .sow-image-container:hover:before {
	background-color: #58c1a6;
	transition: 0.6s ease;
}
.home-vertical-menu-section .sow-image-container img {
	position: relative;
}
.home-vertical-menu-section .widget-title,
.home-vertical-menu-section h4,
.home-vertical-menu-section h4 a {
	max-width: calc(100% - 40px);
	text-transform: uppercase;
	color: #6aaddf;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.19em;
}
.home-vertical-menu-section .vertical-menu-title h4 {
	background: #6aaddf;
	color: #fff;
	margin: 0;
	width: 100%;
	max-width: 100%;
	padding: 15px 10px;
	text-transform: initial;
	font-size: 1.7em;
	line-height: 1.7em;
}
.home-vertical-menu-section .panel-grid-cell {
	position: relative;
}
.home-vertical-menu-section {
	padding-bottom: 40px;
	border-bottom: 1px solid #f0f3f4;
}
.vertical-menu-inner-section .so-panel {
	margin-bottom: 0 !important;
}
.vertical-menu-inner-section {
	position: absolute;
	width: 100%;
	left: 0;
	height: auto !important;
	margin-top: -121px;
}
.vertical-menu-links li a {
	border-radius: 3px;
	background: #e1e7ea;
	display: block;
	color: #2e3340;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2.2em;
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #fff;
	border-bottom-width: 0;
}
.vertical-menu-links li:hover a {
	color: #fff;
	background: #58c1a6;
	box-shadow: inset 0px -5px 0 0px #48a58d;
}
.home-content-section {
	padding: 0;
}
.home-content-section h2 {
	color: #57c2a8;
	font-size: 2.4em;
	margin-bottom: 0.8em;
}
.home-icons-section {
	background: #daeaf7;
	padding: 35px 0;
}
.home-icons-section .sow-icon-image {
	background-size: auto !important;
}
.home-icons-section h5 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00529a;
	margin: 5px 0 !important;
}

/* Home Social Links*/
.home-social-links-content-section {
	background: #00529a;
	padding: 100px 0 50px;
	text-align: center;
}
.home-social-links-content-section h3 {
	font-weight: 300;
	color: #fff;
	font-size: 2.57em;
	line-height: normal;
	margin-bottom: 0;
}
.home-social-links-content-section {
	text-align: right;
}
.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
}
.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li {
	display: inline-block;
}
.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li a {
	font-size: 1.75em;
	color: #6aaddf !important;
	margin-right: 50px;
	font-weight: 700;
}
.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li.contact-number a {
	margin-right: 0;
}
.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li a:hover {
	color: #fff !important;
}

/*Home Success Stories*/
.success-stories-section {
	overflow: hidden;
}
.success-stories-section li a {
	width: 50%;
	display: block;
	order: 2;
}
.success-stories-section li .caption-wrap {
	position: static;
	order: 1;
	width: 50%;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.success-stories-section li:after {
	content: '';
	display: table;
	clear: both;
}
.success-stories-section li {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #e1e7ea;
}
.success-stories-section li .caption-wrap .caption {
	max-width: 585px;
	margin: 0 auto;
}
.success-stories-section li .caption-wrap .caption br {
	display: none;
}
.success-stories-section li .caption-wrap .caption p.success-story-subtitle {
	color: #00529a;
	font-weight: 700;
	line-height: initial;
	margin-bottom: 10px;
	font-size: 1.7em;
}
.success-stories-section li .caption-wrap .caption h4 {
	line-height: initial;
	font-weight: 300;
	font-size: 4em;
	margin-bottom: 0;
}
.success-stories-section li .caption-wrap .caption p a {
	position: relative;
	z-index: 9;
	outline: none;
	background-color: #00529a;
	padding: 15px 8%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border-bottom: 5px solid #053f71;
	margin-top: 30px;
	display: block;
	width: auto;
	word-wrap: normal;
	max-width: 201px;
}
.success-stories-section li .caption-wrap .caption p a:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}
.success-stories-section li .caption-wrap {
	position: relative;
}
.success-stories-section li .caption-wrap:after {
	content: '';
	position: absolute;
	width: 95%;
	height: 120%;
	top: 50%;
	border: 15px solid #58c1a6;
	border-radius: 10px;
	left: 5%;
	transform: translateY(-50%);
}
.success-stories-section .flex-direction-nav {
	position: absolute;
	top: 30px;
	right: 25px;
	margin: 0 !important;
	z-index: 99;
}
.success-stories-section .metaslider .flexslider .flex-direction-nav li a {
	margin: 0 !important;
	background: #fff !important;
	color: #000;
	position: static;
	width: 60px;
	height: 60px;
	text-indent: inherit;
	font-size: 0;
	text-align: center;
	line-height: 60px;
	opacity: 1;
}
.success-stories-section .flex-direction-nav li,
.success-stories-section .flex-direction-nav li {
	position: static !important;
	display: inline-block !important;
	margin: 0 5px !important;
}
.success-stories-section .flex-next:after,
.success-stories-section .flex-prev:after {
	content: '\f105';
	border: 0;
	text-align: center;
	font-family: FontAwesome;
	font-weight: 100;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
}

.success-stories-section .flex-prev:after {
	content: '\f104';
}
.success-stories-section .metaslider .flexslider .flex-direction-nav li a:hover,
.success-stories-section .metaslider .flexslider .flex-direction-nav li a:focus {
	background: rgba(0, 82, 154, 0.5) !important;
	color: #fff;
	text-shadow: none;
	font-weight: 100;
}

/*Staff Section*/
.staffs li {
	text-align: center;
	width: 20.5%;
	margin: 0 2% 50px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.staffs .sf-img {
	display: inline-block;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	padding: 5px;
	background-color: #eef3f5;
	transition: 0.5s ease;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.staffs .sf-img:after {
	content: '+';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	background-color: rgba(88, 193, 166, 0.9);
	opacity: 0;
	transition: 0.5s ease;
	text-align: center;
	font-size: 2.5em;
	font-weight: 100;
	color: #fff;
	line-height: 160px;
}
.staffs .sf-img img {
	border-radius: 50%;
	width: 190px;
	height: 190px;
	object-fit: cover;
	transition: 0.5s ease;
}
.staffs li:hover .sf-img {
	padding: 20px;
}
.staffs li:hover .sf-img img {
	width: 160px;
	height: 160px;
}
.staffs li:hover .sf-img:after {
	opacity: 1;
	width: 160px;
	height: 160px;
}
.staffs li h5 {
	font-size: 1.125em;
	color: #2c3e50;
}
.staffs li p {
	margin-top: 5px;
	font-size: 1.1em;
	color: #a1b1bc;
}

/*Products page*/
section.related.products,
.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
body.page .woocommerce .single-product div.product div.summary {
	float: none;
	width: auto;
}

/*tabs*/
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 20px;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 1rem 2rem;
	cursor: pointer;
	background: #fff;
	border: 1px solid #c9d7e0;
	font-weight: bold;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	flex: 1;
	text-align: center;
	color: #00529e;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 0;
	background: #fafafa;
}
.tabs input[type='radio'] {
	position: absolute;
	opacity: 0;
}
.tabs input[type='radio']:checked + label {
	background: #6aaedf;
	color: #fff;
	border: 1px solid #6aaedf;
}
.tabs input[type='radio']:checked + label + .tab {
	display: block;
}
.tab .fs-list ul {
	display: inline-block;
	width: 100%;
}
.tab .fs-list ul li {
	background-color: #e1e7ea;
	color: #222;
	border-radius: 5px;
	position: relative;
	width: 33.33%;
	float: left;
	overflow: hidden;
	border: 1px solid #fff;
	line-height: 0;
}
.tab .fs-list ul li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.tab .fs-list ul li > div,
.tab li .tab-action {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #e1e7ea;
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	opacity: 1;
	transition: 0.5s ease;
}
.tab .fs-list ul li > div .tt-inner {
	margin: auto;
	color: #2e3340;
	font-weight: 600;
	font-size: 1.2em;
}
.tab .fs-list li .tab-action {
	font-size: 0;
	opacity: 0;
	background: rgba(88, 193, 166, 0.9);
}
.tab .fs-list li .tab-action:after {
	content: '+';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	color: #fff;
	font-size: 48px;
	font-weight: 100;
	margin: auto;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.tab .fs-list ul li:hover .tab-title {
	opacity: 0;
	transition: 0.5s ease;
}
.tab .fs-list li:hover .tab-action {
	opacity: 1;
	transition: 0.5s ease;
}
.t-search {
	background: #eef3f5;
	padding: 25px 7%;
	border: 1px solid #cfd7dd;
}
.t-inputs {
	position: relative;
}
.t-inputs input[type='text'] {
	width: 100%;
	border: 1px solid #cfd7dd;
	line-height: 25px !important;
	padding: 14px 60px 14px 30px;
	border-radius: 50px !important;
	outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.t-inputs input[type='text'] {
		line-height: 21px !important;
		padding: 18px 60px 20px 30px;
	}
}
.t-inputs input[type='submit'] {
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: 9;
	background: none;
	font-size: 0;
	width: 43px;
	height: 43px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.t-inputs:after {
	content: '\f105';
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 1;
	background: #00539a;
	border: 0;
	font-size: 30px;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border-radius: 50%;
	color: #fff;
	font-family: FontAwesome;
	font-weight: 800;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.t-results {
	display: inline-block;
	width: 100%;
}
.t-results li {
	float: left;
	width: 25%;
}
.t-results li a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	background: #e1e7ea;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #2e3340;
	text-align: center;
	font-weight: 600;
	position: relative;
	transition: 0.5s ease;
}
.t-results li a:hover {
	background-color: #58c1a6;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.5s ease;
}
.t-results li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 5px;
	width: 100%;
	background-color: #48a58d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.5s ease;
	opacity: 0;
}
.t-results li:hover a:after {
	opacity: 1;
	transition: 0.5s ease;
}

#events-and-blogs .sf-img {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#events-and-blogs {
	margin-bottom: 5em;
}
#events-and-blogs .sf-img img {
	max-width: 100%;
}
#events-and-blogs #fstory h5 {
	font-size: 2.143em;
	color: #58c1a6;
	margin-bottom: 15px;
}
#events-and-blogs #fstory .post_details {
	color: #2e3340;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #ecf0f1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 24px;
}
#events-and-blogs #fstory .post_details span {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	font-weight: 500;
}
#events-and-blogs #fstory .post_details span:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#events-and-blogs #fstory .post_details span:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
#events-and-blogs #fstory .post_details span button {
	background: none;
	border: 0;
	outline: none;
	cursor: pointer;
	font-weight: 500;
}
#events-and-blogs #fstory .post-text p a {
	font-weight: 600;
	color: #00529a;
}
#events-and-blogs #fstory .post-text p a:hover {
	color: #58c1a6;
}
#events-and-blogs .postShare {
	position: relative;
}
#events-and-blogs .postShare .sharepopup {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 10px 10px;
}
#events-and-blogs .postShare .sharepopup a.resp-sharing-button__link {
	display: block;
	text-align: center;
	border: 2px solid #e8edf0;
	color: #58c1a5;
	margin: 3px 0;
}
#events-and-blogs .postShare .sharepopup span.qf-share-media-close {
	position: absolute;
	right: -32px;
	top: -22px;
	border-width: 0 !important;
	color: #58c1a5;
	font-weight: bold;
	background: #fff;
	text-align: center;
	padding: 2px 9px 0px !important;
	border-radius: 100%;
	cursor: pointer;
}

#default-btn div {
	text-align: left;
}
#default-btn a {
	outline: none;
	background: #00529a;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border-bottom: 5px solid #053f71;
	display: inline-block;
	width: auto;
	word-wrap: normal;
}
#default-btn a:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}

.home-tab-section {
	padding: 20px 0;
}

#events-and-blogs .tribe-mini-calendar-event .list-date {
	width: 30%;
	position: relative;
	padding: 0 0 26px;
	margin-top: 0;
}
#events-and-blogs .tribe-mini-calendar-event .list-date .list-dayname {
	background: #58c1a5;
	font-size: 1.143em;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 5px 15px;
	color: #fff;
}
#events-and-blogs .tribe-mini-calendar-event .list-date .list-daynumber {
	background: #e8edf0;
	color: #00529a;
	font-size: 3em;
	font-weight: 400;
	line-height: 30px;
	padding: 25px 15px;
}
#events-and-blogs h4.widget-title {
	display: none;
}
#events-and-blogs .tribe-mini-calendar-event.first {
	margin-top: 0;
}
#events-and-blogs .tribe-mini-calendar-event .list-info {
	width: 65%;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(231, 231, 231, 0.6);
}
#events-and-blogs .tribe-mini-calendar-event .list-info h4 {
	margin-bottom: 0;
}
#events-and-blogs .tribe-mini-calendar-event .list-info + p {
	float: left;
	margin-top: 15px;
	font-size: 1.071em;
}
#events-and-blogs .tribe-mini-calendar-event .list-info + p a {
	color: #6aaddf;
	font-size: 0.938em;
	font-weight: 500;
}
#events-and-blogs .tribe-mini-calendar-event .list-info + p a:hover {
	color: #f15e4b;
}
#events-and-blogs .tribe-mini-calendar-event .list-info .tribe-events-duration {
	font-weight: 500;
	font-size: 1em;
	color: #2e3340;
}
#events-and-blogs .tribe-mini-calendar-event {
	border-bottom: 0;
	margin-bottom: 15px;
}
#events-and-blogs .tribe-mini-calendar-event .list-info h2,
#events-and-blogs .tribe-mini-calendar-event .list-info a {
	color: #00529a;
	margin-bottom: 5px;
}
#events-and-blogs .tribe-mini-calendar-event .list-info h4 {
	font-size: 1.286em;
}
#events-and-blogs .tribe-section-s {
	padding: 5px 0;
	border-top: 1px solid #f3f3f3;
	margin-top: 10px;
}
#events-and-blogs .tribe-events-widget-link {
	text-align: center;
}
#events-and-blogs .tribe-events-widget-link a {
	border: 2px solid #00529a;
	font-size: 1.286em;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 700;
	color: #00529a;
}
#events-and-blogs .tribe-events-widget-link a:hover {
	border-color: #58c1a6;
	color: #58c1a6;
}
#events-and-blogs .tribe-events-adv-list-widget {
	margin-left: 4em;
}

.t-alphasearch span a {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-weight: 500;
	padding: 8px 10px;
	display: inline-flex;
	margin-bottom: 10px;
}
.t-alphasearch span a:hover {
	background-color: #59c1a6;
	color: #fff;
}
.t-search {
	padding: 25px 10%;
}
.doctors-content-section h4 {
	font-size: 2.4em;
}
.doctors-content-section h5 {
	font-size: 1.7em;
	padding-bottom: 20px;
	color: #57c2a8;
}
.doctors-content-section .textwidget h5 {
	font-size: 1.7em;
	padding-bottom: 20px;
	color: #57c2a8;
}
.doctors-content-section iframe {
	min-width: 420px;
	height: 280px;
}
.doctors-content-section .textwidget iframe {
	min-width: 420px;
	height: 280px;
}
.all-aboutyou-section {
	height: 568px;
	text-align: center;
	background-color: #fafafa;
	align-items: center !important;
	justify-content: center !important;
}
.all-aboutyou-section h3 {
	font-size: 2.8em;
	color: #00529a;
	padding-bottom: 15px;
}
.all-aboutyou-section p {
	color: #6aaedf;
	font-size: 1.3em;
}
.all-aboutyou-section .so-panel {
	margin-bottom: 0 !important;
}
.all-aboutyou-section .so-panel .ow-icon-placement-left {
	background: #58c1a6 !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 19px 3%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border-bottom: 5px solid #319b80;
	border-color: #319b80;
}
.all-aboutyou-section .so-panel .ow-icon-placement-left:hover {
	background: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
}
.all-aboutyou-section {
	background-repeat: no-repeat !important;
}
.inner-content {
	margin-top: 30px;
}
#main .child-categories-container .child-categories-col a {
	border-radius: 0;
	background: #f9fafa;
	display: block;
	color: #2c3e50;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 3.2em;
	text-align: center;
	padding: 8px 10px 8px 30px;
	border-bottom: 1px solid #ebebeb;
	border-top: 0;
	text-align: left;
}
#main .child-categories-container .child-categories-col a:hover {
	color: #48a58d;
	background: #fff;
	box-shadow: inset 4px 0px 0 0px #48a58d;
}
#main .child-categories-container .child-categories-col.submenu-active a {
	background: #6aaddf;
	color: #fff;
	box-shadow: none;
}
#main .doctors-content-section .textwidget ul li {
	list-style: disc;
	padding-left: 10px;
	list-style-position: inside !important;
	line-height: 23px;
	margin-bottom: 6px;
	vertical-align: top;
}
/*13-12-19*/
#main .doctors-content-section .textwidget ul li > ul {
	display: block;
}
#main .doctors-content-section .textwidget ul li > ul li {
	list-style-type: circle !important;
}
#main .doctors-content-section .textwidget ul li > ul li:after {
	display: none;
}
/*13-13-19*/
.textwidget .staffs ul li {
	list-style: none;
	padding-left: 0px;
}
.doctors-contact-section {
	margin-top: 30px;
}
.doctors-contact-section p {
	text-align: center;
}
.doctors-contact-section .textwidget p {
	text-align: center;
}
.doctors-contact-section2 .textwidget p a:hover {
	color: #59c1a6 !important;
}
.doctors-contact-section2 .textwidget p a {
	color: #2e3340 !important;
	position: absolute;
	text-decoration: none !important;
}
.doctors-contact-section2 .so-panel h4 {
	color: #57c2a8;
}
.doctors-contact-section2 .gform_button {
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	cursor: pointer;
	padding: 14px 8% !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.4em !important;
	font-weight: 500;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
}
.doctors-contact-section2 .gform_button:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}
.doctors-contact-section2 .contact-add:before {
	content: '\f124';
	position: absolute;
	right: 0;
	left: 0;
	font-family: FontAwesome;
	color: #57c2a8;
}
.doctors-contact-section2 .contact-add,
.doctors-contact-section2 .contact-mail,
.doctors-contact-section2 .contact-tel {
	display: inline-block;
	position: relative;
	padding: 5px 0 0 25px;
}
.doctors-contact-section2 .contact-mail:before {
	content: '\f0e0';
	position: absolute;
	right: 0;
	left: 0;
	font-family: FontAwesome;
	color: #57c2a8;
}
.doctors-contact-section2 .contact-tel:before {
	content: '\f095';
	position: absolute;
	right: 0;
	left: 0;
	font-family: FontAwesome;
	color: #57c2a8;
}

#main ul.default-ul {
	padding-left: 30px;
	list-style: none;
}
#main ul.default-ul li {
	list-style: none !important;
	position: relative;
	padding-left: 25px !important;
	line-height: 20px;
	margin-bottom: 5px;
	color: #a1b1bc;
	font-size: 1em;
	vertical-align: top;
}
#main ul.default-ul li:after {
	content: '\f105';
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 9;
	width: 16px;
	height: 16px;
	background: #6aaddf;
	border-radius: 50%;
	border: 0;
	text-align: center;
	font-family: FontAwesome;
	font-weight: 500;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 16px;
}

#main #iframe-video iframe {
	width: 100% !important;
	height: 400px !important;
	border: 0;
}

#pg-520-2 {
	margin-bottom: 0 !important;
}

/* forms */
select {
	line-height: 30px !important;
	border-radius: 3px !important;
	border: 1px solid #ddd;
	padding: 12px 15px;
}
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='text'],
input[type='submit'] {
	-webkit-appearance: none;
	height: auto;
	line-height: 20px !important;
	border-radius: 3px !important;
	border: 1px solid #ddd;
	padding: 10px 15px;
}
textarea {
	-webkit-appearance: none;
	border-radius: 3px !important;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px 15px;
}
form label {
	margin-bottom: 0px !important;
	display: block;
	margin-left: 5px;
	font-weight: 600 !important;
	font-size: 1.1em !important;
	color: #00539c;
}

/* make a payment */
.wc-pao-addon-container {
	margin-bottom: 20px;
}
.woocommerce div.product .product_title {
	color: #57c2a8;
}
.woocommerce .single_add_to_cart_button {
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 14px 4% !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.4em !important;
	font-weight: 500 !important;
	border-bottom: 4px solid #053f71 !important;
	border-color: #053f71;
}
.woocommerce .single_add_to_cart_button:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}
.wc-pao-addon-description {
	margin-left: 5px;
}
.wc-pao-addon-description p {
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 5px;
}
.wc-pao-addon-container label em {
	color: #790000;
	margin-left: 4px;
	font-style: normal !important;
	margin-left: 0;
}

/* contact forms */
.gform_wrapper form li,
.gform_wrapper li.gfield,
.gform_wrapper ul.gform_fields {
	width: 100%;
}
.gform_wrapper .top_label input.medium {
	width: 100% !important;
	padding: 10px 15px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px;
}
.gform_wrapper .top_label .gfield_label {
	margin-left: 0px !important;
}

/* careers page */
#main .job_filters .search_jobs {
	background-color: #eef3f6;
}
#main .job_filters .search_jobs input[type='text'] {
	height: 43px;
	border-radius: 5px;
	border: 0;
	padding: 0 15px;
}
#main .job_filters .search_jobs input[type='submit'] {
	cursor: pointer;
	outline: none;
	background: #00529b !important;
	display: inline-block;
	width: auto !important;
	word-wrap: normal;
	border-color: #00529b;
	padding: 9px 10px !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.1em !important;
	font-weight: 500;
	border-bottom: 4px solid #053f71 !important;
}
#main .job_filters .search_jobs input[type='submit']:hover {
	background: #58c1a6 !important;
	border-color: #319b80 !important;
}
#main .job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
	width: 37%;
	float: left;
	display: inline-block;
	position: relative;
}
#main .career-filter {
	margin-bottom: 60px;
}
#main .job_filters .search_jobs div.search_submit {
	float: right;
	padding-top: 0;
	margin-top: -43px;
}
#main ul.job_listings li.job_listing a img.company_logo {
	position: static;
}
#main .job_filters .job_types li {
	padding: 1em;
	height: 40px;
}
#main ul.job_listings li.job_listing a div.location {
	padding: 0;
}
#main .widget ul.job_listings li.job_listing .position {
	display: inline;
}
#main .widget ul.job_listings li.job_listing .position h3 {
	color: #00539c;
}
#main .careers-content-section {
	margin-top: 30px;
}
#main .widget ul.job_listings li.job_listing a {
	display: inline-flex;
	width: 100%;
}
#main .widget ul.job_listings li.job_listing a .position {
	width: 38%;
}
.jobs-details h3 {
	color: #00529a;
	font-size: 1.8em;
}
#main .job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
	width: 50%;
}
#main .job_filters .search_jobs div.search_submit {
	float: none;
	margin-top: 15px;
	text-align: center;
}
ul.job_listings li.job_listing a div.location {
	text-align: center;
}

/* new code */
.del span.woocommerce-Price-amount {
	display: none;
}
.single-product .product_meta {
	display: none;
}
.single-product .product-addon-totals ul li {
	display: none;
}
.single-product .product-addon-totals ul li:last-child {
	display: block !important;
}
.post_content_wrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.post_content_wrapper .single_post_image {
	margin: 0 30px 15px 0;
	max-width: 400px;
}
.post_content_wrapper .single_post_image img {
	width: 300px;
	height: auto;
}
.news-detail-author-and-date {
	color: #6aaedf;
	font-weight: 400;
	font-size: 1.1em;
	font-style: italic;
}
.news-detail-author {
	color: #00539b;
}

#social-icons .ow-button-base a,
#social-icons .ow-button-base a:hover {
	color: #58c1a6 !important;
}

/* news page */
.news-search-container {
	text-align: right;
}
.news-search-container form button {
	border: 0;
	height: auto;
	line-height: 15px;
	background: #00539a;
	display: inline-block;
	color: #fff;
	padding: 13px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.875em;
}
.news-category-list-container {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.news-category-list-container li {
	float: left;
	list-style: none !important;
	padding: 0 !important;
}
.news-category-list-container li a {
	border: 1px solid #6aaddf;
	padding: 6px 15px;
	display: inline-block;
	line-height: 18px;
	color: #00539a;
	margin-right: 5px;
}

.news-archives-container {
	width: 45%;
	float: left;
	background: #fbfbfb;
	padding: 15px;
	margin-bottom: 30px;
}
.news-archives-container:nth-child(1n) {
	margin-right: 5%;
}
.news-archives-container img {
	max-width: 100%;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.news-archives-container .news-image {
	float: left;
	width: 40%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.news-archives-container .news-image-with-title {
	display: inline-block;
	width: 100%;
}
.news-archives-container .news-header .entry-title {
	font-size: 1em;
}
.news-archives-container .news-archive-author-and-date {
	font-size: 0.75em;
	line-height: 14px;
	margin-top: 5px;
}
.news-archives-container .news-entry-content {
	display: block;
}
.news-archives-container .news-entry-content p {
	font-size: 0.75em;
	line-height: 18px;
}
.news-archives-container .news-entry-content p:last-of-type {
	margin-bottom: 10px !important;
}
.news-archives-container .news-entry-content a {
	font-weight: 500;
	color: #00539b;
}

/* without-pagebuilder */
.without-pagebuilder h1,
.without-pagebuilder h2,
.without-pagebuilder h4 {
	color: #00539c;
}
.without-pagebuilder h3,
.without-pagebuilder h5,
.without-pagebuilder h6 {
	color: #57c2a8;
}
.without-pagebuilder a {
	color: #58c1a6;
}
.without-pagebuilder a:hover {
	color: #00539c;
}
.without-pagebuilder {
	margin-bottom: 35px;
}
.without-pagebuilder h1 {
	font-size: 4.8em;
	margin-bottom: 15px;
	line-height: 60px;
}
.without-pagebuilder h2 {
	font-size: 2.4em;
	margin-bottom: 15px;
	line-height: 40px;
}
.without-pagebuilder h3 {
	font-size: 2em;
	margin-bottom: 15px;
	line-height: 34px;
}
.without-pagebuilder .all-aboutyou-section h3 {
	font-size: 2.8em;
	color: #00539c;
}
.without-pagebuilder h4 {
	font-size: 1.8em;
	margin-bottom: 15px;
	line-height: 28px;
}
.without-pagebuilder h5 {
	font-size: 1.143em;
	margin-bottom: 15px;
	line-height: 24px;
}
.without-pagebuilder h6 {
	font-size: 0.8em;
	margin-bottom: 15px;
}
.without-pagebuilder hr {
	margin: 15px 0;
}
.without-pagebuilder ul {
	display: block;
	padding-left: 30px;
	list-style: none;
	margin-bottom: 15px;
}
.without-pagebuilder ul li {
	list-style: none !important;
	position: relative;
	padding-left: 25px !important;
	line-height: 23px;
	margin-bottom: 5px;
	color: #a1b1bc;
	list-style-position: inside !important;
	font-size: 1em;
}
.without-pagebuilder ul li:after {
	content: '\f105';
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 9;
	width: 16px;
	height: 16px;
	background: #6aaddf;
	border-radius: 50%;
	border: 0;
	text-align: center;
	font-family: FontAwesome;
	font-weight: 500;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 16px;
}
.without-pagebuilder div {
	line-height: 24px;
	margin-bottom: 0px;
}
.without-pagebuilder button {
	cursor: pointer;
	outline: none;
	background-color: #58c1a6;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 12px 4%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border: 0px;
	border-bottom: 5px solid #319b80;
}
.without-pagebuilder button:hover {
	background: #00529b !important;
	border-color: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
}
.without-pagebuilder p {
}
.without-pagebuilder p img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.without-pagebuilder p img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* search page */
.search-page article h2,
.search-page article h5 {
	font-size: 1.4em;
	color: #00529a;
	margin-bottom: 5px;
}
.search-page article a {
	font-weight: 500;
	color: #00529a;
}
hr {
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #eaeaea;
	border-left: 0;
}
.search-page #page-header h2,
.search-page #page-header h5 {
	margin: 20px 0;
	font-size: 1.8em;
	font-weight: 400;
}
.search-page .page-title {
	text-align: center;
}
.search-page .page-title h3 {
	font-size: 1.5em;
	font-weight: 100;
}

.container-section {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}
.container-section .pagination,
.container-section #algolia-pagination {
	display: inline-block;
	width: 100%;
}
.container-section #algolia-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container-section #algolia-pagination ul li:after {
	display: none !important;
}
.container-section .page-numbers,
.container-section #algolia-pagination ul li a {
	padding: 10px 10px;
	background: #fff;
	display: inline-block;
	border: 1px solid #ececec;
	line-height: 9px;
	color: #000;
}
.container-section .page-numbers.current,
.container-section #algolia-pagination ul li.ais-pagination--item__active a,
.container-section #algolia-pagination ul li.ais-Pagination-item--selected a {
	background: #00539a !important;
	border-color: #00539a !important;
	color: #fff !important;
}
.container-section #algolia-pagination ul li.ais-pagination--item__disabled a,
.container-section #algolia-pagination ul li.ais-Pagination-item--disabled a {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
.container-section .page-numbers:hover,
.container-section #algolia-pagination ul li a:hover {
	background: #f1f1f1;
	border-color: #f1f1f1;
}

.error-404 {
	text-align: center;
	margin: 5em 0;
}
.error-404 h2 {
	margin-bottom: 1em;
	font-size: 3em;
}
.error-404 .green_btn {
	outline: none;
	background-color: #58c1a6;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 1.1em 2em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.429em;
	font-weight: 500;
	border-bottom: 5px solid #319b80;
}
.error-404 .green_btn:hover {
	background: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
}

.single_job_listing .name strong {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00529a;
	margin: 5px 0;
}
.single_job_listing .job_application .application_button {
	outline: none;
	background-color: #58c1a6;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 0.7em 1.5em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-size: 1.229em;
	font-weight: 500;
	border-width: 0;
	border-bottom: 5px solid #319b80;
	border-radius: 100px !important;
}
.single_job_listing .job_application .application_button:hover {
	background: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
	cursor: pointer;
}
.location .google_map_link,
.single_job_listing .name .website,
.single_job_listing .application_details a {
	color: #00529b;
}
.woocommerce .woocommerce-checkout-review-order,
.doctors-contact-section2 {
	margin-bottom: 70px !important;
}

.woocommerce-billing-fields .select2-container .select2-selection--single {
	height: auto;
	padding: 6px;
	border-color: #ddd;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.woocommerce-checkout-payment .button.alt {
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 17px 30px 14px !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.4em !important;
	font-weight: 500;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
}
.woocommerce .quantity .qty {
	width: 4.631em;
}
.tribe-block__tickets__registration__checkout .tribe-block__tickets__registration__checkout__submit,
.tribe-block__tickets__item__attendee__fields__form button[type='submit'],
.wc-proceed-to-checkout .checkout-button,
.woocommerce.add-to-cart .tribe-button {
	font-weight: 700;
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 15px 25px 12px !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.2em !important;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
	border-width: 0;
}
.shop_table_responsive.cart .actions .button {
	font-weight: 700;
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 15px 25px 12px !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1em !important;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
	border-width: 0;
}
.woocommerce.add-to-cart .tribe-button:focus,
.woocommerce-checkout-payment .button.alt:focus {
	outline: 0;
}
.tribe-bar-submit input.tribe-events-button {
	background: #00529b !important;
	border-bottom: 5px solid #053f71 !important;
}

.site-main .tribe-events-organizer .tribe-events-organizer-meta,
.single-tribe_organizer .site-main .tribe-events-loop {
	max-width: 100%;
}
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-single-section a,
.tribe-events-back a {
	color: #005399;
}
.site-main .tribe-events-organizer .tribe-events-organizer-meta {
	text-align: center;
	padding: 0;
}
.tribe-events-organizer .tribe-organizer-name {
	color: #59c1a6;
}
.tribe-events-single h1.tribe-events-single-event-title {
	color: #59c1a6;
}
.tribe-block__tickets__registration__title h2 a,
.tribe-events-organizer .organizer-address span.link a,
.tribe-events-organizer .organizer-address span.tel {
	color: #00539c;
}
.tribe-events-loop a.tribe-event-url {
	color: #00539c;
}
.tribe-events-loop .tribe-events-venue-details a {
	color: #000;
	text-decoration: underline !important;
}
.tribe-events-loop .type-tribe_events {
	background: #eef3f6;
	padding: 40px !important;
}
.tribe-events-loop .tribe-events-content a.tribe-events-read-more {
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	padding: 15px 25px 10px !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1em !important;
	font-weight: 500;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
}
.tribe-events-loop .type-tribe_events .tribe-events-event-meta {
	background: rgba(0, 0, 0, 0);
	padding-bottom: 0;
}
.tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-event-schedule-details,
.tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-events-venue-details {
	padding: 0;
}
.tribe-events-list a.tribe-events-ical.tribe-events-button {
	display: none !important;
}

/* find a doctor */
#fd-search input[type='submit'] {
	border-bottom: 5px solid #053f71 !important;
	border-radius: 50px !important;
	line-height: 16px !important;
}
.find-dr li {
	float: left;
	width: 25%;
	padding: 0 !important;
}
.find-dr li a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	background: #e1e7ea;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #2e3340;
	text-align: center;
	font-weight: 600;
	position: relative;
	transition: 0.5s ease;
}
.find-dr li a:hover {
	background-color: #58c1a6;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.5s ease;
}
.find-dr li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 5px;
	width: 100%;
	background-color: #48a58d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.5s ease;
	opacity: 0;
}
.find-dr li:hover a:after {
	opacity: 1;
	transition: 0.5s ease;
}

/* category news page design */
.category-news-feed .news-archives-container:nth-of-type(odd) {
	padding-left: 0;
}
.category-news-feed .news-archives-container img {
	height: 150px;
}
.category-news-feed .news-archives-container .news-header .entry-title {
	font-size: 1.375em;
}
.category-news-feed .news-archives-container .news-entry-content p {
	font-size: 0.938em;
	line-height: 22px;
}
.category-news-feed .news-archives-container .news-entry-content a {
	font-size: 1em;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	line-height: 18px;
}

/*Board of Directors*/
.bd-list .sow-image-container {
	justify-content: center;
}
.bd-list .so-panel {
	margin-bottom: 30px !important;
}
.bd-list .sow-image-container img {
	width: 200px !important;
	height: 200px !important;
	object-fit: cover;
	border-radius: 50%;
	border: 10px solid #eef3f5;
}
.bd-list h4 {
	text-align: center;
	font-size: 1.125em;
	color: #2c3e50;
	margin: 0;
}
.bd-list p {
	text-align: center;
	margin-top: 5px;
	font-size: 1.1em;
	color: #a1b1bc;
}

/* subpage social links */
.follow_us_links {
	margin-top: 30px;
}
.crmc_social_links ul li {
	list-style: none !important;
	display: inline-block;
	padding: 0 35px 0 0 !important;
}
.crmc_social_links ul li a {
	font-size: 1.75em;
	color: #00539b;
}
.crmc_social_links ul li a:hover {
	color: #6aaddf;
}

ul#above_footer_icons {
	width: 100%;
	text-align: right;
}
ul#above_footer_icons li {
	padding: 0 !important;
	display: inline-block;
	margin-right: 30px;
}
ul#above_footer_icons li:nth-last-child {
	margin-right: 0;
}
ul#above_footer_icons li:after {
	display: none;
}
ul#above_footer_icons li a {
	color: #fff;
}
ul#above_footer_icons li a:hover {
	color: #59c1a6;
}

/* Annual Report page */
.section-with-sidebar {
	display: flex;
	display: -ms-flexbox;
}
.section-with-sidebar .subpage-left {
	width: 25%;
	margin-right: 30px;
}
.section-with-sidebar .subpage-left,
.section-with-sidebar .subpage-right {
	margin-bottom: 50px;
}

.service-no-result a,
.doctor-no-result a {
	display: inline-block;
	color: #00539a;
	font-size: 1.25em;
	margin-top: 30px !important;
}
.service-no-result a:hover,
.doctor-no-result a:hover {
	color: #59c1a6;
}

.alignleft {
	float: left;
	padding: 20px 20px 20px 0;
}
.alignright {
	float: right;
	padding: 20px 0 20px 20px;
}

#tribe-events-content a {
	color: #00539c !important;
}
#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: #00539c;
	color: #fff !important;
}

/*media Queries*/
@media (min-width: 638px) {
	.home-tab-section .rtbs_menu li a {
		border-radius: 3px;
		font-size: 1.3em;
		line-height: initial;
		padding: 40px 30px !important;
		width: 100%;
		display: block;
		background: #e1e7ea !important;
		border-bottom: 1px solid #fff;
		font-weight: 500;
		color: #2e3340 !important;
	}
	.home-tab-section .rtbs_menu li {
		width: 100%;
		text-align: center;
	}
	.home-tab-section .rtbs_menu li.current a,
	.home-tab-section .rtbs_menu li:hover a {
		color: #fff !important;
		background: #58c1a6 !important;
		box-shadow: inset 0px -5px 0 0px #48a58d;
	}
	.home-tab-section .rtbs_menu {
		width: 30%;
		float: left;
	}
	.home-tab-section .rtbs_content {
		border-width: 0 !important;
		float: left;
		width: calc(100% - 30%);
		padding: 0 !important;
	}
	.home-tab-section .rtbs_content .tab-inner-content-section {
		padding: 40px 90px;
		background-color: #2e3240;
	}
	.home-tab-section .rtbs_content h3 {
		font-size: 1.3em;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #58c1a6;
		margin-bottom: 17px;
	}
	.home-tab-section .rtbs_content p {
		color: #fff;
		margin-bottom: 0;
	}
	.home-tab-section .rtbs_content p a {
		outline: none;
		background-color: #fff;
		display: inline-block;
		width: auto;
		word-wrap: normal;
		padding: 15px 8%;
		text-transform: uppercase;
		color: #00529a;
		border-radius: 50px;
		font-size: 1.429em;
		font-weight: 500;
		border-bottom: 5px solid #e3e3e3;
		margin-top: 30px;
		display: inline-block;
	}
	.home-tab-section .rtbs_content p img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}

@media (max-width: 780px) {
	#left-sidebar {
		display: none;
	}
}

@media (min-width: 768px) {
	/* Only for IE 11
	*::-ms-backdrop, body{overflow-x: hidden;}
	*::-ms-backdrop, .page-container { max-width: 1170px;margin: 0 auto!important;padding: 0!important;}
	*::-ms-backdrop, .success-stories-section li .caption-wrap .caption p.success-story-subtitle {padding-top: 30px;}
	*::-ms-backdrop, #events-and-blogs {margin-bottom: 5em!important;}
	*::-ms-backdrop, .home-icons-section, .info-section-with-icon {padding: 5em 0!important;position: relative;}
	*::-ms-backdrop, .home-icons-section:before, .info-section-with-icon:before{content: ''!important;display: block!important;position: absolute;background: #daeaf7;height: 100%;width: 100%;left: 0;right: 0;top: 0;bottom: 0;transform: translateX(-100%);}
	*::-ms-backdrop, .home-icons-section:after, .info-section-with-icon:after{content: ''!important;display: block!important;position: absolute;background: #daeaf7;height: 100%;width: 100%;left: 0;right: 0;top: 0;bottom: 0;transform: translateX(100%);}
	*::-ms-backdrop, .home-tab-section .tabcontent .tab-inner-content-section{padding: 30.5px 90px!important;}
	*::-ms-backdrop, .home-social-links-content-section, .above-footer-section {padding: 5em 0!important;position: relative;}
	*::-ms-backdrop, .home-social-links-content-section:before, .above-footer-section:before{content: ''!important;display: block!important;position: absolute;background: #00529a;height: 100%;width: 100%;left: 0;right: 0;top: 0;bottom: 0;transform: translateX(-100%);}
	*::-ms-backdrop, .home-social-links-content-section:after, .above-footer-section:after{content: ''!important;display: block!important;position: absolute;background: #00529a;height: 100%;width: 100%;left: 0;right: 0;top: 0;bottom: 0;transform: translateX(100%);}
	*::-ms-backdrop, .above-footer-section:before, .above-footer-section:after{background: #6aaedf;}
	*/

	.home-tab-section .responsive-tabs:after {
		content: '';
		display: table;
		clear: both;
	}
	.home-tab-section .responsive-tabs {
		position: relative;
	}
	.home-tab-section .responsive-tabs ul.responsive-tabs__list {
		font-size: 1em;
		position: absolute;
		top: 0;
		left: 0;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__list li {
		border-width: 0;
		margin: 0;
		border-radius: 3px;
		font-size: 1.3em;
		line-height: initial;
		padding: 40px 30px !important;
		width: 100%;
		display: block;
		background: #e1e7ea !important;
		border-bottom: 1px solid #fff;
		font-weight: 500;
		color: #2e3340 !important;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__list li {
		width: 100%;
		text-align: center;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__list li.responsive-tabs__list__item--active,
	.home-tab-section .responsive-tabs .responsive-tabs__list li:hover {
		color: #fff !important;
		background: #58c1a6 !important;
		box-shadow: inset 0px -5px 0 0px #48a58d;
		top: 0;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__list {
		margin: 0;
		padding: 0;
		width: 30%;
		float: left;
	}
	.home-tab-section .tabcontent {
		border-width: 0 !important;
		float: right;
		width: calc(100% - 30%);
		padding: 0 !important;
	}
	.home-tab-section .tabcontent .tab-inner-content-section {
		padding: 39.5px 90px;
		background-color: #2e3240;
	}
	.home-tab-section .tabcontent h3 {
		font-size: 1.3em;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #58c1a6;
		margin-bottom: 17px;
	}
	.home-tab-section .tabcontent p {
		color: #fff;
		margin-bottom: 0;
	}
	.home-tab-section .tabcontent p a {
		outline: none;
		background-color: #fff;
		display: inline-block;
		width: auto;
		word-wrap: normal;
		padding: 15px 8%;
		text-transform: uppercase;
		color: #00529a;
		border-radius: 50px;
		font-size: 1.429em;
		font-weight: 500;
		border-bottom: 5px solid #e3e3e3;
		margin-top: 30px;
	}
	.home-tab-section .tabcontent p a:hover {
		color: #fff;
		background: #58c1a6 !important;
		border-bottom: 5px solid #319b80;
		border-color: #319b80 !important;
	}
	.home-tab-section .tabcontent p img {
		width: 100%;
		height: auto;
		max-width: 100%;
		float: left;
	}
	.home-tab-section .responsive-tabs-wrapper {
		margin-bottom: 0;
	}
	.home-tab-section .tabcontent .tab-inner-content-section + p:after {
		content: '';
		display: table;
		clear: both;
	}

	.home-tab-section .tab-title-tabi li {
		border-width: 0;
		text-align: center;
		margin: 0;
		border-radius: 3px;
		font-size: 1.5em;
		line-height: initial;
		padding: 38.5px 15px !important;
		width: 100%;
		display: block;
		background: #6aaddf !important;
		border-bottom: 1px solid #fff;
		font-weight: 500;
		color: #fff !important;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__panel {
		margin-top: -103px;
	}
	.home-tab-section .tab-title-tabi {
		position: relative;
		width: 30%;
		float: left;
	}
}

@media (min-width: 992px) {
	.main-menu ul {
		padding-left: 42px;
	}
	.main-menu ul li {
		line-height: 43px;
		border-left: 1px solid #e1eae9;
	}
	.main-menu ul li li {
		border-left: 0;
	}
	.main-menu ul li:last-child {
		border-right: 1px solid #e1eae9;
	}
	.main-menu ul li a {
		color: #00539c;
		font-weight: 700;
		border-bottom: 3px solid transparent;
	}
	/*.main-menu ul li a:hover { color: #fff; background-color: #59c1a6; font-weight: 700; }*/
	.main-menu ul li:hover > a {
		border-bottom-color: #59c1a6;
	}
	.main-menu ul li li {
		color: #00539c !important;
		min-width: 230px;
	}
	.main-menu nav ul li:hover {
		cursor: pointer;
		position: relative;
	}
	.main-menu nav > ul > li > a {
		padding: 4px 27px 0;
		cursor: pointer;
		display: block;
		outline: none;
		width: 100%;
		text-decoration: none;
	}
	.main-menu nav > ul > li {
		float: left;
	}
	.main-menu nav > ul > li ul a:hover {
		background-color: #59c1a6;
		color: #fff;
	}
	.main-menu nav > ul li ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 2000;
		padding-left: 0;
		border: 0;
		background-color: #fff; /*border-bottom: 3px solid #59c1a6;*/
	}
	.main-menu nav > ul li ul li:last-child {
		border-right: 0;
	}
	.main-menu nav > ul li ul li ul {
		left: 230px;
		margin-top: -46px;
	}
	.main-menu nav > ul li ul li.current_page_item > a,
	.main-menu nav > ul > li.current_page_item > a,
	.main-menu nav > ul > li.current_page_parent > a {
		border-bottom-color: #59c1a6;
	}
	.main-menu nav > ul > li.current_page_parent > ul li.current-menu-item > a,
	.main-menu nav > ul > li.current_page_parent > ul li.current_page_parent ul li.current-menu-item > a,
	.main-menu ul li li.current-menu-ancestor > a {
		background: #59c1a6;
		color: #fff;
	}
	.main-menu nav > ul > li.current_page_parent ul li.current-menu-item > a {
		color: #fff;
		background-color: #59c1a6;
	}
	.main-menu nav > ul li ul li.current-page-ancestor > a {
		background-color: #59c1a6;
		color: #fff;
	}
	.main-menu nav > ul li ul li > a {
		text-decoration: none;
		color: #00539c;
		display: inline-block;
		width: 100%;
		padding: 0 15px;
	}
	.main-menu [type='checkbox'],
	.main-menu label {
		display: none;
	}
	.main-menu nav ul li:hover > ul {
		display: block;
	}
	#main .job_filters .search_jobs input[type='submit'] {
		padding: 9px 15px !important;
		font-size: 1em !important;
		font-weight: 600;
	}
}
@media (min-width: 1600px) {
	#home-slider .metaslider .caption-wrap {
		max-width: 1170px;
	}
	#home-slider .metaslider .caption {
		padding-top: 12%;
	}
	.success-stories-section li .caption-wrap .caption h4 {
		font-size: 4em;
	}
}
@media (max-width: 1440px) {
	#home-slider .metaslider .caption {
		padding-top: 4%;
	}
	.success-stories-section li .caption-wrap .caption {
		max-width: 64%;
	}
	.success-stories-section li .caption-wrap .caption h4 {
		font-size: 2.2em;
	}
	.success-stories-section li .caption-wrap .caption p a {
		text-align: center;
		padding: 15px 8% 10px;
		font-size: 1.129em;
		margin-top: 15px;
	}
	.success-stories-section li .caption-wrap .caption p.success-story-subtitle {
		font-size: 1.2em;
	}
	.success-stories-section li .caption-wrap:after {
		border: 6px solid #58c1a6;
	}
}
@media (max-width: 1200px) {
	h4 {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	p {
		margin-bottom: 1.5em;
	}
	#home-slider .metaslider .caption {
		padding: 15px 5%;
		display: flex;
		align-items: baseline;
		justify-content: center;
		flex-direction: column;
	}
	#home-slider .metaslider h2 {
		font-size: 3.214em;
		line-height: initial;
	}
	#home-slider .banner-content {
		font-size: 1.586em;
		margin-bottom: 30px;
	}
	.home-vertical-menu-section .widget-title,
	.home-vertical-menu-section h4,
	.home-vertical-menu-section h4 a {
		font-size: 1.1em;
	}
	.home-tab-section .responsive-tabs .responsive-tabs__list li,
	.home-tab-section .rtbs_menu li a {
		padding: 35px 30px !important;
	}
	.home-tab-section .tabcontent .tab-inner-content-section,
	.home-tab-section .rtbs_content .tab-inner-content-section {
		padding: 42px 70px;
	}
	.home-social-links-content-section p {
		font-size: 2em;
	}
	.home-social-links-content-section {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.home-social-links-section {
		text-align: center;
	}
	.home-social-links-content-section .panel-grid-cell .so-panel {
		margin-bottom: 20px !important;
	}
	.home-social-links-section .so-panel .ow-button-base a {
		margin: 0 20px;
	}

	.success-stories-section li img {
		min-height: 500px;
		width: auto;
		object-fit: cover;
		object-position: left;
	}
	.success-stories-section li .caption-wrap .caption {
		max-width: 350px;
	}
	.success-stories-section li .caption-wrap .caption h4 {
		font-size: 2em;
	}
	.success-stories-section li .caption-wrap:after {
		border-width: 10px;
	}

	#events-and-blogs .tribe-events-adv-list-widget {
		margin-left: 2em;
	}
	.info-section-with-icon {
		padding: 40px 15px 20px !important;
	}

	.breadcrumbs {
		padding-left: 10px;
	}
	.page-banner-title h2 {
		text-align: center;
	}
	.container {
		padding: 0 10px;
	}
	.footer-blue .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-blue .container div:first-child {
		width: 100%;
		float: none; /*padding-bottom: 30px;*/
		flex: none;
	}
	.foot-address {
		padding-left: 0;
		padding-right: 0;
		left: 100px;
		position: relative;
	}
	.footer-blue .container div:not(:first-child) {
		flex: 1;
	}
	.foot-menu {
		right: 100px;
		position: relative;
	}
	.foot-menu ul li {
		padding: 0 0;
	}

	.main-menu ul {
		padding-left: 0;
	}
	.main-menu .container {
		padding-left: 0;
	}

	.foot-copyrights {
		line-height: 30px;
		padding: 10px 0;
	}
}
@media (max-width: 991px) {
	#main-header {
		overflow: hidden;
	}
	.staffs li {
		width: 29%;
	}
	.home-vertical-menu-section .panel-grid-cell {
		width: 44% !important;
	}
	.home-vertical-menu-section .panel-grid-cell:last-child {
		position: static;
	}
	.home-vertical-menu-section {
		display: block !important;
		padding-bottom: 0;
		border-bottom: 1px solid #f0f3f4;
		position: relative;
	}
	.home-vertical-menu-section .panel-grid-cell {
		margin: 30px 0 0 !important;
	}
	.vertical-menu-inner-section {
		position: absolute;
		width: 50%;
		left: auto;
		height: auto !important;
		margin-top: 0;
		right: 0;
		top: 0;
	}
	.home-vertical-menu-section .widget-title {
		max-width: 240px;
	}
	.vertical-menu-links li a {
		padding: 21px 10px;
	}
	.home-slider .flexslider .slides img {
		height: 385px;
		object-fit: cover;
		object-position: center;
	}
	#home-slider .metaslider .flex-control-nav {
		display: none;
	}
	#home-slider .metaslider .caption {
		width: 100%;
	}
	#home-slider .metaslider .caption {
		justify-content: flex-start;
		padding: 35px 5%;
	}
	#home-slider .metaslider .flexslider .flex-direction-nav li a {
		z-index: 99;
		bottom: 15px;
		opacity: 1;
		top: auto;
	}
	#home-slider .flex-direction-nav .flex-next {
		left: 70px;
		right: auto;
	}
	.home-social-links-content-section .panel-grid-cell .so-panel {
		margin-bottom: 0px !important;
	}
	.home-social-links-content-section p {
		line-height: 35px;
		margin-bottom: 30px;
	}
	.home-social-links-content-section {
		padding: 40px 0;
	}
	.tab .fs-list ul li {
		width: 49.99%;
	}
	.t-results li {
		width: 33.333%;
	}
	.success-stories-section li .caption-wrap .caption {
		max-width: 265px;
	}
	.success-stories-section li .caption-wrap:after {
		height: 104%;
		border-width: 7px;
	}

	.home-tab-section .tabcontent .tab-inner-content-section,
	.home-tab-section .rtbs_content .tab-inner-content-section {
		padding: 76px 70px;
	}
	.home-tab-section {
		padding: 0;
	}

	.top-menu {
		display: none;
	}
	.main-menu .container {
		display: flex;
	}
	.main-menu .container {
		padding-right: 0;
	}
	.main-menu .container nav {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.search-section a i {
		height: 50px;
		width: 50px;
		text-align: center;
	}
	.main-menu .container .phone-section-res {
		flex: 16;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.phone-section-res a {
		color: #00539c;
		font-size: 2em;
		font-weight: 600;
	}
	.main-menu .container .search-section {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		border-left: 1px solid #e1eae9;
	}
	.main-menu ul li {
		border: 0 !important;
	}
	.logo-section {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}
	.phone-section {
		display: none;
	}
	.phone-section-res {
		display: inline-block;
	}

	.main-menu {
		height: auto;
		width: 100%;
		display: block;
	}
	.main-menu nav > ul li ul li ul {
		left: 0;
		margin-top: 0;
	}
	.main-menu nav {
		display: block;
		vertical-align: top;
	}
	.main-menu nav ul {
		display: none;
	}
	.main-menu label {
		display: inline-block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		border-right: 1px solid #e1eae9;
	}
	.main-menu label:after {
		content: '';
		display: block;
		cursor: pointer;
		width: 24px;
		height: 3px;
		background: #00539c;
		margin: 16px 13px;
		box-shadow: 0px 8px 0px #00539c, 0px 16px 0px #00539c;
	}
	.main-menu [type='checkbox']:checked ~ ul {
		display: block;
		z-index: 9999;
		position: absolute;
		right: 20px;
		left: 20px;
		top: 141px;
	}
	.main-menu nav a {
		color: #777;
	}
	.main-menu nav ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background: #eef3f6;
		color: #00539c;
	}
	.main-menu nav > ul > li {
		margin-left: 0px;
	}
	.main-menu nav > ul li ul li {
		display: block;
		float: none;
	}
	.main-menu nav > ul li ul {
		position: relative;
		width: 100%;
		z-index: 9999;
		float: none;
	}

	.foot-address {
		left: 50px;
	}

	.foot-copyrights {
		height: auto;
		line-height: 21px;
		padding: 10px 0;
		display: inline-block;
	}
	.foot-copyrights li {
		text-align: center;
		flex: none;
	}
	.foot-copyrights li:last-child {
		text-align: center;
	}
	.category-news-feed .news-archives-container img {
		height: 110px;
	}
	.bd-list .so-panel {
		margin-bottom: 10px !important;
	}
	.bd-list .panel-grid-cell {
		margin-bottom: 15px !important;
	}
	.bd-list p {
		margin-bottom: 0 !important;
	}
	.bd-list .sow-image-container img {
		max-width: 150% !important;
	}
	#home-slider .metaslider .caption a {
		padding: 20px 30px;
	}
	.abt-history {
		margin-bottom: 40px;
	}
	.page-banner {
		background-position: center center;
	}
	.home-social-links-content-section h3 {
		margin-bottom: 30px;
		text-align: center;
	}
	.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li a,
	.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons .icons-li.contact-number a {
		margin: 0 25px;
	}
	.home-social-links-content-section .home_social_contact_icons_section #home_social_contact_icons {
		margin-bottom: 30px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.section-with-sidebar {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.section-with-sidebar .subpage-left,
	.section-with-sidebar .subpage-right {
		width: 100%;
		margin-right: 0;
	}
	ul#above_footer_icons {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.staffs li {
		width: 45%;
	}
	.vertical-menu-links li a {
		font-size: 1.2em;
	}
	.home-vertical-menu-section .sow-image-container {
		height: 85px;
		width: 85px;
	}
	.vertical-menu-links li a {
		padding: 16px 10px;
	}
	.home-vertical-menu-section .widget_sow-image {
		margin-bottom: 22px !important;
	}
	.panel-grid {
		margin-bottom: 0 !important;
	}
	.home-vertical-menu-section .panel-grid-cell {
		margin: 50px 0 0 !important;
	}
	#main .home-icons-section .sow-features-feature {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	#main .home-icons-section .sow-features-feature {
		width: 50% !important;
		float: left;
	}
	.home-icons-section {
		padding-bottom: 0;
	}
	.home-content-section img {
		display: none !important;
	}
	.tabs {
		display: inline-block;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: calc(100% - 40px);
	}
	.t-results li {
		width: 49.999%;
	}
	.tabs .tab,
	.tabs label {
		-webkit-box-ordinal-group: NaN;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	.success-stories-section li .caption-wrap:after {
		display: none;
	}
	.success-stories-section li a,
	.success-stories-section li .caption-wrap {
		width: 100%;
	}
	.success-stories-section li {
		flex-direction: column-reverse;
	}
	.success-stories-section li .caption-wrap .caption {
		text-align: center;
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	.success-stories-section li .caption-wrap .caption h4 {
		font-size: 2em;
	}
	.success-stories-section li .caption-wrap .caption p a {
		margin: 35px auto 0;
	}
	.success-stories-section li > a:before {
		content: '';
		position: absolute;
		width: 94%;
		height: 38%;
		top: 21%;
		border: 5px solid #58c1a6;
		border-radius: 10px;
		left: 2%;
		transform: translateY(-50%);
	}
	.success-stories-section .flex-direction-nav {
		top: 30%;
		right: 80px;
	}
	.success-stories-section .metaslider .flexslider .flex-direction-nav li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.success-stories-section .flex-next:after,
	.success-stories-section .flex-prev:after {
		font-size: 18px;
	}
	.success-stories-section li img {
		height: 385px !important;
		min-height: initial;
	}
	.success-stories-section li > a:before {
		width: 82%;
		height: 315px;
		top: 32px;
		transform: none;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#events-and-blogs.panel-row-style {
		flex-direction: column-reverse !important;
	}
	#events-and-blogs .panel-grid-cell .so-panel {
		margin: 0 0 40px;
	}
	#events-and-blogs {
		margin-bottom: 0em;
	}
	.site-main .panel-grid:first-child {
		margin-bottom: 30px !important;
	}
	.site-main .info-section-with-icon .panel-grid,
	.info-section-with-icon .panel-grid-cell {
		margin-bottom: 10px !important;
	}
	.info-section-with-icon {
		padding-bottom: 0 !important;
	}
	.all-aboutyou-section {
		height: 420px;
	}

	.home-tab-section {
		margin: 0 -10px;
	}
	.home-tab-section .tabcontent {
		padding: 0 !important;
		border-width: 0 !important;
	}
	.home-tab-section .tabcontent .tab-inner-content-section {
		padding: 2.813em;
		background: #2e3240;
	}
	.home-tab-section .tabcontent .tab-inner-content-section h3 {
		display: none;
	}
	.home-tab-section .tabcontent .tab-inner-content-section p {
		color: #fff;
	}
	.home-tab-section .tabcontent .tab-inner-content-section + p {
		margin: 0;
	}
	.home-tab-section .tabcontent .tab-inner-content-section + p:after {
		content: '';
		display: table;
		clear: both;
	}
	.home-tab-section .tabcontent img {
		max-width: 100%;
		height: auto;
		float: left;
	}
	.home-tab-section .tabcontent .tab-inner-content-section p a {
		outline: none;
		background-color: #fff;
		display: inline-block;
		width: auto;
		word-wrap: normal;
		padding: 15px 12%;
		text-transform: uppercase;
		color: #00529a;
		border-radius: 50px;
		font-size: 1.429em;
		font-weight: 500;
		border-bottom: 5px solid #e3e3e3;
		margin-top: 30px;
	}
	.home-tab-section .responsive-tabs h2.tabtitle {
		border-width: 0;
		margin: 0;
		border-radius: 3px;
		font-size: 1.3em;
		line-height: initial;
		padding: 35px 30px !important;
		width: 100%;
		display: block;
		background: #e1e7ea !important;
		border-bottom: 1px solid #ebeff1;
		font-weight: 500;
		color: #2e3340 !important;
		width: 100%;
		text-align: center;
	}
	.home-tab-section .tab-title-tabi li {
		border-width: 0;
		margin: 0;
		border-radius: 3px;
		font-size: 1.5em;
		line-height: initial;
		padding: 35px 30px !important;
		width: 100%;
		display: block;
		background: #6aaddf !important;
		border-bottom: 1px solid #ebeff1;
		font-weight: 500;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	.home-tab-section .responsive-tabs h2.tabtitle:after {
		display: none;
	}
	.home-tab-section .responsive-tabs h2.tabtitle.responsive-tabs__heading--active {
		color: #fff !important;
		background: #58c1a6 !important;
		box-shadow: inset 0px -5px 0 0px #48a58d;
		top: 0;
		border-bottom: 0;
		font-size: 1.5em;
	}

	.footer-blue .container div:not(:first-child) {
		width: 80%;
		float: none;
		padding-bottom: 30px;
		flex: none !important;
	}
	.foot-menu {
		right: 0;
		left: 50px;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.foot-logo img {
		width: 80%;
	}
	.foot-menu ul li:nth-child(6) {
		margin-bottom: 30px;
	}

	.home-social-links-content-section {
		padding: 40px 0 0;
	}
	#home-slider .metaslider .caption a {
		padding: 15px 30px;
		font-size: 1em;
	}
	#home-slider .metaslider h2 {
		font-size: 3.214em;
		line-height: 40px;
	}
	.site-main #pg-5-7 > .panel-row-style {
		padding: 30px 0;
	}

	.page-banner {
		background-position: center center;
	}
	.page-banner .page-banner-title {
		padding: 40px 20px;
	}
	.page-banner .page-banner-title h1 {
		font-size: 2em;
	}

	.without-pagebuilder h2 {
		font-size: 2.2em;
	}
}
@media (max-width: 640px) {
	.tab .fs-list ul li {
		width: 99.99%;
	}
	.t-results li {
		width: 99.999%;
	}
	.doctors-contact-section2 .gform_button {
		width: auto !important;
		line-height: 1 !important;
	}
	.news-archives-container {
		width: 100%;
	}
	.news-archives-container:nth-child(1n) {
		margin-right: 0;
	}
	.news-search-container input#search {
		width: calc(100% - 93px);
	}
	.staffs {
		text-align: center;
	}
	.staffs li {
		width: 90%;
		margin-bottom: 20px;
	}
	.doctors-content-section h4 {
		font-size: 1.8em;
	}
}
@media (max-width: 637px) {
	.home-tab-section .rtbs_menu li a {
		border-radius: 3px;
		font-size: 1.3em;
		line-height: initial;
		padding: 15px 30px !important;
		width: 100%;
		display: block;
		background: #e1e7ea !important;
		border-bottom: 1px solid #fff;
		font-weight: 500;
		color: #2e3340 !important;
	}
	.home-tab-section .rtbs_menu li {
		width: 100%;
		text-align: center;
	}
	.home-tab-section .rtbs_menu li.current a,
	.home-tab-section .rtbs_menu li:hover a {
		color: #fff !important;
		background: #58c1a6 !important;
		box-shadow: inset 0px -5px 0 0px #48a58d;
	}
	.home-tab-section .rtbs_menu li {
		padding-left: 0 !important;
	}
	.home-tab-section .rtbs_content {
		border-width: 0 !important;
		padding: 0 !important;
	}
	.home-tab-section .rtbs_content .tab-inner-content-section {
		padding: 20px 20px;
		background-color: #2e3240;
	}
	.home-tab-section .rtbs_content h3 {
		font-size: 1.3em;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #58c1a6;
		margin-bottom: 17px;
	}
	.home-tab-section .rtbs_content p {
		color: #fff;
		margin-bottom: 0;
	}
	.home-tab-section .rtbs_content p a {
		outline: none;
		background-color: #fff;
		display: inline-block;
		width: auto;
		word-wrap: normal;
		padding: 15px 8%;
		text-transform: uppercase;
		color: #00529a;
		border-radius: 50px;
		font-size: 1.429em;
		font-weight: 500;
		border-bottom: 5px solid #e3e3e3;
		margin-top: 30px;
	}
	.home-tab-section .rtbs_content p img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.home-tab-section .rtbs_menu li.mobile_toggle {
		font-size: 1.3rem !important;
		color: #fff !important;
		background: #58c1a6 !important;
		box-shadow: inset 0px -5px 0 0px #48a58d;
		padding-bottom: 18px !important;
	}
	.home-tab-section .rtbs_content p a {
		font-size: 1.2em;
		padding: 10px 8%;
		margin-top: 20px;
	}
	.home-tab-section .rtbs.rtbs_home-tab-section {
		margin-top: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.category-news-feed .news-archives-container .news-image {
		float: none;
		width: 300px;
	}
	.category-news-feed .news-archives-container img {
		height: 220px;
	}
}
@media (max-width: 480px) {
	.staffs li {
		width: 90%;
		margin: 0 5% 5%;
	}
	.logo-section img {
		width: 80%;
	}
	.foot-copyrights {
		font-size: 0.8em;
	}
	.main-menu .container .phone-section-res {
		padding-left: 13%;
	}
	.doctors-content-section iframe {
		min-width: 300px;
	}
	.doctors-content-section .textwidget iframe {
		min-width: 300px;
	}
	.success-stories-section .flex-direction-nav {
		top: 33%;
		right: 60px;
	}
	.category-news-feed .news-archives-container img {
		height: 180px;
	}
}

@media (max-width: 360px) {
	.home-vertical-menu-section .panel-grid-cell {
		width: 40% !important;
	}
	h4 {
		font-size: 2.7em;
		margin-bottom: 0.5em;
	}
	.vertical-menu-inner-section {
		width: 60%;
	}
	.home-vertical-menu-section .sow-image-container img {
		width: 30px;
	}
	.home-vertical-menu-section .sow-image-container {
		height: 65px;
		width: 65px;
	}
	.home-vertical-menu-section .widget-title,
	.home-vertical-menu-section h4,
	.home-vertical-menu-section h4 a {
		font-size: 1em;
	}
	.home-vertical-menu-section .widget_sow-image {
		margin-bottom: 10px !important;
	}
	.vertical-menu-links li a {
		padding: 10px;
	}
}

/*26-11-19*/
#donations-form .woocommerce-Price-amount {
	display: none;
}
.single_post_section_container {
	display: flex;
}
.ecard_info input,
.ecard_info textarea {
	width: 25% !important;
}
.ecard_info .previewButton {
	background: #00529b !important;
	display: inline-block;
	width: auto;
	word-wrap: normal;
	cursor: pointer;
	padding: 14px 8% !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px !important;
	font-size: 1.4em !important;
	font-weight: 500;
	border-bottom: 5px solid #053f71 !important;
	border-color: #053f71;
}
.ecard_info .previewButtons {
	margin-top: 80px !important;
}
.ecard_info .previewButton:hover {
	background: #58c1a6 !important;
	border-bottom: 5px solid #319b80;
	border-color: #319b80 !important;
}
.staffs ul {
	width: 100%;
}
.staffs ul li:after {
	display: none;
}
.ecard_success_message h3 {
	text-align: center;
	margin: 50px auto;
}

/*29-11-2019*/
.home-slider ul li img {
	/*height:70vh!important;*/
	object-fit: cover;
}

.without-pagebuilder h2.child-categories-title {
	font-size: 1.5em;
	margin-bottom: 0px;
}
.child-categories-title-container,
.child-categories-col {
	margin-bottom: 0px !important;
}
.child-categories-container .child-categories-col .services_nav_link,
.child-categories-container .child-categories-col .services_nav_link h2 {
	color: #2c3e50 !important;
}

/* Only for IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body {
		overflow-x: hidden;
	}
	.page-container {
		max-width: 1170px;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	.success-stories-section li .caption-wrap .caption p.success-story-subtitle {
		padding-top: 30px;
	}
	#events-and-blogs {
		margin-bottom: 5em !important;
	}
	.home-icons-section,
	.info-section-with-icon {
		padding: 5em 0 !important;
		position: relative;
	}
	.home-icons-section:before,
	.info-section-with-icon:before {
		content: '' !important;
		display: block !important;
		position: absolute;
		background: #daeaf7;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translateX(-100%);
	}
	.home-icons-section:after,
	.info-section-with-icon:after {
		content: '' !important;
		display: block !important;
		position: absolute;
		background: #daeaf7;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translateX(100%);
	}
	.home-tab-section .tabcontent .tab-inner-content-section {
		padding: 30.5px 90px !important;
	}
	.home-social-links-content-section,
	.above-footer-section {
		padding: 5em 0 !important;
		position: relative;
	}
	.home-social-links-content-section:before,
	.above-footer-section:before {
		content: '' !important;
		display: block !important;
		position: absolute;
		background: #00529a;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translateX(-100%);
	}
	.home-social-links-content-section:after,
	.above-footer-section:after {
		content: '' !important;
		display: block !important;
		position: absolute;
		background: #00529a;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translateX(100%);
	}
	.above-footer-section:before,
	.above-footer-section:after {
		background: #6aaedf;
	}
}
.child-categories-container .child-categories-col a:hover h2 {
	color: #48a58d !important;
}
#social-icons li:after {
	content: '';
	background: none;
}
