#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#spinner {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
}

.header-main .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
    display: flex;
}

.float-right {
    float: right !important;
}

/*Style for the list in poup*/

.custom-bullet {
            list-style: none;
            position: relative;
            padding-left: 15px;
            border-bottom: 1px solid #B12936;
        }

.custom-bullet li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
/*    background-color: #B12936;*/
  border: 1px solid #B12936;
    border-radius: 100%;
    border-bottom: 1px solid #B12936;
}