

/* hiding on mobiles */
@media screen and (max-width: 1000px) {
.hide_on_mobiles {
display: none !important;
}
}
/* hiding on desktop */
@media screen and (min-width: 1001px) {
.hide_on_desktop {
display: none !important;
}
}

.drop_down .second .inner ul, 
li.narrow .second .inner ul {
    background-color: #019385 !important;
}

.q_accordion_holder.boxed div.accordion_content {
    padding-left: 0px;
}

/* hiding on mobiles */
@media screen and (max-width: 1000px) {
.hide_on_mobiles {
display: none !important;
}
}
/* hiding on desktop */
@media screen and (min-width: 1001px) {
.hide_on_desktop {
display: none !important;
}
}

.mobile_menu_button {
    display: none !important;
}

@media screen and (max-width: 1030px) {
header.has_top.scroll_top.regular.with_hover_bg_color.page_header {
    display:none;
}
}

@media screen and (max-width: 1000px) {
header .header_bottom {
  height: 145px;
}
}
