/* Swemstories CSS */
.swemstories_item-meta ul {
    display: flex;
}
.swemstories_item-meta ul li span a {
    color:  #2D7FCC;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
}
.swemstories_item-meta ul {
    display: flex;
    gap: 15px;
}
.swemstories_item-meta ul li{
    position: relative;
}
.swemstories_item-meta ul li span.swemstories_date::after {
    content: '';
    position: absolute;
    background: rgba(74, 85, 104, 0.3);
    height: 12px;
    width: 2px;
    top: 8px;
    left: -8px;
}
.swemstories_item-meta ul li span {
    color:  #585D64;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
}

.swemstories_item-content h4 {
    color: #2B2B2B;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.12px;
    margin-bottom: 10px;
}

.swemstories_item-meta {
    margin: 20px 0px 10px 0px;
}


.swemstories_item-content p {
    color:  #585D64;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%; 
    letter-spacing: -0.09px;
}

.swemstories_item-content a {
    color:  #2B2B2B;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.09px;
}
.swemstories_item-content a i{
    font-size: 16px;
}
.swemstories_item-content a:hover{
    color:  #2B2B2B;
}


/* Feedback CSS */
.pricing-content .primary-btn:hover {
    background: #DAE167;
    color: #2F3286;
	border-color: #DAE167 !important;
}
.levels-area .nav-tabs {
    justify-content: center;
}
.levels-area .single-accordion-item .section-description{
	text-align: center;
}
.custom-bg-slider-controls {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  display: inline-block;
  cursor: pointer;
  font-size: 32px;
  margin: 0 20px;
  color: white;
}

.custom-swiper-pagination {
  margin-top: 10px;
}




