/* Breadcrumb Section */
.breadcrumb-section{
    padding: 5px 0;
}
.breadcrumb-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #014D55;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-text a{
    color: #014D55;
}
.breadcrumb-text img{
    margin: 0 5px;
    width: 20px;
}


/* Responsive */
@media screen and (max-width: 1550px) {

    .breadcrumb-section{
        padding: 30px 0;
    }

}
@media screen and (max-width: 1299px) {


}

@media screen and (max-width: 1199px) {
}


@media screen and (max-width: 991px) {


}

@media screen and (max-width: 767px) {


}
@media (min-width:576px) and (max-width:767px) {}