ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
#ChildVerticalTab_1 {
  /* padding: 0 0 0 100px; */
}
.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  /* margin: 0 4px 0 0; */
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list li:first-child {
  /* border-top-left-radius: 50px; */
}
.resp-tabs-list li h5,
.resp-tabs-list li a {
  color: #505051;
  font-size: 21px;
  margin: 0;
  font-weight: 800;
  display: block;
}
.resp-tabs-list li a {
  padding: 10px 0;
}
.resp-tabs-list li h6 {
  margin: 0;
  font-size: 16px;
  color: #7c848a;
  font-weight: 500;
  font-style: italic;
}
.resp-tabs-container {
  padding: 0px;
  /* background-color: #fff; */
  clear: left;
}

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

.resp-tab-content {
  display: none;
  /* padding: 30px 60px; */
  text-align: left;
}

.resp-tab-active {
  /* border: 1px solid #5AB1D0 !important; */
  border-bottom: none;
  /* margin-bottom: -1px !important; */
  /* padding: 12px 14px 14px 14px !important; */
  /* border-top: 4px solid #5AB1D0 !important; */
  /* border-bottom: 0px #fff solid !important; */
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

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

.resp-tab-content {
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 40%;
  padding: 135px 50px 0 110px;
  /* border-right: 1px solid #b7b7b7; */
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  /* padding: 0 20px; */
  /* margin: 0 0 4px; */
  cursor: pointer;
  float: none;
  position: relative;
  /* border-left: 3px solid transparent !important; */
  background-color: transparent !important;
  /* background-image: url(../images/down.svg); */
  /* background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px; */
  border-top: 1px solid #c4c4c4 !important;
}
.resp-vtabs .resp-tabs-list li:hover {
  /* border-color: #fff !important; */
}
.resp-vtabs .resp-tabs-list li .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 20px 0;
}
.resp-vtabs .resp-tabs-list li:last-child .flex {
  border-bottom: 0;
}
.resp-vtabs .resp-tabs-list li img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0;
}
.resp-vtabs .resp-tabs-list li:hover img {
  opacity: 1;
}
.resp-vtabs .resp-tabs-list li.resp-tab-active img {
  height: 36px;
  width: auto;
  filter: brightness(1) invert(0);
  opacity: 1;
}
.resp-tabs-container h3 {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-top: 0;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  /* background-color: #fff; */
  /* border: 1px solid #c1c1c1; */
  float: right;
  width: 60%;
  min-height: 250px;
  /* border-radius: 20px; */
  clear: none;
  padding: 0 0 0 100px;
}

.resp-vtabs .resp-tab-content {
  border: none;
  /* word-wrap: break-word; */
  overflow: hidden;
  /* background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15px 15px; */
}

.resp-vtabs li.resp-tab-active {
  z-index: 1;
  border-top: 1px solid #c4c4c4 !important;
  /* border-color: #00ffff !important; */
  /* background-color: rgba(170, 100, 130, 0.15) !important;
  border-color: #a96280 !important;
  background-image: url(../images/up.svg); */
}
.resp-vtabs li.resp-tab-active h5,
.resp-vtabs .resp-tabs-list li:hover h5,
.resp-tabs-list li a:hover {
  color: #5d01da;
}
.resp-vtabs li.resp-tab-active::before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: linear-gradient(279.09deg, #0aa59b, #5d01da 90.95%);
}
.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;

  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.resp-tab-active span.resp-arrow {
  border: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}

.resp-easy-accordion .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;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  .resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
    padding: 0;
  }
  .resp-tabs-container .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-tabs-container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .resp-vtabs .resp-tab-content {
    padding: 30px;
    background-color: #f7f9fa;
  }
  .resp-accordion h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
  }
  .resp-accordion h6 {
    margin: 0;
    font-size: 14px;
    color: #7c848a;
    font-weight: 500;
    font-style: italic;
  }
  .resp-accordion {
    padding: 20px 20px;
    border-bottom: 3px solid #ccc;
  }
  .resp-tab-active {
    z-index: 1;
    background-color: rgb(242, 232, 255) !important;
    border-color: #21004d !important;
  }
  .resp-tabs-container h3 {
    font-size: 24px;
  }
  .resp-tab-content.ver_1 p {
    font-size: 16px;
  }
  .resp-accordion h5 {
    margin: 0;
  }
  a.main-btn {
    font-size: 12px;
  }
  .resp-tabs-container .grid2 a {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
