.hero-slider .hero-image:before, .background-image.review-section:before, .inner-page-banner .page-banner:before {
    background-color: rgba(0, 0, 0, 0.80) !important;
}
.contact-page-wrap .contact-site-form {
    margin: auto !important;
}
.mob-dot-toggle {
    color: #000 !important;
}
#slmp_geojuice * {
     z-index: 1;
}
/*new accordion*/
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion .row {
    display: flex;
}

.accordion .row .col {
    flex: 1;
}

.accordion .row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */
.accordion .tabs {
    overflow: hidden;
}

.accordion .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.accordion .tab-label {
    border: 1px solid;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1em;
    background: #1571b8;
    cursor: pointer;    /* Icon */
}

.accordion .tab-label:hover {
    background: #828282;
}

.accordion .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    margin-left: 20px;
}

.accordion .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.accordion .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.accordion .tab-close:hover {
    background: #CF7019;
}

.accordion input:checked+.tab-label {
    background: #a1a1a5;
}

.accordion input:checked+.tab-label::after {
    transform: rotate(90deg);
}

.accordion input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}

.accordion input:checked~.tab-content {
    max-height: 100%;
}

.accordion .tab-content p {
    margin:0;
    padding: 0 0 10px;
}

.page-id-1219 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 0 5px;
    font-size: 9px;
    right: 0;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    border: 1px solid #dc3232;
}