﻿
.resp-tabs-list{

}
.resp-tabs-list li{
    border: 1px solid #d0d6db;
    padding: 7px 0;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'segoe_uisemibold';
    font-weight: 700;
    background-color:#f7fbff;
    font-size: 12px;
}
.tabs_item-2{
    margin-left: 15px;
}
.tabs_item-3{
    margin-left: 14px;
}
.tabs_item-1{
    width: 105px;
}
.tabs_item-2{
    width: 94px;
}
.tabs_item-3{
    width: 131px;
}
.resp-tabs-list li:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 6;
}
.resp-tabs-list li.resp-tab-active:after{
    background: #fff;
}
.resp-tabs-list li:hover,
.resp-tab-item.resp-tab-active{
    color: #5b6e7f;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #f7fbff;
    clear: left;
    border-bottom: 1px solid #c8d0d8;
    border-left: 1px solid #c8d0d8;
    border-right: 1px solid #c8d0d8;
}
.resp-tabs-container .title_link{
    margin-bottom: 5px;
}
.resp-tab-content {
    display: none;
    padding: 15px 10px 10px 10px;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    margin-bottom: -1px !important;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
 }
h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 13px;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !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 #c9cfd5;
}

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

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #c9cfd5 !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;
        border-bottom:1px solid #c9cfd5;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        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;
    }
}
