.single-features-box {
	padding: 50px 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}
.single-features-box .icon {
	color: #1c70c8;
	font-size: 54px;
	line-height: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.single-features-box .contents h4 {
	margin: 20px 0px;
}

.section-title-2 {
	padding-bottom: 10px;
}

.section-title-2 span {
	text-transform: capitalize;
	display: block;
	color: #1c70c8;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1c70c8;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-title-2 h1 {
	text-transform: capitalize;
	font-size: 60px;
	line-height: 1.17;
}

faq-content .accordion-item {
	border: 0;
	margin-top: 20px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
	font-weight: 700;
	color: #1f425d;
	letter-spacing: -0.2px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	padding: 16px 20px;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
	margin-bottom: 0;
}
.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.accordion-body {
	padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
	border-width: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.faq-area .faq-content .accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.faq-area .faq-content .accordion li {
	position: relative;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.faq-area .faq-content .accordion li:last-child {
	margin-bottom: 0;
}

.faq-area .faq-content .accordion li .title {
	margin: 0;
	cursor: pointer;
	font-size: 20px;
	padding: 20px 15px 20px 80px;
	text-transform: uppercase;
	position: relative;
}

.faq-area .faq-content .accordion li .title::before {
	content: "";
	background-color: #eeeeee;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
}

.faq-area .faq-content .accordion li .title:after {
	width: 10px;
	height: 10px;
	border-right: 1px solid #312f2f;
	border-bottom: 1px solid #312f2f;
	position: absolute;
	left: 22px;
	content: " ";
	top: 23px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.faq-area .faq-content .accordion li .title.active {
	border-bottom: 1px solid #dcdcdc;
}

.faq-area .faq-content .accordion li .title.active:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.faq-area .faq-content .accordion li .accordion-content {
	display: none;
	padding: 20px 20px;
}

.featured-video-wrapper {
	padding: 150px 0px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}
justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* news Detail */
.tracker-container {
	background-color: #f9f9f9;
	padding-top: 100px;
	padding-bottom: 100px;
}

.tracker-detail-wrapper {
	background-color: #fff;
	padding: 25px;
}

/* Tracker */

.track-info {
	background-color: #1c70c8;
	padding: 20px;
}
.track-info .title-2 {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	width: 38%;
}
.track-info li {
	border-bottom: 1px solid #3e3e3e;
	padding: 21px 30px;
}
.track-info li:last-child {
	border-bottom: 0 none;
}
.track-info .fs-16 {
	display: inline-block;
	width: 60%;
}
.progress-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}
.progress-status {
	background: #efefef;
	height: 5px;
	margin-bottom: 23px;
}

.border-left {
	border-top: 5px solid #1c70c8;
	margin-left: 25px;
	position: absolute;
	left: -10px;
}
.progress-wrap .dot {
	border-radius: 50%;
	height: 15px;
	position: absolute;
	top: -5px;
	width: 15px;
}
.dot-left {
	left: 0;
	background-color: #1c70c8;
}
.dot-right {
	background-color: #efefef;
	right: 0;
}
.progress-wrap .border-color {
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	height: 23px;
	position: absolute;
	top: -10px;
	width: 23px;
	background-color: #1c70c8;
	border-color: #1c70c8;
	color: #1c70c8;
}
.progress-wrap .dot-center {
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
}
.progress-content p b {
	padding: 0 5px;
}

.page-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nice-select .list {
	border-radius: 0px;
	height: 200px;
	overflow-y: auto;
}
