ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
	font-family: 'Roboto', Calibri, Arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 13px 12px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	font-weight:bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
	font-size: 14px;
}

h2.resp-accordion {
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}
.fdpri.resp-tab-content {
	background:#f7e6a1;
}
.fdbon.resp-tab-content {
	background:#d4f695;
}
.fdeur.resp-tab-content {
	background:#b4e8f3;
}
.fdeud.resp-tab-content {
	background:#c2bdd8;
}
.fdjac.resp-tab-content {
	background:#ecba5c;
}
.fdcup.resp-tab-content {
	background:#e1c7e2;
}
.fdgor.resp-tab-content {
	background:#f9cea9;
}
.fdmeg.resp-tab-content {
	background:#b9cfe2;
}
.fdpow.resp-tab-content {
	background:#e6a297;
}
.fdnac.resp-tab-content {
	background:#fea0a0;
}

.resp-tabs-list li:nth-child(1){background-color: #f7e6a1;border-top: 4px solid #f5d34d;}
.resp-tabs-list li:nth-child(2){background-color: #d4f695;border-top: 4px solid #a9ea31;}
.resp-tabs-list li:nth-child(3){background-color: #b4e8f3;border-top: 4px solid #2caeca;}
.resp-tabs-list li:nth-child(4){background-color: #f9cea9;border-top: 4px solid #f98d30;}
.resp-tabs-list li:nth-child(5){background-color: #e1c7e2;border-top: 4px solid #aa54ad;}
.resp-tabs-list li:nth-child(6){background-color: #fea0a0;border-top: 4px solid #e44752;}
.resp-tabs-list li:nth-child(7){background-color: #ecba5c;border-top: 4px solid #e29318;}

.resp-tabs-list.en li:nth-child(1){background-color: #e6a297;border-top: 4px solid #942222;}
.resp-tabs-list.en li:nth-child(2){background-color: #b9cfe2;border-top: 4px solid #1A5AB9;}
.resp-tabs-list.en li:nth-child(3){background-color: #c2bdd8;border-top: 4px solid #6e649f;}
.resp-tabs-list.en li:nth-child(4){background-color: #b4e8f3;border-top: 4px solid #2caeca;}
.resp-tabs-list.en li:nth-child(5){background-color: #ecba5c;border-top: 4px solid #e29318;}



.resp-tab-active {
   border: 1px solid #c1c1c1; 
   border-bottom: none;
    margin-bottom: -1px !important;
    padding: 9px 14px 14px 14px !important;
	border-top-width:8px !important;
}


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

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

h2.resp-accordion { 
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    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 #000000 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

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

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 12px !important;
	border-left: 4px solid #71AFFF;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #000000;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    /*background: #DBDBDB !important;*/
	border-top: 5px solid #000000 !important;
}
h2.resp-accordion:nth-of-type(1) {background-color: #f5d34d;}
h2.resp-accordion:nth-of-type(2) {background-color: #a9ea31;}
h2.resp-accordion:nth-of-type(3) {background-color: #2caeca;}
h2.resp-accordion:nth-of-type(4) {background-color: #f98d30;}
h2.resp-accordion:nth-of-type(5) {background-color: #c08bc2;}
h2.resp-accordion:nth-of-type(6) {background-color: #e44752;}
h2.resp-accordion:nth-of-type(7) {background-color: #e29318;}

/*h2.resp-accordion:nth-of-type(1):lang(en) {background-color: #2caeca;}
h2.resp-accordion:nth-of-type(2):lang(en) {background-color: #e29318;}
h2.resp-accordion:nth-of-type(3):lang(en) {background-color: #f5d34d;}
h2.resp-accordion:nth-of-type(4):lang(en) {background-color: #a9ea31;}
h2.resp-accordion:nth-of-type(5):lang(en) {background-color: #c08bc2;}*/

h2.resp-accordion:nth-of-type(1):lang(en) {background-color: #942222;}
h2.resp-accordion:nth-of-type(2):lang(en) {background-color: #1A5AB9;}
h2.resp-accordion:nth-of-type(3):lang(en) {background-color: #6e649f;}
h2.resp-accordion:nth-of-type(4):lang(en) {background-color: #2caeca;}
h2.resp-accordion:nth-of-type(5):lang(en) {background-color: #e29318;}



.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: 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;
    }
}