/*
Theme Name: Perpetual Help Medical Center
Theme URI: 
Description: Child theme of oceanwp theme for the OceanWP theme
Author: <a href="https://oceanwp.org/about-me/">Nick</a>
Author URI: 
Template: oceanwp
Version: 1.6.8
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 03 Jul 2019 01:20:05 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700|Open+Sans|Raleway:300,400,500,600,700&display=swap");

:root {
	--font-Open-sans: "Open Sans", sans-serif;
	--font-Raleway: "Raleway", sans-serif;
	--font-Ibm: "IBM Plex Sans", sans-serif;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
	color: white;
}
a:hover,
a:visited {
	text-decoration: unset;
}
.f-ibm * {
	font-family: var(--font-Ibm) !important;
}
.color-white {
	color: #fff;
}
html {
	font-size: 100%;
}
body {
	font-family: var(--font-Open-sans);
}
.single-default-style ol li {
	margin: 0 10px 0 20px;
	color: #000;
}

._top-nav {
	background-image: linear-gradient(to left, #004bbb, #439472 70%);
	padding: 16px 0px;
	color: #fff;
	font-size: 15px;
}
._top-nav .call p {
	font-size: 13px;
	font-family: var(--font-Raleway);
}
@media (max-width: 508px) {
	._top-nav .call p {
		font-size: 13px;
	}
}

._top-nav .call p span {
	padding: 0px 10px;
	letter-spacing: 0.5px;
}
._top-nav .facebook {
	color: #fff;
	text-decoration: unset;
}
._top-nav .search {
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}
._top-nav .search form {
	display: none;
}
._top-nav .search form input {
	background: #0000;
	padding: 2px 5px;
	border: 1px solid #fff;
	border-top: unset;
	border-left: unset;
	border-right: unset;
	color: #fff;
	min-height: 21px;
	border-bottom: 2px solid #fff;
	height: 23px;
}
._top-nav .search form input::placeholder {
	color: #fff;
}
._top-nav .search svg {
	margin-left: 10px;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
}
._top-nav .call svg {
	cursor: pointer;
}

.navbar-dark .navbar-toggler {
	color: transparent;
	border: unset;
}
@media (max-width: 576px) {
	._top-nav .call p {
		display: flex;
		flex-direction: row;
	}
}
@media (max-width: 998px) {
	._top-nav .fb {
		display: none;
	}
}

._top-nav .search svg:hover {
	color: #000;
	transition: all ease-in-out 0.3s;
}
._top-nav .top-res {
	height: 21px;
}

/* non homepage nav bar css */
._nav-bar {
	background: #fff;
	padding: 10px 0px;

	border: 0 !important;
}
._nav-bar .navbar .navbar-brand img {
	width: 254px;
}
@media (max-width: 500px) {
	._nav-bar .navbar .navbar-brand img {
		width: 166px;
	}
}
._nav-bar .bg-light {
	background: #fff !important;
}
@media (max-width: 425px) {
	._nav-bar .bg-light {
		padding: 0px;
	}
}
@media (max-width: 425px) {
	._top-nav .call p span {
		padding: 0px 2px;
		letter-spacing: 0.5px;
	}
}
@media (max-width: 320px) {
	._top-nav .call p span {
		font-size: 12px;
	}
}
._nav-bar .menu-item a {
	padding: 30px 10px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-family: var(--font-Open-sans);
	font-size: 14px;
}
._nav-bar .navbar .navbar-toggler svg {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

._nav-bar .menu-item-has-children .sub-menu li {
	list-style: none;
	/* margin: 8px 0px; */
	margin: 15px 0px;
}
._nav-bar .menu-item-has-children .sub-menu li a {
	padding: 0px;
}

@media (min-width: 1200px) {
	._nav-bar .menu-item,
	.syngo .menu-item {
		position: relative;
	}
	._nav-bar .menu-item:after {
		content: "";
		background: #439472;
		position: absolute;
		height: 2px;
		left: 0;
		width: 0%;
		bottom: -9px;
		right: 0;
		transition: width ease-in-out 0.3s;
	}
	.syngo .menu-item:after {
		content: "";
		background: #439472;
		position: absolute;
		height: 100%;
		left: 0;
		width: 0%;
		bottom: 0px;
		right: 0;
		transition: width ease-in-out 0.3s;
		z-index: 0;
	}
	.syngo .menu-item a {
		z-index: 5;
	}
	.syngo .menu-item a:hover {
		color: #fff;
	}
	._nav-bar .menu-item:hover:after,
	.syngo .menu-item:hover:after {
		width: 100%;
	}

	._nav-bar .menu-item-has-children .sub-menu .menu-item {
		position: relative;
	}
	._nav-bar .menu-item-has-children .sub-menu .menu-item:after {
		content: "";
		background: #439472;
		position: absolute;
		height: 2px;
		left: -8px;
		right: -8px;
		width: 0%;
		bottom: 0px;
		top: 0px;
		padding: 10px 0px;
		height: 105%;
		transition: width ease-in-out 0.3s;
		z-index: -1;
	}
	._nav-bar .menu-item-has-children .sub-menu .menu-item:hover a {
		color: #fff;
	}
	._nav-bar .menu-item-has-children .sub-menu .menu-item:hover:after {
		width: 105%;
	}

	._home-bar .menu-item {
		position: relative;
	}
	._home-bar .menu-item:after {
		content: "";
		background: #fff;
		position: absolute;
		height: 2px;
		left: 0;
		width: 0%;
		bottom: -9px;
		right: 0;
		transition: width ease-in-out 0.3s;
	}
	._home-bar .menu-item:hover:after {
		width: 100%;
	}

	.sticky-links-add a {
		position: relative;
	}
	.sticky-links-add a:after {
		content: "";
		background: #fff;
		position: absolute;
		height: 2px;
		left: 0;
		width: 0%;
		bottom: -9px;
		right: 0;
		transition: width ease-in-out 0.3s;
	}
	.sticky-links-add a:hover:after {
		width: 100%;
	}
}

/* Sub menu function */
@media (min-width: 1200px) {
	._nav-bar .menu-item-has-children {
		position: relative;
	}

	._nav-bar .menu-item-has-children:hover .sub-menu {
		display: block;
	}
	._nav-bar .menu-item-has-children .sub-menu {
		display: none;
		position: absolute;
		z-index: 10;
		margin: 0px;
		/* width: 263px; */
		width: 390px;
		left: 0px;
		top: 40px;
		background: #fff;
		padding: 10px 25px;
		-webkit-box-shadow: 8px 9px 10px -6px rgba(97, 97, 97, 0.69);
		-moz-box-shadow: 8px 9px 10px -6px rgba(97, 97, 97, 0.69);
		box-shadow: 2px 3px 10px -6px rgba(97, 97, 97, 0.69);
	}
}
@media (max-width: 1200px) {
	._nav-bar ul.navbar-nav li {
		padding: 10px 0px;
		transition: all ease-in-out 0.3s;
	}
	._nav-bar ul.navbar-nav li:hover {
		background: #398b52;
	}
	._nav-bar ul.navbar-nav li:hover a {
		color: #fff;
	}

	._home-bar ul.navbar-nav li {
		padding: 10px 0px;
		transition: all ease-in-out 0.3s;
	}
	._home-bar ul.navbar-nav li:hover {
		background: #398b52;
	}
	._home-bar ul.navbar-nav li:hover a {
		color: #fff;
	}
	._home-bar ul.navbar-nav li.menu-item-has-children a {
		padding: 15px 20px;
		display: block;
	}

	._nav-bar ul.navbar-nav li.menu-item-has-children {
		position: relative;
		padding: 0;

		margin: 0px;
	}

	._nav-bar ul.navbar-nav li.menu-item-has-children:hover {
		background: #e8e8e8;
		padding-bottom: 8px;
		padding: 0;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children a {
		padding: 12px 15px;
		display: block;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children:hover a {
		background: #398b52;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children .sub-menu li a {
		color: #000;
		background: unset !important;
		padding: 5px 15px;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children .sub-menu li:hover a {
		color: #fff;
	}

	._nav-bar ul.navbar-nav li.menu-item-has-children .sub-menu {
		display: none;
		margin: 0px;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children:after {
		content: "\f0d7";
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 800;
		top: 12px;
		right: 19px;
		height: 100%;
	}
	._nav-bar ul.navbar-nav li.menu-item-has-children:hover:after {
		color: #fff;
	}
}

._home-bar {
	margin-bottom: -87px;
	padding: 0px;
}

@media (max-width: 500px) {
	._home-bar {
		margin-bottom: -72px;
		padding: 0px;
	}
}

._home-bar .navbar {
	background: transparent !important;
	z-index: 1;
}

@media (min-width: 1200px) {
	._home-bar .menu-item a {
		padding: 20px 10px;
	}
}

._home-bar .menu-item a {
	/* padding: 20px 10px !important; */
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	/* text-shadow: 1px 3px 2px #000000; */
	font-family: var(--font-Open-sans);
	font-size: 14px;
}

.sub-menu a {
	padding: 20px 5px 10px 0px;
}
._home-bar .menu-item ul li a {
	color: #000;
	text-shadow: unset;
}
._home-bar .navbar .navbar-toggler svg {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

._home-bar.other .menu-item a {
	color: #fff;
}

@media (max-width: 1199px) {
	._home-bar .navbar-collapse {
		position: absolute;
		width: 100%;
		top: 90px;
		left: 0;
		background: #fff;
	}
	._home-bar .menu-item a {
		color: #000;
		font-size: 14px;
		text-shadow: unset;
		padding: 5px 15px;
		display: block;
	}

	.why-i-love-my-job .slick-next {
		left: 950px;
	}

	.slick-track {
		height: 1080px !important;
	}
}

@media (max-width: 425px) {
	._home-bar {
		margin-bottom: -53px;
		padding: 0px;
	}
}
@media (max-width: 320px) {
	._home-bar {
		margin-bottom: -50px;
		padding: 0px;
	}
}

._banner {
	background: url("https://phmc.com.ph/wp-content/uploads/2019/07/banner-perps.jpg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	/* height: 610px; */
	display: flex;
	display: -webkit-flex;
	align-items: center;
	/* background-attachment: fixed; */
}
._banner img {
	width: 100%;
	height: auto;
}
@media (min-width: 1349px) {
	._banner {
		background-size: cover;
	}
}

._banner .banner-content h2 {
	font-family: var(--font-Ibm);
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}
._banner .banner-content p {
	margin-bottom: 25px;
	font-size: 20px;
	color: #fff;
	font-family: var(--font-Raleway);
}
._banner .banner-content .theme-button {
	border: 1px solid #fff;
	padding: 10px 25px;
	display: inline-block;
	width: 211px;
	z-index: 0;
	color: #fff;
	font-family: var(--font-Raleway);
	font-weight: 600;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 15px;
}
._banner .banner-content .theme-button .fa-arrow-right {
	float: right;
	margin: 3px 0px;
}

._carousel {
	padding: 80px 0px;
}
._carousel .sld {
	height: 500px;
	padding: 30px 0px;
	overflow: hidden;
	padding-bottom: 0px;
}
@media (max-width: 576px) {
	._carousel .sld {
		height: 380px;
	}
}
._carousel .navigation-slider {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
._carousel .navigation-slider .nav-item {
	display: none;
	margin: 5px 0px;
}
._carousel .offered {
	font-family: var(--font-Ibm);
	font-size: 25px;
	font-weight: 900;
	color: #000;
	margin: 0px;
}
._carousel .offer .meta {
	margin-bottom: 20px;
}
._carousel .services {
	font-family: var(--font-Ibm);
	font-weight: 700;
	font-size: 20px;
	color: #000;
}
._carousel .offer {
	display: flex;
	flex-direction: column;
	align-items: center;
}
._carousel .navigation-slider label {
	cursor: pointer;
}
._carousel .nav-item + span {
	color: #696969;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
._carousel .nav-item + span::after {
	content: "";
	background: #33976a;
	position: absolute;
	height: 3px;
	margin-top: 12px;
	margin-left: 20px;
	width: 0px;
	transition: width 0.3s ease-in-out;
}
._carousel .nav-item:checked + span::after,
._carousel .nav-item:hover + span::after {
	width: 45px;
}
._carousel .nav-item:checked + span,
._carousel .nav-item:hover + span {
	font-weight: 600;
	color: #000;
}
._carousel .navigation-slider .navigation-bullet {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

._carousel .phmc-card {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: transform 0.4s ease;
}
._carousel .phmc-card .content {
	margin: auto;
	width: 350px;
	height: 406px;
	background-image: url("https://phmc.com.ph/wp-content/uploads/2019/07/slider-card.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
._carousel .phmc-card .card-content {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#f000 30%, #439d75);
	padding: 25px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
}
._carousel .phmc-card .card-content span {
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
._carousel .phmc-card .card-content h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
._carousel .phmc-card .card-content p {
	font-size: 13px;
	margin: 0px;
	color: #fff;
}
._carousel .phmc-card .card-content p a {
	font-weight: 600;
	color: #fff;
}

._carousel .buttons button {
	display: none;
	border: 0px;
	color: #fff;
	background: #499e7db5;
	padding: 6px 12px;
	font-size: 20px;
}
@media (max-width: 768px) {
	._carousel .buttons button {
		display: block;
	}

	._corporate .gall-images {
		margin-bottom: 300px;
	}
}
._carousel .buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 176px;
	bottom: 0;
	left: 0;
	right: 0;
}

._carousel .card-slider {
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d;
}

._carousel .card-slider .before {
	transform: translate3d(-45%, 35px, -200px);
	opacity: 0.4;
	visibility: visible;
}

._carousel .card-slider .active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

._carousel .card-slider .after {
	transform: translate3d(45%, 35px, -200px);
	opacity: 0.4;
	visibility: visible;
}

@media (max-width: 1200px) {
	._carousel .card-slider .before {
		transform: translate3d(-25%, 35px, -200px);
	}
	._carousel .card-slider .after {
		transform: translate3d(25%, 35px, -200px);
	}
}
@media (max-width: 576px) {
	._carousel .card-slider .before {
		transform: translate3d(-25%, 35px, -400px);
	}
	._carousel .card-slider .after {
		transform: translate3d(25%, 35px, -400px);
	}
	._carousel .card-slider .active {
		transform: translate3d(0, 0, -200px);
	}
}
@media (max-width: 400px) {
	._carousel .card-slider .before {
		transform: translate3d(-25%, 35px, -800px);
	}
	._carousel .card-slider .after {
		transform: translate3d(25%, 35px, -800px);
	}
	._carousel .card-slider .active {
		transform: translate3d(0, 0, -700px);
	}
}

._dedication {
	background: url("assets/img/adult-bandage-care-1498933 1.jpg");
	background-position: 50% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
._dedication .gradient {
	position: absolute;
	background: linear-gradient(to left, #004bbb, #439472 70%);
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.8;
}
._dedication .content {
	padding: 75px 0px;
}
._dedication .content h2 {
	font-family: var(--font-Ibm);
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	font-size: 25px;
}
._dedication .content p {
	font-family: var(--font-Raleway);
	color: #fff;
	font-size: 14pt;
	line-height: 30px;
}

._promos {
	padding: 80px 0px;
}

._promos .title p {
	font-family: var(--font-Ibm);
	color: #000;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 400;
	margin: 0;
}
._promos .title h2 {
	font-family: var(--font-Ibm);
	color: #000;
	font-size: 26px;
	font-weight: 700;
}
._promos .promos-post {
	margin: 70px 0px;
}

._promos .promos-post .promo {
	width: 530px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	color: #fff;
}

._promos .promos-post .promo .content {
	padding: 0px 30px;
	height: 312px;
	opacity: 0.7;
	background-image: linear-gradient(155deg, #6baa59dd, #439472dd 67%);
	transition: 0.3s all ease-in-out;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

._promos .promos-post .promo:hover .content {
	opacity: 1;
}
._promos .promos-post .promo .content h4 {
	font-family: var(--font-Ibm);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
._promos .promos-post .promo .content p {
	margin-bottom: 20px;
}
li#menu-item-23872 {
	display: none !important;
}
@media (max-width: 1199px) {
	li#menu-item-23872 {
		display: block !important;
	}
}
@media (max-width: 576px) {
	._promos .promos-post .promo .content p {
		display: none;
	}
}

._promos .promos-post .promo .content a.promo-button {
	color: #fff;
	padding: 10px 25px;
	border: solid 1px #fff;
	margin-top: 11px;
	display: inline-block;
	text-decoration: none !important;
}
._promos .promos-post .promo .content a.promo-button svg {
	margin-left: 20px;
}

._promos .promos-post .promo.other {
	width: 252px;
	height: 318px;
	position: relative;
	display: inline-block;
}
._promos .promos-post .promo.other .content {
	padding: 50px 30px;
	position: absolute;
	width: 100%;
	height: 100%;
}
._promos .promos-post .promo.other .content a.promo-button {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* ._promos .promos-post .promo.other .content a.promo-button svg{
    margin-left: 34px;
} */
@media (max-width: 1200px) {
	._promos .promos-post .promo {
		width: 100%;
	}
	._promos .promos-post .promo.other {
		width: 48%;
	}
}

@media (max-width: 576px) {
	._promos .promos-post .promo.other {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 992px) {
	._promos .promos-post .other-post {
		justify-content: space-between;
		margin-top: 33px;
	}
}
@media (max-width: 576px) {
	._promos .promos-post .promo .content a.promo-button {
		display: flex;
		display: -webkit-flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
}

._elite {
	background-image: url("https://phmc.com.ph/wp-content/uploads/2019/07/Untitled-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 0px;
}
@media (max-width: 425px) {
	._elite {
		background-position: 45%;
	}
}
._elite .meta {
	margin: 0px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: var(--font-raleway);
}
._elite h4 {
	font-family: var(--font-ibm);
	font-weight: bolder;
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
}
._elite .desc {
	margin: 0px;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
._elite .theme-button {
	display: inline-block;
	margin-top: 19px;
	padding: 10px 25px;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--font-raleway);
	font-weight: 600;
}
._elite .theme-button svg {
	margin-left: 40px;
}

._latest-news {
	margin-top: -120px;
}
._latest-news .first {
	padding: 90px 0px;
}
@media (max-width: 768px) {
	._latest-news .first {
		padding: 40px 0px;
		padding-bottom: 80px;
	}
}
._latest-news .first h4 {
	font-family: var(--font-Ibm);
	font-weight: 700;
	margin-bottom: 10px;
}
._latest-news .first p {
	margin-bottom: 20px;
	line-height: 25px;
}
._latest-news .first a {
	border: 1px solid #33976a;
	padding: 10px 25px;
	color: #33976a;
	font-weight: 800;
	font-family: var(--font-ibm);
	font-size: 15px;
	display: inline-block;
}
._latest-news .first svg {
	margin-left: 50px;
}
._latest-news .second {
	display: flex;
	display: -webkit-flex;
}
._latest-news .card-news {
	max-width: 328px;
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	._latest-news .card-news {
		margin: unset;
		margin-bottom: 20px;
	}
}
._latest-news .card-news img {
	height: 222px;
	object-fit: cover;
	width: 100%;
}
._latest-news .card-news .content {
	padding: 25px 20px;
}
._latest-news .card-news .content h5 {
	font-family: var(--font-Ibm);
	font-weight: 600;
	min-height: 72px;
}
._latest-news .card-news .content a {
	color: #008b52;
	font-weight: 600;
	text-decoration: none !important;
	font-size: 15px;
}
._latest-news .card-news .content a:hover {
	color: #2e74e0;
}

@media (max-width: 1200px) {
	._latest-news .card-news {
		max-width: 47%;
	}
	._latest-news .card-news img {
		width: 100%;
	}
}
@media (max-width: 768px) {
	._latest-news .card-news {
		max-width: 100%;
	}
	._latest-news .second {
		flex-direction: column;
	}
}

._footer {
	background-image: url("https://phmc.com.ph/wp-content/uploads/2019/07/footer-bg.jpg");
	padding-top: 66px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
._footer span a {
	color: #fff;
	font-weight: bold;
	text-underline-position: under;
}

._footer .your-message .wpcf7-form-control.wpcf7-textarea {
	min-height: 40px;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
._footer .find img {
	width: 90%;
}
._footer .your-message .wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #fff;
}

._footer .links {
	margin-bottom: 25px;
}
._footer .your-name input {
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
._footer .your-email input {
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	color: #fff !important;
}
._footer .wpcf7-submit {
	background: transparent;
	border-radius: 0px;
	color: #fff;
	font-family: var(--font-Ibm);
	font-weight: 700;
	border: solid 1px #fff;
	padding: 10px 20px;
	float: right;
}
._footer .wpcf7-submit svg {
	margin-left: 40px;
}

._footer .your-name input::placeholder {
	color: #fff;
}
._footer .your-email input::placeholder {
	color: #fff;
}
._footer .wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
}
._footer .wpcf7-validation-errors {
	display: inline-block;
	color: #fff;
	background: #fff;
	color: #000;
	border: unset;
	border-top: 4px solid #ff2f2f;
}
._footer h4 {
	font-family: var(--font-Ibm);
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}
._footer .find p {
	font-size: 15px;
	color: #fff;
	margin: 0px;
	margin-bottom: 2em;
}
._footer ._bottom {
	padding: 30px 0px;
}
._footer ._bottom p {
	margin: 0px;
	color: #fff;
	font-size: 15px;
}

._footer .menu-item {
	margin: 4px 0px;
}
._footer .menu-item.menu-item-has-children .sub-menu {
	display: none;
}
._footer .menu-item a {
	color: #fff;
	font-size: 13px;
	text-decoration: unset;
}

._footer .menu-item a:hover {
	font-weight: 700;
}
._corporate {
	background: #f7f7f7;
	padding: 90px 0px;
}
._corporate .spaces:last-child {
	padding-top: 96px;
}
._corporate .first-afp {
	padding: 0px 30px;
	padding-bottom: 0px;
}
._corporate .profile {
	padding-right: 40px;
}
._corporate .profile p.upper-headline {
	font-family: var(--font-Ibm);
	font-weight: 400;
	color: #000000;
	margin: 0px;
	line-height: 26px;
}
._corporate .profile .title {
	font-family: var(--font-Ibm);
	font-size: 1.75rem;
	margin-bottom: 15px;
}
._corporate .profile p {
	font-family: var(--font-Raleway);
	color: #666666;
	line-height: 26px;
}
._corporate .first-afp img {
	margin-bottom: 30px;
}
._corporate .first-afp p {
	color: #666666;
	line-height: 26px;
	font-family: var(--font-Raleway);
}
@media (max-width: 767px) {
	._corporate .first-afp {
		padding: 0px;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	._corporate .first-afp img {
		display: block;
		margin: 30px auto;
	}
	._corporate .left-image {
		margin-bottom: 30px;
	}
	.vision > .row,
	.mission > .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

._vm {
	background: url("https://phmc.com.ph/wp-content/uploads/2019/07/bg-mission-vision.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
}
._vm .vision,
._vm .mission {
	padding: 20px 0px;
}
._vm .vision .icon img,
._vm .mission .icon img {
	display: block;
	margin: 30px 0;
	margin-top: 0px;
	max-width: 40px;
}
._vm .vision .content h4,
._vm .mission .content h4 {
	font-family: var(--font-Ibm);
	color: #fff;
	margin-bottom: 20px;
}
._vm .vision .content p,
._vm .mission .content p {
	font-family: var(--font-Raleway);
	color: #fff;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	._vm .vision .content h4,
	._vm .mission .content h4 {
		text-align: left;
	}
	._vm .vision .content p,
	._vm .mission .content p {
		text-align: left;
	}
}

._dedicated {
	padding: 80px 0px;
}
._dedicated h3 {
	text-align: center;
	font-family: var(--font-Ibm);
	font-weight: 700;
	margin-bottom: 25px;
}
._dedicated p.sub-title {
	text-align: center;
	font-family: var(--font-Raleway);
	color: #666666;
	margin-bottom: 45px;
}
._dedicated .icon {
	padding: 12px 20px;
	display: inline-block;
	background-image: linear-gradient(to left, #004bbb, #439472);
	margin-bottom: 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
}
._dedicated .icon:hover {
	background-image: linear-gradient(to left, #498aec, #77eebc);
}
._dedicated .icon p {
	margin: 0px;
	color: #fff;
	font-family: var(--font-ibm);
	font-weight: 700;
}
._dedicated .content p {
	font-family: var(--font-Raleway);
	color: #666;
}

@media (max-width: 768px) {
	._dedicated .content {
		margin-bottom: 20px;
	}
	._dedicated .info {
		display: flex;
		height: 100px;
		align-items: center;
	}
	._dedicated .content p {
		margin: 0px;
	}
	._dedicated .icon {
		height: 48px;
		margin-right: 20px;
	}
}

.bg-nonhome {
	background: #f7f7f7;
}

._news {
	padding: 70px 0px;
	padding-bottom: 30px;
}
._news .news-tab {
	padding-bottom: 20px;
}

._news .priority .content {
	background-image: linear-gradient(to bottom, #f000 30%, #439d75);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px 60px;
}
@media (max-width: 768px) {
	._news .priority .content {
		padding: 20px 30px;
	}
}
._news .priority .content .title {
	font-size: 25px;
	font-family: var(--font-ibm);
	font-weight: 700;
	color: #fff;
}
._news .priority .content .publish {
	font-size: 13px;
	font-family: var(--font-ibm);
	color: #fff;
}
._news .priority .content .excerpt {
	line-height: 20px;
	color: #fff;
	font-size: 15px;
}
._news .priority .content .excerpt a {
	color: #fff;
	font-weight: 700;
}
._news .heading {
	font-family: var(--font-Ibm);
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 48px;
	color: #000;
}
._news .priority {
	width: 738px;
	height: 427px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
._news .other-news h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-Ibm);
	margin-bottom: 30px;
}
._news .other-news {
	width: 372px;
	padding: 23px 30px;
	background: #fff;
}
._news .other-news .news-card {
	display: flex;
	display: -webkit-flex;
	margin: 6px 0px;
}
._news .other-news .news-card img {
	max-width: 98px;
	max-height: 90px;
	object-fit: cover;
}
._news .other-news .news-card .news-content {
	padding: 0 20px;
}
._news .other-news .news-card .news-content h4 {
	font-size: 15px;
	font-family: var(--font-ibm);
	font-weight: 800;
}
._news .other-news .news-card .news-content p {
	font-family: var(--font-Ibm);
	font-size: 13px;
	color: #666;
}
._news .other-news .news-card .news-content p a {
	font-family: var(--font-Ibm);
	font-weight: 700;
}
@media (max-width: 320px) {
	._news .other-news .news-card {
		flex-direction: column;
	}
	._news .other-news .news-card img {
		max-width: 100%;
		margin-bottom: 15px;
	}
	._news .other-news .news-card .news-content {
		padding: 5px;
	}
}

._press {
	padding-bottom: 50px;
}
._press .latest-press {
	width: 674px;
	border-top: 1px solid #014cba;
	padding-top: 50px;
}
._press .latest-press .heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
._press .latest-press h3 {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 800;
}
._press .latest-press .navigation a {
	padding: 5px 10px;
	border: 1px solid #439472;
	margin: 0px 3px;
	color: #439472;
	display: inline-block;
}
._press .latest-press .press-cards {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
._press .latest-press .press-cards .press-card {
	width: 318px;
	border: 1px solid #d7d7d7;
	margin: auto;
	margin-bottom: 20px;
}
._press .latest-press .press-cards .press-card .content {
	padding: 18px 30px;
}
._press .latest-press .press-cards .press-card .content h3 {
	font-family: var(--font-Ibm);
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
}
._press .latest-press .press-cards .press-card .content p {
	font-family: var(--font-Raleway);
	font-size: 15px;
	line-height: 25px;
}
._press .press-tab .announcement {
	margin-left: auto;
}
@media (max-width: 992px) {
	._press .press-tab .announcement {
		width: 100%;
		margin-left: unset;
	}
}
._press .other-announcement {
	width: 372px;
	padding: 30px 30px;
	background: #fff;
}
._press .other-announcement h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-Ibm);
	margin-bottom: 30px;
}
._press .other-announcement .news-card {
	display: flex;
	display: -webkit-flex;
	margin: 6px 0px;
}
._press .other-announcement .news-card img {
	max-width: 98px;
	max-height: 90px;
	object-fit: cover;
}
._press .other-announcement .news-card .news-content {
	padding: 0 20px;
}
._press .other-announcement .news-card .news-content h4 {
	font-size: 15px;
	font-family: var(--font-ibm);
	font-weight: 800;
}
._press .other-announcement .news-card .news-content p {
	font-family: var(--font-Ibm);
	font-size: 13px;
	color: #666;
}
._press .other-announcement .news-card .news-content p a {
	font-family: var(--font-Ibm);
	font-weight: 700;
}

@media (max-width: 1200px) {
	._news .priority {
		width: 100%;
	}
	._news .other-news {
		width: 100%;
	}
	._press .latest-press {
		width: 522px;
	}
	._press .latest-press .press-cards .press-card {
		width: 100%;
	}
	._press .latest-press .press-cards .press-card img {
		width: 100%;
		height: 261px;
		object-fit: cover;
		object-position: top;
	}
}
@media (max-width: 992px) {
	._press .other-announcement {
		width: 100%;
	}
	._press .latest-press {
		width: 100%;
	}
	._press .latest-press .press-cards .press-card {
		width: 318px;
	}
	._press .latest-press .press-cards .press-card img {
		width: 100%;
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
}

._gift {
	padding: 80px 0px;
	background: #f7f7f7;
}
._gift .gift-content h2 {
	font-weight: 600;
	font-family: var(--font-Ibm);
	font-size: 26px;
	margin-bottom: 10px;
}
._gift .gift-content p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}
._gift .image-gift img {
	margin-top: 40px;
}

._programs {
	padding: 80px 0px;
	font-family: var(--font-Ibm);

	background: #fff;
}
._programs h1 {
	font-size: 25px;
	color: #000;
	font-weight: 700;
	margin-bottom: 70px;
}
._programs .program {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 20px;
}
._programs .program .icon img {
	max-width: 22px;
}
._programs .program .content {
	margin-left: 20px;
}
._programs .program .content h4 {
	font-family: var(--font-Ibm);
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
}
._programs .program .content p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}

._address {
	padding: 80px 0px;
	background: #f7f7f7;
}
._address .details h3 {
	font-weight: 800;
	font-family: var(--font-Ibm);
	margin-bottom: 20px;
	font-size: 18px;
}
._address .details p {
	color: #666666;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 23px;
}
._address p.contact {
	font-size: 15px;
	margin-bottom: 0px;
}
._address .contact span {
	font-weight: 700;
}
._address .address-image {
	margin-bottom: 30px;
}
._address .address-image .info {
	color: #000;
}

._contact {
	padding: 50px 0px;
	padding-bottom: 95px;
	background: #f7f7f7;
}
._contact .contact-header {
	padding: 25px 0px;
}
._contact .contact-header h1 {
	font-size: 25px;
	font-weight: 600;
	font-family: var(--font-Ibm);
	margin: 10px;
}
._contact .contact-header p {
	font-size: 15px;
}
._contact .form-box {
	background: #fff;
	padding: 45px 25px;
}
@media (max-width: 992px) {
	._contact .form-box {
		padding: 25px;
	}
}
._contact .form-box .contact-form7 {
	padding: 0px 30px;
}
@media (max-width: 992px) {
	._contact .form-box .contact-form7 {
		padding: 30px 0px;
	}
}

@media (max-width: 767px) {
	._contact .form-box .in-touch {
		padding: 0px;
	}

	.stories-image {
		margin-bottom: 30px;
	}

	.why-i-love-my-job .slick-prev {
		left: 204px !important;
	}

	.why-i-love-my-job .slick-next {
		left: 275px !important;
	}
}
._contact .form-box .in-touch .touch-info h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
._contact .form-box .in-touch .touch-info .details {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 35px;
}

._contact .form-box .in-touch .touch-info .details .info {
	margin-left: 25px;
}
@media (max-width: 320px) {
	._contact .form-box .in-touch .touch-info .details .info {
		margin-left: 10px;
	}
}
._contact .form-box .in-touch .touch-info .details .info p {
	margin: 0px;
	font-size: 15px;
	margin-bottom: 3px;
}
._contact .form-box .in-touch .touch-info .details .info p.first {
	font-weight: 600;
}
._contact .form-box .in-touch .touch-info .details .info p a {
	color: #000;
}
._contact .form-box .in-touch .touch-info .social a {
	padding: 9px 11px;
	display: inline;
	border: 1px solid #f4f4f4;
	border-radius: 3px;
	margin-right: 4px;
}
._contact .form-box .in-touch .touch-info .social a:hover {
	background: #f4f4f4;
}

/*._contact .contact-form7 input,._contact .contact-form7 textarea{
    border: 0px;
    background: #f8f8f8;
    
}*/
._contact .contact-form7 .wpcf7-validation-errors {
	display: block;
	background: #f7f7f7;
	color: #000;
	border: unset;
	border-top: 4px solid #ff2f2f;
}
._contact .contact-form7 .wpcf7-form-control.wpcf7-submit {
	background: #1562a4;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
}
._contact .contact-form7 .wpcf7-form-control.wpcf7-submit:hover {
	background: #124670;
}
._contact .contact-form7 input::placeholder,
._contact .contact-form7 textarea::placeholder {
	color: #a7a7a7;
}

body.single-news_post main {
	background: #f7f7f7;
}

._s-news {
	padding: 70px 0px;
	background: #f6f6f6;
}
._s-news h1 {
	font-size: 25px;
	font-family: var(--font-Raleway);
	font-weight: 800;
}
._s-news h2 {
	margin-top: 0;
}
._s-news span {
	font-size: 13px;
	color: #666666;
	font-family: var(--font-Raleway);
}
._s-news .the-content {
	margin-top: 20px;
}
._s-news .the-content img {
	width: 100%;
	height: auto;
}
._s-news .the-content .content {
	background: #fff;
	padding: 30px;
}
._s-news .the-content .content p {
	color: #666666;
	line-height: 25px;
}

._s-news .the-content .content a {
	color: #008b52;
}

aside .other-news {
	width: 100%;
	padding: 30px 30px;
	background: #fff;
	margin-bottom: 30px;
}
@media (max-width: 1200px) {
	aside .other-news {
		width: 100%;
	}
}
aside .other-news h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: var(--font-Ibm);
}
aside .other-news .news-card {
	display: flex;
	display: -webkit-flex;
	margin: 6px 0px;
}
aside .other-news .news-card img {
	max-width: 98px;
	max-height: 90px;
	object-fit: cover;
}
aside .other-news .news-card .news-content {
	padding: 0 20px;
}
aside .other-news .news-card .news-content h4 {
	font-size: 15px;
	font-family: var(--font-ibm);
	font-weight: 800;
}
aside .other-news .news-card .news-content p {
	font-family: var(--font-Ibm);
	font-size: 13px;
	color: #666;
}
aside .other-news .news-card .news-content p a {
	font-family: var(--font-Ibm);
	font-weight: 700;
}

aside .elite-card {
	background: url("https://phmc.com.ph/wp-content/uploads/2019/07/elite-card.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 35px 25px;
	width: 100%;
	margin-bottom: 30px;
}
aside .elite-card h3 {
	font-size: 15px;
	margin-bottom: 7px;
	font-family: var(--font-Ibm);
	color: #fff;
	font-weight: 300;
}
aside .elite-card p {
	font-weight: 700;
	font-family: var(--font-Ibm);
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}
aside .elite-card a.theme-button {
	display: inline-block;
	padding: 15px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
}
aside .elite-card a.theme-button svg {
	float: right;
	margin: 3px 0px;
	margin-left: 47px;
}
aside .other-announcement {
	width: 372px;
	padding: 30px 30px;
	background: #fff;
}

@media (max-width: 1200px) {
	aside .other-announcement {
		width: 100%;
	}
}
aside .other-announcement h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-Ibm);
	margin-bottom: 30px;
}
aside .other-announcement .news-card {
	display: flex;
	display: -webkit-flex;
	margin: 6px 0px;
}
aside .other-announcement .news-card img {
	max-width: 98px;
	max-height: 90px;
	object-fit: cover;
}
aside .other-announcement .news-card .news-content {
	padding: 0 20px;
}
aside .other-announcement .news-card .news-content h4 {
	font-size: 15px;
	font-family: var(--font-ibm);
	font-weight: 800;
}
aside .other-announcement .news-card .news-content p {
	font-family: var(--font-Ibm);
	font-size: 13px;
	color: #666;
}
aside .other-announcement .news-card .news-content p a {
	font-family: var(--font-Ibm);
	font-weight: 700;
}

@media (max-width: 1024px) {
	aside .elite-card {
		background-position: left;
	}
}

._career {
	padding: 70px 0px;
	background: #f7f7f7;
}
._career .form-box {
	background: #fff;
	padding: 70px 65px;
}
@media (max-width: 425px) {
	._career .form-box {
		background: #fff;
		padding: 35px 35px;
	}
}

._career .form-box h1 {
	font-size: 25px;
	font-weight: 800;
	font-family: var(--font-Ibm);
	margin-bottom: 15px;
}
._career .form-box p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	font-family: var(--font-Raleway);
	margin: 0px;
}
._career .form-box .contact-form7 input::placeholder,
._career .form-box .contact-form7 textarea::placeholder {
	color: #a7a7a7;
}
._career .form-box .contact-form7 textarea {
	padding: 6px 15px;
}
._career .form-box .contact-form7 input[type="text"],
._career .form-box .contact-form7 input[type="email"],
._career .form-box .contact-form7 input[type="number"],
._career .form-box .contact-form7 input[type="submit"] {
	height: 63px;
	padding: 4px 15px;
	color: #000;
	width: 100%;
	max-width: 100%;
}
._career .form-box .contact-form7 select {
	height: 63px;
}
@media (max-width: 425px) {
	._career input[type="file"] {
		width: 120px;
	}
}

._career span.phmc-file {
	position: relative;
	margin-bottom: 30px;
}
._career span.phmc-file:before {
	content: "Choose File";
	font-family: var(--font-Raleway);
	border: 1px solid #acacac;
	position: absolute;
	left: 0;
	padding: 5px;
	background: #fff;
	color: #000;
	width: 130px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 20px 0;
}
._career input[type="file"] {
	padding-left: 33px;
}
._career span.phmc-file:before {
	transition: 0.5s;
	-moz-transition: 0.5s;
}
._career span.phmc-file:hover::before {
	background: #1562a4;
	color: white;
}
._career .form-box .contact-form7 h3 {
	margin-top: 40px;
	font-weight: 600;
	font-size: 18px;
	font-family: var(--font-Ibm);
}

._career .form-box .contact-form7 .wpcf7-form-control.wpcf7-submit {
	background: #1562a4;
	padding: 20px 30px;
	font-size: 14px;
	margin-top: 15px;
	margin-top: 50px;
	font-weight: 600;
	font-family: var(--font-Raleway);
	text-transform: capitalize;
}

._career .form-box .contact-form7 .wpcf7-form-control.wpcf7-submit:hover {
	background: #124670;
}

._career .form-box .contact-form7 .wpcf7-form-control.wpcf7-submit svg {
	margin-left: 40px;
	float: right;
}

._board {
	padding: 50px 0px;
	background: #f7f7f7;
}
._board h1 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	font-family: var(--font-Ibm);
	margin-bottom: 84px;
}
._board .board-card {
	padding: 0px 16px;
	margin-bottom: 50px;
}
._board .board-card img {
	margin: auto;
	display: block;
	margin-bottom: 30px;
}
._board .board-card .position {
	text-align: center;
	padding: 11px 0px;
	letter-spacing: 1px;
	background: linear-gradient(to left, #1865a1, #3a8a7c);
}
._board .board-card .position p {
	margin: 0px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
._board .board-card .content .name {
	margin-top: 15px;
	font-family: var(--font-Ibm);
	font-weight: 800;
}
._board .board-card .content .tag + p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
}
._board .board-card .content .tag {
	color: #616161;
}

._promos-page {
	padding: 90px 0px;
	background: #f7f7f7;
}
._promos-page h1 {
	margin-bottom: 90px;
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: bold;
}
._promos-page .promo-card {
	position: relative;
	margin-bottom: 20px;
}
._promos-page .promo-card + h3 {
	font-size: 18px;
	text-align: center;
	font-family: var(--font-Raleway);
}
._promos-page .promo-card img {
	width: 100%;
	height: 300px;
	object-position: center;
	object-fit: cover;
}
._promos-page .promo-card img.no_image_custom_logo {
	width: 100%;
	height: 300px;
	object-position: center;
	object-fit: contain;
}

._promos-page .promo-card .permalink {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	background-image: linear-gradient(to right, #529b7cd6 -20%, #1f6489d6);
}
._promos-page .promo-card:hover .permalink {
	opacity: 1;
}
._promos-page .promo-card .permalink a {
	padding: 10px 30px;
	border: 1px solid #fff;
	font-weight: 600;
	color: #fff;
}
._promos-page .promo-card .permalink a svg {
	margin-left: 30px;
}

._promos-page .categories {
	width: 276px;
	margin: auto;
	background: #fff;
	padding: 23px;
	box-shadow: 3px 4px 5px 0px #00000021;
}
@media (max-width: 992px) {
	._promos-page .categories {
		width: 100%;
		margin: 15px auto;
	}
}
._promos-page .categories ul {
	list-style: none;
	margin: 0px;
}
._promos-page .categories ul li a {
	color: #000;
}
._promos-page .categories ul li a:hover {
	text-decoration: unset;
	font-weight: 600;
	transition: unset;
}

._promos-page .categories h4 {
	font-family: var(--font-Ibm);
	font-size: 15px;
	font-weight: 800;
	margin: 20px 0px;
}

._serv {
	padding: 90px 0px;
	background: #f5f5f5;
}
._serv h1 {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: bold;
}
._serv .cards {
	padding: 30px 0px;
}
._serv .cards .box .icon {
	width: 36px;
	display: block;
	margin: 0 auto;
	margin-bottom: 17px;
}
._serv .cards .box {
	width: 173px;
	height: 173px;
	box-shadow: unset;
	font-weight: unset;
	margin: 0 10px;
	text-align: center;
	padding: 10px;
	color: #000;
	text-decoration: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	transition: border ease-in-out 0.2s;
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #e8e8e8;
}
._serv .cards .box:hover {
	background: #fff;
	box-shadow: 3px 4px 5px 0px #00000021;
	font-weight: bold;
	border: 1px solid #fff;
}

._s-serv .the-content h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: var(--font-Ibm);
	margin-bottom: 30px;
}
._s-serv .single-default-style ul li {
	font-size: 15px;
}
._s-serv .single-default-style ul li:before {
	color: #000 !important;
}
._s-serv .the-content p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}
._s-serv {
	background: #f7f7f7;
	padding: 90px 0px;
}
._s-serv .the-content .gall-images {
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d;
	height: 100%;
}
@media (min-width: 1200px) {
	._s-serv .the-content .gall-images {
	}
}
._s-serv .the-content .gall-images .phmc-card {
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: transform 0.4s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
._s-serv .the-content .gall-images .phmc-card .content {
	position: absolute;
	margin: auto;
	width: 425px;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
._s-serv .the-content .gall-images .phmc-card .content img {
	width: 92%;
	display: block;
	margin: auto;
	height: 100%;
	max-height: 250px;
	object-fit: cover;
}
@media (max-width: 1200px) {
	._s-serv .the-content .gall-images .phmc-card .content {
		/* position: absolute; */
		/* margin: auto; */
		width: 100%;
		/* width: 425px; */
		/* transition: all ease-in-out 0.3s; */
		/* opacity: 0; */
	}
}
._s-serv .the-content .nav {
	position: absolute;
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: flex-end;
	height: 100%;
	width: 100%;
}
._s-serv .gl {
	height: 350px;
	padding-top: 40px;
}
@media (min-width: 1200px) {
	._s-serv .gl {
		position: sticky;
		z-index: 0;
		top: 10%;
	}
}

@media (max-width: 768px) {
	._s-serv {
		padding: 20px 0px;
	}
}
@media (max-width: 425px) {
	._s-serv .gl {
		height: 310px;
	}
}
@media (max-width: 375px) {
	._s-serv .gl {
		height: 280px;
	}
}
@media (max-width: 320px) {
	._s-serv .gl {
		height: 250px;
	}
}

._s-serv .the-content input[type="radio"] {
	margin: 0px 5px;
}
._s-serv .the-content .gall-images .phmc-card > * {
	display: none;
}
._s-serv .the-content .gall-images .phmc-card .before {
	transform: translate3d(-20%, 35px, -200px);
	opacity: 0.1;
	display: block;
}
._s-serv .the-content .gall-images .phmc-card .active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	display: block;
}
._s-serv .the-content .gall-images .phmc-card .after {
	transform: translate3d(20%, 35px, -200px);
	opacity: 0.1;
	display: block;
}
@media (max-width: 1200px) {
	._s-serv .the-content .gall-images .phmc-card .after {
		transform: translate3d(0, 0, 0);
		opacity: 0.1;
	}
	._s-serv .the-content .gall-images .phmc-card .before {
		transform: translate3d(0, 0, 0);
		opacity: 0.1;
	}
	._s-serv .the-content .gall-images .phmc-card > * {
		width: 100%;
	}
}

._accord-services {
	background: url("https://phmc.com.ph/wp-content/uploads/2019/07/background-accord-services.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
}
._accord-services h2 {
	font-size: 25px;
	font-weight: bold;
	font-family: var(--font-Ibm);
	color: #fff;
	margin-bottom: 30px;
}
._accord-services .services .accodion {
	margin-top: 35px;
}

._accord-services .accord-serv.has-sub a::after {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	right: 16px;
	top: 15px;
}
._accord-services .accord-serv {
	margin-bottom: 30px;
	position: relative;
}
._accord-services .accord-serv a {
	background: #e8e8e8;
	display: block;
	padding: 15px;
	color: #000;
	cursor: unset;
	text-decoration: unset;
	font-size: 15px;
}
._accord-services .accord-serv.has-sub a {
	cursor: pointer;
}
._accord-services .accord-serv a:hover {
	color: #009898;
	font-weight: 600;
	background: #fff;
}

._accord-services .accord-serv .card-body {
	background: #f3f3f3;
	padding: 15px 30px;
}

.back {
	margin-top: 30px;
}
.back .go-back {
	display: inline-block;
	color: #439472;
	border: 1px solid #439472;
	margin-bottom: 30px;
	padding: 10px 25px;
}
.back .go-back svg {
	margin-right: 30px;
}

.single-services_post .back {
	margin-top: 30px;
}
.single-services_post .back .go-back {
	display: inline-block;
	color: #439472;
	border: 1px solid #439472;
	margin-bottom: 30px;
	padding: 10px 25px;
}
.single-services_post .back .go-back svg {
	margin: 0px;
	margin-left: 30px;
}

._search {
	background: url("https://phmc.com.ph/wp-content/uploads/2019/07/our-doctor-banner-search.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
._search .search-form {
	padding: 60px 0px;
	/* display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around; */
}
._search .search-form h1 {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
}
._search .search-form input {
	width: 100%;
	padding: 20px;
	font-size: 15px;
	color: #000;
	position: relative;
	border: 0px;
	background: #fff;
}
._search .search-form button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	height: 100%;
	background: #0000;
	color: #000;
}
._search .search-form button:hover {
	background: #008b52;
	color: #fff;
}
@media (max-width: 992px) {
	._search .search-form {
		flex-direction: column;
	}
	._search .search-form input {
		width: 100%;
	}
	._search .search-form h1 {
		margin-bottom: 40px;
	}
	._search .search-box {
		width: 100%;
	}
}
footer .pop-up {
	display: flex;
	align-items: center;
	gap: 0 30px;
}
footer .pop-up h4 {
	max-width: 142px;
}
footer .modal-dialog {
	margin: auto !important;
	height: 100vh;
	display: flex;
	align-items: center;
}
.modal-open .modal {
	background: #000000ba;
}
footer .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}
button.close.d-flex.justify-content-center {
	color: #fff;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	opacity: 1;
	padding: 0;
	margin-top: 20px;
}
button.close.d-flex.justify-content-center.mt-3:focus {
	outline: none;
}
._our-doctors {
	padding: 70px 0px;
	background: #f5f5f5;
}
._our-doctors .categories {
	margin-bottom: 40px;
}
._our-doctors .categories h5 {
	font-family: var(--font-Ibm);
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
._our-doctors .profile {
	background: #fff;
	padding: 25px 34px;
	margin-bottom: 40px;
	height: 251px;
}
._our-doctors .profile h3 {
	font-weight: 800;
	font-family: var(--font-Ibm);
	font-size: 18px;
}
._our-doctors .profile hr {
	margin: 20px 0px;
}
._our-doctors .profile .profile-content span {
	font-weight: 800;
	font-family: var(--font-Ibm);
	font-size: 15px;
	margin-bottom: 10px;
}
._our-doctors .profile .profile-content p {
	color: #666666;
	margin-bottom: 10px;
	font-size: 15px;
}

._our-doctors .profile a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	background: #1562a4;
	color: #fff;
	font-family: var(--font-raleway);
	font-weight: 600;
	font-size: 15px;
	margin-top: 20px;
}
._our-doctors .profile a:hover {
	background: #124670;
	text-decoration: unset;
}
._our-doctors .profile a p {
	margin: 0px;
}

._our-doctors .title {
	padding: 20px 20px;
	background-color: #439473;
	color: #fff;
	font-weight: 800;
	margin-bottom: 35px;
	font-size: 16px;
}

._our-doctors .categories {
	background: #fff;
	padding: 30px;
	box-shadow: 3px 4px 5px 0px #00000021;
}
._our-doctors .categories ul {
	padding: 0px;
	margin: 0px;
}
._our-doctors .categories ul li {
	list-style: none;
	border-top: 1px solid #eaeaea;
	padding: 10px 10px;
	transition: all ease-in-out 0.3s;
}
._our-doctors .categories ul li:hover {
	background: #eaeaea;
}
._our-doctors .categories ul li a {
	color: #666666;
	display: block;
}
._our-doctors .categories ul li a:hover {
	text-decoration: unset;
}

._single-doctors {
	padding: 95px 0px;
	background: #f5f5f5;
}

._single-doctors .categories {
	background: #fff;
	padding: 30px;
	box-shadow: 3px 4px 5px 0px #00000021;
}
._single-doctors .categories ul {
	padding: 0px;
	margin: 0px;
}
._single-doctors .categories ul li {
	list-style: none;
	border-top: 1px solid #eaeaea;
	padding: 10px 10px;
	transition: all ease-in-out 0.3s;
}
._single-doctors .categories ul li:hover {
	background: #eaeaea;
}
._single-doctors .categories ul li a {
	color: #666666;
	display: block;
}
._single-doctors .categories ul li a:hover {
	text-decoration: unset;
}
._single-doctors .categories h5 {
	font-family: var(--font-Ibm);
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

._single-doctors .doctor-details {
	background: #fff;
	padding: 55px;
}
@media (max-width: 425px) {
	._single-doctors .doctor-details {
		background: #fff;
		padding: 40px 25px;
	}
}
._single-doctors .doctor-details h2 {
	font-size: 18px;
	font-weight: 800;
	font-family: var(--font-Ibm);
}
._single-doctors .doctor-details span {
	text-transform: uppercase;
	color: #a0a0a0;
	font-size: 13px;
}
._single-doctors .doctor-details .special {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
._single-doctors .doctor-details p {
	color: #666;
	font-size: 15px;
}
._single-doctors .doctor-details .day-info {
	margin-top: 50px;
}
._single-doctors .doctor-details .other {
	margin-bottom: 30px;
}
._single-doctors .doctor-details .other h3 {
	font-size: 15px;
	font-weight: 800;
	font-family: var(--font-Ibm);
}
._single-doctors .doctor-details .other .content p {
	color: #666;
	font-size: 15px;
	margin-bottom: 5px;
}
._single-doctors .doctor-details .schedule {
	padding: 30px;
	background: #fafafa;
	box-shadow: 3px 4px 5px 0px #00000021;
}
._single-doctors .doctor-details .schedule h3 {
	font-size: 15px;
	font-weight: 800;
	font-family: var(--font-Ibm);
}
._single-doctors .doctor-details .schedule .date {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
@media (max-width: 1200px) {
	._single-doctors .doctor-details .schedule .date {
		flex-direction: column;
	}
}
@media (max-width: 992px) {
	._single-doctors .doctor-details .schedule .date {
		flex-direction: row;
	}
}
@media (max-width: 425px) {
	._single-doctors .doctor-details .schedule .date {
		flex-direction: column;
	}
}
._single-doctors .doctor-details .schedule .date p {
	font-family: var(--font-raleway);
	color: #666;
}
._single-doctors .doctor-details .appoint {
	font-weight: 500;
	margin-top: 30px;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background: #1562a4;
	align-items: center;
}
._single-doctors .doctor-details .appoint:hover {
	text-decoration: unset;
	background: #124670;
}

@media (max-width: 320px) {
	._single-doctors .doctor-details .appoint {
		font-size: 13px;
	}
}

._s-promo .single-default-style ul li:before {
	color: #000 !important;
}
._s-promo {
	padding: 90px 0px;
	background: #f7f7f7;
}
._s-promo .categories ul {
	list-style: none;
	margin: 0px;
}
._s-promo .categories ul li a {
	color: #000;
}
._s-promo .categories ul li a:hover {
	text-decoration: unset;
	font-weight: 600;
}
._s-promo .categories {
	width: 276px;
	margin: auto;
	background: #fff;
	padding: 23px;
	box-shadow: 3px 4px 5px 0px #00000021;
}

._s-promo .categories h4 {
	font-family: var(--font-Ibm);
	font-size: 15px;
	font-weight: 800;
	margin: 20px 0px;
}
._s-promo h1 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 25px;
	font-family: var(--font-Ibm);
}
._s-promo .promo-content {
	padding: 35px;
	background: #fff;
	box-shadow: 3px 4px 5px 0px #00000021;
}
._s-promo .promo-content h3 {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 800;
}
._s-promo .cs-template.single-default-style.theme-2 p {
	color: #666;
	font-size: 16px;
}
@media (max-width: 992px) {
	._s-promo .categories {
		width: 100%;
		margin-top: 50px;
	}
}

._card {
	padding: 50px 0px;
	background: #f7f7f7;
}
._card .family h1 {
	font-size: 25px;
	margin-bottom: 24px;
	font-weight: bold;
	font-family: var(--font-Ibm);
}
._card p {
	font-size: 15px;
	color: #666;
}
._card span {
	margin: 20px 0px;
	display: block;
	font-weight: bold;
}
._card .image img {
	width: 100%;
	max-width: 401px;
	margin: auto;
	display: block;
}
._register {
	padding: 40px 0px;
	background: url("https://phmc.com.ph/wp-content/uploads/2019/08/bg-form.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
._register .form h2 {
	margin-bottom: 50px;
	text-align: center;
	font-family: var(--font-Ibm);
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}
._register .form input.wpcf7-form-control.wpcf7-text,
._register .form .phmc-gender select,
._register .form .phmc-birthday input[type="date"] {
	background: #fff;
	margin-bottom: 10px;
	height: 60px;
	padding: 25px;
}

._register .form h3 {
	color: #fff;
	font-family: var(--font-Ibm);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
._register .form .wpcf7-form-control.wpcf7-submit {
	background: #1562a4;
	font-weight: 400;
	text-transform: uppercase;
}
._register .form .wpcf7-form-control.wpcf7-submit:hover {
	background: #124670;
}
._tmyo {
	padding: 91px 0px;
	background: url("https://phmc.com.ph/wp-content/uploads/2019/08/tamayo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
._tmyo h3 {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: bold;
	margin-bottom: 30px;
}
._tmyo p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
}
._tmyo a.family-card svg {
	margin-left: 21px;
}
._tmyo a.family-card {
	background: #439472;
	color: #fff;
	padding: 20px 30px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 15px;
	transition: 0.5s;
	-moz-transition: 0.5s;
}
._tmyo a.family-card:hover {
	background: #3f8769;
}
._tmyo a.loyalty {
	background: #004bbb;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	padding: 20px 30px;
	display: inline-block;
	margin-top: 20px;
}
._tmyo a.loyalty:hover {
	background: #0042a5;
}
._tmyo a.loyalty svg {
	margin-left: 21px;
}

.insdeNewImages {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.absol svg {
	color: white;
}
.box-of-image {
	position: relative;
	margin: 10px auto;
	max-height: 150px;
}
.category_image_list {
	display: none;
}
.box-of-image img {
	width: 100%;
	max-height: 150px;
}
.box-of-image a {
	display: inline-block;
}
.box-of-image:hover .absol,
.box-of-image:focus .absol {
	opacity: 1;
}
.absol {
	opacity: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(#4394724f, #004bbba8);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.gallery_PHMC {
	background: #f7f7f7;
	padding: 40px 0px;
}
.gallery_PHMC h1 {
	font-family: var(--font-Ibm);
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
.gallery_PHMC .nav.nav.nav-tabs {
	display: flex;
	justify-content: center;
}

.gallery_PHMC h2 {
	font-size: 25px;
	font-weight: bold;
	font-family: var(--font-Ibm);
	margin-bottom: 45px;
}
.gallery_PHMC .padding {
	margin: 40px 0px;
}
._guide {
	background: #f5f5f5;
	padding: 60px 0px;
}
._guide h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 70px;
}
._guide .tab-pane .content .box-heading {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: var(--font-Ibm);
}

._guide .tab-pane .content {
	padding: 40px;
	background: #fff;
	box-shadow: 3px 4px 5px 0px #00000021;
}
._guide .tab-pane .content .box {
	margin-bottom: 20px;
}
._guide .tab-pane .content .box h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--font-Ibm);
	text-transform: uppercase;
}
._guide .tab-pane .content .box p {
	font-size: 15px;
	color: #666666;
}
._guide .nav .nav-link {
	padding: 0.8rem 1.3rem;
	border-radius: 0px;
	background: #fff;
	color: #000;
}
._guide .nav .nav-link.active {
	font-weight: bold;
	background: linear-gradient(to left, #004bbb, #439472);
	color: #fff;
}
._guide .nav .nav-link.active:after {
	content: "";
	position: absolute;
	right: -11px;
	border-top: 13px solid #0000;
	border-bottom: 13px solid #0000;
	border-right: 13px solid #0000;
	border-left: 13px solid #004bbb;
}

._partners {
	padding: 60px 0px;
}
._partners h1 {
	margin-bottom: 70px;
	font-weight: bold;
	font-family: var(--font-Ibm);
	font-size: 30px;
}
._partners .img {
	padding: 38px 0px;
}
._partners .img img {
	width: 100%;
	max-width: 150px;
	margin: auto;
	display: block;
}

._archive .nav.nav-tabs {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
._archive h1 {
	font-weight: bold;
	font-family: var(--font-Ibm);
	margin-bottom: 50px;
	font-size: 30px;
}
._archive {
	padding: 60px;
	background: #f5f5f5;
}
._archive .nav-tabs .nav-item.show .nav-link,
._archive .nav-tabs .nav-link.active {
	border: unset;
	border-top: 3px solid #439472;
	border-radius: 0px;
}

._archive .nav-tabs .nav-link {
	border: 1px solid #0000;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #000;
}

.bt-hov {
	position: relative;
	z-index: 1;
}
.bt-hov:hover {
	color: #000 !important;
	text-decoration: unset;
}
.bt-hov:hover svg {
	color: #008b52 !important;
}
.bt-hov:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all ease-in-out 0.5s;
}
.bt-hov:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
}

.bt-hov-green {
	position: relative;
	z-index: 1;
}
.bt-hov-green:hover {
	color: #fff !important;
	text-decoration: unset;
}
.bt-hov-green:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all ease-in-out 0.5s;
}
.bt-hov-green:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #008b52;
}

.btn-hov-green-inverted:hover {
	color: #fff !important;
	text-decoration: unset;
}
.btn-hov-green-inverted {
	position: relative;
	z-index: 1;
}
.btn-hov-green-inverted:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #008b52;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-hov-green-inverted:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
._thank {
	height: 80vh;
	background: url("https://phmc.com.ph/wp-content/uploads/2019/08/Womens-Healthcare-and-Diagnostic-Center-5.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
._thank .overlay {
	height: 100%;
	background: #ffffffbf;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
._thank h1 {
	font-weight: bold;
	font-size: 58px;
	font-family: var(--font-Ibm);
}
._thank a {
	border: 1px solid #398b52;
	color: #398b52;
	padding: 18px 30px;
}

.board-box {
	border: 1px solid #eaeaea;
	padding: 40px 60px;
	margin-bottom: 30px;
	max-height: 340px;
	height: 340px;
}

.page-id-89 .board-box {
	max-height: unset;
	height: unset;
}
.board-box__name {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	font-family: var(--font-Ibm);
}
.board-box__preffix {
	color: #616161;
	text-align: center;
	display: block;
}
.board-box__position {
	text-align: center;
	padding: 11px 0px;
	letter-spacing: 1px;
	background: linear-gradient(to left, #1865a1, #3a8a7c);
	margin: 15px 0px;
}
.board-box__p-p {
	margin: 0px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.board-box__b-p {
	margin: 10px 0px;
	color: #666;
	font-size: 15px;
	display: flex;
}
/*.board-box__b-p:before {*/
/*	content: "- ";*/
/*	margin-right: 9px;*/
/*}*/

@media (max-width: 992px) {
	.board-box {
		height: auto;
		max-height: initial;
	}
}
@media (max-width: 768px) {
	.board-box {
		padding: 20px;
	}
}

._modal-pop button {
	position: absolute;
	border-radius: 25px;
	background: #fff;
	width: 25px;
	top: -10px;
	right: -12px;
	opacity: 1;
	z-index: 3;
}

._banner-slider .owl-dots {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}
.lb-details {
	display: none;
}

/* ========== OCT 4, 2019 ========= */

@media only screen and (max-width: 425px) {
	.family-card,
	.loyalty {
		text-align: center;
		width: 100%;
		padding: 10px 20px !important;
	}

	.family-card .svg-inline--fa,
	.loyalty .svg-inline--fa {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.stretchdoctor {
		flex: 0 0 100% !important;
		max-width: unset !important;
	}
}

/* Corporate Gallery Images */
._gift .gall-images {
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d;
	height: 100%;
}
._gift .gall-images .phmc-card {
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: transform 0.4s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
._gift .gall-images .phmc-card .content {
	position: absolute;
	margin: auto;
	width: 425px;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
._gift .gall-images .phmc-card .content img {
	width: 92%;
	display: block;
	margin: auto;
	height: 100%;
	max-height: 250px;
	object-fit: cover;
}
@media (max-width: 1200px) {
	._gift .gall-images .phmc-card .content {
		/* position: absolute; */
		/* margin: auto; */
		width: 100%;
		/* width: 425px; */
		/* transition: all ease-in-out 0.3s; */
		/* opacity: 0; */
	}
}
._gift .gall-images .phmc-card > * {
	display: none;
}
._gift .gall-images .phmc-card .before {
	transform: translate3d(-20%, 35px, -200px);
	opacity: 0.4;
	display: block;
}
._gift .gall-images .phmc-card .active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	display: block;
	z-index: 2;
}
._gift .gall-images .phmc-card .after {
	transform: translate3d(20%, 35px, -200px);
	opacity: 0.4;
	display: block;
}
@media (max-width: 1200px) {
	._gift .gall-images .phmc-card .after {
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	._gift .gall-images .phmc-card .before {
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	._gift .gall-images .phmc-card > * {
		width: 100%;
	}
}

._gift .gl {
	height: 350px;
	padding-top: 40px;
}
@media (min-width: 1200px) {
	._gift .gl {
		position: sticky;
		z-index: 1;
		top: 10%;
	}
}

@media (max-width: 425px) {
	._gift .gl {
		height: 310px;
	}
}
@media (max-width: 375px) {
	._gift .gl {
		height: 280px;
	}
}
@media (max-width: 320px) {
	._gift .gl {
		height: 250px;
	}
}

._gift .nav {
	position: absolute;
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: flex-end;
	height: 100%;
	width: 100%;
}
._gift input[type="radio"] {
	margin: 0px 5px;
}
.menu-item {
	display: block;
}
.menu-item .sub-menu .menu-item .sub-menu {
	display: none;
}
.menu-item .sub-menu .menu-item:hover .sub-menu {
	display: block;
}
.menu-item .sub-menu .menu-item:hover .sub-menu .menu-item a {
	color: #000;
}
.menu-item .sub-menu .menu-item:hover .sub-menu .menu-item:hover a {
	color: #fff;
}
@media (min-width: 1200px) {
	.menu-item .sub-menu .menu-item:hover .sub-menu {
		/* left: -266px; */
		left: -400px;
		top: 4px;
	}
}
@media (max-width: 1200px) {
	._nav-bar
		ul.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li.menu-item-has-children
		.sub-menu {
		display: none;
		padding-left: 15px;
	}
	._nav-bar
		ul.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li.menu-item-has-children
		a {
		padding: 12px 15px;
	}
	._nav-bar
		ul.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li.menu-item-has-children:hover
		.sub-menu {
		display: block;
	}
	._nav-bar
		ul.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li.menu-item-has-children:hover
		a {
		color: #000;
		background: #398b52;
	}
	.menu-item .sub-menu .menu-item.menu-item-has-children:hover .sub-menu a {
		background: #398b52;
	}
}

._career span.wpcf7-not-valid-tip,
._contact span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 13px;
	margin-top: 5px;
	font-weight: normal;
	display: block;
	font-weight: 500 !important;
}

.search-results article .search-entry-summary p:last-child {
	margin-bottom: 0;
	font-family: var(--font-Ibm);
}
.search-entry-readmore a,
.search-entry-title.entry-title a {
	color: #439472;
	font-family: var(--font-Ibm);
}

.oceanwp-pagination > li span {
	margin: 0 3px;
	padding: 10px 16px;
	background: #fff;
	color: #000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	text-decoration: unset !important;
}

.oceanwp-pagination .current {
	background: #459d75;
	color: #fff !important;
}
.oceanwp-pagination > *:hover {
	color: #459d75 !important;
}
@media (max-width: 425px) {
	.oceanwp-pagination {
		justify-content: center;
	}
}

._guide ul li {
	font-size: 15px;
	color: #666;
}

@media (min-width: 768px) and (max-width: 992px) {
	._carousel .card-slider .active {
		transform: translate3d(0, 0, -170px);
		opacity: 1;
		visibility: visible;
	}
	._carousel .card-slider .before {
		transform: translate3d(-25%, 0, -285px);
	}
	._carousel .card-slider .after {
		transform: translate3d(25%, 0, -285px);
	}
}
@media (max-width: 768px) {
	.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb {
		width: 50%;
	}
}

/* paginatioan */

@media (max-width: 768px) {
	.pagination .page-numbers {
		display: none;
	}
	.pagination .prev.page-numbers {
		display: block;
	}
	.pagination .next.page-numbers {
		display: block;
	}
	.pagination .page-numbers.current {
		display: block;
	}
}

.pagination {
	margin: 15px 0px;
}

._news .pagination > *,
._press .pagination > *,
._promos-page .pagination > *,
._our-doctors .pagination > *,
.search-pagi > * {
	margin: 0 3px;
	border: 1px solid #d0d0d0;
	padding: 10px 16px;
	background: #fff;
	color: #000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	text-decoration: unset !important;
}
._news .pagination > *:hover,
._press .pagination > *:hover,
._promos-page .pagination > *:hover,
.search-pagi > *:hover,
._our-doctors .pagination > *:hover {
	color: #459d75;
}
._news .pagination .current,
._press .pagination .current,
._promos-page .pagination .current,
._our-doctors .pagination .current,
.search-pagi .current {
	background: #459d75;
	color: #fff;
}
@media (max-width: 425px) {
	._news .pagination,
	._press .pagination {
		justify-content: center;
	}
}

._our-doctors .pagination {
	overflow: hidden;
	flex-wrap: nowrap;
	white-space: nowrap;
	float: right;
	margin-bottom: 20px;
}

._cat-dropdown {
	padding: 50px 0;
	background: #f5f5f5;
	display: none;
	padding-bottom: 0px;
}
._cat-dropdown select {
	background: #fff;
	margin-bottom: 10px;
	height: 60px;
	padding: 25px;
}
@media (max-width: 992px) {
	._cat-dropdown {
		display: block;
		margin-bottom: 0px;
	}
}

@media (max-width: 992px) {
	.page-id-154 ._cat-dropdown {
		display: none !important;
	}
}

._stories h1.header {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 600;
	margin: 15px 0px;
	margin-bottom: 22px;
}

/* Corporate Gallery Images */
._corporate .gall-images {
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d;
	height: 100%;
}
._corporate .gall-images .phmc-card {
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: transform 0.4s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
._corporate .gall-images .phmc-card .content {
	position: absolute;
	margin: auto;
	width: 425px;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
._corporate .gall-images .phmc-card .content img {
	width: 92%;
	display: block;
	margin: auto;
	height: 100%;
	max-height: 250px;
	object-fit: cover;
}
@media (max-width: 1200px) {
	._corporate .gall-images .phmc-card .content {
		/* position: absolute; */
		/* margin: auto; */
		width: 100%;
		/* width: 425px; */
		/* transition: all ease-in-out 0.3s; */
		/* opacity: 0; */
	}
}
._corporate .gall-images .phmc-card > * {
	display: none;
}
._corporate .gall-images .phmc-card .before {
	transform: translate3d(-20%, 35px, -200px);
	opacity: 0.4;
	display: block;
}
._corporate .gall-images .phmc-card .active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	display: block;
	z-index: 1;
}
._corporate .gall-images .phmc-card .after {
	transform: translate3d(20%, 35px, -200px);
	opacity: 0.4;
	display: block;
}
@media (max-width: 1200px) {
	._corporate .gall-images .phmc-card .after {
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	._corporate .gall-images .phmc-card .before {
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	._corporate .gall-images .phmc-card > * {
		width: 100%;
	}
}

._corporate .gl {
	height: 350px;
	padding-top: 40px;
}
@media (min-width: 1200px) {
	._corporate .gl {
		position: sticky;
		z-index: 999;
		top: 10%;
	}
}

@media (max-width: 425px) {
	._corporate .gl {
		height: 310px;
	}
}
@media (max-width: 375px) {
	._corporate .gl {
		height: 280px;
	}
}
@media (max-width: 320px) {
	._corporate .gl {
		height: 250px;
	}
}

._corporate .nav {
	position: absolute;
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: flex-end;
	height: 100%;
	width: 100%;
}
._corporate input[type="radio"] {
	margin: 0px 5px;
}

._press._latest-news .card-news {
	margin-bottom: 40px;
}
@media (max-width: 1200px) {
	._press._latest-news .card-news {
		max-width: 100%;
	}
}
.news-divider {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	width: 39%;
	border-top: 1px solid #007bff;
	margin: 1rem auto;
}

._press._latest-news .heading {
	font-family: var(--font-Ibm);
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 48px;
	color: #000;
}

/*   PERPETUAL STORIES   */
.no-margin {
	margin: 0;
}

._stories-perps {
	padding: 80px 0 30px;
	background-color: #f7f7f7;
}

._stories-perps h1.header {
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 700;
	margin: 15px 0px;
	margin-bottom: 10px;
}

.patient-stories_title {
	margin-top: 0;
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 700;
	text-align: center;
	margin-bottom: 65px;
}

.why-i-love-my-job {
	padding: 70px 0 90px;
}

.why-i-love-my-job h1.stories-header {
	margin-top: 0;
	font-size: 25px;
	font-family: var(--font-Ibm);
	font-weight: 700;
}

.why-i-love-my-job h1.perpetual-stories-name {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: var(--font-Ibm);
	font-weight: 700;
}

/*._stories-perps .epyt-gallery .fluid-width-video-wrapper{
    display: none;
}*/

._stories-perps .epyt-gallery {
	margin-top: 0px;
}

._stories-perps
	.epyt-gallery
	.epyt-gallery-list
	.epyt-gallery-allthumbs
	.epyt-gallery-thumb {
	margin-bottom: 68px;
}

._stories-perps .epyt-pagination {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.perpetual-stories-carousel p {
	color: #666;
	font-size: 15px;
	font-family: var(--font-Raleway);
}

._stories-perps .playlist-section {
	margin-top: 55px;
}

._stories-perps .featured-vlog .fluid-width-video-wrapper {
	height: 300px;
}

._stories-perps .vid-header {
	font-size: 15px;
	font-family: var(--font-Ibm);
	font-weight: 700;
	margin: 15px 0px;
	margin-bottom: 10px;
}

._stories-perps .playlist {
	margin-bottom: 20px;
}

.hashtag-bold {
	font-size: 15px !important;
	color: #000 !important;
	font-weight: 900;
	font-family: var(--font-Ibm);
	transform: scale(1, 1.03);
	margin-bottom: 0 !important;
}

/* WILMJ */

.why-i-love-my-job .slick-prev {
	left: -70px;
	top: 170px;
	border: 1px solid #459d75;
	padding: 15px;
}

.why-i-love-my-job .slick-prev:before {
	/*content: '←';*/
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 9px;
	border: 2px solid #459d75;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(220deg);
	right: 10px;
	top: 14px;
	z-index: 2;
}

.why-i-love-my-job .slick-next {
	/* left: 1145px; */
	top: 170px;
	border: 1px solid #459d75;
	padding: 15px;
}

.why-i-love-my-job .slick-next:before {
	/*content: '→';*/
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 9px;
	border: 2px solid #459d75;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	right: 20px;
	top: 14px;
	z-index: 2;
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

.why-i-love-my-job .slick-next:hover,
.why-i-love-my-job .slick-prev:hover {
	background-color: #459d75;
}

.why-i-love-my-job .slick-next:hover:before {
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
}

.why-i-love-my-job .slick-prev:hover:before {
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
}

/* new section for services (video) */
._service-video {
	padding: 80px 0 90px;
}

.service-video-text {
	display: flex;
	flex-direction: column;
}

.service-video-text h3 {
	font-size: 25px;
	font-weight: 700;
	font-family: var(--font-Ibm);
	margin-top: 80px;
}

.service-video-text p {
	color: #666;
	margin: 0;
}

.service-video-text p strong {
	color: #000;
}

.why-i-love-my-job .row:nth-child(2) .col-md-4 {
	padding-left: 16px;
}

.phmc-careers img {
	width: 100%;
	max-width: 500px;
}

/* responsive for perps and patient stories */

@media (max-width: 1024px) {
	.perpetual-stories-carousel .slick-prev {
		left: 400px;
		top: -45px;
	}

	.perpetual-stories-carousel .slick-next {
		left: 480px;
		top: -45px;
	}

	.why-i-love-my-job {
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.perpetual-stories-carousel .slick-slide {
		width: 1110px !important;
	}

	.why-i-love-my-job .slick-next {
		left: 1127px;
	}

	.why-i-love-my-job .slick-prev {
		left: -70px;
	}
}

@media (max-width: 768px) {
	.perpetual-stories-carousel .slick-prev,
	.perpetual-stories-carousel .slick-next {
		/*display: none !important;*/
	}

	.perpetual-stories-carousel .slick-prev {
		left: 298px;
		top: 230px;
	}

	.perpetual-stories-carousel .slick-next {
		left: 361px;
		top: 230px;
	}
}

@media (max-width: 425px) {
	._stories-perps .playlist-section {
		overflow: scroll;
		height: 500px;
		box-shadow: 0px 5px 10px;
		text-align: center;
	}

	.perpetual-stories-carousel .col-md-8 {
		margin-top: 20px;
	}

	.why-i-love-my-job h1.stories-header {
		font-size: 18px;
	}

	.perpetual-stories-carousel p {
		font-size: 12px;
	}

	.why-i-love-my-job h1.perpetual-stories-name {
		font-size: 15px;
	}

	.perpetual-stories-carousel .slick-prev {
		left: 270px;
		top: 370px;
	}

	.perpetual-stories-carousel .slick-next {
		left: 318px;
		top: 370px;
	}

	.why-i-love-my-job .slick-prev {
		left: 115px !important;
	}

	.why-i-love-my-job .slick-next {
		left: 205px !important;
	}
}

@media (max-width: 375px) {
	.perpetual-stories-carousel .slick-prev {
		left: 230px;
		top: 330px;
	}

	.perpetual-stories-carousel .slick-next {
		left: 276px;
		top: 330px;
	}

	.why-i-love-my-job .slick-prev {
		left: 100px !important;
	}

	.why-i-love-my-job .slick-next {
		left: 180px !important;
	}
}

@media (max-width: 320px) {
	.perpetual-stories-carousel .slick-prev {
		left: 185px;
		top: 283px;
	}

	.perpetual-stories-carousel .slick-next {
		left: 226px;
		top: 283px;
	}

	.why-i-love-my-job .slick-prev {
		left: 72px !important;
	}

	.why-i-love-my-job .slick-next {
		left: 152px !important;
	}
}

/* responsive for services video section */
@media (max-width: 1204px) {
	.service-video-text h3 {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.service-video-text h3 {
		font-size: 20px;
	}

	.service-video-text p {
		font-size: 15px;
	}

	.why-i-love-my-job .slick-next {
		left: 362px;
		top: -43px !important;
		height: 30px !important;
		width: 30px !important;
	}

	.why-i-love-my-job .slick-next:before {
		width: 15px;
		height: 15px;
		right: 12px;
		top: 8px;
	}

	.why-i-love-my-job .slick-prev {
		left: 299px;
		top: -43px !important;
		height: 30px !important;
		width: 30px !important;
	}

	.why-i-love-my-job .slick-prev:before {
		width: 15px;
		height: 15px;
		right: 5px;
		top: 8px;
	}

	.slick-track {
		height: 1395px !important;
	}
}

@media (max-width: 425px) {
	.fb-video span {
		height: 220px !important;
	}

	.service-video-text h3 {
		margin-top: 0;
	}
}

@media (max-width: 375px) {
	.fb-video span {
		height: 200px !important;
	}

	.service-video-text h3 {
		font-size: 15px;
	}

	.service-video-text p {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.fb-video span {
		height: 160px !important;
	}
}

/* CAREER PAGE UPDATE 12/02/2020 */
._careers-avail {
	padding: 40px 0;
}

._careers-avail h1 {
	font-size: 24px;
	font-family: var(--font-Ibm);
	font-weight: bold;
}

.career-list {
	margin-top: 20px;
	list-style: none;
}

.career-list li {
	font-family: var(--font-Raleway);
	color: #666666;
}

.career-list li::before {
	content: "\2022";
	color: #1562a4;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 23px;
}

.career-text {
	background-image: url("assets/img/phmc-career-bg.png");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.career-text {
	padding: 50px 120px 50px 20px;
	color: #fff;
}

.career-text h1 {
	font-size: 18px;
	color: #fff;
}

.career-text p {
	font-size: 15px;
}

.career-text p:nth-child(2) {
	margin-top: 25px;
}

.career-text span {
	font-family: var(--font-Raleway);
	color: #b9dbcf;
}

@media (max-width: 991px) {
	.career-text {
		padding-right: 0;
	}
}

@media (max-width: 1024px) {
	.career-text {
		padding-right: 40px;
	}
}

@media (max-width: 425px) {
	.career-text {
		padding-right: 50px;
	}
	.career-contacts {
		background-position: left;
	}
}

/* ._home-bar .menu-item a {
    padding: 30px 11px;
} */

/*new hashtags in stories*/

/*

.stories-main-div
{
    display: none !important;
}

.logged-in .stories-main-div
{
    display: block !important;
}*/

.stories-hashtags-div {
	display: flex;
	flex-direction: column;
}

.stories-hashtags-div span {
	font-style: italic;
	line-height: 27px;
	color: #212529;
}

@media only screen and (max-width: 375px) {
	.adjust-at-small2 {
		margin-top: 22px;
	}

	.adjust-at-small1 {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.adjust-at-small1 {
		margin-top: 63px;
	}
}

/* COOKIES */

#phmc-cookie {
	display: flex;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 10000;
	padding: 15px;
	border-radius: 0;
	border-left: 0;
	border-bottom: 0;
	align-items: center;
	background-image: url("assets/img/phmc-cookie-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}

#phmc-cookie p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}

#phmc-cookie .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#phmc-cookie .cookie-btns {
	margin-left: auto;
	display: flex;
	align-items: center;
}

#phmc-cookie .more-info-btn {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#phmc-cookie a {
	margin: 0 10px;
	font-size: 15px;
}

#phmc-cookie .accept-btn {
	background-color: #fff;
	font-weight: bold;
	padding: 10px 60px;
	color: #000;
	opacity: 1;
}

@media (max-width: 991px) {
	#phmc-cookie {
		padding: 5px;
	}
	#phmc-cookie .container {
		margin: 0;
		max-width: 100%;
		flex-direction: column;
	}
	#phmc-cookie .cookie-btns {
		margin-left: unset;
	}
	#phmc-cookie .accept-btn {
		padding: 5px 60px;
	}
	#phmc-cookie p {
		margin-bottom: 5px;
	}
}

@media (max-width: 426px) {
	#phmc-cookie .accept-btn {
		padding: 5px 30px;
	}
	#phmc-cookie p {
		font-size: 12px;
		text-align: center;
	}
	#phmc-cookie a {
		font-size: 12px;
	}
}

/* Data Sharing Agreement */
.data-sharing-agreement {
	padding: 0 0 100px;
	background-color: #f7f7f7;
}

.data-sharing-title {
	background-image: url("assets/img/phmc-datapriv-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin-bottom: 100px;
	text-align: center;
}

.data-sharing-title h2 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.data-tabs {
	display: flex;
	flex-direction: column;
}

.data-tabs button {
	color: #696969;
	border: 0;
	background-color: unset;
	text-align: left;
	display: flex;
}

.data-content {
	background-color: #fff;
	padding: 30px;
	height: 700px;
	overflow-y: scroll;
	display: none;
	margin-bottom: 20px;
}

.data-content p {
	font-size: 15px;
}

.data-tabs button span {
	padding-right: 10px;
	background-color: #f7f7f7;
	z-index: 1;
}

.data-tabs button:nth-of-type(8) span {
	padding-right: 0;
	background-color: #f7f7f7;
	z-index: 1;
}

.data-tabs button.active {
	border: 0;
	font-weight: bold;
	color: #000;
	position: relative;
}

.data-tabs button.active:after {
	content: "";
	position: absolute;
	background-color: #33976a;
	height: 2px;
	display: inline-block;
	margin: auto 0;
	width: 100%;
	top: 50%;
}

.data-tabs button.active i {
	background-color: #33976a;
	height: 2px;
	display: inline-block;
	margin: auto 0;
	margin-left: auto;
}

.data-tabs button.active:nth-of-type(1) i {
	width: 100%;
	max-width: 150px;
}

.data-tabs button.active:nth-of-type(2) i {
	width: 100%;
	max-width: 80px;
}

.data-tabs button.active:nth-of-type(3) i {
	width: 100%;
	max-width: 115px;
}

.data-tabs button.active:nth-of-type(4) i {
	width: 100%;
	max-width: 80px;
}

.data-tabs button.active:nth-of-type(5) i {
	width: 100%;
	max-width: 80px;
}

.data-tabs button.active:nth-of-type(6) i {
	width: 100%;
	max-width: 80px;
}

.data-tabs button.active:nth-of-type(7) i {
	width: 100%;
	max-width: 10px;
}

.data-tabs button.active:nth-of-type(8) i {
	width: 100%;
	max-width: 5px;
}

.data-tabs button.active:nth-of-type(9) i {
	width: 100%;
	max-width: 140px;
}

.data-content ul {
	list-style-type: none;
}

.lwr-alpha {
	list-style-type: lower-alpha;
}

.lwr-roman {
	list-style-type: lower-roman;
}

.agree-form {
	margin-top: 20px;
}

.data-privacy-btns {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}

.dwnld-pdf {
	padding: 5px 45px;
	font-weight: bold;
	border: 1px solid #349769;
	color: #349769;
	margin-right: 20px;
}

.dwnld-pdf:hover {
	color: #349769;
}

.agree-btn {
	padding: 5px 20px;
	font-weight: bold;
	background-color: #349769;
	color: #fff;
	border: 0;
}

.agree-btn svg {
	margin-left: 25px;
}

@media (max-width: 1024px) {
	/*.data-tabs button.active i{
        display: none;
    }*/
}

@media (max-width: 767px) {
	.data-tabs {
		margin-bottom: 20px;
	}
	.data-sharing-title {
		margin-bottom: 50px;
	}
}

@media (max-width: 426px) {
	.dwnld-pdf {
		margin-bottom: 10px;
	}
	.checkbox-label {
		font-size: 12px;
	}
}

/* PRIVACY - MARCH 26, 2020 */
.privacy-btn-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.footer-checkbox,
.contact-checkbox {
	display: flex;
	align-items: flex-start;
	margin: 35px 0 20px;
}

.footer-checkbox label,
.contact-checkbox label {
	margin-top: -8px;
	font-weight: 500;
	font-size: 14px;
}

.footer-checkbox label {
	color: #fff;
}

/*revision june 22 2020 */

@media only screen and (max-width: 375px) {
	._contact .form-box {
		padding: 25px 15px;
	}
}

@media only screen and (max-width: 320px) {
	._contact .form-box {
		padding: 25px 25px;
	}
}

/* ============================== */
/* ===== DOWNLOADABLE FORM ===== */
.downloadable-forms-container {
	width: 100%;
	background-color: #f7f7f7;
	display: block;
}
.downloadable-forms-head {
	width: 80%;
	margin: auto;
}
.downloadable-forms-head,
.downloadable-forms-head > h2 {
	text-align: center;
}
.downloadable-forms-head > h2,
._item-desc > h5 {
	font-family: var(--font-Ibm);
	font-weight: bold;
}
._item-desc > p,
.downloadable-forms-head > p {
	font-family: var(--font-Raleway);
}
._d-item-container {
	justify-content: space-between;
}
._screening-btn {
	background: #1562a4;
	padding: 15px 15px;
	color: #fff;
	top: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

._screening-btn:hover {
	color: #fff;
	background-color: #124670;
}

._screening img {
	max-width: 20px;
	margin-left: 1%;
}
._full-width {
	background: url("https://phmc.com.ph/wp-content/themes/perpetual-help-medical-center/assets/img/phmc-cookie-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0px 25px;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.elite-card._full-width div {
	margin: 0 auto;
}
.elite-card._full-width div h3 span {
	font-weight: 900;
}
.elite-card._full-width div h3 {
	color: #fff;
}
.elite-card._full-width a.theme-button {
	display: inline-block;
	padding: 15px 25px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	width: 200px;
	text-transform: uppercase;
}
.elite-card._full-width .fa-angle-right {
	margin-left: 5%;
	font-size: 21px;
}
._full-width img {
	max-width: 125px;
}
.single-page-article .size-full {
	display: table;
	margin: 50px auto;
}
@media all and (max-width: 768px) {
	._full-width img {
		display: none;
	}
	.elite-card._full-width {
		flex-wrap: wrap;
		padding: 20px;
	}
	.elite-card._full-width div {
		margin: 10px 0;
	}
}
@media (min-width: 320px) {
	._screening-btn {
		float: left;
		top: 15px;
	}
}
@media (min-width: 768px) {
	._screening-btn {
		float: right;
		top: 35px;
	}
}
@media (min-width: 992px) {
	._screening-btn {
		float: right;
		top: 15px;
	}
}
/* ============================== */

/* ============================== */

/* ============================== */
/* =====NAV LINKS 09/22/2020===== */
/* ============================== */

/* ._home-bar .menu-item a {
    padding: 30px 11px;
    font-size: 10px;
} */

/* ============================== */
/* ============================== */

.sticky-links-add > * {
	margin: 0px 10px;
}
.sticky-links-add a {
	color: #fff;
	font-family: var(--font-Open-sans);
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}

@media (min-width: 320px) {
	.sticky-links-add {
		display: none !important;
	}
	/* ._nav-bar ul.navbar-nav li:nth-of-type(7),
    ._nav-bar ul.navbar-nav li:nth-of-type(8),
    ._nav-bar ul.navbar-nav li:nth-of-type(9) {
        display: block !important;
    } */
	#menu-item-23292,
	#menu-item-23293,
	#menu-item-23294 {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.sticky-links-add {
		display: flex !important;
	}
	/*
    ._nav-bar ul.navbar-nav li:nth-of-type(7),
    ._nav-bar ul.navbar-nav li:nth-of-type(8),
    ._nav-bar ul.navbar-nav li:nth-of-type(9) {
        display: none !important;
    } */
	/*
    CHANGED selector to use of ID this is same as this 
    ._nav-bar ul.navbar-nav li:nth-of-type(7),
    ._nav-bar ul.navbar-nav li:nth-of-type(8),
    ._nav-bar ul.navbar-nav li:nth-of-type(9)
    */
	#menu-item-23292,
	#menu-item-23293,
	#menu-item-23294 {
		display: none !important;
	}
}

/**link of services sub fields @rei12/29/2020**/
a.subfield-link {
	padding: 0 !important;
	background: transparent !important;
}

/*Revision March 3 2021*/

.col2Div {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col2Div > div {
	margin-left: 20px;
	display: inline-block;
}

aside.other-news {
	margin: 0px -15px;
}
