.alert-info {
    display: none;
}

body:not(.show_slider) .container-fluid.head{
    background: var(--theme-primary-color);
}

.show_slider .justbg{
    border-radius: unset;
    background: unset;
}
.show_slider .bgcoloronly{
    border-radius: unset;
}
.heading_1 > .item-color{
    color: #fff;
    position: relative;
}

.slick-arrow{
    display: none !important;
}

.progress > div{
    background: var(--theme-primary-btn-hovered-border);
}

.info{
    background-color: #f8f8f8;
    border: none;
}