.customliicon ul li:before {
    content: ' ';
    background-color: #F73A49;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: center;
    }
}
.fullWidthbtn .btn{
    width: 100% !important;
}
.modal-backdrop {
    z-index: 100 !important;
}