.icon_item_wr{
	border-radius: 15px;
	padding: 15px;
	border: 1px solid #E9EEFC;
}
.icon_item.image .icon_img_wr{
	height: 237px;
	margin-bottom: 20px;
}
.icon_item_hd{
	color:#1B1B28;
}
.custom_icon{
	width:18px;
	height: 18px;
	cursor: pointer;
	margin: 0 30px;
	background: url('../../../images/down-arrow.svg') center / contain no-repeat;
}
.icon_slick_prev{
	transform: rotate(90deg);
}
.icon_slick_next{
	transform: rotate(-90deg);
}
@media(min-width: 1200px){
	.icon_item_wr{
		padding: 25px;
	}
	.icon_item_des{
		font-size: 17px;
	}
}

/*steps start*/
#steps .icon_item_wr{
	border-radius: 0;
	padding: 0 15px;
	border: unset;
}
#steps .icon_item.icon .icon_img_wr{
	width:90px;
	height: 90px;
	border-radius: 100%;
	border: 14px solid #F4F4FA;
}
#steps .icon_item.icon .icon_img_wr picture{
	background: #325CD3;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#steps .icon_item.icon .icon_img_wr picture img{
	width: 30px;
	height: 30px;
}
#steps .icon_item_hd {
	flex: 0 0 calc(100% - 115px);
	width: calc(100% - 115px);
	color:#325CD3;
	padding-left: 10px;
	border-left: 1px solid #E9EEFC;
}
#steps .icon_item_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
@media(min-width: 1450px){
	#steps .icon_item.icon{
		max-width: 370px;
		position: relative;
	}
	#steps .icon_item_wr:nth-child(1) .icon_item.icon:before,
	#steps .icon_item_wr:nth-child(2) .icon_item.icon:before,
	#steps .icon_item_wr:nth-child(4) .icon_item.icon:before{
		content:'';
		display: block;
		position: absolute;
		width: 40px;
		height: 10px;
		top: 41px;
		right: -66px;
		background: url('../../../images/long_arrow.svg') center no-repeat;
	}
}
/*steps end*/
/*special start*/
#special >.container {
	border-radius: 15px;
	border: 1px solid #E9EEFC;
	background: #FFF;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
	padding: 27px;
}
#special .icon_item_wr {
	padding: 0;
	border-radius: 0;
	border: none;
}
@media(max-width: 575px){
	#special .icon_item_wr {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
#special .icon_img_wr {
	width: 38px;
	height: 38px;
}
#special .icon_item_header{
	padding: 0 15px;
}
#special .icon_item_hd{
	margin-top: 10px;
	letter-spacing: 0.9px;
	line-height: 1.5;
}
#special .post_content{
	margin-top: 15px;
	padding-top: 30px;
	position: relative;
}
#special .post_content:after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #E9EEFC;
}

@media(min-width: 1200px){
	#special >.container{
		max-width: 1270px;
		padding: 62px;
	}
	#special .post_content {
		margin-top: 25px;
		padding-top: 40px;
	}
	#special .icon_img_wr {
		width: 50px;
		height: 50px;
	}
}
/*special end*/