.step-loader {width: 100%; height: 100vh; background: rgb(255, 255, 255); z-index: 10000; position: absolute;}
.header-default .header__wrapper .header-left {	flex-basis: 25%;}
.header-default .header__wrapper .header-flex-right {-webkit-justify-content: inherit; justify-content: inherit;}
.step-header {float: left;}
.step-header.right-num {float: right;}
.step-header ul {list-style: none;padding: 0;margin: 0;}
.step-header ul li {float: left;text-align: center;	padding-right: 25px;position: relative;}
.step-header ul li:before {	content: '>';position: absolute;top: 50%;right: 5px;transform: translateY(-50%);color: #fff;font-size: 24px;}
.step-header ul li:last-child {	padding-right: 0;}
.step-header ul li:last-child:before {	display: none;}
.step-header ul li a {color: #fff;padding: 10px 25px;	display: inline-block;}
.step-header.right-num ul li a {font-weight: 600; line-height: 1.18;font-size: 16px;padding: 23px 25px;}
.step-header.right-num ul li a i {font-size: 13px;}
.step-header ul li a.active {background: rgba(255, 255, 255, .2);}
.step-icon-img img {width: 100%;max-width: 36px;}
.step-name {font-size: 14px;}
.step-wrapper {width: 100%;height: 100vh;position: relative;}
.step-wrapper.step-1 {background: #522395;}
.step-wrapper.step-2 {background: #8a13a1;}
.step-wrapper.step-3 {background: #f15874;}
.step-wrapper.step-4 {background: #6e28ac;}
.step-wrapper.step-5 {background: #077246;}
.step-wrapper.step-6 {background: #522395;}
.step-top-sec {position: relative;top: 72px;overflow: auto;	height: 100%;}
.center-container {	width: 100%;position: absolute;	top: 40%;transform: translateY(-50%);}
.steps-heading {text-align: center;	padding-bottom: 30px;}
.step-input, .step-input:focus {width: 100%;max-width: 525px;border: 4px solid #fff;padding: 1em;height: 60px;border-radius: 4px;color: #fff;font-size: 19px;font-weight: 500;background: transparent;margin-bottom: 15px;position: relative;left: 50%;transform: translateX(-50%);}
.step-input::placeholder {color: #fff;}
.step-other, .step-other:focus {width: 100%;max-width: 525px;border: 4px solid #fff;padding: 1em;height: 68px;border-radius: 4px;color: #fff;font-size: 19px;font-weight: 500;background: transparent;margin-bottom: 15px;position: relative;left: 50%;transform: translateX(-50%);}
.step-other::placeholder {color: #fff;}
.step-footer {position: fixed;bottom: 0;z-index: 3;	width: 100%;left: 0;right: 0;text-align: center;padding: 15px 0 30px 0;}
.step-submit, .step-submit:focus {padding: 12px 48px;border: 4px solid #fff;border-radius: 4px;color: #fff;font-weight: 600;font-size: 18px;width: auto;height: auto;}
.top-left-img {position: absolute;top: 90px;left: -5px;width: 150px;}
.bottom-left-img {position: absolute;bottom: 0;left: 0;width: 300px; opacity: .5;}
.top-right-img {position: absolute;top: 0;right: 0;width: 400px; opacity: .5;}

.step-wrapper.step-3.new .steps-heading {padding-bottom: 0; line-height: 1.1;}

.step-wrapper.step-3.new .item .steps-heading {padding-bottom: 20px;}

.step-3-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translateX(calc(-100% - 10px)) translateY(calc(-50% - 15px));*/
}

.caro-control {
    position: relative;
    display: flex;
}

.caro-left {
    position: relative;
    /*top: 0;
    right: 0;*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    z-index: 2;
}

.caro-left i {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translateX(-50%) translateY(-50%);
}

.step-3-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    /*transform: translateX(calc(100% + 10px)) translateY(calc(-50% - 15px));*/
}

.caro-right {
    position: relative;
    /*top: 0;
    left: 0;*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    z-index: 2;
}

.caro-right i {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translateX(-50%) translateY(-50%);
}

.back-text {
    position: relative;
    /*top: 0;
    left: 0;*/
    padding: 3px 15px 3px 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 50px 50px 0;
    /*transform: translateX(calc(-100% - 17px));*/
    z-index: 1;
    font-weight: 500;
    margin-left: -13px;
}

.next-text {
    position: relative;
    /*top: 0;
    right: 0;*/
    padding: 3px 20px 3px 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50px 0 0 50px;
    /*transform: translateX(calc(100% + 17px));*/
    z-index: 1;
    font-weight: 500;
    margin-right: -12px;
}

.single-final {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 -7px;
}

.single-final img {
    width: 100%;
}

.single-final-text {
    width: 100%;
    padding: 20px;
}

.single-final-text h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}


.single-final-text p {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

.single-final-link {
    text-align: center;
}

.single-final-link a {
    padding: 8px 25px;
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}

.step-6 .center-container {
    top: 44%;
}

.step-2 .bottom-left-img {width: 215px;}
.step-2 .top-right-img {top: 50px;width: 300px;}
.step-3 .top-right-img {top: 50px;width: 350px;}
.step-3 .bottom-left-img {width: 275px;}
.step-4 .bottom-left-img {width: 275px;}
.step-4 .top-right-img {top: 50px;width: 340px;}
.step-5 .top-right-img {top: 50px;width: 400px;}
.step-5 .bottom-left-img {width: 375px;}

.step-6 .top-right-img { width: 200px;}
.step-6 .bottom-left-img { width: 150px;}

.step-input::placeholder {
    color: #ddd;
}

.bottom-right-img {	position: absolute;bottom: 0;right: 0;width: 150px;}
.step-checkbox {display: none;}
.step-label {width: 100%;padding: 0;position: relative;cursor: pointer;margin-bottom: 15px;text-align: center;}
.step-label h3 {margin: 0;font-size: 16px;color: #fff;font-weight: 500;padding-top: 10px;}
:checked + label:before { transform: scale(1);}
.step-label:before {content: "\f00c";font-family: 'Font Awesome 5 Free';background-color: #3f1084;top: 10px;left: auto;right: 10px;transform: scale(0);color: white;display: block;border-radius: 50%;position: absolute;width: 26px;height: 26px;text-align: center;line-height: 28px;transition-duration: 0.1s;font-weight: 900;font-size: 14px;transition: all .4; z-index: 1;}
.step-2 .step-label:before {top: -2px;right: 25px;}
.step-imgs {width: 100%; position: relative;}
.step-imgs img {width: 100%; border-radius: 4px;overflow: hidden;}
.step-2 .step-imgs img {width: 100%;max-width: 70px;}

.show-on-hover { position: absolute; background: #fff; padding: 10px 15px; text-align: left; z-index: 1; border-radius: 4px; display: none; min-width: 100%; }
.show-on-hover h5 { margin: 0; margin-bottom: 5px; font-size: 14px; font-weight: 600; }
.show-on-hover p { margin: 0; font-size: 12px; line-height: 1.3; }

#popupnum {animation: fadeIn 2s;display: none;}
.enter-popup {display: table;margin: 0 auto;}
#clickpopup {cursor: pointer;color: #fff;padding-left: 5px;display: table-cell;}
.step-plr-7 {padding: 0 7px;}
.step-2 .step-options .col-md-2 {-ms-flex: 0 0 14.28%;flex: 0 0 14.28%;max-width: 14.28%;}
.max-900px {width: 100%;max-width: 900px;margin: 0 auto;}
.step-3 .max-900px {max-width: 700px;}
@media only screen and (max-width: 1380px) {.bottom-left-img {width: 250px; }
.top-right-img { width: 350px;}
.bottom-right-img {width: 125px;}
.top-left-img {width: 125px;}
.step-footer {padding: 15px 0 15px 0;}
.step-2 .step-label:before {right: 18px;}
.step-2 .bottom-left-img {width: 190px;}
.step-2 .top-right-img {width: 265px;}
.step-2 .center-container {width: 100%;position: relative;top: auto;transform: none;max-height: calc(100vh - 161px);overflow: auto;padding-top: 30px;padding-bottom: 10px;}
.step-2 .center-container .container {max-width: 1000px;}
.step-3 .center-container {position: relative;top: auto;transform: none;max-height: calc(100vh - 161px);overflow: auto; padding-top: 30px;padding-bottom: 10px;}
.step-3 .max-900px {max-width: 700px;}
.step-3 .top-right-img {width: 300px;}
.step-3 .bottom-left-img {width: 250px;}
.steps-heading {padding-bottom: 20px;}
.step-4 .center-container {position: relative;top: auto;transform: none;max-height: calc(100vh - 161px);overflow: auto;padding-top: 30px;padding-bottom: 10px; }
.step-4 .max-900px {max-width: 700px;}

}


@media only screen and (min-width: 1600px) {
    .step-6 .top-right-img { width: 290px; }
    .step-6 .bottom-left-img { width: 325px;}
}
 
@media only screen and (max-width: 575px) {
.header-default .header__wrapper .header-flex-right.flex-80 {display: none;}
.header-default .header__wrapper .header-left {flex-basis: 100%;}
 .step-top-sec {top: 60px;}
.top-left-img, .bottom-left-img, .top-right-img, .bottom-right-img {display: none;}
.step-footer {padding: 15px 0 30px 0;}
.step-2 .step-options .col-md-2 {-ms-flex: 0 0 33.33%;flex: 0 0 33.33%;max-width: 33.33%;}
.step-label h3 { font-size: 14px; }
.step-2 .center-container, .step-3 .center-container, .step-4 .center-container { max-height: calc(100vh - 160px);}
.step-2 .steps-heading, .step-3 .steps-heading  {padding-bottom: 30px;}
.step-2 .step-label:before { right: 30px;}
.step-input, .step-input:focus {margin-bottom: 10px; height: 55px; border: 1px solid #fff; font-size: 17px; font-weight: 400;}
.step-input:focus {border: 2px solid #fff;}
}