ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list{
    display: table;
    width: 100%;
    table-layout:fixed;
/*    margin-bottom: -3px;*/
}
.resp-tabs-list li {
    display: table-cell;
    list-style: none;
    cursor: pointer;
    width: auto;
    vertical-align: bottom;
    background: none;
    text-align: center !important;
}

@media only screen and (max-width: 920px) {
.resp-tabs-list li.long {
    width: 125px !important;
}
}
.resp-tabs-list li div{
    font-weight: 600;
    font-size: 13px;
    padding: 13px 5px;
    margin: 0 0 0 8px;
    border-radius:6px 6px 0 0;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    background-color: #f5f5f5;
}
.resp-tabs-list li:first-child div{
    margin-left: 0;
}

.resp-tabs-container {
    clear: left;
}
.resp-tab-content {
    display: none;
    padding: 15px 0 0;
}
.resp-tab-active div {
    border: 3px solid #1B50A2 !important;
    padding: 12px 3px 15px 3px !important;
    border-bottom: 0 #fff solid !important;
    color: #1B50A2;
    font-weight: 800;
    background-color: #FFF !important;
    position: relative;
    z-index: 1px;
}

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

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

h2.resp-accordion {
    display: none;
}

h2.resp-tab-active {
    margin-bottom: 0px;
    padding: 10px 15px;
}
.resp-tab-content-active h2.resp-tab-active{border-top: none;}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs:before,
.resp-vtabs:after { content:""; display:table;}
.resp-vtabs:after { clear:both;}
.resp-vtabs { zoom:1;}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    table-layout: inherit;
    margin: 0 !important;
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 0;
}
.resp-vtabs .resp-tabs-list li div{
    margin: 0;
    border-radius:0;
    background-color: #f5f5f5;
    border: 0;
    border-left:1px solid #c1c1c1 !important;
    border-top: 1px solid #c1c1c1 !important;
    padding: 10px;
    text-align: left;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    border-top: 0;
    border-right: 1px solid #FFF !important;
    margin-right: -1px !important;
}
.resp-vtabs li.resp-tab-active div {
    border: 3px solid #1B50A2 !important;
    border-top:1px solid #c1c1c1 !important;
    border-width: 1px 0 0 3px !important;
    padding: 10px 7px !important;
    color: #1B50A2;
    font-weight: 800;
    background-color: #FFF !important;
    position: relative;
    z-index: 1px;
}

.resp-vtabs .resp-tabs-container {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none;
    box-sizing: border-box;
}

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

.resp-arrow {
    position: absolute;
    right: 10px;
    top: 40%;
    margin-top: -4px;
    border-right: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    width: 10px;height: 10px;
    z-index: 3;
    transform: rotate(45deg) translate(-50%, 0);
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
}
h2.resp-tab-active div{
    background: none !important;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #284db4;
    color: #fff;
}
h2.resp-tab-active div{
    border-right:1px solid #c1c1c1 !important;
    border-left:1px solid #c1c1c1 !important;
    border-bottom: 1px solid #c1c1c1 !important;
    padding: 10px !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content{
    border: 1px solid #c1c1c1;
    border-top: 0;
    padding: 10px;
}

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

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


/*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;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    
    border-bottom: 5px solid #fff;
}
    h2.resp-tab-active{position: relative;padding-top: 13px;}
    .hor_1>h2.resp-tab-active:before,
    .hor_2>h2.resp-tab-active:before{
        content:'';display: block;
        position: absolute;top: 0;left: 0;
        height: 5px;width: 100%;
        background: #f3981d;
    }
    
    .hor_2>h2.resp-accordion,
    .hor_2>h2.resp-tab-active{
        border: 1px solid #bcbcbc;
        
    }
    .hor_2>h2.resp-accordion{margin-bottom: 5px;}
    .hor_2 h2.resp-tab-active{
        border: none;
        margin-bottom: 2px;
    }
    .bgGr h2.resp-accordion,
    .bgGr h2.resp-tab-active{border-color: #f2f2f2 !important;}
    .bgGr .hor_2>h2.resp-accordion:not(.resp-tab-active),
    .bgGr #tabArea2>.resp-tabs-container>h2.resp-accordion{color: #000;background: #fff;}

    h2.resp-tab-active{
        border-bottom-width: 2px;
    }
    .resp-tab-content h2.resp-accordion,
    .resp-tab-content h2.resp-tab-active{
        background: #284db4 !important;
        color: #fff;
        border-top: 2px solid #fff;
        border-bottom: none;
        padding: 7px 15px;
        line-height: 1.2;
    }
    .resp-tab-content h2.resp-accordion:first-child,
    .resp-tab-content h2.resp-tab-active:first-child{border: none;}
    .resp-tab-content .resp-arrow{border-color: #fff;}
    #tabArea .resp-tab-content{border-bottom: 5px solid #f2f2f2;}
    #tabArea .resp-tab-content h2.resp-accordion span{display: block;}
    
    .resp-tab-content .resp-tab-content-active{border-bottom: none;}
    .hor_2 .resp-tab-content h2.resp-tab-active,
    .hor_2 .resp-tab-content h2.resp-accordion{
        border: none;margin-bottom: 2px;min-height: 50px;
        
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    
/*
    #tabArea>.resp-tabs-container>h2.resp-tab-active,
    #tabArea2>.resp-tabs-container>h2.resp-tab-active{border-top: 5px solid #f3981d;}
*/
    
.resp-vtabs .resp-tab-content,
.resp-tab-content{
    border-top: 0;
    padding: 10px;
}
.resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
    padding: 0;
}

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