/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2021 | 21:38:15 */
.custom-tabs .nav-tabs h4  {
  font-family: Vollkorn!important;
  font-size: 15px!important;
  font-weight: 600!important;
  color: var(--primary-color)!important;
  text-transform: uppercase;
  transition: color .3s ease;
  
  display: inline-flex;
  position: relative;
  padding: 0 50px;
  height: 66px;
  align-items: center;
}

.custom-tabs .nav-tabs li:not(.active) .tab-link:hover h4 {
  color: var(--accent-color)!important;
}


.custom-tabs .nav-tabs .tab-link {
  position: relative;
  height: 66px;
/*   padding: 26px 20px 20px!important; */
  padding: 0 !important;
  text-align: center;
}

.custom-tabs .nav-tabs .tab-link img {
	width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.custom-tabs .nav-tabs .tab-link::after  {
  content: '';
  position: absolute;
  bottom: 11px;
  height: 2px;
  background-color: var(--primary-color);
  transition: width .3s ease;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-tabs .nav-tabs li .tab-link:hover,
.custom-tabs .nav-tabs li.active .tab-link  {
  background-color: transparent!important;
}

.custom-tabs .nav-tabs li .tab-link:hover::after {
  background-color: var(--accent-color)!important;
}

.custom-tabs .nav-tabs li.active .tab-link::after {
  background-color: var(--primary-color)!important;
}


.custom-tabs .nav-tabs li .tab-link:hover::after,
.custom-tabs .nav-tabs li.active .tab-link::after  {
  width: 24px;
}

.custom-tabs .tab-content {
  border-radius: 2px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 29px 25px 25px;
  margin-top: 0!important;
}

.custom-tabs .tab-pane {
  max-width: 596px;
  margin: 0 auto!important;
}

.custom-tabs .tab-content h5 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: Vollkorn;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  color: var(--accent-color);
}

.custom-tabs .tab-content h4 {
  font-family: Vollkorn;
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.32;
  color: var(--primary-color);
}

.custom-tabs .tab-content {
   font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  color: #000000;
}

.custom-tabs .tab-content ul {
}