.accordion {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group, .panel-group .panel-body ol:last-child, .panel-group .panel-body p:last-child, .panel-group .panel-body ul:last-child {
    margin-bottom: 0;
}

.accordion .link {
    overflow: auto;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px dotted #c1c1c1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion span .dw {
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    right: 19px;
    left: auto;
    font-size: 10px;
}

.ico {
    margin-right: 10px;
}

.accordion span .dw.open .link, .accordion span .dw.open i {
    color: #F2B33F;
}

.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0 solid #ddd;
}

.panel-group, .panel-group .panel, .panel-group .panel-body, .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading, .panel-group .panel-heading a, .panel-group .panel-title, .panel-group .panel-title a {
    border-radius: 0;
    border: 0;
}

    .panel-group .panel-heading {
        padding: 0;
    }

        .panel-group .panel-heading a {
            display: block;
            color: #333;
            padding: 0;
            text-decoration: none;
            position: relative;
            font-size: 14px;
        }

            .panel-group .panel-heading a.collapsed {
                color: inherit;
            }

            .panel-group .panel-heading a:after {
                content: '-';
                position: absolute;
                right: 10px;
                top: 0;
                font-size: 17px;
            }

            .panel-group .panel-heading a.collapsed:after {
                content: '+';
            }

    .panel-group .panel-collapse {
        margin-top: 5px !important;
    }

    .panel-group .panel-body {
        background: #EFF1F3;
        padding: 15px;
    }

    .panel-group .panel {
        background-color: transparent;
    }

.hdding {
    color: #000;
}

.resp-tabs-list {
    background-color: #f7f7f7;
    color: #fff;
}

.hdding :before {
    background: #FFF;
    border-top: 1px solid #FFF;
    width: 359px;
    position: absolute;
    display: inline-block;
    content: '';
    left: 88px;
    right: 0;
    top: 0;
    height: 8px;
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
    clip-path: polygon(0 0,50% 100%,100% 0);
}

.resp-tabs-list h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 10px;
    margin: 0;
}

    .resp-tabs-list h3 i {
        padding: 0 10px;
    }

.resp-tabs-list ul {
    padding: 0;
}

.resp-tabs-list li {
    color: #000;
    font-size: 12px !important;
    padding: 0 !important;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

    .resp-tabs-list li i {
        padding: 0 10px;
    }

p, ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-container {
    padding: 0;
    background-color: #000;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion, .resp-tab-content-active {
    display: block;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-bottom: none;
}

.resp-tab-content, h2.resp-accordion {
    border:1px solid rgba(193, 193, 193, 0.55);
}

h2.resp-accordion {
    font-size: 13px;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f;
}

.resp-tabs-container {
    border: 1px solid #000;
    margin-left: 30px;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0;
    cursor: pointer;
    float: none;
    border-bottom: 1px solid #FFF;
    padding: 12px 5px !important;
}

    .resp-vtabs .resp-tabs-list li:hover {
        background: rgba(255,255,255,.95);
        box-shadow: 0 1px 1px rgba(34,34,34,.2);
    }

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 0 solid #c1c1c1;
    float: right;
    width: 69%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-bottom: 1px solid #FFF;
    padding: 12px 5px !important;
    border-left: 0;
    border-right: 0;
    color: #fff;
    border-top: 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.95);
    box-shadow: 0 1px 1px rgba(34,34,34,.2);
}

.red {
    color: red !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

h2.resp-tab-active {
    background: #e3bd73 !important;
}

.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: 0;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
    /*background: #e3bd73 !important;*/
    color: #fff;
}
h2.resp-tab-active a{
    color: #fff;
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        background-color: #000;
		   overflow: auto !important;
    }
    h2.resp-accordion a{
      color: #fff;
    }

        h2.resp-accordion i {
            margin-right: 10px;
        }

    .resp-vtabs .resp-tab-content {
        border: 0px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100% !Important;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .resp-tabs-container {
        border: 1px solid #000;
        margin-left: 0;
    }
}
