ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color:#f6f6f6;
}
.resp-tabs-list li a{ color:#3a3a3a;}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {}
.resp-tab-active {    border-bottom: none;    background-color: #fff;}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-weight:normal;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 2%;
    width: 96%;
    float:left;
    background-color:#f6f6f6;
}
h2.resp-accordion a{ color:#3a3a3a;}
h2.resp-tab-active {
    border:none;
    margin-bottom: 0px !important;
    padding: 10px 2%;
    width: 96%;
    float:left;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
		
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 26%    ;
    margin:0 1% 0 0;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding:10px !important;
    margin: 0 0 2px 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width:73%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    background-color: #f9f7f4;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    background-image: url("../images/downarrow_lefmenu.png");
    background-position: 92% 13px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.resp-vtabs li.resp-tab-active a{ color:#646464;}
.resp-arrow {
    width: 9px;
    height: 5px;
    float: right;
    margin-right:10px;
    margin-top: 3px;
    background-image: url("../images/arrow_er_bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

h2.resp-tab-active span.resp-arrow {
    background-image: url("../images/up_er_bg.png");
        background-repeat: no-repeat;
    background-position: center;    
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #f9f7f4 !important; 
    border:1px solid #c1c1c1; border-bottom:none; border-top:none;    
}
h2.resp-tab-active a{ color:#0051C4;}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
        border:1px solid #0051C4;
}
.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: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .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;
    }
}
.resp-vtabs ul.resp-tabs-list{height: 200px;}