/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */

.white {
  color: #fff;
}

.intro7-content .title span {
  color: #88F082;
  font-style: italic;
  font-weight: 400;
}

.section-title .title.playfair-font span {
  color: #88F082;
}

.intro4-section {
  padding: 100px 0 450px;
}

.link.link-color mark {
  color: #88F082;
}

.intro9-content {
  padding: 100px 0;
}

.intro7-content > * {
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-name: none;
  animation-name: none;
}

.header-login a {
  color: #88F082;
  padding: 10px 20px;
}

.newsletter-content-wrap .newsletter-title {
  max-width: none;
}

.partner-logo
{
  margin-right: 10px!important;
  margin-top: 10px!important;
}

.content span
{
  color: #88F082;
}

.znlist{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.znlogo{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 40px;
  background-size: 25px;
}

.znlogo_learn{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 40px;
  background-size: 25px;
}

.zn_about_logo{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 50px;
  background-size: 25px;
}

.about-content {
  max-width: none;
}

.about-content.max-width-470
{
  max-width: 570px!important;
}

.site-main-menu .sub-menu, .site-main-menu .mega-menu{
  width:335px;
}
.btn{
  border-radius: 25px;
}
/* .btn-secondary{
  border-radius: 25px;
} */
.membership-price-table thead tr th .title{
  font-weight:bold;
}
.text-primary{
  color: #88F082;
}
.btn-sm {
  border-radius:25px;
}

.nav-link{
  color: black !important;
}

.nav-link.active {
  background-color: #88F082 !important; /* Optional: Background color for the active link */
}
