ul.resp-tabs-list {margin: 0px;padding: 0px; position:relative; min-height:300px;}
.resp-tabs-list li {font-size: 15px; font-weight:bold; display: inline-block;margin: 0;list-style: none;cursor: pointer;float: left;}
.resp-tabs-list li.DevideShadow{position:absolute; width:3px; border-radius:50px; height:100%; right:0; top:30px; background:#00A667; padding:0 !important;}
.resp-tabs-container {padding: 0px;clear: left;}
h2.resp-accordion {cursor: pointer;padding: 5px;display: none;}
.resp-tab-content {display: none;padding: 15px;}
.resp-tab-active {border-bottom: none;margin-bottom: -1px !important;}
.resp-content-active,.resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #c1c1c1; }
h2.resp-accordion {font-size:13px; border: 1px solid #c1c1c1; border-top:0px solid #c1c1c1; margin: 0px; padding:10px 25px 10px 10px; position:relative; word-wrap:break-word;}
h2.resp-tab-active {border-bottom: 0px solid #c1c1c1 !important;margin-bottom: 0px !important;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}

/*----------- Horizontal tabs--------*/
#horizontalTab{float:right; max-width:100%;}
#horizontalTab ul{min-height:inherit; height:auto !important}
#horizontalTab ul li{float:none; margin:15px 15px 0; font-size:12px;}
#horizontalTab .resp-tabs-container{clear:none;font-family: 'MaiandraGD-Regular'; font-size:12px;}
#horizontalTab .resp-tab-content{border:none; padding:5px 15px;}
#horizontalTab .resp-tab-active{color:#0088C8;}
#horizontalTab .resp-tab-content h4{background:#3A444A; margin:0; padding:5px 10px; font-size:14px;}
#horizontalTab .resp-tab-content ol{margin:0 0 0 20px; padding:0;}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {float: left;width:45%;}
.resp-vtabs .resp-tabs-list li {display: block;padding:5px 15px;margin: 0;cursor: pointer;float: none; color:#009B56; font-family:'tt0248m';}
.resp-vtabs .resp-tabs-container {font-family: 'MaiandraGD-Regular'; padding:0px 10px;float: left;width:55%; max-height:360px;border-radius: 4px;clear: none;}
.resp-vtabs .resp-tab-content { border: none; }
.resp-vtabs .resp-tab-content ul{margin:0;}
.resp-vtabs .resp-tab-content li{padding:5px 0; border-bottom:solid 1px #00A667;}
.resp-vtabs li.resp-tab-active {position: relative;z-index: 1;margin-right: -1px !important;padding:6px 15px !important; color:#fff;}
/*.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 #c1c1c1;}
h2.resp-tab-active span.resp-arrow {border: none;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 12px solid #9B9797;}*/
.resp-arrow{position: absolute;right: 5px;top: 50%;transform: translateY(-50%);width: 12px;}
.resp-arrow:before{content:"\f055"; font-family:'FontAwesome';}
h2.resp-tab-active span.resp-arrow:before{content:"\f056";}

/*-----------Accordion styles-----------*/
h2.resp-tab-active { background:rgba(0,0,0,.5) !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: 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%; clear: none; max-height:inherit; padding:0;}
.resp-vtabs .resp-tabs-container .mCSB_inside > .mCSB_container{margin-right:0 !important}
.resp-accordion-closed { display: none !important; }
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
#horizontalTab .resp-tab-content{border:1px solid #c1c1c1;}
}
