.boxed_icon_list {
	background: var(--second_color);
	position: relative;
}
.boxed_icon_list .bg {
	position: absolute;
	height: 40vh;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.boxed_icon_list .container {
	position: relative;
	padding-top: 15vw;
	padding-bottom: 9.2vw;
}
.boxed_icon_list .content_wrap {
	background: #f7f3f3;
	padding: 50px 4.4vw 10px;
}
.boxed_icon_list .title_wrap {
	margin-bottom: 20px;
}
.boxed_icon_list .box_wrap {
	display: grid;
	grid-template-columns: 166px auto;
	grid-gap: 3.6vw;
	padding: 40px 0 20px;
}
.boxed_icon_list .box_wrap:not(:last-child) {
	border-bottom: 3px solid var(--hover_color);
}
.boxed_icon_list .title_wrap p {
	font-size: calc(14px + (25 - 14) * (100vw / 3000));
}
.boxed_icon_list .box_wrap h3 {
	margin: 0 0 2.6vw 0;
}
.boxed_icon_list .boxes_wrap .button_basic {
	background: transparent;
	text-transform: capitalize;
	margin-top:0;
	color: var(--second_color);
	padding-left: 0;
}
.boxed_icon_list .boxes_wrap .button_basic:hover {
	color:#FFF;
	transition:color 0ms;
}
.boxed_icon_list .boxes_wrap .button_basic:after {
	content: '';
	position: absolute;
	background: url('../images/TLEX-Icons_Next_blue.svg')transparent no-repeat;
	right: 50px;
	top: 21px;
	width: 9px;
	height: 17px;
	transition: .3s ease-in-out .2s;
}
.boxed_icon_list .boxes_wrap .button_basic:hover:after {
	right: -9px;
}
.boxed_icon_list .boxes_wrap .button_basic:before {
	background: var(--hover_color);
	left: -101%;
	top: 0;
}
.boxed_icon_list .button_basic span {
	padding-right: 1.9vw;
	transition: .3s ease-in-out;
}
.boxed_icon_list .button_basic:hover span {
	padding: 0 0 0 50px;
}
.boxed_icon_list .boxes_wrap .button_basic:hover:before {
	left: 0;
}
.boxed_icon_list .icon_wrap {
	width: 166px;
	height: 166px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 3px solid var(--hover_color);
	padding: 15px;
}
.boxed_icon_list .icon_wrap .bg_icon {
	background: #ffffff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px;
}
.page-id-262 .boxed_icon_list .title_wrap p {
	max-width:75vw;
}
.page-id-262 .boxed_icon_list {
	background:#0f2a46;
}
/* Responsiveness */
@media (min-width:1441px) {
	.boxed_icon_list .title_wrap p {
    font-size: calc(14px + (25 - 14) * (100vw / 3000));
    max-width: 920px;
    margin: 40px auto 0;
	}
}
/* @media(max-width: 1441px) and (min-width: 992px) { */
@media (min-width: 992px) {
	.boxed_icon_list .title_wrap p {
		font-size:calc(14px + (25 - 14) * (100vw / 3000));
	}
	.boxed_icon_list .content_wrap {
		transform: scale(.8);
	}
	.boxed_icon_list .content_wrap p {
		font: 400 calc(13px + (27 - 14) * (100vw / 3000))/1.56 var(--simple_font);
	}
	.boxed_icon_list .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.boxed_icon_list .icon_wrap {
    width: 120px;
    height: 120px;
    border: 2px solid var(--hover_color);
    padding: 0;
		margin: 0 0 0 auto;
	}
	.boxed_icon_list .icon_wrap .bg_icon {
    background: transparent;
    padding: 20px;
	}
}
@media (max-width: 991px) {
	.boxed_icon_list .content_wrap {
		transform: scale(.8);
	}
	.boxed_icon_list .content_wrap p {
		font: 400 calc(13px + (27 - 14) * (100vw / 3000))/1.56 var(--simple_font);
	}
}
@media (max-width: 767px) {
	.boxed_icon_list .title_wrap p {
		font-size: calc(14px + (25 - 14 + (25 - 14 * .7)) * ((100vw - 360px) / 1920));
	}
	.boxed_icon_list .boxes_wrap .button_basic:after {
		right: 30px;
		top: 14px;
	}
	.boxed_icon_list .button_basic span {
		padding-right: 8.3vw;
	}
	.boxed_icon_list .button_basic:hover span {
		padding: 0 0 0 30px;
	}
	.boxed_icon_list .icon_wrap {
    width: 120px;
    height: 120px;
    border: 2px solid var(--hover_color);
    padding: 0;
	}
	.boxed_icon_list .icon_wrap .bg_icon {
    background: transparent;
    padding: 24px;
	}
	.boxed_icon_list .content_wrap {
		transform: scale(1);
	}
}
@media(max-width: 601px) {
	.boxed_icon_list .box_wrap {
		text-align: center;
		justify-items: center;
		grid-template-columns: 1fr;
		grid-gap: 8.3vw;
	}
	.boxed_icon_list .boxes_wrap .button_basic {
		padding-left: 30px;
	}
	.boxed_icon_list .button_basic:hover span {
		padding: 0;
	}
	.boxed_icon_list .box_wrap {
		padding-bottom: 28px;
	}
}