.alert-info {
 display: none
}

.show_slider .justbg {
 background: var(--theme-primary-color);
 padding: 0 !important;
 border-radius: 0;
}

.show_slider .bgcoloronly {
 border-radius: unset;
 background: var(--theme-primary-color);
}

.container-fluid.head {
 background: #fff;
 overflow: hidden;
}

.fixed-header-placeholder.no-progressbar {
 box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .1) !important;
}

button.menu-toggle-button,
button.menu-close-button,
.powered-by-tradein,
.help_text,
.menu svg,
.help svg {
 color: #000;
 fill: #000;
}

.container.header,
.show_slider .header_slider {
 padding: 0 40px;
}

.heading_1,
.question-text {
 text-shadow: 0 2px 6px #00000048;
}

.heading_1>.item-color {
 color: #fff;
 position: relative;
}

.info {
 background-color: #f8f8f8;
 border-color: transparent;
}

@media(max-width:480px) {

 .container.header,
 .show_slider .header_slider {
 padding: 0 30px
 }
}

.progress>div {
 background: var(--theme-primary-color)
}

.top-bar,
.usp-slider-container {
 background: #f8f8f8 !important
}