/*
Theme Name: TMA Template
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css?ver=1');

body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #6B6C6A;
	font-weight:400;
	font-family: "Roboto", sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-rite {
	float:right;
	position: relative;
	padding:0 0 10px 10px;
	max-width:500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:26px;	
}
.logo {
	position: relative;
	margin: 0 !important;
}
.logo img {
	max-width: 250px !important;
}
.logo a {
	display:block !important;
	}
a {
	text-decoration:none;
	outline:none;
	color:#4A775D;
}
a:hover, a:focus, a:active{
	color:#4A775D;
	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;
}
h1 {
    color:#4A775D;
    font-weight: 700;
    font-size: 40px;
	padding-bottom:30px;
	margin:0;
	font-family: "Nunito", sans-serif;
}
h1 span{	
	display:block;
	margin-top:10px;
    font-size: 18px;
	color:#6B6C6A;
	font-weight:400;
	font-family: "Roboto", sans-serif;
}
h2 {
    color:#4A775D;
    font-weight: 700;
    font-size: 40px;
	margin-bottom: 15px;
	padding:0;
	padding-top:20px;
	font-family: "Nunito", sans-serif;
}/****
h2:after {
    content: '';
    display: block;
    background-color:#e9a7ad;
    height: 2px;
    width: 100px;
    margin: 20px auto;
}****/
h3 {
    color:#4A775D;
    font-weight: 700;
    font-size: 24px;
	padding:0px;
	margin:0;
	padding-top:10px;
    margin-bottom: 10px;
	font-family: "Nunito", sans-serif;
}
h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
	font-family: "Nunito", sans-serif;
    margin:0 0 10px;
	text-transform:uppercase;	
}
h5 {
}

h6 {
    
}
p.sub-text{
	font-size: 18px;
	line-height:24px;	
	margin-bottom:40px;
}
.red {
	color:#BF3A3F;
}
.top-bar {
    height: 20px;
    background-color: #F7F7F7;
}
hr {
	padding:0px 0 30px;
	margin:15px 0 0;
}
section { 
	padding:50px 0 !important;
}
.inner-sec {
	min-height: 50vh;
}
.top-sec {
	padding:50px 0 0 !important;
}
.content-sec {
	padding:0px 0 50px !important;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
.top-header {
    position:relative;
    padding: 10px 0 !important;
	border-bottom:1px solid #FDFCFA;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999 !important;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#fff !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);
}
.header-right {
	text-align: end;
}
.header-left {
    width: 85%;
    float: left;
}
.header-right {
	width: 15%;
    float: right;
	text-align:end;
}
.header-right a.primary-btn {
    font-size: 13px;
    padding: 6px 14px;
}
a.btn-primary {
    font-size: 16px;
    padding: 6px 30px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
	text-transform:capitalize;
    text-decoration: none;
	border-radius:25px;
	background:#9BC14F;
	border:1px solid #9BC14F;
	font-family: "Roboto", sans-serif;
}
a.btn-primary:hover{
	border:1px solid #9BC14F;
    background:#fff !important;
	color: #9BC14F;
}
a.btn-secondary {
    font-size: 16px;
    padding: 6px 30px;
    color:#fff;
    display: inline-block;
    font-weight: 400;
	text-transform:capitalize;
    background-color:#4A775D;
	border:1px solid #4A775D;
    text-decoration: none;
	border-radius:25px;
	font-family: "Roboto", sans-serif;
}
a.btn-secondary:hover{
	border:1px solid #4A775D;
    background:transparent !important;
	color: #4A775D;
}
.rounded-img img{
	border-radius:15px;
}
.banner-text .wp-bootstrap-blocks-button, .call-to-action-sec .wp-bootstrap-blocks-button {
    margin: 0 5px;
}

.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
    font-size: 36px;
	padding-top:0;
	margin-bottom:20px;
}
.banner {
    position: relative;
	text-align:center;
}
.banner-text {
    position: absolute;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 300px;
    right: 300px;
    text-align: left;
    width: 45%;
	border-radius:25px;
	padding:25px;
}
.banner-text h1 {
	font-size: 55px;
	color:#fff;
	padding-bottom:20px;
}
.banner-text h1:after {
	display:none;
}
.banner-text p {
	margin-bottom:30px;
}
.banner-text p:last-child {
	margin-bottom:0;
}
.banner-text h1 span{
	font-weight:400;
	font-size:28px;
	display: block;
	margin-top:0;
}
.welcome-sec p.sub-text {
	text-transform:unset;
	margin-bottom:20px;
	letter-spacing:0px;
	font-size:25px;
}
.welcome-sec p {
	font-size:20px;
	margin-bottom:0;
	color:#5e6a73;
}
.icon-box {
	border:1px solid #D4D4D4;
	border-radius:15px;
	padding:15px;
	height:100%;
}
.icon-box .wp-block-image {
	background:#9BC14F;
	border-radius:50%;
	padding:10px;
	width:80px;
	height:80px;
	margin:0 auto;
	align-content:center;
	text-align: center;
}
.icon-box .wp-block-image img {
	width:44px;
	height:44px;
	vertical-align:middle;
}
.services-sec {
	background-color:#26B2AB !important;
}
.services-sec, .about-sec, .green-sec, .call-to-action-sec, .services-sec h2, .about-sec h2, .green-sec h2, .call-to-action-sec h2, .about-sec h3, .green-sec h3{
	color:#fff !important;
}
.services-box {
	position: relative;
	-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;
	text-align: center;
	margin:15px 0;
}
.service-box a{
	padding:15px;
	display:block;
	width:100%;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.services-text {
	padding:20px 0px;
	background-color:#fff;
}
.services-text h3{
	color:#535453;
	font-size:18px;
	text-align:center;
	padding:0px;
}
.service-box h3{
	color:#fff;
}
.call-sec {
	background-color: #e9a7ad;
}
p.call-text {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
}
.map-sec {
    padding:0 !important;
	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: 6px;
    background: rgba(86,97,115,.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 260px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}
.call-to-action-sec a.btn-primary {
	background:#4A775D;
	border:1px solid #4A775D;
}
.call-to-action-sec a.btn-primary:hover {
	background:transparent;
	border:1px solid #4A775D;
	color:#4A775D;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3A3A3C !important;
	color:#fff;
	font-size:15px;
}
.footer-hours {
	max-width:320px;
}
.footer ul.menu{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer ul.menu li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
.footer ul.menu li a {
    color: #fff;
}
.footer ul.menu li a:hover {
    color: #fff;
	text-decoration: underline;
}
.footer-bottom a:hover{
	text-decoration: underline;
}
ul.hour {
    padding: 0;
	margin:0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.hour li:last-child {
    border-bottom:none;
}
ul.hour li span:last-child {
    float: right;
}
p.hour-call-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
	margin-top:10px;
    margin-bottom: 0px;
}
p.footer-tagline {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
	margin-top:10px;
    margin-bottom: 0px;
}
p.footer-bottomline {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-colum-3 p.footer-tagline{
	max-width:70%;
}
.footer a{
    color: #fff;
}
.footer p{
    color: #fff;
}
.footer-left {
	margin-top:10px;
}
.footer a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer-logo {
    margin-top: 25px;
}
.footer-logo img{
	max-width:250px !important;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 40px;
    margin-top: 30px;
}
.social-icons li {
    display: inline;
    margin: 0px 20px 0px 2px;
}
/*************** Services inner css ***********/
.services-banner {
	position: relative;
	text-align:center;
	margin-bottom:20px;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	text-align: center;
	margin-bottom:20px;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	margin-bottom:0;
}
ol.inner-list li{
	margin-bottom: 20px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
}
ul.inner-list-2 {
	columns:2;
}
ul.inner-list-3 {
	columns:3;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.checklist-green {
	text-align:center;
}
ul.checklist-green li{
	display:inline-block;
	padding-left: 15px;
	margin: 0 15px;
	padding-bottom:0;
}
ul.checklist-white li{
	padding-left: 15px;
}
ul.checklist-green li:before {
    content: " " !important;
    background-image: url(images/checklist-green.png);
	width:20px;
	height:20px;
    position: absolute;
}
ul.checklist-white li:before {
    content: " ";
    background-image: url(images/checklist-white.png?ver=888);
	width:20px;
	height:20px;
    position: absolute;
}
ul.inner-list li:before {
    color: #9BC14F;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 25px;
    left: -15px;
    top: 0px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
}
/*************** Contact css ***********/
.form-sec {
	background-color: #5E5755;
}
.form-sec h2 {
	color: #fff;
	margin-bottom:30px;
}
.page-id-88 form .wpcf7-radio .first {
    margin: 0;
}
#hidden-dates .form-control {
    border-radius: 0 !important;
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 5px !important;
}
[data-id="group-alcohol"] .form-control{
    margin-top: 5px !important;	
}
[data-id="group-alcohol"] {
    border: 1px solid #33a5ba;
	padding:10px;
	margin-top:10px;
}
[data-id="group-alcohol"] p {
    margin:0;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
}
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.page-id-12 .submit-btn, .page-id-88 .submit-btn{
    background: #625C56;
	border: 1px solid #625C56;
    color: #fff;
    float: unset;
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
}
.page-id-12 .submit-btn:hover, .page-id-88 .submit-btn:hover{
    border: 1px solid #71B56F;
    background: #71B56F;
}
.page-id-12 .wpcf7-list-item {
    width:100%;
    margin: 0 !important;
	text-align:left;
	vertical-align: text-top;
	font-weight: 500;
	padding:0 15px;
    font-size: 16px;
}
.page-id-12 input[type="checkbox"]{
    width: 20px;
    background: #fff;
    height: 20px;
	margin: 0 auto;
}
.page-id-12 .wpcf7-list-item label{
    margin-bottom: 15px !important;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
	border-radius:5px;
}
.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 {
    height: 50px !important;
}
textarea.form-control {
    height: 200px;
}

.submit-btn {
	background:#4A775D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	border:1px solid #4A775D;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background:#fff;
    color: #4A775D;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#33a5ba !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#33a5ba !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;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.contact-box {
	border-left:1px solid #fff;
	height: 100%;
	padding:0 10px;
}
.contact-box a{
	color: #fff;
}
.content-details .col-md-3:first-child .contact-box {
	border-left:0px;
}
.content-details {
	background:#26B2AB;
	padding:30px;
	border-radius:15px;
	color:#fff;
	margin-top:20px;
}
.content-details h3 {
	color:#fff;
}
.content-details p {
	margin-bottom:0;
}
/*************** Single Services css ***********/
.single-services .treatment-img {
    width: 34%;
}
.single-services .inner-sec .row .col-sm-12:last-child {
    padding-bottom:30px;
}
.single-services .treatment-text {
    padding: 25px 15px;
    width: 66%;
}
.single-services .treatment-text h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.single-services .treatment-text p {
    font-size: 15px;
    line-height: 24px;
}
/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}

.post-details a.orange-btn {
    margin-top: 10px;
}
/*************** FAQs css ***********/
.faqs-sec {
	background-color: #26B2AB !important;
}
.faqs-sec h2 {
    color:#fff;
}
.panel {
	background-color: transparent !important;
	border-bottom:1px solid #fff !important;
}
.panel-title{
	font-size:16px !important;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.panel-body p{
	font-size:16px !important
}
.jltmaf-rotate {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.collapsed .fa-minus:before {
    content: "\f067";
	color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
.jltmaf-rotate.fa-plus:before {
	content: "\f067";
	content: "\f068";
	color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
.fa-plus:before {
   color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
.enrol-sec .col-12 col-md-3::after {
    background-image: url("https://www.figtreeelc.com.au/wp-content/uploads/2026/05/how-to-arrow.png") !important;
    background-repeat: no-repeat !important;
	height: 45px !important;
	width: 45px !important;
	position: absolute !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}
.header-left {
    width: 80%;
}
.header-right {
	width: 20%;
}
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 48px;	
}	
.banner-text h1 span{
    font-size: 22px;
}	
.home h2{
	font-size:36px
	}	
.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
    font-size: 32px;
}
h1 {
    font-size: 36px;
}	
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}	
.footer ul li a img {
    width: 20px;
}	
}
@media (max-width: 1440px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.header-left {
    width: 78%;
}
.header-right {
	width: 22%;
}
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.banner-text h1 span{
    font-size: 20px;
}	
.banner-text {
    width: 50%;
}
.home h1 {
    font-size: 42px;
}	
.home h2 {
    font-size: 32px;
}	
.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
	font-size: 28px;		
}
h1 {
	font-size: 32px;		
}	
h2 {
	font-size: 22px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.day-sec ul.checklist-green li {
    margin: 0 10px !important;
    font-size: 12px;
}	
}

@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.header-left {
    width: 75%;
}
.header-right {
	width: 25%;
}
.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;
}	

.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
	font-size: 26px;		
}
h1 {
	font-size: 30px;		
}	
h2 {
	font-size: 22px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}		
.icon-box .wp-block-image {
    padding: 5px;
    width: 40px;
	height:40px;
	}
.icon-box .wp-block-image img {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 991px){	
.header-right {
    text-align: center;
	float:none;
	width:100%;
    }	
.header-left {
    float:none;
	width:100%
    }
.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;
	border-radius:0;
    text-align: center;
	padding:20px;
	width: 100%;
	background: #26B2AB;
    }	
.banner-text h1 {
    text-align: center;
	font-size: 28px;	
	padding-bottom:20px;
}
.banner-text h1 span{
    font-size: 16px;
}	
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}	
.services-sec .col-sm-6, .services-sec .col-md-3 {
    margin-top: 0px;
}
.service-box {
	height:auto;
	}
.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
	font-size: 24px;		
}
h1 {
	font-size: 28px;		
}	
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
.logo, .inner-logo{
	text-align:center;
	margin-bottom:10px
	}
.logo img, .inner-logo img, .footer-logo img {
    max-width: 180px;
}
.banner-text h1 span{
	margin-bottom:10px;
	}
ul.social-icon {
	margin-bottom: 10px;
}
ul.social-icon li {
	margin: 0 5px;
}
.team-box {
    height: auto !important;
	margin-bottom:15px;
}	
.footer-hours {
    max-width: 320px;
	margin:0 auto;
}	
.footer ul.hour {
    margin-bottom: 30px;
}	
.footer-logo {
     margin-top: 10px;
    text-align: center !important;
	margin-bottom:30px;
    }
.footer-logo {
    margin-top: 15px;
	margin-bottom:15px;
    }
.post-nav {
	text-align: center;
}
.post-nav .text-right{
	text-align: center !important;
}
.footer h4 {
	text-align: center;
	}
.footer-contact {
    text-align: center;
}
}
@media (max-width: 767px) {		
.icon-box {
	margin:10px 0;
	}
.header-right {
	margin-top:20px;
	}
.footer ul.menu {
    text-align: center;
	margin-bottom:20px;
}
.footer ul.menu li {
    display: inline-block;
    margin: 0 5px;
}
figure.mb-0 {
    margin-bottom: 15px !important;
}
.icon-box {
	height:auto;
	margin:0 0 10px;
	}
.contact-box {
    border-bottom: 1px solid #fff;
    height: auto;
	border-lefT:0;
    padding: 10px 0;
}
.footer-bottom p {
	margin-bottom:10px;
	}
.green-sec.p-0 {
		padding:30px 0 0 !important;
	}
.green-sec figure.mb-0 {
	margin-bottom:0 !important;
	}
.home .green-sec.p-0 {
		padding:30px 0 !important;
	}
.home .green-sec figure.mb-0 {
	margin-bottom:20px !important;
	}
ul.checklist-green {
    text-align: left;
}
ul.checklist-green li {
    display: block;
    margin: 10px 0;
}
}
@media (max-width: 480px){		
.banner-text .wp-bootstrap-blocks-button, .call-to-action-sec .wp-bootstrap-blocks-button {
    margin: 5px 5px;
}
.img-rite {
    float: unset;
    text-align:center;
    margin: 0px 0px 20px 0px;
}	
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}	
.home h2 {
    font-size: 24px;
}	
.banner-text h1 {
    font-size: 26px;
}	
section {
	padding:30px 0;
	}
.footer {
	text-align:center;
	}
.banner-text a.btn-secondary, .call-to-action-sec a.btn-secondary {
	margin-top:10px;
	}
.has-text-align-right {
    text-align: center !important;
}
.welcome-sec h2, .about-sec h2, .services-sec h2, .green-sec h2, .call-to-action-sec h2, .why-choose-sec h2, h2.map, .content-area h2, .meet-sec h2, .faqs-sec h2{
	font-size: 20px;		
}
	h2.map {
		margin-top:30px;
	}
h1 {
	font-size: 24px;		
}
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
.call-to-action-sec p {
    font-size: 16px;
	}
.icon-box {
	margin:0 0 10px;
	}
ul.inner-list-2 {
	columns:1;
}
ul.inner-list-3 {
	columns:1;
}
.footer-hours {
	margin: 0 auto;
}
.wp-block-spacer {
		height:0 !important;
	}
.post-nav a.btn-primary {
    font-size: 8px;
    padding: 4px 5px;
    font-weight: 400;
}
.footer-btn {
    display: block;
    text-align: center;
}
ul.social-icon {
     margin-bottom: 20px;
	text-align:center;
    }
a.site-btn, a.wp-block-button__link {
   padding: 4px 10px;
   font-size: 12px;
}
ul.contact {
    padding-bottom: 20px;
}
.enrol-sec .icon-box {
	height:auto !important;
	margin-bottom:10px !important;
}	
.enrol-sec .icon-box:after {
	display:none;
}
}