/*
CTC Separate Stylesheet
Updated: 2021-02-03 00:01:06
Theme Name: Advantage Health Centers
Theme URI: https://www.ahcdetroit.org
Template: wellbeing
Author: Vincent Zeppa
Author URI: https://www.ahcdetroit.org
Description: Is a responsive wordpress theme, and is the best theme for Hospitals, MedicalCenters, Clinic, Emergency Services, Health care etc.
Tags: custom-logo,one-column,two-columns,right-sidebar,left-sidebar,full-width-template,custom-background,custom-colors,custom-menu,featured-images,theme-options,threaded-comments,translation-ready,blog,portfolio,footer-widgets
Version: 1.0.1.1612310466
*/

/* Adjust the appointment button on the header */
.appointment-link {
    padding-top: 16px;
    float: right;
}
/* Adjust the contact phone number attached to the header */
.header-3 .main-header .header-info {
    padding-top: 20px;
    padding-right: 10px;
    float: right;
}
/* Extend the header bar full width */
.nav-holder-3 {
    background: #376ab2;
}
/* Set the header padding around the logo, phone number and appointment button */
.header-3 .main-header {
    padding: 10px 0 25px 0;
}
.bg-testimonial {
    background: #376ab2;
}
/* Adjust the space between sections on the homepage */
.section {
    padding-top: 70px;
    padding-bottom: 40px;
}
.cta-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
/* Remove the tint on the service images on the home page */
.service-style-3 .service-list .service-content .service-img-feature img {
    opacity: 1;
}

/* Fix the color of the footer top */
.top-footer {
    background:rgb(22, 53, 98); /* #121d2c; #0a1b33 */
    
}
/* Fix the color of the footer bottom */
.bottom-footer {
    background:rgb(18, 46, 86);  /* #192941; #112b52 */
}
/* Adjust the welcome section on the homepage */
.intro-img {
    padding-top: 80px;
}
.intro-content {
    padding: 60px 0 70px 30px;
}

/* Footer padding */
.top-footer {
    font-size: 16px;
    padding: 70px 0 30px 0;
}

/* Breadcrumb section */
.page-title:before {
    background: rgb(18, 46, 86);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
}

/* Change the color of the hover on provider links */
.team-member h5 a:hover {
    color: #ec3569!important;
}

/* Provider image styles including animation */
.member-info ul.healow-appointment {
	margin-bottom: -75px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .4s; /* The animation speed */
	transform: rotateX(90deg); /* Hide the list items */
}
.member-info ul.healow-appointment li {
	padding: 0 5px; /* The space between the list items */
	display: inline;
}
.member-info ul.healow-appointment li i:hover {
	background: #ec215b; /* Icon background color */
}
.member-list:hover .member-info {
	height: 40%; /* The amount the slide moves up to cover the photo */
	background: rgba(255, 255, 255, 0.95); /* The color and opacity of slide moving up */
}
.member-list:hover .member-info ul.healow-appointment {
	margin-top: -20px; /* The space between the list items and text */
	margin-bottom: 0px; /* The space between the list items and the bottom */
	transform: rotateX(0); /* Show the list items */
}

/* Fix the speen on the header appointment button */
.btn:hover::before,
.member-info .btn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn:hover::after {
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}

/* Set the colors and speed for the photo appointment button */
.member-info .btn:hover::before,
.member-info .btn:hover::after {
	-webkit-transform: none;
	transform: none;
}
.member-detail-content .btn:hover::after ,
.member-info .btn:hover::after {
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
.member-detail-content .btn-3:hover,
.member-detail-content .btn:hover,
.member-info .btn-3:hover,
.member-info .btn:hover {
    color: #fff;
    background: #ec215b;
}
.member-info .btn-3::before {
    background: #ec215b;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #ec215b;
}
.member-info .btn-3::after,
.member-detail-content .btn-3::after {
    background: #ec215b;
}

/* Set the colors and speed for the appointment button on the provider bio page*/
.member-detail-content .btn:hover::before,
.member-detail-content .btn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.member-detail-content .btn:hover::after {
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}
.member-detail-content .btn-3:hover,
.member-detail-content .btn:hover {
    color: #fff;
    background: #376ab2;
}
.member-detail-content .btn-3::before {
    background: #376ab2;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #376ab2;
}
.member-detail-content .btn-3::after {
    background: #376ab2;
}

/* Testimonials section */
.bg-testimonials {
	background: #376ab2;;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	text-align: center;
}
.bg-testimonials:before {
	background: #376ab2;;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .9;
	position: absolute;
	right: 0;
	top: 0;
}
.bg-testimonials .container {
	z-index: 9;
	position: relative;
}




/* Testimonial style 3 */

.testimonial-style-4 {
	padding: 80px 0;
}
.testimonial-style-4 .testimonial-list {
	padding: 0 20px;
	text-align: left;
}
.testimonial-style-4 .testimonial-list i {
	margin: -5px 0 0 -15px;
	font-size: 30px;
	color: #fff;
	opacity: .2;
	position: absolute;
}
.testimonial-style-4 .testimonial-list p {
	padding-left: 30px;
}
.testimonial-style-4 .testimonial-bottom {
	margin-left: 20px;
}
.testimonial-style-4 .testimonial-bottom img {
	height: 80px;
	width: 80px;
}
.testimonial-style-4 .testimonial-bottom h5 span {
	color: #fff;
    opacity: 0.5;
}
.testimonial-style-4 .owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}
.testimonial .testimonial-bottom h5 {
    padding-top: 25px;
    color: #fff;
}



/* Feature info blocks */
.info-block {
	padding: 30px;
	min-height: 360px;
	margin-right: 15px;
	text-align: center;
}

.info-block-icon {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.info-block-icon img {
	width: 40px;
}

.info-block-icon i {
	color: #fff;
	line-height: 20px;
	font-size: 55px;
}
.info-block-icon .md-icon {
	margin-left: -10px;
	font-size: 47px;
}

/*
.info-block-icon {
	width: 60px;
}
.info-block-icon img {
	width: 40px;
}
.info-block-icon i {
	margin-left: -15px;
	color: #fff;
	font-size: 45px;
	line-height: 20px;
}
.info-block-icon .md-icon {
	margin-left: -10px;
	font-size: 37px;
}
*/


.feature-icon {
    padding: 50px 35px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-bottom-color: #00c7c4;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}

/* Feature block number 4 */
.block-4 {
	background: rgba(55,106,178,0.9);
}

/* Unordered list indent */
ul.item-list {
	padding-left: 2em;
}

/* Table header indent */
table.service-table thead th {
	padding-left: 1em;
}

table.service-table td {
	border-color: rgba(150,150,150);
}

table.service-table thead th.family-size,
table.service-table tbody td.family-size {
	background-color: rgba(210,210,210);
	width: 10%;
	font-family: "PT serif";
	font-size: 18px;
	font-weight: 700;
	padding-left: 1em;
	color: rgb(99,99,99);
	text-align: center;
}

table.service-table tbody tr.annual-row td {
	background-color: rgba(210,210,210);
	color: rgb(99,99,99);
}

table.service-table tbody td.fee-right-align {
	text-align: right;
	padding-right: 1em;
}

/* Patient packet registration forms page */

.registration-box {
	padding: 1em;
	margin-bottom: 20px;
	min-height: 90px;
	width: 100%;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221,221,221);
}

.registration-box .service-icon {
	float: left;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 0%;
    background: rgb(55,106,178);
    font-size: 30px;
    color: #fff;
	text-align: center;
}

.registration-box .service-title {
	height: 65px;
	display: table-cell;
	width: 400px;
	padding-left: 1em;
	vertical-align: middle;
}

.registration-box::before,
.registration-box::after {
    content: "";
    width: 70%;
    height: 5px;
    background: rgb(55,106,178);
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}

.registration-box .service-title h5 {
	margin-bottom: 0;
}