.resp-tabs-list li {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
}

.resp-tabs-list li span {
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
}

.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 10px;
    width: 85%;
}

.resp-tab-active {
    color: #fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

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

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

h2.resp-accordion {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #4c4c4c;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

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

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


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    width: 40px;
    height: 100%;
    margin: 0 !important;
}

.resp-vtabs .resp-tabs-list li {
    padding: 20px 16px !important;
    margin: 0 0 2px;
    background-color: #C9D8E0 !important;
    color: #4D4D4D;
    transition: all 300ms ease;
    text-align: center;
    cursor: pointer;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.resp-vtabs .resp-tabs-list li:nth-child(2) {
    max-height: 55px;
}

.resp-vtabs .resp-tabs-list li:nth-child(3) {
    max-height: 75px;
}

.resp-vtabs .resp-tabs-list li:hover {
    background-color: #6E8D9E !important;
    color: #fff !important;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    clear: none;
    transition: all 0.4s linear;
    height: 100%;
}

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

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    background-color: #6E8D9E !important;
}

.resp-vtabs li.resp-tab-active:hover {
    background-color: #6E8D9E !important;
    color: #fff !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

.sku-dtls-left .resp-tabs-list li {
    height: 120px !important;
}

.sku-dtls-left .resp-tabs-list li:nth-child(2) {
    max-height: 100px;
}

.sku-dtls-left .resp-tabs-list li span {
    transform: rotate(-90deg);
}

.sku-dtls-left ul.resp-tabs-list {
    background-color: #d3d3d3c9;
    height: 100vh;
}

.sku-dtls-left .resp-tabs-list li {
    border-radius: 8px 0 0 8px;
}

.sku-dtls-left li.resp-tab-active {
    background-color: #ffffff !important;
    color: #7D7D7D !important;
}

.sku-dtls-right .resp-tab-content {
    width: 100%;
    padding: 15px 0
}

.sku-dtls-left .resp-tabs-list li:hover {
    background-color: #ffffff !important;
    color: #7D7D7D !important;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e2e2e2;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e2e2e2;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e2e2e2;
    /* !important;*/
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #e2e2e2;
    }
    .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;
    }
    .resp-tab-content {
        padding: 40px 40px 20px;
    }
}