body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
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: '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: normal;
    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: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	padding: 5px 0;
}
.logo img {
	width: 150px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 70px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 18px;
}
.header_menu ul li a {
	display: block;
	color: #1b1b1b;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	text-transform: uppercase;
	padding: 27px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #da2c69;
}
.header_phone {
	font-weight: 600;
	font-size: 17px;
	margin-left: 20px;
}
.header_phone a {
	color: #245597;
}
.header_phone img {
	width: 18px;
	margin-right: 5px;
}
.header_btn {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	padding: 10px 20px;
	border-radius: 35px;
	font-weight: 500;
	margin-left: 20px;
	color: #da2c69 !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	border: 1px solid #da2c69;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #da2c69;
	color: #fff !important;
}
.home_banner_section {
	background: #fff1d8;
	padding: 180px 0 120px;
}
.home_banner_section_curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.banner_subheading {
	font-weight: 600;
	font-size: 17px;
	color: #1a4c8f;
}
.banner_heading {
	font-weight: bold;
	font-size: 36px;
	color: #111;
	line-height: 1.1;
}
.banner_heading strong {
	color: #1a4c8f;
}
.banner_text {
	color: #1c1d1e;
	font-size: 15px;
	margin-top: 20px;
}
.banner_btn1 {
	display: inline-block;
	background: #dc316f;
	padding: 11px 25px;
	border-radius: 35px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #fff !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	display: inline-block;
	background: #90b543;
	padding: 11px 25px;
	border-radius: 35px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #fff !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover, .banner_btn2:hover {
	background: #1a4c8f;
}
.home_banner_right_img {
	padding-left: 120px;
}
.home_banner_testimonial {
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	padding: 20px;
	width: 270px;
	position: absolute;
	top: 25px;
	left: 50px;
	border-radius: 5px;
}
.home_banner_testimonial_client {
	font-size: 14px;
	font-weight: 500;
	color: #dc316f;
}
.home_banner_client {
	width: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.home_banner_rating {
	width: 75px;
}
.home_banner_testimonial_content {
	font-size: 13px;
	color: #555;
	margin-top: 15px;
}
.banner_main_img {
	position: relative;
	z-index: 9;
}
.home_banner_experience {
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	padding: 12px;
	position: absolute;
	z-index: 9;
	bottom: 150px;
	right: -100px;
	border-radius: 5px;
	font-size: 12px;
	color: #333;
}
.home_banner_experience img {
	background: #ddfaa1;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.home_banner_experience strong {
	font-weight: 600;
	font-size: 14px;
}
.home_banner_nurse {
	position: absolute;
	top: 80px;
	right: -40px;
}
.banner_bottom_spec_section {
	background: #1a4c8f;
	padding: 60px 0 70px;
}
.banner_bottom_spec_section:before {
	position: absolute;
	content: "";
	background: url("../images/triangle_img.png") repeat-x;
	height: 11px;
	width: 220px;
	bottom: 0;
	left: 0;
}
.banner_bottom_spec_section:after {
	position: absolute;
	content: "";
	background: url("../images/triangle_img.png") repeat-x;
	height: 11px;
	width: 220px;
	bottom: 0;
	left: 350px;
}
.banner_bottom_spec_block_inner {
	background: #0e294e;
	padding: 30px 10px;
	border-radius: 8px;
	min-height: 100%;
}
.banner_bottom_spec_block_inner img {
	width: 60px;
}
.banner_bottom_spec_block_heading {
	color: #eeac3e;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
}
.banner_bottom_spec_block_text {
	color: #dadada;
	font-size: 13px;
	margin-top: 15px;
}
.banner_bottom_spec_started {
	margin-top: 30px;
	font-weight: 500;
}
.banner_bottom_spec_started a {
	color: #eeac3e;
}
.home_service_section {
	padding: 70px 0 80px;
}
.home_service_section_heading {
	color: #111;
	font-weight: bold;
	font-size: 55px;
	line-height: 1.1;
}
.home_service_section_img img {
	border-radius: 8px;
}
.home_service_block {
	margin-top: 25px;
}
.home_service_block_inner {
	background: url("../images/service_block_bg.png") #fff no-repeat bottom right -5px;
	border-radius: 100px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	padding: 20px;
	font-weight: 500;
	color: #141414 !important;
	line-height: 1.2;
	min-height: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover {
	background-color: #f2ffd9;
}
.home_service_block_inner img {
	background: #da2c69;
	border-radius: 50%;
	margin-right: 12px;
}
.home_service_block:nth-child(2) .home_service_block_inner img, .home_service_block:nth-child(7) .home_service_block_inner img {
	background: #d94e2d;
}
.home_service_block:nth-child(3) .home_service_block_inner img, .home_service_block:nth-child(8) .home_service_block_inner img {
	background: #1a4c8f;
}
.home_service_block:nth-child(4) .home_service_block_inner img {
	background: #4191cc;
}
.home_service_block:nth-child(5) .home_service_block_inner img {
	background: #87b728;
}
.home_service_block:nth-child(6) .home_service_block_inner img {
	background: #eeaa3d;
}
.service_margin {
	margin-top: 60px;
	margin-bottom: 80px;
}
.about_ndis_img {
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	border-radius: 8px;
	padding: 15px;
}
.home_about_img img {
	border-radius: 8px;
}
.home_about_heading {
	font-weight: bold;
	font-size: 38px;
	color: #111;
	line-height: 1.1;
}
.home_about_heading strong {
	color: #1a4c8f;
}
.home_about_text {
	color: #666;
	margin-top: 20px;
}
.home_about_btn {
	display: inline-block;
	background: #90b543;
	padding: 11px 25px;
	border-radius: 35px;
	font-weight: 500;
	margin: 25px 0 0;
	color: #fff !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_btn:hover {
	background: #1a4c8f;
}
.home_step_section {
	background: #0c2c57;
	padding: 70px 0;
}
.home_step_section:before {
	position: absolute;
	content: "";
	background: url("../images/triangle_img2.png") repeat-x;
	height: 11px;
	width: 220px;
	bottom: 0;
	right: 50px;
}
.home_step_section:after {
	position: absolute;
	content: "";
	background: url("../images/triangle_img2.png") repeat-x;
	height: 11px;
	width: 220px;
	bottom: 0;
	right: 350px;
}
.home_step_section_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	opacity: 0.05;
}
.home_step_section .container {
	position: relative;
	z-index: 9;
}
.home_step_subheading {
	font-weight: 500;
	font-size: 15px;
	color: #87b728;
	letter-spacing: 1px;
}
.home_step_block {
	margin-top: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home_step_block:last-child {
	border-right: none;
}
.home_step_block_number {
	background: #fff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding: 10px;
	box-shadow: inset 0px 11px 20.79px 6.21px rgba(0, 0, 0, 0.28);
	margin: 0 auto 15px;
}
.home_step_block_number span {
	background: #d94e2d;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
	display: block;
}
.home_step_block:nth-child(2) .home_step_block_number span {
	background: #87b728;
}
.home_step_block:nth-child(3) .home_step_block_number span {
	background: #da2c69;
}
.home_step_block:nth-child(4) .home_step_block_number span {
	background: #eeaa3d;
}
.home_step_block:nth-child(5) .home_step_block_number span {
	background: #285796;
}
.home_step_block_heading {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}
.home_step_block_text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-top: 15px;
}
.home_refer_section {
	background: #87b728;
	padding: 50px 0;
}
.home_refer_section_logo img {
	background: #fff;
	border-radius: 50%;
}
.home_refer_section_subheading {
	font-size: 17px;
	letter-spacing: 2px;
}
.home_refer_section_heading {
	font-weight: bold;
	font-size: 31px;
	line-height: 1.2;
	margin-top: 10px;
}
.home_refer_section_btn1 {
	display: inline-block;
	background: #fff;
	padding: 11px 25px;
	border-radius: 35px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #222 !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_refer_section_btn1:hover {
	background: #1a4c8f;
	color: #fff !important;
}
.home_refer_section_btn2 {
	display: inline-block;
	background: #dc316f;
	padding: 11px 25px;
	border-radius: 35px;
	font-weight: 500;
	margin: 25px 0 0;
	color: #fff !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_refer_section_btn2:hover {
	background: #1a4c8f;
}
.home_bottom_section {
	background: url("../images/bottom_bg.jpg") no-repeat;
	background-size: cover;
	padding: 150px 0 80px;
}
.home_form_box {
	background: #dc316f;
	padding: 60px 35px 30px;
	border-radius: 8px;
}
.home_form_img {
	position: absolute;
	top: -136px;
	left: 40px;
}
.home_form_box_heading {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.home_testimonial_heading {
	font-weight: bold;
	font-size: 33px;
	color: #111;
	line-height: 1.1;
}
.footer {
	background: url("../images/footer_bg.jpg") #030e1e no-repeat;
	background-size: cover;
	padding: 50px 0 20px;
}
.footer_top_heading {
    font-size: 23px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 2px;
	left: 0;
	max-width: 19px;
}
.footer_contact_info ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 35px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_abn {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	margin-top: 20px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #87b728;
	padding-left: 2px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 20px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	margin-top: 30px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #dc316f;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	width: 100%;
	border-radius: 4px;
	min-height: 44px;
	margin-top: 10px;
	border: none !important;
}
.home_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	border-radius: 4px;
	min-height: 44px;
	margin-top: 10px;
	border: none !important;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	resize: none;
	border-radius: 4px;
	height: 100px;
	margin-top: 10px;
	border: none !important;
}
.home_form .contact_btn input {
	width: auto;
	border-radius: 35px;
	min-height: 44px;
	margin-top: 15px;
	border: none !important;
	background: #eeac3e !important;
	color: #111 !important;
	font-weight: 500;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form .contact_btn input:hover {
	background: #245597 !important;
	color: #fff !important;
}
.home_form {
	margin-top: 10px;
}
.sp-testimonial-content, .sp-testimonial-content p {
	padding: 0 !important;
	text-align: left !important;
}
.sp-testimonial-free {
	background: url("../images/quote_icon.png") no-repeat !important;
	padding-top: 80px !important;
	position: relative;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 45px;
	left: 0;
}
.sp-testimonial-client-name {
	font-weight: 600 !important;
	font-size: 18px !important;
	text-align: left !important;
}
.sp-testimonial-free-section .testimonial-pagination {
	text-align: left !important;
}
.home_testimonial_slide {
	margin-top: 30px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #fff no-repeat center right 10% !important;
    background-size: 400px !important;
    max-width: 100% !important;
    padding: 230px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 241, 216, 0.9);
	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: #111;
	position: relative;
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #da2c69;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #da2c69;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #111;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	padding-bottom: 20px;
	position: relative;
}
.inner_page_heading strong {
	color: #245597;
	font-weight: 600;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 6px;
	left: 0;
	width: 40px;
	border-bottom: 3px solid #dc316f;
	border-radius: 30px;
}
.inner_page_heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 10px;
	width: 40px;
	border-bottom: 3px solid #90b543;
	border-radius: 30px;
}
.inner_page_mid_section2 .inner_page_heading:after {
	border-color: #fff;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_mid_section {
	background: #245597;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_mid_section .inner_page_heading, .inner_page_mid_section2 .inner_page_heading {
	color: #fff;
}
.inner_page_mid_section .inner_page_text, .inner_page_mid_section2 .inner_page_text {
	color: rgba(255, 255, 255, 0.8);
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_mid_section .inner_page_list ul li, .inner_page_mid_section2 .inner_page_list ul li {
	color: rgba(255, 255, 255, 0.8);
}
.inner_page_mid_section2 {
	background: #87b728;
	padding: 60px 0;
	margin: 60px 0;
}
.about_mission_box {
	background: #5a7b19;
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}
.about_mission_box img {
	width: 60px;
}
.about_mission_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.about_mission_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.inner_page_bottom_box {
	background: #da2c69;
	margin-top: 60px;
	text-align: center;
	padding: 40px 30px;
	border-radius: 10px;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	padding-bottom: 12px;
	position: relative;
}
.inner_page_bottom_box_heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 40px;
	border-bottom: 3px solid #fff;
	border-radius: 30px;
	transform: translate(-50%, 0);
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
}
.contact_page_info img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 30px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 4px;
}
.contact_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	border-radius: 4px;
	min-height: 45px;
	margin-top: 15px;
	border: 1px solid #ccc !important;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 4px;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #da2c69 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-15 {
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
}
.ref_form_box_heading strong {
	font-weight: bold;
}
.ref_form_box_label {
	color: #fff;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: none !important;
	color: #555;
	border-radius: 4px;
}
.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: none !important;
	border-radius: 4px;
	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: none !important;
	color: #555;
	border-radius: 4px;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #faa80b !important;
	color: #111 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 10px 30px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #fff;
	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: 24px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ddd;
	border: 2px solid #fff;
	border-radius: 4px;
}
.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: #111;
	border-color: #111;
}
.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: 4px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ref_box_pink {
	background: #ef0c6d;
}
.ref_box_green {
	background: #87b728;
}
.ref_box_blue {
	background: #01559b;
}
.ref_box_red {
	background: #eb3f18;
}
.inner_page_img img {
	border-radius: 10px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #da2c69;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #245597;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_btn {
	display: inline-block;
	background: #90b543;
	padding: 10px 20px;
	border-radius: 35px;
	font-weight: 500;
	margin: 20px 0 0;
	color: #fff !important;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_text {
  color: #666;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}


/*============== Responsive =============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_phone, .header_menu {
  display: none !important;
}
.logo img {
  width: 70px;
}
.darkHeader .logo img {
  width: 55px;
}
.header_btn {
  padding: 9px 18px;
  margin-left: 0;
  font-size: 14px;
  margin-top: 10px;
}
.header {
  padding: 3px 0 !important;
}
.banner_subheading {
  font-size: 15px;
}
.banner_heading, .home_service_section_heading, .home_about_heading, .home_refer_section_heading, .home_testimonial_heading {
  font-size: 26px;
}
.banner_btn1, .banner_btn2, .home_about_btn, .home_refer_section_btn1, .home_refer_section_btn2 {
  padding: 9px 20px;
  font-size: 15px;
}
.home_banner_right_img {
  padding-left: 0;
  margin-top: 30px;
}
.home_banner_testimonial {
  width: 100%;
  position: static;
}
.home_banner_experience {
  position: static;
  margin-top: 20px;
}
.home_banner_section {
  padding: 140px 0 60px;
}
.banner_bottom_spec_block {
  margin-top: 25px;
}
.banner_bottom_spec_block_inner img {
  width: 50px;
}
.banner_bottom_spec_section {
  padding: 20px 0 50px;
}
.home_service_section_img {
  margin-top: 20px;
}
.home_service_block_inner {
  padding: 12px 40px 12px 12px;
  background-size: 50px;
  font-size: 15px;
}
.home_service_block_inner img {
  width: 35px;
}
.service_margin {
  margin-top: 0;
  margin-bottom: 40px;
}
.home_about_img {
  margin-bottom: 30px;
}
.home_service_section, .home_step_section {
  padding: 50px 0;
}
.home_step_block {
  margin-top: 35px;
  border-right: none;
  min-width: 100%;
}
.home_refer_section_logo img {
  width: 100px;
}
.home_refer_section_subheading {
  font-size: 15px;
  margin-top: 25px;
}
.home_form_box_heading {
  font-size: 24px;
}
.home_form_box {
  padding: 60px 20px 30px;
  margin-bottom: 30px;
}
.home_bottom_section {
  padding: 150px 0 40px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer {
  padding: 10px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
.home_banner_nurse {
  right: 0;
}
.rmp-submenu .rmp-menu-item-link {
	height: auto !important;
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 26px;
}
.page .entry-header, .blog_page_header {
  background-size: 250px !important;
  padding: 140px 0 55px !important;
}
.inner_page_heading, .inner_page_bottom_box_heading {
  font-size: 22px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section2, .inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  margin-top: 40px;
  padding: 30px 20px;
}
.contact_right {
  margin-top: 40px;
}
.ref_form_box {
  padding: 30px 20px;
}
.ref_form_box_heading {
  font-size: 22px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.banner_main_img {
  width: 65% !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_testimonial {
  width: 270px;
  position: absolute;
  top: -60px;
  left: 0;
}
.banner_bottom_spec_block {
  min-width: 30%;
}
.home_step_block {
  min-width: 50%;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_service_section_heading {
  font-size: 40px;
}
.home_service_block_inner {
  padding: 15px 40px 15px 15px;
  font-size: 15px;
}
.home_service_block_inner img {
  width: 35px;
}
.home_refer_section_btn1, .home_refer_section_btn2 {
  padding: 10px 18px;
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 13px;
}
.header_phone {
  margin-left: 10px;
}
}

/* 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) {
.home_banner_testimonial {
  width: 270px;
  position: absolute;
  top: -60px;
  left: 0;
}
.banner_bottom_spec_block {
  min-width: 30%;
}
.home_step_block {
  min-width: 50%;
}
.contact_right {
  margin-top: 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) {

}

/* 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) {
.home_banner_testimonial {
  width: 270px;
  position: absolute;
  top: -60px;
  left: 0;
}
.banner_bottom_spec_block {
  min-width: 30%;
}
.home_step_block {
  min-width: 50%;
}
.contact_right {
  margin-top: 0;
}
}

/* 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) {

}

/* 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) {

}

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

}

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

}

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

}

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

}

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

}