.postmate_banner {
	padding: 150px 0 100px;
	background: url(../img/business-model-img/postmate/banner-bg.html);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_content {
	margin-top: 70px;
}
.postmate_banner img {
	margin-top: 80px;
}
.banner_content h1 {
	color: #000;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0.8px;
	line-height: 52px;
}
.banner_content h1 span{
	font-weight: 600;
}
.banner_content p {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	padding: 10px 0px;
}
.baner_btn {
	margin-top: 35px;
}
.btn_banner{
	background: #000;
	border-radius: 40px;
	padding: 14px 32px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #0000;
}
.btn_banner:hover {
    background: #ffff;
    color: #000;
    border: 1px solid  #000;
}
.btn_postmate {
	background: linear-gradient(266deg, #687df7 8%, #5bf5f5 99%);
	border-radius: 40px;
	padding: 14px 32px;
	font-size: 18px;
	color: #000;
	border: 1px solid #0000;
}
.service_section .btn_postmate{
	bottom: 25px;
    right: 50%;
    transform: translateX(50%);
	width: max-content;
	position: absolute;
}
.btn_postmate:hover {
	background: #0000;
	color:  #000;
	border: 1px solid  #000;
}
.main-title-two {
	color: #000;
}
.servicesection-title-two {
	line-height: 1.19;
	letter-spacing: -0.02em;
	color: #000;
}
.big-shape2 svg {
	margin-top: -21px;
	z-index: -1;
	position: relative;
}
.counter_main-area {
	padding: 100px 0px 130px;
}
.counter_main-icon {
	min-width: 75px;
}
.counter_main-count {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #000;
}
.counter_main-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3b3b3b;
    margin-bottom: 0;
}
.counter_main-content p span {
	font-weight: 500;
	color: #000;
	display: inline-block;
	margin-right: 3px;
}
.space-bottom{
	margin-bottom: -62px
}
.counter_main-icon{
	width: 10% !important;
}

.counter_btn{
    margin-top: 25px;
}
.bussines.yellow-rewamped {
	background: linear-gradient(229deg, #1597d5 0%, #3b4340 100%);
}
.bussines-image img {
	width: 100%;
	padding-right: 50px;
}
.bussines-texter h4 {
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}
.bussines.yellow-rewamped .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;
}
.btn_white {
	background: #fff !important;
	color: #000 !important;
	cursor: pointer;
}
.btn_white:hover{
    border:1px solid #fff!important;
}
.service_section{
    padding: 100px 0px;
}
.p-relative {
	position: relative;
}
.service_main {
    padding: 30px 25px;
    transition: all 0.3s ease-out 0s;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    height: 100%;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    margin: 40px 0px;
	padding-bottom: 50px;
}
.service_main-details a {
	padding: 10px 24px;
	font-size: 16px;
}
.service_main-details {
	text-align: center;
}
.service_icon i {
	font-size: 34px;
	color: #fff;
	transition: .5s all ease-in-out;
}
.service_main-info p {
    margin-bottom: 0px;
    font-size: 16px;
}
.service_icon {
	position: absolute;
	top: -83px;
	/* background: linear-gradient(229deg,#0c1612 0%,#363938 100%); */
	width: 30%;
	/* height: 80px; */
	border-radius: 50%;
	left: 50%;
	transform: translate(-50% , 0%);
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0px 0px 10px #ccc;
	border: 3px solid #f6d126; */
}
.service_main:hover .service_icon i {
	transform: rotate(32deg);
}
.service_main-info {
	text-align: center;
}
.service_main-bg {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.yellow_clr {
	color: #eebd00;
}
.service_main::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 40%;
	background: url(../img/business-model-img/postmate/border-shape.html);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: -1;
}
.feature_main {
	padding: 100px 0px;
	background: linear-gradient(229deg,#0c1612 0%,#3b4340 100%);
}	
.features_tabs .nav-item .nav-link.active {
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
	background: #5a72f7 !important;
	border-color: #0000;
}

.features_tabs .nav-item .nav-link:hover{
	background: #5d5bf5;
	border-color: #0000;
}
.feature_main .main-title-two {
	color: #fff;
}
.features_tabs .nav-item  .nav-link.active::after {
    content: '';
    width: 25px;
    height: 12px;
    background: #5d5bf5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.features_tabs {
	width: 100%;
}
.features_tabs .nav-item .nav-link {
	background: #fffae8;
	padding: 30px 15px 25px !important;
	display: flex;
	border-radius: 10px;
	min-width: 200px;
	position: relative;
	flex-direction: column;
	text-align: center;
	min-height:145px;
}
.features_tabs .nav-item .nav-link img {
	margin: 0px auto 10px;
}
.features_tabs .nav-tabs {
	justify-content: space-around;
	border-bottom: none;
}
.features_tabs .nav-item .nav-link span {
	color: #000;
	font-weight: 600;
}

.postmate_feature_inner {
	    background-color: cornsilk;
	padding: 40px 40px 20px 40px;
	border-radius: 15px;
	margin-top: 50px;
}
.tabs_inner_box h4 {
	font-size: 20px;
	color: #000;
}
.tabs_inner_box img {
	margin-bottom: 15px;
}
.tabs_inner_box p {
	font-size: 16px;
}
.tabs_inner_box {
	margin-bottom: 40px;
	border: 1px solid #000;
	border-radius: 12px;
	padding: 20px;
	min-height:275px;
	transition: all 0.3s ease-in-out;

}
.postmate_banner_img{
	width: 65%;
}
.launch_app {
	padding: 100px 0px;
}
.launch_inner {
	background: linear-gradient(266deg, #6f60f5 8%, #5300ee 99%);
	padding: 70px 60px !important;
	border-radius: 20px;
}

.launch_inner p {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}
.why_choose_sec {
	padding-bottom: 100px;
}
.why-choose-list  h5 {
	color: #000;
}
.why-choose-list  p {
	font-size: 16px;
	margin-bottom: 0px;
	min-height: 100px;
}
.why-choose-list  img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	margin-bottom: 15px;
}
.why-choose-list {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 1px 4px 12px #0000001f;
	padding: 40px;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.why_choose_sec .carousel-inner {
	padding: 0px 10px;
}
.why_choose_sec .carousel-control-prev, .why_choose_sec .carousel-control-next {
	position: initial;
	width: 10%;
	padding: 5px 0;
}
.carousel_arrows i {
	color: #000;
	font-size: 23px;
}
.carousel_arrows {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.carousel_arrows span {
	border: 1px solid #000;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all ease-in-out 0.2s;
}
.carousel_arrows span:hover {
	transform: scale(1.1);
}
.mobile_none{
	display: block;
}
.mobile_show{
	display: none;
}
@media (max-width: 1199px) {
	
	.postmate_banner {
		height: inherit;
	}
	.banner_content {
		text-align: center;
	}
	.banner_content  br{
		display: none;
	}
	.bussines-image img {
		display: none;
	}
	.bussines.yellow-rewamped {
		padding: 60px 0px;
	}
	.bussines-image img {
		display: none;
	}
}
@media (max-width: 991px) {
	.features_tabs .nav-item .nav-link {
		padding: 20px 15px 20px !important;
		min-width: 150px;
	}
	.features_tabs .nav-item .nav-link img {
		display: none;
	}
	.features_tabs .nav-item .nav-link{
		min-height: inherit;
	}
	.service_main {
		height: initial;
	}
.postmate_banner {
	padding: 60px 0;
}
.launch_app {
	padding: 60px 0px;
}
.why_choose_sec {
	padding-bottom: 60px;
}
.service_main-info p {
	margin: 40px 0px;
}
.counter_main-area {
	padding: 60px 0px 70px;
}
.service_section {
	padding: 60px 0px 40px;
}
.feature_main {
	padding: 60px 0px;
}
.main-title-two {
	font-size: 22px !important;
}
.counter_main-count {
	font-size: 25px;
	line-height: 34px;
}
.bussines-texter h4 {
	font-size: 25px;
}
.bussines.yellow-rewamped .bussines-texter p {
	font-size: 16px;
}
.btn_postmate {
	padding: 10px 25px;
	font-size: 16px;
}
.banner_content h1 {
	font-size: 32px;
	line-height: 44px;
}
.banner_content p {
	font-size: 18px;
	line-height: 1.5;
}
.btn_banner {
	padding: 10px 28px;
}
.service_main-info p {
	font-size: 16px;
}
.feature_main .main-wrapper {
	margin-bottom: 20px !important;
}
.tabs_inner_box h4 {
	font-size: 18px;
}
.launch_inner p {
	font-size: 20px;
	line-height: 32px;
}
.launch_app .btn_banner {
	padding: 10px 14px;
	font-size: 16px;
}
.why_choose_sec .carousel-inner {
	margin-top: 0px!important;
}
.why_choose_sec .main-wrapper {
	margin-bottom: 20px !important;
}
}
@media (max-width: 767px) {
	.features_tabs .nav-item .nav-link {
		padding: 15px 8px 15px !important;
		min-width: 110px;
		font-size: 14px;
	}
	.why_choose_sec .carousel-control-prev, .why_choose_sec .carousel-control-next {
		width: 15%;
	}
	.launch_inner p {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}
	.launch_inner {
		padding: 40px 40px !important;
	}
	.counter_main-area .main-wrapper {
		margin-bottom: 20px !important;
	}
	.counter_main {
		flex-direction: column;
		text-align: center !important;
		justify-content: center !important;
	}
	.counter_main-icon {
		margin: 0px auto;
	}
	.tab_inner_img {
		text-align: center;
		margin-bottom: 20px;
	}

}
@media (max-width:575px) {
	.mobile_none{
		display: none;
	}
	.mobile_show{
		display: block;
	}
	.postmate_feature_inner {
		padding: 20px;
	}
	.tabs_inner_box {
		margin-bottom: 20px;
	}
	.tab_inner_img {
		display: none;
	}
	.service_section .main-wrapper {
		margin-bottom: 20px !important;
	}
	.tab_inner_img img {
		display: none;
	}
	.features_tabs .nav-tabs {
		justify-content: initial;
		border-bottom: none;
		overflow-x: scroll !important;
		margin: 0px 15px;
		flex-wrap: nowrap;
	}
	.features_tabs .nav-item {
		flex-shrink: 0;
		margin-right: 20px;
	}
	.features_tabs .nav-item .nav-link {
		min-width: 100%;
	}
	.feature_main {
		padding: 40px 0px;
	}
	.bussines.yellow-rewamped {
		padding: 40px 0px 50px;
		text-align: center;
	}
	.bussines-texter h4 {
		font-size: 22px;
		text-align: center;
	}
	.counter_main-area {
		padding: 40px 0px 50px;
	}
	.postmate_banner {
		padding: 50px 0;
	}
	.banner_content h1 {
		font-size: 26px;
		line-height: 37px;
	}
	.banner_content p {
		font-size: 16px;
	}
	.postmate_feature_inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	.launch_app {
		padding: 40px 15px;
	}
	.banner_content p {
		padding: 0px 0px;
	}
}
@media (max-width:480px) {
	.why_choose_sec .carousel-control-prev, .why_choose_sec .carousel-control-next {
		width: 35%;
	}
	.why-choose-list {
		padding: 20px;
	}
	.launch_inner {
		padding: 40px 15px 50px !important;
	}
.banner_content h1 {
	font-size: 23px;
	line-height: 32px;
}
}

.tabs_inner_box:hover ,.service_main:hover {
	box-shadow: 0 1rem 3rem rgba(96, 96, 96, 0.36);
	transform: translateY(-5px);
	background: #fffae8;
}
.tabs_inner_box:hover{
	background: linear-gradient(266deg, #687df7 8%, #5bf5f5 99%);
}
.why-choose-list:hover{
	transform: translateY(-5px);

}