/*
Theme Name: Lumina Medical
Theme URI:
Description: Lumina Medical
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	font-size: 17px;    
	color: #5a6772;
    font-family: 'Open Sans', sans-serif;

}
p.right {
    display: none;
}
.content-spacing p {
    line-height: 1.9em;
    font-size: 21px;
    font-weight: 400;
    color: #5a6772;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
.inner-page p {
	line-height: 1.9em;
    font-size: 21px;
    font-weight: 400;
    color: #5a6772;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
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: #d00343;
}
a:hover, a:focus, a:active{
	color:#1a4e9e;
	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;
}
.container {
    width: 1400px;
    max-width: 100%;
}
.container-fluid {
    width: 2106px;
    max-width:98%;
}

h1 {
    font-size: 50px;
    color: #00327d;
    font-weight: 700;
	font-family: 'Hind';
	margin-bottom: 30px;
}
h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Hind';
    color: #00327d;
}
h3 {
    font-size: 27px;
    color: #00327d;
    font-weight: 600;
    font-family: 'Hind';
}
h6 {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: #00327d;
    letter-spacing: 2.52px;
    font-family: 'Hind';
}
.header {
    padding: 15px 0px;
    position: sticky;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc3;
}
.header-right {
    text-align: end;
    margin-top: 40px;
}
.header-right a.site-btn {
    background-color: #d00343;
}
.header-right a.site-btn:hover {
    background-color: #00327d;
}
a.site-btn {
    font-size: 17px;
    color: #fff;
    background-color: #00327d;
    font-weight: 500;
    font-family: 'Urbanist';
    padding: 10px 20px;
    border-radius: 60px;
}
a.site-btn:hover {
    background-color: #d00343;
}
.header-right span {
    margin-left: 10px;
}
.desktop-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 3px 0px 0 15px !important;
	font-family: 'Hind', sans-serif !important;
}
.banner {
    position: relative;
    background-image: url(https://www.luminamedical.com.au/wp-content/uploads/2023/05/Banner1a.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px;
}
.item {
    padding: 20px 0px;
    padding-left: 400px;
}

.banner h1 {
    font-size: 88px;
    font-weight: 600;
    color: #fff;
    line-height: 88px;
    font-family: 'Hind', sans-serif;
}
.banner h6 {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2.52px;
    font-family: 'Hind';
    margin-bottom: 30px;
}
.banner-btn a.site-btn {
    background-color: #d00343;
}
.banner-btn a.site-btn:hover {
    background-color: #09101e;
}
.banner-btn span {
    margin-left: 20px;
}
.welcome-text {
    padding: 50px 0px;
}
.welcome-text p {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Urbanist';
    color: #5a6772;
    margin-bottom: 30px;    
    font-family: 'Open Sans', sans-serif;
}

.home-faq .panel-title {
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Hind' !important;
}
.home-faq .panel-body {
    font-size: 16px !important;
    text-align: left;
    background-color: #00327d14;
}
.home-faq .panel-body p {
    font-size: 16px;
    margin-bottom: 10px;
}
.home-faq .collapsed .fa-minus:before {
    content: "\f067" !important;
    margin-right: 15px;
    font-size: 16px;
}
.welcome-text a.site-btn {
    background-color: transparent;
    border: 2px solid #00327d;
    color: #00327d;
    padding: 10px 50px;
    font-weight: 600;
}
.welcome-text a.site-btn:hover {
    border-color: #d00343;
    color: #d00343;
}
.services-sec {
    background-color: #d00343;
    padding: 50px 0px;
}
.service-box {
    margin-bottom: 20px;
    transform: translateY(0px);
    transition: 0.2s;
    cursor: pointer;
}
.service-box:hover {
    transform: translateY(-10px);
    transition: 0.2s;
}
.service-box h3 {
    text-align: center;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 15px 0px;
    font-size: 27px;
    font-family: 'Hind';
    font-weight: 600;
    margin-top: -1px;
}
.service-box:hover h3 {
    color: #fff;
    background-color: #00327d;
}
.quicklinks-sec {
    padding: 50px 0px;
}
.app-box {
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.app-box:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.4s;
}
.app-text {
    margin-top: 30px;
}
.app-text h3 {
    font-size: 27px;
    font-weight: 500;
    color: #00327d;
    font-family: 'Hind';
    margin-bottom: 0px;
}
.app-box:hover h3 {
    color: #d00343;
}
.map {
    position: relative;
}
.map-link {
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
}
.map-link a {
    font-size: 14px;
    color: #fff;
    background-color: #00327d;
    font-weight: 500;
    font-family: 'Urbanist';
    padding: 8px 20px;
    border-radius: 60px;
}
.map-link a:hover {
    background-color: #d00343;
}
.affiliation-sec {
    border-top: 2px solid #e3e3e5;
    text-align: center;
    padding: 50px 0px;
}
.member-logo {
    display: inline-block;
    vertical-align: text-bottom;
}
#clientSlide .owl-dots span {
    width: 40px;
    height: 4px;
    margin: 0;
    background-color: #efefef;
}

#clientSlide .owl-dots .active span {
    background-color: #c0033e;
}
.footer {
    background-color: #09101e;
    padding: 70px 0px 50px;
    position: relative;
}
.social-icons li {
    display: inline-block;
    padding: 0px 15px;
}
.social-icons li:hover img {
    transition: 1s;
    transform: rotate(360deg);
    filter: brightness(0.4);
}
.footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Urbanist';
    margin-bottom: 20px;
    text-transform: uppercase;
    LINE-HEIGHT: 29px;
}
.footer span a img {
    margin: 0px 6px 0px 20px;
}
.pin.pin-right {
    text-align: end;
}
.pin a {
    font-size: 16px;
    font-family: 'Hind';
    color: #fff;
    font-weight: 300;
    display: inline-block;
    line-height: 20px;
}
.pin-right a.phone-text {
    padding-left: 10px;
}
.pin a:hover {
    color: #d00343;
}
.brd {
    border-top: 1px solid #f6f6f7;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pin:hover img {
    transition: 1s;
    transform: rotate(360deg);
    filter: brightness(0.5);
}
a.location-text img {
    margin: 0px 15px 0px 0px;
}
.footer ul.social-icons {
    padding-left: 0px;
    margin-bottom: 0px;
}
.social-icons li a {
    color: #fff;
}
.social-icons li a:hover {
    color: #d00343;
}
.footer-btn {
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.footer-btn a {
    font-size: 16px;
    font-family: 'Hind';
    color: #fff;
    font-weight: 300;
}
.footer-btn a:hover {
    color: #d00343;
}
.footer .fs-12 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}


/********* INNER PAGES *******/

.top-brd {
    background-color: #f6f6f7;
    height: 38px;
    margin-bottom: 30px;
}
.sub-text {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25.4px;
}

.single .services p {
    font-size: 21px;
    font-weight: 400;
    color: #5a6772;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
.faq-sec {
    padding: 60px 0px;
    background-color: #00327d;
}
.faq-sec .panel {
    background-color: transparent !important;
    border-bottom: 1px solid #c0cbc4 !important;
}
.faq-sec .jltmaf-item.panel-heading {
    padding: 15px 15px !important;
    background: transparent !important;
}
.faq-sec .panel-title {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Open Sans';
}
.faq-sec .collapse {
    background: unset !important;
}
.faq-sec .collapse {
    background: unset !important;
    background-color: transparent !important;
}
.faq-sec .panel-body {
    padding: 15px;
    color: #fff;
}
.panel-body p {
    font-size: 15px;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
    color: #fff;
	margin-right: 15px;
	font-size: 16px;
}
.fa-minus:before {
    content: "\f068";
    font-size: 16px !important;
    margin-right: 15px !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.content-spacing {
    min-height: calc(100vh - 426.5px);
    padding: 30px 0 50px; 
}
.content-spacing h3 {
    margin: 20px 0px 10px !important;
}
.inner-page {
    padding: 30px 0 50px;
}
.inner-page p {
    font-size: 21px;
    color: #5a6772;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}
.extra-space {
    padding: 40px 0px;
}

.page-id-44 .top-brd {
    margin-bottom: 0px;
    display: none;
}
.page-id-44 h2 {
    margin-bottom: 10px;
}
.page-id-44 h6 {
    margin-bottom: 40px;
}

.input-field input.wpcf7-form-control.wpcf7-text{
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 0px;
    outline: 0px;
    border: 0;
    background-color: #80808029;
    font-weight: 500;
}
.input-field textarea.wpcf7-form-control {
	padding: 10px 20px;
    width: 100%;
    margin-bottom: 0px;
    outline: 0px;
    border: 0;
    background-color: #80808029;
    font-weight: 500;
    height: 209px;
}
.input-field input.wpcf7-form-control.wpcf7-number{
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 0px;
    outline: 0px;
    border: 0;
    background-color: #80808029;
    font-weight: 500;
}
.submit-btn span.wpcf7-spinner {
    display: none;
}
.submit-btn {
    text-align: center;
}
.submit-btn input#Submit {
    background-color: #d00343;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Urbanist';
    border: 1px solid transparent;
    cursor: pointer;
    color: #fff;
}
.submit-btn input#Submit:hover {
    background-color: #00327d;
}
.input-field span.wpcf7-not-valid-tip {
    color: #d00343;
    font-size: 14px;
    text-decoration: underline;
}
.wpcf7-not-valid-tip {
     color: #d00343 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}
.wpcf7-response-output {
    background-color: #fff;
    color: #d00343;
    font-weight: 700;
    border-radius: 60px;
    text-align: center;
    font-size: 15px;
}
.inner-list li {
    margin-bottom: 4px;
    display: block;
    font-size: 17px;
    color: #5a6772;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.9em;
}
ul.inner-list {
    list-style: none;
    padding-left: 20px;
	margin-bottom: 20px;
}
.inner-list li:before {
    content: "\2022";
    color: #d00343;
    font-weight: bold;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
}
.patient-map ul.inner-list {
    padding-left: 0px;
}
.patient-map li {
    background-color: #09101e;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px !important;
    margin-top: 10px;
}
.wp-block-columns {
    margin-bottom: 0px !important;
}
.img-rite {
    float: right;
    margin: 0 15px 30px;
}
.provider-sec {
    padding: 0px 0px 50px;
}
.team-box {
    margin-bottom: 30px;
    transition: 0.3s;
    text-align: center;
}
.team-box:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.4s;
}
.team-box-heading {
    margin-top: 30px;
    border-bottom: 1px solid #00327d;
    padding-bottom: 20px;
}
.team-box-heading h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Hind';
}
.team-box-heading h6 {
    font-size: 15px;
    margin-bottom: 0px;
}
.team-box:hover h3 {
    color: #d00343;
}
.team-box:hover h6 {
    color: #d00343;
}
.team-box:hover .team-box-heading {
    border-bottom: 1px solid #d00343;
}
.providers h4 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #d00343;
    font-weight: 600;
}
.single-provider-sec {
    background-color: #09101e38;
    padding: 50px 0px;
}
.patient-form {
    background-color: #00327d;
    padding: 50px 30px 40px;
    border-radius: 10px;
}
.patient-form h3 {
    color: #fff !important;
    font-weight: 600;
    font-family: 'Hind';
    margin-bottom: 20px !important;
}
.patient-form p {
    color: #fff !important;
    font-weight: 600;
    font-family: 'Hind';
}
.patient-form label span.wpcf7-list-item-label {
    color: #fff !important;
    font-weight: 300;
    font-family: 'Hind';
    padding-left: 5px;
}
.patient-form .wpcf7-form-control-signature-wrap {
    width: 100% !important;
    margin-bottom: 10px;
}
.patient-form 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;
}
.patient-form 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;
}
.patient-form 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;
}
.patient-form input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn {
    border: 0px;
    font-size: 16px;
    color: #fff;
    background-color: #d00343;
    font-weight: 500;
    font-family: 'Urbanist';
    padding: 8px 40px;
    border-radius: 60px;
	cursor: pointer;
}
.patient-form input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn:hover {
    color: #d00343;
    background-color: #fff;
}
span.radio-btn {
    display: block;
}
.radio-btn span.wpcf7-list-item.first {
    margin: 0px 0px 0px 0px !important;
}
span.wpcf7-spinner {
    display: none;
}
.patient-map {
    margin-bottom: 20px;
}
.map-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-bottom: 20px;
}
a.view-map {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 240px;
    margin: 0 auto;
    background-color: #00327d;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    z-index: 99;
    font-size: 14px;
}
.map-sec .container-fluid {
    padding-right: 0px;
    margin-right: 0px;
}
.map-sec .row {
    margin: 0 !important;
}
.map-sec .col-lg-4, .map-sec .col-xl-3 {
    padding: 0 !important;
}
.map-right-box {
    background-color: #09101e;
    padding: 40px 20px;
}
.map-right-box h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.address-text {
    margin-bottom: 14px;
    margin-top: 20px;
}
.address-text span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.address-text a {
    font-size: 14px;
}
section.map-mobile {
    display: none;
}
.referral-links {
    text-align: center;
}
.referral-links ul {
    list-style: none;
    padding-left: 0px;
}
.referral-links ul li {
    display: inline-block;
    margin: 0px 12px;
    color: #1B5391;
}
.referral-links ul li a {
    color: #1B5391;
    font-weight: 400;
}
.referral-links ul li a:hover {
    color: #d00343;
}
.single-reff .referral-links {
    text-align: left;
}
.single-reff .referral-links ul li {
    margin: 0px 12px 0px 0px;
}
.referral-links li img {
    padding-right: 6px;
}
.post-type-archive-services .top-brd {
    margin-bottom: 0 !important;
}
.post-type-archive-services .post-13 {
    display: none !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 2560px) {
	
	.banner {
        padding: 100px 0px;
    }
    
}
@media (max-width: 1920px) {
    
    
	.item {
        padding-left: 130px;
    }
    
    .banner .owl-dots {
        bottom: -80px;
    }
	 .header-right a.site-btn {
    	font-size: 15px;
	}


}
@media (max-width: 1820px) {

	.desktop-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	font-size: 16px;
	}
	.desktop-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    	margin: 0px 0px 0 0px !important;
	}
	.header-right {
    	margin-top: 30px;
	}
	.desktop-nav #mega-menu-wrap-primary #mega-menu-primary {
    	padding: 22px 0px 0px 0px;
	}
    
}
@media (max-width: 1720px) {
    
	.banner h1 {
        font-size: 70px;
        line-height: 73px;
    }
	h1 {
		font-size: 35px;
	}
    h2 {
        font-size: 26px;
    }
	
    
}
@media (max-width: 1620px) {
    
    .header-right {
        margin-top: 20px;
    }
	#mega-menu-wrap-primary #mega-menu-primary {
    	padding: 14px 0px 0px 0px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	font-size: 16px !important;
	}
	.banner h1 {
    	font-size: 50px;
    	line-height: 55px;
	}
    .banner h6 {
        font-size: 18px;
    }
	.welcome-text p {
    	font-size: 18px;
    	margin-bottom: 20px;
	}
	.home-faq .panel-title {
    	font-size: 18px !important;
	}
	.home-faq .panel-body p {
    	font-size: 15px;
	}
    .app-text h3 {
        font-size: 22px;
    }
    .service-box h3 {
        font-size: 22px;
    }
   
	.social-icons li img {
    	width: 20px;
	}
	.social-icons li {
    	padding: 0px 10px;
	}
	.sub-text {
    	font-size: 17px;
	}
	h3 {
    	font-size: 24px;
	}
	.single .services p {
    	font-size: 17px;
    	margin-bottom: 20px;
	}
	.content-spacing p {
    font-size: 17px;
    margin-bottom: 20px;
}
.inner-page p {
    font-size: 17px;
    margin-bottom: 20px;
}
	.inner-list li {
    	font-size: 17px;
	}
	.faq-sec .panel-title {
    	font-size: 20px;
	}
    
}

@media (max-width: 1520px) {
    
	.single .services p {
    	font-size: 17px;
    	margin-bottom: 20px;
	}
		.content-spacing p {
    font-size: 17px;
    margin-bottom: 20px;
}
.inner-page p {
    font-size: 17px;
    margin-bottom: 20px;
}
	.inner-list li {
    	font-size: 17px;
	}
	
	
}

@media (max-width: 1500px){

    .header-right {
        margin-top: 20px;
    }
    a.site-btn {
        font-size: 15px;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .banner h6 {
        font-size: 16px;
    }
    .banner {
        padding: 80px 0px;
    }
    h6 {
        font-size: 18px;
    }
	h1 {
		font-size: 32px;
	}
    h2 {
        font-size: 24px;
    }
	.welcome-text p {
    	font-size: 18px;
	}
    .service-box h3 {
        font-size: 20px;
    }
    .app-text h3 {
        font-size: 20px;
    }
   
    .footer h3 {
        font-size: 18px;
    }
	a.location-text img {
    	width: 17px;
	}


}

@media (max-width: 1440px){

   
	.header-right span {
    	margin-left: 5px;
	}
	
	.desktop-nav #mega-menu-wrap-primary #mega-menu-primary {
    	padding: 6px 0px 0px 0px !important;
	}
	.header-right {
    	margin-top: 10px;
	}
	
	a.location-text img {
    margin: 0px 10px 0px 0px;
	}
	.address-text a {
    font-size: 13px;
}

}

@media (max-width: 1328px){

    .banner h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .banner h6 {
        font-size: 14px;
    }
	h1 {
		font-size: 30px;
	}
    h2 {
        font-size: 24px;
    }
    .welcome-text p {
        font-size: 15px;
    }
	.address-text a {
    font-size: 12px;
}
	.address-text span {
    margin-right: 6px;
}
	
	

}

@media(max-width: 1299px) {

   a.phone-text img {
    margin: 0px 10px 0px 0px;
    width: 12px;
}
    .social-icons li {
        display: inline-block;
        padding: 0px 10px;
    }
	.header-right a.site-btn {
    font-size: 13px;
}
	h3 {
    	font-size: 20px;
	}
	.patient-map li {
    	font-size: 13px !important;
	}
	.pin a {
    font-size: 13px;
}
	
}

@media(max-width: 1247px) {

    .banner {
        padding: 55px 0px;
    }
	.address-text a {
    font-size: 11px;
}
    
}

@media (max-width: 1200px){

.pin a {
    font-size: 14px;
}	

}


@media (max-width: 1199px) {

    .desktop-nav {
    	display: none;
	}
	.mobile-nav {
    	display: block !important;
	}
	.mobile-nav .mega-menu-toggle {
    position: absolute;
    right: 0%;
    top: -35px;
}
	.mobile-nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    position: absolute;
    width: 100%;
}
	.mobile-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 30px !important;
    height: 3px !important;
    background-color: #d00343 !important;
}
	.header-right a.site-btn {
        font-size: 8px;
    }
    .header-right {
        margin-top: 12px;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .banner h6 {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .item {
        padding-left: 20px;
    }
    .banner-btn a.site-btn {
        background-color: #d00343;
        font-size: 12px;
    }
    .banner-btn span {
        margin-left: 10px;
    }
    .app-text h3 {
        font-size: 16px;
    }
    a.location-text img {
        margin: 0px 5px 0px 0px;
        width: 10px;
    }
	
}

@media (max-width: 1024px) {
    .service-box h3 {
    font-size: 16px;
}
a.phone-text img {
    margin: 0px 5px 0px 0px;
    width: 16px !important;
}	
}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {

    .header-right a.site-btn {
    	font-size: 13px;
    	padding: 10px 20px;
	}
	.header-right {
    	margin-top: 20px;
    	margin-right: 30px;
	}
	.mobile-nav .mega-menu-toggle {
    	top: -46px;
	}
    .banner {
        padding: 20px 0px;
    }
	.service-box h3 {
    	font-size: 17px;
	}
	.welcome-text p {
    	font-size: 15px;
    	margin-bottom: 25px;
	}
	.welcome-text a.site-btn {
    	padding: 7px 40px;
	}
    .app-box {
        text-align: center;
        margin-bottom: 40px;
    }
	.service-banner img.img-fluid {
    	margin-bottom: 20px !important;
	}
    .app-text h3 {
        font-size: 20px;
    }
    a.location-text img {
        margin: 0px 10px 0px 0px;
        width: unset;
    }
    .pin a {
        font-size: 14px;
		line-height: 25px;
    }
	.pin-right {
    text-align: center;
}
	.footer-btn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
    .footer-btn a {
        font-size: 13px;
    }
    .member-logo {
        display: inline-block;
        width: 30%;
        vertical-align: text-bottom;
    }
	.img-rite {
    	float: unset;
    	margin: 0 15px 30px;
    	text-align: center;
	}	
	.team-box-heading h3 {
    	font-size: 16px;
	}
	.team-box-heading h6 {
    	font-size: 10px;
    	margin-bottom: 0px;
	}
	a.phone-text img {
    	width: unset !important;
	}
	.patient-map ul.inner-list {
    	padding-left: 0px;
    	margin-bottom: 20px;
	}
	.patient-map li {
    	font-size: 14px !important;
    	margin-top: 0px;
		text-align: left;
	}
	.map-mobile .map-link {
    display: none;
}
	.address-text a {
    font-size: 9px;
}



}


@media (max-width: 767px) {

    .banner {
    padding: 32px 0px;
}
	.banner h1 {
        font-size: 20px;
        line-height: 23px;
		margin-bottom: 10px;
    }
    .banner h6 {
        margin-bottom: 14px;
        font-size: 10px;
    }
    .footer ul.social-icons {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 10px;
}
    .social-icons li {
        display: inline-block;
        padding: 0px 10px;
    }
	.pin.pin-right {
    text-align: center !important;
}
	.footer-btn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .footer h3 {
        font-size: 20px;
        margin-top: 40px;
    }
    .location-text br {
        display: none;
    }
    .footer-btn a {
        font-size: 15px;
    }
    
    .footer {
        padding: 35px 0px;
    }
    .member-logo {
        display: inline-block;
        width: 49%;
        vertical-align: text-bottom;
    }
	.sub-text {
    	font-size: 15px;
	}
	.single .services p {
    font-size: 16px;
    margin-bottom: 25px;
}
		.content-spacing p {
    font-size: 16px;
    margin-bottom: 25px;
}
.inner-page p {
    font-size: 16px;
    margin-bottom: 25px;
}
	section.map-mobile {
    display: block;
}
	.map-sec .container-fluid {
    padding-right: 15px !important;
    margin-right: 15px !important;
}
	.address-text a {
    font-size: 13px;
}
	section.map-sec {
    background-image: unset !important;
}
.panel-body p {
    font-size: 14px;
}
.referral-links ul li {
    display: block;
    margin: 10px 0px;
}	
	
}


@media (max-width: 575px) {

   body {
    font-size: 15px;
}
	.logo img {
    	width: 200px;
	}
	.logo {
    text-align: center;
}
	.mobile-nav .mega-menu-toggle {
    top: -30px;
}
	.header {
        padding: 15px 0px 20px;
    }
    .header-right {
        margin-top: 20px;
        text-align: center;
		margin-right: 0px;
    }
    .banner h1 {
        font-size: 16px;
        line-height: 12px;
    }
    .banner h1 br {
        display: none;
    }
    .banner h6 {
        margin-bottom: 6px;
        font-size: 9px;
    }
    .banner-btn a.site-btn {
        background-color: #d00343;
        font-size: 10px;
        padding: 5px 10px;
    }
    .welcome-text h6 {
        font-size: 13px;
    }
    .welcome-text p {
        font-size: 16px;
    }
	h1 {
		font-size: 30px;
	}
    h2 {
        font-size: 22px;
    }
	.affiliation-sec {
    padding: 50px 0px 0px;
}
	.affiliation-sec h2 {
    	margin-bottom: 0px !important;
	}
    .map-link a {
        font-size: 11px;
    }
    .member-logo {
        width: 100%;
    }
    .footer {
        padding: 30px 0px;
        text-align: center;
    }
	.footer-logo img {
    width: 200px !important;
}
	.footer h3 {
    font-size: 18px;
    margin-top: 30px;
}
	.pin a {
    font-size: 13px;
}
	.footer-btn a {
    font-size: 13px;
}
    .footer ul.social-icons {
        text-align: center;
        margin: 20px 0px 0px;
    }
	.pin {
    margin-top: 10px;
    margin-bottom: 0px;
}
	.social-icons li {
    display: inline-block;
    padding: 0px 4px;
}
	.providers h1 {
    	font-size: 24px;
	}
	.brd {
    border-top: 1px solid #f6f6f7;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}
	.providers h4 {
    	font-size: 16px;
	}
	.team-box-heading h3 {
    font-size: 20px;
	}
	.team-box-heading h6 {
    font-size: 14px;
}
}