.side-progress{
        background: #fff;
    padding: 1rem 2rem;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
    margin-left: 15px;
}
#registration-step {
    margin: 0;
    padding: 0;
}
#registration-step li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    border-top: #eee 1px solid;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
}
#registration-step li.activeTab {
    background-color: #cdf8e0;
}
#registration-form {
    clear: both;
    border: 1px #eee solid;
    padding: 20px;
}
.demoInputBox {
    padding: 10px;
    border: #f0f0f0 1px solid;
    border-radius: 4px;
    background-color: #fff;
    width: 50%;
}
.registration-error {
    color: #ff0000;
/*    padding-left: 15px;*/
}
.message {
    color: #00ff00;
    font-weight: bold;
    width: 100%;
    padding: 10;
}
.btnAction {
    padding: 5px 10px;
    background-color: #09f;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

.tabname
{
    color: #6e848f;
}

#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
    color: #00acc1
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 25px
}

#progressbar li:nth-child(10) {
    margin-bottom: 88px
}

#progressbar .step0:before {
    content: "";
    color: #fff
}

#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1.5px solid #958f8f;
    border-radius: 50%;
    margin: auto;
    z-index: 2;
    position: relative;
}

#progressbar li:last-child:before {
    width: 25px;
    height: 25px
}

#progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    background: #d4d4d4;
    position: absolute;
    left: 52px;
    top: 15px;
    z-index: 1
}

#progressbar li:last-child:after {
    top: 200px;
    height: 250px
}


#progressbar li:nth-child(9):after {
    top: 175px
}

#progressbar li:nth-child(8):after {
    top: 150px
}

#progressbar li:nth-child(7):after {
    top: 125px
}

#progressbar li:nth-child(6):after {
    top: 100px
}

#progressbar li:nth-child(5):after {
    top: 75px
}

#progressbar li:nth-child(4):after {
    top: 50px
}

#progressbar li:nth-child(3):after {
    top: 25px
}

#progressbar li:nth-child(2):after {
    top: 0px
}

#progressbar li:first-child:after {
    position: absolute;
    top: -25px
}

#progressbar li.active:after {
/*    background: #00acc1;*/
}

#progressbar li.active:before {
    background: #27ad60;
    border: 1.5px solid #27ad60;
    font-family: FontAwesome;
    content: "\f00c"
}

.tick {
    width: 100px;
    height: 100px
}
.custom_ul {
    padding-left: 2.5rem;
}

.custom_ul li{
    list-style-type: none;
    text-decoration: none;
    /* padding: 0.50rem; */
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
}
.custom_ul li a{
    color: black;
}
.text-lowercase{
    text-transform:lowercase;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
    height: 21px;
  margin-bottom: 0;
}


.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
      position: absolute;
    content: "";
    height: 16px;
    width: 17px;
    left: 0px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nvsubtitle
{
        font-size: 14px;
    line-height: 18px;
}

.frontheader
{
        margin-bottom: 2px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.topnav.pcoded-header.headerpos-fixed {
    position: relative;
}

.swal-text {
    font-size: 16px;
    text-align: center !important;}

    .swal-icon img {
    max-width: 13%;
    max-height: 100%;
}
.auth-content form{
        box-shadow: 1px 2px 6px #ccc;
}
.clr-head{
        color: #015d89;
        width: 100%;
}

.clr-head:after {
  display: inline-block;
  margin: 0 0 8px 10px;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 30px;
}

.clr-head:before {
  display: inline-block;
  margin: 0 10px 8px 0;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 30px;
}
button{
    background: #005984;
    border: 2px solid #005984;
    color: #ffffff;
    padding: 4px 25px;
    margin-right: 8px;
    margin-top:10px;
}
button:focus {
    outline: none;
}
.mr-bt15{
        margin-bottom: 15px;
}
.msg-ctm{
    font-size:18px;
}
.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
    padding: 5px 25px;
    font-size: 18px;
}
.ctm-p {
    font-size: 16px;
}
.clr-red{
    color:red;
}



/*media query*/
@media only screen and (max-width: 760px) {
    
    .collapse:not(.show) {
     display: block; 
}
.nvsubtitle{
    display:none;
}
.pcoded-header .navbar-nav{
    border-bottom: 1px solid #cccc;
    padding: 8px 0;
}
.pcoded-header .container>.collapse:not(.show) .mr-auto, .pcoded-header>.collapse:not(.show) .mr-auto {
        height: auto;
}
.pcoded-header .navbar-nav>li {
    line-height: 40px;
}
.side-progress {
        margin-left: 0px;
        margin-right:0;
    }
#progressbar {
    left: 5px;
}
    .card {
        margin-top: 20px;
    }

}
/*media query ends*/