.resp-tabs-container {

  max-width: 1920px;

  margin: 0 auto;

  padding: 0 0;

}



ul.resp-tabs-list {

  margin: 0px;

  padding: 0px;

  display: none;

  text-align: center;

  

}

  ul.resp-tabs-list .resp-tab-item img,
  .tab-wrapper .resp-accordion img{	
	max-width: 100px;
  margin: 0 auto;
}

  ul.resp-tabs-list .resp-tab-item h4,
    .tab-wrapper .resp-accordion h4{
	margin-bottom: 0;
}

.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #fff;
	border-color: transparent;
	background-image: linear-gradient(to top, var(--e-global-color-strong-violet) 0%, var(--e-global-color-bright-violet) 100%);
}


.resp-tabs-list li {
  list-style: none;

  cursor: pointer;

  background-color: #f6f6f6;
	border: 1px solid rgb(255 255 255 / 15%);
	font-size: 18px;
	width: 100%;
	padding: 12px 12px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 66px;
	position: relative;
	display: inline-block;
	transition: ease-in-out 0.6s;

}

.resp-tabs-list li.resp-tab-active {

  color: #fff;
	background-color: #fff;
	border-color: transparent;
	background-image: linear-gradient(to top, var(--e-global-color-strong-violet) 0%, var(--e-global-color-bright-violet) 100%);
}
.resp-tabs-list li.resp-tab-active img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(267deg) brightness(106%) contrast(101%);
}






ul.resp-tabs-list li::before,

ul.resp-tabs-list li::after {

  content: "";

  display: inline-block;

  opacity: 0;

  position: absolute;

  left: 0;

  right: 0;

  height: 4px;

  -webkit-transition: all 0.2s ease 0s;

  -moz-transition: all 0.2s ease 0s;

  -ms-transition: all 0.2s ease 0s;

  -o-transition: all 0.2s ease 0s;

  transition: all 0.2s ease 0s;

}

section ul.resp-tabs-list li::before {

  top: 0;

  -webkit-transform: translateX(20px);

  -moz-transform: translateX(20px);

  -ms-transform: translateX(20px);

  -o-transform: translateX(20px);

  transform: translateX(20px);

}

section ul.resp-tabs-list li::after {

  bottom: 0;

  -webkit-transform: translateX(-20px);

  -moz-transform: translateX(-20px);

  -ms-transform: translateX(-20px);

  -o-transform: translateX(-20px);

  transform: translateX(-20px);

}

section ul.resp-tabs-list li:hover:before,

section ul.resp-tabs-list li:hover:after,

section ul.resp-tabs-list li:focus:before,

section ul.resp-tabs-list li:focus:after,

section ul.resp-tabs-list li.resp-tab-active:before,

section ul.resp-tabs-list li.resp-tab-active:after {

  opacity: 1;

  -webkit-transform: translateX(0px);

  -moz-transform: translateX(0px);

  -ms-transform: translateX(0px);

  -o-transform: translateX(0px);

  transform: translateX(0px);

}

ul.resp-tabs-list li:hover {
  border-color: transparent;
	border: 1px solid var(--e-global-color-bright-violet);
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(142, 49, 255, 0.1);
}



.tab-wrapper .resp-tab-content .img-block{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  margin-bottom: 1.5rem;
}
.tab-wrapper .resp-tab-content .img-block img{
	opacity: 0;
	visibility: hidden;
}



.resp-tabs-container {

  clear: left;

}



h2.resp-accordion {

  cursor: pointer;

  padding: 5px;

  display: block;

}

.resp-tab-content {

  display: none;

  margin-bottom: 2rem;

}



.resp-content-active,

.resp-accordion-active {

  display: block;

}



.resp-tab-content {
background-color: #000;
border-radius: 30px;
overflow: hidden;
padding-bottom: 2rem;
}

.resp-tab-content .tab-icon img{
  max-width: 90px;
}


.resp-tab-content h2,
.resp-tab-content p,
.resp-tab-content a,
.resp-tab-content li{
  color: #FFF;
}
.resp-tab-content h2{
  font-size: 32px;
}


h2.resp-accordion {

 background-color: #f6f6f6 !important;
	border-color: 1px solid rgb(255 255 255 / 15%);;
	font-size: 18px;
	width: 100%;
	padding: 18px 30px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 35px;
	position: relative;
	display: inline-block;
	transition: ease-in-out 0.6s;
  margin-bottom: 1rem;
}



/* h2.resp-tab-active {

  border-bottom: 0px solid #c1c1c1 !important;

  margin-bottom: 0px !important;

}



h2.resp-tab-title:last-child {

  border-bottom: 12px solid #c1c1c1 !important;

} */



/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {

  float: left;

  width: 30%;

}



.resp-vtabs .resp-tabs-list li {

  display: block;

  padding: 15px 15px !important;

  margin: 0 0 4px;

  cursor: pointer;

  float: none;

}



.resp-vtabs .resp-tabs-container {

  border: none;

  float: none;

  width: 100%;

  min-height: 100px;

  clear: none;

  padding: 0px;

}



.resp-vtabs .resp-tab-content {

  border: 1px solid #c1c1c1;

  word-wrap: break-word;

}



.resp-vtabs li.resp-tab-active {

  position: relative;

  z-index: 1;

  margin-right: -1px !important;

  padding: 14px 15px 15px 14px !important;

  border-top: 1px solid;

  border: 1px solid #5ab1d0 !important;

  border-left: 4px solid #5ab1d0 !important;

  margin-bottom: 4px !important;

  border-right: 1px #fff solid !important;

}



.resp-arrow {

  position: relative;

  float: right;

}

.resp-arrow::before {

  content: "\f107";

  font-family: "Font Awesome 6 Pro";

  font-weight: 700;

}



h2.resp-tab-active span.resp-arrow::before {

  content: "\f106";

}



/*-----------Accordion styles-----------*/

h2.resp-tab-active {

  background: #fff !important;
  color: #fff;
	border-color: transparent;
	background-image: linear-gradient(to top, var(--e-global-color-strong-violet) 0%, var(--e-global-color-bright-violet) 100%) !important;

}


h2.resp-tab-active img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(267deg) brightness(106%) contrast(101%);
}



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

}


.resp-accordion-closed {

  display: none;

}

.resp-vtabs .resp-tab-content:last-child {

  border-bottom: 1px solid #c1c1c1;

}



@media (min-width: 768px) {

  ul.resp-tabs-list {

    display: grid;
	grid-template-columns: repeat(5,minmax(0,1fr));
	gap:0.5rem;
  }



  h2.resp-accordion {

    display: none;

  }



  .resp-vtabs .resp-tab-content {

    border: none;

  }



  .resp-vtabs .resp-tabs-container {

    padding: 0px;

    background-color: #fff;

    border: 1px solid #c1c1c1;

    float: left;

    width: 68%;

    min-height: 250px;

    border-radius: 4px;

  }



  .resp-accordion-closed {

    display: block;

  }



  .resp-vtabs .resp-tab-content:last-child {

    border-bottom: none;

  }
    ul.resp-tabs-list .resp-tab-item img,
  .tab-wrapper .resp-accordion img{	
	max-width: 60px;
}
  ul.resp-tabs-list .resp-tab-item h4,
    .tab-wrapper .resp-accordion h4{
	font-size:16px;
}
}


@media (min-width:992px){
   ul.resp-tabs-list {
	grid-template-columns: repeat(5,minmax(0,1fr));
  }
  ul.resp-tabs-list .resp-tab-item img{	
	max-width: 90px;
}
 ul.resp-tabs-list .resp-tab-item h4,
    .tab-wrapper .resp-accordion h4{
	font-size:16px;
}
.tab-wrapper .resp-tab-content .img-block{
  margin-bottom: 0;
}
.resp-tab-content {
  margin-bottom: 0;
  margin-top: 2rem;
  padding-bottom: 0;

}
.resp-tab-content .text-block{
  padding: 50px;
}
}

@media (min-width:1200px){
  ul.resp-tabs-list .resp-tab-item img{	
	max-width: 120px;
}
 ul.resp-tabs-list {
	gap:0.5rem;
  }
}

