body {
    font-family: "Muli" !important;
    font-weight: 300;
    background: #fff;
}
.w-100 {
    width: 100%;
}
.global-background {
    background: #000000;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.header-logo {
    width: 100%;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img {
    width: 250px;
}
.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
}
.breadcrumb li {
    display: flex;
}
.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 20px;
    background: #dd1818;
    position: relative;
    display: block;
    float: left;
    width: max-content;
}
.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #dd1818;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid rgb(167, 163, 163);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
}
.breadcrumb li:nth-child(2) a {
    background: #e51414;
}
.breadcrumb li:nth-child(2) a:after {
    border-left-color: #e51414;
}
.breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.breadcrumb li:last-child a:after {
    border: 0;
}
#social-media-box-v2 {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 10px;
}
.sm-box {
    width: 100%;
    height: 100px;
    background: #180b28;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
}
.sm-box img {
    width: 60px;
    margin-bottom: 5px;
}

.body-before-login-footer .margin-bottom-10[href*="#tab"] {
    margin-top: 10px;
    color: #fff;
    background: #e51414;
}

.body-before-login-footer .btn.btn-small:hover,
.body-before-login-footer .margin-bottom-10[href*="#tab"].active {
    color: #ffffff !important;
}
