.alert-info, .slick-arrow {
 display: none !important
}

body:not(.show_slider) .container-fluid.head {
 background: var(--theme-primary-color)
}

.show_slider .justbg {
 background: var(--theme-primary-color);
 border-radius: 0;
}

.show_slider .bgcoloronly {
 background: var(--theme-primary-color);
}

.heading_1>.item-color {
 color: var(--theme-primary-btn-hovered-border);
}

.progress>div {
 background: var(--theme-primary-btn-hovered-border)
}

.info, .easy-steps{
 background-color: #f3f3f3;
 border: transparent
}

.btn, button[class*="btn"], .btn:hover, button[class*="btn"]:hover{
 border-color: transparent !important;
}


.gp_step_one {
 color: var(--theme-secondary-color)
}

.price_step_tree {
 color: var(--theme-secondary-color) !important
}