.above__info{
    background-color: var(--green-color);
    padding: 24px 20px 85px 20px;
}
.above__info h1, .above__info h2{
    color: var(--white-color);
}
.above__info h2{
    font-weight: normal;
}
.above__cover{
    padding: 0px 20px;
    max-width: 400px;
    margin: -80px auto 0px auto;
}
.above__cover img{
    width: 100%;
}
.above{
    display: none;
}

.search{
    padding-top: 30px;
}
.messages{
    display: none;
}
.search__title{
    color: var(--green-color);
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.search__title span {
    color: #BFD32B;
}
.search__control__input{
    display: flex;
    justify-content: center;
}
.search__currentlocation.desktop{
    display: none;
}
.search__currentlocation.mobile{
    top: 10px;
    left: 20px;
    position: absolute;
    z-index: 1;
}
.directory__map{
    position: relative;
}
.search__input{
    color: var(--green-color);
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    padding: 4px 10px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Raleway";
}
.search__input::placeholder{
    color: var(--green-color);
    font-size: 16px;
    font-family: "Raleway";
}
.search__btn{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--green-color);
    padding: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.search__btn img{
    width: 18px;
}
.search__currentlocation{
    background-color: var(--green-color);
    color: var(--white-color);
    border-radius: 18px;
    padding: 6px 20px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.search__currentlocation img{
    width: 15px; 
    margin-left: 15px;
}

.banner{
    padding-top: 50px;
}
.banner__back{
    background-color: var(--green-color);
    height: 130px;
}
.banner__cover{
    padding: 0px 20px;
}
.banner__cover img{
    width: 100%;
}
.banner__cover img.desktop {
    display: none;
}

.directory-slider__item{
    margin: 0px 20px 20px 20px;
    border-radius: 4px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 6px #00000033;
    padding: 15px 0px;
}
.directory__branch__header{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0px 20px;
}
.directory__branch__ping{
    width: 27px;
    height: 39px;
    margin-right: 10px;
}
.directory__branch__name{
    color: var(--green-color);
    font-size: 18px;
}
.directory__branch__address{
    padding: 0px 20px;
    margin-bottom: 15px;
}
.localsite__ctas{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 15px;
    padding: 0px 20px;
}
.localsite__ctas a{
    background-color: var(--green-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 8px;
    font-size: 12px;
}
.localsite__ctas a img{
    width: 19px;
    margin-right: 10px;
}
.localsite__ctas a:first-child {
    color: var(--green-color);
    border: 1px solid var(--green-color);
    background-color: #fff;
}

.scheduled{
    background-color: #F8F3EF;
    color: #000000;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
}
.windowSchedule__day{
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 20px;
}
.windowSchedule__day{
    margin-bottom: 7px;
}
.scheduled__header{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
}
.scheduled__header img{
    width: 15px;
    cursor: pointer;
}
.windowSchedule__content{
    display: none;
    position: absolute;
    padding: 15px;
    background-color: #F5F5F5;
    left: 0;
    right: 0;
    width: auto;
    z-index: 2;
}

.rdbs{
    padding: 0px 20px;
}
.rdb__item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.rdb__icon{
    width: 30px;
    margin-right: 20px;
}
.rdb__icon.bigger{
    width: 22px;
    margin-right: 28px;
}

.directory__open, .directory__list__noresults{
    display: none;
}
.map__content{
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 400px;
    margin: 30px 0px 20px 0px;
}
.map__frame {
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 400px;
}
.note__map {
    font-size: 10px;
    text-align: right;
}
.windowMap__name{
    color: var(--green-color) ;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "Raleway";
}
.directory__branch__btn{
    background-color: var(--green-color);
    border-radius: 8px;
    color: var(--white-color);
    font-weight: 500;
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
    outline: 0;
}
.directory__branch__btn__icon{
    width: 15px;
    margin-right: 5px;
}
.directory__branch__btn:nth-child(1){
    margin-right: 10px;
}
.windowMap__address{
    margin-bottom: 10px;
}
#item_slider, #GTMclicMarker{
    display: none;
}
.directory__list__noresults{
    padding: 20px 20px 0px 20px;
    max-width: 1200px;
    margin: auto;
    color: var(--green-color);
    font-weight: 500;
}
.directory__branch__address.desktop{
    display: none;
}
.directory__nav__mobile, .directory__nav{
    display: none;
}

/** Slider **/

.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    position: relative;
    margin: 0 auto;
    max-width: 350px;
}
.slidertexts {
    overflow: hidden;
    width: 280px;
    margin: auto;
}
.slidertexts__cont {
    display: flex;
    transition: transform 0.5s;
}
.cont__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    color: #007041;
}
.cont__slide {
    flex: 0 0 100%;
    text-align: center;
}
.slidertexts__btn {
    background-color: white;
    border: none;
}
.slidertexts__btn img {
    width: 12px;
    height: 20px;
}
.cont__text {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.cont__author {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.slidertexts__btn--prev {
    position: absolute;
    top: 180px;
    cursor: pointer;
    padding: 0 3px;
    left: 0;
}
.slidertexts__btn--next {
    position: absolute;
    top: 180px;
    cursor: pointer;
    padding: 0 3px;
    right: 0;
}

.title__other {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}


.directory__slider {
    height: 560px;
}
#directory-slider {
    overflow-y: auto;
    height: 95%;
}

.btn__more {
    text-align: center;
}
.btn__more a {
    background-color: var(--green-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 8px;
    font-size: 14px;
    width: 200px;
    margin: auto;

}


@media screen and (min-width: 360px) {
    .slidertexts__btn--prev {
        left: 10px;
    }
    .slidertexts__btn--next {
        right: 10px;
    }
}

@media screen and (min-width: 500px) {
    .cont {
        max-width: 400px;
    }
    .cont__title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
    }
    .cont__title br {
        display: none;
    }
    .cont__text {
        font-size: 16px;
    }
    .cont__author {
        font-size: 14px;
    }
    .slidertexts {
        width: 360px;
    }
    .slidertexts__btn img {
        width: 25px;
        height: 25px;
    }
}

@media screen and (min-width: 568px) {
    .banner__back{
        display: none;
    }
    .banner__cover{
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {

    .above{
        display: block;
    }
    .above__row{
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        padding: 30px 20px 0px 20px;
    }
    .above__cover{
        margin: 0;
        width: 37%;
        padding: 0;
    }
    .above__cover img{
        margin: 0;
        width: 100%;
    }
    .above{
        background-color: var(--green-color);
    }
    .above__info{
        padding: 0;
        width: 53%;
    }
    .search__title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .search__currentlocation.desktop{
        display: flex;
        align-items: center;
        margin-right: 20px;
        font-size: 18px;
        border-radius: 20px;
        padding: 6px 32px;
    }
    .search__currentlocation.mobile{
        display: none;
    }
    .search__row{
        display: flex;
        justify-content: center;
    }
    .search__control__input {
        position: relative;
    }
    .search__input{
        min-width: 380px;
        font-size: 18px;
        padding: 8px 15px;
        border-radius: 12px;
        box-shadow: 0px 0px 6px #00000063;
        border: 1px solid #ccc;
    }
    .search__btn {
        position: absolute;
        right: 10px;
        top: 3px;
        border: 0;
    }
    .search__btn img{
        width: 22px;
    }
    .localsite__ctas a {
        padding: 4px 8px;
    }
    .map__layout{
        display: flex;
        flex-direction: row-reverse;
        padding: 40px 20px;
        max-width: 1200px;
        align-items: flex-start;
        justify-content: space-between;
        margin: auto;
    }
    .directory__map{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        padding: 30px 20px 10px 20px;
        max-width: 1200px;
        margin: auto;
    }
    .map__content{
        width: 55%;
        margin: 0;
        height: 600px;
    }
    .directory__slider{
        width: 42%;
        height: 600px;
        overflow: auto;
        padding: 1px;
    }
    .directory-slider__item{
        margin: 00px 0px 25px 0px;
    }
    .directory__branch__address.desktop {
        display: block;
        padding: 0;
    }
    .directory__branch__address.mobile {
        display: none;
    }
    .directory__branch__ping {
        width: 36px;
        height: 68px;
    }
    .directory__branch__name {
        font-size: 16px;
    }
    .banner__cover img.mobile {
        display: none;
    }
    .banner__cover img.desktop {
        display: block;
    }

    .cont {
        max-width: 700px;
        padding: 40px 0;
    }
    .cont__title {
        font-size: 26px;
        width: 600px;
        margin: auto;
        margin-bottom: 30px;
    }
    .slidertexts {
        width: 70%;
    }
    .slidertexts__btn--prev {
        position: absolute;
        top: 115px;
        left: 30px;
    }
    .slidertexts__btn--next {
        position: absolute;
        top: 115px;
        right: 30px;
    }
    .slidertexts__btn img {
        width: 20px;
        height: 40px;
    }

}

@media screen and (min-width: 1000px) {

    .cont {
        max-width: 1030px;
        padding-top: 80px;
    }
    .cont__title {
        font-size: 30px;
        width: auto;
        margin-bottom: 50px;
    }
    .cont__text {
        font-size: 20px;
    }
    .slidertexts {
        width: 58%;
    }
    .slidertexts__btn--prev {
        position: absolute;
        top: 200px;
        left: 160px;
    }
    .slidertexts__btn--next {
        position: absolute;
        top: 200px;
        right: 160px;
    }
    .slidertexts__btn img {
        width: 40px;
        height: 36px;
    }
    .cont__author {
        font-size: 16px;
    }
    .search__currentlocation.desktop {
        padding: 6px 56px;
    }
    .search__input {
        min-width: 550px;
        padding: 12px 16px;
    }
    .search__btn {
        top: 6px;
    }

}

@media screen and (min-width: 1200px) {

    .above__info h1.sep {
        font-size: 36px;
    }
    .above__row, .search {
        padding-top: 50px;
    }
    .banner{
        padding-top: 70px;
    }
    .search__input{
        min-width: 400px;
    }
    .directory__branch__name{
        font-size: 20px;
    }
    .map__content{
        width: 58%;
    }
    .directory__slider{
        width: 40%;
    }
    .search__title{
        font-size: 30px;
    }
    .search__currentlocation.desktop {
        padding: 6px 80px;
    }
    .search__input {
        min-width: 700px;
    }
    .directory__branch__address.mobile{
        display: none;
    }
    .directory__branch__address.desktop{
        display: block;
        padding: 0;
        margin: 0;
    }
    .directory__branch__header{
        margin-bottom: 20px;
    }
    .directory__list__noresults{
        font-size: 16px;
    }
    .directory__branch__ping {
        width: 53px;
        height: 77px;
        margin-right: 15px;
    }
    .scheduled__header img {
        width: 21px;
    }
    .cont {
        padding-bottom: 20px;
    }
    .cont__title {
        font-size: 34px;
    }
    .cont__text {
        font-size: 22px;
    }
    .slidertexts {
        width: 62%;
    }
    .slidertexts__btn--prev {
        top: 230px;
        left: 130px;
    }
    .slidertexts__btn--next {
        top: 230px;
        right: 130px;
    }
    .cont__author {
        font-size: 20px;
    }
    .slidertexts__btn img {
        width: 40px;
        height: 40px;
    }

}