.crypto__exchange__development {
	margin-top: 5rem;
}

.crypto__exchange__development .exchange__sprites {
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/12/11113320/exchange_development_icons.webp);
	background-size: 1200px;
	background-repeat: no-repeat;
}
.crypto__exchange__development .exchange_platform_sprites {
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/12/11113313/cryptoBlockchainPlatformLogos.webp);
	background-size: 846px;
	background-repeat: no-repeat;
}

.crypto__exchange__development .exchange_development_banner_grid {
	grid-template-columns: 684px 1fr;
	grid-column-gap: 2.5rem;
}
.crypto__exchange__development .exchange_development_banner_grid .banner_img {
	position: relative;
	z-index: 1;
}

.crypto__exchange__development .stats_grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}
.crypto__exchange__development .stats_grid h4 {
	color: #080808;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.crypto__exchange__development .stats_grid p {
	color: #5D5D5D;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
}

.crypto__exchange__development .platform_development_section .platform_development_grid {
	grid-template-columns: 1.25fr 1fr;
	grid-column-gap: 2.5rem;
}
.crypto__exchange__development .platform_development_section .platform_development_details {
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5rem;
}
.crypto__exchange__development .platform_development_section .platform_development_details .platform_development_icon_1 {
	background-position: -24px -24px;
}
.crypto__exchange__development .platform_development_section .platform_development_details .platform_development_icon_2 {
	background-position: -88px -24px;
}
.crypto__exchange__development .platform_development_section .platform_development_details .platform_development_icon_3 {
	background-position: -152px -24px;
}
.crypto__exchange__development .platform_development_section .platform_development_details .platform_development_icon_4 {
	background-position: -216px -24px;
}

.crypto__exchange__development .reason_2_invest_section .reason_2_invest_grid {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 5rem;
}
.crypto__exchange__development .reason_2_invest_section .reason_2_invest_details {
	grid-template-columns: 1fr 1.25fr;
	grid-gap: 3rem;
}
.crypto__exchange__development .reason_2_invest_section .reason_2_invest_details .reason_2_invest_icon {
	background-position: -280px -37px;
}
.crypto__exchange__development .reason_2_invest_section .reason_2_invest_details h4 {
	color: #FB7000;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

.crypto__exchange__development .exchange_dev_service_icon_1 {
	background-position: -320px -30px;
}
.crypto__exchange__development .exchange_dev_service_icon_2 {
	background-position: -372px -30px;
}
.crypto__exchange__development .exchange_dev_service_icon_3 {
	background-position: -528px -30px;
}
.crypto__exchange__development .exchange_dev_service_icon_4 {
	background-position: -424px -30px;
}
.crypto__exchange__development .exchange_dev_service_icon_5 {
	background-position: -476px -30px;
}

.crypto__exchange__development .exchange_key_attr_service_grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_1 {
	background-position: -580px -26px;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_2 {
	background-position: -640px -26px;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_3 {
	background-position: -700px -26px;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_4 {
	background-position: -760px -26px;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_5 {
	background-position: -820px -26px;
}
.crypto__exchange__development .exchange_key_attr_service_grid .exchange_key_attr_service_icon_6 {
	background-position: -880px -26px;
}

.crypto__exchange__development .exchange_platform_secured_grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.75rem;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_1 {
	background-position: -940px -32px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_2 {
	background-position: -988px -32px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_3 {
	background-position: -1036px -32px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_4 {
	background-position: -1084px -32px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_5 {
	background-position: -1132px -32px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_6 {
	background-position: -24px -90px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_7 {
	background-position: -72px -90px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_8 {
	background-position: -120px -90px;
}
.crypto__exchange__development .exchange_platform_secured_grid .exchange_platform_secured_icon_9 {
	background-position: -168px -90px;
}

.crypto__exchange__development .exchange_development_tabs > div {
	color: #454545;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background: #F6F6F6;
	margin: 0 .5rem;
	cursor: pointer;
}
.crypto__exchange__development .exchange_development_section .exchange_development_tabs > div:hover,
.crypto__exchange__development .exchange_development_section .exchange_development_tabs > div.active {
	background: #9B51E0;
	color: #ffffff;
}
.crypto__exchange__development #exchange_development_tools {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #fff;
	width: 400px;
	height: 52px;
	margin: 0 auto;
	background-position: 100%;
	background-repeat: no-repeat;
	border: 1px solid #D1D1D1;
	padding: 0.75rem;
	border-radius: 10px;
	outline: none;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/06/25124647/selectArrow.png);
}
.crypto__exchange__development .exchange_development_logos {
	display: none;
}
.crypto__exchange__development .exchange_development_logos p {
	color: #454545;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid,
.crypto__exchange__development .exchange_development_logos .intermediate_grid,
.crypto__exchange__development .exchange_development_logos .advanced_grid {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} 
.crypto__exchange__development .exchange_development_logos .basic_grid > div,
.crypto__exchange__development .exchange_development_logos .intermediate_grid > div,
.crypto__exchange__development .exchange_development_logos .advanced_grid > div {
	border: 1px solid #eaeaea;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-left: none;
	border-top: none;
}
.crypto__exchange__development .exchange_development_logos .basic_grid > div:nth-last-child(-n+5),
.crypto__exchange__development .exchange_development_logos .intermediate_grid > div:nth-last-child(-n+5),
.crypto__exchange__development .exchange_development_logos .advanced_grid > div:nth-last-child(-n+5) {
	border-bottom-color: transparent;
}
.crypto__exchange__development .exchange_development_logos .basic_grid > div:nth-child(5n),
.crypto__exchange__development .exchange_development_logos .intermediate_grid > div:nth-child(5n),
.crypto__exchange__development .exchange_development_logos .advanced_grid > div:nth-child(5n) {
	border-right: none;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .spotTrading {
	background-position: -214px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .advancedOrder {
	background-position: -266px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .kycAutomation {
	background-position: -318px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .cryptoSwap {
	background-position: -370px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .reward {
	background-position: -422px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .admin {
	background-position: -474px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .mobileApp {
	background-position: -526px -87px;
}
.crypto__exchange__development .exchange_development_logos .basic_grid .multiRole {
	background-position: -578px -87px;
}

.crypto__exchange__development .exchange_development_logos .intermediate_grid .multilingual {
	background-position: -630px -87px
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .external {
	background-position: -682px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .native {
	background-position: -734px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .fiatRamp {
	background-position: -786px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .fiatGateway {
	background-position: -838px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .airdrop {
	background-position: -890px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .ammBot {
	background-position: -942px -87px;
}
.crypto__exchange__development .exchange_development_logos .intermediate_grid .news {
	background-position: -994px -87px;
}

.crypto__exchange__development .exchange_development_logos .advanced_grid .peer {
	background-position: -1046px -87px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .staking {
	background-position: -1098px -87px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .otc {
	background-position: -24px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .prepaid {
	background-position: -76px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .launchpad {
	background-position: -128px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .crypto {
	background-position: -180px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .copy {
	background-position: -232px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .gridTrading {
	background-position: -284px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .price {
	background-position: -336px -146px;
}
.crypto__exchange__development .exchange_development_logos .advanced_grid .lending {
	background-position: -388px -146px;
}

.crypto__exchange__development .crypto_exchange_type_lists {
	margin: 1.875rem 1.5rem;
	min-width: 200px;
}
.crypto__exchange__development .crypto_exchange_type_lists p {
	color: #080808;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_1 {
	background-position: -440px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_2 {
	background-position: -504px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_3 {
	background-position: -568px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_4 {
	background-position: -632px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_5 {
	background-position: -696px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_6 {
	background-position: -760px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_7 {
	background-position: -824px -140px;
}
.crypto__exchange__development .crypto_exchange_type_lists .crypto_exchange_type_icon_8 {
	background-position: -888px -140px;
}

.crypto__exchange__development .crypto_exchange_process .crypto_exchange_first_row.crypto_exchange_row{
	margin-bottom: 3rem;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_wrap.text-center{
	flex: 0 0 33.33%;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_second_row.crypto_exchange_row{
	flex-direction: row-reverse;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_step{
	position: relative;
	border-radius: 6px;
	border-right: 3px solid #BF8DF3;
	border-bottom: 3px solid #BF8DF3;
	background: #F3EAFD;
	box-shadow: 17px 17px 16px 1px rgba(191, 141, 243, 0.20);
	color: #9B51E0;
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_step span.step-count{
	transform: rotate(-45deg);
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_row_wrap{
	position: relative;
	margin: auto;
	margin-top: 3.8rem;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_row{
	position: relative;
	z-index: 1;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_detail{
	margin-top: 1.7rem;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_detail h3{
	color: #080808;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 5px;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_row:before{
	content: '';
	position: absolute;
	width: calc(100% - 200px);
	height: 7px;
	background-color: #e5e5e5;
	top: 32px;
	left: unset;
	z-index: -1;
	right: 0;
}
.crypto__exchange__development .crypto_exchange_process .crypto_exchange_first_row.crypto_exchange_row:after{
	content: '';
	position: absolute;
	height: 180px;
	width: 7px;
	background-color: #e5e5e5;
	top: 123px;
	z-index: -1;
	right: 0;
	transform: translateY(-50%);
}

.crypto__exchange__development .exchange_comparison_grid {
	grid-template-columns: repeat(3, 1fr);
}
.crypto__exchange__development .exchange_comparison_grid > div {
	padding: 24px 40px;
	border: 1px solid #E7E7E7;
	place-content: center;
}
.crypto__exchange__development .exchange_comparison_grid .header {
	background: #FFF9EC;	
}
.crypto__exchange__development .exchange_comparison_grid .even-row {
	background-color: #F6F6F6;
}
.crypto__exchange__development .exchange_comparison_grid h6 {
	color: #080808;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%; 
}
.crypto__exchange__development .exchange_comparison_grid h4 {
	color: #080808;
	font-size: 20px;
	font-weight: 700;
	line-height: 160%; 
}
.crypto__exchange__development .exchange_comparison_grid p {
	color: #454545;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%; 
}

.crypto__exchange__development .exchange_money_grid {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem;
}
.crypto__exchange__development .exchange_money_grid .exchange_money_icon_1 {
	background-position: -952px -142px;
}
.crypto__exchange__development .exchange_money_grid .exchange_money_icon_2 {
	background-position: -1012px -142px;
}
.crypto__exchange__development .exchange_money_grid .exchange_money_icon_3 {
	background-position: -1072px -142px;
}
.crypto__exchange__development .exchange_money_grid .exchange_money_icon_4 {
	background-position: -1132px -142px;
}

.crypto__exchange__development .cryto_business_benefits_details {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 1rem;
	min-height: 180px;
}
.crypto__exchange__development .cryto_business_benefits_details .customizaion_bg {
	width: 112px;
	height: 86px;
	background-position: -24px -221px;
}
.crypto__exchange__development .cryto_business_benefits_details .businee_bg {
	width: 150px;
	height: 80px;
	background-position: -156px -227px;
}
.crypto__exchange__development .cryto_business_benefits_details .security_bg {
	width: 90px;
	height: 83px;
	background-position: -320px -222px;
}
.crypto__exchange__development .cryto_business_benefits_details .technology_bg {
	width: 100px;
	height: 103px;
	background-position: -427px -211px;
}
.crypto__exchange__development .cryto_business_benefits_details .market_bg {
	width: 102px;
	height: 98px;
	background-position: -544px -214px;
}
.crypto__exchange__development .cryto_business_benefits_details .cost_bg {
	width: 90px;
	height: 98px;
	background-position: -665px -214px;
}

.crypto__exchange__development .why_choose_us_grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.75rem;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_1 {
	background-position: -24px -343px;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_2 {
	background-position: -84px -343px;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_3 {
	background-position: -144px -343px;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_4 {
	background-position: -204px -343px;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_5 {
	background-position: -264px -343px;
}
.crypto__exchange__development .why_choose_us_grid .why_choose_us_icon_6 {
	background-position: -324px -343px;
}

.crypto__exchange__development .top_blockchain_platfom_grid {
	grid-template-columns: repeat(4, 1fr);
}
.crypto__exchange__development .top_blockchain_platfom_grid > div {
	border: 1px solid #eaeaea;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-left: none;
	border-top: none;
}
.crypto__exchange__development .top_blockchain_platfom_grid > div:nth-last-child(-n+4) {
	border-bottom-color: transparent;
}
.crypto__exchange__development .top_blockchain_platfom_grid > div:nth-child(4n) {
	border-right: none;
}
.crypto__exchange__development .top_blockchain_platfom_grid .solana {
	width: 140px;
	height: 22px;
	background-position: -16px -23px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .hedera {
	width: 102px;
	height: 33px;
	background-position: -179px -17px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .ethereum {
	width: 129px;
	height: 34px;
	background-position: -303px -17px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .polygon {
	width: 120px;
	height: 29px;
	background-position: -454px -19px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .cosmos {
	width: 90px;
	height: 36px;
	background-position: -605px -16px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .algo {
	width: 108px;
	height: 31px;
	background-position: -719px -18px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .bnb {
	width: 190px;
	height: 35px;
	background-position: -15px -67px;
}
.crypto__exchange__development .top_blockchain_platfom_grid .corda {
	width: 102px;
	height: 34px;
	background-position: -227px -67px;
}

.crypto__exchange__development .testimonials_section .testimonials_details .avatar_1{
	background-position: -384px -339px;
}
.crypto__exchange__development .testimonials_section .testimonials_details .avatar_2{
	background-position: -454px -339px;
}
.crypto__exchange__development .testimonials_section .testimonials_details .avatar_3{
	background-position: -524px -339px;
}
.crypto__exchange__development .testimonials_section .testimonials_details .quotes_icon {
	background-position: -594px -354px;
}

.crypto__exchange__development .crypto_journey_grid {
	grid-template-columns: 1.25fr 1fr;
	grid-column-gap: 2.5rem;
}
.crypto__exchange__development .crypto_journey_grid img {
	height: auto;
}
.crypto__exchange__development .crypto_journey_section + .global_clients_section {
	padding-bottom: 1rem;
}

.crypto__exchange__development .blockchain_award_section {
	padding-bottom: 1rem;
}