ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    margin-bottom: 25px;
}
.resp-tabs-list li {
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.04em;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
	border-bottom: none;
}

.resp-tab-active {
    border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 18px;
    border: 0;
    margin: 0px;
    padding: 15px 0;
    background: transparent !important;
    text-align: center;
    box-shadow: 0px 0px 20px #ffffff;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 20px 15px !important;
    padding-bottom: 0 !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    width: 420px;
    margin: 0 !important;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    cursor: pointer;
    float: none;
    background: none !important;
    position: relative;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    width: 435px;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    border: 0 !important;
    padding-top: 120px;
    margin-left: 190px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {position: relative;z-index: 999;margin-right: -1px !important;border-top: 0 !important;background: #C30018;font-weight: bold;}

.resp-arrow {display: none;}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;
    box-shadow: none;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.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 {
    /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
    border: 0;
    text-align: center;
    padding: 35px;
	padding-bottom: 10px;
}

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
