.banner_dubizle {
	background: linear-gradient(to right, #26a182a8, #ecf753);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	overflow: visible;
	min-height: 100vh;
	margin-bottom: 40px;
	padding: 135px 0;
}

.banner_dubizle:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-right: 1920px solid #fff;
	border-bottom: 0 solid #fff;
}

.banner_dubizle .banner__content {
	margin-top: -45px;
	position: relative;
	z-index: 0;
	padding: 70px 0 70px 0px;
}

.banner_dubizle .banner__title {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.726);
	margin-bottom: 15px;
	font-size: 41px;
	line-height: 56px;
}

.banner_dubizle .banner__description {
	color: rgba(0, 0, 0, 0.726);
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 22px;
}

.banner_dubizle .banner__btns {
	margin-top: 39px;
}

.banner_dubizle .banner__btns .banner-btn {
	padding: 12px 37px;
}


.banner__feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner__feature-list li {
	color: rgba(254, 254, 254, 0.702);
	font-size: 16px;
	line-height: 34px;
}

.banner__feature-list li i {
	margin-right: 7px;
}

.banner__image-three {
	position: relative;
	z-index: 2;
	-webkit-animation: bounce-hero 3s infinite;
	-moz-animation: bounce-hero 3s infinite;
	animation: bounce-hero 3s infinite;
}

@keyframes bounce-hero {
	0% {
		top: 0px;
	}

	50% {
		top: 25px;
	}

	100% {
		top: 0px;
	}
}


.banner__image-four {
	position: absolute !important;
	right: -88px;
	z-index: 1 !important;
	top: -30px;
}

.banner-btn {
	background: #0000;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500;
	padding: 12px 37px;
}

.banner-btn:hover {
	background: #ffff;
	border: 2px solid #fff;
	color: #26a182a8;
}

/* service css */
.services_main {
	padding: 100px 0px;
}

.service-block_three {
	position: relative;
	margin: 30px 0px;
}

.service-block_three-inner {
	position: relative;
	text-align: center;
	padding: 0px 20px 40px;
	min-height: 340px;
}

.service-block_three-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
	border-radius: 60px 10px 10px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block_three-icon {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	display: block;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-block_three-icon i {
	color: #fff;
	font-size: 34px;
}

.service-block_three-icon img {
	width: 80%;
}

.service-block_three-icon-two img {
	width: 80%;
}

.service-block_three-icon::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
	background: linear-gradient(to right, #26a182a8, #ecf753);
}

.service-block_three-inner:hover .service-block_three-icon {
	opacity: 0;
}

.service-block_three-heading {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top: 45px;
	padding-bottom: 15px;
}

.service-block_three-heading:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 90px;
	height: 4px;
	transform: translateX(-50%);
	background: #000;
	background: linear-gradient(to top left, #26a182a8, #ecf753 100%);
}

.service-block_three-heading a {
	position: relative;
	color: #000;
}

.service-block_three-heading a:hover {
	color: #000;
}

.service-block_three-heading.alternate {
	margin-top: 85px;
	padding-bottom: 0px;
}

.service-block_three-heading.alternate:before {
	display: none;
}

.service-block_three-text {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	margin-top: 25px;
}

.service-block_three-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	opacity: 0;

	overflow: hidden;
	padding: 30px 30px 30px;
	background: #fff;
	border-radius: 10px 30px 10px 10px;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.2, 1);
}

.service-block_three-inner:hover .service-block_three-overlay {
	opacity: 1;
	transform: scale(1, 1);
}

.service-block_three-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 157px;
	background: linear-gradient(to right, #26a182a8, #ecf753);
	background-size: cover;
}

.service-block_three-icon-two {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-block_three-icon-two i {
	font-size: 34px;
}

.service-block_three-icon-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}

.service-block_three-learn {
	position: relative;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	color: #000;
	margin-top: 30px;
	background: linear-gradient(to right, #26a182a8, #ecf753);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading-wrapper h2 {
	font-size: 32px;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 50px;
	line-height: 47px;
	position: relative;
}

.heading-wrapper span {
	color: #26a182a8;
}

.heading-wrapper h2::after {
	position: absolute;
	height: 6px;
	width: 110px;
	content: "";
	display: block;
	margin-top: 18px;
	background: linear-gradient(to right, #26a182a8, #ecf753);
	left: 50%;
	transform: translate(-50%, -50%);
}

.br_shap {
	position: absolute;
	left: -71px;
	top: 10px;
	width: 330px;
	border: 10px solid #26a182a8;
	height: 100%;
	z-index: -1;
}


.bussines {
	background: linear-gradient(to right, #26a182a8, #ecf753);
	padding: 50px 0;
}

.bussines-texter h4 {
	font-size: 28px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 40px;
	line-height: 40px;
}

.bussines .bussines-texter p {
	font-size: 20px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.67px;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 0px;
}

.bussines-image {
	text-align: right;
}

.feature_main {
	padding: 100px 0px;
}

.feature_main .nav-pills-custom {
	box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.1);
}

.feature_main #v-pills-tabContent {
	box-shadow: 0px 40px 70px 0px rgba(0, 9, 40, 0.1);
	margin-top: 0px;
	height: 100%;
}

.feature_main .nav-pills .nav-link.active,
.feature_main .nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
	color: #fff;
	background-color: #26a182a8;
}

.feature_main .nav-link {
	margin-bottom: 0px;
	color: #000;
	padding: 18px 15px !important;
}

.feature_main .nav-pills-custom .nav-link i {
	background: #26a182a8;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
}

.feature_main .nav-pills-custom .nav-link.active i,
.feature_main .nav-pills-custom .nav-link:hover i {
	background: #fff;
	color: #26a182a8;
	padding: 8px;
	border-radius: 5px;
}

.tabsSideText i {
	font-size: 140px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -5.28px;
	text-align: center;
	color: #26a182a8;
	opacity: .1;
	line-height: 0.5;
}

.tabsSideText h4 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -1.32px;
	color: #26a182a8;
	margin: 0px;
	margin-top: -37px;
}

.tabsSideText p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: -0.58px;
	color: #292929;
	margin: 20px 0px;
}

.tab-content>.active {
	height: 100%;
	display: flex !important;
}

.btn_dubizzle_main {
	background: 9926a1a8;
	padding: 12px 37px;
	color: #26a182a8;
	font-weight: 500;
	border: 2px solid #26a182a8;
}

.btn_dubizzle_main:hover {
	background: #26a182a8;
	color: white;
}

.Adv_features {
	background: linear-gradient(229deg, rgba(143, 127, 65, 0.692) 0%, rgb(59, 67, 64) 100%);
	padding: 60px -5px;
}

.feature_innr_bx {
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	height: 94%;
	transition: all 0.3s ease-in-out;
}

.feature_innr_bx:hover {
	transform: translateY(-6px);
	background-color: #26a182a8;
	color: #fff;
}

.feature_innr_bx:hover .benefit-img {
	background: #fff;
}

.feature_innr_bx:hover .benefit-img img {
	filter: brightness(0);
}

.feature_innr_bx h4 {
	font-size: 20px;
	color: #000;
}

.feature_innr_bx:hover h4 {
	color: #fff;
}

.feature_innr_bx p {
	font-size: 16px;
	margin-bottom: 0px;
}

.Adv_features .heading-wrapper h2::after {
	display: none;
}
.launch_app {
  margin-top: -81px;
  margin-bottom: -89px;
}

.feature_innr_bx i,
.feature_innr_bx .benefit-img {
	background: #26a182a8;
	padding: 15px;
	width: 30%;
	/* height: 70px; */
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 30px 0 rgba(41, 42, 47, 0.21);
	margin-bottom: 30px;
}

.launch_app {
	padding: 100px 0px;
}

.launch_inner {
	background: linear-gradient(to right, #5a5987fa, #ba3c20f7);
	border-radius: 20px;
	padding: 70px 60px !important;
}

.launch_inner p {
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
}


.service-block_three-inner:hover .service-block_three-overlay img {
	filter: brightness(0);
}

@media (max-width:1400px) {
	.banner__image-four {
		right: 0px;
	}
}

@media (max-width:1299px) {
	.launch_app {
		padding: 60px 0px;
	}

	.Adv_features {
		padding: 60px 0px;
	}

	.feature_main {
		padding: 60px 0px;
	}

	.bussines-texter h4 {
		font-size: 24px;
	}

	.heading-wrapper h2 {
		font-size: 26px;
		line-height: 40px;
	}

	.services_main {
		padding: 60px 0px;
	}

	.banner_dubizle .banner__title {
		font-size: 32px;
		line-height: 47px;
	}

	.banner_dubizle .banner__content {
		margin-top: 0px;
	}

	.br_shap {
		left: -21px;
	}
}

@media (max-width:1199px) {
	.heading-wrapper h2 {
		font-size: 22px;
		line-height: 35px;
	}

	.feature_main .nav-pills .nav-link {
		font-size: 15px;
	}

	.feature_main .nav-pills-custom .nav-link i {
		padding: 6px;
	}

	.feature_main .nav-link {
		margin-bottom: 0px;
		color: #000;
		padding: 15px 10px !important;
	}

	.bussines {
		margin-top: 0px;
		padding: 60px;
	}

	.heading-wrapper h2 {
		margin-bottom: 20px;
	}

	.bussines-image {
		display: none;
	}
}

@media (max-width:991px) {
	.launch_inner p {
		font-size: 20px;
		line-height: 33px;
	}

	.banner_dubizle {
		height: auto;
		padding: 140px 0px 70px;
		overflow: hidden;
	}

	.banner_dubizle::after {
		display: none;
	}

	.banner-btn {
		padding: 12px 15px;
		font-size: 14px;
	}

	.feature_main .nav-pills-custom .nav-link {
		flex-shrink: 0;
	}

	.feature_main #v-pills-tabContent {
		margin-top: 25px;
	}

	.feature_main #v-pills-tab {
		display: flex;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow: scroll !important;
		column-gap: 20px;
	}
}

@media (max-width:767px) {

	.service-block_three-inner::before,
	.service-block_three-overlay {
		border-radius: 20px;
	}

	.heading-wrapper h2 {
		font-size: 20px;
	}

	.br_shap {
		display: none;
	}

	.bussines {
		text-align: center;
	}

	.bussines-texter h4 {
		font-size: 20px;
		text-align: center;
	}

	.launch_inner {
		text-align: center;
		padding: 60px 60px !important;
	}

	.launch_inner p {
		margin-bottom: 30px;
	}

	.banner_dubizle .banner__content {
		padding: 0px;
	}

	.services_main .heading-wrapper h2 {
		margin-bottom: 40px;
	}

	.service-block_three-learn {
		margin-top: 0px;
	}

	.feature_innr_bx {
		height: inherit;
		margin-bottom: 15px;
	}

}

@media (max-width:575px) {
	.btn_dubizzle_main {
		padding: 10px 14px;
		font-size: 14px;
	}

	.launch_app {
		padding: 60px 15px;
	}

	.launch_inner {
		padding: 40px 15px 60px !important;
	}

	.feature_innr_bx h4 {
		font-size: 18px;
	}

	.feature_innr_bx p {
		font-size: 15px;
	}

	.bussines {
		padding: 40px 15px;
	}

	.banner_dubizle .banner__title {
		line-height: 35px;
	}

	.banner_dubizle .banner__description {
		font-size: 16px;
	}

	.heading-wrapper h2 {
		font-size: 20px !important;
	}

	.bussines-texter h4 {
		font-size: 18px;
		line-height: 29px;
	}

	.feature_innr_bx i {
		margin-bottom: 15px;
	}

	.launch_inner p {
		font-size: 18px;
		line-height: 29px;
	}
}