/* Become a profitable AI Arbitrage Winner! */
.arbitrage_winner_heading {
	max-width: 661px;
}
.arbitrage_winner_paragraph {
	max-width: 819px;
}
.reviewSwiper {
	padding: 74px 20px;
}

/* slider section  */
.mySwiper {
	padding: 0 20px;
}
.slider_profile_img {
	width: 44px;
	height: 44px;
}
.slider_box {
	min-height: 240px;
	border-radius: 20px;
	padding: 21px 14px;
	transition: all 0.3s ease-in-out;
	border: 1px solid white;
	box-shadow: 0px 25px 39px -9px #00000017;
}
.sponsor_slide {
	display: none;
}
.sponsor_slide,
.sponsor_slide_img {
	max-width: 1240px;
	padding-bottom: 42px;
	column-gap: 57px;
	row-gap: 30px;
}

.cg_wise {
	max-width: 116px;
}
.sponsor_slide_img {
	padding: 0 12px 42px;
}
.sponsor_slide .slick-track {
	display: flex !important;
	align-items: center !important;
}
.slider_box:hover {
	border: 1px solid transparent;
	box-shadow: 0px 25px 39px -9px #00000017;
}
.review_slide .slick-track {
	display: flex !important;
}
.review_slide .slick-slide {
	height: inherit !important;
}
.market_go_img {
	width: 260px;
	height: 38px;
}
.cg_wise_img {
	width: 116px;
	height: 70px;
}
.fargo_img {
	width: 220px;
	height: 70px;
}
.stanford_img {
	width: 146px;
	height: 54px;
}
.reserve_img {
	width: 189px;
	height: 53px;
}
.join_btn {
	border-radius: 30px;
	padding: 16px 24px;
	border: 1px solid white;
}
.join_btn:hover {
	color: white;
	background: var(--green) !important;
}
.px_12 {
	padding-left: 12px;
	padding-right: 12px;
}
/* ============ BACK TO TOP CSS =========== */

/* BACK-TO-TOP */
.back_top_top {
	background: var(--green);
	box-shadow: 0px 2px 10px 0px #00000026;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	z-index: 40;
	animation: back-to-top infinite 1.2s linear alternate;
}
@keyframes back-to-top {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media (max-width: 1199.98px) {
	.slider_box {
		min-height: 215px;
	}
	.sponsor_slide {
		display: flex;
	}
	.sponsor_slide_img {
		column-gap: 50px;
	}
}
@media (max-width: 767.9px) {
	.back_top_top {
		width: 35px;
		height: 35px;
	}
	.back_top_top img {
		width: 45px;
	}
	.market_go_img {
		width: 200px;
		height: 30px;
	}
	.cg_wise_img {
		width: 90px;
		height: 60px;
	}
	.fargo_img {
		width: 190px;
		height: 60px;
	}
	.stanford_img {
		width: 130px;
		height: 45px;
	}
	.reserve_img {
		width: 150px;
		height: 45px;
	}
	.sponsor_slide {
		padding-bottom: 32px;
	}
	.market_go {
		width: 160px;
	}
	.cg_wise {
		width: 100px;
	}
	.frago {
		width: 160px;
	}
	.standford {
		width: 130px;
	}
	.reserve {
		width: 160px;
	}
}
@media (max-width: 639.98px) {
	.reviewSwiper {
		padding: 50px 40px;
	}
}
@media (max-width: 575.98px) {
	.reviewSwiper {
		padding: 40px 12px;
	}
	.coutdown_digit_box {
		height: 50px;
		width: 50px;
		border-radius: 10px;
	}
	.accordion-button::after {
		width: 15px;
		height: 15px;
	}
	.join_btn {
		padding: 8px 24px;
	}
}

@media (max-width: 375px) {
	.flex_xsm_col {
		flex-direction: column !important;
	}
	.review_slider_parent {
		margin-top: 8px;
	}
	.slider_box {
		min-height: 260px;
	}
}
