.AllMapFilters {
    background: #fff; 
    box-shadow: 0px 8px 18px 5px #D9D9D9;
}
.BestGreenhouse ul.resp-map-list li { display: flex; flex-direction: column;
    justify-content:space-between;
    text-align: center;
    border-right: solid 1px #D9D9D9;
    max-width:133px;
    width: 100%;
    flex: 1;
}
.BestGreenhouse ul.resp-map-list li label {
    padding-top:25px; padding-bottom:25px;
    height: 100%;
    cursor: pointer;
}
.BestGreenhouse ul.resp-map-list li span { margin-bottom:15px; font-size: 40px; height:40px;  } 
.BestGreenhouse ul.resp-map-list li h6 { padding:0; margin: 0; font-size: 14px; color:#2D2F30; line-height: 14px; font-weight: 600; }
.BestGreenhouse ul.resp-map-list li:last-child { border-right: none;  }
.BestGreenhouse ul.resp-map-list li img { height:30px;  }




ul.resp-map-list{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.resp-map-list li {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.filter-category-item input[type="radio"]:checked + label {
    /*border: 1px solid #c1c1c1;*/
    border-bottom: none;

    
}

.filter-category-item input[type="radio"] {
    position: absolute;
    left: -999rem;
}
.icon-allicon::before { color:#479ac6;  }

.filter-category-item input[type="radio"]:checked + label {
    border-bottom: none;
    background: rgb(142,197,157);
background: linear-gradient(162deg, rgba(142,197,157,1) 0%, rgba(71,154,198,1) 100%);
color: #fff;
}

.BestGreenhouse ul.resp-map-list li.filter-category-item input[type="radio"]:checked + label h6 { color:#fff; }
.BestGreenhouse ul.resp-map-list li.filter-category-item input[type="radio"]:checked + label span:before { color:#fff;  }

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border:none; padding:88px 0 20px 0;
}

h2.resp-accordion {
    border:1px solid #D9D9D9;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {

}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-map-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-map-list li label {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #8EC59D;
    position: absolute; right:20px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: rgb(142,197,157);
    background: linear-gradient(162deg, rgba(142,197,157,1) 0%, rgba(71,154,198,1) 100%);
    color:#fff;
}

.MainTabs h2.resp-accordion span.iconbox { width:60px;  } 
.MainTabs h2.resp-tab-active span:before { color:#fff;   }
.MainTabs h2.resp-tab-active h6 { color:#fff ;  } 

.resp-easy-accordion  h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

/*h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    .LiTabsBox {
    display: flex;
    align-items: center;
}
    h2.resp-accordion {
        display: flex; align-items: center; position: relative; margin-bottom: 10px;
    }
    h2.resp-accordion h6 { margin:0 0 0 15px; font-size: 14px; font-weight: 600; color:#2D2F30; position: relative; }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .BestGreenhouse ul.resp-map-list li {
        border: solid 1px #D9D9D9!important;
        margin-left: -1px;
        margin-top: -1px;
        flex: 1 auto;
    }
}

@media screen and (max-width:1366px) and (min-width:1024px) {
    .BestGreenhouse ul.resp-map-list li label {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .BestGreenhouse .map-inner-ctn {
        transform: scale(0.8);
    }
}
