@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/PoppinsExtraBold.eot');
    src: url('../fonts/PoppinsExtraBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsExtraBold.woff2') format('woff2'),
         url('../fonts/PoppinsExtraBold.woff') format('woff'),
         url('../fonts/PoppinsExtraBold.ttf') format('truetype'),
         url('../fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'PoppinsRegular';overflow-x: hidden;box-sizing: border-box;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn {
    display: inline-block;
    position: relative;
    background-color: #0c9309;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #0c9309;
    padding: 10px 24px;
    font-size: 17px;
    transition: 0.5s;
    text-transform: uppercase;
}
.btn:hover{
    background-color:#000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-secondary{
    background-color: #00adef;
    border-color: #00adef;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-- header area start --*/
.header-body-area {
    background-color: #ffffff;
    padding: 0;
}
.logo{width: 100%;max-width: 165px;}
.logo img{width: 100%;height: auto;object-fit: contain;}
.menu{display: inline-block;margin-right: 100px !important;}
.menu ul{padding: 0;margin: 0;list-style: none;}
.menu ul li{display: inline-block;margin-right: 55px;}
.menu ul li:last-child{margin-right: 0;}
.menu ul li a {
    transition: 0.5s;
    color: #1f1f1f;
    font-size: 15px;
    font-family: 'PoppinsMedium';
    padding: 47px 0;
    display: inline-block;
    text-transform: capitalize;
}
.menu ul li a:hover{
    color: #009428;
}
.header-area.fix .header-body-area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    filter: drop-shadow(0px 0px 10px rgb(0,0,0,0.1));
}
.header-area.fix .menu ul li a {
    font-size: 15px;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    height: 588px;
    overflow: hidden;
    position: relative;
}

.banner-area::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 357px;
    height: 108px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/line1.png);
}
.banner-area img{
    width: 100%;
	height:100% !important;
    object-fit: cover;
}
.banner-area .banner-content-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ms-slide .ms-slide-bgcont {
    height: 588px !important;
}
/* .banner-content {
    width: 100%;
    max-width: 900px;
    position: relative;
    height: 588px;
    display: flex;
    align-items: center;
}
.banner-content .heading {
    color: #ffffff;
    font-size: 42px;
    font-family: 'PoppinsBold';
    line-height: 52px;
    margin: 0 0 20px;
    background-color: rgb(0 6 16 / 50%);
    padding: 20px 30px;
    border-radius: 15px;
}
.banner-content .text {
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    background-color: rgb(0 6 16 / 50%);
    padding: 12px 24px;
	margin-bottom: 20px;
	border-radius: 15px;
} */

.banner-content {
    width: 100%;
    max-width: 745px;
    position: relative;
    height: 588px;
    display: flex;
    align-items: center;
/*     background: #08B0EF;
    background: -webkit-linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%); */
}
/* .banner-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: -4000px;
    width: 4000px;
    height: 100%;
    background-color: #08B0EF;
} */
.banner-content .heading {
    color: #ffffff;
    font-size: 55px;
    font-family: 'PoppinsBold';
    line-height: 60px;
    margin: 0 0 20px;
}
.banner-content .text {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    max-width: 80%;
    line-height: 25px;
}

/*-- banner area stop --*/
/*-- webtext start --*/
.webtext{
    margin-bottom: 50px;
}
.webtext .heading{
    color: #191919;
    font-size: 38px;
    font-family: 'PoppinsBold';
    text-transform: capitalize;
    line-height: 48px;
    margin: 0 0 20px;
}
.webtext .text{
    color: #191919;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}
/*-- webtext stop --*/
/*-- service area start --*/
.service-area{
    position: relative;
    overflow: hidden;
}
.service-area::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -125px;
    width: 100%;
    max-width: 409px;
    height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/line2.png);
    filter: brightness(0) saturate(100%) invert(33%) sepia(95%) saturate(2040%) hue-rotate(90deg) brightness(92%) contrast(93%);
}
.card.service-card .card-img{
    overflow: hidden;
    height: 183px;
    position: relative;
    border-radius: 0;
}
.card.service-card .card-img img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.card.service-card .card-img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.card.service-card:hover .card-img::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.card.service-card:hover .card-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.card.service-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 20px rgb(0,0,0,0.15));
}
.card.service-card .card-body{
    padding: 20px;
}
.card.service-card .card-body .heading {
    color: #050505;
    font-size: 18px;
    font-family: 'PoppinsBold';
    line-height: 28px;
    margin: 0 0 5px;
}
.card.service-card .card-body .text {
    color: #1d1d1d;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
}
.card.service-card .card-body a{
    text-decoration: underline;
    text-transform: uppercase;
    color: #0c9309;
    font-size: 13px;
    font-family: 'PoppinsBold';
    letter-spacing: 1px;
}
.card.service-card .card-body a:hover{
    color: #050505;
}
/*-- service area stop --*/
/*-- whychooseus area start --*/
.whychooseus-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/why-choose-us-bg.jpg);
    position: relative;
    overflow: hidden;
}
.whychooseus-area .container{
    position: relative;
    z-index: 1;
}
.whychooseus-area .webtext .text{
    margin-bottom: 35px;
}
.whychooseus-box{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 12px;
    transition: 0.5s;
}
.whychooseus-box:hover {
    transform: translate(0px, -10px);
}
.whychooseus-box .box{
    border:1.5px dashed #0c9309;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
.whychooseus-box .box .icon {
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgb(0 173 239);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 3px solid #98dffb;
}
.whychooseus-box .box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}
.whychooseus-box .box .heading{
    color: #1d1d1d;
    font-size: 16px;
    font-family: 'PoppinsBold';
    line-height: 26px;
}
.whychooseus-area .webtext{
    margin: 0;
}
.whychooseus-area::after {
    content: '';
    position: absolute;
    bottom: -195px;
    left: -175px;
    width: 100%;
    max-width: 409px;
    height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/line2.png);
    filter: brightness(0) saturate(100%) invert(33%) sepia(95%) saturate(2040%) hue-rotate(90deg) brightness(92%) contrast(93%);
    transform: rotate(-40deg);
}
/*-- whychooseus area stop --*/
/*-- about area start --*/
.about-area .webtext{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.about-area .webtext .tagline {
    color: #0c9309;
    font-size: 26px;
    font-family: 'PoppinsBold';
    line-height: 36px;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.about-area .webtext .text {
    margin: 0 0 25px;
}
.about-area .container{
    position: relative;
}
.about-area .container::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 35%;
    height: 126%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon.png);
    opacity: 0.1;
}
/*-- about area stop --*/
/*-- startliving area start --*/
.startliving-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/startliving-bg.jpg);
}
.startliving-area .webtext{
    width: 100%;
    max-width: 530px;
    padding: 90px 0;
    background: #DDDBD7;
    background: -webkit-linear-gradient(90deg, rgba(221, 219, 215, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(221, 219, 215, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(221, 219, 215, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
    margin: 0;
    position: relative;
}
.startliving-area .webtext::before{
    content: '';
    position: absolute;
    top: 0;
    left: -4000px;
    width: 4000px;
    height: 100%;
    background-color: rgba(221, 219, 215, 0.6);
}
.startliving-area .webtext .btn{
    margin-right: 10px;
}
.startliving-area .webtext .btn:last-child{
    margin-right: 0;
}
.startliving-area .webtext .heading {
    line-height: 48px;
    margin: 0 0 30px;
}
/*-- startliving area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #09214e;
}
.footer-body-area{
    padding: 60px 0 30px;
}
.footer-body-area .footer-logo {
    width: 100%;
    max-width: 215px;
    margin-bottom: 20px;
}
.footer-body-area .footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-body-area .ndis-logo {
    width: 100%;
    max-width: 143px;
    margin-bottom: 25px;
}
.footer-body-area .ndis-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social ul li a {
    width: 100%;
    max-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00adef;
    padding: 8px;
    border-radius: 100%;
}
.footer-social ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.footer-social ul li a:hover{
    background-color: #0c9309;
}
.footer .heading{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-family: 'PoppinsBold';
    margin: 0 0 15px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li{
    padding: 0;
    margin: 0 0 7px;
}
.footer ul li:last-child{
    margin: 0;
}
.footer ul li a{
    color: #ffffff;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #00aceb;
}
.footer .footer-contact-media {
    margin-bottom: 12px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #00adef;
    padding: 9px;
}
.footer .footer-contact-media .media-icon img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(5017%) hue-rotate(235deg) brightness(118%) contrast(100%);
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}
.footer .footer-contact-media .media-body a:hover {
    color: #00aceb;
}
.copyright {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    border-top: 1px solid #3a4d71;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover{
    color: #00aceb;
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /* background: url("../images/banner.jpg") #eee no-repeat center !important; */
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.blog_page_header{
    background-image: url(../images/inner-banner.jpg);
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #009428;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #009428;
}
.page {
	margin-top: 0 !important;
}
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-size: 24px;
    font-family: 'PoppinsSemiBold';
	line-height: 30px;
}
.ref_form_box_heading strong {
    color: #0c9309;
    font-weight: normal;
}
.ref_form_box_label {
    color: #666;
    margin-top: 15px;
    font-size: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
    font-weight: 600;
    background-color: #009428 !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
    transition: 0.5s;
}
.ref_form_box .contact_btn input:hover, .ref_form_box .contact_btn input:focus{
    background-color: #000000 !important;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #0c9309;
	border-color: #0c9309;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-bottom:15px;
}
.contact_page_info:last-child{
    margin-bottom: 0;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
    display: block;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:30px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(77%) saturate(4891%) hue-rotate(111deg) brightness(97%) contrast(93%);
}
.map-box {
    height: 350px;
    margin-top: 50px;
}
.map-box iframe{
    width: 100%;
    height: 100%;
}
.inner-heading {
    color: #191919;
    font-size: 30px;
    font-family: 'PoppinsBold';
    text-transform: capitalize;
    line-height: 40px;
    margin: 0 0 20px;
}
.form-group p{
    margin: 0;
}
.form-group input, .form-group select, .form-group textarea {
    height: 52px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 15px;
}
.form-group textarea{
    height: 110px;
    resize: none;
}
.page-id-21 .hentry{
    margin-bottom: 0;
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #009428;
    z-index: 9999;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.back-to-top:hover{
    background-color: #00adef;
}
.back-to-top img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.thankyou_text {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
}
.more-link {
    display: block;
    background: #009428;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none !important;
    font-size: 15px;
}
.more-link:hover{
	background: #00adef !important;
	color: #fff !important;
}
.post .entry-title {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 35px;
}
.blog-details-container{
    display: flex;
    flex-flow: wrap;
}
.inner-content-area{
	padding:50px 0;
}
.inner-content-area:first-child {
	padding-top: 0;
}
.inner-content-area:nth-child(2n){
	background-color:#cbf0ff;
}
.inner-heading {
    color: #191919;
    font-size: 30px;
    font-family: 'PoppinsBold';
    text-transform: capitalize;
    line-height: 40px;
    margin: 0 0 15px;
}
.inner-content {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 12px;
}
.inner-content:last-child{
	margin:0;
}
.inner-content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-content ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 12px;
    position: relative;
    padding-left: 30px;
}
.inner-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/li-check.png);
	filter: brightness(0) saturate(100%) invert(31%) sepia(95%) saturate(2954%) hue-rotate(127deg) brightness(92%) contrast(101%);
}
.inner-content-area.inner-content-center {
    text-align: center;
    background-color: #00adf0;
}
.inner-content-area.inner-content-center .inner-heading{
	margin-bottom:10px;
	color:#ffffff;
}
.inner-content-area.inner-content-center .inner-content{
	color:#ffffff;
}
.hentry{
	margin-bottom:0 !important;
}
.img-box img{
	width:100%;
	object-fit:cover;
}
.testimonial-body-area .sp-testimonial-free-section{
	margin:0 !important;
}
.testimonial-body-area .sp-testimonial-free {
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.1));
    background-color: #ffffff !important;
    border-radius: 15px !important;
    padding: 20px;
}
.testimonial-body-area .sp-testimonial-item{
	padding:15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-image {
    width: 100%;
    max-width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    margin: 0 auto 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content{
	font-size:14px;
	color:#000000;
	line-height:24px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}
.testimonial-body-area .sp-testimonial-free-section .testimonial-pagination{
	position:relative;
}
.img-box img{
	width:100%;
	object-fit:cover;
}
.referral-form-area .ref_form_box {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
}
.referral-form-area .ref_form_box .accordion-header br{
	display:none;
}
.referral-form-area .ref_form_box .accordion-header .accordion-button{
	background-color:transparent;
	padding: 0;
	color: #111;
    font-size: 24px;
    font-family: 'PoppinsSemiBold';
    line-height: 30px;
	text-transform:capitalize;
}
.referral-form-area .ref_form_box .accordion-header .accordion-button strong{
	font-weight:normal;
	padding-left:5px;
	color:#0c9309;
}
.referral-form-area .ref_form_box .accordion-body{
	padding:0;
	padding-top:20px;
}
.referral-form-area .ref_form_box .accordion-header .accordion-button:focus{
	box-shadow:none;
}
.referral-form-area .ref_form_box .accordion-header .accordion-button::after{
	display:none;
}
.banner-area .master-slider{
	position:relative;
}
.banner-area .master-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #08B0EF;
    background: -webkit-linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(8, 176, 239, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
    max-width: 60%;
}
.banner-area .master-slider .ms-slide-info {
    position: absolute !important;
    top: 0;
    left: 9%;
    width: 100%;
    margin: 0 auto  !important;
    /* text-align: center; */
    display: flex;
    justify-content: left;
}
.banner-area .master-slider .ms-slide-info::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(0 0 0 / 5%);
}
.banner-area .master-slider .ms-slide-info .ms-info{
	position:relative;
	z-index: 9999 !important;
}
.banner-area .master-slider .ms-view{
	height:588px !important;
}
.banner-area .master-slider .ms-bullets{
	opacity:1 !important;
	display:block !important;
	z-index:9999 !important;
	bottom:25px !important;
}
.banner-area .ms-skin-default .ms-bullet{
	background:none !important;
	width:12px !important;
	height:12px !important;
	background-color:#00aceb !important;
	border-radius:100% !important;
	margin:3px !important;
}
.banner-area .ms-skin-default .ms-bullet.ms-bullet-selected{
	background-color:#0c9309 !important;
}
.header-area {
    position: relative;
    z-index: 99999;
}
.footer-mobile-contact{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 999;
}
.footer-mobile-contact ul{
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
}
.footer-mobile-contact ul li{
	width:100%;
	max-width:50%;
}
.footer-mobile-contact ul li a {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #24890d;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
}
.footer-mobile-contact ul li:last-child{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:41px;
}
.footer-mobile-contact ul li:last-child a {
	background-color: #ffffff;
	height: 41px;
	border-radius: 100%;
	padding: 10px;
}
.footer-mobile-contact ul li:nth-child(2) a{
	background-color:#00adef;
}
.footer-mobile-contact ul li:last-child a img{
	width:100%;
	height:100%;
	object-fit:contain;
	filter: brightness(0) saturate(100%) invert(33%) sepia(88%) saturate(638%) hue-rotate(67deg) brightness(103%) contrast(93%);
}
/*-- responsive css start --*/
@media only screen and (max-width : 320px) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 45px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 50px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.page .entry-header, .blog_page_header {
	padding: 30px 0 !important;
	margin-bottom: 25px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 22px;
	margin-bottom: 5px;
}
.breadcrumb-container {
	font-size: 14px;
}
.img-box{
	margin-bottom:20px;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content-area {
	padding: 30px 0;
}
.ref_form_box {
	padding: 20px;
	margin-bottom:20px;
}
.wpcf7-list-item label {
	font-size: 14px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 28px;
}
.referral-form-area .ref_form_box .accordion-header .accordion-button {
	font-size: 18px;
	line-height: 28px;
}
}/*-- iphone 5 --*/

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 45px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 50px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content-area {
	padding: 30px 0;
}
	.ref_form_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.referral-form-area .ref_form_box .accordion-header .accordion-button {
		font-size: 20px;
	}
}/*-- iphone 4 --*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 45px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 50px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content-area {
	padding: 30px 0;
}
.page .entry-header, .blog_page_header {
	padding: 50px 0 !important;
	margin: 0 0 30px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 5px;
}
.img-box{
	margin-bottom:20px;	
}
.ref_form_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.referral-form-area .ref_form_box .accordion-header .accordion-button {
		font-size: 20px;
	}
}/*-- iphone 6, 7, 8 --*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 45px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 50px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content-area {
	padding: 30px 0;
}
.page .entry-header, .blog_page_header {
	padding: 50px 0 !important;
	margin: 0 0 30px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 5px;
}
.img-box{
	margin-bottom:20px;	
}
.ref_form_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.referral-form-area .ref_form_box .accordion-header .accordion-button {
		font-size: 20px;
	}
}/*-- iphone 6, 7, 8 plus --*/

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 45px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 60px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.inner-content-area {
	padding: 30px 0;
}
.page .entry-header, .blog_page_header {
	padding: 50px 0 !important;
	margin: 0 0 30px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 5px;
}
.img-box{
	margin-bottom:20px;	
}
.ref_form_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.referral-form-area .ref_form_box .accordion-header .accordion-button {
		font-size: 20px;
	}
}

/*-- iPad Mini --*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header-area {
	padding: 5px 0;
}
.btn {
	padding: 7px 15px;
	font-size: 15px;
}
.menu {
	display: none;
}
.logo {
	max-width: 100px;
}
.banner-area {
	height: auto;
}
.banner-area .master-slider .ms-view, .ms-slide .ms-slide-bgcont {
	height: 350px !important;
}
.banner-area .master-slider .ms-slide-info {
	left: 0;
}
.banner-content {
	max-width: 100%;
	height: 350px;
	padding: 15px;
	padding-top: 0;
}
.banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-area::after {
	max-width: 45%;
	height: 105px;
}
.p-80 {
	padding: 25px 0;
}
.service-area .webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 0;
}
.webtext {
	margin-bottom: 20px;
}
.card.service-card .card-img {
	height: auto;
}
.service-area::after {
	height: 340px;
}
.card.service-card {
	position: relative;
	z-index: 1;
}
.webtext .heading {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
}
.whychooseus-area .webtext .text {
	margin-bottom: 15px;
}
.whychooseus-area .webtext {
	margin: 0 0 25px;
}
.whychooseus-box .box .heading br{
	display:none;
}
.about-area .webtext .tagline {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px;
}
.about-area .webtext .text {
	margin: 0 0 8px;
}
.about-area .container::before {
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 15px;
}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 0 10px 0;
}
.startliving-area .webtext {
	max-width: 100%;
	padding: 20px 0;
}
.startliving-area .webtext .heading {
	line-height: 34px;
	margin: 0 0 15px;
	font-size: 24px;
}
.footer-body-area {
	padding: 30px 0 20px;
}
.footer-body-area .footer-logo {
	max-width: 165px;
	margin-bottom: 15px;
}
.footer-body-area .ndis-logo {
	max-width: 130px;
	margin-bottom: 15px;
}
.footer-social ul {
	margin: 0 0 15px;
}
.footer .heading {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.footer {
	margin-bottom: 20px;
}
.copyright {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 50px;
}
.header-right {
	padding-right: 60px;
}
.header-area.fix .header-body-area {
	padding: 5px 0;
}
.footer-mobile-contact{
	display:block;
}
.whychooseus-box .box .heading {
	font-size: 15px;
	line-height: 25px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.menu ul li {
	margin-right: 25px;
}
.logo {
	max-width: 160px;
}
.menu ul li a {
	padding: 35px 0;
}
.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
	top: 46px !important;
}
.menu {
	margin-right: 65px !important;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.primary-navigation{
		display:none !important;
	}
	.header-right{
		padding-right:40px;
	}
	#rmp_menu_trigger-332 {
		top: 24px !important;
	}
	.whychooseus-box .box .heading {
		font-size: 15px;
		line-height: 25px;
	}
	.whychooseus-area .webtext {
		margin: 0 0 30px;
	}
	.whychooseus-box .box .heading br{
		display:none;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.primary-navigation{
		display:none;
	}
	#rmp_menu_trigger-332 {
		top: 24px !important;
	}
	.whychooseus-box .box .heading br{
		display:none;
	}
	.whychooseus-area .webtext {
		margin: 0 0 30px;
	}
	.whychooseus-box .box .heading {
		font-size: 15px;
		line-height: 25px;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li {
	margin-right: 25px;
}
.menu {
	margin-right: 40px !important;
}
.p-80 {
	padding: 60px 0;
}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header-right {
	padding-right: 0;
}
.menu {
	display: inline-block;
}
.menu ul li {
	margin-right: 25px;
}
.header-area {
	padding: 0;
}
.menu ul li a {
	padding: 25px 0;
}
.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
	top: 35px !important;
}
.menu {
	margin-right: 40px !important;
}
}

@media screen and (min-width: 1424px) {
.card.service-card .card-img {
    height: 275px;
}
}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
/*-- responsive css stop --*/