.cms-tab-wrap{ width: 100%; display: flex; flex-wrap: wrap; }
.tabs-box  { width: 25%; display: flex;  justify-content: center;   background: #020065;  padding:15px 10px; font-size: 1.75rem; color: #fff;  }
ul.resp-tabs-list, p { margin: 0px; padding: 0px; }
  .resp-tabs-list {  width:100%; padding: 10px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; text-align: center; z-index:1;  background-color:transparent; border-bottom: solid 1px #fff;}
.resp-tabs-list li {  display: flex;  justify-content: center;  width: 33.3333%; padding: 20px;  margin:0px; position: relative;  border-width: 1px;background-color:transparent;vertical-align: middle;  list-style: none; text-align: center; font-weight:700!important; font-size:1rem; line-height:2.5em; cursor: pointer;}
.resp-tabs-list li a{color:#3097af;  }
.resp-tabs-list li a:hover{color: #999;  }
.resp-tabs-container { padding: 0px; width: 100%; clear: left; }
.resp-tab-content { display: none; padding: 0px; width: 100%; margin: 0px auto; line-height: 1.8em; }
  .resp-tab-active { color: #000;   background-color:#fff;   }
 .resp-tab-active a { color: #000!important;    }
 
.resp-content-active, .resp-accordion-active { display: block;  }
.resp-tab-content { padding:0px; }
h2.resp-accordion {  width: 100%;  margin:0px auto; padding:4px 15px;  font-size:1rem; line-height:1.75em; color:#23262a; display: none; cursor: pointer; font-weight: 700!important; text-align: left;  background-color:#fff; border-bottom:1px #23262a solid; }
h2.resp-tab-active {  color: #fff!important; }
h2.resp-tab-title:last-child { display: none; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }
.resp-vtabs .resp-tabs-list li { display: block; padding:10px 15px !important; margin: 0 0 4px; cursor: pointer; float: none; }
.resp-vtabs .resp-tabs-container { padding: 0px;  border: 1px solid #c1c1c1; float: left; width: 68%; min-height: 250px; border-radius: 4px; clear: none; }
.resp-vtabs .resp-tab-content { border: none; word-wrap: break-word; }
.resp-vtabs li.resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; padding:15px !important; border-top: 1px solid; border: 1px solid #5AB1D0 !important; border-left: 4px solid #5AB1D0 !important; margin-bottom: 4px !important; border-right: 1px #FFF solid !important; }
.resp-arrow { width: 0; height: 0; float: right; margin-top:10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #a5b2b9; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #fff; }
/*-----------Accordion styles-----------*/
h2.resp-tab-active {  margin:2px auto; padding:8px 15px!important; background:#a5b2b9!important; color: #fff !important; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #454b4f; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #454b4f;/* !important;*/ }
.resp-jfit { width: 100%; margin: 0px; }
.resp-tab-content-active { display: block; }
h2.resp-accordion:first-child { border-top: 1px solid #a5b2b9;}
/*
@media only screen and (max-width: 1160px) {
.resp-tabs-list li { padding: 10px 2em;}
 }
@media only screen and (max-width: 999px) {
#cms-contact-tab .resp-tabs-list { display: none; }
h2.resp-accordion { display: block; width: 100% !important;   }
.resp-vtabs .resp-tab-content { border: 1px solid #fff;  }
.resp-tab-content{ padding:1% 2%!important;}
.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 { display: none!important; }
    h2.resp-accordion:last-of-type{display: none!important;}
}
*/

