.news-banner {
    background: #1f0e2e;
    padding: 50px 0px;
    text-align: center;
    display: block;
  }
  
  .inner-container {
    margin: 0 auto;
    max-width: 100%;
  }
  
  .news-content {
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
  }
  
  .news-content h1 {
      font-family: 'Assistant', sans-serif !important;
    color: #e6e6e6;
  }

.testimonial_p_card {
  padding: 36px;
  width: 100%;
  text-align: left;
  margin: 0 0 30px 0;
}
  .main_listing{
  padding-top:60px!important;
  padding-bottom: 40px!important;
  }
 .testimonial_p_list .detail-main-sec{
    margin-top: 50px!important;
    margin-bottom: 40px!important;
  }
.testimonial_p_card {
    background-color: #fff;
    text-align: center;
    padding: 25px 15px;
    border-bottom: 7px solid #b9b3c0;
    margin-top: 15px;
    margin-bottom: 15px;
}
  .testimonial_p_card h3 a{
    font-size: 28px;
    font-weight: bold;
    color: #242225;
}
   .testimonial_p_card .presslink a {
    font-size: 24px;
    font-weight: bold;
    color: #242225;
}
  .testimonial_p_card .presstimestamp, .testimonial_p_card .testimonial_des {
    font-size: 22px;
  }
.testimonial_p_card p.testimonial_des {
  margin-bottom: 0;
}
.toptabs {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
  background-color: #dfdce5;
}

.testimonial_p_list.presslisting {
  padding-top: 0;
}

.toptabs .tab-menu {
  width: 100%;
  text-align: center;
}
.toptabs .tab-menu ul {
  padding: 0;
  margin: 0;
}
.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
.toptabs .tab-menu ul li a {
  padding: 15px 30px;
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #1f0e2e;
  position: relative;

}
.tab-menu ul li a.active-a:after {
  background: #1f0e2e;
  height: 5px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
.tab-menu ul li a.active-a {
  font-weight: 500;
}
.detail_head{
  font-size: 24px;
  font-weight: bold;
  color: #242225;
  text-align:center;
  }
.tab {
  display: none;
  width: 100%;
}

.tab-active {
  display: block;
}
.logodiv .testimonial_p_card {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.logodiv .testimonial_p_card img {
  max-height: 150px;
}
.toppart h2 {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  margin-bottom:25px !important;
}
.section.toppart {
  background-color: #8a56a3;
}
.toppart .leftdiv p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
.toppart .leftdiv {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.toppart .leftdiv .linksdiv a {
  font-weight: 300!important;
  font-size: 22px;
  padding: 8px 18px;
  margin-right: 1rem;
  transition: all 0.3s ease-in-out 0s; 
  border-color: #1f0e2e;
  background-color: #1f0e2e;
}
.toppart .leftdiv .linksdiv a:hover {
  background: #fff;
  color: #1f0e2e;
}

.pagination_bottom a.active, .pagination_bottom a:hover{
    background: #8a56a3;
    color: #fff;
}

.pagination_bottom a {
    background-color: #b499c4;
    font-size: 22px;
    color: #8a56a3;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.testimonial_p_card .testimonial_des{
  text-align: initial;
}

@media (max-width: 767px) {
    .testimonial_p_card{
        padding: 20px;
    }
    .testimonial_p_card h3{
        font-size: 24px;
    }
    .pagination_bottom{
        width: 100%;
        text-align: center;
    }
    .pagination_bottom a{
        margin-right: 2px;
    }

}


@media (max-width: 568px) {
    .testimonial_p_card{
        flex-wrap: wrap;
    }
    .testimonial_p_card .logodiv{
        text-align: center;
        width: 100%;
        margin-top: 1rem;
    }
    .toptabs .tab-menu ul li a{
        font-size: 24px;    padding: 28px 15px;}
    .toppart .leftdiv{
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .toppart .leftdiv:last-child{margin-top: 1rem;}

}