@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

/*$font_red:#EE1D23;
$btn_color:#D5221B;*/
.font_22b {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list li {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border: 0px solid transparent;
  border-bottom: none;
}
ul.resp-tabs-list li.resp-tab-active {
  border: 0px solid #c1c1c1;
  border-bottom: none;
  background-color: #fff;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.resp-tabs-container .resp-tab-content {
  display: none;
  padding: 0px 30px;
  border: 0px solid #c1c1c1;
}
.resp-tabs-container .resp-tab-content .fnt35 {
  padding-bottom: 18px;
}
.resp-tabs-container .resp-content-active, .resp-tabs-container .resp-accordion-active {
  display: block;
}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs {
  display: flex !important;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 20%;
}
.resp-vtabs .resp-tabs-list {
  background: #F3F3F3;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  border: 0px solid transparent;
  border-right: none;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px;
}
.resp-vtabs .resp-tabs-list li:hover, .resp-vtabs .resp-tabs-list li.resp-tab-active {
  border: 0px solid #c1c1c1;
  border-right: none;
  background-color: #ED0000;
  position: relative;
  z-index: 1;
  color: #fff;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #c1c1c1;
  float: left;
  width: 80%;
  min-height: 250px;
  border-radius: 0px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion {
  cursor: pointer;
  display: none;
  line-height: inherit;
  background: #ddd;
  border: #bdbdbd solid 1px;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 15px;
  margin-top: 10px;
  border-radius: 10px;
}
h2.resp-accordion:first-child {
  border-top: 0px solid #c1c1c1 !important;
}
h2.resp-accordion span.resp-arrow {
  border-top-color: #121212;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  padding: 10px 15px !important;
  background: #ED0000 !important;
  color: #fff;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.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 (max-width: 1024px) {
  .resp-tabs-list {
    width: 22%;
  }
  .resp-vtabs .resp-tabs-container {
    width: 78%;
  }
}
@media (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 0px solid #c1c1c1;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 0px solid #c1c1c1 !important;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-vtabs .resp-tabs-container .resp-tab-content {
    padding: 20px;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}/*# sourceMappingURL=easy-responsive-tabs.css.map */