ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.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 {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #D6E4EC;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #D6E4EC;
  border-top: 0px solid #D6E4EC;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background: #FF742E;
  color: #fff !important;
}
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: 19%;
}
.resp-vtabs .resp-tabs-list li {
  display: flex;
  align-items: center;
  padding: 10px 25px !important;
  margin: 0 0 16px 0 !important;
  cursor: pointer;
  min-height: 70px;
  float: none;
  line-height: 20px;
  border: 1px solid #D6E4EC !important;
  color: #747487;
  font-size: 20px;
  border-radius: 12px;
  font-weight: bold;
  overflow: hidden;
}
.resp-vtabs .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #D6E4EC;
  float: right;
  width: 80%;
  /* height: 547px; */
  border-radius: 12px;
  /*  overflow: auto;*/
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  border-bottom:1px solid transparent !important
}
.resp-vtabs li.resp-tab-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #5186B3;
  left: 0;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #747487;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
}
.resp-vtabs .resp-tabs-container .content {
  margin: 0;
  padding: 35px 15px 35px 35px;
  position: relative;
}
.resp-vtabs .resp-tabs-container .custom-scrollbar {
  height: 514px;
}
.resp-vtabs .resp-tabs-container .content h3 {
  font-size: 24px;
  margin: 0 0 25px 0;
  padding: 0;
  color: #232333;
  font-weight: bold;
}
.resp-vtabs .resp-tabs-container .content p {
  font-size: 20px;
  color: #232333;
  margin: 0 0 25px 0;
  padding: 0;
}
.resp-vtabs .resp-tabs-container .content .bold {
  font-weight: bold;
}
.resp-vtabs .resp-tabs-container .content a {
  color: #0862D1;
}
.resp-vtabs .resp-tabs-container .content .btn-bar {
  margin: 0 0 45px 0;
}
.resp-vtabs .resp-tabs-container .content .btn-ornage {
  background: #FF742E;
  font-size: 18px;
  text-align: center;
  min-width: 195px;
  display: inline-block;
  padding: 10px 45px;
  border-radius: 12px;
  color: #fff !important;
  font-weight: bold;
  margin: 0 20px 0 0
}
.resp-vtabs .resp-tabs-container .content .btn-ornage:hover {
  background: #da621e;
  text-decoration: none;
}
.resp-vtabs .resp-tabs-container .content ul {
  margin: 0 0 45px 0;
  padding: 0;
}
.resp-vtabs .resp-tabs-container .content ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 32px;
  color: #232333;
  font-size: 20px;
  position: relative;
  list-style-type: none;
}
.resp-vtabs .resp-tabs-container .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/small-green-icon.svg) no-repeat left top;
}
.block-display {
  display: block;
}
/*-----------Accordion styles-----------*/
/* h2.resp-tab-active { background: #747487  !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 #D6E4EC !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 992px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 26%;
  }
  .resp-vtabs .resp-tabs-container {
    width: 72%;
  }
  .resp-vtabs .resp-tabs-container .custom-scrollbar {
    height: 515px
  }
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    padding: 18px 20px !important;
    font-size: 20px !important;
    text-align: left;
    font-size: 20px;
    color: #747487 !important;
    text-align: left !important;
    border-radius: 12px;
    margin-bottom: 5px !important;
    border: 1px solid #D6E4EC !important;
  }
  h2.resp-accordion.resp-tab-active {
    color: #fff !important;
  }
  .resp-vtabs .resp-tabs-container {
    height: auto;
    border-radius: 0;
  }
  .resp-vtabs .resp-tabs-container .custom-scrollbar {
    height: 400px;
    margin-bottom: 5px;
    padding: 20px;
  }
  .resp-vtabs .resp-tabs-container .content {
    padding: 0;
    margin-bottom: 5px
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #D6E4EC;
    border-radius: 12px;
  }
  .resp-vtabs .resp-tabs-container .content p {
    font-size: 16px;
  }
  .resp-vtabs .resp-tabs-container .content h3 {
    font-size: 20px
  }
  .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;
  }
}