.alert-info {
    display: none;
}

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

.show_slider .justbg{
    background: var(--theme-primary-color);
    border-radius: unset;
}
.show_slider .bgcoloronly{
    background: var(--theme-primary-color);
    border-radius: unset;
}
.heading_1 > .item-color{
    color: var(--theme-primary-btn-hovered-border);
    position: relative;
}

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

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

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

.gp_step_one, .price_step_tree{
    color: var(--theme-secondary-color) !important;
}