  .top-bar {
    padding: 15px 0;
  }
  .hero-section {
    background-color: #f9fafb;
    padding: 40px 0;
  }
  .hero-img {
    max-width: 100%;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .btn-orange {
    background-color: #f47b51;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
  }
  .stats-section {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
  }
  .stats-icon {
    font-size: 2rem;
    color: #00b8ff;
  }
  .how-it-works img {
    max-width: 180px;
  }
  .testimonial {
    background-color: #f3f9fc;
    padding: 60px 0;
  }
  .testimonial .quote {
    font-style: italic;
    color: #555;
  }
  .stats-icons p{margin-bottom:0;}
  section.gemsec {
    padding: 50px 0;
    position: relative;
    background: #343e47;
}
.gemformbox {
    display: flex;
    padding: 0;
}


.geminfo h3 {
    font-size: 25px;
}
.geminfo h6 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.geminfo > p {
    font-size: 15px;
    padding-top: 19px;
    font-weight: 500;
    color: #000;
}
.geminfo ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.geminfo ul::before
 {
    height: 100%;
    border-left: 1px dashed #15a5d1;
    content: "";
    position: absolute;
    left: 14px;
}
.geminfo ul li {
    position: relative;
    padding-left: 50px;
    margin: 10px 0;
}
.geminfo > ul > li::before {
    content: "\2713";
    width: 30px;
    height: 30px;
    background: #15a5d1;
    position: absolute;
    border-radius: 50px;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
}
.geminfo ul li h4 {
    font-size: 18px;    color: #4ccdf4
}
.geminfo > ul > li > span {
    font-size: 15px;
    color: #333333ad;
    font-weight: normal;
}
.infocta {
    display: flex
;
    gap: 10px;
}
.geminfo > ul > li .infocta p:first-child {
    background: rgb(210 193 178 / 40%);
    border: 1px solid #e7ddd2;
}
.geminfo > ul > li .infocta p {
    font-size: 15px;
    font-weight: 400;
    background: #f7fbfd;
    padding: 10px 10px 10px;
    border-radius: 10px;
    margin: 8px 0;
    color: rgb(51 51 51 / 80%);
    line-height: 22px;
}
.geminfo > ul > li .infocta p:nth-child(2) {
    background: rgb(210 242 254 / 40%);
    border: 1px solid #d6edff;
}
.geminfo > ul > li .infocta p:last-child {
    background: rgb(255 235 59 / 40%);
    border: 1px solid #FFEB3B;
}
.gemformbox *, .geminfo > ul > li > span {
    color: #fff;
}

.geminfo > ul > li{margin:20px 0;}


/*registration form*/
.step-container {
    position: relative;
    text-align: center;
    transform: none;
}
.step-circle {
    position: relative;
    width: calc(100% / 4);
    text-align: center;
}
.step-circle i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #16a2dc;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -16px;
    font-style: normal;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #16a2dc;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}
section.wizardsec {
    padding: 50px 0;
    background: #f9fafb;
    position: relative;
}

section.wizardsec .sec_head{padding-bottom:0px;}

section.wizardsec .progress-bar{background-color: #16a2dc;}

.step-circle span {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
}
.registration_form {
    background: #fff;
    margin-top: 30px;
	margin-bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    /*box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border: 1px solid #e6e9ed;*/
}

.registration_form > h3 {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.registration_form > p {
    text-align: center;
    font-size: 14px;
    opacity: .6;
}

.registration_form .formbox {
    padding-top: 10px;
}

.registration_form .formbox label {
    display: block;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.registration_form .formbox .form-control {
    background: #f1f5fa;
    border-color: #e2e9f2;
    font-size: 14px;
}
.registration_form .btn-primary {
    min-width: 240px;
    margin: 0;
    background: #1199ce;
    color: #fff;
    line-height: 18px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    transition: 600ms all;
    border: 0;
}
.priceingtab {
    border: 0;
    text-align: center;
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
}

.priceingtab li {
    min-width: 250px;
    background: #e9ecef;
    padding:10px 5px;
}

.priceingtab li button {
    width: 100%;
    border: 0 !important;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: 300ms all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.priceingtab li button.active {
    background: #17a4cb !important;
    color: #fff !important;
}

.priceingtab li:first-child{border-radius: 3px 0 0 3px;padding-left: 10px;}
.priceingtab li:last-child{border-radius: 0px 3px 3px 0px;padding-right: 10px;}

.priceingtab li button svg {
    width: 16px;
    margin-right: 10px;
    fill: #343e47;
}

.priceingtab li button.active svg {
    fill: #fff;
}

.priceingtab li button small {
    color: #FF5722;
    font-size: 11px;
    font-weight: 500;
    margin-left: 5px;
    background: #00000017;
    padding: 0 3px;
    border-radius: 2px;
}

.planbox {
    background: #eff5fb;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
}

.planbox .planicon {
    width: 100px;
    height: 100px;
    background: rgb(23 164 203 / 10%);
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planbox .planicon svg {
    width: 50px;
    fill: #17a4cb;
}

.plantext h3 {
    text-align: center;
    font-size: 25px;
}

.plantext {
    padding-top: 15px;
    color: #000;
}

.plantext p {
    text-align: center;
    opacity: .6;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.plantext h4 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.plantext h4 sub {
    font-weight: 300;
    font-size: 20px;
    color: #7c7c7c;
}

.planlist {
    display: block;
    max-width: 60%;
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 5px;
}

.planlist h5 {
    color: #FF5722;
    font-size: 16px;
    padding-bottom: 5px;
}

.planlist ul {
    padding: 0;
    list-style-type: none;
}

.planlist ul li {
    color: #333;
    margin: 8px 0;
    font-size: 15px;
}

.planlist ul li i {
    color: #16a4d0;
}

.planbox.premiumplan .planicon{
  background: rgb(255 87 34 / 10%);
}
.planbox.premiumplan .planicon svg{fill:#ff5722;}
.planlist.specialoffer {
    background: #eefdf4;
    border: 1px solid #75db9a;
}

.planlist.specialoffer li i,.planlist.specialoffer li {
    color: #179d1d;
}

.planlist.specialoffer h5 {
    color: #0a6b4f;
}

.planlist.specialoffer .offerclaim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.planlist.specialoffer .offerclaim button {
    background: #0a6b4f;
    border: 1px solid #0a6b4f;
    padding: 5px 20px;
    border-radius: 3px;
    min-width: 150px;
    color: #ffffff;
    cursor: pointer;
    transition: 300ms all;
}

.planlist.specialoffer .offerclaim button:hover {
    background: #0a6b4f;
    color: #fff;
}

.planlist.specialoffer .offerclaim ul {
    margin: 0;
}
.planlist.requirementbox {
    background: #eff6ff;
    border: 1px solid #d3e6ff;
}

.planlist.requirementbox h5,.planlist.requirementbox ul li i{
    color: #2563eb;
}
.planlist.requirementbox ul{margin:0;}

.planlist.requirementbox{width: 100%;max-width: 100%;}
.securepayment{max-width: 100%;}
.progress-bar{
	background-color: #16a2dc;
}
section.login_sec.signin_sec .login_form {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.plantext .priceing {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}
.plantext .forever {
    font-size: 24px;
    color: gray;
    font-weight: 500;
    align-self: end;
    line-height: normal;
}
.planrate{
	padding: 15px 0 5px;
}
.checkterms input{
	height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2.5px;
}
section.login_sec.signin_sec .login_form > p {
    margin-bottom: 15px;
}
#addReceipt {
    background: #fff9f7;
    border: 1px solid #ed7f4d;
    color: #ed7f4d;
    padding: 3px 10px;
    font-size: 14px;
    gap: 6px;
    font-weight: 500;
}
.registration_form .formbox .form-control[type="file"] {
    color: #000;
}
.planlist ul.order-summery li {
    padding-left: 0 !important;
}

@media (min-width: 991px){
	.step-container {
		max-width: 800px;
		margin: 0 auto;
	}

	.progress {
		max-width: calc(800px - 175px);
		margin: 0 auto;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.step-circle{
		width: calc(100% / 3);
	}
    .progress {
        max-width: calc(100% - 200px);
        margin: 0 auto;
    }
	.step-container {
		max-width: 100%;
		margin: 0 auto;
	}
    .planlist {
        max-width: 100%;
    }
    .planlist ul li {
        padding-left: 15px;
        position: relative;
        line-height: 18px;
    }

    .planlist ul li i {
        position: absolute;
        left: 0;
        top: 6px;
        font-size: 8px !important;
    }

    .planbox.premiumplan .planlist li i, .planlist.requirementbox i{
        font-size: 11px !important;
        top: 3px;
        left: -4px;
    }
}

@media (max-width: 767px) {
	.hero-section {
		text-align: center;
	}

	.hero-section .btn.btn-orange {
		margin-bottom: 20px;
	}
	.stats-icons > div {
    margin: 10px 0;
}
.testimonial_slider.loaderframe{min-height:auto;}
.login_form h2 {
    padding-bottom: 5px !important;
}
.login_form > p{margin-bottom: 15px;}
    .hero-img {
        border-radius:30px;
    }
    .progress {
        width: calc(100% - 90px);
        margin: 0 auto;
    }
    .gemboxarea > .col {
        padding: 0;
    }

    .priceingtab li {
        padding: 10px 10px;
        width: 100% !important;
        min-width: auto;
    }

    .priceingtab li:first-child {
        padding-bottom: 5px;
        border-radius: 3px 3px 0 0;
    }

    .priceingtab li:last-child {
        padding-top: 5px;
        border-radius: 0 0 3px 3px;
    }

    .priceingtab li button {
        font-size: 14px;
    }
    .registration_form {
        padding: 20px;
    }
    .planbox {
        padding: 10px;
    }
    .planbox .planicon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .planbox .planicon svg {
        width: 30px;
    }
    .plantext h3{font-size:20px;}
    .plantext .priceing {
        font-size:25px;
    }
    .plantext .forever {
        font-size: 20px;
        align-self: center;
    }
    .planlist {
        max-width: 100%;
        padding: 15px;
    }
    .registration_form .btn-primary {
        min-width: auto;
        width: 100%;
        font-size: 14px;
        white-space: normal;
    }
    .planbox .row > div > small {
        line-height: 18px;
        display: block;
        margin-top: 10px;
        font-size:14px;
    }
    .plantext p {
        font-size:14px;
    }
    .planlist.specialoffer .offerclaim button {
        min-width: auto;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .planlist ul li {
        padding-left: 15px;
        position: relative;
        line-height: 18px;
    }

    .planlist ul li i {
        position: absolute;
        left: 0;
        top: 6px;
        font-size: 8px !important;
    }
    .planbox.premiumplan .planlist li i {
        font-size: 11px !important;
        top: 3px;
        left: -4px;
    }

}

@media (max-width: 600px) {
    .step-circle span {
        font-size: 13px;
        line-height: 16px;
    }
    .step-container .step-circle:nth-child(2) {
        width: 40%;
    }
}