#parentVerticalTab, #parentVerticalTab1, #parentVerticalTab2 {
  display: flex !important;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
}
#parentVerticalTab .left-panel, #parentVerticalTab1 .left-panel,#parentVerticalTab2 .left-panel {
  width: 234px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.tab-content-wrapper {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.tab-left-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  text-align: center;
}
.tab-left-panel h3 {
  border-bottom: 1px solid #dbdbdb;
  padding: 26px 0;
  margin: 0;
}
.action-btn-area {
  padding: 10px;
}
.resp-vtabs ul.resp-tabs-list {
  margin-top: 124px !important;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
}

.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-bottom: none;
  background-color: #fff;
}

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

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5ab1d0;
}

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;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 9px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  background: transparent !important;
  border-top: 1px solid #dbdbdb;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: transparent;
  float: left;
  width: calc(100% - 234px);
  min-height: 250px;
  clear: none;
}

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

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  background: #f5f5f5 !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: 8px solid #9b9797;
}

/*-----------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*/
@media only screen and (max-width: 1179px) {
  .resp-vtabs .resp-tabs-list li span {
    font-size: 11px;
  }
  .resp-vtabs .resp-tabs-list li a {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .tab-left-panel {
    height: 104px;
  }
  .tab-left-panel h3 {
    padding: 16px 0;
  }
  .resp-vtabs .resp-tab-content .btn-streach {
    margin-top: 20px !important;
    padding: 10px 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  #parentVerticalTab .left-panel,   #parentVerticalTab1 .left-panel, #parentVerticalTab2 .left-panel {
    width: 100%;
    box-shadow: none;
  }
  .tab-left-panel {
    position: relative;
  }
  h2.resp-accordion {
    display: flex;
    margin-top: 0;
    justify-content: space-between;
    align-items: center;
  }
  h2.resp-accordion img {
    margin-right: 10px;
    width: 30px;
  }
  h2.resp-accordion .resp-arrow {
    order: 1;
    margin: 0;
    border-top: 8px solid #989898;
  }
  h2.resp-accordion img + span,
  h2.resp-accordion .resp-arrow + span {
    flex-grow: 1;
  }
  h2.resp-accordion a {
    background: #ff7149;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    float: right;
    margin-right: 6px;
  }
  h2.resp-accordion a img {
    margin: 0;
    width: 8px;
  }

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

  .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 {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
