.error {
	color: #ff0000;
}
.card0 {
	border-radius: 8px;
	z-index: 0;
}
.card {
	overflow: unset;
}
.card00 {
	z-index: 0;
}

.card1 {
	margin-left: 74px;
	z-index: 0;
	border-right: 1px solid #009868;
}

.card2 {
	display: none;
}

.card2.show {
	display: block;
}
.btn-light-info:hover,
.btn-light-info:focus,
.btn-light-info:active {
	background: #817132 !important;
	border-color: #817132 !important;
	color: #ffffff !important;
}

input:focus,
select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #817132 !important;
	outline-width: 0 !important;
}

#progressbar {
	position: absolute;
	left: 10px;
	overflow: hidden;
	color: #817132;
}

#progressbar li {
	list-style-type: none;
	font-size: 8px;
	font-weight: 400;
	margin-bottom: 36px;
}

#progressbar li:nth-child(3) {
	margin-bottom: 36px;
}

#progressbar .step0:before {
	content: "";
	color: #fff;
}

#progressbar li:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 20px;
	background: #fff;
	border: 2px solid #009868;
	border-radius: 50%;
	margin: auto;
}

#progressbar li:last-child:before {
	width: 30px;
	height: 30px;
}

#progressbar li:after {
	content: "";
	width: 3px;
	height: 66px;
	background: #bdbdbd;
	position: absolute;
	left: 45px;
	top: 15px;
	z-index: -1;
}

#progressbar li:last-child:after {
	top: 227px;
	height: 95px;
}

#progressbar li:nth-child(3):after {
	top: 81px;
}
#progressbar li:nth-child(4):after {
	top: 132px;
}
#progressbar li:nth-child(5):after {
	top: 198px;
}
#progressbar li:nth-child(6):after {
	top: 265px;
}
#progressbar li:nth-child(2):after {
	top: 0px;
}

#progressbar li:first-child:after {
	position: absolute;
	top: -81px;
}

#progressbar li.active:after {
	background: #009868;
}

#progressbar li.active:before {
	background: #009868;
	font-family: FontAwesome;
	content: "\f00c";
}

/* themekey:dzRpT1kzNGVub3NPVnVsaUZURTV4cHJtcllmeVhhSHArZDR4Zjd6YkI0QT0=*/
.themekey {
  display: none;
/* colorkey: dzRpT1kzNGVub3NPVnVsaUZURTV4cHJtcllmeVhhSHArZDR4Zjd6YkI0QT0=*/
}

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700");
.radio-buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.custom-radio input {
	display: none;
}

.radio-btn {
	margin: 10px;
	width: 124px;
	height: 104px;
	border: 3px solid transparent;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 20px #c3c3c367;
	cursor: pointer;
}
.radio-btn h2 {
	font-size: 21px;
}

.radio-btn > i {
	color: #fff;
	background-color: #009868;
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%) scale(2);
	border-radius: 50px;
	padding: 3px;
	transition: 0.5s;
	pointer-events: none;
	opacity: 0;
}

.radio-btn .hobbies-icon {
	width: 124px;
	height: 80px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
	color: #ffdae9;
	line-height: 80px;
	font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
	border: 2px solid #009868;
}

.custom-radio input:checked + .radio-btn > i {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.in-sv-footer-section {
	padding-top: unset;
}
.in-blog-content button {
	color: #fff;
	width: 100%;
	height: 70px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	border-radius: 56px;
	transition: 500ms all ease;
	font-family: "Syne", sans-serif;
	background-color: var(--base-sv-color);
}
.in-blog-content button:hover {
	background-color: var(--theme-color);
}
.in-sv-cta-section {
	padding: 141px 0px 60px;
}
@media screen and (max-width: 720px) {
	.in-sv-cta-content h2 {
		font-size: 25px;
	}
	.in-sv-cta-section {
		padding: 70px 0px 35px;
	}
	.radio-btn .hobbies-icon {
		top: 55%;
	}
	.radio-btn {
		width: 141px;
		height: 105px;
	}
	.offer-price {
		margin-top: -100px !important;
		margin-left: 98px !important;
	}
}
@media screen and (max-width: 912px) {
	.card00 {
		padding-top: 30px;
	}

	.card1 {
		border: none;
		margin-left: 50px;
	}

	.card2 {
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 25px;
	}

	.social {
		height: 30px;
		width: 30px;
		font-size: 15px;
		padding-top: 8px;
		margin-top: 7px;
	}

	.get-bonus {
		margin-top: 40px !important;
		margin-left: 75px;
	}

	#progressbar {
		left: -25px;
	}
}

.rateit,
.rateit-font .rateit-range {
	overflow: hidden !important;
}
.rateit-selected {
	color: #17ac6a !important;
}
.credit {
	position: relative;
	width: 420px;
	height: 280px;
	-webkit-perspective: 420px;
	-moz-perspective: 420px;
	perspective: 420px;
}
.credit__head {
	display: block;
	height: 70px;
}
.credit_numer {
	display: block;
	width: 100%;
	word-spacing: 4px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.credit__space-full {
	width: 100%;
	float: left;
}
.credit__label {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.credit__info {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.credit__part.deluxe-card {
	background-image: url(../img/membership-deluxe-blank.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.credit__front {
	padding: 15px;
}
.credit__part {
	box-shadow: 1px 1px #aaa3a3;
	top: 0;
	position: absolute;
	z-index: 1000;
	left: 0;
	display: inline-block;
	width: 384px;
	height: 238px;
	background-color: #fff;
	border-radius: 8px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.optnumber {
	font-size: 40px;
	letter-spacing: 15px;
}
.form-check-input:checked {
	background-color: #212529;
	border-color: #fff;
}
.processfrm {
	padding: 50px 0 80px;
}
.square--60 {
	margin-top: 0px;
	margin-left: 0px;
}
.square--40 {
	width: 70px;
	height: 56px;
}
.hero-header-auto {
	padding: 3rem 0 10rem;
}

@media (min-width: 1200px) {
	.hero-header-auto {
		min-height: 800px;
	}
}
.offerimg {
	height: 151px;
	width: 100%;
}
.offer-price {
	margin-top: -91px;
	margin-left: 98px;
}
.fname {
	margin-top: 51px;
}
.discountimg {
	height: 92px;
	width: 21%;
	margin-top: -25px;
	margin-left: -24px;
}
.payfail {
	color: #a70a29;
	font-size: 60px;
	margin-left: -15px;
	padding: 25px;
	margin: 1px;
}
.paysuccess {
	color: #10ad2a;
	font-size: 60px;
	margin-left: -15px;
	padding: 25px;
	margin: 1px;
}

/*Steps form*/

.step-forms {
	display: none;
	transform-origin: top;
	animation: animate 1s;
}
.step-forms-active {
	display: block;
}
@keyframes animate {
	from {
		transform: scale(1, 0);
		opacity: 0;
	}
	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}
@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%,
	100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}

.timeline {
	flex-direction: column;
	margin: 20px auto;
	position: relative;
}
.timeline__event {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 13px 0;
	border-radius: 6px;
	align-self: center;
	width: 42vw;
	height: 53px;
}
.timeline__event:nth-child(2n + 1) {
	flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
	border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n + 1) .timeline__event__content {
	border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #f6a4ec;
	position: absolute;
	top: 0%;
	left: 50%;
	right: auto;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
	animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #f6a4ec;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-animation: fillLeft 2s forwards 4s ease-in-out;
	animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #9251ac;
	letter-spacing: 1.5px;
}
.timeline__event__content {
	padding: 15px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
		0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	background: #fff;
	width: calc(35vw - 84px);
	border-radius: 0 6px 6px 0;
}
.timeline__event__date {
	color: #f6a4ec;
	font-size: 1.5rem;
	font-weight: 600;
	background: #9251ac;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 20px;
	border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9251ac;
	padding: 20px;
	align-self: center;
	margin: 0 20px;
	background: #f6a4ec;
	border-radius: 100%;
	width: 42px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
		0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	padding: 0px;
	height: 42px;
	position: relative;
}
.timeline__event__icon i {
	font-size: 32px;
}
.timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #f6a4ec;
	position: absolute;
	top: 0%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
	animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #f6a4ec;
	position: absolute;
	left: 0%;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
	animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
	flex-basis: 100%;
}
.timeline__event--type2:after {
	background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
	color: #87bbfe;
	background: #555ac0;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
	background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
	background: #87bbfe;
	color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
	background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
	color: #555ac0;
}
.timeline__event--type3:after {
	background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
	color: #aff1b6;
	background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
	background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
	background: #aff1b6;
	color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
	background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
	color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
	content: none;
}

@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
		align-self: center;
	}
	.timeline__event__content {
		width: 100%;
	}
	.timeline__event__icon {
		border-radius: 6px 6px 0 0;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.timeline__event__icon:before,
	.timeline__event__icon:after {
		display: none;
	}
	.timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}
	.timeline__event:nth-child(2n + 1) {
		flex-direction: column;
		align-self: center;
	}
	.timeline__event:nth-child(2n + 1) .timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}
	.timeline__event:nth-child(2n + 1) .timeline__event__icon {
		border-radius: 6px 6px 0 0;
		margin: 0;
	}
}
@-webkit-keyframes fillLeft {
	100% {
		right: 100%;
	}
}
@keyframes fillLeft {
	100% {
		right: 100%;
	}
}
@-webkit-keyframes fillTop {
	100% {
		top: 100%;
	}
}
@keyframes fillTop {
	100% {
		top: 100%;
	}
}
@-webkit-keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}
@keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}

.bnklogo {
	padding: 20px;
}
.banklogo {
	width: 134px;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.banklogo {
		width: 130px;
	}
}
.brds {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
