ul.resp-tabs-list { margin: 0px; padding: 0px; }
.resp-tabs-list li { background: #222222; font-weight: 600; font-size: 15px; display: inline-block; padding: 9px 20px 13px; margin: 0; color: #aaaaaa; list-style: none; cursor: pointer; float: left; margin-right: 5px; border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 4px solid transparent; }
.resp-tabs-container { padding: 0px; background-color: #090909; clear: left; }
h2.resp-accordion { cursor: pointer; padding: 5px; display: none; }
.resp-tab-content { display: none; padding:15px 20px; color:#6e6e6e; line-height:22px; font-size:13px;}
.resp-tab-content p{ font-size:13px;}
.resp-tab-content p a{ color:#7294bd  ; text-decoration:none; font-size:14px; }
.resp-tab-content p a:hover{ color:#fff;}
.resp-tab-content h3{ border-bottom:1px dashed #222222; margin-bottom:15px; padding-bottom:3px; font-family:"Times New Roman", Times, serif;}
.resp-tab-active { border: 1px solid #222222; border-left: 1px solid #222222 !important; border-right: 1px solid #222222 !important; border-top: 4px solid #7294bd  !important; border-bottom: none; margin-bottom: -1px !important; padding: 9px 20px 14px 20px !important; background: #090909 !important; }
.resp-tab-active { border-bottom: none; background-color: #fff; }
.resp-content-active, .resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #222222; }
h2.resp-accordion { font-size: 13px; 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 #c1c1c1 !important; background: blue; }
/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !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*/


.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 14px !important;
}

.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 #333;
}

@media only screen and (max-width: 768px) {
ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; border:1px solid rgba(255,255,255,.1); font-size:16px;}
h2.resp-accordion:first-child{ border-top:1px solid rgba(255,255,255,.1) !important;}
.resp-vtabs .resp-tab-content { border: 1px solid rgba(255,255,255,.2); }
h2.resp-tab-active { background: #fff !important;  color:#000;}
.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-tab-active{ border:0px !important;}
.resp-arrow{ margin-top:14px}
}
