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

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

body,
html {
	height: 100%;
}

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

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

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

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

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

a:focus {
	outline: 0;
}

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

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

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

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

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

li {
	transition: 0.5s !important;
}

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

.header-full-main-sec {
	padding-bottom: 8px;
	transition: 0.6s;
}

.header-full-main-sec li {
	list-style: none;
}

.first-header-main-sec {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 60%,
		rgba(5, 10, 48, 1) 60%
	);
}

.first-header-inner-sec .row {
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 5px;
}

.headinr-call-email-details {
	text-align: right;
	background: rgb(5, 10, 48);
}

.headinr-call-email-details a {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1;
	padding: 12px 0;
	font-weight: 400;
}

.headinr-call-email-details a:not(:last-child) {
	border-right: 1px solid rgb(255, 255, 255, 0.29);
	margin-right: 15px;
	padding-right: 15px;
}

.headinr-call-email-details a img {
	margin-right: 6px;
	transition: 0.5s;
	margin-top: -2px;
}

.headinr-call-email-details a:hover {
	color: #db920a;
}

.headinr-call-email-details a:hover img {
	filter: invert(54%) sepia(98%) saturate(855%) hue-rotate(5deg) brightness(94%)
		contrast(92%);
}

.left-logo-sec {
	position: relative;
	z-index: 15;
	margin-top: -35px;
}

.right-sec-header-menubar-sec ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
	justify-content: flex-end;
}

.right-sec-header-menubar-sec li {
	list-style: none;
}

.right-sec-header-menubar-sec li a {
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	line-height: 1.778;
}

.right-sec-header-menubar-sec li:hover a {
	color: rgb(219, 146, 10);
}

.active__menubar a {
	color: rgb(219, 146, 10) !important;
}

.second-header-inr-sec .row {
	align-items: center;
}

.homepage-bnr-main-sec {
	position: relative;
	z-index: 4;
}

.ms-slide-bgcont::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 70% );
}

.ms-slide-info{
	right: 5%;
	top: 40%;
	z-index: 55;
	width: 36% !important;
}
.slide-bnr-inner-sec .row {
	justify-content: flex-end;
}

.home-bnr-cmn-heading-one {
	font-size: 35px;
	color: rgb(219, 146, 10);
	font-weight: bold;
	line-height: 1.143;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
	text-shadow: 1px 2px 4px #333;
}

.home-bnr-cmn-heading-one::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	height: 3px;
	content: "";
	background: rgb(48, 47, 47);
}

.home-bnr-cmn-heading-two {
	font-size: 17px;
	color: rgb(35, 34, 34);
	font-weight: 600;
	margin-bottom: 7px;
	line-height: 1.412;
}

.cmn-btn-one {
	background: rgb(5, 10, 48);
	font-size: 17px;
	font-family: "Muli";
	border: 1px solid rgb(5, 10, 48);
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.1;
	padding: 10px 25px;
	text-transform: uppercase;
}

.call-appointment-sec-homebnr {
	margin-top: 14px;
}

.cmn-btn-one:hover {
	color: #fff;
	box-shadow: inset 0 90px #db920a;
	border: 1px solid #db920a;
}

.service-we-provide-main-sec {
	padding: 45px 0;
}

.services-inr-heading-sec .row {
	justify-content: center;
}

.services-inr-heading-sec {
	text-align: center;
	margin-bottom: 30px;
}

.services-cmn-heading-one {
	font-size: 33px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 0.97;
}

.cmn-para-heading-one {
	font-size: 16px;
	font-weight: 400;
	color: rgb(93, 93, 93);
	line-height: 1.5;
	margin-bottom: 10px;
}

.all-cards-services-inr {
	background-color: rgb(5, 10, 48);
	text-align: center;
	padding: 10px 35px 35px;
	min-height: 428px;
}

.first-img-uploaded-services {
	border-width: 8px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	width: 267px;
	height: 267px;
	margin: -200px auto 15px;
	overflow: hidden;
}

.first-img-uploaded-services img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-cmn-heading-two {
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.318;
}

.cmn-para-heading-two {
	font-size: 15px;
	color: rgb(228, 228, 228);
	line-height: 1.467;
	margin-bottom: 10px;
}

.cmn-btn-two {
	background: rgb(219, 146, 10);
	border: 1px solid rgb(219, 146, 10);
	font-size: 17px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	padding: 10px 20px;
	margin-top: 8px;
}

.cmn-btn-two:hover {
	color: #db920a;
	box-shadow: inset 0 90px #fff;
}

.service-cards-inner-main .slick-list {
	padding: 190px 0 0;
}

.service-cards-inner-main [class*="col-"] {
	padding: 0 15px;
}

.service-cards-inner-main .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	margin-top: 45px !important;
}

.service-cards-inner-main .slick-dots li {
	list-style: none;
}

.service-cards-inner-main .slick-dots li button {
	border-radius: 50%;
	background: rgb(70, 70, 70);
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-indent: -9999px;
	padding: 0;
	border: none;
}

.service-cards-inner-main .slick-dots .slick-active button {
	background: rgb(5, 10, 48);
}

.asren-care-choice-main-sec {
	position: relative;
	z-index: 4;
	background: rgb(219, 146, 10);
	padding: 60px 0;
}

.asren-care-choice-main-sec::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url("../images/service-choice-bg-img1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 14%;
}

.service-choice-sec {
	text-align: center;
}

.ASREN_CARE_is_with_you_through_your_choice_of_s {
	font-size: 32px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	position: absolute;
	left: 302.938px;
	top: 1611.154px;
	z-index: 92;
}

.cmn-btn-three {
	font-size: 17px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	background: rgb(5, 10, 48);
	border: 1px solid rgb(5, 10, 48);
	padding: 10px 15px;
	margin-right: 5px;
}

.cmn-btn-three:hover {
	color: rgb(5, 10, 48);
	box-shadow: inset 0 90px #fff;
}

.cmn-btn-four {
	background: rgb(5, 10, 48);
	border: 1px solid rgb(5, 10, 48);
	font-size: 17px;
	color: rgb(219, 146, 10);
	line-height: 1.2;
	font-weight: 500;
	padding: 10px 15px;
}

.cmn-btn-four:hover {
	color: rgb(5, 10, 48);
	box-shadow: inset 0 90px #fff;
}

.service-choice-cmn-heading-one {
	font-size: 32px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}

.choice-lastbtn-sec {
	margin-top: 14px;
}

.service-provider-main-sec {
	background: rgb(5, 10, 48);
}

.provider-cmn-heading-one {
	font-size: 19.474px;
	color: rgb(195, 132, 16);
	line-height: 1.232;
}

.all-cards-provider-sec {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: 25px 2px;
}

.right-inside-provider {
	max-width: 80%;
}

.service-provider-sec .row [class*="col-"]:not(:last-child) {
	border-right: 1px solid rgb(195, 132, 16, 0.122);
}

.drive-community-main-sec {
	padding: 50px 0;
}

.drive-community-heading-sec {
	text-align: center;
	margin-bottom: 25px;
}

.drive-community-heading-sec .row {
	justify-content: center;
}

.drive-community-cmn-heading-one {
	font-size: 30px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	line-height: 1.233;
	margin-bottom: 10px;
}

.drive-community-cmn-heading-two {
	font-size: 18px;
	font-family: "Poppins";
	color: rgb(36, 36, 36);
	text-decoration: underline;
	line-height: 1.333;
	margin-bottom: 8px;
}

.disability-support-care-main-sec {
	background: rgb(245, 245, 245);
	overflow-x: clip;
	padding: 60px 0;
}

.cmn-para-heading-three {
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 33, 33, 0.871);
	line-height: 1.5;
	margin-bottom: 10px;
}

.disability-support-cmn-heading-one {
	font-size: 18px;
	font-family: "Muli";
	color: rgb(52, 52, 51);
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.333;
}

.disability-support-cmn-heading-two {
	font-size: 32px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	line-height: 1.188;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position: relative;
}

.disability-support-cmn-heading-two::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 8%;
	height: 4px;
	background: rgb(5, 10, 48);
	content: "";
}

.cmn-btn-five {
	font-size: 17px;
	color: rgb(255, 255, 255);
	line-height: 1.412;
	background: rgb(5, 10, 48);
	padding: 10px 20px;
	font-weight: 400;
	margin-top: 10px;
}

.cmn-btn-five:hover {
	color: #fff;
	box-shadow: inset 0 90px #db920a;
}

.left-img-upload-disability-support {
	padding-right: 40px;
	padding-left: 50px;
	position: relative;
	z-index: 2;
}

.left-img-upload-disability-support::before {
	position: absolute;
	left: 0;
	bottom: -8%;
	width: 118px;
	height: 205px;
	content: "";
	background: url("../images/disability-support-care-before-img.jpg") no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}

.left-img-upload-disability-support img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonials-main-sec {
	padding: 45px 0;
}

.testimonial-heading-sec {
	text-align: center;
	margin-bottom: 25px;
}

.testi-cmn-heading-one {
	font-size: 36px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}

/* footer start */

.footer-main-sec {
	position: relative;
	z-index: 4;
	padding: 35px 0 0;
	background: rgb(5, 10, 48);
}

.footer-sec {
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgb(245, 245, 245, 0.11);
}

.footer-sec .row [class*="col-"] {
	position: relative;
}

.footer-sec .row [class*="col-"]:not(:last-child)::before {
	background: rgb(255, 255, 255);
	opacity: 0.149;
	position: absolute;
	right: 6px;
	top: 0;
	width: 1px;
	height: 100%;
	content: "";
}

.footer-main-sec li {
	list-style: none;
}

.cmn-footer-heading-one {
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1.182;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.footer-quick-links li a {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}

.footer-quick-links li:not(:last-child) {
	margin-bottom: 6px;
}

.footer-quick-links li a:hover {
	color: #db920a;
}

.copy-right-sec-footer-main {
	background: rgb(208, 142, 0);
}

.copyright-cmn-txt-one {
	font-size: 14px;
	font-weight: 400;
	color: rgb(5, 10, 48);
	line-height: 1.3;
}

.copyright-sec {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.copyright-cmn-txt-one a {
	color: rgb(5, 10, 48);
}

.copyright-cmn-txt-one a:hover {
	color: #fff;
	text-decoration: underline;
}

.follow-social-icons-footer a:not(:last-child) {
	margin-right: 6px;
}

.follow-social-icons-footer {
	margin-top: 16px;
}

.follow-social-icons-footer a:hover {
	transform: scale(1.1) rotate(360deg);
}

.address-footer {
	font-size: 15px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	line-height: 1.4;
}

.call-contact-footer {
	font-size: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	line-height: 1.4;
}

.email-contact-footer {
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	line-height: 1.6;
}

.first-contact-us a,
.address-footer {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	word-break: break-word;
	margin-bottom: 14px;
}

.first-contact-us a img,
.address-footer img {
	width: 22px;
	height: 25px;
	object-fit: contain;
	transition: 0.5s;
}

.first-contact-us a:hover {
	color: #db920a;
}

.first-contact-us a:hover img {
	filter: invert(54%) sepia(98%) saturate(855%) hue-rotate(5deg) brightness(94%)
		contrast(92%);
}

.country-sec-inner {
	display: flex;
	align-items: center;
	gap: 0 15px;
	justify-content: center;
	margin-bottom: 20px;
}

.country-cmn-heading-one {
	font-size: 14px;
	font-weight: 400;
	color: rgb(231, 231, 231);
	line-height: 1.429;
}

.right-txt-all-country {
	max-width: 75%;
}

/* footer end */

.scroll-top-btn-sec.show {
	opacity: 1;
	right: 30px;
	visibility: visible;
}
.scroll-top-btn-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: rgb(5, 10, 48);
	border: 1px solid #fff;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	transition: 0.6s;
	padding: 10px;
	right: -20%;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}

.scroll-top-btn-sec:hover {
	box-shadow: inset 0 0 0 30px #db920a;
}

.whats-app-call-sec {
	position: fixed;
	right: 60px;
	z-index: 200;
	bottom: 115px;
	animation: heartBeat 2s linear infinite;
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.call-appointment-btn-fixed {
	position: fixed;
	right: 0;
	top: 25%;
	transform: translateY(-50%);
	z-index: 200;
	background: rgb(219, 146, 10);
	font-size: 17px;
	font-family: "Muli";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transform: rotate(0deg);
	writing-mode: vertical-lr;
	padding: 15px 12px;
}

.call-appointment-btn-fixed:hover {
	box-shadow: inset 100px 0 #050a30;
	color: #db920a;
}

.header-full-main-sec.fixed__header-sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 250;
	background: #fff;
	box-shadow: 0 0 20px #757575;
}

.header-full-main-sec.fixed__header-sticky .left-logo-sec a {
	width: 100px;
}

.header-full-main-sec.fixed__header-sticky .first-header-inner-sec .row {
	margin-bottom: 7px;
}

.header-full-main-sec.fixed__header-sticky .right-sec-header-menubar-sec li a {
	font-size: 16px;
}

.header-full-main-sec.fixed__header-sticky .headinr-call-email-details a {
	padding: 8px 0;
	font-size: 14px;
	padding-right: 15px;
}

.service-cards-inner-main {
	animation: fadeInUp 2.2s linear;
}

.service-choice-sec {
	animation: fadeInUp 3.2s linear;
}

.left-img-upload-disability-support {
	animation: fadeInLeft 4s linear;
}

.right-sec-disability-support {
	animation: fadeInRight 4s linear;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	filter: invert(100%) sepia(27%) saturate(4817%) hue-rotate(219deg)
		brightness(419%) contrast(106%);
}

/* plugin form css custom */

.drive-community-form-sec-main .row [class*="col-"] {
	padding: 0 5px;
}

.drive-community-form-sec-main input,
select,
textarea,
label,
.drive-community-form-sec-main span {
	width: 100%;
}

.drive-community-form-sec-main .wpcf7-spinner {
	width: 24px;
	background: rgb(219, 146, 10);
}

.drive-community-form-sec-main input[type="submit"] {
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	text-align: center;
	padding: 10px 15px;
	background: #050a30;
	font-weight: 400;
	max-width: 70%;
	transition: 0.5s;
}

.drive-community-form-sec-main input[type="submit"]:hover,
.drive-community-form-sec-main input[type="submit"]:focus {
	box-shadow: inset 0 90px #db920a;
	color: #fff;
	border: none;
}

.drive-community-form-sec-main input,
.drive-community-form-sec-main select,
.drive-community-form-sec-main textarea {
	border-width: 1px;
	border-color: rgb(92, 92, 92);
	border-style: solid;
	background-color: rgb(240, 241, 241, 0.349);
	padding: 10px 8px;
	font-size: 15px;

}

.drive-community-form-sec-main input:focus,
.drive-community-form-sec-main select:focus,
.drive-community-form-sec-main textarea:focus {
	border: 1px solid #db920a;
	outline: none;
}

.drive-community-form-sec-main input::placeholder,
.drive-community-form-sec-main select::placeholder,
.drive-community-form-sec-main textarea::placeholder {
	color: #7a7a7a;
}

.drive-community-form-sec-main select {
	background: url("../images/arrow-icon1.png") no-repeat;
	background-size: 14px;
	background-position: 96%;
	appearance: none;
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 5px;
	font-weight: 500 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #050a30;
	color: #db920a;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 10px 0;
	padding: 14px 10px;
	border: 1px solid #db920a;
	border-color: #db920a !important;
}

.drive-community-form-sec-main p {
	margin-bottom: 15px;
}

.drive-community-form-sec-main span {
	display: inline-block;
}

/* plugin form css custom end*/
.page .site-content .hentry.has-post-thumbnail:first-child{
	margin-top:0 !important;
}
.page .entry-header {
	background: url("../images/bnr-bg-img.png") no-repeat;
	background-position: top center;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 180px 0 180px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 45px;
	font-weight: 900;
	text-transform: none;
	z-index: 99;
	margin-bottom: 3px;
	text-shadow: 1px 2px 4px #000;
}
/* community participation */


.cmn-all-inrpage-main-sec{
	padding: 40px 0;
}

.community_heading{
	font-size: 30px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	line-height: 1.143;
	position: relative;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

.community_heading strong{
	color: rgb(219, 146, 10);
}

.community_heading::before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background: rgb(219, 146, 10);
	content: "";
	bottom: 0;
}

.inner_heading_txt{
	font-size: 24px;
	color: rgb(219, 146, 10);
	font-weight: bold;
	line-height: 1.143;
	position: relative;
	margin-bottom: 10px;
}

.inner_para_txt{
	font-size: 16px;
	font-weight: 400;
	color: rgb(93, 93, 93);
	line-height: 1.5;
	margin-bottom: 10px;
}


.img-pos-cmn-inr-particare img,.img-pos-cmn-inr-particare iframe{
	width: 100%;
	object-fit: cover;
}


.community_sub_heading{
	font-size: 20px;
	color: rgb(219, 146, 10);
	font-weight: bold;
	line-height: 1.143;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.community_sub_heading::before{
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background: rgb(219, 146, 10);
	content: "";
	bottom: 0;
}


.listing_community_parti li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 400;
	color: rgb(93, 93, 93);
	line-height: 1.5;
}

.listing_community_parti li:not(:last-child){
	margin-bottom: 8px;
}

.listing_community_parti li::before{
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: rgb(219, 146, 10);
	content: "";
	border-radius: 50%;
}

.listing_community_parti{
	margin-bottom: 6px;
}

.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-item{
	border: 1px solid rgba(0, 0, 0, 0.4);
	padding: 70px 18px 25px;
	background: url("https://thedemodesigns.com/devsites/asren-care/wp-content/uploads/2023/05/testi-quote-icon1.png") no-repeat;
	background-position: left 20px top 20px;
	min-height: 460px;
}

.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-title .sp-testimonial-post-title{
	text-align: left;
}
.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	text-align: left;
}
.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-client-name{
	text-align: left;
}
.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-client-rating,.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content,.testimonials-main-sec .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content p{
	text-align: left;
}



.inner__cmn_heading {
	font-size: 33px;
	color: rgb(5, 10, 48);
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
}

.inner__cmn_para_txt {
	font-size: 16px;
	font-weight: 400;
	color: rgb(93, 93, 93);
	line-height: 1.5;
	margin-bottom: 10px;
}

.inner__cmn_para_txt b {
	font-weight: bold;
	color: rgb(5, 10, 48);
}

.inner__cmn_heading strong {
	color: rgb(219, 146, 10);
	font-weight: bold;
}

.inner_cmn_details_txt_sec li {
	list-style: none;
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 33, 33, 0.871);
	line-height: 1.4;
}

.inner_cmn_details_txt_sec ul {
	margin-bottom: 10px;
}

.inner_cmn_details_txt_sec li:not(:last-child) {
	margin-bottom: 8px;
}

.inner_cmn_details_txt_sec li::before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	content: "";
	background: #db920a;
}



.life-skill-learning-main-sec{
	padding: 30px 0;
}

.life-skill-learn-inr-sec{
	text-align: center;
}


.life_skill_cmnpara{
	font-size: 24px;
	color: rgb(5, 10, 48);
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.5;
}

.life_skill_cmnpara a{
	font-size: 18px;
	color: #db920a;
}

.life_skill_cmnpara a:hover{
	color: rgb(5, 10, 48);
	text-decoration: underline !important;
}

.download-pdf-btn{
	font-size: 17px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	background: rgb(5, 10, 48);
	padding: 15px 35px;
	border: 1px solid #fff;
}

.download-pdf-btn:hover{
	color: #fff;
	box-shadow: inset 0 100px #db920a;
}
.testimonial-slide-sec-main {
	padding-left: 10px;
}
/* contact us */

.contact-us-innerpage-main-sec {
	padding: 30px 0;
}

.call-mail-sec-descript {
	background: rgb(219, 146, 10);
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}

.all-inside-cards-contact-sec {
	display: flex;
	word-break: break-word;
	align-items: center;
	gap: 5px 15px;
}

.all-inside-cards-contact-sec:not(:last-child) {
	margin-bottom: 25px;
}

.call-mail-sec-descript:hover {
	box-shadow: inset 150px 0 rgb(5, 10, 48);
}

.call-mail-sec-descript img {
	/* filter: invert(1) brightness(20); */
}

.all-inside-cards-contact-sec li {
	list-style: none;
	font-size: 17px;
	color: rgb(219, 146, 10);
	line-height: 1.2;
	font-weight: 600;
}

.all-inside-cards-contact-sec li:not(:last-child) {
	margin-bottom: 4px;
}

.all-inside-cards-contact-sec li a,
.all-inside-cards-contact-sec li span {
	font-size: 18px;
	color: rgb(5, 10, 48);
	line-height: 1.2;
	font-weight: 500;
	text-decoration: none;
}

.all-inside-cards-contact-sec li a:hover {
	color: rgb(219, 146, 10);
}

.contact-cmn-heading-one {
	font-size: 40px;
	color: #111111;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 25px;
	padding-bottom: 12px;
	position: relative;
}

.contact-cmn-heading-one::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	content: "";
	background: rgb(219, 146, 10);
}

.contact-cmn-heading-one strong {
	color: rgb(219, 146, 10);
	font-weight: bold;
}

.left-sec-contact-information {
	border-right: 1px solid #ffdd9d;
	margin-right: 10px;
	padding-right: 12px;
	min-height: 100%;
}

.all-inside-cards-contact-sec ul{
	max-width: 70%;
}

.last-submit-contacts-btn input[type="submit"]{
	max-width: 100%;
	width: fit-content;
	padding: 10px 25px;
}

.drive-community-form-sec-main textarea{
	max-height: 90px;
}

.right-sec-contact-with-us .drive-community-form-sec-main .row [class*="col-"]{
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.mob_res {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
}
.mob_res ul li a {
	color: #fff;
	padding: 10px 0;
	display: block;
}
.mob_res ul li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	background: #000;
}
.mob_res ul {
	margin: 0;
}
li.mail_mob {
	background:#db920a !important;
}
.thankyou-btn a {
	display: inline-block;
	background: #db920a;
	padding: 10px 25px;
	margin-top: 10px;
	color: #ffffff;
}
.blog_page_banner {
	text-align: center;
	background: #db920a;
	padding: 50px;
}
.terms-sec{
	padding-bottom:20px;
}
.terms-sec ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
}
.terms-sec ul li{
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
}
.terms-sec ul li a{
	color:#fff;
	transition: ease 0.5s all 0s;
}
.terms-sec ul li a:hover{
	color: #db920a;
}

.page-id-280 .community_sub_heading, .page-id-283 .community_sub_heading{
	margin-top:20px;
}
.inner-text ul{
	margin:0;
	margin-left:15px;
	margin-top:10px;
	padding: 0;
}
.inner-text ul li{
	margin:10px 0;
}
.inner-text ul ul{
	margin-left:30px;
}


@media only screen and (max-width : 320px) {
	.header-full-main-sec {
		padding-top: 8px;
	}
	.fixed__header-sticky .menu-toggle {
		top: 18px !important;
	}
	.menu-primary-menu-container {
		display: block !important;
	}
	.first-header-main-sec {
		display: none;
	}
	.ms-slide-info {
		right: 0;
		width: auto !important;
		top:20px;
	}
	.slide-items-txt-inr {
		text-align: center;
	}
	.home-bnr-cmn-heading-one::before {
		left: 50%;
		transform: translate(-50%, 0);	
	}
	.left-logo-sec {
		margin-top: 0;
	}
	.home-bnr-cmn-heading-one {
		font-size: 18px;
	}
	.home-bnr-cmn-heading-two {
		font-size: 13px;
	}
	a.cmn-btn-one {
		display: none;
	}
	.services-cmn-heading-one {
		font-size: 23px;
	}
	.service-we-provide-main-sec {
		padding: 25px 0;
	}
	.cmn-para-heading-one {
		font-size: 15px;
		margin-bottom: 0;
	}
	.first-img-uploaded-services {
		width: 227px;
		height: 227px;
		margin: -180px auto 25px;
	}
	.all-cards-services-inr {
		padding: 10px 20px 35px;
		min-height: auto;
	}
	.services-cmn-heading-two {
		font-size: 20px;
	}
	.asren-care-choice-main-sec {
		padding: 40px 0;
	}
	.service-choice-cmn-heading-one {
		font-size: 23px;
	}
	.cmn-btn-three {
		margin-bottom: 10px;
	}
	.all-cards-provider-sec {
		padding: 10px 2px 10px;
	}
	.provider-cmn-heading-one {
		font-size: 18px;
	}
	.drive-community-main-sec {
		padding: 30px 0;
	}
	.drive-community-cmn-heading-one {
		font-size: 22px;
	}
	.right-sec-disability-support {
		margin-top: 30px;
	}
	.disability-support-cmn-heading-two {
		font-size: 22px;
	}
	.disability-support-care-main-sec {
		padding: 50px 0 40px;
	}
	.testi-cmn-heading-one {
		font-size: 25px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 !important;
	}
	.testimonials-main-sec {
		padding: 35px 0 10px;
	}
	.footer-quick-links {
		margin-bottom: 20px;
	}	
	.country-sec-inner {
		display: block;
	}
	.right-txt-all-country {
		max-width: 100%;
		margin-top: 10px;
	}
	.copyright-cmn-txt-one {
		font-size: 13px;
	}
	.whats-app-call-sec {
		right: 10px;
	}
	.page .entry-header {
		padding: 50px 0 50px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 23px;
	}
	.community_heading {
		font-size: 24px;
	}
	.community_sub_heading {
		font-size: 18px;
	}
	.community_heading {
		font-size: 20px;
	}
	.cmn-all-inrpage-main-sec {
		padding: 0;
	}
	.listing_community_parti {
		margin-bottom: 15px;
	}
	.inner__cmn_heading {
		font-size: 23px;
	}
	.inner_heading_txt {
		font-size: 20px;
	}
	.contact-us-innerpage-main-sec {
		padding: 0;
	}
	.contact-cmn-heading-one {
		font-size: 22px;
	}
	.all-inside-cards-contact-sec {
		gap: 5px 5px;
	}
	.call-mail-sec-descript {
		width: 50px;
		height: 50px;
	}
	.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li span {
		font-size: 14px;
	}
	.left-sec-contact-information {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.life_skill_cmnpara {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.life_skill_cmnpara a {
		font-size: 15px;
		word-break: break-all;
	}
	a.call-appointment-btn-fixed {
		display: none;
	}
	.copy-right-sec-footer-main {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.left-logo-sec img {
		width: 115px;
	}
	.header-full-main-sec {
		padding-top: 8px;
	}
	.fixed__header-sticky .menu-toggle {
		top: 18px !important;
	}
	.menu-primary-menu-container {
		display: block !important;
	}
	.first-header-main-sec {
		display: none;
	}
	.ms-slide-info {
		right: 0;
		width: auto !important;
		top:20px;
	}
	.slide-items-txt-inr {
		text-align: center;
	}
	.home-bnr-cmn-heading-one::before {
		left: 50%;
		transform: translate(-50%, 0);	
	}
	.left-logo-sec {
		margin-top: 0;
	}
	.home-bnr-cmn-heading-one {
		font-size: 21px;
	}
	.home-bnr-cmn-heading-two {
		font-size: 15px;
	}
	a.cmn-btn-one {
		display: none;
	}
	.services-cmn-heading-one {
		font-size: 23px;
	}
	.service-we-provide-main-sec {
		padding: 25px 0;
	}
	.cmn-para-heading-one {
		font-size: 15px;
		margin-bottom: 0;
	}
	.first-img-uploaded-services {
		width: 227px;
		height: 227px;
		margin: -180px auto 25px;
	}
	.all-cards-services-inr {
		padding: 10px 20px 35px;
		min-height: auto;
	}
	.services-cmn-heading-two {
		font-size: 20px;
	}
	.asren-care-choice-main-sec {
		padding: 40px 0;
	}
	.service-choice-cmn-heading-one {
		font-size: 23px;
	}
	.cmn-btn-three {
		margin-bottom: 10px;
	}
	.all-cards-provider-sec {
		padding: 10px 2px 10px;
	}
	.provider-cmn-heading-one {
		font-size: 18px;
	}
	.drive-community-main-sec {
		padding: 30px 0;
	}
	.drive-community-cmn-heading-one {
		font-size: 22px;
	}
	.right-sec-disability-support {
		margin-top: 30px;
	}
	.disability-support-cmn-heading-two {
		font-size: 22px;
	}
	.disability-support-care-main-sec {
		padding: 50px 0 40px;
	}
	.testi-cmn-heading-one {
		font-size: 25px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 !important;
	}
	.testimonials-main-sec {
		padding: 35px 0 10px;
	}
	.footer-quick-links {
		margin-bottom: 20px;
	}	
	.country-sec-inner {
		display: block;
	}
	.right-txt-all-country {
		max-width: 100%;
		margin-top: 10px;
	}
	.copyright-cmn-txt-one {
		font-size: 13px;
	}
	.whats-app-call-sec {
		right: 10px;
	}
	.page .entry-header {
		padding: 50px 0 50px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 23px;
	}
	.community_heading {
		font-size: 24px;
	}
	.community_sub_heading {
		font-size: 18px;
	}
	.community_heading {
		font-size: 20px;
	}
	.cmn-all-inrpage-main-sec {
		padding: 0;
	}
	.listing_community_parti {
		margin-bottom: 15px;
	}
	.inner__cmn_heading {
		font-size: 23px;
	}
	.inner_heading_txt {
		font-size: 20px;
	}
	.contact-us-innerpage-main-sec {
		padding: 0;
	}
	.contact-cmn-heading-one {
		font-size: 22px;
	}
	.all-inside-cards-contact-sec {
		gap: 5px 5px;
	}
	.call-mail-sec-descript {
		width: 50px;
		height: 50px;
	}
	.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li span {
		font-size: 14px;
	}
	.left-sec-contact-information {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.life_skill_cmnpara {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.life_skill_cmnpara a {
		font-size: 15px;
		word-break: break-all;
	}
	a.call-appointment-btn-fixed {
		display: none;
	}
	.copy-right-sec-footer-main {
		padding-bottom: 50px;
	}
}

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

}

@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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.left-logo-sec img {
		width: 115px;
	}
	.header-full-main-sec {
		padding-top: 8px;
	}
	.fixed__header-sticky .menu-toggle {
		top: 18px !important;
	}
	.menu-primary-menu-container {
		display: block !important;
	}
	.first-header-main-sec {
		display: none;
	}
	.home-bnr-cmn-heading-one::before {
		left: 50%;
		transform: translate(-50%, 0);	
	}
	.left-logo-sec {
		margin-top: 0;
	}
	.home-bnr-cmn-heading-one {
		font-size: 21px;
	}
	.home-bnr-cmn-heading-two {
		font-size: 15px;
	}
	.ms-slide-info {
		top: 25%;
	}
	.cmn-btn-one {
		font-size: 17px;
		padding: 10px 15px;
	}
	.services-cmn-heading-one {
		font-size: 23px;
	}
	.service-we-provide-main-sec {
		padding: 25px 0;
	}
	.cmn-para-heading-one {
		font-size: 15px;
		margin-bottom: 0;
	}
	.all-cards-services-inr {
		padding: 10px 20px 35px;
		min-height: auto;
	}
	.services-cmn-heading-two {
		font-size: 20px;
	}
	.asren-care-choice-main-sec {
		padding: 40px 0;
	}
	.service-choice-cmn-heading-one {
		font-size: 23px;
	}
	.cmn-btn-three {
		margin-bottom: 10px;
	}
	.all-cards-provider-sec {
		padding: 10px 2px 10px;
	}
	.provider-cmn-heading-one {
		font-size: 18px;
	}
	.drive-community-main-sec {
		padding: 30px 0;
	}
	.drive-community-cmn-heading-one {
		font-size: 22px;
	}
	.right-sec-disability-support {
		margin-top: 30px;
	}
	.disability-support-cmn-heading-two {
		font-size: 26px;
	}
	.disability-support-care-main-sec {
		padding: 50px 0 40px;
	}
	.testi-cmn-heading-one {
		font-size: 25px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 !important;
	}
	.testimonials-main-sec {
		padding: 35px 0 10px;
	}
	.footer-quick-links {
		margin-bottom: 20px;
	}	
	.country-sec-inner {
		display: block;
	}
	.right-txt-all-country {
		max-width: 100%;
		margin-top: 10px;
	}
	.copyright-cmn-txt-one {
		font-size: 13px;
	}
	.whats-app-call-sec {
		right: 10px;
	}
	.page .entry-header {
		padding: 70px 0 70px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.community_heading {
		font-size: 24px;
	}
	.community_sub_heading {
		font-size: 18px;
	}
	.community_heading {
		font-size: 20px;
	}
	.cmn-all-inrpage-main-sec {
		padding: 0;
	}
	.listing_community_parti {
		margin-bottom: 15px;
	}
	.inner__cmn_heading {
		font-size: 23px;
	}
	.inner_heading_txt {
		font-size: 20px;
	}
	.contact-us-innerpage-main-sec {
		padding: 0;
	}
	.contact-cmn-heading-one {
		font-size: 22px;
	}
	.all-inside-cards-contact-sec {
		gap: 5px 5px;
	}
	.call-mail-sec-descript {
		width: 50px;
		height: 50px;
	}
	.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li span {
		font-size: 14px;
	}
	.left-sec-contact-information {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.life_skill_cmnpara {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.life_skill_cmnpara a {
		font-size: 15px;
		word-break: break-all;
	}
	a.call-appointment-btn-fixed {
		display: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ms-slide-info {
		right: 5%;
		top: 30%;
		width: 44% !important;
	}
	.services-cmn-heading-two {
		font-size: 17px;
	}
	.all-cards-services-inr {
		padding: 10px 20px 35px;
		min-height: 418px;
	}
	.provider-cmn-heading-one {
		font-size: 15.474px;
	}
	.drive-community-cmn-heading-one, .disability-support-cmn-heading-two{
		font-size: 27px;
	}
}

/* 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) {
	.left-logo-sec img {
		width: 115px;
	}
	.header-full-main-sec {
		padding-top: 8px;
	}
	.fixed__header-sticky .menu-toggle {
		top: 18px !important;
	}
	.menu-primary-menu-container {
		display: block !important;
	}
	.first-header-main-sec {
		display: none;
	}
	.home-bnr-cmn-heading-one::before {
		left: 50%;
		transform: translate(-50%, 0);	
	}
	.left-logo-sec {
		margin-top: 0;
	}
	.home-bnr-cmn-heading-one {
		font-size: 21px;
	}
	.home-bnr-cmn-heading-two {
		font-size: 15px;
	}
	.ms-slide-info {
		top: 25%;
	}
	.cmn-btn-one {
		font-size: 17px;
		padding: 10px 15px;
	}
	.services-cmn-heading-one {
		font-size: 23px;
	}
	.service-we-provide-main-sec {
		padding: 25px 0;
	}
	.cmn-para-heading-one {
		font-size: 15px;
		margin-bottom: 0;
	}
	.all-cards-services-inr {
		padding: 10px 20px 35px;
		min-height: auto;
	}
	.services-cmn-heading-two {
		font-size: 20px;
	}
	.asren-care-choice-main-sec {
		padding: 40px 0;
	}
	.service-choice-cmn-heading-one {
		font-size: 23px;
	}
	.cmn-btn-three {
		margin-bottom: 10px;
	}
	.all-cards-provider-sec {
		padding: 10px 2px 10px;
	}
	.provider-cmn-heading-one {
		font-size: 18px;
	}
	.drive-community-main-sec {
		padding: 30px 0;
	}
	.drive-community-cmn-heading-one {
		font-size: 22px;
	}
	.right-sec-disability-support {
		margin-top: 30px;
	}
	.disability-support-cmn-heading-two {
		font-size: 26px;
	}
	.disability-support-care-main-sec {
		padding: 50px 0 40px;
	}
	.testi-cmn-heading-one {
		font-size: 25px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 !important;
	}
	.testimonials-main-sec {
		padding: 35px 0 10px;
	}
	.footer-quick-links {
		margin-bottom: 20px;
	}	
	.country-sec-inner {
		display: block;
	}
	.right-txt-all-country {
		max-width: 100%;
		margin-top: 10px;
	}
	.copyright-cmn-txt-one {
		font-size: 13px;
	}
	.whats-app-call-sec {
		right: 10px;
	}
	.page .entry-header {
		padding: 70px 0 70px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.community_heading {
		font-size: 24px;
	}
	.community_sub_heading {
		font-size: 18px;
	}
	.community_heading {
		font-size: 20px;
	}
	.cmn-all-inrpage-main-sec {
		padding: 0;
	}
	.listing_community_parti {
		margin-bottom: 15px;
	}
	.inner__cmn_heading {
		font-size: 23px;
	}
	.inner_heading_txt {
		font-size: 20px;
	}
	.contact-us-innerpage-main-sec {
		padding: 0;
	}
	.contact-cmn-heading-one {
		font-size: 22px;
	}
	.all-inside-cards-contact-sec {
		gap: 5px 5px;
	}
	.call-mail-sec-descript {
		width: 50px;
		height: 50px;
	}
	.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li span {
		font-size: 14px;
	}
	.left-sec-contact-information {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.life_skill_cmnpara {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.life_skill_cmnpara a {
		font-size: 15px;
		word-break: break-all;
	}
	a.call-appointment-btn-fixed {
		display: none;
	}
}

/* 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 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) {
	.ms-slide-info {
		right: 16%;
		top: 50%;
		width: 24% !important;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info {
		right: 19%;
		top: 50%;
		width: 22% !important;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info {
		right: 25%;
		top: 50%;
		width: 18% !important;
	}
}  