.banner_ebay {
	background:  linear-gradient(to right,#0363d1,#15ff24);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:190px 0 100px;
}
.btn_ebay_main {
	background: linear-gradient(to right,#0363d1,#15ff24);
	border-radius: 40px;
	padding: 14px 32px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #0000;
}
.btn_ebay_main:hover {
	background: #0000;
	color:  #0363d1;
	border: 1px solid  #0363d1;
}
.banner_ebay > .container > .row{
    margin-top: 104px;
}
.baner_btn {
	margin-top: 35px;
}
.banner_img {
	margin-top: 25px;
}
.baner_btn a:hover {
	background: #fff;
	color: #131d2b;
	border-color: #fff;
}
.banner_content h1 {
	color: #fff;
	font-weight: 600;
	line-height: 56px;
	font-size: 48px;
}
.banner_content p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	padding: 10px 0px;
}
.banner_content h1 span {
	color: #e43339;
}
.last_line h5 {
	color: #fff;
	margin-top: 70px;
}
.last_line h5 span {
	display: inline-block;
	background-color: #fff000;
	padding: 5px 10px;
	border-radius: 40px;
	color: #131d2b;
}
.demand_box {
	padding: 40px 25px;
	text-align: center;
	border-radius: 0px 38px 0 38px;
	background: #fff;
	transition: all 0.3s ease-in;
}

.demand_box:hover{
	transform: translateY(-8px);
	border-radius:38px 0 30px 0 ;
}
.record .main_ebay_hd h3 {
	text-align: center;
	color: #fff;
}
.red {
	background-image: linear-gradient(to bottom, #fbd2d2, #ffb1b1);
}
.blue {
	background-image: linear-gradient(to bottom,#e6f1ff,#eee,#e3f0ff);
}
.yellow {
	background-image: linear-gradient(to bottom, #fbf1cc, #fff0b5);
}
.green {
	background-image: linear-gradient(to bottom, #ddffd8, #ccf9c0);
}
.demand_box h2 {
	font-weight: 600;
	font-size: 29px;
	letter-spacing: -0.6px;
	color: #333;
}
.demand_box p {
	font-size: 16px;
	margin-bottom: 0;
}
.demand_box img {
	margin-bottom: 30px;
	object-fit: contain;
}
.record {
	padding: 100px 0px;
	background: linear-gradient(to bottom,#3589ea,#0363d1);
}
.main_ebay_hd {
	margin-bottom: 60px;
	text-align: center;
}
.main_ebay_hd h3 {
	text-align: center;
	color: #131d2b;
}
.bussines.yellow-rewamped {
	padding: 100px 0px;
}
.bussines-image img {
	width: 100%;
	padding-right: 88px;
}
.bussines .container {
	background:  linear-gradient(to right,#15ff24),#0363d1;
	/* background-repeat: no-repeat; */
	/* background-size: 62%; */
	/* background-position: right; */
	
}
.bussines-texter{
	padding: 50px 0;
    margin: 10px 0px 10px 0;
}
.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;
}
.feature-one {
	position: relative;
	display: block;
	padding: 100px 0px;
	background-color: #eef6ff;
}
.feature-one__single:hover .btn_ebay_main {
	background: #fff;
	color: #131d2b;
}
.feature-one .btn_ebay_main {
	padding: 10px 28px;
	font-size: 15px;
	margin-top: auto;
}
  .feature-one__inner {
    position: relative;
    display: block;
    counter-reset: count;
  }
  
  .feature-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: var(--insur-bdr-radius);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
	height: 100%;
  }
  
  .feature-one__single:hover {
    transform: translateY(-10px);
  }
  
  .feature-one__single-inner {
    position: relative;
    display: block;
    padding: 132px 30px 32px;
    border-radius: var(--insur-bdr-radius);
    overflow: hidden;
    z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  
  .feature-one__single-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #2980e4;
    border-radius: var(--insur-bdr-radius);
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    z-index: -1;
  }
  
  .feature-one__single:hover .feature-one__single-inner:before {
    transform: translate3d(0px, 0, 0px);
  }
  .feature-one__icon {
	position: absolute;
	left: -40px;
	top: -90px;
	border-radius: 50%;
	background-image: linear-gradient(to right,#0363d1,#3589ea);
	background-image: linear-gradient(to right,#0363d1,#3589ea);
	background-image: linear-gradient(to right,#0363d1,#3589ea);
	width: 197px;
	height: 197px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__icon {
	background: #2d343e;
}
  
  .feature-one__icon span {
    font-size: 65px;
    color: #fff;
    position: relative;
    display: inline-block;
    top: 107px;
    left: 81px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
  }
  
  .feature-one__count {
    position: absolute;
    top: 50px;
    right: 54px;
    height: 50px;
    width: 70px;
    text-align: center;
  }
  
  .feature-one__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    -webkit-text-stroke: 1px #c8ccd0;
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    counter-increment: count;
    content: counters(count, ".", decimal-leading-zero);
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .feature-one__single:hover .feature-one__count:before {
    -webkit-text-stroke: 1px #fff;
  }
  
  .feature-one__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 400ms;
    transform: translateX(100%);
    z-index: -1;
  }
  
  .feature-one__single:hover .feature-one__shape {
    transform: translateX(0%);
  }
  
  .feature-one__shape img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: 0.07;
  }
  
  .feature-one__title {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 14px;
	color: #131d2b;
}
  .feature-one__title a {
    color: #131d2b;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-one__single:hover .feature-one__title a {
    color: #fff;
  }
  
  .feature-one__text {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 15px;
}
  
  .feature-one__single:hover .feature-one__text {
    color: #fff;
  }
  .main_ebay_hd span {
	color: #0363d1;
}
.feature-one__icon i {
	position: absolute;
	left: 50%;
	top: 67%;
	font-size: 52px;
	color: #fff;
	transform: translate(-50% , -50%);
}
.feature-one__icon img {
	top: 114px;
    position: absolute;
    left: 91px;
}
.work_sec {
	padding: 100px 0px;
}
.work_sec .nav-item .nav-link {
	padding: 30px 15px 30px 15px;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #E9E9E9 !important;
	border-radius: 8px;
	box-shadow: 0 0 10px 1px rgba(233, 233, 233, 0.6);
	background-color: #fff;
	color: #131d2b;
	font-weight: 500;
	font-size: 14px;
	width: 160px;
	height: 100%;
}
.work_sec .nav-pills .nav-link.active, .work_sec .nav-pills .show > .nav-link,.work_sec .nav-pills .nav-link:hover {
	color: #fff;
	background-color: #0363d1;
}
.work_sec .nav-pills {
	justify-content: center;
	column-gap: 35px;
	margin-bottom: 60px !important;
}
.tab_icon i {
	font-size: 40px;
	margin-bottom: 18px;
}
.tabsSideText i {
	font-size: 190px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -5.28px;
	text-align: center;
	color: #131d2b;
	opacity: .1;
	line-height: 0.2;
}
.tabsSideText h4 {
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -1.32px;
	color: #24494d;
	margin: 0px;
	margin-top: -50px;
}
.tabsSideText h4 {
	color: #131d2b;
}
.tabsSideText p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: -0.58px;
	color: #131d2b;
	margin: 30px 0px 50px;
}
.tabsSideText {
	padding-top: 70px;
}
.record_btn {
	text-align: center;
	margin-top: 65px;
}
.record_btn .btn_ebay_main {
	background: #fff;
	color: #131d2b;
}
.work_sec .tab-content {
	padding: 45px;
	position: relative;
	overflow: hidden;
}
.bussines .btn_ebay_main {
	background: #fff;
	color: #131d2b;
}
.work_sec .tab-content::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: url(../../img/business-model-img/ebay/bg-tab.html);
	left: 0;
	top: 0;
	opacity: .6;
}
.lists{
	padding: 100px 0px;
}
.list_inner-box {
	position: relative;
	box-shadow: 0px 0px 84px #dfdfdf;
	padding: 30px 30px 30px 70px;
	border-radius: 15px;
	margin: 20px 25px;
	transition: all .3s ease-in;
}
.list_icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50% , -50%);
}
.list_inner-box h4 {
	font-size: 20px;
	color: #131d2b;
}
.list_inner-box p {
	font-size: 16px;
	margin-bottom: 0px;
	min-height: 85px;
}
.list_icon {
	font-size: 40px;
	background: #0363d1;
	padding: 25px;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0px 4px 20px #ccc;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why_choose_sec {
	padding: 100px 0px;
	background: linear-gradient(to bottom,#3589ea,#0363d1);
}
.why_choose_sec  .main_ebay_hd h3 {
	color: #fff;
}
.why_choose_sec  .main_ebay_hd span {
	color: #fff000;
}
.why-choose-list h5 {
	color: #131d2b;
}
.why-choose-list  p {
	font-size: 16px;
	margin-bottom: 0px;
}
.why-choose-list  img {
	width: 100%;
	height: 150px;
	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;
	background: #fff;
}
.why-choose-list img{
	transition: all .3s ease-in;
}
.why-choose-list:hover img{
	transform: scale(1.1);
}
.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: #fff;
	font-size: 23px;
}
.carousel_arrows {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.carousel_arrows span {
	border: 1px solid #fff;
	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;
}
.why_choose_sec .carousel-control-next-icon ,.why_choose_sec .carousel-control-prev-icon{
	background-image: none!important;
}
@media (max-width:1199px) {
	.bussines .container {
		background: none;
	}
	.bussines-texter h4 {
		color: #131d2b;
	}
	.bussines.yellow-rewamped .bussines-texter p {
		color: #131d2b;
	}
	.bussines .btn_ebay_main {
		background: #0363d1;
		color: #fff;
	}
	.bussines .btn_ebay_main {
		background: #0363d1;
		color: #fff;
	}
	.work_sec .nav-item .nav-link{
		margin-bottom: 15px;
	}
	.demand_box h2 {
		font-size: 22px;
	}
}
@media (max-width:767px) {
	.why_choose_sec .carousel-control-prev, .why_choose_sec .carousel-control-next {
		width: 15%;
	}
	.demand_box {
		margin-bottom: 20px;
	}

	.work_sec .nav-item .nav-link {
		padding: 15px 10px;
		width: 100%;
	}
	.tab_icon i {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.bussines-image img {
		margin-bottom: 15px;
	}
	.banner_ebay {
		height: initial;
	}
	.banner_content h1 {
		font-size: 40px;
	}
}
@media (max-width:575px) {
	.banner_ebay {
		padding:100px 0;
	}
	.carousel_arrows {
		margin-top: 25px;
	}
	.main_ebay_hd {
		margin-bottom: 25px;
	}
	.why_choose_sec {
		padding: 50px 0px;
	}
	.list_inner-box h4 {
		font-size: 18px;
	}
	.list_inner-box {
		padding: 20px;
	}
	.list_icon {
		position: relative;
		left: initial;
		top: initial;
		transform: none;
		margin-bottom: 15px;
	}
	.lists {
		padding: 50px 0px;
	}
	.record_btn {
		margin-top: 20px;
	}
	.demand_box h2 {
		font-size: 20px !important;
	}
	.demand_box {
		padding: 25px 25px;
	}
	.record {
		padding: 50px 0px;
	}
	.tabsSideText h4 {
		font-size: 24px;
		margin-top: -32px;
	}
	.tabsSideText p {
		font-size: 16px;
		margin: 15px 0px 30px;
	}
	.tabsSideText i {
		font-size: 115px;
	}
	.work_sec {
		padding: 50px 0px;
	}
	.feature-one__title {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.main_ebay_hd h3 {
		font-size: 18px;
	}
	.feature-one {
		padding: 50px 0px;
	}
	.bussines.yellow-rewamped {
		padding: 50px 0px;
	}
	.bussines.yellow-rewamped .bussines-texter p {
		font-size: 16px;
	}
	.bussines-texter h4 {
		font-size: 22px;
	}
	.btn_ebay_main {
		padding: 10px 20px;
		font-size: 16px;
	}
	.last_line h5 {
		margin-top: 48px;
	}
	.banner_content p {
		font-size: 16px;
	}
	.banner_content h1 br {
		display: none;
	}
	.banner_content h1 {
		font-size: 30px;
		line-height: 48px;
	}
	.banner_ebay > .container > .row {
		margin-top: 65px;
	}
	.mobile_none{
		display: none;
	}
	.mobile_show{
		display: block;
	}
}
@media (max-width:420px) {
	.feature-one__single-inner {
		padding: 132px 40px 15px;
	}
	.why_choose_sec .carousel-control-prev, .why_choose_sec .carousel-control-next {
		width: 28%;
	}
	.list_icon i {
		font-size: 30px;
		padding: 15px;
		width: 70px;
		height: 70px;
	}
	p{
		font-size: 14px !important;
	}
	.main_ebay_hd p {
		font-size: 14px;
		line-height: 22px;
	}

	.work_sec .nav-pills li {
		flex-shrink: 0;
	}
	.work_sec .btn_ebay_main {
		display: none;
	}
	.work_sec .nav-pills {
		column-gap: 25px;
		margin-bottom: 30px !important;
		width: 100%;
		overflow: auto;
		display: flex;
		flex-direction: row !important;
		justify-content: initial;
		flex-wrap: nowrap;
	}
	.feature-one__icon img {
		top: 109px;
		position: absolute;
		width: 50px;
		left: 76px;
	}
	.bussines.yellow-rewamped {
		text-align: center;
	}
	.bussines-texter h4 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.bussines.yellow-rewamped .bussines-texter p {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: center;
	}
	.banner_content h1 {
		font-size: 24px;
		line-height: 38px;
	}
	.last_line h5 {
		margin-top: 45px;
		font-size: 18px;
	}
	.why-choose-list img {
		width: 100%;
		height: 100%;
	}
	.why-choose-list {
		padding: 20px;
	}
}

.banner-img-overlay img:nth-child(1) {
    position: absolute;
    bottom: 5%;
    left: 10%;
    animation: 5s float_up_down infinite;
}
.banner-img-overlay img:nth-child(2) {
    position: absolute;
    top: 13%;
    right: 13%;
    animation: 5s float_down_up infinite;
}
.banner-img-overlay img:nth-child(3) {
    position: absolute;
    bottom: 8%;
    right: 17%;
    animation: 5s float_up_down infinite;
}

.list_inner-box:hover {
    background: #0363d1;
    color: #fff;
}
.list_inner-box:hover .list_icon{
	background-color: #fff;
}
.list_inner-box:hover .list_icon img{
	filter: brightness(0);
}

.list_inner-box:hover h4{
	color: #fff;
}