.testimonial-wrap.type1 .testimonial-iteminner {
  background-color: #F6F6F6;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 25px;
  padding: 20px;
}

.testimonial-wrap.type1 .testimonial-iteminner > div:not(:last-child) {
  margin-bottom: 16px;
}

.testimonial-wrap.type1 .testimonial-desc p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  color: #333;
}

.testimonial-wrap.type1 .testimonial-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr;
  width: 80px;
  margin: 0;
  border-top: 3px solid #f47521;
}

.testimonial-wrap.type1 .testimonial-byline:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.testimonial-wrap.type1 .testimonial-authorimg img {
  width: 13%;
  max-width: 11%;
  border-radius: 100px;
  vertical-align: middle;
  display: inline-block;
}

.testimonial-wrap.type1 .testimonial-authorimg {
  margin: -30px 0px 0px 2px;
}

.testimonial-wrap.type1 .testimonial-byline p {
  margin: 0;
  padding: 0 0 .9rem;
}
.testimonial-wrap.type1 .testimonial-item {
  margin-bottom: 50px;  
}
.testimonial-wrap.type1 .testimonial-item:nth-child(odd) .testimonial-byline,
.testimonial-wrap.type1 .testimonial-item:nth-child(odd) .testimonial-authorimg{
  text-align: right;
}
.testimonial-wrap.type1 .testimonial-item:nth-child(odd) .testimonial-divider-separator {
  margin-left: auto;
}

.testimonial-wrap.type2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 150px 10px;
  position: relative;
}
.testimonial-wrap.type2 .page-center {
  padding:0;
}
.testimonial-wrap.type2 .div-background-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity:0.5;
}

.testimonial-wrap.type2 .testimonial-type2-inner {
  position: relative;
  z-index: 1;
}

.testimonial-wrap.type2 .testimonial-type2-col {
  width: 100%;
  background-color: #EFEFEF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 20px 20px 20px 20px;
  position: relative;
  display: flex;
  padding: 10px;
}
.testimonial-wrap.type2.right-align .testimonial-type2-col { 
  margin-left: auto;
}
.testimonial-wrap.type2 .testimonial-type2-colinnr > div:not(:last-child) {
  margin-bottom: 16px;
}

.testimonial-wrap.type2 .testimonial-type2-colicon {
  text-align: right;
  margin: -45px 20px 16px 0px;
}

.testimonial-wrap.type2 .testimonial-type2-colicon img {
  max-width: 17%;
  vertical-align: middle;
  display: inline-block;
}

.testimonial-wrap.type2 .testimonial-type2-colcnt {
  padding: 0px 20px 50px 20px;
  text-align: center;
}
.testimonial-wrap.type2 .cmbtn .testimonial-type2-colcnt {
  padding-bottom:0;
}
.testimonial-wrap.type2 .testimonial-type2-desc {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial-wrap.type2 .testimonial-type2-meta {
  line-height: 1;
}

.testimonial-wrap.type2 .testimonial-type2-meta-inner {
  display: inline-block;
}

.testimonial-wrap.type2 .testimonial-type2-meta-inner > div {
  display: table-cell;
  vertical-align: middle;
}

.testimonial-wrap.type2 .testimonial-type2meta-image {
  padding-right: 15px;
}

.testimonial-wrap.type2 .testimonial-type2meta-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.testimonial-wrap.type2 .testimonial-type2meta-details {
  text-align: left;
}

.testimonial-wrap.type2 .testimonial-type2meta-name {
  line-height: 1.5;
  display: block;
  font-weight: 600;
}

.testimonial-wrap.type2 .testimonial-type2meta-job {
  font-size: .85em;
  display: block;
  color: #0093d8;
}

.testimonial-wrap.type2 .testimonial-type2-col:not(:first-child) {
  margin-top: 50px;
}

.testimonial-wrap.type2 .testimonial-wrap.type2 .page-center {
  padding: 0;
}
.testimonial-wrap.type2 .cmbtn .testimonial-type2-meta {
  margin-bottom: 16px;
}
.testimonial-wrap.type2 .cmbtn.testimonial-type2-colcnt {
  padding-bottom::
}
.testimonial-wrap.type2 .testimonial-typ2btn {
  padding: 10px 0px 20px 0px;
}

@media(min-width:768px){
  .testimonial-wrap.type1 .testimonial-item {
    width: 55.357%;
    padding-right:60px;
  }
  .testimonial-wrap.type1 .testimonial-item:nth-child(odd) {
    margin-left: auto;
    width: 50%;
  }
  .testimonial-wrap.type1 .testimonial-item:nth-child(odd){
    width: 50%;
  }

  .testimonial-wrap.type2 .testimonial-type2-col {
    width: 44.517%;
  }

}

