ul.resp-tabs-list {
    padding: 0 12px;
    position: relative;
    float: none;
    display: table;
    margin: 20px auto 30px;
}

.resp-tabs-list li {
    background: #eee;
    border-radius: 5px 5px 0 0;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    list-style: none outside none;
    margin-bottom: 0px;
    margin-right: 5px;
    min-height: 35px;
    padding: 10px 20px;
    text-align: left;
    width: auto;
    text-transform: none;
    font-family: Verdana;
    border-radius: 0px;
    font-weight: bold;
}

.resp-tabs-container {
    background-color: #FFF;
    clear: left;
    font-size: 13px;
    width: 100%;
    float: left;
    border-radius: 0px;
}

h2.resp-accordion {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    display: none; text-align: left;
}

.resp-tab-content {
    display: none;
    padding: 0px; margin: 0px; float: left;
}

.resp-tabs-list li:hover {
    background-color: #d7362e !important;
    color: #fff !important;
}


.resp-tab-active{
    background-color: #d7362e !important;
    color: #fff !important;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /* border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    background: rgba(0, 126, 255, 0.89) !important;   color: #FFFFFF;
    margin: 0 0 2px;
    padding: 10px 15px;
    width:100%;
    float:left;
}


h2.resp-accordion:hover {
    background: RGBA(116, 1, 34, 0.82) !important;
    color: #FFFFFF;
    margin: 0 0 2px;
    padding: 10px 15px;
}



h2.resp-tab-active {
    /*border-bottom: 0px solid #c1c1c1 !important;*/
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

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

/*-----------Accordion styles-----------*/


h2.resp-tab-active {
    background: none repeat scroll 0 0 #003874 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.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;
    width: 100%;
    background-color:#FFF;
}

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: 768px) {
    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;*/
    }
}

@media only screen and (max-width : 399px), handheld   and (max-device-width : 399px)   {
    ul.resp-tabs-list{
        margin: 0;
        padding: 0;
    }



    /*.resp-tab-content {
        display: none;
        padding: 15px; margin: 0px 0 0 0 !important; float: left;
    }*/

    .resp-tab-content {
        display: none;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }


    .pagehead{ display: none; }
}

@media only screen and (min-width : 400px) and (max-width : 619px), handheld  and (min-device-width : 400px) and (max-device-width : 619px)  {
    ul.resp-tabs-list{
        margin: 0;
        padding: 0;
    }
    .resp-tab-content {
        display: none;
        padding: 15px; margin: 0px 0 0 0 !important; float: left;
    }

    .pagehead{ display: none; }
}

@media only screen and (max-width : 460px)  {
    ul.resp-tabs-list{
        margin: 0;
        padding: 0;
    }
    .resp-tab-content {
        display: none;
        padding: 15px; margin: 0px 0 0 0 !important; float: left;
    }

    .pagehead{ display: none; }
}

