
body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  border: solid 1px var(--main);
  background-color: var(--main);
  color: #fff;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

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

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  color: #fff;
}

.resp-tab-active {
}

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

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

h2.resp-accordion {
  font-size: 15px !important;
  border: 1px solid rgb(232, 230, 230);
  border-top: 1px solid rgb(232, 230, 230);
  margin: 0px !important;
  padding: 10px 15px;
}

h2.resp-tab-active {
}

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

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 25%;
}

.resp-vtabs .resp-tabs-list li {
  cursor: pointer;
  float: none;
  display: block;
  padding: 15px;
  font-size: 14px;
}
.resp-vtabs .resp-tabs-list li:not(:first-child) {
    border-top: 1px solid rgb(65, 65, 67);
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 75%;
  min-height: 596px;
  clear: none;
  padding: 20px 10px;
}

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

.resp-vtabs li.resp-tab-active {
  background-color: rgb(255, 255, 255);
  color: rgb(24, 24, 91);
  border-right: none;
  border-left: solid 1px rgb(245, 173, 13);
  border-top: solid 1px rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
}

.resp-arrow {
}

h2.resp-tab-active span.resp-arrow {
}

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

h2.resp-tab-active { background: var(--main) !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-tabs-container h2 {
    font-size: 24px;
    margin-top: 25px;
}
.resp-tabs-container .expert-list {
    margin-top: 20px;
    }

.resp-tab-content-active { display: block; }
.row-3 {
    margin-right: -2px;
    margin-left: -2px;
}
.prl-2p{
  padding-left: 2px;
  padding-right: 2px;

}
.pb-2p{
   padding-bottom: 2px;
   padding-top:2px;
}
h2.resp-accordion:first-child { border-top: 1px solid rgb(245, 173, 13) !important; margin-top: 0;font-size: 15px;}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 991px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; background-color: rgb(255, 255, 255);padding: 10px 15px;font-size: 15px;}

.resp-vtabs .resp-tab-content { border: 1px solid rgb(232, 230, 230); background-color: #fff;}

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
  padding: 0;
  background-color: transparent;
}

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

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}
@media (max-width:480px) {
  h2.resp-accordion {
    font-size: 15px !important;
    padding: 10px;
  }
  .resp-tab-content {
    padding: 10px;
}
.resp-tabs-container h2 {
    font-size: 20px;
    margin-top: 15px;
}  
}