
        .register-page-main font {
            display: block !important;
            opacity: 1 !important;
        }

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #56af23 !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

        @media only screen and (min-width:1700px) {
            .container {
                min-width: 1700px;
            }
        }




        .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            width: 90%;
        }


        .second-sec-drop {
            width: 50%;
            padding: 0 15px;
            padding-left: 0px;
        }

        @media (max-width: 1199px) {
            .second-sec-drop {
                width: 100%;
                padding: 0 0px;
                padding-left: 0px;
            }

            .submenu.submenu-left.dropdown-menu1 {
                max-width: 100%;
                position: unset;
                right: 0px;
                display: none;
                left: 0px;
                top: 0px;
            }

            .drop-hover {
                flex-direction: column;
            }
        }




        .select select {
            border: 1px solid #56af23;
            border-radius: 5px;
        }

        .select select {
	padding: 11.5px 15px;
}
    



        .fieldlabels input {
            border-radius: 5px;
        }


        .fieldlabels .label {
            top: -12px;
        }

   
        
        
        .txt-color {
	color: #0d0b0b !important;
	font-size: 16px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


     .txt-bold {
	font-weight: 700 !important;
	color: #0d0b0b !important;
}
.select.title-option.first-drop select {
	   font-weight: 700;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select option{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt-bold .text {
	font-weight: 700;
}
.select.title-option .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff !important;
}



     .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
	/* width: 275px; */
	/* overflow: auto; */
	/* text-overflow: ellipsis; */
	overflow: hidden;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: horizontal; */
	/* -webkit-line-clamp: 1; */
	/* white-space: pre-wrap; */
	width: 95%;
	white-space: unset;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 10px;
	margin-top: 5px;
}

.last-sec .third-sec-drop .select-items span {
    white-space: unset;
    /* word-wrap: break-word; */
    width: 88%;
}