@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.eot");
	src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Regular.woff2") format("woff2"),
		url("../fonts/Poppins-Regular.woff") format("woff"),
		url("../fonts/Poppins-Regular.ttf") format("truetype"),
		url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
	font-weight: 400;
	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: 700;
	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;
}

@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: 'Lora';
	src: url('../fonts/Lora-Bold.eot');
	src: url('../fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lora-Bold.woff2') format('woff2'),
		url('../fonts/Lora-Bold.woff') format('woff'),
		url('../fonts/Lora-Bold.ttf') format('truetype'),
		url('../fonts/Lora-Bold.svg#Lora-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body,
html {
	height: 100%;
}

body {
	font-family: "Poppins";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	transition: 0.5s;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	transition: 0.3s !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

a {
	text-decoration: none;
	color: #010101;
	display: inline-block;
}

a:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

a:hover {
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}

a,
button,
input[type="submit"] {
	cursor: pointer;
	transition: 0.5s !important;
}

ul{
	margin-bottom:0;
	padding:0;
}

ul li{
	list-style:none;
}

:root {
	--white: rgb(255, 255, 255);
	--black: rgba(0, 0, 0);
}

.common-btn1{
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	background-image: linear-gradient(to right, #a27338 0% , #c49452 51% , #a27338 100%);
	background-size:200%;
	border-radius:10px;
	margin:0;
	padding:14px 30px;
}

.common-btn1:hover{
	background-position:right center;
}

.common-btn2{
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	background-image:linear-gradient(to right, #424f95 0% , #252f6e 51% , #424f95 100%);
	background-size:200%;
	border-radius:10px;
	margin:0;
	padding:14px 32px;
}

.common-btn2:hover{
	background-position:right center;
}

.common_paragraph{
	font-size:17px;
	color:#4b4b4b;
	line-height:27px;
	font-weight:400;
	margin:0;
	padding:0 0 20px;
}

/* fixed header and scroll top cmn css end*/
.navbar-default{
	background:#fff;
	border:none;
	margin:0;
	padding:0;
}

.navbar-default:after{
	content:"";
	position:absolute;
	width:35%;
	height:50px;
	background:#141a3e;
	right:0;
	top:0;
	transition:all 500ms ease-in-out;
}

.logo_block{
	width:166px;
	transition:all 500ms ease-in-out;
}

.header_top{
	background:#141a3e;
	z-index:9;
	padding:12px 0 12px 20px;
}

.header_top:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 50px 0;
	border-color: transparent #141a3e transparent transparent;
	left:-40px;
	top:0;
}

.header_contact ul li{
	display:inline-block;
	border-right:2px solid #fff;
	margin-right:18px;
	padding-right:18px;
}

.header_contact ul li:last-child{
	border-right:none;
	margin-right:0;
	padding-right:0;
}

.header_contact ul li span{
	margin-right:8px;
}

.header_contact ul li a{
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-weight:500;
}

.header_contact ul li a:hover,
.header_social li a:hover{
	color:#c49351;
}

.header_social li{
	display:inline-block;
	margin-right:10px;
}

.header_social li:last-child{
	margin-right:0;
}

.header_social li a{
	font-size:22px;
	color:#fff;
	line-height:24px;
}
.header_social ul li img {
  width: 24px;
}
.header_bottom{
	padding:23px 0 23px 20px;
	transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
	.navbar-default.navbar-fixed{
		box-shadow:0 4px 16px rgba(0,0,0,.1);
	}

	.navbar-default.navbar-fixed .header_bottom{
		padding:10px 0 10px 20px;
	}

	.navbar-default.navbar-fixed .logo_block{
		width:130px;
	}

	.navbar-default.navbar-fixed .primary-navigation ul ul{
		top:102px;
	}
}

.home_slider{
	margin-top:144px;
}

.home_slider img{
	width:100%;
}

.home_slider .ms-slide-info{
	position:absolute !important;
	width:100%;
	left:0;
	bottom:28%;
}

.home_slider .text_block{
	width:620px;
}

.banner_small_heading{
	font-size:24px;
	color:#c39351;
	line-height:26px;
	font-weight:600;
	padding-bottom:10px;
}

.banner_big_heading{
	font-family: 'Lora';
	font-size:48px;
	color:#fff;
	line-height:55px;
	font-weight:700;
	padding-bottom:30px;
}

.home_slider .ms-nav-prev,
.home_slider .ms-nav-next{
	background:url(../images/left-arrow01.png) no-repeat left center !important;
	border:none !important;
	border-radius:0 !important;
	height:48px !important;
}

.home_slider .ms-nav-next{
	background:url(../images/right-arrow01.png) no-repeat right center !important;
}

.banner_bottom_sec .thumb_block{
	background:#fff;
	border-radius:6px;
	box-shadow:0 4px 16px rgba(0,0,0,.1);
	margin-top:-70px;
	position:relative;
}

.banner_bottom_sec .col-lg-4{
	border-right:1px solid rgba(0,0,0,.1);
}

.banner_bottom_sec .col-lg-4:last-child{
	border-right:none;
}

.banner_bottom_sec .box{
	padding:35px 40px;
}

.banner_bottom_sec .box .icon{
	display:inline-block;
	width:80px;
}

.banner_bottom_sec .box .text{
	display:inline-block;
	width:69%;
	vertical-align:middle;
	border-left:1px solid rgba(0,0,0,.1);
	padding-left:14px;
}

.banner_bottom_small_title{
	font-size:15px;
	color:#4b4b4b;
	line-height:18px;
	padding-bottom:4px;
}

.banner_bottom_big_title{
	font-size:21px;
	color:#1d1c35;
	line-height:25px;
	font-weight:500;
}

.service_sec{
	padding:56px 0 32px;
}

.service_sec .upper_sec,
.testimonial_sec .upper_sec{
	padding-bottom:45px;
}

.service_sec .upper_sec .common_paragraph,
.testimonial_sec .upper_sec .common_paragraph{
	padding:0 15%;
}

.service_big_title, .testimonial_heading {
    font-family: 'Lora';
    font-size: 40px;
    color: #252525;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 14px;
    position: relative;
    margin-top: 0;
}

.service_big_title:after,
.testimonial_heading:after{
	content:"";
	position:absolute;
	width:80px;
	height:2px;
	background:#6e1d6c;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.service_sec .lower_sec .box{
	border:1px solid #d4d4d4;
	border-radius:6px;
	margin-bottom:40px;
}

.service_sec .lower_sec .box img{
	width:100%;
	border-radius:6px;
}

.service_sec .lower_sec .box .text{
	padding:20px 20px 30px;
}

.service_box_title{
	font-family: 'Lora';
	font-size:24px;
	color:#252525;
	line-height:28px;
	font-weight:700;
	margin-bottom:12px;
	min-height:56px;
	margin-top: 0;
}
.service_sec .lower_sec .box .text .common_paragraph {
    min-height: 210px;
}
.providing_sec{
	padding-bottom:80px;
}

.providing_sec .img_box img{
	border-radius:50px 0;
}

.providing_big_heading{
	font-family: 'Lora';
	font-size:40px;
	color:#252525;
	line-height:45px;
	font-weight:700;
	margin-bottom:26px;
	padding-bottom:15px;
	position:relative;
	margin-top: 0;
}

.providing_big_heading:after{
	content:"";
	position:absolute;
	width:100px;
	height:1px;
	background:#590d82;
	left:0;
	bottom:0;
}

.providing_small_heading{
	font-size:24px;
	color:#590d82;
	line-height:30px;
	padding-bottom:20px;
}

.providing_sec .text_box .block{
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}

.providing_sec .text_box .block:last-child{
	margin-right:0;
}

.providing_sec .text_box .block .icon{
	display:inline-block;
}

.providing_sec .text_box .block .text{
	display:inline-block;
	vertical-align:middle;
	padding-left:10px;
}

.call_anytime_text{
	font-size:17px;
	color:#a37439;
	line-height:19px;
	font-weight:500;
	padding-bottom:6px;
}

.providing_sec .text_box .block .text a{
	font-size:24px;
	color:#3c3531;
	line-height:26px;
	font-weight:600;
}

.providing_sec .text_box .block .text a:hover{
	color:#a37439;
}

.contactus_sec{
	background:url(../images/contactus-bg01.jpg) no-repeat right center;
	background-size:cover;
	padding:65px 0;
}

.contactus_big_title{
	font-family: 'Lora';
	font-size:40px;
	color:#fff;
	line-height:45px;
	font-weight:700;
	padding-bottom:12px;
	margin-top: 0;
}

.contactus_small_title{
	font-size:24px;
	color:#fff;
	line-height:28px;
	font-weight:500;
	padding-bottom:18px;
}
.testimonial_sec{
	padding:75px 0 80px;
}
.testimonial_box .sp-testimonial-free {
    background: #fff;
    min-height: 365px;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    margin: 5px;
    padding: 135px 40px 20px;
}
.testimonial_box .sp-testimonial-content p{
	font-size:16px !important;
	color:#4b4b4b;
	line-height:24px !important;
	text-align:left !important;
}

.testimonial_box .sp-testimonial-client-name{
	font-family: 'Lora';
	font-size: 24px !important;
	color: #2a2a2a !important;
	line-height: 26px !important;
	font-weight: 700 !important;
	position:absolute;
	left:45px;
	top:40px;
}

.testimonial_box .sp-testimonial-client-designation{
	font-size:18px !important;
	color:#a37439 !important;
	line-height:20px !important;
	position:absolute;
	left:45px;
	top:72px;
}

.testimonial_box .sp-testimonial-client-rating{
	position:absolute;
	left:45px;
	top:100px;
}

.testimonial_box .testimonial-nav-arrow{
	top:55% !important;
	border-color:#e0d1bd !important;
	border-radius:8px;
	font-size:22px !important;
	color:#e0d1bd !important;
}

.testimonial_box .testimonial-nav-arrow:hover{
	background:none !important;
}

.testimonial_box .swiper-pagination-bullet{
	background:#d1b99c !important;
}

.testimonial_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#a37439 !important;
}

#footer{
	background:url(../images/footer-bg.jpg) no-repeat center top;
	background-size:cover;
	padding:75px 0 20px;
}

.footer_heading{
	font-size: 24px;
	color: #fff;
	line-height: 25px;
	font-weight: 600;
	padding-bottom: 18px;
}

.footer_top{
	border-bottom:1px solid rgba(255,255,255,.2);
	margin-bottom:20px;
	padding-bottom:28px;
}

/* .footer_top .col-lg-4,
.footer_top .col-lg-3{
	border-right:1px solid rgba(255,255,255,.2);
} */

.footer_top .box{
	padding-left:15px;
}

.footer_top .col-lg-4 .box{
	padding-left:0;
	padding-right:4px;
}

.footer_top .box .common_paragraph{
	color:#fff;
}

.footer_top .box .lower .follow_text{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	color:#fff;
	line-height:26px;
	font-weight:600;
}

.footer_top .box .lower .social_icon{
	display:inline-block;
}

.footer_top .box .lower .social_icon li{
	display:inline-block;
	margin-left:3px;
}

.footer_link li{
	margin-bottom:8px;
}

.footer_link li:last-child{
	margin-bottom:0;
}

.footer_link li a{
	font-size:16px;
	color:#fff;
	line-height:20px;
	background:url(../images/right-arrow02.png) no-repeat left center;
	padding-left:20px;
}

.footer_link li a:hover{
	background-position:3px center;
}

.footer_contact li{
	font-size:17px;
	color:#fff;
	line-height:20px;
	margin-bottom:25px;
}

.footer_contact li span{
	display:inline-block;
	width:28px;
	margin-right:8px;
}

.footer_contact li a{
	font-size:18px;
	color:#fff;
	line-height:22px;
	font-weight:500;
}

.footer_contact li a.email{
	font-weight:400;
}

.footer_contact li a:hover{
	color:#a37439;
}

.ndis_logo li{
	display: inline-block;
	margin-right: 5px;
	max-width: 70px;
}

.ndis_logo li:last-child{
	margin-right:0;
}

.footer_bottom .common_paragraph{
	color:#fff;
	padding:0;
}

.footer_bottom .common_paragraph a{
	color:#fff;
}

.footer_bottom .common_paragraph a:hover{
	color:#a37439;
}

#back_to_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color:#c39351;
	color: white;
	cursor: pointer;
	padding:10px 15px;
	border-radius: 4px;
	box-shadow:0 4px 16px rgba(0,0,0,.5);
}

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-header,
.error404 .page-header,
.blog_page_header{
	background:url(../images/home-banner01.jpg) no-repeat center top;
	background-size:cover;
	margin-top:144px !important;
	padding:150px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title,
.blog_page_header .blog_page_title{
	color:#fff;
	font-weight:700;
}

.blog_page_header{
	margin-bottom:50px;
}

.error404 .page-header .page-title,
.blog_page_header .blog_page_title{
	font-size:33px;
	line-height:35px;
	text-transform:uppercase;
}

.error404 .page-content{
	padding:60px 0 !important;
}

.error404 .page-content .back_btn{
	margin-top:35px;
}

.common_inner_sec{
	padding:60px 0;
}

.common_inner_sec:nth-child(even){
	background:#f7f7f7;
}

.common_inner_title{
	font-family: 'Lora';
	font-size: 40px;
	color: #252525;
	line-height: 45px;
	font-weight: 700;
	margin:0;
	padding-bottom:20px;
}

.common_inner_small_title{
	font-family: 'Lora';
	font-size: 24px;
	color: #252525;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.common_cta_sec{
	background:url(../images/contactus-bg01.jpg) no-repeat right center;
	background-size:cover;
	padding:40px 0;
}

.common_cta_title{
	font-family: 'Lora';
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	font-weight: 700;
	margin-bottom:22px;
	padding-bottom:20px;
	position:relative;
}

.common_cta_title:after{
	content:"";
	position:absolute;
	width:71px;
	height:2px;
	background:#141a3e;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.common_cta_sec .common_paragraph{
	color:#fff;
	padding-left:8%;
	padding-right:8%;
}

.common_cta_sec .common_paragraph:last-child{
	padding-bottom:0;
}

.common_innner_listing{
	margin-bottom:20px;
}

.common_innner_listing li{
	font-size: 17px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/tick-icon01.png) no-repeat left 5px;
	color: #4b4b4b;
}

.contact_sec{
	margin:0;
	padding:65px 0;
}

.contact_sec .lt_sec .block{
	margin:0 0 45px;
}

.contact_sec .lt_sec .block:last-child{
	margin:0;
}

.contact_sec .lt_sec .block .icon{
	display:inline-block;
	width:60px;
	height:60px;
	background:#141a3e;
	text-align:center;
	line-height:60px;
	border-radius:50%;
	vertical-align:middle;
}

.contact_sec .lt_sec .block .text{
	display:inline-block;
	width:75%;
	vertical-align:top;
	padding-left:15px;
}

.contact_sec .lt_sec .block .text .contact_title{
	font-size:22px;
	color:#141a3e;
	line-height:24px;
	font-weight:600;
	margin:0;
	padding:0 0 10px;
}

.contact_sec .lt_sec .block .text .common_paragraph{
	padding:0;
}

.contact_sec .lt_sec .block .text a{
	display:inline-block;
	font-size: 22px;
	color: #4b4b4b;
	line-height: 24px;
	font-weight:700;
	text-decoration:none;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.contact_sec .lt_sec .block .text a.email{
	font-size:20px;
	line-height:22px;
	font-weight:500;
}

.contact_sec .lt_sec .block .text a:hover{
	color:#a37439;
}

.contact_form{
	background:#fff;
	box-shadow:0 4px 16px rgba(0,0,0,.1);
	margin:0;
	padding:40px;
}

.contact_form p{
	margin-bottom:0
}

.contact_form .box{
	margin-bottom:15px;
}

.contact_form .col-lg-12:last-child .box{
	margin-bottom:0
}

.contact_form .box label{
	padding-bottom:10px;
}

.contact_form .box .form-control{
	background:none;
	border:1px solid Rgba(0,0,0,.1);
	border-radius:0;
	height:45px;
	font-size:15px;
	color:#4b4b4b;
	line-height:19px;
	font-weight:400;
	margin:0;
	padding:10px 15px;
}

.contact_form .box textarea.form-control{
	height:90px;
	resize:none;
}

.contact_form .box .form-control::placeholder {
	color: #4b4b4b;
	opacity: 1;
}

.contact_form .box .form-control:-ms-input-placeholder {
	color: #4b4b4b;
}

.contact_form .box .form-control::-ms-input-placeholder {
	color: #4b4b4b;
}

.contact_form .box .form-control:focus,
.contact_form .box .btn:focus{
	box-shadow:none;
}

.contact_form .box .btn{
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	background-image: linear-gradient(to right, #424f95 0% , #252f6e 51% , #424f95 100%);
	background-size: 200%;
	border:none;
	border-radius: 10px;
	margin: 0;
	padding: 14px 32px;
	text-transform:capitalize;
	transition:all 500ms ease-in-out;
}

.contact_form .box .btn:hover{
	background-position:right center;
}

.contact_form .wpcf7-response-output{
	border:none !important;
	margin:20px 0 0 !important;
	padding:0 !important;
	font-size:15px;
}

.contact_form .box .wpcf7-not-valid-tip{
	font-size:14px;
	margin-top:4px;
}

.contact_form label{
	font-size:16px;
	line-height:22px;
	font-weight:500;
	padding-bottom:8px;
}

.contact_form label strong{
	display:block;
	font-size:13px;
	color:#959494;
	line-height:20px;
	font-weight:400;
}

.contact_form .wpcf7-list-item{
	display:block;
	margin:0;
}

.contact_form .wpcf7-list-item label{
	font-weight:400;
}

.contact_form .wpcf7-response-output{
	border:none !important;
	margin:20px 0 0 !important;
	padding:0 !important;
	font-size:14px;
}

.all_review.testimonial_box{
	padding:60px 0 40px;
}

.all_review.testimonial_box .sp-testimonial-free{
	min-height:320px;
	padding:135px 30px 20px;
}

.referral_heading,
.support_heading{
	font-size: 30px;
	color: #000;
	line-height: 34px;
	font-weight: 700;
	padding:0 12px 35px;
}

.referral_heading strong{
	color:#a37439;
}

.page-id-23 .contact_form .wpcf7-checkbox .wpcf7-list-item{
	margin-bottom:10px;
}

.thank_you_content{
	padding:60px 0;
}

.mob_res {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
}

.mob_res ul li a {
	color: #fff;
	padding: 10px 0;
	display: block;
}

.mob_res ul li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	background: #141a3e;
}

.mob_res ul {
	margin: 0;
}

li.mail_mob {
	background:#a27338 !important;
}

.more-link{
	background:#a37439;
	display: block;
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	width: 195px;
	padding: 12px 0 12px 15px;
	border-radius: 10px;
}

.blog .site-content,
.archive .site-content,
.single-post .site-content{
	padding-bottom:35px;
}

.loc{
	margin:12px 0 0;
	padding:0;
	text-align:center;
}
.loc li{
	background:url(https://noblecareservices.com.au/wp-content/uploads/2023/12/loc.png) no-repeat;
	list-style:none;
	display:inline-block;
	font-size:18px;
	padding-left:30px;
	margin: 0 8px;
}
.loc li a{
	color:#000;
}
.new_contenmain {
    padding: 80px 0 0;
}
.faq-area .accordion h2.accordion-header{
	margin:0;
}
.faq-area .accordion h2.accordion-header .accordion-button:focus{
	box-shadow:none;
}
.faq-area .accordion .accordion-item{
	margin-bottom:12px;
	border:none;
}
.faq-area .accordion h2.accordion-header .accordion-button{
	background-color:#c39351;
	color:#ffffff;
	border-radius: 0;
}
.faq-area .accordion h2.accordion-header .accordion-button:hover, .faq-area .accordion h2.accordion-header .accordion-button:focus{
	background-color:#c49452;
}
.faq-area .accordion h2.accordion-header .accordion-button.collapsed{
	background-color:#141a3e;
}
.faq-area .accordion .accordion-body {
    font-size: 17px;
    line-height: 27px;
    color: #4b4b4b;
    font-weight: 400;
}
.faq-area .accordion .accordion-body ul{
	margin-top:15px;
}
.faq-area .accordion .accordion-body ul li {
    position: relative;
    font-size: 17px;
    line-height: 27px;
    color: #4b4b4b;
    padding-left: 30px;
    background: url(../images/tick-icon01.png) no-repeat left 5px;
    margin-bottom: 5px;
}
.faq-area .accordion .accordion-body ul li:last-child{
	margin-bottom:0;
}
.faq-area .accordion h2.accordion-header .accordion-button::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1911%) hue-rotate(239deg) brightness(109%) contrast(100%);
}
.faq-area{
	padding-bottom:70px;
}
.faq-area .accordion h2.accordion-header .accordion-button br, .faq-area .accordion h2.accordion-header br{
	display:none;
}
.cta_new a{
	color:#ffffff;
}
.cta_new a:hover{
	color:#173162;
}
/* Responsive */
@media screen and (max-width:1199px){
	.primary-navigation li{
		margin-right:13px !important;
	}

	.primary-navigation a{
		font-size:15px !important;
	}

	.home_slider .text_block{
		margin-left:80px;
	}

	.banner_bottom_sec .box{
		padding:30px 25px;
	}

	.banner_bottom_sec .box .text{
		width:65%;
	}

	.footer_top .box{
		padding-left:15px;
	}

	.footer_top .col-lg-4 .box{
		padding-right:25px;
	}


}

@media screen and (max-width:991px){
	.navbar-default{
		position:relative;
		padding:10px 0;
	}

	.header_top,
	.navbar-default:after,
	.header_btn{
		display:none;
	}

	.logo_block{
		width:115px;
	}

	.menu-header-menu-container{
		position:absolute;
		width:100%;
		left:0;
		top:100px;
		background:#fff;
		box-shadow:0 4px 6px rgba(0,0,0,.1);
	}

	.primary-navigation li{
		margin-right:0 !important;
		padding:10px 0;
	}

	.primary-navigation a{
		padding:0 10px !important;
	}

	.home_slider{
		margin-top:0;
	}

	.home_slider .ms-slide-info{
		bottom:10%;
	}

	.banner_bottom_sec .thumb_block{
		margin-top:40px;;
	}

	.banner_bottom_sec .box{
		padding:25px;
		text-align:center;
	}

	.banner_bottom_sec .box .icon{
		width:100%;
		margin-bottom:20px;
	}

	.banner_bottom_sec .box .text{
		width:100%;
		border-left:none;
		padding-left:0;
	}

	.service_sec{
		padding:40px 0 15px;
	}

	.service_sec .upper_sec, 
	.testimonial_sec .upper_sec{
		padding-bottom:28px;
	}

	.service_sec .upper_sec .common_paragraph, 
	.testimonial_sec .upper_sec .common_paragraph{
		padding:0;
	}

	.providing_sec{
		padding-bottom:40px;
	}

	.contactus_sec,
	.testimonial_sec{
		padding:40px 0;
	}

	.contactus_big_title{
		font-size:36px;
	}

	.testimonial_box .sp-testimonial-content p{
		min-height:240px;
	}

	#footer{
		padding-top:40px;
		padding-bottom:65px;
	}

	.footer_top .col-lg-4{
		border-right:0;
	}

	.footer_top .col-lg-3 .box{
		padding-left:0;
	}

	#back_to_top{
		right:20px !important;
		bottom:65px !important;
	}

	.page .entry-header, 
	.error404 .page-header,
	.blog_page_header{
		margin-top:0 !important;
		padding:100px 0 80px !important;
	}

	.common_inner_sec{
		padding:40px 0;
	}

	.common_inner_title{
		font-size:30px;
		line-height:35px;
	}

	.all_review.testimonial_box{
		padding:40px 0 20px;
	}

	.all_review.testimonial_box .sp-testimonial-free,
	.all_review.testimonial_box .sp-testimonial-content p{
		min-height:auto;
	}

	.contact_sec,
	.thank_you_content{
		padding:40px 0;
	}

	.contact_sec .lt_sec .block .text a.email{
		font-size:16px;
		line-height:18px;
	}

	.error404 .page-content{
		padding:40px 0 !important;
	}

}

@media screen and (max-width:767px){
	.menu-toggle{
		right:30px !important;
	}

	.home_slider .text_block{
		width:380px;
		margin:0 auto !important;
	}

	.banner_small_heading{
		font-size:18px;
		line-height:22px;
	}

	.banner_big_heading{
		font-size:28px;
		line-height:35px;
		padding-bottom:20px;
	}

	.banner_bottom_sec .col-lg-4{
		border-right:none;
	}

	.banner_bottom_sec .thumb_block{
		padding:30px;
	}

	.banner_bottom_sec .box{
		padding:0 0 25px;
	}

	.banner_bottom_sec .col-lg-4:last-child .box{
		padding-bottom:0;
	}

	.banner_bottom_big_title{
		font-size:18px;
	}

	.service_big_title, 
	.testimonial_heading,
	.providing_big_heading,
	.contactus_big_title{
		font-size:26px;
		line-height:32px;
	}

	.common_paragraph{
		font-size:14px;
		line-height:22px;
	}

	.service_box_title{
		font-size:18px;
		line-height:24px;
		min-height:initial;
	}

	.common-btn1,
	.common-btn2{
		font-size:15px;
		line-height:17px;
		padding:12px 20px;
	}

	.providing_small_heading,
	.contactus_small_title{
		font-size:18px;
		line-height:24px;
	}

	.providing_sec .text_box .block{
		margin-right:15px;
	}

	.providing_sec .text_box .block .text a{
		font-size:18px;
		line-height:20px;
	}

	.testimonial_box .sp-testimonial-client-name{
		font-size:20px !important;
		line-height:22px !important;
	}

	.home .testimonial_box .sp-testimonial-client-name,
	.home .testimonial_box .sp-testimonial-client-designation,
	.home .testimonial_box .sp-testimonial-client-rating{
		left:30px;
	}

	.testimonial_box .sp-testimonial-content p{
		min-height:initial;
		margin-bottom:0 !important;
	}

	.testimonial_box .sp-testimonial-free{
		padding:130px 25px 20px;
	}

	.footer_heading,
	.footer_top .box .lower .follow_text{
		font-size:20px;
		line-height:22px;
	}

	.social_icon img{
		width:30px;
	}

	.footer_contact li span{
		margin-right:4px;
	}

	.footer_contact li a,
	.footer_contact li,
	.footer_link li a{
		font-size:15px;
		line-height:17px;
	}

	.ndis_logo img{
		width:70px;
	}

	.page .entry-header, 
	.error404 .page-header,
	.blog_page_header{
		padding:80px 0 60px !important;
	}

	.page .entry-header .entry-title, 
	.error404 .page-header .page-title,
	.blog_page_header .blog_page_title{
		font-size:28px;
		line-height:32px;
	}

	.common_inner_title{
		font-size:26px;
		line-height:32px;
	}

	.common_inner_sec .text_box{
		margin-top:25px;
	}

	.common_innner_listing li{
		font-size:15px;
	}

	.common_cta_sec{
		padding:30px 0;
	}

	.common_cta_title{
		font-size:24px;
		line-height:28px;
	}

	.common_cta_sec .common_paragraph{
		padding-left:0;
		padding-right:0;
	}

	.contact_form{
		padding:25px;
	}

	.contact_form .box .btn{
		font-size:15px;
		line-height:17px;
		padding:12px 20px;
	}

	.referral_heading, 
	.support_heading{
		font-size: 24px;
		color: #000;
		line-height: 26px;
		font-weight: 700;
		padding: 0 0 25px;
	}

	.contact_form label{
		font-size:14px;
		line-height:20px;
	}

	.contact_sec .lt_sec .block{
		margin-bottom:20px;
	}

	.contact_sec .lt_sec{
		padding-bottom:30px;
	}

	.contact_sec .lt_sec .block .text .contact_title{
		font-size:18px;
		line-height:20px;
		padding-bottom:6px;
	}

	.thank_you_content img,
	.error404 .page-content img{
		width:200px;
	}


}

@media screen and (max-width:575px){
	.menu-toggle{
		right:12px !important;
	}

	.home_slider .text_block{
		width:100%;
	}

	.home_slider .ms-nav-prev, 
	.home_slider .ms-nav-next{
		display:none;
	}

	.wpb_row .master-slider-parent *, 
	.master-slider-parent *{
		box-sizing:inherit !important;
	}

	.home_slider .ms-view,
	.home_slider .ms-slide,
	.home_slider .ms-slide-bgcont{
		height:250px !important;
	}

	.home_slider .ms-slide img{
		object-fit:cover;
	}

	.service_sec .lower_sec .box .text .common_paragraph{
		min-height:auto;
	}

	.service_sec .lower_sec .box{
		margin-bottom:25px;
	}

	.testimonial_box .sp-testimonial-free-section{
		margin-left:0 !important;
		margin-right:0 !important;
	}

	.testimonial_box .testimonial-nav-arrow{
		display:none !important;
	}

	.footer_top .col-lg-4 .box{
		padding-right:0;
	}

	.footer_top .box{
		padding-left:0;
	}




}
