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

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
		url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'),
		url('TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
	font-weight: bold;
	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-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-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;
}

.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 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.topbar{
	background: #2b2b2b;
	height: 45px;
	display: flex;
	align-items: center;
	transition: ease 0.5s all 0s;
}
.ad1 {
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 14px;
	margin-right: 25px;
}
.ad1 span:last-child{
	margin-right: 0;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #c60a0a;
}
.top-menu{
	display: inline-flex;
}
.top-menu ul{
	margin: 0;
	padding: 0;
}
.top-menu ul li{
	display: inline-flex;
	text-transform: uppercase;
	font-size: 14px;
	border-right: 2px solid #fff;
	margin-right: 8px;
	padding-right: 10px;
	line-height: 17px;
}
.top-menu ul li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.top-menu ul li a:hover{
	color: #c60a0a;
}
.top-menu ul li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.menu-part {
	padding: 0 4%;
}
.logo img{
	width: 265px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right: 18px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #404040;
	text-transform: uppercase;
	padding: 28px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#c60a0a;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #c60a0a;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 11px 26px;
	margin-left: 20px;
	line-height: 1.2;
	transition: ease 0.8s all 0s;   
}
.ref-btn:hover{
	background:#2a2a2a;
}
.ndis{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 150px;
}
.banner{
	position: relative;
	margin-top: 124px;
	overflow: hidden;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(91deg,rgba(0, 0, 0, 0.58) 7%, rgba(16, 104, 199, 0) 56%);
	position: absolute;
	top: 0;
	left:0;
	content: "";
	z-index:1;
}
.banner img{
	width: 100%;
}
.ms-slide-info{
	position: absolute !important;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
	min-height: auto !important;
}
.banner-part{
	max-width: 500px;
}
.banner-title{
	font-family: 'Times New Roman';
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
}
.banner-text{
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #c60a0a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 32px;
	text-transform: uppercase;
	margin: 20px 0 0;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover, .read-btn:hover{
	background:#000;
}
.banner-btn a img{
	width: auto !important;
	transform:translate(3px, 0px);
}
.banner-bottom-sec{
	background: #292929;
	padding: 35px 0;
}
.box1{
	display: flex;
	align-items: start;
	gap: 15px;
	color: #fff;
	font-size: 15px;
}
.box1 strong{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 4px;
	line-height: 1.3;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	content: "";
}
.about-us-sec{
	padding: 50px 0;
}
.about-title{
	font-family: 'Times New Roman';
	font-size: 36px;
	font-weight: bold;
	color: #292929;
	line-height: 36px;
}
.about-text{
	color: #292929;
	margin-top: 12px;
}
.about-text strong{
	display: block;
	margin: 15px 0;
}
.read-btn{
	display: inline-block;
	background: #c60a0a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 24px;
	margin: 20px 0 0;
	transition: ease 0.5s all 0s;
}
.read-btn img {
	transform: translate(3px, 0px);
}
.about-right {
	padding-right: 15px;
}
.service-sec{
	background: #f7f7f7;
	padding: 50px 0;
}
.box2-top{
	margin-top: 25px;
	padding: 0 8px;
}
.box2{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.box2-img img{
	width: 100%;
}
.box2-content{
	background: transparent; 
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: -70%;
	text-align: center;
	border-radius: 10px;
	padding: 0 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: ease 0.5s all 0s;    
}
.box2:hover .box2-content{
	bottom: 0;    
}
.box2-content::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background:#0000009e;
	border-radius: 10px;
	z-index: -1;
}
.icon{
	margin-top: -23%;
	transition: ease 0.5s all 0s;
}
.box2:hover .icon{
	margin-top:0;
}
.box2-title{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
	line-height: 1.3;
}
.box2-text{
	font-size: 15px;
	color: #fff;
	margin: 28px 4% 0;
	padding: 0 4%;
	max-height: 72px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #480303 #fff;
	transition: ease 0.5s all 0s;
}
.box2:hover .box2-text{
	margin-top:8px;
}
.read-more-btn{
	display: inline-block;
	background: #fff;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 26px 9px;
	margin-top: 17px;
	line-height: 1.3;
	transition: ease 0.5s all 0s;
}
.read-more-btn:hover{
	background: #c60a0a;
	color: #fff;
}
.looking-job-sec{
	background: #000;
	padding: 50px 0 100px;
}
.looking-left {
	padding-right: 16%;
}
.title{
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
}
.looking-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #c60a0a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 38px 8px;
	margin: 0 0 0 6px;
	transition: ease 0.5s all 0s;
}
.looking-btn a:hover {
	background: #fff;
	color: #c60a0a;
}
.looking-btn a:last-child{
	background: #fff;
	color: #000;
	padding: 10px 24px 8px;
}
.looking-btn a:last-child:hover{
	background: #c60a0a;
	color: #fff;
}
.support-sec{
	position: relative;
	margin-top: -52px;
	margin-bottom: 50px;
	z-index: 1;
}
.support-part{
	background: #fff;
	padding: 40px 20px;
	box-shadow: 0 5px 7px -2px #00000054;
	border-radius: 15px;
}
.about-title.pp{
	font-size: 32px;
	line-height: 32px;
}
.right-part img{
	border-radius: 10px;
}
.review-sec{
	padding: 50px 0;
	background: #f7f7f7;
}
.review-part{
	margin-top:30px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free{
	background:url(../images/quote.png) #fff no-repeat !important;
	margin: 10px;
	padding: 21px 15px 25px;
	border-radius: 15px !important;
	position: relative;
	box-shadow: 0 0 6px #a9a3a3;
	text-align:left !important;
	background-position: bottom 22px right 12px !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 16px !important;
	color: #3e3e3e !important;
	line-height: 24px !important;
	margin-bottom: 24px !important;
	text-align:left !important;
	padding: 0 !important;
	padding-right:5px !important;
	max-height: 120px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #000 !important;
	margin-bottom: 0 !important;
	margin-left: 72px !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	color: #3e3e3e !important;
	margin-left: 72px !important;
}
.sp-testimonial-client-image{
	position:absolute;
	bottom:22px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	bottom: 27px;
	left: 173px;
	margin-bottom: 0 !important;
}
.working-process-sec{
	padding: 50px 0;
	position: relative;
}
.box3-top{
	margin-top: 86px;
}
.box3-top:nth-child(2){
	margin-top: 30px;
}
.box3-top:nth-child(4){
	margin-top: 140px;
}
.box3{
	text-align: center;
}
.box3-img img{
	border: 1px dashed #c60a0a;
	border-radius: 12px;
	padding: 5px;
}
.no{
	font-family: 'Times New Roman';
	background: #c60a0a;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 4px solid #ffb6b6;
	margin: -26px auto 0;
	line-height: 44px;
	position: relative;
}
.box3-content{
	padding: 15px 0 0;
}
.box3-title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
}
.box3-text{
	font-size: 14px;
	color: #161616;
	margin-top: 5px;
}
.working-process-sec:after{
	background: url(../images/shape1.png) no-repeat;
	width: 100%;
	height: 190px;
	position: absolute;
	bottom: 224px;
	left: 0;
	content: "";
	z-index: -1;
	background-size: cover;
}
.nursing-sec{
	background: #f7f7f7;
	padding: 50px 0 80px;
}
.nursing-list ul{
	margin:20px 0 0;
	padding: 0;
}
.nursing-list ul li{
	background: url(../images/check.png) no-repeat;
	list-style: none;
	padding-left: 34px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-size: 24px;
	background-position: 0 2px;
	margin-top: 8px;
}
.availability-sec{
	background: url(../images/availability-bg.jpg) no-repeat center top;
	background-size: cover;
}
.ava-left{
	padding:50px 0;
	padding-left: 30px;
}
.small-title{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.ava-left ul{
	margin:20px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
	gap: 10px 40px;
}
.ava-left ul li{
	background: url(../images/check.png) no-repeat;
	background-size: 22px;
	background-position: 0 4px;
	list-style: none;
	color: #fff;
	padding-left: 32px;
	font-weight: 500;
	font-size: 17px;
}
.ava-right {
	margin: -30px 0;
	position: relative;
}
.top-shape, .bottom-shape{
	position: relative;
}
.top-shape:before{
	width: 24px;
	height: 30px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #800505;
	position: absolute;
	top: 0;
	left: -24px;
	content: "";
}
.top-shape:after{
	width: 24px;
	height: 30px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	background: #800505;
	position: absolute;
	top: 0;
	right: -24px;
	content: "";
}
.bottom-shape:before{
	width: 24px;
	height: 30px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background: #800505;
	position: absolute;
	bottom: 0;
	left: -24px;
	content: "";
}
.bottom-shape:after{
	width: 24px;
	height: 30px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background: #800505;
	position: absolute;
	bottom: 0;
	right: -24px;
	content: "";
}
.enquiry-sec{
	padding: 80px 0 50px;
	background: #f7f7f7;
}
.form-part{
	margin-top: 24px;
	background: #fff;
	padding: 14px 20px 0;
	border-radius: 10px;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border: 1px solid #a3a1a1 !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border: 1px solid #a3a1a1 !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:14px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border: 1px solid #a3a1a1 !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 3px !important;
	color: #fff !important;
	padding: 12px 50px 11px !important;
	background: #c60a0a !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 22px auto 0;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.footer{
	background: #f7f7f7;
	padding: 50px 0 15px;
}
.foot_title{
	font-size: 20px;
	color: #c60a0a;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 1.2;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #303030;
	list-style: none;
	margin-bottom: 5px;
	font-size: 16px;
}
.foot1 li a{
	color: #303030;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#ff1010;
}
.foot1.second li{
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}
.ndis2{
	margin-top:18px;
}
.foot_text{
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	margin-top: 16px;
}
.foot_right{
	padding-left: 50px;
}
.acknowledge-part{
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 24px;
	padding: 8px 0;
	gap: 14px;
	font-size: 15px;
	color: #393939;
}
.acknowledge-part img{
	min-width: 115px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	text-transform: uppercase;
}
.copyright a{
	color: #1b1b1b;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 142px 0 !important;
	margin: 124px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.55);
	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 {
	color: #fff;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title strong{
	font-weight: bold;
	color:#c60a0a;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color: #c60a0a;
	margin-top: 16px;
}
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#efefef;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#c60a0a;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#545454;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input, .contact-right .frm_fld select, .contact-right .frm_fld textarea{
	border:none !important;
}
/* .contact-right .send_btn input{
	background: #060606 !important;
} */
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background:#545454;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.inner-form-box .frm_fld input{
	border:none !important;
}
.ref_form_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label2 {
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #c60a0a;
	border-color: #c60a0a;
}
.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: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input {
	background: #faad26;
	margin: 20px auto 0;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#c60a0a;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
}
.back-btn a {
	background: #3e3d3d;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 0 0 40px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.ms-view, .ms-slide {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.topbar, .menu, .ref-btn, .ndis{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.menu-part {
		padding: 0 1%;
	}
	.logo img {
		width: 178px;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner{
		margin-top: 61px;
	}
	.ms-slide::before {
		background: #0006;
	}
	.banner-part {
		max-width: 94%;
	}
	.banner-title {
		font-size: 26px;
		line-height: 27px;
	}
	.banner-text {
		font-size: 15px;
		margin-top: 8px;
	}
	.banner-btn{
		display:none;
	}
	.banner-bottom-sec {
		padding: 15px 0 30px;
	}
	.line1::after{
		display:none;
	}
	.box1-top{
		margin-top:20px;
	}
	.box1 {
		font-size: 14px;
	}
	.box1 strong {
		font-size: 17px;
	}
	.box1 img{
		max-height:45px;
	}
	.about-us-sec {
		padding: 35px 0;
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
	}
	.about-text {
		margin-top: 8px;
		font-size: 15px;
	}
	.about-text strong {
		margin: 10px 0;
	}
	.read-btn {
		font-size: 15px;
		padding: 8px 20px;
	}
	.about-right {
		padding-right: 0;
		margin-top: 30px;
	}
	.about-right img{
		width:100%;
	}
	.service-sec {
		padding: 35px 0;
	}
	.box2-top {
		padding: 0 12px;
	}
	.box2-title {
		font-size: 17px;
	}
	.looking-job-sec {
		padding: 35px 0 90px;
	}
	.looking-left {
		padding-right: 0;
	}
	.title {
		font-size: 24px;
		line-height: 28px;
	}
	.looking-btn{
		margin-top:30px;
	}
	.support-sec {
		margin-bottom: 35px;
	}
	.support-part {
		padding: 30px 15px;
	}
	.about-title.pp {
		font-size: 24px;
		line-height: 26px;
	}
	.right-part, .nursing-right{
		margin-top:30px;
	}
	.right-part img, .nursing-right img{
		width:100%;
	}
	.review-sec {
		padding: 35px 0 30px;
	}
	.review-part {
		margin-top: 20px;
	}
	.working-process-sec {
		padding: 35px 0;
	}
	.working-process-sec::after{
		display:none;
	}	
	.top-shape::before, .top-shape::after, .bottom-shape::before, .bottom-shape::after{
		display:none;
	}
	.box3-top, .box3-top:nth-child(2), .box3-top:nth-child(4) {
		margin-top: 25px;
	}
	.nursing-sec {
		padding: 35px 0;
	}
	.nursing-list ul {
		margin: 12px 0 0;
	}
	.nursing-list ul li, .ava-left ul li {
		padding-left: 28px;
		font-size: 16px;
		background-size: 21px;
		background-position: 0 2px;
		margin-top: 6px;
	}
	.ava-left {
		padding: 35px 0 20px;
	}
	.ava-right {
		margin:10px 0 0;
	}	
	.ava-left ul {
		margin: 10px 0 0;
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
		gap: 5px 3px;
	}
	.ava-left ul li{
		margin-top: 0;
	}
	.enquiry-sec {
		padding: 35px 0 10px;
	}
	.send_btn input {
		padding: 12px 30px 11px !important;
		margin: 20px auto 0;
	}
	.footer {
		padding: 25px 0 60px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.foot_text {
		font-size: 15px;
	}
	.ndis2 img{
		width:200px;
	}
	.acknowledge-part{
		display: block;
	}
	.acknowledge-part img {
		max-width: 105px;
		margin-bottom:15px;
	}
	.copyright{
		font-size: 13px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 !important;
		margin: 61px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title{
		font-size: 20px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%$;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.form-title2{
		font-size: 24px;
	}
	.inner-form-box{
		padding: 20px 15px 25px;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label2 {
		margin-top: 10px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ndis {
		right: 70px !important;
	}
	.ref-btn{
		right: 210px !important;
	}
	.ms-view, .ms-slide {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.banner-part {
		max-width: 94% !important;
	}
	.box2-top{
		width:50%;
	}
	.box2-title {
		font-size: 15px !important;
		margin-top: 8px;
	}
	.icon {
		margin-top: -22% !important;
	}
	.box2-content{
		bottom: -66% !important;
	}
	.box2-text {
		font-size: 14px !important;
		margin: 19px 3% 0 !important;
		margin-top: 19px !important;
		padding: 0 2% !important;
		max-height: 46px !important;
	}
	.read-more-btn{
		margin-top: 2px !important;
	}
	.looking-btn {
		margin-top: 20px !important;
	}
	.box3-top{
		width:50% !important;
	}
	.ava-right img{
		width:100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 230px;
		padding: 9px 26px;
	}
	.ndis{
		display: inline-block;
		position: fixed;
		top: 14px;
		right: 82px;
		width: 128px;
	}
	.banner-part {
		max-width: 412px;
		padding-left: 7%;
	}
	.banner-title {
		font-size: 30px;
		line-height: 32px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		padding: 8px 32px;
		margin: 18px 0 0;
	}
	.title {
		font-size: 23px;
		line-height: 26px;
	}
	.looking-btn {
		margin-top: 0;
	}
	.ava-right {
		margin: 0;
	}
	.ava-left {
		padding: 30px 0;
	}
	.acknowledge-part {
		display: flex;
	}
	.acknowledge-part img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu-part {
		padding: 0;
	}
	.menu ul li {
		margin-right: 6px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 29px 0;
	}
	.ndis {
		margin-left: 3px;
		width: 104px;
	}
	.ref-btn {
		font-size: 14px;
		padding: 9px 18px;
		margin-left: 6px;
	}
	.banner-part {
		padding-left: 5%;
	}
	.line1::after{
		right: 0;
	}
	.box1 {
		font-size: 14px;
	}
	.box1 strong{
		font-size: 17px;
	}
	.box2-content{
		bottom: -64%;
	}
	.icon {
		margin-top: -12%;
	}
	.box2-title {
		font-size: 17px;
	}
	.ava-left {
		padding: 20px 0;
		padding-left: 0;
	}
	.ava-left ul {
		margin: 15px 0 0;
		grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
		gap: 10px 36px;
	}
	.ava-left ul li{
		font-size: 15px;
		background-size: 20px;
		background-position: 0 3px;
		padding-left: 28px;
	}
	.about-title {
		font-size: 32px;
		line-height: 32px;
	}
	.about-title.pp {
		font-size: 27px;
		line-height: 28px;
	}
	.looking-left {
		padding-right: 0;
	}
	.foot_right {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.sp-testimonial-free{
		background-position: bottom 48px right 7px !important;
		background-size: 28px !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) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 230px;
		padding: 9px 26px;
	}
	.ndis{
		display: inline-block;
		position: fixed;
		top: 14px;
		right: 82px;
		width: 128px;
	}
	.banner-part {
		max-width: 412px;
		padding-left: 0;
	}
	.banner-title {
		font-size: 30px;
		line-height: 32px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		padding: 8px 32px;
		margin: 18px 0 0;
	}
	.title {
		font-size: 23px;
		line-height: 26px;
	}
	.looking-btn {
		margin-top: 0;
	}
	.ava-right {
		margin: 0;
	}
	.ava-left {
		padding: 30px 0;
	}
	.foot_right {
		padding-left: 12px;
	}
	.acknowledge-part {
		display: flex;
	}
	.acknowledge-part img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu-part {
		padding: 0 4%;
	}
	.menu ul li {
		margin-right: 6px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 29px 0;
	}
	.ndis {
		position: relative;
		top: 0;
		right: 0;
		margin-left: 3px;
		width: 104px;
	}
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 9px 18px;
		margin-left: 6px;
	}
	.banner-part {
		padding-left: 0;
	}
	.line1::after{
		right: 0;
	}
	.box1 {
		font-size: 14px;
	}
	.box1 strong{
		font-size: 17px;
	}
	.box2-content{
		bottom: -64%;
	}
	.icon {
		margin-top: -12%;
	}
	.box2-title {
		font-size: 17px;
	}
	.ava-right {
		margin: -30px 0;
	}
	.ava-left {
		padding: 20px 0;
		padding-left: 0;
	}
	.ava-left ul {
		margin: 15px 0 0;
		grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
		gap: 10px 36px;
	}
	.ava-left ul li{
		font-size: 15px;
		background-size: 20px;
		background-position: 0 3px;
		padding-left: 28px;
	}
	.about-title {
		font-size: 32px;
		line-height: 32px;
	}
	.about-title.pp {
		font-size: 27px;
		line-height: 28px;
	}
	.looking-left {
		padding-right: 0;
	}
	.foot_right {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.sp-testimonial-free{
		background-position: bottom 48px right 7px !important;
		background-size: 28px !important;
	}	
}

/* 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) {
	.menu-part {
		padding: 0;
	}
	.menu ul li {
		margin-right: 6px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 29px 0;
	}
	.ndis {
		position: relative;
		top: 0;
		right: 0;
		margin-left: 3px;
		width: 104px;
	}
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 9px 18px;
		margin-left: 6px;
	}
	.banner-part {
		padding-left: 5%;
	}
	.line1::after{
		right: 0;
	}
	.box1 {
		font-size: 14px;
	}
	.box1 strong{
		font-size: 17px;
	}
	.box2-content{
		bottom: -64%;
	}
	.icon {
		margin-top: -12%;
	}
	.box2-title {
		font-size: 17px;
	}
	.ava-right {
		margin: -30px 0;
	}
	.ava-left {
		padding: 20px 0;
		padding-left: 0;
	}
	.ava-left ul {
		margin: 15px 0 0;
		grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
		gap: 10px 36px;
	}
	.ava-left ul li{
		font-size: 15px;
		background-size: 20px;
		background-position: 0 3px;
		padding-left: 28px;
	}
	.about-title {
		font-size: 32px;
		line-height: 32px;
	}
	.about-title.pp {
		font-size: 27px;
		line-height: 28px;
	}
	.looking-left {
		padding-right: 0;
	}
	.foot_right {
		padding-left: 30px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.sp-testimonial-free{
		background-position: bottom 48px right 7px !important;
		background-size: 28px !important;
	}	
}

@media screen and (min-width: 1424px) {
	.banner-part {
		padding-left: 3%;
	}
	.menu-part .container-fluid{
		max-width: 1320px;
	}
	.page .entry-header, .blog_page_header{
		padding: 160px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-part {
		padding-left: 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 185px 0 !important;
	}
}

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

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 238px 0 !important;
	}
}

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