.btn .caret {
	margin-left: 0.255rem;
}

.price-features ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.price-features ul li {
	padding-left: 30px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.price-features ul li:last-child {
	margin-bottom: 0;
}

.price-features ul li span {
	color: #000;
}

.price-features ul li::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #fdbc4b;
	position: absolute;
	left: 0;
}

.navbar-brand {
	margin: 0 !important;
	max-width: 200px;
}

.navbar-brand img {
	width: 100%;
}

@media (max-width:767px) {
	.price-box {
		padding: 30px !important;
	}

	.navbar.navbar-transparent .navbar-collapse {
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
	}

}

.bg-gradient-primary {

	/* background-color: #fdbc45 !important; */

	/* background-image: none !important; */
	color: #000 !important;
	font-size: 16px;
}

.btn-primary {
	color: #000 !important;
	background-color: #fdbc45 !important;
	border: none;
}

.text-custom {
	color: #fdbc45 !important;
	font-family: 'Inter', sans-serif;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
	margin-top: 1rem !important;
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
	background-color: #000;
}

.buy-nowBtn {
	width: 100%;
}

.start-free-trail {
	width: 100%;
	margin-top: 15px;
}

.btn-outline, .btn-outline-primary {
	color: #fdbc45 !important;
	border-color: #fdbc45 !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
	background-image: none;
	background-color: #fdbc45 !important;
}

.sidenav .navbar-brand {
	padding: 0.5rem 1rem;
}

.navbar-brand img {
	max-height: none !important;
}

.input-group .form-control:focus {
	border-left: 1px solid #fdbc4b !important;
	border-right: 1px solid #fdbc4b !important;

}

.form-control:focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	border-color: rgba(253, 188, 75, 0.6);
	box-shadow: 0 0 0 2px rgba(253, 188, 75, 0.6);
}

.form-select:focus {
	border-color: rgba(253, 188, 75, 0.6);
	box-shadow: 0 0 0 2px rgba(253, 188, 75, 0.6);
}

.hyzaTheme-btn, .btn-outline-primary:active {
	background-color: #fdbc45 !important;
	color: #000 !important;
	background-image: none !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #fdbc4b;
	border-color: #fdbc4b;
	box-shadow: 0 0 0 2px rgba(253, 188, 75, 0.6);
}

.cstmTabs .tab-content {
	padding: 15px;
}

.cstmTabs .nav {
	border-bottom: 1px solid #ffba00;
	flex-wrap: nowrap;
}

.cstmTabs .nav .nav-link {
	color: #000;
	border-radius: 0;
	font-weight: bold;
	min-height: 60px;
	width: 100%;
}

.cstmTabs .nav .nav-item {
	width: 240px;
}

.cstmTabs .nav .nav-link.active {
	background-color: #ffba00;
}

.ctntWrap {
}

.alert-success {
	background-image: none;
	background-color: #cff4fc;
	color: #055160 !important;
}

.alert-warning {
	background-image: none;
	background-color: #fff3cd;
	color: #664d03 !important;
}

.alert-success ul, .alert-warning ul {
	list-style: none;
	padding-left: 0;
}

.alert-success ul li, .alert-warning ul li {
	position: relative;
	padding-left: 25px;
}

.alert-success ul li:before, .alert-warning ul li:before {
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 17px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.alert-success ul li:before {
	content: '\f058';
}

.alert-warning ul li:before {
	content: '\f06a';
}

.template {
	overflow: hidden;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	border: 2px solid #cfcfcf;
	cursor: pointer;
	max-height: 219px;
}

.template img {
	width: 100%;
}

.template:hover img {
	animation: moveSlideshow 3s linear;
	animation-fill-mode: forwards;
}

@keyframes moveSlideshow {
	100% {
		transform: translateY(calc(-100% + 200px));
	}

}

/* Wizard */
.steps-form {
	display: table;
	width: 100%;
	position: relative;
}

.steps-form .steps-row {
	display: table-row;
}

.steps-form .steps-row::before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.steps-form .steps-row .steps-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.steps-form .steps-row .steps-step p {
	margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	margin-top: 0;
}

/* End  */
.accordion-button::after {
	content: '\f078';
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 1rem;
	box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
	font-family: 'Inter', sans-serif;
}

.inputbox span,
.inputbox span {
	color: #67748e;
	font-size: .8rem;
}

.btn {
	letter-spacing: -0.025rem;	
	background-size: 150%;
	background-position-x: 25%;
	border-radius: 0.5rem;
}

.btn-round {
	border-radius: 30px;
}

.timeline {
	position: relative;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 1rem;
	height: 100%;
	border-right: 2px solid #dee2e6;
}

.timeline-block {
	position: relative;
}

.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-block:first-child {
	margin-top: 0;
}

.timeline-block:last-child {
	margin-bottom: 0;
}

.timeline-step {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 600;
	z-index: 1;
}

.timeline-step svg, .timeline-step i {
	line-height: 1.4;
}

.timeline-content {
	position: relative;
	margin-left: 45px;
	padding-top: 0.35rem;
	position: relative;
	top: -6px;
}

.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width:992px) {
	.timeline:before {
		left: 50%;
		margin-left: -1px;
	}

	.timeline-step {
		left: 50%;
	}

	.timeline-content {
		width: 38%;
	}

	.timeline-block:nth-child(even) .timeline-content {
		float: right;
	}

}

.timeline-one-side:before {
	left: 1rem;
}

.timeline-one-side .timeline-step {
	left: 1rem;
}

.timeline-one-side .timeline-content {
	width: auto;
}

@media (min-width:992px) {
	.timeline-one-side .timeline-content {
		max-width: 30rem;
	}

}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
	float: none;
}

.bg-dark {
	background-color: #344767 !important;
}
