ul.resp-tabs-list{
    margin: 0 0 23px 0;
    padding: 0px;
    text-align: center;
}
.resp-tabs-list li {
    display: inline-block;
    padding: 0;
    list-style: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #01013f;
    padding: 0 9px 0 0px;
    border-right: 1px solid #01013f !important;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 0 20px 0;
}
.resp-tabs-list li:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #55dde0;
    left: 4px;
    right: 9px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
}
.resp-tab-content {
    display: none;
}
.horizontalTab .resp-tab-content .tab_content_inner{
    transform: translate(-50%);
    transition: all 0.5s ease-in-out;
}
.horizontalTab .resp-tab-content.resp-tab-content-active .tab_content_inner{
    transform: translate(0%);
}
.resp-tabs-list li.resp-tab-active {color: #55dde0;}
.resp-tabs-list li.resp-tab-active:before {
    opacity: 1;
    bottom: -9px;
}
.resp-tabs-list li:last-child{border-right: 0 !important;}
.resp-content-active, .resp-accordion-active {
    display: block;
}
h2.resp-accordion {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #01013f;
    border-bottom: 1px solid #4a2882;
    position: relative;
    padding: 10px 20px 10px 0;
}
h2.resp-tab-active {
    color: #55dde0;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    width: 24.4%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    width: 67%;    
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.resp-arrow {
    width: 0;
    height: 0;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #4a2882;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #55dde0;
}
/*-----------Accordion styles-----------*/
.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;
}

/*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;
    }
    .faq_tab_main ul.resp-tabs-list.hor_1{
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .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;
    }
    .resp-vtabs .resp-tabs-container .resp-accordion {
        padding: 10px 30px 10px 20px;
        font-size: 15px;
        line-height: 17px;
    }
    .resp-vtabs .resp-tabs-container .resp-accordion span.resp-arrow{
        right: 15px;
    }
    h2.resp-accordion.hor_1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
}

