/* *----- Breadcrumb --------*/

.tp-breadcrumb {
    
box-shadow: 0px 0px 8px 3px grey;

}


.tp-breadcrumb .breadcrumb {
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 5px 0px;
    font-weight: 500;
}

.tp-breadcrumb .breadcrumb>.active {
    color: #000;
}

.DataCard {
    border: 0.25px solid #878686;
    border-radius: 60px 0px !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.form-control {
    border: 1px solid #878686 !important;
    border-radius: 15px 0px 15px 0px!important;
    font-size: 14px;


}
.register h5{
    font-size: 22px !important;
    color: #ff004d !important; 
}

.navbar-nav .nav-link .nav-item {
    color: #000 !important ;

}

.navbar-nav .nav-item {
    color: #000 !important ;
    font-weight: 700;
    font-size: 18px;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.register hr:not([size]) {
    height: 2px !important;
}

@media screen and (max-width:480px){
    .navbar-brand img{
        width:250px !important;
    }
}



