
.resp-tabs-list > li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    padding:10px; padding-right:40px; color:#333; border-radius:20px
}

/* .resp-tabs-list > li:hover {color:#006227 !important} */




.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
	color:#ffffff !important; font-weight:bold}
@media screen and (min-width: 1280px) {
.resp-tab-active {color:#ffffff !important; font-weight:bold}
}

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




h2.resp-accordion {
    border-top: 1px solid #c1c1c1;
    margin: 0px;
    padding: 10px; background:url(../images/plus.png) right center no-repeat; background-position:98%; font-size:14pt
}
h2.resp-accordion:last-child {border-bottom: 1px solid #c1c1c1;}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px !important; padding-right:30px !important; background-color:#01387b}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {width: 60%; margin:0 auto; margin-bottom:30px; text-align:center; border-radius:20px; /* border:solid 1px #01387b; */ font-size:0}

.resp-vtabs .resp-tabs-list > li {display: inline-block; cursor: pointer; float: none; background:#ffffff; padding:10px; width:50%; font-size:14pt;}


@media screen and (min-width: 1280px) {
.resp-vtabs .resp-tabs-list > li {padding:20px; width:50%; font-size:16pt;}
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    width: 100%;
    min-height: 250px;
    clear: none;
}

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

/*.resp-vtabs { border-bottom: 1px solid #c1c1c1;}*/

.resp-vtabs .resp-tabs-list > li.resp-tab-active {position: relative; z-index: 1;background:#01387b; border:none; color:#fff}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
}

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

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {

}


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

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

h2.resp-accordion  img, h2.resp-accordion p {display:inline-block !important; vertical-align:middle; text-align:left;}
h2.resp-accordion p {margin-left:10px}


/*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 {
	
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

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

    .resp-vtabs .resp-tab-content:last-child {
	
    }
	.resp-tab-content {margin:20px 20px}
	
}
/*
@media screen and (min-width: 1024px) {
	
.resp-vtabs ul.resp-tabs-list {width: 32%; margin-right:3%;}
.resp-vtabs .resp-tabs-container {width: 65%; min-height: 250px;}
.resp-tab-content {margin:0px 0}

}
@media screen and (min-width: 1280px) {
.resp-vtabs ul.resp-tabs-list {width: 22%; margin-right:3%;}
.resp-vtabs .resp-tabs-container {width: 75%; min-height: 250px;}

}
*/