
.new-accourdian ul { list-style: none; margin:0px; padding:0px; width:100%; float:left; }

.new-accourdian ul li {
  margin:0 0 5px 0;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #46CFB0;*/
}
.new-accourdian ul li a{
    text-align: left;
   font-weight: 300;
        color: #2e3192;
       border-bottom: 1px solid #2e3192;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    background: #ffffff;
    }
	
.accordion-content .list li a{ border:none ;}
	
.new-accourdian ul li .accordion-trigger.expanded{
   
    color: #2e3192;
   border-bottom: 1px solid #2e3192;
    }

.accordion-trigger {
  display: block;
 /* padding:12px 35px 12px 15px;*/
  position: relative;
}

/*.accordion-trigger:after {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

}*/

.trigger-box {
    display: block;
    position: absolute;
    right: 14px;
    top: 8px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #2e3192;
    background: rgba(0,130,186,0);
    transition: all .2s linear;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
   padding: 5px;
   color: #2e3192;
}

.accordion-trigger:after {
    display: block;
    position: absolute;
    right: 16px;
    top: 7px;
    /*width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #2e3192;*/
    background: rgba(0,130,186,0);
    transition: all .2s linear;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
   padding: 5px;
   color: #2e3192;
}
.new-accourdian ul li p a {
    color: #0093ff;
}
.accordion-trigger.expanded:after { content: "-"; right: 18px;}

.accordion-trigger.collapsed:after { content: "+"; }

.accordion-content {
  overflow: hidden;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.accordion-content.expanded {height: auto;border: 1px solid #0000001a;background: #fff;}
.acc-pad{ padding:20px;}

.accordion-content.collapsed { height: 0; }

.side-left-img {
  width:25%;margin:0px 15px 15px 0px;float:left;
}
.side-left-img img {
  width:100%;
}

.user {
/* display: inline-block; */
width: 35px;
height: 35px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
/* margin-top: 41px; */
top: 10px;
position: relative;
}
.user img {
/* width: 100%; */
border-radius: 50%;
width: 35px;
height: 35px;
/* margin-top: 5px; */
margin-right: 10px;
}