-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     .stepper-form {
    padding: 3rem 0;
    margin: auto;
    max-width: 600px;
}

.theme-selector span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 1.5rem;
    transition: all 0.4s;
    cursor: pointer;
}

.theme-selector span:hover {
    transform: scale(1.7);
}

.theme-selector span.active {
    transform: scale(2.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.125);
}

.theme-selector span.active::after {
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 8px;
}

span#purple {
    background-color: #796BE7;
}
span#orange {
    background-color: #F1A549;
}
span#orange1 {
    background-color: #EB6135;
}
span#red {
    background-color: #E04239;
}
span#red1 {
    background-color: #E4456E;
}
span#pink {
    background-color: #EA39F3;
}
span#blue {
    background-color: #4B6AD9;
}
span#blue1 {
    background-color: #6682F7;
}
span#blue2 {
    background-color: #52B2FA;
}
span#blue3 {
    background-color: #5BC4DE;
}
span#blue4 {
    background-color: #489D93;
}
span#green {
    background-color: #58B661;
}
span#green1 {
    background-color: #55A241;
}
span#grey {
    background-color: #74737F;
}
span#black {
    background-color: #202020;
}

.steppers {
    border-right: 1px solid rgba(0,0,0,0.125);
    padding: 3rem 0;
}

.steppers li {
    list-style: none;
}

.stepper-form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.stepper-form .form-control:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #E4456E;
}

.stepper-item {
    height: 50px;
    margin: 1.5rem 0;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    color: #aaa;
}

.stepper-item span {
    position: absolute;
    right: -14px;
    width: 28px;
    height: 28px;
    border: 1px solid #6859DE;
    background-color: #fff;
    color: #6859DE;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    top: 9px;
    font-size: 14px;
    font-weight: 700;
}

.stepper-item.active {
    color: #333;
}

.stepper-item.active span {
    border: 2px solid #60D66C;
    background-color: #60D66C;
    color: #60D66C;
    width: 36px;
    height: 36px;
    right: -18px;
}

.stepper-item.active span::after {
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 14px;
}

.stepper-form .card-title {
    font-size: 18px;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.stepper-footer a {
    color: #787878;
    font-weight: 500;
    margin: 0.75rem;
}

.stepper-footer a.btn-stepper {
    color: #6859DE;
}

#second {
    display: none;
}
#third {
	display: none;
}
#fourth {
    display: none;
}
#fifth {
    display: none;
}
#last {
    display: none;
}

.stepper-inner {
    position: relative;
    min-height: 460px;
}

.stepper-inner .form-group {
    margin-bottom: 2.5rem;
}

.stepper-footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 0;
}

.bg-img {
    min-height: 100vh;
    height: auto;
}

.stepper .card-title.main-title {
    font-weight: 700;
    margin-top: 2rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
}

.stepper-inner .alert {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 13%);
}