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: 17px;
  margin: 0;
  font-weight: 600;
}
.resp-tabs-list li h6 {
  margin: 0;
  font-size: 14px;
  color: #7c848a;
  font-weight: 500;
  /* font-style: italic; */
}
.resp-tabs-container {
  padding: 0px;

  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: 30%;
  /* border-right: 1px solid #b7b7b7; */
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 20px 25px;
  /* border: 1px solid #dadae6; */
  border-radius: 5px;
  /* margin: 0 0 4px; */
  cursor: pointer;
  float: none;
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 9px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  /* 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::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
  font-size: 14px;
  letter-spacing: -2px;
  color: #406fad;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  /* border: 1px solid #c1c1c1; */
  float: left;
  width: 70%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
  padding-left: 40px;
}

.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  /* background-color: rgba(170, 100, 130, 0.15); */
  /* border: 1px solid #d8d9e8; */
  /* box-shadow: 0 2px 12px 0 #14142d14; */
  /* border-radius: 24px; */
  width: 100%;
  padding: 0 50px;
  /*background-color: #fff;*/
}

.resp-vtabs li.resp-tab-active {
  z-index: 1;
  box-shadow: none;
  background-color: #ebf3ff  !important;
  border-bottom: 2px solid #406fad !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #c1c1c1;
  /* background-image: url(../images/down.svg); */
  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-top-color: #406fad;
}

/*-----------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;
}
.resp-tabs-container img {
  width: 100%;
  display: block;
}
.resp-tabs-container h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  color: #406fad;
}
.resp-tabs-container p {
  margin-bottom: 20px;
}
.resp-tabs-container ul {
}
.resp-tabs-container ul li {
  position: relative;
  font-size: 17px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.resp-tabs-container ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
  font-size: 16px;
  color: #406fad;
}
.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-tabs-container h3{font-size: 21px;}
  .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-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;
    font-weight: 600;
  }
  .resp-accordion h6 {
    margin: 0;
    font-size: 14px;
    color: #7c848a;
    font-weight: 500;
    font-style: italic;
  }
  .resp-tabs-container ul li {
    font-size: 14px;
  }
  .resp-tabs-container ul li::before {
    top: 10px;
  }
  .resp-accordion {
    padding: 20px 20px;
    border-bottom: 3px solid #ccc;
  }
  .resp-tab-active {
    z-index: 1;
    background-color: #f2f4f7 !important;
    /* border-color: #a96280 !important; */
  }
}
