.group::after, .tabBlock-tabs::after {
	clear: both;
	content: "";
	display: table;
}
*, ::before, ::after {
	box-sizing: border-box;
}
ol, ul {
	margin: 0;
	padding: 0;
}
.unstyledList, .tabBlock-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabBlock-tabs {
	text-align: center;
}
.tabBlock {
	margin: 0;
}
.tabBlock-tab {
	
	color: #384149;
	cursor: pointer;
	font-weight: 600;
	float: left;
	padding: 20px 25px;
	position: relative;
	transition: 0.1s ease-in-out;
	margin: 0;
	font-size: 14px;
	text-align: center;
	/*text-transform: uppercase;*/
	width: 50%;
}
.tabBlock-tab:focus {
	color: #043e85;
}
.tabBlock-tab:last-child {
	border-right: 0;
}
.tabBlock-pane row {
	margin-bottom: 0px;
}
.tabBlock-tab:hover {
	background-color: #00AD44;
	color: #fff !important;
}
.tabBlock-tab:hover a {
	color: #fff !important;
}
.tabBlock-tab.is-active {
	position: relative;
	color: #fff;
	z-index: 1;
	background-color: #2ead44;
}
.tabBlock-tab.is-active a {
	color: #fff;
}
.tabBlock-tab.is-active:before {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #00AD44;
}
.tabBlock-tab.is-active:after {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	content: '';
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #00AD44;
}
.tabBlock-content {
	
	overflow: hidden;
	border-top: 1px solid #D1D5D9;
	/*padding: 45px 65px;*/
	width: 100%;
	float: left;
}
.tabBlock-pane >:last-child {
	margin-bottom: 0;
	overflow: hidden;
}
.feed-inner-zul .tabBlock-content {
	padding: 25px;
}
.home-care-services-wrap .tabBlock-tabs {
	float: left;
	width: 35%;
}
.home-care-services-wrap .tabBlock-tabs li {
	width: 100%;
	text-align: left;
	padding: 15px 15px;
	text-transform: inherit;
	border-right: none;
	border-bottom: 1px solid #D1D5D9;
}
.home-care-services-wrap .tabBlock-content {
	width: 65%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 35px 35px;
}
.home-care-services-wrap .registration-form {
	background-color: #fff;
	padding: 0px;
}
.home-care-services-wrap .tabBlock-tab.is-active:before {
	display: none;
}
.home-care-services-wrap .tabBlock-tab.is-active:after {
	position: absolute;
	z-index: 2;
	right: -25px;
	bottom: 0;
	margin-bottom: 0;
	content: '';
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 25px solid #00AD44;
	left: auto;
	margin-left: 0;
	border-right: none;
}
.home-care-services-wrap .home-care-apnt {
	background-color: #043e86;
}
.home-care-services-wrap .home-care-apnt a {
	color: #fff;
}
.home-care-services-wrap .home-care-apnt.is-active:after {
	border-left: 25px solid #043e86;
}
.tabBlock-tabs-link-a li {
	padding: 0 !important;
}
.tabBlock-tabs-link-a li a {
	padding: 15px 15px;
	width: 100%;
	float: left;
}
 @media only screen and (max-width:768px) {
.tabBlock-tab {
	padding: 10px 10px;
	font-size: 12px;
	border-right: 0;
	width: 100%;
	border-bottom: 1px solid #D1D5D9;
}
.tabBlock-content {
	border-top: 0;
	padding: 0px;
}
.tabBlock-tab.is-active {
	color: #00AD44;
}
.tabBlock-tab.is-active:after, .tabBlock-tab.is-active:before {
	display: none;
}
.feed-inner-zul .tabBlock-content {
	padding: 15px;
}
.home-care-services-wrap .tabBlock-tabs {
	width: 100%;
}
.home-care-services-wrap .tabBlock-content {
	width: 100%;
	padding: 15px 15px;
}
ul.tabBlock-tabs.hidetabs {
	display: none !important;
}
}
