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

.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 {
  color: #000;
  font-size: 19px;
  margin: 0 0 15px;
  font-weight: 600;
}
.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%;
  /* border-right: 1px solid #b7b7b7; */
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 28px 60px;
  /* margin: 0 0 4px; */
  cursor: pointer;
  float: none;
  position: relative;
  border-bottom: 7px solid #fff !important;
  background-color: rgba(170, 100, 130, 0.15);
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px;
}
.resp-vtabs .resp-tabs-list li:last-child {
  border-bottom-left-radius: 50px;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  /* border: 1px solid #c1c1c1; */
  float: left;
  width: 60%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
  background-color: rgba(170, 100, 130, 0.15);
  padding-left: 40px;
  border-radius: 0 50px 50px 0;
  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;
  background-color: rgba(170, 100, 130, 0.15) !important;
  border-color: #a96280 !important;
  background-image: url(../images/up.svg);
}

.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; */
  background-image: url(../images/down.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.resp-tab-active span.resp-arrow {
  border: none;
  /* border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797; */
  background-image: url(../images/up.svg);
}

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

.resp-tabs-container .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  align-items: center;
  gap: 40px;
}
.resp-tabs-container img {
  width: 100%;
  display: block;
}
.resp-tabs-container p {
  color: #000;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
}
.resp-tabs-container a.btn1 {
  color: #aa6482;
  border-color: #aa6482;
}
.resp-tabs-container a.btn1:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/*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;
  }

  .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;
  }
  .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: rgba(170, 100, 130, 0.15) !important;
    border-color: #a96280 !important;
  }
}
