
/* CSS Document */
@import url(plugins/animation.css);
@import url(plugins/bootstrap.min.css);
@import url(assets/fonts/stylesheet.css);


.register-page-main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ece9e9;
    flex-direction: column;
    padding: 250px 30px;
    padding-bottom: 0;
}
.card.px-0.pt-4.pb-0.mt-3.mb-3.register-main {
    padding: 50px !important;
}

h1, h2, h4, h3 {
    font-family: 'Miller Display';
    src: url('MillerDisplay-SemiBold.woff2') format('woff2'), url('MillerDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    color: #07003b;
}

span, p, a, button {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'), url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

{
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {

    color: #07003b;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
          
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}



    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #673AB7;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: #56af23;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #56af23;
    }

#msform .action-button-previous {
    width: 100px;
    background: #56af23;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #56af23;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #56af23;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    display: flex;
}

    #progressbar .active {
        color: #56af23
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 33.333333%;
        float: left;
        position: relative;
        font-weight: 400;
    }



    #progressbar li::before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 0px;
   
    }



    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #56af23;
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #56af23
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#progressbar li:last-child {
    margin-right: 0px;
}






.dropdown.main:focus-visible {
    outline: none;
}

.dropdown {
    width: 300px;
    <!-- display: inline-block; -->
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #666;
   
    text-align: left
}
















.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

    .dropdown.active .select > i {
        transform: rotate(-90deg)
    }

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    display: none;
    z-index: 9;
}


    .dropdown .dropdown-menu1 {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px rgb(204, 204, 204);
        border-radius: 0 1px 2px 2px;
        z-index: 999;
    }

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}



















    .dropdown .dropdown-menu li:hover {
        background-color: #21232dcf;
        color: #fff !important;
    }
    .dropdown .dropdown-menu .drop-hover:hover {
        background-color: #21232dcf;
        color: #fff;
    }

    .dropdown .dropdown-menu1 li {
        color: #000;
    }
        .dropdown .dropdown-menu1 li:hover {
            background-color: #21232dcf !important;
            color: #fff;
        }






    .dropdown .dropdown-menu li:active {
        background-color: #e2e2e2
    }



.dropdown .dropdown-menu1 li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.dropdown .dropdown-menu1 {
    padding: 0;
    list-style: none
}

    .dropdown .dropdown-menu1 li:hover {
        background-color: #fffdfd;
    }

    .dropdown .dropdown-menu1 li:active {
        background-color: #e2e2e2
    }









.drop-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}






.submenu.submenu-left.dropdown-menu1 {
    max-width: 100%;
    position: absolute;
    right: -275px;
    display: none;
    left: auto;
    top: 0px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu1 {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.dropdown-menu.show {
    background: #ddd;
    /*width: 100%;*/
    border: 1px solid #3c3765;
}

.nav-item.dropdown .nav-link.dropdown-toggle {
    padding: 11.5px 20px;
}

.expand-dropdown {
    position: relative;
}

.drop-hover:hover > .submenu.submenu-left.dropdown-menu1 {
    display: block;
}

.nav-item.dropdown {
    float: left;
    width: 100%;
    margin-right: 20px;
    border-radius: 5px;
    height: auto;
}

.nav-item.dropdown {
    background: #ececec url('assets/img/down-arrow.png') no-repeat scroll;
    background-position: right 16px center;
    cursor: pointer;
    color: #666;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    border: none;
    width: 100%;
}


li.selected {
    color: green;
}

/*#menu {
    padding: 10px;
}*/

.drop-hover {
    position: relative;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

    .drop-hover:hover {
        cursor: pointer;
        background: #f2f2f2;
    }


.hand-icon {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #56af23;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    color: #ffff;
}

.dropdown.main {
    border-radius: 5px;
    width: 100%;
}

.select:focus-visible {
    outline: none;
}

.card.px-0.pt-4.pb-0.mt-3.mb-3 {
    background: #fff;
}

.register-page {
    background: #ece9e9;
}



.top-bar span {
    padding-left: 20px;
    color: #333;
}

.top-bar {
    display: flex;
    align-items: center;
    background: #ececec;
    margin-right: 20px;
    border-radius: 5px;
}

.top-numbers {
    position: relative;
    outline: none;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    font-size: 18px;
    color: #fff;
    font-size: 25px;
    background: #ccc;
    padding: 30px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 0;
}

    .top-numbers span {
        padding: 0;
        color: #fff;
    }

.active .top-numbers {
    background: #56af23;
}













.register-main .lines {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

    .register-main .lines:nth-child(1) {
        transform: rotate(0deg);
    }

    .register-main .lines:nth-child(3) {
        transform: rotate(180deg);
    }

    .register-main .lines::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #56af23;
        animation: animate 5s linear infinite;
        left: 0;
    }

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(0);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.fieldlabels {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 27px;
}

    .fieldlabels input {
        width: 100%;
        padding: 11.5px 15px 5px;
        border: 1px solid #313131;
        appearance: unset;
        outline: none;
        background: transparent;
        font-weight: 400;
        font-size: 16px;
        color: #040404;
        box-sizing: border-box;
        height: auto;
        line-height: 2.2;
    }

    .fieldlabels .label {
        position: absolute;
        top: -17px;
        left: 15px;
        font-size: 16px;
        font-weight: 400;
        color: #56af23;
        transform-origin: 0 0;
        transition: all .2s ease;
        background: #fff;
        border: 1px solid #000;
        padding: 3px 10px;
        border-radius: 50px;
    }


.select {
    display: flex;
    width: 100%;
    position: relative;
    background: #ececec;
    border-radius: 5px;
    height: auto;
    }
.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.select option {
	color: #0d0b0b;
	font-weight: normal
}
    .select:hover {
        background: #000;
    }
        .select:hover .DropDownHover {
            color: #fff;
        }
.select select {
    width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #313131;
    appearance: unset;
    outline: none;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #040404;
    box-sizing: border-box;
    height: auto;
    z-index: 9;
}

.icon-container {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #56af23;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
}

    .icon-container .fa-solid.fa-chevron-down {
        font-size: 15px;
        color: #fff;
    }



.bottom-txt-fields {
    margin: 20px 0px;
}











.select-items {
    cursor: pointer;
    padding: 11.5px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    background: #ececec;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #56af23;
}

.third-sec-drop {
    margin: 10px 0;
}

.select:hover #date {
    color: #fff;
}



@media (max-width: 767px) {
    .card.px-0.pt-4.pb-0.mt-3.mb-3.register-main {
        padding: 50px 20px !important;
    }
    .register-page-main {
        padding: 250px 10px;
    }
    .top-bar {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

        .top-bar span {
            padding-left: 0px;
            color: #333;
            padding-top: 10px;
        }

    .top-numbers {
        padding: 20px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .fs-title {
        font-size: 20px;
    }

    .steps {
        font-size: 21px;
    }

    .submenu.submenu-left.dropdown-menu1 {
        position: unset;
        display: none;
    }

    .drop-hover {
        flex-flow: column;
    }

    .drop-label {
        display: flex;
        justify-content: space-between;
    }

    .dropdown .dropdown-menu1 {
        background-color: #979696;
    }



    .select.title-option .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 84%;
    }


}



.special-label {
    margin: 12px 0px;
}
.addrse-top-txt {
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
}

.singintext {
    font-size: 12px;
    margin-top: 26px;
}

.select.title-option .btn-group.bootstrap-select.show-tick {
    width: 100%;
   /* padding: 11.5px 15px;*/
    border: 1px solid #313131;
    appearance: unset;
    outline: none;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #040404;
    box-sizing: border-box;
    height: auto;
}
.select.title-option .btn.dropdown-toggle.btn-default {
    padding: 0;
    background: transparent;
    border: none;
}
body .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #3330 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    /* -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); */
    box-shadow: inset 0 3px 5px rgba(0,0,0,);
}
.btn.dropdown-toggle.btn-default:active {
    box-shadow: none;
}

.bs-caret {
    display: none;
}
.btn-group.bootstrap-select.show-tick:hover .filter-option {
    color: #fff;
}




.select.title-option .btn.dropdown-toggle.btn-default {
    padding: 11.5px 15px;
}

.select.title-option .dropdown-menu {
    background-color: #ececec;
 
}
    .select.title-option .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #4f4c4c;
    }
.select.title-option .glyphicon.glyphicon-ok.check-mark {
    color: #56af23;
}
#msform input:focus, #msform textarea:focus {
    border: 1px solid #56AF23;
}

.select.title-option .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #56af23;
}
.select.title-option ul li a {
    font-size: 16px;
    white-space: unset;
}
.select.title-option .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
    width: 87%;
}

.selected.active .glyphicon.glyphicon-ok.check-mark {
    color: #fff;
}
.glyphicon.glyphicon-ok.check-mark:hover {
	color: #fff !important;
}
.selected:hover .glyphicon.glyphicon-ok.check-mark {
    color: #fff;
}

.select:hover select {
    color: #fff !important;
}

.select.title-option .dropdown-menu {
    max-height: 210px !important;
}
.submenu.submenu-left.dropdown-menu1 {
    height: 200px;
    overflow-y: auto;
}

.footer-sec {
    position: relative;
    z-index: -9;
}

.select.title-option .dropdown-menu {
    width: 100%;
    overflow-x: hidden;
}

.dropdown-menu.inner {
    padding-bottom: 15px !important;
}



.select.title-option.drop-all-items .filter-option.pull-left {
    word-break: break-word;
    white-space: normal;
    max-height: 90px;
    overflow-y: auto;
}





/*.select.title-option.drop-all-items span {
    word-break: break-word;
    white-space: normal;
    max-height: 90px;
    overflow-y: auto !important;
}*/