ul.resp-tabs-list {
    background-color: #f6f7f8;
    padding: 13px 18px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-image: url(/upload/modern/edu-pencil.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right 30px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer
}

.resp-tabs-container {
    padding: 0;
    background-color: #fefffa;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 15px;
    border: 1px solid #efefef;
    border-top: 1px solid #ebebeb;
    padding: 20px 15px;
    margin: 0 0 11px;
    background: #fefffa;
    color: #fff;
    margin-bottom: 0;
        border-left: none;
    border-right: none;
    padding-left: 0;
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #d1d0d0;
    background: #fff;
    border-radius: 3px
}

.resp-accordion-active,
.resp-content-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1
}

h2.resp-tab-active {
    border-bottom: 0 solid #0072bc!important;
    margin-bottom: 0!important;
    padding: 20px 15px!important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1!important;
    background: #00f
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px!important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    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: 0
}

.resp-vtabs li.resp-tab-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,
h2.resp-tab-active span.resp-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-top: 12px solid #333
}

h2.resp-tab-active span.resp-arrow {
    border: 0;
    border-bottom: 12px solid #333
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: none;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1!important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block;
    border-radius: 3px
}

@media only screen and (max-width:900px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }
    .resp-vtabs .resp-tabs-container {
        border: 0;
        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
    }
}