@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", serif !important;
}
.steps i {
    opacity: 0;
    color: #5cb85d;
}

.secondStep.steps-step1, .steps-step2 {
    opacity: 0.5;
}

.secondStep.steps-step2, .secondStep.steps i {
    opacity: 1;
}
.grey-bg{
    background: #fff !important;
}
.payment2-content{
    max-width: 1270px;
}
.tracker {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}
.tracker>div:after {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 2px;
    left: calc(50% - 1px);
	background: #24728e;
	border: 2px solid #24728e;
	color: #fff;
}

.tracker>div:before {
	width: 100%;
	content: '';
	left: 50%;
	background-color: #24728e;
	height: 2px;
	top: 8px;
	position: absolute;
}

.tracker>div {
	position: relative;
	padding-top: 20px;
	width: 33.3%;
	font-size: 9.8px;
}

.tracker>div:last-of-type:after {
	background-color: var(--color_5);
	border: 3px solid #24728e;
    top: 4px;
}

.tracker>div:last-of-type {
	color: #ececec;
}

.tracker>div:last-of-type:before {
	content: none
}

.tracker>div:nth-child(2):after {
	content: ''
}

.tracker>div:last-of-type:after {
	content: '';
	border-color: #24728e;
	width: 10px;
	height: 10px;
}
.dh, .form_body, .ui-form__submit-button, .feats-wrapper{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.dh {
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	min-height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 24px 24px 0px 0px !important;
    background: #24728e;
}
.dh p {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.dh:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 6px);
	transform: translateX(-50%);
	top: 35px;
	width: 10px;
	height: 10px;
	background: #24728e;
	transform: rotate(45deg);
	z-index: 1
}
.form_body{
    background-color:#fafafa;
    border-radius: 24px;
}
.mainForm{
    padding: 8px 15px 15px;
    margin-top: 20px
}
.bg-white{
    background: transparent !important;
    padding: 0 !important;
}
.ui-form__submit {
    margin: 25px 0 10px 0;
}
.ui-form__block {
    margin-bottom: 15px;
    position: relative;
}
.ui-input{
    font-family: inherit;
    margin-top: 5px;
    height: 45px;
    padding-left: 13px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    border: .5px solid #e3e3e3;
    outline: none;
}
select.ui-input{
    color: #999;
}
.option{
    color: #000;
}
.ui-input:hover, select:hover {
    border-color: #2d67cb7d;
}
.ui-input:focus, select:focus {
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12) !important;
    border-color: #24728e99 !important;
}
.ui-input::placeholder {
    color: #999;
}
.ui-form__submit-button{
    margin: 0 0 10px;
    border-radius: 4px;
    height: auto;
    line-height: 1;
    font-size: 18px !important;
    font-weight: 500;
    padding: 18px;
    text-align: center;
}
.ui-form__submit-button:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.feats-wrapper{
    margin-bottom: 40px;
    padding: 21px 30px;
    border-radius: 24px;
    background: #fafafa;
}
.feats-wrapper h3{
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 12px;
}
.feats-wrapper img{
    width: 100%;
    margin-top: 15px;
}
.c2_includes{
    text-align: center;
    font-weight: 300;
    margin: 35px 0 13px 0;
    font-size: 13.4px;
}
.feats p {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
}
span.chk {
    width: 17px;
    height: 19px;
    background: #00a803;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin-left: 3px;
    filter: blur(0.5px);
}
span.chk:after {
    content: '';
    width: 4px;
    height: 9px;
    display: block;
    position: absolute;
    transform: rotate(40deg);
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    left: 6px;
    top: 3px;
}
span.chk+span {
    padding-left: 25px;
}
.c3 h3 {
    margin-top: -5px;
    padding-top: 0;
    border-bottom: 1px solid #ffffff26;
    color: #24728e;
    font-weight: 700;
    font-size: 21px;
    text-transform: initial;
}
.c3 p{
    opacity: .8;
    font-size: 11px;
}
.private_free{
    color: #6a6c74;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    margin-top: 20px;
}
.ui-form__block .ui-form__card-types{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-40%);
    width: 160px;
}
.cvv-wrapper{
    position: relative;
}
.cvv-card {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-40%);
    width: 40px;
}

