.testimonial6 .testi6 {
 /* border-right: 1px solid rgba(120, 130, 140, 0.13);*/
  justify-content: space-between;
}

.testimonial6 .testi6 .nav-link {
  border-radius: 0px;
   /* margin: 8px -2px 8px 0;*/
   /* display: flex;*/
    /* justify-content: center; */
   /* align-self: flex-end;*/
    flex-direction: column;
    padding-bottom: 20px;
}

.testimonial6 .testi6 .nav-link img {
     width: 120px;
    max-width: 120px;
    height: auto;
    border-radius: 100px;
    display: block;
    margin: auto;
    margin-bottom: 14px;
  opacity: 0.5;
  filter: grayscale(100%);
}

.testimonial6 .testi6 .nav-link.active {
  background: transparent;
  color: #8d97ad;
    border-bottom: 3px solid #511b51;
   
}
.adv-content
{
  padding: 50px;
  background: #f7eef7;
  border-radius: 25px;
}

.testimonial6 .testi6 .nav-link.active img {
  opacity: 1;
  scale: 1.2;
    max-width: 150px;
     transition: all .3s;
     filter: grayscale(0%);
}

.testimonial6 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}

.testimonial6 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

@media (max-width: 767px) {
	.testimonial6 .testi6 .nav-link {
    margin: 0px 0px -2px 0;
    padding: 10px;
     inline-size: 110px;
    overflow-wrap: break-word;
	}
	.testimonial6 .testi6 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-right: 0px solid rgba(120, 130, 140, 0.13);
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 40px;
	}
	.testimonial6 .testi6 .nav-link img {
   
    width: 60px;
	}
	.testimonial6 .testi6 .nav-link.active {
			border-right: 0px solid #2cdd9b;
			border-bottom:3px solid #511b51
	}
}
.adv-name
{
  font-size: 20px;
    color: #511b51;
    font-weight: 700;
}
/*.testimonial6 .testi6 .nav-link.active:after
{
content: '';
   
    position: relative;
    left: 40%;
    top: -2%;
    width: 0;
    height: 0px;
    border-left: 41px solid transparent;
    border-right: 41px solid transparent;
    border-bottom: 20px solid  #f7eef7;
    clear: both;
}*/
.adv-info1
{
  font-size: 17px;
    font-weight: 700;
}
.adv-info2
{
  font-size: 16px;
    font-weight: 700;

}
@media screen and (max-width: 600px) {
  .adv-name {
   font-size: 15px!important;
  }
}
@media screen and (max-width: 600px) {
  .testimonial6 .testi6 .nav-link.active img {
  opacity: 1;
  scale: 1;
    max-width: 150px;
     transition: all .3s;
     filter: grayscale(0%);
}
}
/*@media screen and (max-width: 600px) {
 .testimonial6 .testi6 .nav-link.active:after
 {
 display: none;
  }
}*/
@media screen and (max-width: 600px) {
 .adv-content
 {
 padding: 15px;
  }
}
.adv-content h6 
{
  text-align: justify;
}
