

/* form */
.reg_log-form {
    /* background: #f9fafc;
    padding: 50px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 2px 16px 0;
    -ms-box-shadow: rgba(0,0,0,.2) 0 2px 16px 0;
    -o-box-shadow: rgba(0,0,0,.2) 0 2px 16px 0;
    box-shadow: rgba(0,0,0,.2) 0 2px 16px 0; */
}

.reg_log-form h1 {
    font-size: 28px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 10px;
}

.reg_log-form .title-block {
    margin-bottom: 15px;
}

.reg_log-form .title-block p {
    line-height: 25px;
    font-size: 15px;
    color: #484848
}

.reg_log-form .step-form-nav1 {
    margin-top: 20px;
}

.step-form {
    background: #fff;
    padding: 0px 30px;
    border-radius: 10px;
}

a.next {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 41px;
    align-items: center;
    background: #3377c0;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding-left: 18px;
    padding-right: 38px;
    border-radius: 5px;
}

a.next:before {
    content: "\f101";
    position: absolute;
    top: 10px;
    right: 16px;
    font-family: FontAwesome;
}

a.prev {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 41px;
    align-items: center;
    background: #e4e4e4;
    color: #333333;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    width: 144px;
    padding-left: 48px;
    border-radius: 5px;
}

a.prev:before {
    content: "\f100";
    position: absolute;
    top: 10px;
    left: 28px;
    font-family: FontAwesome;
}

.submit {
    color: #fff;
}

.submit:hover,
.submit:focus {
    color: #fff;
}

.progtrckr {
    margin: 0;
    padding-bottom: 1.5rem;
    list-style-type: none;
    padding-left: 0;
    position: relative;
	    text-align: center;
}

.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 4.5rem;
    padding: 0 0.7rem;
    cursor: pointer;
}

.progtrckr li.progtrckr-doing {
    color: black;
    border-bottom: 4px solid #5f5f5f;
}

.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

.progtrckr li:before {
    position: relative;
    bottom: -4rem;
    float: left;
    left: 50%;
}

.progtrckr li.progtrckr-doing:before {
    content: "\2022";
    color: white;
    background-color: #5f5f5f;
    width: 1.2em;
    line-height: 1.2em;
    border-radius: 1.2em;
}

.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    width: 1.2em;
    line-height: 1.4em;
}

.progtrckr em {
    display: none;
    font-weight: 700;
    padding-left: 1rem;
}

.progtrckr li span {
    padding: 0 1.5rem;
	font-size: 14px;
}

.progtrckr li:after {
    content: "\00a0\00a0";
}

.stepForm {
    margin-bottom: 30px;
	display:none;
}

.stepForm.show {
    display:block;
}
.stepForm h4.heading {
    text-align: center;
    font-weight: 500;
    color: #ef0c16;
    margin-bottom: 25px;
}

.stepForm p.sub-heading {
    font-size: 16px;
    color: #484848;
    text-align: center;
    margin-bottom: 26px;
}

.stepForm fieldset {
    border: 1px solid rgb(233, 224, 207);
    margin-bottom: 20px;
    padding: 1px 30px;
    border-radius: 10px;
}

.stepForm fieldset legend {
    font-size: 17px;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
	text-align: left;
}

.stepForm fieldset label {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.stepForm fieldset .form-control,
.dropMail .form-control,
.form-data .form-control {
    height: 40px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.stepForm fieldset textarea.form-control,
.dropMail textarea.form-control,
.form-data textarea.form-control {
    height: auto;
}

.stepForm fieldset .form-control:focus,
.form-data .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.rounded-radio,
.checkbox {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.rounded-radio li {
    padding-right: 10px;
}

.rounded-radio li label,
.checkbox label,
    {
    position: relative;
    cursor: pointer;
}

.rounded-radio li label input[type='radio'],
.checkbox label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}

.rounded-radio li label input[type='radio']+span,
.checkbox label input[type='checkbox']+span {
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
    padding-left: 40px;
    line-height: 15px;
    border: 2px solid #9f9f9f;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}

.checkbox label input[type='checkbox']+span {
    border-width: 0px;
    padding-right: 10px;
}

.rounded-radio li label input[type='radio']+span:before,
.checkbox label input[type='checkbox']+span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 10px;
    top: 8px;
    border: 2px solid #9f9f9f;
    border-radius: 50%;
}

.checkbox label input[type='checkbox']+span:before {
    width: 20px;
    height: 20px;
    top: 5px;
}

.checkbox label input[type='checkbox']+span,
.checkbox label input[type='checkbox']+span:before {
    border-radius: 0px;
}

.rounded-radio li label input[type='radio']+span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 15px;
    top: 13px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.checkbox label input[type='checkbox']+span:after {
    position: absolute;
    content: "\f00c";
    width: 8px;
    height: 8px;
    font-family: FontAwesome;
    left: 14px;
    color: #fff;
    top: 6px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.rounded-radio li label input[type='radio']+span:hover {
    background: #9f9f9f;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.rounded-radio li label input[type='radio']:checked+span {
    background: #00adf9;
    border-color: #00adf9;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.rounded-radio li label input[type='radio']+span:hover:before {
    border-color: #fff;
}

.rounded-radio li label input[type='radio']:checked+span:before {
    border-color: #fff;
}

.rounded-radio li label input[type='radio']:checked+span:after {
    background: #fff;
}

.checkbox label input[type='checkbox']+span:hover:before {
    background-color: #9f9f9f;
}

.checkbox label input[type='checkbox']:checked+span:before {
    background-color: #00adf9;
    border-color: #00adf9;
}

.stepForm table th {
    vertical-align: middle;
}

.stepForm-wrapper {
    position: relative;
    overflow: hidden;
}

.stepForm .btn {
    height: 41px;
    line-height: 41px;
    vertical-align: top;
    padding: 0px 30px;
}

.stepForm,
.inner-section-body {
    width: 100%;
    top: 0;
    left: 0;
}

.stepForm label sup {
    color: red;
    font-weight: 700;
}

.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.semibold-text {
    font-weight: 600 !important;
}


.bg-light-2 {
    background-color: #808080;
}

.inner-section {

    padding: 40px;
    color: #fff !important;
}

.inner-section-body {
    /* background-color: rgba(238, 238, 238, 0.5); */
    /* border: 1px solid #c2c2c2; */
}

.inner-section .section-title h3 {
    color: #fff;
}

.inner-section .member-accordion .card-header a,
.inner-section .card-2 .card-header {
    color: rgb(255, 255, 255);
}

.inner-section-heading {
    padding: 0px 20px 10px;
    letter-spacing: 2px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #c2c2c2;

}

.inner-section-body .card,
.card-2 {
    background-color: transparent;
}

.inner-section-body .member-accordion .card-header {
    border-color: #c2c2c2;
}

.member-accordion ol {
    padding-left: 20px;
}

.member-accordion ol li {
    font-size: 16px;
}

.member-accordion ol li p {
    padding-left: 8px;
}

.addBenefit {
    color: #bbbbbb;
    font-size: 14px;
    padding: 0px 10px 4px;
    border-bottom: 1px dashed #b7b7b7;
    cursor: pointer;
}

.member-accordion ol li p .addBenefit {
    margin-left: -8px;
}

.pt-15 {
    padding-top: 15px !important;
}

.bg-dark-grey {
    background: #808080;
    color: #fff;
}

#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin: 20px 0;
}


.table-responsive .form-control {
    margin: 0px !important;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}
.checkbox label input[type='checkbox']{width:auto !important;}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}



.fromclassadd h1 {
    font-size: 28px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif; padding-bottom: 15px;
}
.cap-btn {
    border-radius: 50px;
    padding: 3px 25px;
    display: inline-block;
    line-height: 33px;
    margin: 0px 5px;
    color: #fff;
    background: #484848;
}
.fromclassadd p{text-align:center;    font-family: 'Comic';    line-height: 13px;
    font-size: 15px;
    color: #484848;}
.fromclassadd a, .fromclassadd  a:hover, .fromclassadd  a:focus {
    color: #3b60c9;
    text-decoration: none;
}


.textre{background-color: #808080; border-top-right-radius: 10px;}
.textretextre h3 {
    font-size: 24px;    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
	position:relative;
    padding:26px 0px;
	margin-bottom:20px; 
}


.textretextre h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.textretextre span {
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #d6d6d6;
    left: 0px;
    bottom: 5px;
}
.textretextre .span-2 {
    left: 50% !important;
    margin-left: -35px !important;
}

.textretextre p {
color: #fff; font-size: 15px;
text-align:left;}

.sidebar-item {
    text-align: center;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textretextre {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}
button.submit.btn.btn-success  {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 25px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}