/*
Theme Name: PI Med
Theme URI:
Description:PI Med
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	color: #6b6c6a;
    font-family: "Poppins", sans-serif;
	font-size:16px;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
a {
	text-decoration:none;
	outline:none;
    color: #14c6a4;
}
a:hover, a:focus, a:active{
	color: #14c6a4;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.img-rite {
	position: relative;
	float:right;
	z-index:999;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top:20px;
}
section {
	padding:50px 0;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.container-fluid {
    width: 100%;
    max-width:1830px;
}
hr {
    border-top: 1px solid #945a964f !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
h1 {
    font-size: 40px;
    color: #0c493c;
    font-weight: 400;
	margin-bottom: 30px;
	font-family: "Questrial", sans-serif;
}
h1 span {
    display: block;
    text-transform: uppercase;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
h2 {
    font-size: 40px;
    color: #0c493c;
    font-weight: 400;
	margin-bottom: 30px;
	font-family: "Questrial", sans-serif;
}
h2 span {
    display: block;
    text-transform: uppercase;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
h3 {
    font-size: 30px;
    color: #0c493c;
    font-weight: 400;
    margin-bottom: 16px;
	font-family: "Questrial", sans-serif;
}
h3 span {
    display: block;
    text-transform: uppercase;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
h4 {
    font-size: 25px;
    color:#46655a;
    font-weight: 500;
    margin-top: 20px;
	font-family: "Poppins", sans-serif;
}

h6 {
	font-size: 21px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #252278;
}
h6.service-h6 {
    color: #14c6a4;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 10px;
}
a.site-btn {
    font-size: 13px;
    background-color: #0ea892;
    color: #fff;
    padding: 10px 32px;
	border: 1px solid #0ea892;
	display: inline-block;
    border-radius: 50px;
}
a.site-btn:hover {
    background-color:#fff;
    color: #0ea892;
}
iframe {
	width: 100%;
    height: 300px;
}
.top-header {
    padding: 10px 0;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.home .MenuFixed {
	background:#95C3DD;
}
.home .top-header {
	/*position:absolute; */
	background:#95C3DD;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 99999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
	background:#fff;
    margin-top: 0 !important;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, .34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-right {
    text-align: end;
}
.banner {
    position: relative;
	text-align: center;
}
.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    max-width: 1500px;
    text-align: left;
    margin: 0 auto;
}
.banner-text h1 {
	color: #fff;
	font-size: 55px;	
}
.welcome-sec a.site-btn {
    background-color: #fff;
    color: #14c6a4;
}
.welcome-sec a.site-btn:hover {
    color: #fff;
    background-color: #14c6a4;
}
.hour-outer {	
	max-width:300px; 
     margin:0 auto;
}
.services-sec {
    background-color: #a0ded2;
}
.services-sec p {
	color: #0c493c;
}
.services-sec p:last-child, .home .services-sec p:first-child{
	margin-bottom:40px;
}
.service-box:hover {
    transform: translateY(-10px);
}
.service-box:hover .service-box-heading {
	background-color: #0c493c;
}
.service-box:hover .service-box-heading h3 {
	color: #fff;
}
.service-box {
	position: relative;
    transform: translateY(0px);
    transition: 0.2s;
    text-align: center;
	margin-bottom:20px;
}
.service-box a, .quick-box a, .testing-box a{
    position: absolute;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 9;
}
.service-box-thumb img,  .testing-box-thumb img{
    width: 100%;
}
.service-box-heading, .testing-box-heading{
    padding: 20px 5px;
    background-color: #fff;
    text-align: center;
	height:80px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.service-box-heading h3, .testing-box-heading h3{
    margin-bottom: 0px;
	text-transform:unset;
	font-size: 18px;
}
ul.conditions-list {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	 -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
ul.conditions-list li{
	position: relative;
	font-weight:500;
	text-align:center;
	line-height:32px;
	vertical-align: middle;
	color:#0c493c;
}
ul.conditions-list li a:hover{
	text-decoration: underline;
	color:#0c493c;
}
.testing-sec {
    background-color: #ffeab1;
}
.testing-sec h2{
    margin-bottom:0;
}
.testing-sec h3{
    margin-bottom:30px;
}
.testing-sec a.site-btn {
    background-color: #0c493c;
    border: 1px solid #0c493c;
}
.testing-sec a.site-btn:hover {
    background-color: #fff;
	color: #0c493c;
    border: 1px solid #fff;
}
.testing-box:hover {
    transform: translateY(-10px);
}
.testing-box:hover .testing-box-heading {
	background-color: #0c493c;
}
.testing-box:hover .testing-box-heading h3 {
	color: #fff;
}
.testing-box{
	position: relative;
    transform: translateY(0px);
    transition: 0.2s;
    text-align: center;
	margin-bottom: 20px;
}
.meet-sec .row {
    align-items: center;
}
.quicklinks-sec {
    background-color: #91c3da;
}
.quicklinks-sec h2{
    color: #fff;
}
.quick-box {
	position: relative;
    text-align: center;
    transition: 0.4s;
}
.quick-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.4s;
}
.quick-img {
	background: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
	margin: 0 auto;
    margin-bottom: 10px;
}
.quick-box:hover .quick-img{
	background: #a0ded2;
}
.quick-box:hover .quick-img img{
	filter: brightness(0) invert(1);
}
.quick-text h3 {
    color: #fff;
    font-size: 18px;
	text-transform:unset;
    line-height: 24px;
	margin-bottom:0;
}
.our-clinic ul.inner-list {
    column-count: 3;
}
.form-sec {
   /* background-color: #a0ded2; */
}
.form-sec h2 {
    font-size: 28px;
	/*color:#fff;*/
}
.form-sec h2 a{
	/*color: #fff;
	text-decoration:underline;*/
}
.form-control {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #6e7a84;
	border-radius:0;
}
textarea.form-control {
    height: 155px;
}
select.form-control:not([size]):not([multiple]) {
    height:auto;
	 }
.submit-btn {
    font-size: 16px;
    background-color: #0ea892;
    font-weight: 400;
	cursor: pointer;
    color: #fff;
	position: relative;
    padding: 5px 50px;
    border-radius: 50px;
	border: 1px solid #0ea892;
}
.submit-btn:hover {
	background-color: #fff;
	color: #0ea892;
	border: 1px solid #0ea892;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    margin: 0px auto !important;
    text-align: center;
    width: 70%;
    background-color: #0ea892;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border-color: #0ea892 !important;
    border-radius: 50px;
}
.wpcf7-not-valid-tip {
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: block;
    text-align: center !important;
}
.wpcf7-form .text-right p {
	margin-bottom:0;
}
.notice-box {
	border:5px solid #ffeab1;
	padding:20px;
	margin-top:20px;
}
.map-section {
    padding: 0;
    background-image: url(images/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 470px;
    position: relative;
}
.map-link {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, .65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 250px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.map-link a {
    color: #fff;
}
.footer {
    background-color: #111e11;
    position: relative;
	padding:50px 30px;
}
.footer-logo {
    margin-top: 50px;
}
a.footer-logo {
    display: block;
    margin-bottom: 60px;
}
.right-text-footer {
    float: right;
}
.footer h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
	text-transform: uppercase;
}
ul.footer-logos {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
ul.footer-logos li{
    margin:20px 10px;
	display: inline-block;
}
.hour ul {
    padding: 0;
    list-style: none;
}
.hour ul li {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
.hour ul li span:last-child {
    float: right;
}
ul.footer-menu {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
ul.footer-menu li {
    color: #fff;
    font-size: 14px;
	display: inline-block;
    line-height: 14px;
    font-weight: 400;
	padding:0 5px;
	border-left:1px solid #fff;
}
ul.footer-menu li:first-child {
	padding-left:0;
	border-left:none;
}
ul.footer-menu li a {
    color: #fff;
}
ul.footer-menu li a:hover {
    text-decoration: underline;
}
ul.contact-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
ul.contact-list li {
    padding: 0 10px;
    display: inline-block;
	margin:10px 0;
}
ul.contact-list li:last-child {
    margin-top: 20px;
    display: block;
}
ul.contact-list li a {
    color: #fff;
}
ul.contact-list li a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}
ul.social-icons {
    list-style: none;
	margin:0;
    margin-top: 40px;
    padding: 0px;
}
ul.social-icons li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
ul.social-icons li a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}
.webby {
    margin-top: 40px;
}
.webby p {
    font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.webby p a {
    color: #fff;
}
.post-type-archive-conditions .conditions-sec {
	min-height: calc(100vh - 510px);
}
/****** Inner CSS *******/

.top-bar {
    height: 30px;
    background-color: #f5f5f6;
}
.inner-sec {
    min-height: calc(100vh - 426.5px);
}
.inner-banner {
	position: relative;
	margin-bottom:30px;
}
p.sub-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    line-height: 24px;
}
ul.inner-list {
    margin-bottom: 30px;
}
.inner-list li {
    color: #5a6772;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
.inner-list li::marker {
    color: #14c6a4;
}
/****************************************** Team CSS ********************************************/
.team-box {
	position: relative;
    text-align: center;
     transform: translateY(0px);
     transition: 0.2s;
}
.team-box:hover {
    transform: translateY(-10px);
}

.team-box a {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    z-index: 9;
}
.team-img {
    margin-bottom: 20px;
}
.team-img img{
	border-radius: 50%;
	max-width:272px;
	width:100%
}
/****************************************** FAQs CSS ********************************************/
.faqs-sec {
	background-color: #199077;
}
.faqs-sec h2{
	color: #fff;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
    color: #fff;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.panel-default > .panel-heading {
    color: #fff !important;
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px !important;
    font-weight: 600 !important;
}
.panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
}
.panel-body {
    padding: 0px 80px;
}
.panel {
    border: unset !important;
    margin-bottom: 10px !important;
	box-shadow: unset !important;
	border-radius:0 !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
}
.page-id-861 .panel-collapse {
	background: #fff !important;
	color:#6b6c6a !important;	
}
.panel-body .inner-list li {
    color: #fff;
}
/******************************** Referral CSS ***************************************/

.referral-form-sec {
    background-color: #ccc5e2;
    padding: 40px 30px;
    border-radius: 10px;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec select.wpcf7-form-control.wpcf7-select.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 6px 20px;
    border: 1px solid #c7dde8;
    height: 48px;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
    height: 170px;
}
.wpcf7-form-control-signature-wrap {
    font-size: 17px !important;
    margin-bottom: 25px !important;
    border: 1px solid #c7dde8 !important;
    outline: 0 !important;
    color: #5a6772 !important;
    width: 100% !important;
}
.sig p {
	margin-bottom:0;
}


/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f4f2f2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
.postid-1165 .inner-banner {
	display:none;
}
/**************************/
/***** Media-Querries *****/
/**************************/
@media(max-width: 1199px) {	
.footer {
    font-size: 15px;
}
}
@media (max-width: 1024px) {
  
.service-box-heading h3 {
    font-size: 14px;
}	
h1 {
	font-size: 30px;
}	
h2 {
    font-size: 25px;
}	
a.site-btn {
    padding: 5px 11px;
    font-size: 10px;
}
}
/* END OF iPAD LANDESCAPE*/

@media (max-width: 991px) {
.home .top-header {
    position: relative;
	background: #95C3DD;
}
.header-right {
    text-align: center;
    margin-top: 0px;
}	
a.site-btn {
    font-size: 12px;
	padding: 5px 13px;
}	
.service-box-heading h3 {
    font-size: 14px;
}	
.service-box {
	margin-top:10px;
	}
ul.conditions-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.quick-text h3 {
    font-size: 14px;
}
ul.footer-logos li img{
		max-width:55px;
	}	
ul.footer-menu li {
    font-size: 12px;
}
ul.contact-list li {
    font-size: 11px;
}
ul.contact-list li img {
	max-width: 12px;
}
}
@media (max-width: 767px) {
.header-right a.site-btn {
        margin-top: 10px;
    }
.img-rite {
	float:none;
	z-index:999;
	margin-left: 0px;
	margin-top:0px;
	text-align:center;
}
.our-clinic ul.inner-list {
    column-count: 1;
}	
.post-type-archive-conditions .conditions-sec {
	min-height: unset;
}	
.home .top-header {
    background: #95C3DD;
	position: relative;
}
.logo {
    text-align: center;
    margin-bottom: 10px;
}
.header-right {
    text-align: center;
	margin:0;
}
.service-box-heading h3, .testing-box-heading h3{
    font-size: 22px;
}
.service-box {
    margin:10px 0;
}
.testing-box {
	margin-top:10px;
}
.banner-text h1 {
    font-size: 20px;
	margin-bottom:0;
}
.meet-sec img{
    margin: 0px 0px 20px 0px;
}	
ul.social-icons {
    text-align: center;
}		
.banner-text a.site-btn {
    display:none;
}		
.wpcf7-response-output {
    width: 100%;
	}
.footer-logo {
	margin-top:0;
	text-align:center;
	}	
ul.footer-logos {
	text-align:center;
	}
.right-text-footer {
    float: none;
	margin-top: 30px;
}	
ul.footer-logos li img{
		max-width:unset;
	}	
ul.footer-menu li {
    font-size: 14px;
}
ul.contact-list li {
    font-size: 14px;
}
ul.contact-list li img {
	max-width: unset;
}
.hour-outer {
    max-width: unset;
    margin: 0;
	margin-top: 30px;
}	
.footer {
	padding:50px 15px;
}	
ul.conditions-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}