div#horizontalTab{
    width:780px;
    max-width:780px;
    margin:0 auto;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}



.resp-tabs-list ul {
}
/* resp-tab-item */
.resp-tabs-list li
{
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 16px 1px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-top: 1px #C1C1C1 solid;
    border-right: 1px #C1C1C1 solid;
    border-bottom: 1px #C1C1C1 solid;
    border-left: 1px #C1C1C1 none;
}
.resp-tabs-list li:first-child
{
    border-left: 1px #C1C1C1 solid;
}






.resp-tabs-container {
    padding: 0px;
    background-color: #f2fcff;
    clear: left;
    border:none;
}





h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    padding: 16px 1px !important;;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #F1F3F4;/* d5dee2 */
}

.resp-content-active, .resp-accordion-active {
    display: block;
    padding: 0px 15px;
}

.resp-tab-content {
    border: none;
}





h2.resp-accordion
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 57px;
    color: #0d386c;
    border:none;
    border-top: 1px #C1C1C1 solid !important;
    margin: 0px;
    padding: 0px 15px;
    background: #e7e7e7;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

xx{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #636363;
    background: #e7e7e7;
    padding: 20px;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    transition: all 0.5s ease-in-out;
}


h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 0px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}






.resp-arrow {
    display:none;
}

h2.resp-tab-active span.resp-arrow {
    display:none;
}




/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #e7e7e7 !important;
}
.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 {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 758px) {

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}