body {
	font-size: 16px;
}

.revealOnScroll {
	visibility: hidden;
}

.revealOnScroll.animated {
	visibility: visible;
}

#wrapper,
body {
	overflow: hidden;
}

#wrapper,
body {
	overflow-y: auto;
}

.page-btn {
	background-color: #ffffff;
	color: #393e41;
	display: inline-block;
	font-size: 1.25em;
	min-width: 215px;
	padding: 15px 45px;
	text-align: center;
	transition: .2s ease-in-out;
}

.page-btn:hover {
	background-color: #393f40;
	color: #fff;
}

.tb-space {
	padding: 55px 0;
}

.before-text {
	position: relative;
}

.before-text:before {
	position: absolute;
	content: attr(data-before);
	font-size: 24vw;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	top: 0px;
	left: 0%;
	right: 0;
	text-align: center;
}

.animated.before-text::before {
	animation: 2s ease fadeInLeft;
	-webkit-animation: 2s ease fadeInLeft;
}


/*BANNER CSS*/

.yocare-bnr {
	background-color: #f7f7f7;
	background-image: url('../../img2/yocare-banner-img.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 712px;
}

.yocare-bnr::after {
	background-color: #f7f7f7;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 42%;
	z-index: 0;
}

.yocare-bnr::before {
	mix-blend-mode: overlay;
}

.yocare-bnr .fix-container {
	position: relative;
	z-index: 2;
}

.img-box {
	box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
	display: inline-block;
}

.banner-left-img {
	bottom: 120px;
	left: 40px;
	position: absolute;
	z-index: 2;
}

.banner-left-img .img-box {
	max-width: calc(80px + 142 * (100vw - 320px) / 1600);
}

.banner-right-img {
	bottom: -40px;
	position: absolute;
	right: 0;
}

.banner-right-img .img-box {
	max-width: calc(80px + 272 * (100vw - 320px) / 1600);
}

.img-box > img {
	max-width: 100%;
}

.banner-mid-img {
	left: 560px;
	position: absolute;
	top: 11%;
}

.banner-mid-img .img-box {
	max-width: calc(80px + 162 * (100vw - 320px) / 1600);
}

.banner-text {
	max-width: 412px;
	padding-top: 110px;
}

.page-name {
	color: #1c1d1c;
	font-family: "Poppins", sans-serif;
	font-size: calc(2.25em + 48 * (100vw - 320px) / 1600);
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 1;
}

.page-name span {
	color: #b3ce01;
	font-family: "Poppins", sans-serif;
}

.page-tagline {
	color: #393e41;
	font-size: 2.5em;
	font-size: calc(1em + 16 * (100vw - 320px) / 1600);
	
	line-height: 1.2;
}

.white-box {
	background-color: #ffffff;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
	padding: 40px 40px 30px;
	top: 100px;
	position: relative;
}

.boxtitle {
	color: #393e41;
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 30px;
}

.listing > li {
	color: #393e41;
	font-size: 1.18em;
	line-height: 1.8;
	padding: 0 0 12px 50px;
	position: relative;
}

.listing > li::after {
	background-color: #ffffff;
	border: 7px solid #e7e7e7;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 26px;
}


/*CTA SECTION CSS */

.cta h3 {
	color: #fff;
	font-size: 1.5em;
	padding-bottom: 15px;
}

.cta-section {
	background-color: #b2cc01;
}

.cta-clock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.cta-grid {
	flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	-webkit-box-flex: 0 1 50%;
}


/*BUSINESS MODEL*/

.business-model {
	padding: 60px 0 0;
	position: relative;
}

.model-img > img {
	max-width: 100%;
}

.section-title {
	font-size: 2.25em;
	color: #393e41;
	
	padding-bottom: 10px;
}

.align-center {
	text-align: center;
}

.head-clock p {
	color: #393e41;
	font-size: 0.94em;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 1080px;
	padding: 15px 0 0;
}

.head-clock h3 {
	color: #393e41;
	font-size: 1.25em;
	text-transform: uppercase;
}

.model {
	padding-top: 60px;
	position: relative;
}

.logos > li {
	left: 0;
	position: absolute;
	top: 0;
}

.logos > li:first-child {
	left: -60px;
	top: 30px;
}

.logos > li:nth-child(2) {
	left: auto;
	right: 100%;
	top: 300px;
}

.logos > li:nth-child(3) {
	left: -85px;
	top: auto;
	bottom: 80px;
}

.logos > li:nth-child(4) {
	left: calc(100% + 45px);
	top: 100px;
}

.logos > li:nth-child(5) {
	left: calc(100% - 40px);
	top: 400px;
}

.dsclaimer {
	bottom: 0;
	color: #393e41;
	font-size: 12px;
	max-width: 360px;
	padding: 0 10px 30px 0;
	position: absolute;
	right: 0;
}


/*YoCare Responsive Screen*/

.yocare-responsive-section {
	background-color: #f7f7f7;
	padding: 80px 0 0;
}

.yocare-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.yocare-responsive .grid {
	/*	flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	-webkit-box-flex: 1 0 50%;*/
}

.yocare-responsive .grid:first-child {
	flex: 1 0 45%;
	-webkit-flex: 0 0 45%;
	-webkit-box-flex: 0 0 45%;
	padding-right: 60px;
}

.text-block p {
	color: #393e41;
	font-size: 0.94em;
	line-height: 1.8;
	padding-bottom: 30px;
}

.blue-btn {
	background-color: #02a9e6;
	color: #fff;
}

.screen-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
}

.laptop-screen {
	margin: 0 0 34px -205px;
	position: relative;
	z-index: 1;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.pc-screen {
	margin: 0 0 0px -597px;
	position: relative;
	z-index: 2;
}

.mob-screen {
	margin: 0 0 106px;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
}

.yocare-responsive-section::before {
	font-size: 16vw;
	top: auto;
	bottom: 0;
	color: #fff;
	left: -100px;
}


/*YoCare Search & Hiring*/

.yocare-hiring {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	position: relative;
	padding: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.yocare-hiring .grid {
	width: 50%;
}

.yocare-hiring .grid:last-child {
	padding-left: 100px;
}

.accordion-body {
	display: none;
	padding: 20px 0 0 0;
}

.hiring-section {
	background-color: #02a9e6;
}

.hiring-section:before {
	font-size: 16vw;
	color: rgba(255, 255, 255, .1);
	bottom: 50px;
	top: auto;
}

.accordion-block {
	padding-bottom: 25px;
}

.accordion-head {
	color: #ffffff;
	font-size: 1.25em;
	
	padding: 0 0 0 50px;
	position: relative;
	cursor: pointer;
}

.accordion-head:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 26px;
	height: 26px;
	background-color: #fff;
}

.accordion-head::after {
	color: #02a9e6;
	content: "+";
	font-size: 26px;
	left: 6px;
	line-height: 1;
	position: absolute;
	top: 3px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.accordion-head.active::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.accordion-body > p {
	color: #ffffff;
	line-height: 1.8;
	font-size: 0.94em;
}

.section-title.white {
	color: #fff;
}

.search-img img {
	max-width: 100%;
}

.search-img.two {
	margin: 25px 0 25px -51px;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
}

.search-img.one {
	margin: 0 0 0 0px;
}

.search-img.three {
	margin: 0 0 0 00px;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
}

.yocare-hiring .cta {
	max-width: 410px;
	padding: 30px 0 0;
}

.accordion {
	padding: 20px 0 0;
}

.right-bg-img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.right-bg-img::after {
	background-color: #35baeb;
	bottom: 60px;
	content: "";
	height: 290px;
	position: absolute;
	right: 0;
	width: 470px;
}

.right-bg-img::before {
	background-color: #35baeb;
	top: 100px;
	content: "";
	height: 200px;
	position: absolute;
	right: 0;
	width: 250px;
}


/*Payments*/

.feature-section {
	margin: 60px 0 0;
	padding: 0;
	top: 0;
}

.feature-section .fix-container {
	position: relative;
}

.feature-section.animated.before-text::before {
	animation: 2s ease fadeInLeft;
	-webkit-animation: 2s ease fadeInLeft;
}

.feature-section::before {
	color: #f7f7f7;
	font-size: 16vw;
	top: -90px;
}

.yocare-features .slick-list {
	overflow: visible;
	max-width: 520px;
}

.yocare-features .feature-slide-up .slick-list {
	overflow: hidden;
	max-width: 520px;
}

.slider-button {
	position: absolute;
	max-width: 520px;
	left: 10px;
	top: 50%;
	right: 0;
}

.yocare-features.up-slider .slick-list {
	overflow: hidden;
}

.yocare-feature {
	max-width: 520px;
}


/*.yocare-features {
	padding: 0 0 60px;
}*/

.yocare-features .feature-prev,
.yocare-features .feature-next {
	background-color: #b3ce01;
	border: none;
	border-radius: 0 150px 150px 0;
	font-size: 0;
	height: 130px;
	width: 65px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	z-index: 2;
}

.yocare-features .feature-prev {
	left: -65px;
	border-radius: 150px 0 0 150px;
}

.yocare-features .feature-next::after,
.yocare-features .feature-prev::after {
	background-color: rgba(0, 0, 0, 0);
	border: 10px solid rgba(255, 255, 255, 0.7);
	border-left: none;
	border-top: none;
	content: "";
	height: 30px;
	left: 7px;
	position: absolute;
	top: 50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 30px;
}

.yocare-features .feature-prev:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135eg);
	left: 24px;
}

.yocare-features .feature-next {
	right: -65px;
	left: auto;
}

.feature-box {
	padding: 60px 50px;
	transition: .6s ease-in-out;
	-webkit-transition: .6s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.feature-prev.disable,
.feature-next.disable {
	background-color: #eeeeee;
	cursor: default;
}

.feature-slide {
	padding: 100px 0 0;
}

.feature-slide-up {
	position: absolute;
	left: 10px;
	top: 0;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.feature-slide-up .slick-current .feature-box {
	position: relative;
}

.box-title {
	color: #393e41;
	font-size: 1.5em;
	
	min-height: 100px;
	padding-bottom: 30px;
}

.img-icon {
	padding-bottom: 40px;
}

.box-detail {
	min-height: 100px;
}

.box-detail > p {
	color: #393e41;
	font-size: 0.94em;
	line-height: 1.8;
	text-align: center;
}

.feature-slide .img-icon > img {
	filter: grayscale(100%);
	opacity: .3;
}


/*PACKAGES*/

.section-packages {
	background: #e7e7e7;
	position: relative;
	padding-top: 90px;
}

.section-packages::before {
	top: 320px;
	font-size: 16vw;
}

.section-packages .fix-container {
	position: relative;
}

.packages-title {
	padding: 52px 0;
	max-width: 900px;
}

.tl-container {
	padding: 50px 0;
}

.tl-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 870px;
	margin: 0 auto;
}
.tl-pricing__block {
	width: 50%;
	padding: 10px;
}
.tl-block-in {
	background-color: #fff;
}
.tl-pricing__details,
.tl-pricing__meta {
	padding: 1.875em;
}
.tl-pricing__details {
	background-color: #f3f6fa;
	border: 3px solid #ffffff;
	position: relative;
}

.tl-pricing__details,
.tl-pricing__meta {
	padding:1.875em 1.5em 2.875em;
}
.price-box{
	padding-bottom:20px;
}
.current-price {
   color: #222222;
   font-size: 1.6em;
   font-weight:700;
   display:inline-block;
   vertical-align:middle;
}
.old-price-cross {
  color: #222222;
	vertical-align:middle;
}
.tl-pricing__type {
	font-size: 1.25em;
	letter-spacing: -0.01em;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}

.tl-pricing__details.top-head {
	padding: 2.6em 1.875em;
	border: none;
}

.tl-pricing__list .bubble ul li {
	border: none;
	color: #ffffff;
	margin: 0;
	padding: 2px 0;
}

.tl-pricing__price {
	font-size: calc(24px + 24 * (100vw - 320px) / 1600);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin-bottom: 0;
	color: #fff
}

.tl-pricing__buy {
	font-size: calc(20px + 4 * (100vw - 320px) / 1600);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-decoration: none;
	color: #02a9e6;
}

.tl-pricing__list li {
	color: #393e41;
	font-size: 0.91em;
	position: relative;
}

.tl-pricing__details__link {
	display: table;
	margin-top: 10px;
	text-decoration: underline;
	color: #393e41;
	font-size: 0.91em;
}

.button--blue {
	background-color: #02a9e6;
	color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
}

.button--orange {
	background-color: #ff8503;
	color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
}

.tl-pricing__list li:not(:last-child) {
	border-bottom: 1px solid #e1e9f3;
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
}

.tool-tip {
	background: #333333;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 17px;
	line-height: 16px;
	position: relative;
	text-align: center;
	width: 17px;
}

.tool-tip .bubble::before {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #333333;
	bottom: -6px;
	content: "";
	position: absolute;
	right: 13px;
}

.tool-tip:hover .bubble {
	display: block;
}

.tl-pricing__custom-block .tl-pricing__buy,
.tl-pricing__custom-block .tl-pricing__list strong {
	color: #ff8503;
}


/*Monetization Options*/

.monetization:before {
	color: #f7f7f7;
	opacity: 1;
	font-size: 16vw;
	top: auto;
}

.big-title {
	font-size: 1.3em;
	color: #393e41;
	line-height: 1;
	display: block;
}

.monetization-options {
	position: relative;
	text-align: center;
}
.note_t {
  font-weight: 600;
  padding: 20px 0 0;
}
.monetization-option {
	padding-top: 50px;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.option-list {
	padding: 0 20px;
}

.monetization-box {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	background-color: #fff;
	max-width: 304px;
	position: relative;
}

.monetization-option .slick-list {
	overflow: visible;
	max-width: 424px;
}

.icon-box {
	padding: 40px;
	height: 290px;
}

.icon-box img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.box-hding {
	background-color: #02a9e6;
	padding: 15px;
	position: relative;
}



.box-hding > h2 {
	color: #ffffff;
	font-size: 1.25em;
	text-align: center;
}




/*Features for Services */

.service-section {
	background-color: #e7e7e7;
}

.service-block {
	background-color: #fff;
	display: inline-block;
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	margin: 10px;
	overflow: hidden;
}

.content-block {
	bottom: 0;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	transition: 2s ease;
	left: 0;
	padding: 30px 40px;
	position: absolute;
	height: 360px;
	right: 0;
	background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 60%);
	background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 60%);
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 60%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff', GradientType=0);
}

.slick-current .content-block {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.content-block-in {
	display: table;
	height: 100%;
	width: 100%;
}

.content-block p {
	display: table-cell;
	vertical-align: bottom;
	color: #393e41;
	font-size: 0.94em;
	line-height: 1.8;
}

.service-name {
	color: #393e41;
	font-size: 1.13em;
	background-color: #fff;
	padding: 15px 40px;
}

.orange-btn {
	background-color: #ff8503;
	color: #ffffff;
}

.yocare-services {
	max-width: 1100px;
	margin: 0 auto;
}

.yocare-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.yocare-services .grid {
	width: 60%;
}

.yocare-services .grid:first-child {
	width: 40%;
	padding: 100px 0 50px;
}

@media screen and (min-width:1025px) {
	.services-list .tab-item {
		float: none;
		width: auto !important;
	}
}

.services-list .tab-item {
	padding: 0px 0 20px;
	cursor: pointer;
}

.tab-item.slick-current .service-name {
	width: calc(100% + 30px);
	background-color:#ff8503;
	color:#fff;
}

.services-list .slick-list {
	overflow: visible;
}

.service-detail .slick-list {
	padding: 100px 20px;
}

.slick-vertical .slick-slide {
	border: none !important;
}

.image-block img {
	max-width: 100%;
}

.services {
	padding: 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}


/*Reviews*/

.review-section {
	background-color: #b3ce01;
	padding: 100px 0;
}

.review-section .text-block p {
	color: #ffffff;
	padding-top: 10px;
}

.review-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.review-block .grid {
	width: 50%;
}

.review-block .grid:last-child {
	padding-left: 140px;
}

.images {
	position: relative;
	text-align: right;
}

.review-img.up {
	position: absolute;
	right: 0;
	top: -60px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.10);
}

.review-img.down {
	left: -25px;
	position: relative;
}

.review-block .cta {
	max-width: 430px;
}


/*Superpowers in the Hands
of the Portal Owner*/

.superpower-section {
	background-color: #333;
	padding: 120px 0;
}

.superpower-section::before {
	color: rgba(255, 255, 255, 0.05);
	font-size: 16vw;
	top: 300px;
}

.owner-management {
	position: relative;
}

.owner-management:after {
	position: absolute;
	background-image: url('../../img2/yocare-portal-owner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 968px;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
}

.yocare-owner .text-block {
	max-width: 460px;
	padding: 30px 0;
}

.yocare-owner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.yocare-owner .grid {
	width: 50%;
}

.superpower-box {
	background-color: #ffffff;
	padding: 40px 35px;
	position: relative;
	height: 320px;
	overflow: hidden;
}

.superpower-box-in {
	overflow: hidden;
	position: relative;
}

.managemet-detail {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.managemet-detail p {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.superpower-box:hover .managemet-detail {
	margin: -160px 0 0;
}

.superpower-box:hover .managemet-detail p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.superpower-box:hover .superpower-box-in {
	padding: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.superpower-box:hover .img-icn {
	transform: translateY(-150px);
	-webkit-transform: translateY(-150px);
}

.managemet-detail > p {
	color: #333333;
	font-size: 0.94em;
	line-height: 1.6;
}

.title {
	color: #333333;
	font-size: 1.38em;
	line-height: 1.4;
	padding-bottom: 10px;
	text-transform: uppercase;
	transition: 3s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}

.img-icn {
	display: inline-block;
	padding-bottom: 20px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.two-col-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.two-col-list > li {
	width: 50%;
}

.two-col-list > li:nth-child(2n) .superpower-box {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.two-col-list > li:nth-child(3),
.two-col-list > li:nth-child(4) {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.two-col-list > li:nth-child(5),
.two-col-list > li:nth-child(6) {
	transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
}

.orng-btn {
	order: 2;
	-webkit-order: 2;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}

.orng-btn a {
	background-color: #ff8503;
	color: #ffffff;
	display: block;
	font-size: 1.25em;
	font-weight: 600;
	padding: 24px 40px;
	text-align: center;
}

.services-list {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}


/*YOCARE DEMO*/

.yocare-demo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	margin-top: -100px;
	position: relative;
	top: 140px;
}

.yocare-demo .grid {
	width: 50%;
}

.yocare-demo .text-block {
	padding: 50px 0 50px 0px;
}

.demo-section {
	padding-top: 80px;
}

.demo-section::before {
	color: #f7f7f7;
	font-size: 16vw;
	opacity: 1;
	top: 100px;
}

.shadow-box {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	background-color: #fff;
	padding: 60px 70px;
	max-width: 520px;
}

.links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.links-list li {
	width: 50%;
	padding: 10px;
    position:relative;
}

.links-list li a {
	display: block;
	padding: 60px 25px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.links-list li a:hover {
	background-color: #000;
}

.green-bg {
	background-color: #b3ce01;
}

.blue-bg {
	background-color: #02a9e6;
}

.orange-bg {
	background-color: #ff8503;
}

.black-bg {
	background-color: #333333;
}

.links-list > li:nth-child(2) {
	margin-top: 40px;
}

.links-list > li:nth-child(3) {
	margin-top: -60px;
}


/*Last- CTA*/

.light-gray {
	background-color: #e7e7e7;
}

.black-btn {
	background-color: #333;
	color: #fff;
}

/*.gray-cta .cta {
	max-width: 480px;
}*/
/*
.cta-clock.gray-cta{
	display:block;
	text-align: center;
}
*/

.gray-cta .cta h3 {
	color: #333333;
}


/*WHY YOCARE*/

.why-yocare {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.why-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: -220px 0 0;
	padding-top: 0;
	position: relative;
	top: 220px;
}

.why-yocare .grid {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
}

.why-yocare .grid:first-child {
	padding-right: 60px;
}

.block {
	flex: 1 0 45%;
	-webkit-flex: 1 0 45%;
	-webkit-box-flex: 1 0 45%;
	padding: 10px;
}

.why-yocare-block {
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 40px;
	height: 200px;
	text-align: center;
}

.cta-clock.no-reverse {
	flex-direction: row;
	-ms-flex-direction: row;
}
.why-yocare-block .mid{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
}
.why-yocare-block h3 {
	color: #393e41;
	font-size: 1.2em;
}
.why-yocare-block h3 span{color:#ff4c65}

.text-Link {
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: underline;
}

.why-blocks .block:nth-child(2) {
	margin-top: 70px;
}

.why-blocks .block:nth-child(3) {
	margin-top: -70px;
}


/*RESPONSIVE CSS START HERE*/

@media screen and (max-width: 1280px) {
	.superpower-box {
		background-color: #ffffff;
		padding: 25px 20px;
		position: relative;
	}
	.title {
		font-size: 1.2em;
		line-height: 1.2;
	}
	.feature-section {
		padding-left: 70px;
		margin: 90px 0;
	}
}

@media screen and (max-width: 1024px) {
	.tb-space {
		padding: 30px 0;
	}
	.yocare-bnr {
		height: auto;
		padding: 30px 0;
	}
	.listing > li {
		font-size: 1em;
		line-height: 1.4;
		padding: 0 0 12px 38px;
	}
	.listing > li::after {
		top: 1px;
	}
	.revealOnScroll {
		visibility: visible;
	}
	.banner-mid-img,
	.banner-right-img,
	.yocare-bnr::after {
		display: none;
	}
	.banner-text {
		padding: 20px;
	}
	.page-name {
		padding: 20px 20px 0;
		background-color: #f7f7f7;
	}
	.page-tagline {
		background-color: #f7f7f7;
		padding: 0px 20px 20px;
	}
	.white-box {
		margin-top: 20px;
		top: 0;
		padding: 30px 25px 20px;
	}
	.boxtitle {
		padding-bottom: 10px;
	}
	.cta-clock {
		display: block;
		text-align: center;
	}
	.dsclaimer {
		max-width: inherit;
		padding: 6px;
		text-align: center;
		position: relative;
		background-color: #f7f7f7;
	}
	.model {
		padding-top: 30px;
	}
	.logos {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		padding-bottom: 30px;
	}
	.logos li {
		position: relative;
		padding: 10px;
	}
	.logos > li:first-child {
		left: 0;
		top: 0;
	}
	.logos > li:nth-child(3) {
		bottom: 0;
		left: 0;
	}
	.logos > li:nth-child(2) {
		right: 0;
		top: 0;
	}
	.logos > li:nth-child(4),
	.logos > li:nth-child(5) {
		left: 0;
		top: 0;
	}
	.business-model {
		padding: 40px 0 0;
	}
	.yocare-responsive {
		display: block;
		text-align: center;
	}
	.pc-screen {
		margin: 0;
		display: none;
	}
	.laptop-screen {
		margin: 0;
	}
	.right-bg-img {
		display: none;
	}
	.section-title {
		font-size: 1.6em;
	}
	.yocare-hiring .grid {
		width: auto;
	}

	.screen-images {
		display: block;
		padding-top: 50px;
	}
	.pc-screen img,
	.laptop-screen img {
		max-width: 100%;
	}
	.yocare-responsive-section {
		padding: 50px 0;
	}
	.mob-screen {
		margin: 0;
		display: none;
	}
	.yocare-responsive .grid:first-child {
		flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-webkit-box-flex: 1 1 auto;
		padding-right: 0;
	}
	.yocare-feature {
		margin: 0 auto;
	}
	.slider-button {
		left: 0;
		margin: 0 auto;
	}
	.feature-slide {
		display: none;
	}
	.feature-slide-up {
		position: relative;
		left: 0;
	}
	.yocare-features .slick-list {
		overflow: hidden;
	}
	.feature-box {
		margin: 30px 20px;
		padding: 30px 20px;
		text-align: center;
	}
	.search-img img {
		max-width: 100%;
	}
	.search-img.two {
		margin: 25px 0;
	}
	.search-img.three,
	.search-img.one {
		margin: 0;
	}
	.feature-section {
		margin: 0;
		padding: 60px 0;
		top: 0;
	}
	.feature-section::before {
		top: 0;
	}
	.box-hding {
		opacity: 1;
		position: relative;
	}
	.yocare-services .grid:first-child {
		padding: 40px 0 0;
		width: auto;
	}
	.yocare-services .grid {
		width: auto;
	}
	.yocare-services {
		display: block;
		text-align: center;
	}
	.service-name {
		font-size: 1em;
		padding: 15px 20px;
		position: relative;
		text-align: center;
	}
	.tab-item.slick-current .service-name:after {
		position: absolute;
		content: "";
		border: 10px solid transparent;
		border-top-color: #ff8503;
		top: 100%;
		left: 50%;
	}
	.services-list .tab-item {
		padding: 10px;
	}
	.tab-item.slick-current .service-name {
		background-color: #ff8503;
		color: #ffffff;
		width: 100%;
	}
	.services,
	.review-block,
	.yocare-owner {
		display: block;
	}
	.orng-btn {
		text-align: center;
	}
	.orng-btn a {
		font-size: 1em;
		padding: 16px 30px;
		display: inline-block;
	}
	.services-list {
		padding: 20px 0;
	}
	.service-detail .slick-slide {
		text-align: center;
	}
	.service-detail .slick-list {
		padding: 0 20px;
	}
	.service-block {
		margin: 30px 0;
	}
	.review-block .grid {
		width: auto;
	}
	.review-block {
		text-align: center;
	}
	.review-block .cta {
		max-width: inherit;
	}
	.review-block .grid:last-child {
		padding: 60px 0 0;
	}
	.images {
		display: inline-block;
	}
	.yocare-owner .grid {
		width: auto;
	}
	.two-col-list > li:nth-child(3),
	.two-col-list > li:nth-child(4),
	.two-col-list > li:nth-child(5),
	.two-col-list > li:nth-child(6) {
		transform: none;
		-webkit-transform: none;
	}
	.two-col-list > li {
		padding: 10px;
		width: 33.33%;
	}
	.managemet-detail {
		position: relative;
		transform: none;
		-webkit-transform: none;
	}
	.managemet-detail p {
		transform: none;
		-webkit-transform: none;
	}
	.superpower-box:hover .managemet-detail {
		margin: 0;
	}
	.superpower-box:hover .img-icn {
		transform: none;
		-webkit-transform: none;
	}
	.superpower-box {
		height: 100%;
	}
	.owner-management::after {
		display: none;
	}
	.yocare-owner .text-block {
		max-width: inherit;
		padding: 0;
		text-align: center;
	}
	.owner-management {
		padding-top: 40px;
	}
	.superpower-section {
		padding: 40px 0;
	}
	.shadow-box {
		padding: 20px 15px;
	}
	.yocare-demo .text-block {
		padding: 50px 0 50px 50px;
	}
	.links-list li a {
		font-size: 1em;
		padding: 35px 15px;
	}
	.yocare-demo {
		margin-top: 0;
		top: 0;
	}
	.gray-cta .cta {
		max-width: inherit;
	}
	.why-yocare {
		display: block;
		text-align: center;
	}
	.why-blocks .block:nth-child(2),
	.why-blocks .block:nth-child(3) {
		margin-top: 0;
	}
	
	.why-yocare-block > h3 {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
	.why-yocare .grid:first-child {
		padding-right: 0;
	}
	.why-blocks {
		margin: 30px 0 0;
		top: 0px;
	}
	.yocare-features .slick-arrow::after {
		border-width: 0 6px 6px 0;
		height: 24px;
		left: 15px;
		top: 18px;
		width: 24px;
	}
	.yocare-features .slick-arrow {
		border-radius: 50%;
		height: 60px;
		width: 60px;
	}
	.yocare-features .slick-arrow.slick-prev {
		border-radius: 50%;
	}
	.slick-arrow.slick-disabled {
		display: block !important;
	}
}

@media screen and (max-width: 990px) {
	.yocare-hiring .grid {
		width: auto;
	}
	.yocare-hiring {
		display: block;
	}
	.search-rsult-imgs {
		padding-bottom: 30px;
	}
	.yocare-hiring .cta {
		max-width: inherit;
	}
	.right-bg-img {
		display: none;
	}
	.yocare-hiring .grid:last-child {
		padding: 0;
	}
	.yocare-hiring {
		padding: 10px 0;
	}
	.icon-box > img {
		max-width: 100%;
	}
	.option-list {
		padding: 0 10px;
	}
	.box-hding > h2 {
		font-size: 1em;
	}
	.big-title {
		font-size: 1em;
	}
	.review-img img {
		max-width: 100%;
	}
	.review-img.down {
		left: 0;
	}
	.two-col-list > li {
		padding: 10px;
		width: 50%;
		min-height: 100%;
	}
	.yocare-demo {
		display: block;
		text-align: center;
	}
	.yocare-demo .grid {
		width: auto;
	}
	.shadow-box {
		max-width: 450px;
		margin: 0 auto;
	}
	.yocare-demo .text-block {
		padding: 10px;
	}
	.demo-section {
		padding: 40px 0;
	}
	.links-list > li:nth-child(2),
	.links-list > li:nth-child(3) {
		margin-top: 0;
	}
	.search-rsult-imgs {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.tool-tip .bubble::before {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid transparent;
		border-bottom: 6px solid #333;
		bottom: auto;
		top: -12px;
	}
}

@media screen and (max-width: 767px) {
	.page-btn {
		min-width: inherit;
		padding: 15px 20px;
	}
	.banner-text {
		padding: 20px 0;
	}
	.page-name {
		letter-spacing: 0;
	}
	.listing > li {
		font-size: 1em;
		line-height: 1.4;
		padding: 0 0 12px 40px;
	}
	.listing > li::after {
		top: 2px;
	}
	.cta h3 {
		font-size: 1.2em;
	}
	.section-title {
		font-size: 1.5em;
	}
	.accordion-head {
		font-size: 1em;
		padding: 0 0 0 40px;
	}
	.accordion-head::after,
	.accordion-head::before {
		top: 0;
	}
	.tl-pricing__block {
		width: auto;
	}
	.tl-row {
		display: block;
	}
	.section-packages {
		padding: 30px 0;
	}
	.tl-pricing__details,
	.tl-pricing__meta {
		padding: 1.875em 1em;
	}
	.tl-pricing__buy {
		display: table;
		margin: 10px 0;
	}
	.tl-pricing__details__link {
		left: 0 !important;
		position: relative !important;
	}
	.tl-container {
		padding: 20px 0 0;
	}
	.box-title {
		font-size: 1.2em;
	}
	.feature-box {
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		margin:10px 0;
	}
	.feature-slide-up {
		box-shadow: none;
	}
	.yocare-feature {
		margin: 0 auto;
	}
	.slide-item {
		padding: 10px 0;
	}
	.img-icon > img {
		filter: grayscale(0%);
		opacity: 1;
	}
	.box-detail,
	.options {
		display: block;
	}
	.monetization-box {
		margin: 10px auto;
	}
	.monetization-option {
		padding-top: 10px;
	}
	.options {
		padding-bottom: 10px;
	}
	.services-list {
		padding: 50px 0 20px;
	}
	.services-list .slick-arrow.slick-next {
		left: auto;
		right: 0;
	}
	.services-list .slick-arrow {
		background-color: #02a9e6;
		border: none;
		color: #ffffff;
		cursor: pointer;
		padding: 5px 10px;
		position: absolute;
		top: 20px;
	}
	.content-block {
		height: auto;
		position: relative;
		padding: 20px 10px;
	}
	.service-detail .slick-list {
		padding: 0;
	}
	.review-img.up {
		box-shadow: none;
		position: relative;
		top: 0;
	}
	.review-section {
		padding: 40px 0;
	}
	.service-block {
		box-shadow: none;
	}
	.two-col-list {
		display: block
	}
	.two-col-list > li {
		padding: 10px;
		width: auto;
	}
	.links-list {
		display: block;
	}
	.links-list li {
		width: auto;
		text-align: center;
	}
	.yocare-owner .text-block {
		text-align: center;
	}
	.why-blocks {
		display: block;
	}
	.why-yocare-block {
		height: auto;
		padding: 20px;
	}
	.why-yocare-block .mid{
		transform: none;
		-webkit-transform: none;
		top:0;
	}
	.why-blocks .block:nth-child(2),
	.why-blocks .block:nth-child(3) {
		margin: 0;
	}
	.img-icon > img {
		max-width: 80%;
	}
	.slider-button {
		display: none;
	}
	.yocare-features .slick-arrow.slick-prev {
		left: 0;
	}
	.yocare-features .slick-next.slick-arrow {
		right: 0;
	}
	.feature-section {
		padding: 30px 0;
	}
	.laptop-screen {
		display: none;
	}
	.mob-screen {
		display: block;
	}
	.images {
		display: none;
	}
	.review-block .grid:last-child {
		padding: 0;
	}
	.superpower-box-in {
		text-align: center;
	}
}