body{
	margin:0;
	padding:0;
	font-family: 'Muli';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBold.eot');
    src: url('../fonts/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-ExtraBold.woff2') format('woff2'),
        url('../fonts/Muli-ExtraBold.woff') format('woff'),
        url('../fonts/Muli-ExtraBold.ttf') format('truetype'),
        url('../fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 6px #06556e;
	z-index: 999;
}
.menu-part{	
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
}
.menu ul li a{
	font-size: 15px;
	font-weight: 600;
	color: #252525;
	display: block;
	padding: 32px 5px;
	text-transform:capitalize;
	transition: ease all 0.5s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #37add1;
	transition: ease all 0.5s;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	background: #37add1;
	color: #fff !important;
	padding: 7px 18px 6px 10px;
	border-radius: 50px;
	transition: ease all 0.5s;
}
.call-btn:hover{
	background: #3e2a8d;
	transition: ease all 0.5s;
}
.call-btn img{
	margin-right: 2px;
}
.book-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	background: #6bc62b;
	color: #fff !important;
	padding: 12px 25px 12px;
	border-radius: 50px;
	transition: ease all 0.5s;
}
.book-btn:hover{
	background: #f6a203;
	color: #000 !important;
	transition: ease all 0.5s;
}
.banner{
	position: relative;
	margin-top: 90px;
}
.ms-slide-info{
	position: absolute !important;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 8%;
	max-width: 380px;
}
.ms-skin-light-6 .ms-nav-prev{
	border: none !important;
	left: 0 !important;
	width: 44px !important;
	height: 45px !important;
	border-radius: 0 !important;
	background-color: #fff !important;
}
.ms-skin-light-6 .ms-nav-next{
	border: none !important;
	right: 0 !important;
	width: 44px !important;
	height: 45px !important;
	border-radius: 0 !important;
	background-color: #fff !important;
}
.banner-title{
	font-family: 'Poppins';
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 0 2px 5px #343434;
	margin-bottom: 16px;
}
.call-btn.two{
	display: inline-block;
	margin-left: 0;
	padding: 7px 40px 6px 32px;
}
.book-btn.two{
	display: inline-block;
	margin-left: 10px;
	padding: 8px 38px 12px;
}
.banner-bottom-sec{
	margin-top: -55px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}
.box1{
	text-align: center;
	background: #6bc62b;
	font-size: 18px;
	font-weight: 600;
	color: #262626;
	border-top: 5px solid #fff;
	border-radius: 20px;
	padding: 24px 20px;
	min-height: 100%;
	cursor: cell;
	transition: ease all 0.5s;
}
.box1:hover{
	background: #f6a307;
	transition: ease all 0.5s;
}
.box1 div{
	line-height: 1.2;
	padding-top: 10px;
}
.box1.blue{
	background: #37add1;
	transition: ease all 0.5s;
}
.box1.blue:hover{
	background: #f6a307;
	transition: ease all 0.5s;
}
.about-sec{
	padding: 30px 0 70px;
}
.about-left{
}
.ab-title{
	font-family: 'Poppins';
	font-size: 19px;
	font-weight: 500;
	color: #161616;
}
.ab-heading{
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: bold;
	color: #161616;
	line-height: 1.2;
	padding-top: 10px;
}
.ab-heading b{
	color: #37add1;
	font-weight: bold;
}
.ab-text{
	padding-top: 14px;
	font-size: 16px;
}
.read-more{
	display: inline-block;
	background: #202020;
	color: #fff !important;
	font-size: 18px;
	padding: 6px 24px 9px;
	border-radius: 50px;
	margin-top: 30px;
	transition: ease all 0.5s;
}
.read-more:hover{
	background: #f6a80d;
	color: #000 !important;
	transition: ease all 0.5s;
}
.about-right{
	position: relative;
	text-align: right;
	z-index: 1;
}
.about-right:after{
	background: url(../images/dot.png) repeat;
	width: 138px;
	height: 309px;
	position: absolute;
	bottom: -45px;
	left: 55px;
	content: "";
	background-size: 7px;
	z-index: -1;
}
.support-care-sec{
	background: #252525;
	padding: 30px 0;
	text-align: center;
}
.care-title{
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.care-title b{
	color: #37add1;
	font-weight: 600;
}
.care-text{
	font-size: 15px;
	color: #fff;
	padding: 8px 18% 20px;
}
.care-btn a{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background: #37add1;
	color: #252525;
	padding: 6px 38px 9px;
	border-radius: 50px;
	margin: 0 3px;
	transition: ease all 0.5s;
}
.care-btn a:hover{
	background: #383194;
	color: #fff;
	transition: ease all 0.5s;
}
.care-btn .call{
	background: #6bc62b;
	color: #252525;
	padding: 6px 28px 9px;
	transition: ease all 0.5s;
}
.care-btn .call:hover{
	background: #f6a204;
	color: #000;
	transition: ease all 0.5s;
}
.service-sec{
	padding: 45px 0;
	text-align: center;
	background: #f4f4f4;
}
.care-title.black{
	color: #2a2a2a;
	margin-bottom: 15px;
	text-align: center;
}
.box2-top{
	margin-top: 20px;
}
.box2{
}
.box2-img{
	position: relative;
	cursor: grab;
	transition: ease all 0.5s;
}
.box2-img:before{
	background: rgba(0, 0, 0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	content: "";
	opacity: 0;
	transition: ease all 0.5s;
}
.box2-img:hover:before{
	opacity: 1;
	transition: ease all 0.5s;
}
.box2-img:after{
	background: #6bc62b;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "+";
	font-size: 28px;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	transition: ease all 0.5s;
}
.box2-img:hover:after{
	opacity: 1;
	transition: ease all 0.5s;
}
.box2-img img{
	width: 100%;
}
.box2-img:{
	background: ;
}

.box2-content{
	padding: 10px 0;
}
.s-title{
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	text-transform: uppercase;
}
.s-header{
	font-family: 'Poppins';
	font-size: 22px;
	font-weight: 600;
	color: #151616;
}
.box2 a{
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
	text-decoration: underline !important;
}
.box2 a:hover{
	color: #37add1;
}
.srve-btn{
	display: inline-block;
	background: #3fb0d2;
	color: #fff !important;
	padding: 8px 22px 10px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	transition: ease all 0.5s;
}
.srve-btn:hover{
	background: #3a3295;
	transition: ease all 0.5s;
}
.activities-sec{
	padding: 40px 0;
	text-align: center;
}
.box3-top{
	margin-top: 30px;
}
.box3{
}
.icon img{
	background:#37add1;
	border-radius: 50%;
}
.box3-title{
	font-size: 19px;
	font-weight: 600;
	color: #151616;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 1.2;
}
.icon.green img{
	background: #6bc62b;
}
.line{
	position: relative;
}
.line:after{
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.gallery-sec{
	background: #e8faff;
	padding: 40px 0 50px;
}
.gallery-part{
}
.testimonial-sec{
	padding: 65px 0;
	text-align: center;
}
.testi-part{
	padding: 4px 92px 0;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	font-size: 20px !important;
	font-weight: 600 !important;
}
#sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	color:#212020 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name{
	font-size: 22px !important;
}
#sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .sp-testimonial-client-name{
	color: #46b3d4 !important;
}
.left-part{
	background: #37add1;
	text-align: center;
	padding: 44px 30px 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.left-part span{
	display: block;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.title{
	font-family: 'Poppins';
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
}
.title:after{
	width: 34px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.left-btn a{
	display: inline-block;
	background: #fff;
	color: #252525;
	border: 2px solid #fff;
	padding: 7px 27px 9px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 25px 2px 0;
	transition: ease all 0.5s;
}
.left-btn a:hover{
	background: #3435a5;
	color: #fff;
	border: 2px solid #3435a5;
	transition: ease all 0.5s;
}
.left-btn .book{
	background: transparent;
	padding: 7px 27px 9px;
	color: #fff;
}
.left-btn .book:hover{
	background: #f5a001;
	color: #000;
	border: 2px solid #f5a001;
	transition: ease all 0.5s;
}
.right-part{
	background: #6bc62b;
	text-align: center;
	padding: 44px 30px 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.title2{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
}
.book.two{
	border: 2px solid #000;
	color: #000;
}
.footer{
	background: #1a1a1a;
	margin-top: -76px;
	padding: 150px 0 30px;
}
.foot_title{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	color: #46b3d4;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	color: #fff;
	font-size: 15px;
	margin-bottom: 3px;
}
.foot1 li a{
	color: #fff;
	transition: ease all 0.5s;
}
.foot1 li a:hover{
	color: #f6a70f;
	transition: ease all 0.5s;
}
.foot1.second li{
	position: relative;
	font-size: 18px;
	padding-left: 34px;
	margin-bottom: 6px;
}
.foot1.second li:first-child{
	font-size:20px;
	font-weight: bold;
}
.foot1.second li img{
	position: absolute;
	top: 2px;
	left: 0;
}
.line2{
	position: relative;
}
.line2:after{
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	content: "";
	background: #373737;
	content: "";
}
.copyright{
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
}
.copyright a{
	color: #1a1a1a;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 42px;
    right: 2%;
    color: #fff;
    background: #37add1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}
#back2Top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url(../images/banner.jpg) no-repeat;
   background-size: cover !important;
   max-width: 100% !important;
   padding: 135px 0 !important;
   margin: 87px 0 50px !important;
   position: relative;
   overflow: hidden;
   text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   content: "";
   top:0;
   bottom: 0;
   left: 0;
   right: 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 {
   text-align: center;
   color: #000;
   width: 100%;
   font-size: 28px;
   font-weight: bold;
   text-transform: capitalize;
   position: relative;
   z-index: 99;
   margin-bottom: 0;
}
.abt-title {
	font-family: 'Poppins';
    font-size: 20px;
    font-weight: bold;
    color: #3a248c;
    margin-bottom: 10px;
    line-height: 1.3;
}
.abt-title.second{
	font-size: 17px;
	color: #37add1;
	margin-top: 20px;
}
.ab-inner-text {
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.ab-inner ul {
    padding: 0px;
    margin: 20px 0 0;
}
.ab-inner ul li {
    background-image: url(../images/check3.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 4px left;
    list-style:none;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
}
.ab-iner-img img{
	width:100%;
}
.blue-part{
	background: #37add1;
	margin: 40px 0;
	padding: 30px 15px;
	text-align: center;
}
.blue-part .ab-inner-text{
	text-align: center;
	color:#fff;
}
.testi-box {
    background: url(../images/review-icon.png) #37add1 no-repeat;
	color: #fff;
	font-size: 15px;
	padding: 54px 12px 20px;
	background-position: 15px 18px;
	height: 100%;
	font-size: 14px;
}
.client-name {
    font-size: 15px;
	color: #000;
	font-weight: bold;
}
.contact-left {
    height: 100%;
    padding: 35px 25px 15px;
}
.info-text {
    color: #271788;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    font-weight: 500;
    color: #000;
}
.contact_top_number img {
    position: absolute;
    top: 1px;
    left: 0;
}
.contact_top_number a {
    color: #000;
}
.contact-right {
    background: #6bc62b;
    padding: 35px 25px 0;
}
.info-text.second {
    color: #000;
}
.frm_fld input{
	width: 100%;
	padding:8px 15px !important;
	border: none !important;
	margin-top: 15px;
	border-radius: 4px;
}
.frm_fld select{
	background: url(../images/dropdown.png) no-repeat #fff center right 10px;
	width: 100%;
	border: none !important;
	margin-top: 15px;
	border-radius: 4px;
	font-size: 15px;
	color: #080d0e;
	padding: 8px 30px 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.frm_fld textarea{
	width: 100%;
	height: 140px;
	background: #fff !important;
	margin-top: 15px;
	border-radius: 4px;
	border: none !important;
	resize: none;
}
.send_btn input{
	border: none !important;
	display: block;
	border-radius: 4px !important;
	color: #fff !important;
	padding: 11px 40px !important;
	background: #292a9e !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 20px auto 0;
	text-transform:none !important;
}
.form-inner{
	background: #6bc62b;
	padding: 35px 25px 0;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #37add1;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    padding: 8px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #413294;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.back-btn a {
    background: #6bc62b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 19px 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
    align-items: center;
    padding: 30px 0;
    text-align: center;
}
.ndis-logo img {
    padding: 20px 0px;
	width:80%;
}
@media only screen and (max-width:1025px){
	.logo img {
    width: 75%;
    padding: 10px 0px;
}
.ndis-logo img {
    padding: 20px 0px;
    width: 80%;
    margin: 0px 0px 0px -65px;
}
ul#primary-menu {
    margin: 0px 0px 0px -99px;
}
}
@media only screen and (max-width:1024px){
ul#primary-menu {
    margin: 0px 0px 0px -120px;
}
.ndis-logo img {
    padding: 25px 0px;
    width: 68%;
    margin: 0px 0px 0px -75px;
}
}
/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.call-btn{
		display:none;
	}
	.book-btn{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.header-right{
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		top: 10px !important;
		background-color: transparent !important;
	}
	.menu-toggle::before {
        color: #fff !important;
        background-color: #3a2b91;
    }
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top:10px !important;
	}
	#primary-navigation{
		max-height:457px !important;
		overflow-y:auto !important;
	}	
	.banner{
		margin-top: 67px;
	}
	.banner-title{
		font-size: 21px;
		margin-bottom: 0;
	}
	.ms-slide-info{
		left:15px;
		right: 15px;
		max-width: 90%;
	}
	.call-btn.two, .book-btn.two{
		display:none;
	}	
	.banner-bottom-sec{
		margin-top: 30px;
		padding-bottom: 15px;
	}
	.box1-top{
		flex: inherit;
		margin-bottom:15px;		
	}
	.about-sec{
		padding: 10px 0 36px;
	}
	.ab-heading{
		font-size: 22px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.about-right::after{
		display:none;
	}
	.care-title{
		font-size: 22px;
	}
	.care-text{
		padding: 8px 0 20px;
	}
	.care-btn a{
		font-size: 15px;
		padding: 6px 28px 9px;
	}
	.care-btn .call{
		padding: 6px 22px 9px;
	}
	.service-sec{
		padding: 30px 0;
	}
	.box2-top{
		margin-top: 15px;
	}
	.s-header{
		font-size: 18px;
	}
	.activities-sec{
		padding: 30px 0;
	}
	.care-title.black{
		margin-bottom: 5px;
	}
	.icon img{
		width:100px;
	}
	.line::after{
		display:none;
	}
	.box3-title{
		font-size: 17px;
	}
	.gallery-sec{
		padding: 30px 0;
	}
	.testimonial-sec{
		padding: 30px 0;
	}
	.testi-part{
		padding: 4px 0 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
		font-size: 18px !important;
	}
	.left-part{
		padding: 30px 15px 20px;
		margin-bottom: 25px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.title{
		font-size: 20px;
	}
	.right-part{
		padding: 30px 15px 20px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.title2{
		font-size: 18px;
	}
	.left-btn a{
		padding: 7px 22px 9px;
		font-size: 14px;
	}
	.footer{
		margin-top: 0;
		padding: 30px 0;
	}
	.line2::after{
		display:none;
	}
	.foot_title{
		font-size: 16px;
		margin-bottom: 7px;
		margin-top: 10px;
	}
	.foot1.second li{
		font-size: 15px;
	}
	.foot1.second li:first-child{
		font-size: 17px;
	}	
	.copyright{
		padding: 10px 0 58px;
	}
	.page .entry-header, .blog_page_header{
		padding: 65px 0 !important;
		margin: 67px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title{
		font-size: 17px;
		margin-top:10px;
	}
	.ab-inner-text{
		text-align: left;
	}
	.blue-part{
		margin: 25px 0;
		padding: 16px 15px;
	}
	.testi-top{
		margin-bottom:15px;
	}
	.contact-left{
		padding: 20px 15px 15px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
}

@media only screen and (max-width : 768px) {
	.logo img {
		width:100%;
	}
	.ndis-logo img {
		width:100%;
		margin:0px;
	}
	.book-btn {
        top: 30px !important;
        right: 90px !important;
    }
	.menu-toggle {
        top: 25px !important;
		right: 25px !important;
	}
	ul#primary-menu {
		margin:0px;
	}
	.menu ul li a {
		padding:8px 8px !important;
	}
}
@media only screen and (max-width:425px){
	.ndis-logo img {
		width:55%;
	}
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
	
	.ms-slide-info{
		left: 15px !important;
		right: 15px !important;
		max-width: 67% !important;
	}
	.banner-title{
		font-size: 25px !important;
		margin-bottom: 0 !important;
	}
	.call-btn.two, .book-btn.two{
		display:none !important;
	}
	.box1{
		font-size: 15px !important;
	}
	.about-right{
		margin-top: 30px !important;
	}
	.care-title.black{
		margin-bottom: 5px !important;
	}
	.footer{
		padding: 91px 0 30px !important;
	}
	.copyright{
		padding: 10px 0 58px !important;
	}	
	.footer_btn2{
		left: 46%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 13px;
		right: 45px;
		font-size: 15px;
		padding: 8px 30px 10px;
	}
	#primary-navigation{
		max-height: 209px !important;
	}
	.ms-slide-info{
		left: inherit;
		right: 15px;
		max-width: 380px;
	}
	.banner-title{
		font-size: 29px;
		margin-bottom: 16px;
	}
	.call-btn.two, .book-btn.two{
		display: inline-block;
	}
	.book-btn.two{
		position: relative;
		top: 0;
		right: 0;
	}
	.box1-top{
		flex: inherit;
		margin-bottom: 20px;
		width: 33%;
	}
	.about-right{
		margin-top: 0;
	}
	.s-header{
		font-size: 15px;
	}
	.care-title.black{
		margin-bottom: 15px;
	}
	.left-part{
		margin-bottom: 0;
	}
	.footer{
		margin-top: -76px;
		padding: 117px 0 30px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.copyright{
		padding: 10px 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.call-btn{
		font-size: 14px;
		padding: 8px 18px 8px 10px;
	}
	.call-btn img{
		width:20px;
		margin-top: -3px;
	}
	.book-btn{
		font-size: 14px;
		padding: 8px 27px 10px;
	}
	.menu ul li a{
		font-size: 15px;
		padding: 32px 8px;
	}
	.logo{
		margin-top:5px;
	}
	.call-btn.two, .book-btn.two{
		font-size: 18px;
	}
	.call-btn.two img{
		width:auto;
	}
	.box1{
		padding: 24px 15px;
		font-size: 17px;
	}
	.s-header{
		font-size: 20px;
	}
	.box3-title{
		font-size: 17px;
	}
	.title{
		font-size: 24px;
	}
	.title2{
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 17px;
	}	
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 13px;
		right: 45px;
		font-size: 15px;
		padding: 8px 30px 10px;
	}
	#primary-navigation{
		max-height: 209px !important;
	}
	.ms-slide-info{
		left: inherit;
		right: 15px;
		max-width: 380px;
	}
	.banner-title{
		font-size: 29px;
		margin-bottom: 16px;
	}
	.call-btn.two, .book-btn.two{
		display: inline-block;
	}
	.book-btn.two{
		position: relative;
		top: 0;
		right: 0;
	}
	.box1-top{
		flex: inherit;
		margin-bottom: 20px;
		width: 33%;
	}
	.about-right{
		margin-top: 0;
	}
	.s-header{
		font-size: 15px;
	}
	.care-title.black{
		margin-bottom: 15px;
	}
	.left-part{
		margin-bottom: 0;
	}
	.footer{
		margin-top: -76px;
		padding: 117px 0 30px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.copyright{
		padding: 10px 0;
	}
}

/* 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) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 13px;
		right: 45px;
		font-size: 15px;
		padding: 8px 30px 10px;
	}
	#primary-navigation{
		max-height: 209px !important;
	}
	.ms-slide-info{
		left: inherit;
		right: 15px;
		max-width: 380px;
	}
	.banner-title{
		font-size: 29px;
		margin-bottom: 16px;
	}
	.call-btn.two, .book-btn.two{
		display: inline-block;
	}
	.book-btn.two{
		position: relative;
		top: 0;
		right: 0;
	}
	.box1-top{
		flex: inherit;
		margin-bottom: 20px;
		width: 33%;
	}
	.about-right{
		margin-top: 0;
	}
	.s-header{
		font-size: 15px;
	}
	.care-title.black{
		margin-bottom: 15px;
	}
	.left-part{
		margin-bottom: 0;
	}
	.footer{
		margin-top: -76px;
		padding: 117px 0 30px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.copyright{
		padding: 10px 0;
	}
}

/* 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) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 13px;
		right: 45px;
		font-size: 15px;
		padding: 8px 30px 10px;
	}
	#primary-navigation{
		max-height: 209px !important;
	}
	.ms-slide-info{
		left: inherit;
		right: 15px;
		max-width: 380px;
	}
	.banner-title{
		font-size: 29px;
		margin-bottom: 16px;
	}
	.call-btn.two, .book-btn.two{
		display: inline-block;
	}
	.book-btn.two{
		position: relative;
		top: 0;
		right: 0;
	}
	.box1-top{
		flex: inherit;
		margin-bottom: 20px;
		width: 33%;
	}
	.about-right{
		margin-top: 0;
	}
	.s-header{
		font-size: 15px;
	}
	.care-title.black{
		margin-bottom: 15px;
	}
	.left-part{
		margin-bottom: 0;
	}
	.footer{
		margin-top: -76px;
		padding: 117px 0 30px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.copyright{
		padding: 10px 0;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.call-btn{
		font-size: 14px;
		padding: 8px 18px 8px 10px;
	}
	.call-btn img{
		width:20px;
		margin-top: -3px;
	}
	.book-btn{
		font-size: 14px;
		padding: 8px 27px 10px;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li a{
		font-size: 15px;
		padding: 32px 8px;
	}
	.logo{
		margin-top:5px;
	}
	.call-btn.two, .book-btn.two{
		font-size: 18px;
	}
	.call-btn.two img{
		width:auto;
	}
	.box1-top{
		flex: 1 0 0%;
		margin-bottom: 0;
		width: auto;
	}
	.box1{
		padding: 24px 15px;
		font-size: 17px;
	}
	.s-header{
		font-size: 20px;
	}
	.box3-title{
		font-size: 17px;
	}
	.title{
		font-size: 24px;
	}
	.title2{
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 17px;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		 right: 9%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		 right: 12%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		 right: 15%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		 right: 22%;
	}
}    

@media screen and (max-width:320px){
	.ndis-logo img {
            width: 60%;
		    margin: 0px -20px !important;
    }
}
