.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.custom_padding{
    padding: 30px 0 30px 0;
}

.custom_heading{
    color: #0078c9 !important ;   
}

.custom_index{
    margin-right: 10px;
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}    

.custom-img{
    height: 20%;
    width: 20%;
}
    
.info-a:hover {
    text-decoration: underline !important;
    color: #2275ac !important; 
}    
.info-a{
    color: #2991d6 !important;
}

.purple_text{
    color: #800080;
    text-decoration: none !important;
}

.purple_text:hover{
    text-decoration: underline !important;
}
.custom_color_heading{
    color: #444444;

}

.para_text p{
    font-size: 18px !important;
    color: #626262;
}
.para_text a{
    color:  #444444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}