@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-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: "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: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-SemiBold.eot');
	src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
		url('../fonts/Gilroy-SemiBold.woff') format('woff'),
		url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
		url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Roboto';
	font-weight: 400;
	-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;
}
.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;
}
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: 17px;
	color: #fff;
	line-height: 19px;
	font-weight: 500;
	background: #c60d0d;
	border-radius: 6px;
	margin: 0;
	padding: 14px 35px;
}
.common-btn1:hover {
	background: #262525;
}
.common-btn2 {
	font-size: 17px;
	color: #fff;
	line-height: 19px;
	font-weight: 500;
	background: #262525;
	border-radius: 6px;
	margin: 0;
	padding: 14px 35px;
}
.common-btn2:hover {
	background: #fff;
	color: #c60d0d;
}
.common_paragraph {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px;
}
/* fixed header and scroll top cmn css end*/
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
	margin: 0;
	padding: 0;
	transition: all 500ms ease-in-out;
}
.logo_block {
	width: 234px;
}
.header_link {
	padding-bottom: 16px;
}
.header_link li {
	display: inline-block;
}
.header_link li a {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 19px;
	font-weight: 500;
	border-radius: 0 0 6px 6px;
	padding: 35px 6px 20px;
	transition: all 500ms ease-in-out;
}
.header_link li a:hover, .header_link li.active a {
	background: #c60d0d;
	color: #fff;
}
/* @media screen and (min-width:992px) {
.navbar-default.navbar-fixed .header_link li a {
padding-top: 22px;
}
} */
.home_slider {
	margin-top: 88px;
}
.home_slider .ms-slide-info {
	position: absolute !important;
	left: 0;
	top:50%;
	transform:translatey(-50%);
	margin-top:0 !important;
	min-height:auto !important;
}
.home_slider .text_block {
	width: 460px;
}
.banner_small_title {
	font-size: 20px;
	color: #c62127;
	line-height: 22px;
	font-weight: 500;
	display:inline-block
}
.banner_small_title:after {
	content: "";
	position: absolute;
	width: 135px;
	height: 1px;
	background: #c62127;
	right: -150px;
	top: 11px;
}
.banner_big_title {
	font-family: 'Gilroy';
	font-size: 48px;
	color: #262525;
	line-height: 52px;
	font-weight: 600;
}
.banner_big_title strong {
	color: #d63300;
	font-weight: 600;
}
.home_slider .ms-bullet {
	background: #262525 !important;
	width: 10px !important;
	height: 10px !important;
	border: none !important;
	margin: 0 3px 20px !important;
}
.home_slider .ms-bullet.ms-bullet-selected {
	background: #c60d0d !important;
}
.wedo_sec {
	background: #fafafa;
	padding: 60px 0;
}
.wedo_small_heading,
.consultamcy_small_heading,
.choose_small_title,
.testimonial_small_title {
	font-size: 20px;
	color: #d63300;
	line-height: 22px;
	font-weight: 500;
}
.wedo_big_heading,
.consultamcy_big_heading,
.book_appointment_title,
.choose_big_title,
.testimonial_big_title {
	font-family: 'Gilroy';
	font-size: 40px;
	color: #262525;
	line-height: 45px;
	font-weight: 600;
}
.wedo_sec .lower_sec .block {
	min-height: 90%;
	padding: 10px 15px;
}
.wedo_sec .lower_sec .block:hover {
	background: #c60d0d !important;
}
.wedo_sec .lower_sec .block .icon {
	width: 65px;
	border-right: 1px solid #c60d0d;
	margin-right: 16px;
	padding-right: 16px;
}
.wedo_sec .lower_sec .block .icon img{
	max-width:65px;
}
.wedo_sec .lower_sec .block:hover .icon {
	border-color: #fff;
}
.wedo_sec .lower_sec .block .text {
/* 	width: 72%; */
}
.wedo_sec .lower_sec .block .image2 {
	display: none;
}
.wedo_sec .lower_sec .block:hover .image2 {
	display: inline-block;
}
.wedo_sec .lower_sec .block:hover .image1 {
	display: none;
}
.service_title {
	font-family: "Poppins";
	font-size: 17px;
	color: #4b4b4b;
	line-height: 20px;
	font-weight: 500;
}
.wedo_sec .lower_sec .block:hover .service_title {
	color: #fff;
}
.ttr a{
	display:block;
}
.ndis_consultancy_sec {
	padding: 80px 0;
}
.bbr .box{
	min-height:100%;
}
.consultamcy_box_heading {
	font-family: "Poppins";
	font-size: 19px;
	color: #262525;
	line-height: 26px;
	font-weight: 600;
}
.ndis_consultancy_sec .lower_sec .box a {
	display: inline-block;
	font-size: 20px;
	color: #d63300;
	line-height: 22px;
	font-weight: 700;
	background: url(../images/right-arrow01.png) no-repeat 96% center;
	padding-right: 30px;
}
.ndis_consultancy_sec .lower_sec .box a:hover {
	background-position: 100% center;
}
.book_appointment_sec {
	background: #c60d0d;
	padding: 50px 0;
}
.contact_form .box .form-control {
	height: 56px;
	border: none;
	font-size: 18px;
	color: #4b4b4b;
	line-height: 22px;
	font-weight: 700;
	border-radius: 6px;
	padding: 10px 15px;
}
.contact_form .box .form-control:focus,
.contact_form .box .btn:focus {
	box-shadow: none;
}
.contact_form .box .form-control::placeholder {
	color: #4b4b4b;
	opacity: 1;
}
.contact_form .box .form-control::-ms-input-placeholder {
	color: #4b4b4b;
}
.contact_form .box .btn {
	width: 100%;
	text-align: center;
	background: #262525;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: 700;
	text-transform: inherit;
	padding: 17px 25px 18px;
}
.contact_form .box .btn:hover {
	background: #fff;
	color: #c60d0d;
}
.contact_form .box .wpcf7-spinner {
	display: none;
}
.contact_form .box .wpcf7-not-valid-tip,
.contact_form .wpcf7-response-output {
	font-size: 15px;
	color: #000;
	margin-top: 5px;
}
.contact_form .wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
}
.issachar_care_title {
	font-family: 'Gilroy';
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	font-weight: 600;
}
.why_choose_sec {
	padding: 75px 0 85px;
}
.choose_mid_title {
	font-size: 20px;
	color: #c22329;
	line-height: 22px;
	font-weight: 500;
}
.choose_mid_title span {
	display: inline-block;
	width: 38px;
	margin-right: 6px;
}
.trusted_qualitycare_sec {
	padding-bottom: 60px;
}
.qualitycare_heading {
	font-size: 21px;
	color: #262525;
	line-height: 27px;
	font-weight: 500;
}
.trusted_qualitycare_sec .box .icon {
	width: 103px;
	height: 103px;
	line-height: 103px;
	border-radius: 50%;
}
.testimonial_sec {
	background: url(../images/testimonial-bg.png) no-repeat center center, #fafafa;
	padding: 65px 0;
}
.testimonial_box .sp-testimonial-free {
	border: 1px solid #e0e0e0 !important;
	border-radius: 6px !important;
	margin-top: 2px;
	padding: 22px;
}
.testimonial_box .sp-testimonial-content p {
	font-size: 17px !important;
	color: #4b4b4b;
	line-height: 27px !important;
	text-align: left !important;
}
.testimonial_box .sp-testimonial-client-name {
	font-size: 24px !important;
	color: #d94925 !important;
	line-height: 26px !important;
	text-align: left !important;
}
.testimonial_box .sp-testimonial-client-rating {
	text-align: right !important;
	margin-top: -28px !important;
}
.testimonial_box .testimonial-nav-arrow {
	border: none !important;
	font-size: 50px !important;
	color: #e64f75 !important;
	top: 59% !important;
	opacity: .5;
}
.testimonial_box .testimonial-nav-arrow:hover {
	opacity: 1;
	background: none !important;
}
.testimonial_box .sp-testimonial-client-designation {
	font-size: 17px !important;
	color: #4b4b4b !important;
	line-height: 19px !important;
	text-align: left !important;
}
.testimonial_box .swiper-pagination-bullet {
	background: #e79887 !important;
}
.testimonial_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #d94925 !important;
}
.footer_top {
	background: #1b1b1b;
	padding-top: 64px;
}
.follow_text {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}
.footer_title {
	font-family: "Poppins";
	font-size: 27px;
	line-height: 29px;
	font-weight: 500;
}
.footer_link li {
	background: url(../images/right-arrow02.png) no-repeat left center;
	margin-bottom: 10px;
	padding-left: 22px;
}
.footer_link li:last-child {
	margin-bottom: 0;
}
.footer_link li a {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}
.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .common_paragraph a:hover {
	color: #c60d0d;
}
.footer_contact li {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 30px;
}
.footer_contact li:last-child {
	margin-bottom: 0;
}
.footer_contact li span {
	display: inline-block;
	width: 27px;
	margin-right: 6px;
}
.footer_contact li a {
	color: #fff;
}
.footer_bottom {
	background: #121212;
	padding: 20px 0;
}
.footer_bottom .common_paragraph a {
	color: #fff;
}
#back_to_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #c60d0d;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-header, .blog_page_header, .error404 .page-header {
	background: url(../images/inner-banner.jpg) no-repeat top center;
	background-size: cover;
	margin: 88px 0 50px !important;
	padding: 150px 0 120px !important;
}
.page .entry-header .entry-title, .blog_page_header .blog_page_title, .error404 .page-header .page-title {
	color: #fff;
	width: 100%;
	font-size: 45px;
	font-weight: 600;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
	text-shadow:1px 2px 4px #000;
}
.more-link {
	background: #c60d0d;
	display: block;
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	width: 195px;
	padding: 12px 0 12px 15px;
	border-radius: 5px;
}

/* edited on 20.12.2023 */
.testimonial_box .sp-testimonial-content p {
	min-height: 108px;
}
/* Inner Content Css */
.inner_content {
	padding: 20px 0;
}
.inner-bg {
	background-color: #fff0f0;
}
.inner_titl {
	font-family: 'Gilroy';
	font-size: 25px;
	color: #262525;
	line-height: 30px;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
}
.inner_second_titl {
	font-family: 'Gilroy';
	font-size: 22px;
	color: #262525;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	padding-top: 25px;
}
.inner_titl strong {
	color: #c60d0d;
}
.inner_titl:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #2a2a2a;
}
.inner_txt {
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}
.inner_list_txt {
	margin-top: 20px;
}
.inner_list_txt ul {
	padding: 0;
	margin: 0
}
.inner_list_txt ul li {
	background: url("/wp-content/uploads/2023/12/check-icon.png");
	background-position: top 2px left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
	padding-bottom: 10px;
}
.inner_inner_list_txt ul li {
	background: url("../images/mark.png");
	background-position: top 7px left;
	background-repeat: no-repeat;
	background-size: 24px;
	color: #4b4b4b;
	font-size: 15px;
	font-weight: normal;
	list-style: none;
	padding: 8px 0 5px 30px;
	display: inline-block;
	width: 49%;
}
.personal-care-page ul li {
	padding: 8px 0 7px 30px;
	width: 100%;
}
.inner_bottm_sec {
	background: #c60d0d;
	padding: 30px 60px;
	text-align: center;
	border-radius: 10px;
}
.inner_bottm_sec .inner_txt {
	font-family: "Poppins";
	font-size: 20;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}
.inner_bottm_sec .inner_titl {
	color: #fff;
}
.inner_bottm_sec .inner_titl:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 3px;
	background: #fff;
}
.inner_bottm_sec a {
	color: #fff;
}
.after-none::after {
	left: 50%;
	transform: translateX(-50%);
}
.lower_sec {
	padding-top: 30px;
}
.omsc-toggle-title {
	font-size: 20px;
	font-weight: bold;
	color: #a4165d !important;
}
.omsc-toggle-inner {
	padding: 25px !important;
}
.no-after::after {
	display: none;
}
.inner_list_txt strong {
	color: #2a2a2a;
	line-height: 1.2;
	font-weight: bold;
}

/* .primary-navigation ul ul {
background-color: #c60d0d !important;
width: 280px;
top: 65px !important;
display: block;
}
.primary-navigation ul ul a {
width: 100% !important;
color: #fff;
padding: 12px !important;
font-size: 14px;
}
.primary-navigation ul ul a:hover {
color: #c60d0d !important;
background-color: #fff !important;
}
.primary-navigation ul ul a:hover {
border-radius: 0 !important;
} */

.inner-service-box {
	border: 1px solid #c60d0d;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	font-family: "Poppins";
	box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
	margin-bottom: 30px;
}
.inner-service-box .service_title {
	font-size: 20px;
	color: #4b4b4b;
	line-height: 25px;
	font-weight: 500;
	padding: 15px 0;
}
.inner-service-box .icon img {
	width: 65px;
}
.inner-service-box .text {
	font-size: 15px;
	color: #4b4b4b;
	line-height: 20px;
	min-height: 140px;
}
/* Contact Us CSS */
.contact_page_heading {
	color: #3f1f57;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.contact_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #2a2a2a;
}
.contact_page_heading strong {
	color: #a4165d;
}
.contact_page_info {
	position: relative;
	color: #000;
	margin-top: 25px;
	padding-left: 40px;
}
.contact-img {
	position: absolute;
	top: 3px;
	left: 0;
}
.contact-text {
	color: #666;
	font-size: 17px;
}
.contact_page_info strong {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.contact_page_info a {
	color: #2a2a2a;
	text-decoration: none !important;
	font-size: 16px;
}
.contact_page_info a:hover {
	color: #1091d0;
}
.contact-deatails {
	margin-top: 25px;
}

.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:1px solid #bdbdbd !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:1px solid #bdbdbd !important;
	resize:none
}
.frm_fld p{
	margin-bottom:0
}
.full-width .site-content .entry-content {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.primary-navigation .menu-item-has-children>a:after {
	display: none !important;
}
.primary-navigation .menu-item-has-children>a {
	padding-right: 6px !important;
}
.middle-heading-parent {
	position: relative;
}
.middle-heading-parent .inner_titl {
	font-size: 22px;
	padding-bottom: 0;
}
.middle-heading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.middle-heading:after {
	display: none;
}
.inner_page_img img {
	border-radius: 10px;
}
.contact_right input[type="submit"] {
	background-color: #c60d0d !important;
	width: 100%;
	font-size: 16px;
	text-transform: none;
	margin-top: 20px;
}
.contact_right input[type="submit"]:hover {
	background-color: #ee4646;
}
.contact_right input,
.contact_right textarea {
	border: 1px solid #262525;
}
.contact_right textarea {
	height: 100px;
}

/* referral form css */
.ref_form_box {
	background-color: #fff0f0;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box_heading {
	font-family: 'Gilroy';
	font-size: 30px;
	color: #262525;
	line-height: 35px;
	font-weight: 600;
}
.ref_form_box_heading strong {
	color: #c60d0d;
	font-weight: bold;
}
.ref_form_box_input select {
	background: url(/wp-content/uploads/2023/12/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;
	outline: none;
}
.ref_form_box_input input {
	padding: 10px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_label {
	color: #666;
	margin: 15px 0 5px 0;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box .wpcf7-list-item label,.wpcf7-list-item-label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ref_form_box .wpcf7-list-item label input:checked~.wpcf7-list-item-label:before {
	background-color: #c60d0d;
	border-color: #c60d0d;
}
.ref_form_box .wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.ref_form_box .wpcf7-list-item-label {
	position: relative;
	padding-left: 25px;
}
.ref_form_box .ref-check .wpcf7-list-item-label{
	display: inline-block;
	padding-left: 5px;
}
.ref_form_box .wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}
.ref_form_box .wpcf7-list-item-label::before {
	content: " ";
	position: absolute;
	top: 3px;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.ref_form_box .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);
}
.ref-check .wpcf7-list-item-label:before{
	display: none;
}
.ref_form_box span.wpcf7-list-item {
	margin: 0 !important;
	display: inline-block;
	padding-left: 20px;
}
.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: #c60d0d !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 12px;
	transition: 0.3s;
	border: 2px solid #c60d0d;
}
.ref_form_box .contact_btn input:hover {
	background-color: #fff !important;
	color: #c60d0d;
}
.wpcf7-not-valid-tip {
	padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #c60d0d !important;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#c60d0d;
	color:#fff !important;
	padding:10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 9px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#141414;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.back-btn a {
	background: #c60d0d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	padding: 12px 25px;
	text-transform: none;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}




/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.navbar-default{
		background: #fff;
		padding:10px 0;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}
	.common-btn1.new, .ndis, .header_link{
		display:none;
	}
	.logo_block {
		width: auto;
	}
	.logo_block img{
		width:140px;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.home_slider {
		margin-top: 52px;
	}
	.home_slider .text_block {
		width: 100%;
	}
	.home_slider .ms-slide-info{
		max-width: 93%;
	}
	.banner_small_title, .wedo_small_heading, .consultamcy_small_heading, .choose_small_title, .testimonial_small_title{
		font-size: 18px;
	}
	.banner_small_title::after{
		display:none;
	}
	.banner_big_title {
		font-size: 25px;
		line-height: 28px;
		text-shadow: 0 0 6px #fff;
	}
	.wedo_sec{
		padding: 30px 0;
	}
	.wedo_big_heading{
		font-size: 25px;
		line-height: 32px;
	}
	.lower_sec {
		padding-top: 22px;
	}
	.wedo_sec .lower_sec .block{
		min-height: auto;
	}
	.service_title{
		font-size: 15px;
	}
	.ndis_consultancy_sec {
		padding: 30px 0 20px;
	}
	.consultamcy_big_heading, .issachar_care_title, .book_appointment_title, .choose_big_title, .testimonial_big_title{
		font-size: 25px;
		line-height: 28px;
	}
	.bbr{
		margin-bottom:25px;
	}
	.consultamcy_box_heading{
		font-size: 18px;
		min-height: auto;
	}
	.ndis_consultancy_sec .lower_sec .box a{
		font-size: 18px;
	}
	.book_appointment_sec {
		padding: 35px 0 15px;
	}
	.left_side .common-btn2 {
		font-size: 16px;		
		padding: 13px 30px;
	}
	.right_side{
		margin-top:30px;
	}
	.right_side .contact_form .box .btn {		
		font-size: 17px;		
		line-height: 18px;
		padding: 15px 25px;
	}
	.why_choose_sec {
		padding: 30px 0;
	}
	.why_choose_sec .text_box{
		margin-top:25px;
	}
	.choose_mid_title{
		font-size: 18px;
	}
	.trusted_qualitycare_sec {
		padding-bottom: 30px;
	}
	.box2-top{
		margin-top:25px;
	}
	.trusted_qualitycare_sec .box .icon{
		width: 96px;
		height: 96px;
		line-height: 95px;
	}
	.trusted_qualitycare_sec .box .icon img{
		min-width: 36px;
		max-width: 40px;
	}
	.qualitycare_heading{
		font-size: 18px;
	}
	.testimonial_sec{
		padding: 35px 0;
		background-size: contain;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section{
		margin:0 !important;
		margin-bottom: 50px !important;
	}
	.footer_top{
		padding-top: 30px;
	}
	.foot_logo{
		width:180px;
	}
	.follow_text{
		font-size: 20px;
	}
	.social_icon img{
		max-width:35px;
	}
	.footer_title {	
		font-size: 20px;
		line-height: 16px;
		margin-top: 22px;
	}
	.footer_link li{
		margin-bottom: 8px;
	}
	.footer_link li a{
		font-size: 17px;
	}
	.footer_contact li {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.footer_bottom {
		padding: 15px 0 58px;
	}
	#back_to_top{
		bottom: 50px;
		right: 20px;
	}
	.page .entry-header, .blog_page_header, .error404 .page-header{
		margin: 52px 0 30px !important;
		padding: 110px 0 !important;
	}
	.page .entry-header .entry-title, .blog_page_header .blog_page_title, .error404 .page-header .page-title{
		font-size: 26px;
		text-shadow: 0 0 8px #fff;	
	}
	.inner_page_img{
		margin-bottom:20px;
	}
	.inner_page_img img{
		width:100%;
	}
	.inner_titl {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 12px;
	}
	.inner-bg{
		padding:35px 0 !important;
	}
	.inner_second_titl{
		font-size: 20px;
	}
	.inner_txt {
		margin-top: 15px;
	}
	.inner_bottm_sec{
		padding: 25px 10px;
	}
	.inner_inner_list_txt ul li{
		width: 100%;
	}
	.middle-heading {
		position: relative;
		top: 0;
		transform: none;
		margin-bottom:15px;
	}
	.middle-heading-parent .inner_titl{
		font-size: 20px;
	}
	.contact_right{
		margin-top:30px;
	}
	.contact_page_info{
		margin-top: 16px;
	}
	.ref_form_box {
		padding: 25px 15px;
		margin-bottom: 25px;
	}
	.ref_form_box_heading {
		font-size: 24px;
		line-height: 28px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	 .home_slider .text_block {
		 width: 100% !important;
	}
	.home_slider .ms-slide-info {
		max-width: 93% !important;
	}
	.wedo_sec .lower_sec .col-lg-4, .ndis_consultancy_sec .lower_sec .col-lg-4{
		width: 50%;
	}
	.contact_right {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.common-btn1.new{
		display:inline-block;
		position:fixed;
		top: 7px;
		right: 65px;
		font-size: 16px;
		line-height: 17px;
		padding: 10px 28px;		
	}
	.home_slider .ms-slide-info {
		max-width: 100%;
	}
	.home_slider .text_block {
		width: 460px;
	}
	.banner_big_title {
		font-size: 30px;
		line-height: 34px;
	}
	.wedo_sec .lower_sec .block {
		min-height: 90%;
	}
	.consultamcy_box_heading {
		font-size: 16px;
		line-height: 22px;
	}
	.trusted_qualitycare_sec .box{
		padding:0 !important;
	}
	.footer_contact li{
		font-size: 15px;
	}
	.contact_right {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.logo_block {
		width: 200px;
	}
	.common-btn1.new{
		font-size: 15px;
		padding: 10px 28px;
	}
	.header_link li a {
		font-size: 14px;
		padding: 35px 3px 20px;
	}
	.service_title{
		font-size: 15px;
	}
	.consultamcy_box_heading{
		font-size: 16px;
		line-height: 24px;
	}
	.issachar_care_title{
		font-size: 27px;
	}
	.book_appointment_title, .choose_big_title, .testimonial_big_title{
		font-size: 30px;
		line-height: 38px;
	}
	.footer_top .box.ps-lg-5{
		padding-left:0 !important;
	}
}

/* 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) {
	.common-btn1.new{
		display:inline-block;
		position:fixed;
		top: 7px;
		right: 65px;
		font-size: 16px;
		line-height: 17px;
		padding: 10px 28px;		
	}
	.home_slider .ms-slide-info {
		max-width: 100%;
	}
	.home_slider .text_block {
		width: 460px;
	}
	.banner_big_title {
		font-size: 30px;
		line-height: 34px;
	}
	.wedo_sec .lower_sec .block {
		min-height: 90%;
	}
	.consultamcy_box_heading {
		font-size: 16px;
		line-height: 22px;
	}
	.trusted_qualitycare_sec .box{
		padding:0 !important;
	}
	.issachar_care_title {
		font-size: 25px;
	}
	.footer_contact li{
		font-size: 15px;
	}
	 .book_appointment_title, .choose_big_title, .testimonial_big_title {
		 font-size: 26px;
		 line-height: 32px;
	}
	.contact_right {
		margin-top: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.logo_block {
		width: 200px;
	}
	.common-btn1.new{
		font-size: 15px;
		padding: 10px 28px;
	}
	.header_link li a {
		font-size: 14px;
		padding: 35px 3px 20px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.logo_block {
		width: 200px;
	}
	.common-btn1.new{
		font-size: 15px;
		padding: 10px 28px;
	}
	.header_link li a {
		font-size: 14px;
		padding: 35px 3px 20px;
	}
}

/* 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) {
	.logo_block {
		width: 200px;
	}
	.common-btn1.new{
		font-size: 15px;
		padding: 10px 28px;
		position: relative;
		top: 0;
		right: 0;
	}
	.header_link li a {
		font-size: 14px;
		padding: 35px 3px 20px;
	}
	.service_title{
		font-size: 15px;
	}
	.consultamcy_box_heading{
		font-size: 16px;
		line-height: 24px;
	}
	.issachar_care_title{
		font-size: 27px;
	}
	.book_appointment_title, .choose_big_title, .testimonial_big_title{
		font-size: 30px;
		line-height: 38px;
	}
	.footer_top .box.ps-lg-5{
		padding-left:0 !important;
	}
	.footer_contact li {
		font-size: 18px;
	}
}

@media screen and (min-width: 1424px) {
.page .entry-header, .blog_page_header, .error404 .page-header{
		margin: 52px 0 30px !important;
		padding: 160px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
.page .entry-header, .blog_page_header, .error404 .page-header{
		margin: 52px 0 30px !important;
		padding: 180px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header, .error404 .page-header{
		margin: 90px 0 30px !important;
		padding: 300px 0 !important;
	}
}


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

}

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

}    
.ms-slide::after {
    background: linear-gradient(236deg, rgba(255,255,255,0) 50%, rgb(250, 250, 250) 98%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}