﻿.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
.resp-tab-content {
    display: none;
    padding: 20px;
}
 .resp-tabs-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.resp-tabs-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px 15px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #000;
    background: none !important;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 14px 15px;
    float: left;
    width: 100%;
}
    h2.resp-accordion.resp-tab-active {
        border-color: #fab702 !important;
    }
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #fab702 !important;
    color: #fff;
}
.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%;
    display: none;
}
.resp-tab-content-active {
    display: block;
    border-color: #fab702 !important;
}
.tab-style7 .resp-tabs-list li.resp-tab-active {
    border: 1px solid #fab702;
    border-color: #fab702 !important;
    margin-bottom: -1px;
    border-bottom: 0px #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #fab702;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.tab-style7 .resp-tab-content img {
    padding: 15px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
@media screen and (min-width: 992px) {
    ul.resp-tabs-list {
        text-align: center;
    }

    .resp-tab-content {
        margin-top: 40px;
        border: none;
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .tab-style7 ul.resp-tabs-list {
        display: none;
    }

    .tab-style7 h2.resp-accordion {
        display: block;
    }
    .tab-style7 .resp-tab-content {
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .resp-tab-content {
        background-color: #fff;
    }
}