/*
Theme Name: Hip & Knee Joint Solutions
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/

@import url('style/bootstrap.css');

/**** 
font-family: "Oswald", sans-serif;
font-family: "Raleway", sans-serif;
font-family: "Poppins", sans-serif;
****/
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #6B6C6A;
	font-weight:400;
	font-family: "Raleway", sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 0px 0px 20px 20px;
    max-width: 400px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 25px;	
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #99b2cc;
}
a:hover, a:focus, a:active{
	color: #99b2cc;
	text-decoration:underline;
	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;
}

hr {
	padding:0px 0 30px;
	margin:15px 0 0;
	border-color: #ededed !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 60vh;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
.dr-david-img figure, .dr-david-img img{
	width:100%;
}
h1 {	
	font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #304971;
	margin:0;
	padding-bottom:20px
}
h1 span{
    display:block;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color: #3B2C6F;
	padding-top:10px;
}
.home h2{
	font-size:40px;
	text-transform:capitalize;
	padding-bottom:20px;
	color: #3B2C6F;
	}
h2 {
	font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #304151;
	padding-top:20px;
	text-transform:capitalize;
	margin:0;
    margin-bottom: 10px;
}
h2.patient {
	color:#304151 !important;
	font-weight:700 !important;
	font-family: "Raleway", sans-serif !important;
	font-size:26px !important;
	padding-bottom:20px;
}
h3 {
	font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #304151;
    font-weight: 400;
	padding-top:10px;
    margin-bottom: 10px;
}
h4 {
    font-size: 22px;
    color: #26AAE0;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}
h5 {
    font-size: 21px;
    letter-spacing: 1.21px;
    color: #576044;
    font-weight: 400;
	font-family: "Oswald", sans-serif;
}
h6 {
    font-size: 22px;
    color: #1f4847;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a.site-btn, a.wp-block-button__link{
    background: #304971;
    color: #fff !important;
    font-size: 16px;
    border: 1px solid #304971;
    border-radius: 0px;
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 50px;
	display: inline-block;
	min-height:unset;
	font-family: "Poppins", sans-serif;
}
a.site-btn:hover, a.wp-block-button__link:hover {
    border: 1px solid #304971;
    background-color: #fff;
	text-decoration: none !important;
	color: #304971 !important;
}
.home .top-header {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 999;
	background-color: transparent;
	border:none;
}
.home .MenuFixed{
    background-color:#BEBEBE;
}
h1, .services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map{
    font-size: 40px;
	font-family: "Oswald", sans-serif;
	font-weight:500;
	color: #304971;
	padding-top:0;
}
.services-sec h1, .services-sec h2 {
	color:#fff;
}
.top-header {
    padding: 10px 0;
    width: 100%;
    position: unset;
    z-index: 999;
    background-color: #fff;
}
.MenuFixed {
    position: Fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    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;
	background-color: #fff;
	border-bottom:none;
}
.header-right {
	text-align: end;
}
.header-right a.site-btn img {
    filter: invert(100%);
}
.banner {
    position: relative;
	width:100%;
	height:auto;
	text-align:center;
}
.banner-text {
    position: absolute;
    z-index: 9 !important;
    top: 65% !important;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 300px;
    right: 300px;
    text-align: left;
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 55px;
    color: #fff;
	padding-bottom:30px;
	font-weight: 700;
}
.banner-text p {
	margin-bottom:0px;
}
.banner-text h1 span{
    color: #fff;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:2px;
}
.welcome-sec {
    padding: 40px 0;
}
.welcome-sec h2 {
    padding-top: 0px;
	color:#304971;
	font-family: "Oswald", sans-serif;
	font-weight:400;
	text-transform:unset;
}
.services-sec {
    background-color: #304971 !important;
}
.service-box {
	text-align:center;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 0 15px;
}

.service-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
	transform: translateY(-10px);
}
.service-box a, .quick-box a, .team-box a{
    position: absolute;
    width: 90%;
    height: 100%;
	display: block;
    z-index: 9;	
}
.service-box-heading {
	color: #fff !important;
	padding: 10px;
}
.service-box-heading h3{
	color: #fff;
	margin:0;
	font-family: "Raleway", sans-serif;
	font-weight:700;
	padding:15px 0;
	text-align:center;
}
.affiliation-sec {
}
.affiliation-box {
    width: 20%;
    text-align: center;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    flex: 0 0 auto;
	padding:0 15px;
}
.affiliation-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transform: translateY(-10px);
}
.call-to-action-sec {
    background: #94AFCA;
    text-align: center;
    position: relative;
}
.call-to-action-sec h2{
	padding-bottom:10px;
	text-transform:unset;
	color:#fff;
}
.call-to-action-sec p{
	color:#fff;
	font-weight:500;
	font-size:22px;
}
.call-to-action-sec p:last-child{
   margin-bottom:0;
	margin-top:30px;
}
.call-to-action-sec a.site-btn, .team-sec a.wp-block-button__link{
	background-color:#153246;
	border:1px solid #153246;
	font-weight:600;
	color:#fff !important;
}
.call-to-action-sec a.site-btn:hover, .team-sec a.wp-block-button__link:hover{
	background-color:transparent;
	border:1px solid #153246;
	color: #153246 !important;
}
.footer {
    background-color: #152C49;
    color: #fff;
    padding: 50px 0px;
}
.footer-logo img {
    width: 250px;
}
.footer-hours {
    max-width: 350px;
}
.footer h4 {
	color: #fff;
    font-size: 24px;
	text-transform: uppercase;
    font-weight: 400;
	font-family: "Work Sans", sans-serif;
    margin-bottom: 20px;
}
ul.hour {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    display: block !important;
    width: 100%;
}
ul.hour li span:last-child {
    float: right;
}
img.location-icon {
    width: 15px !important;
}
.footer-contact {
	text-align: center;
}
ul.contact {
    margin: 0px;
    padding: 0px;
	list-style:none;
	padding-top: 10px;
}
ul.contact li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
ul.contact li a img {
    margin-right: 10px;
}
ul.contact li a img {
    vertical-align: middle;
    width: 28px;
}
ul.social-icon {
    padding: 0px;
	margin:0;
    margin-top: 5px;
}
ul.social-icon li {
    display: inline-block !important;
    padding: 0px 5px 0px 5px;
}
.footer a {
    color: #fff;
}
ul.footer-contact {
    margin-bottom: 0px !important;
}
ul.footer-contact {
    margin-bottom: 0px !important;
    margin-top: 30px;
}
.footer-logo {
    text-align: end;
	margin-top:50px;
}
.footer-bottom {
	font-size:12px;
}
/*************** General inner css ***********/
.top-bar {
    height: 20px;
    background-color: #EAEFF4;
}
.inner-banner {
    margin-bottom: 30px;
}
p.sub-text {
    font-size: 17px;
    font-weight: 500;
	margin-bottom:20px;
	text-align:center;
	color:#304971;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 10px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ol.inner-list li{
	margin: 10px 0;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 30px;
	padding-bottom: 10px;
}
ul.inner-list li {
    position: relative;
    padding-left: 15px;
	font-weight: 500;
    line-height: 32px;
	color: #304151;
}
ul.inner-list li:before {
    color:#94AFCA;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    left: -15px;
    top: 0px;
    position: absolute;
}
ul.check-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 30px;
	padding-bottom: 10px;
}
ul.check-list li {
    position: relative;
    padding-left: 15px;
	font-weight: 500;
    line-height: 32px;
    font-weight: 400;
	color:#3B2C6F;
}
ul.check-list li:before {
    color:#4E9CDC;
    content: '\2713';
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    left: -15px;
    top: 0px;
    position: absolute;
}
.home ul.inner-list {
	padding-left:0;
	padding-bottom: 0px;
}
.home ul.inner-list li{
    line-height:34px;
	font-size:18px;
	padding:25px 0;
	padding-left:15px;
	border-top:1px solid #E5F3F0;
	vertical-align:middle;
}
.home ul.inner-list li:before {
    left: 0;
    top: 25px;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
	margin-bottom: 0px;
}
.map-sec {
    padding: 0;
    background-image: url(images/map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 470px;
    position: relative;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 6px;
    background: #304971;
    color: #fff !important;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 290px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a {
    color: #fff !important;
}
/*************** Services inner css ***********/
.services-banner {
    position: relative;
    text-align: center;
	margin-top: 30px;
    margin-bottom: 10px;
}
.services-banner img, .inner-banner img{
	width:100%;
}
/*************** Team css ***********/
.team-sec {
	background-color: #FDFCFB;
}
.meet-the-team-sec .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.team-box {
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 15px 0;
}
.team-box:hover, .team-box:focus, .team-box:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.team-thumbnail {
    margin-bottom: 20px;
}
.team-thumbnail img {
    border-radius: 50%;
    filter: grayscale(1);
}
.team-box:hover .team-thumbnail img {
    filter: grayscale(0);
}
.team-text {
    margin-top: 25px;
}
.team-box a {
    text-decoration: none;
}
.team-text h3 {
    font-size: 24px;
    font-weight: 400;
	color:#37B76E;
    margin-bottom: 20px;
}
/*************** Contact css ***********/
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    position: relative;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}
select{
    height: 40px !important;
	width:100%;
	padding: 10px 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #6c6c6c;
}
select.form-control {
    height: 50px !important;
	padding: 13px 10px !important;
}

textarea.form-control {
    height: 180px;
}

.submit-btn {
    background: #304971;
    color: #fff;
    font-size: 16px;
    border: 1px solid #304971;
    border-radius: 0px;
    padding: 6px 30px;
    font-weight: 400;
    border-radius: 60px;
}

.submit-btn:hover {  
    background: transparent !important;
    color: #304971;
	border: 1px solid #304971;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#304971 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    border-color: transparent !important;
    background-color:#304971 !important;
    color: #fff !important;
    font-weight:500 !important;
    text-align: center !important;
    border-radius: 60px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #304971;
    background-color: #304971 !important;
}
.sig canvas {
    width: 100% !important;
}
.sig .dscf7_signature_inner {
    display: block !important;
}
.wpcf7-form p {
	margin-bottom:15px;
}
/*************** News css ***********/
.post-details {
    position: relative;
    min-height: 300px;
    background-color: #1f484700;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #efefef;
    border-top: 0px;
}
.post-img img{
	width:100%
}
.post-details h2 a {
    line-height: 25px;
}
.post-details a.site-btn {
    font-size: 14px;
}
.post-details p {
    margin-bottom: 40px;
    line-height: 25px;
}
.post-nav {
    margin-top: 20px;
}
/*************** FAQs css ***********/
.faqs-sec {
    background-color: #F8F7F3;
}
.faqs-sec h2 {
	padding-top:0;
	color:#304971;
	padding-bottom:20px;
	text-align:center;
}
.panel {
    background-color:#F8F7F3 !important;
    padding: 0px 0px !important;
}
.faqs-sec .collapsed .fa-minus:before {
    content: "\f067" !important;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    background: transparent !important;
    border-color: #C7C5BC !important;
    padding: 15px 20px;
}
.faqs-sec .panel-default > .panel-heading {
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.faqs-sec .panel-title {
    margin-top: 0; 
    margin-bottom: 0;
	font-family: "Raleway", sans-serif;
    font-weight: 400 !important;
}
.faqs-sec .panel-title a {
    font-weight: 400 !important;
    text-decoration: unset !important;
}
.panel-title a {
    font-size: 17px;
}
.popup-btn {
    margin-top: 20px;
}
.form-text p {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 13px;
}
span.wpcf7-list-item-label {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 15px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.faqs-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 0px 60px 0 20px !important;
}
.faqs-sec .panel-body {
    padding: 0px 60px;
}
.faqs-sec .panel-body p a {
	text-decoration: underline;
}
.faqs-sec .panel-body ul.inner-list li:before {
    color: #fff;
}
.faqs-sec .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}
.panel-title a {
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
	font-size: 16px;
    font-weight: 300 !important;
}
.page-id-2057 .panel-group .panel {
    border-bottom: 1px solid #576044;
    border-radius: 0px !important;
}
.panel-body {
    padding: 15px 60px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px !important;
}



/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}	
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 48px;	
}	
.banner-text h1 span{
    font-size: 22px;
}	
.home h2{
	font-size:36px
	}	
h1, .services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map {
    font-size: 36px;
}
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}	
.footer ul li a img {
    width: 20px;
}	
.footer h4 {
    font-size: 22px;
}
.header-right a.site-btn {
    padding: 8px 13px;
	}	
.dr-david-img{
	  max-width: 96%;
}	
	}	  
@media (max-width: 1440px){	
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 42px;
}	
.home h2 {
    font-size: 32px;
}	
h1, .services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map {
	font-size: 32px;		
}		
h2 {
	font-size: 22px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}		
.footer h4 {
    font-size: 20px;
}
.img-patient {
    width: 350px;
    left: 40px;
    top: -20px;
}	
.header-right a.site-btn {
    font-size: 14px;
    padding: 8px 20px;
}
.loc-box .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    top: 135px;
}	
}
@media (max-width: 1300px){
.header-right a.site-btn {
    font-size: 11px;
    padding: 4px 8px;
	}
.contact-details ul.contact li {
    font-size: 15px;
	}	
.loc-box .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    top: 93px;
}	
}
@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.banner-text {
    left: 75px;
    right: 75px;
}
.banner-text h1 {
	font-size: 34px;	
}
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 34px;
}	
.home h2 {
    font-size: 30px;
}	
h1, .services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map {
	font-size: 30px;		
}	
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
.img-patient {
	position:relative;
    width: auto;
    left: 0px;
    top: 0px;
}	
.footer h4 {
    font-size: 20px;
}		
.banner-text {
    top: 60% !important;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}	
.footer ul li {
    margin-bottom: 10px;
    font-size: 10px;
}	
.header-right a.site-btn{
    font-size: 10px;
	padding: 5px 10px;
}	
.service-box {
    margin: 15px 0;	
	}
}
@media (max-width:1023px){	
.logo{
    text-align:center;
}		
.logo img{
    max-width: 200px;
}	
.header-right {
    text-align: center;
}	
.home .top-header {
    position: relative;
    background-color: #BEBEBE;
    border: none;
}		
}
@media (max-width: 768px){	
.map-sec {
    background-image: url(images/mobile-map.jpg);
}
.header-right {
    text-align: center;
    }	
.img-rite {
    float: unset;
    text-align:center;
    margin: 0px 0px 20px 0px;
}	
.header-right a.site-btn {
    font-size: 12px;
	padding: 5px 8px;
}	
.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}	
.banner-text {
	position: relative;
    top:0 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	left: 0;
	right:0;
	background:#CECECE;
    text-align: center;
	padding:20px;
    }	
.banner-text h1 {
	font-size: 28px;	
	padding-bottom:20px;
}
.banner-text h1 span{
    font-size: 16px;
}
.banner-text p{
	margin-bottom:0px;
}	
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}	
h1, .services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map {
	font-size: 28px;		
}		
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
.logo, .inner-logo{
	text-align:center;
}
.logo img, .inner-logo img{
    max-width: 180px;
}
.header-right {
	margin-top:20px;
	}
a.site-btn {
     font-size: 12px;
     padding: 5px 12px;
	 font-weight: 400;
    }	
.banner-text h1{
	line-height:24px;
	}
.welcome-sec .has-text-align-center {
    text-align: left;
}
.welcome-sec .wp-block-buttons.is-content-justification-center {
    justify-content: left;
}
.banner-text h1 span{
	margin-bottom:0px;
	}
.call-to-action-sec p {
    font-size: 18px;
}
.service-box {
	margin:10px 0;
}	
.affiliation-box {
    width: 50%;
	margin:10px 0;
}
.footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
ul.social-icon {
	margin-bottom: 10px;
}
ul.social-icon li {
	margin: 0 5px;
}
.footer-hours {
    max-width: 300px;
	margin:0 auto;
}	
.footer ul.hour {
    margin-bottom: 30px;
}	
.footer-logo {
     margin-top: 10px;
    text-align: center;
	margin-bottom:30px;
    }
.footer ul li {
    font-size: 12px;
    }
.footer-logo {
    margin-top: 15px;
	margin-bottom:15px;
    }
.footer-logo img {
    width: 180px;
}
.post-nav {
	text-align: center;
}
.post-nav .text-right{
	text-align: center !important;
}	
.wp-block-image .alignright {
    float: unset !important;
    margin: 0 !important;
}	
	}
@media (max-width: 480px){		
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}
.home h1 {
    font-size: 24px;
}	
.home h2 {
    font-size: 24px;
}	
.banner-text h1 {
    font-size: 20px;
}	
section {
	padding:30px 0;
	}
.services-sec h1, .services-sec h2, .choose-sec h2, .affiliation-sec h2, .call-to-action-sec h2, .faqs-sec h2, h2.map {
	font-size: 24px;		
}	
h3 {
    font-size: 16px;
}	
.other-services-list p:before {
	display: none;
}	
.other-services-list p {
    margin-bottom: 15px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}
}