body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand';
}
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;
}

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

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

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

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

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.eot');
    src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand-Bold.woff2') format('woff2'),
         url('../fonts/Quicksand-Bold.woff') format('woff'),
         url('../fonts/Quicksand-Bold.ttf') format('truetype'),
         url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top{
    background-color: #3761ae;
    padding: 10px 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.header-call-part, .header-email-part{
    display: inline-block;
}
.header-line{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-color: #fff;
    width: 1px;
    height: 26px;
}
.header-call-part a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    transition: ease 0.5s all 0s;
}
.header-email-part a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-left: 5px;
    transition: ease 0.5s all 0s;
}
.header-call-part a:hover, .header-email-part a:hover{
    color: #35ac29;
}
.header-top-right{
    text-align: end;
}
.header-social{
    border-left: 1px solid #fff;
    display: inline-block;
    padding-left: 15px;
}
.header-social a:first-child{
    margin-right: 5px;
}
.header-bottom{
    padding-top: 17px;
    padding-bottom: 17px;
}
.menu-part{
    text-align: end;
}
.header-menu{
    display: inline-block;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}
.header-menu ul li a{
    display: inline-block;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Poppins';
    transition: ease 0.5s all 0s;
    position: relative;
	text-transform: capitalize;
}
.header-menu ul li a:hover{
    color: #ff9152;
}
.header-menu ul li a::before {
    width: 0;
    height: 2px;
    background: #ff9152;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
	transform: translatex(-50%);
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    width: 80%;
}
.sub-menu li a::before{
	display: none;
}
.header-btn{
    display: inline-block;
}
.header-btn a{
    display: inline-block;
    background-color: #d03052;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    transition: ease 0.5s all 0s;
    margin-left: 18px;
}
.header-btn a:hover{
    background-color: #f47316;
}
.banner-sec{
    position: relative;
    margin-top: 130px;
}
.banner-sec img{
    border-radius: 0 0 50px 50px;
}
/* .banner-sec::before{
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 0 50px 50px;
}
.banner-content {
    position: absolute !important;
    top: 50%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -50%);
    max-width: 580px;
    z-index: 99;
} */
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -50%);
    max-width: 580px;
    z-index: 99;
}
.ms-slide::before {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-radius: 0 0 50px 50px;
}
.ms-nav-prev {
    background: url("../images/banner-arrow-img01.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.ms-nav-next {
    background: url("../images/banner-arrow-img02.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.banner-title{
    color: #f47316;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3px;
}
.banner-heading{
    color: #fcfbff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.banner-text{
    color: #fcfbff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 25px;
}
.banner-btn01{
    background-color: #d03052;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 16px;
    transition: ease 0.5s all 0s;
}
.banner-btn01:hover{
    background-color: #f47316;
}
.banner-btn02{
    background-color: #35ac29;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.banner-btn02:hover{
    background-color: #f47316;
}
.about-sec{
    padding-top: 70px;
    padding-bottom: 60px;
}
.about-us{
    color: #f57c1d;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
	margin-bottom: 5px;
}
.about-heading{
    color: #121212;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.about-text{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    margin-bottom: 18px;
}
.about-list ul{
    margin: 0;
    padding: 0;
}
.about-list ul li{
    list-style: none;
    background: url("../images/list-img.png");
    background-position: top 5px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 19px;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 6px;
}
.about-btn a{ 
    display: inline-block;
    background-color: #32a726;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    border-radius: 30px;
    margin-top: 20px;
    transition: ease 0.5s all 0s;
}
.about-btn a:hover{
    background-color: #f47316;
}
.services-sec{
    background-color: #fdf9ee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}
.services-sec::before{
    content: "";
    position: absolute;
    top: -76px;
    left: 0;
    width: 100%;
    height: 81px;
    background: url("../images/services-bg-upper-img.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 100%;
}
.our-services-title{
    color: #f57c1d;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
	margin-bottom: 6px;
}
.what-service{
    color: #121212;
    font-size: 34px;
    font-weight: bold;
    text-transform: capitalize;
}
.services-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-area-btn a{
    display: inline-block;
    background-color: #39b22d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    border-radius: 30px;
    transition: ease 0.5s all 0s;
}
.services-area-btn a:hover{
    background-color: #f57c1d;
}
.services-part{
    padding: 13px 18px 30px;
    box-shadow: 0px 0px 32px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0 30px 30px 30px;
    background: url("../images/services-wave-bg-img.png") no-repeat center;
    background-size: auto;
    background-color: #fff;
    transition: ease 0.5s all 0s;
    margin-top: 35px;
	min-height: 290px;
}
.services-part:hover{
    background-color: #d03153;
}
.services-relat{
    position: relative;
    left: -69px;
    z-index: -1;
}
.services-part:hover .services-none{
    display: none;
}
.services-part:hover .services-relat{
    position: relative;
    left: 0;
    z-index: 0;
}
.services-title{
    color: #121212;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: ease 0.5s all 0s;
    line-height: 1.2;
}
/* .services-part .services-gap{
    margin-bottom: 10px;
} */
.services-part:hover .services-title{
    color: #fff;
}
.services-text{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    border-top: 1px solid #cecece;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: ease 0.5s all 0s;
}
.services-part:hover .services-text{
    color: #fff;
}
.services-btn a{
    color: #ce294d;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: ease 0.5s all 0s;
}
.services-part:hover .services-btn a{
    color: #fff;
}
.services-sec::after {
    content: "";
    position: absolute;
    bottom: -91px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/services-bg-lower-img.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 100%;
}
.choose-sec{
    padding-top: 70px;
    padding-bottom: 80px;
}
.choose-left img{
    border-radius: 0 50px 50px 50px;
	width: 100%;
}
.why-choose{
    color: #f57c1d;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.caregivers-head{
    color: #121212;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.caregivers-para{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    border-bottom: 1px solid rgb(215, 215, 215);
    padding-bottom: 35px;
}
.affordable-part{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.affordable-gap{
    padding-top: 18px;
    padding-bottom: 30px;
}
.affordable-content{
    padding-left: 15px;
}
.affordable-title{
    color: #f57c1d;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.2;
}
.affordable-text{
    font-family: 'Poppins';
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
}
.mission-part{
    background-color: #eaf6e9;
    padding: 20px 15px;
    border-radius: 30px 0 30px 30px;
    transition: ease 0.5s all 0s;
}
.mission-gap{
    margin-bottom: 30px;
}
.mission-title{
    color: #121212;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mission-text{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
}
.home-qoute-sec{
    padding-top: 130px;
    padding-bottom: 130px;
    background: url("../images/qoute-bg-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0 50px 0 50px;
}
.home-qoute-sec .qoute-part{
    position: relative;
    text-align: center;
}
.home-qoute-sec::before {
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 50px 0 50px;
}
.qoute-title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
	line-height: 1.2;
}
.qoute-para{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 30px;
}
.qoute-part-btn01{
    display: inline-block;
    background-color: #39b22d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 45px;
    border-radius: 30px;
    transition: ease 0.5s all 0s;
    margin-right: 10px;
}
.qoute-part-btn01:hover{
    background-color: #f57c1d;
}
.qoute-part-btn02{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    transition: ease 0.5s all 0s;
    padding: 13px 22px;
    border-radius: 30px;
}
.qoute-part-btn02:hover{
    background-color: #f57c1d;
    padding: 13px 22px;
    border-radius: 30px;
}
.qoute-part-btn img{
	margin-right: 3px;
}
.testimonial-sec{
    padding-top: 75px;
    padding-bottom: 60px;
}
.testimonial-title{
    color: #f57c1d;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}
.testimonial-what-our{
    color: #121212;
    font-size: 34px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.2;
	margin-bottom: 40px;
}
footer{
    padding-top: 40px;
    background: url("../images/footer-bg-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50px 50px 0 0;
}
footer::before {
    background-color: rgb(55 97 174 / 90%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50px 50px 0 0;
}
.footer-area{
    position: relative;
}
.foote-title{
    color: #faf1ff;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-para{
    color: #faf1ff;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Inter';
    margin-bottom: 30px;
}
.footer-social{
    margin-bottom: 12px;
}
.footer-follow{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}
.footer-social a{
    display: inline-block;
}
.footer-social a:nth-child(2){
    margin: 0 10px;
   
}
.footer-list ul, .footer-list-last ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    background: url("../images/footer-arrow-img.png");
    background-position: top 7px left;
    padding-left: 18px;
    background-repeat: no-repeat;
    /* background-size: 20px; */
    padding-bottom: 10px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    vertical-align: middle;
    transition: ease 0.5s all 0s;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Inter';
	text-transform: capitalize;
}
.footer-list ul li a:hover{
    color: #39b22d;
    padding-left: 5px;
}
.footer-list-last ul li{
    list-style: none;
    padding-bottom: 25px;
}
.footer-list-last ul li:last-child{
    padding-bottom: 0;
}
.footer-list-last ul li img{
    padding-right: 6px;
}
.footer-list-last ul li a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Inter';
    transition: ease 0.5s all 0s;
}
.footer-list-last ul li a:hover{
    color: #39b22d;
    padding-left: 5px;
}
.footer-list-last .footer-small-size a{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Inter';
    transition: ease 0.5s all 0s;
	word-break: break-all;
}
.footer-list-last .footer-loc{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Inter';
}
.copy-right{
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Poppins';
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin-top: 20px;
}
.copy-right a{
    display: inline-block;
    color: #fff;
    transition: ease 0.5s all 0s;
}
.copy-right a:hover{
    color: #39b22d;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 140px 0 !important;
    margin: 135px 0 30px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
   background-color: rgb(0 0 0 / 50%);
}
.breadcrumb-container {
    width: 100%;
    color: #ff9152;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ff9152;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    border-radius: 50% !important;
    height: 30px !important;
    width: 30px !important;
}
.sp-testimonial-free{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;  
	padding: 15px 10px !important;
	margin: 2px !important;
	border-radius: 5px !important;
	min-height: 380px !important;
}
.sp-testimonial-post-title{
	color: #121212 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	font-family: 'Quicksand' !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	color: #4b4b4b !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: 'Inter' !important;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #d03052;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}

.contact_page_heading {
    color: #121212;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #d03052;
}
.contact_page_heading strong {
    color: #f57c1d;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 32px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #121212 ;
	font-weight: 600;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
}
.contact_page_info a:hover{
	color: #35ac29;
}
.contact_right{
	padding: 20px;
	background: #d0305257;
	border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #fff;
	border-radius: 5px;
/*  border: 1px solid #ccc !important; */
    padding: 15px 12px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #fff;
	border-radius: 5px;
/*  border: 1px solid #ccc !important; */
    padding: 15px 12px;
    height: 134px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #d03052 !important;
    color: #fff !important;
    padding: 15px 40px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	border-radius: 30px !important;
}
.send_btn input:hover {
    background-color: #f57c1d  !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #d03052 !important;
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #121212;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #ff9152;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #d03052;
}
.inner_txt {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #d03052;
}
.mission_part{
	background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.mission_part .inner_titl:after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #d03052;
}
.careers-form {
    background: #d0305257;
    padding: 35px 25px 25px;
}
.careers-head{
	color: #121212;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 10px;
	text-align: center;
}
.careers-head strong{
	color: #ff9152;
}
.careers-form .frm_fld label {
    color: #121212;
	font-size: 18px;
	 font-weight: 500;
    margin-top: 20px;
}
.careers-form .frm_fld p{
	margin-bottom: 0;
}
.careers_btn{
	text-align:center;
}
.careers_btn p{
	margin-bottom: 0;
}
.careers_btn input{
	margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #d03052 !important;
    color: #fff !important;
    padding: 15px 50px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 30px !important;
}
.careers_btn input:hover {
    background-color: #f57c1d !important;
}
.wpcf7-spinner{
	display: block !important;
}

/* Referral Form css */
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #121212;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #ff9152;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
	margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.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: 1px solid #ccc !important;
	border-radius: 2px;
	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: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #d03052 !important;
	font-size: 17px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
    text-transform: capitalize;
	transition: ease 0.5s all 0s;
}
.ref_form_box .contact_btn input:hover{
	background-color: #f47316 !important;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	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: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.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: #ff9152;
	border-color: #ff9152;
}
.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: 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);
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    
}
.footer_btn1 {
    background: #ce294d;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #39b22d;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #32a726;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #d03052;
}
.error_page {
    padding: 50px 0 100px;
}
.footer_ndis_logo img {
  height: 55px;
  margin: 10px 10px 0 0;
}

/* ==============Responsive============= */
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-btn, .header-menu, .services-sec::before, .services-sec::after{
		display: none;
	}
	.banner-sec{
		margin-top: 76px;
	}
	.banner-heading, .qoute-title{
		font-size: 28px;
	}
	.banner-title, .mission-title{
		font-size: 22px;
	}
	.banner-btn01, .about-btn a, .services-area-btn a, .qoute-part-btn01, .qoute-part-btn02{
		padding: 12px 30px;
		font-size: 16px;
	}
	.send_btn input{
		padding: 13px 30px !important;
		font-size: 17px !important;
	}
	.banner-btn02{
		padding: 12px 20px;
	}
	.about-heading, .what-service, .caregivers-head, .testimonial-what-our{
		font-size: 26px;
	}
	.about-sec, .services-sec, .choose-sec, .home-qoute-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.services-sec{
		margin: 10px 0;
	}
	.choose-left img{
		margin-bottom: 30px;
	}
	.footer-part{
		margin-bottom: 30px;
	}
	.copy-right{
		padding-bottom: 50px;
	}
	.ms-slide-info {
        left: 25px;
        right: 25px;
    }
	 .page .entry-header, .blog_page_header {
        margin: 76px 0 30px !important;
        padding: 100px 0 !important;
    }
	.logo-part img{
		width: 200px;
		height: auto;
	}
}

@media only screen and (max-width : 320px) {
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.qoute-para br{
		display: none
	}
	.about-left{
		margin-bottom: 30px;
	}
	.mission-gap{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.qoute-para br{
		display: none
	}
	.about-left{
		margin-bottom: 30px;
	}
	.mission-gap{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.banner-btn01{
		padding: 10px 25px;
		margin-right: 0;
	}
	.banner-btn02{
		padding: 10px 20px;
	}
	.qoute-part-btn01{
		padding: 10px 25px;
		margin-right: 0;
	}
	.qoute-part-btn02{
	     padding: 10px 20px;
	}
	.about-list ul li{
		 font-size: 16px;
	}
	.our-services-title{
		margin-bottom: 6px;
	}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape){
	.header-btn{
	    right: 78px !important;
	}
	 .header-btn a {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
	.services-title{
		 font-size: 20px ;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.qoute-para br{
		display: none
	}
	.about-left{
		margin-bottom: 30px;
	}
	.mission-gap{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .about-list ul li{
		 font-size: 16px;
	}
	.sp-testimonial-free{
		 min-height: 408px !important;
	}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul li a{
		font-size: 14px;
		padding: 0 8px;
	}
	.header-btn a{
		margin-left: 3px;
		padding: 12px 25px;
	}
	.services-sec::before{
		top: -66px;
	}
	.services-sec::after{
		 bottom: -78px;
	}
	.sp-testimonial-free{
		min-height: 408px !important;
	}
	.services-part{
		 min-height: 370px;
	}
	
}

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

/* 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) {
   .header-btn{
		display: inline-block;
	    position: fixed;
        top: 18px;
        right: 85px;
	}
	.header-btn a{
		font-size: 16px;
		padding: 10px 20px;
	}
	.about-list ul li{
		 font-size: 16px;
	}
	.sp-testimonial-free{
		 min-height: 408px !important;
	}
}

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

/* 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) {
   .header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul li a{
		font-size: 14px;
		padding: 0 8px;
	}
	.header-btn a{
		margin-left: 3px;
		padding: 12px 25px;
	}
	.banner-sec{
      margin-top: 130px;
    }
	.services-sec::before{
		top: -66px;
	}
	.services-sec::after{
		 bottom: -78px;
	}
	.caregivers-head{
		 font-size: 30px;
	}
	.sp-testimonial-free{
		min-height: 408px !important;
	}
	.services-part{
		min-height: 375px;
	}
}

@media screen and (min-width: 1424px) {
   .ms-slide-info{
		left: 6%;
	}
}

@media screen and (min-width: 1624px) {
   .ms-slide-info{
		left: 11%;
	}
	.services-sec::before{
		top: -120px;
        height: 150px;
	}
	.services-sec::after{
		bottom: -153px;
		height: 200px;
	}
	.services-sec{
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1920px) {
   .ms-slide-info{
		left: 16%;
	}
	.services-sec::before{
		top: -128px;
        height: 150px;
	}
	.services-sec::after{
		bottom: -163px;
		height: 200px;
	}
	.services-sec{
		margin-bottom: 130px;
	}
}

@media screen and (min-width: 2048px) {
  .ms-slide-info{
		left: 18%;
	}
	.services-sec::before{
		top: -130px;
        height: 150px;
	}
	.services-sec::after{
		bottom: -168px;
		height: 200px;
	}
	.services-sec{
		margin-bottom: 130px;
	}
}

@media screen and (min-width: 2550px) {
   .ms-slide-info{
		left: 25%;
	}
	.services-sec::before{
		 top: -146px;
		 height: 150px;
	}
	.services-sec::after{
		bottom: -168px;
		height: 170px;
	}
	.services-sec{
		margin-bottom: 150px;
	}
}
