.sch-testimonial-card-5 {
  box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
  display: inline-block;
  width: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #fff;
  z-index: 0;
  height: 505px;
}
.sch-testimonial-card-5 .sch-up {
  position: relative;
  margin-right: -10px;
}
.sch-testimonial-card-5 .sch-up-img {
  float: right;
  border-radius: 100px 100px 100px 0;
  width: 150px;
  height: 150px;
  position: relative;
  background-clip: padding-box;
  border: 10px solid transparent;
  background-color: #191a28;
}
.sch-testimonial-card-5 .sch-up-img::before {

    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -10px;
    background-image: linear-gradient(to right bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
    border-radius: inherit;

}
.sch-testimonial-card-5 .sch-up-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 100px 100px 0;
  position: relative;
  z-index: 1;
}
.sch-testimonial-card-5 .sch-dowwn {
  background: #fff;
    background-image: none;
  border-radius: 100% 0px 100% 100%;
  float: left;
  width: 260px;
  height: 260px;
  padding: 10px;
  margin-top: -45px;
  position: relative;
  margin-left: 0;
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-image: linear-gradient(to right bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
}

.sch-testimonial-card-5 .half-circle {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: inline-block;
  border-top: 3px solid transparent;
  border-left: 3px solid #aaa;
  border-right: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  transform: rotate(45deg);
  position: absolute;
  left: -10px;
  top: -10px;
}
.sch-testimonial-card-5 .sch-dowwn-content {
  padding-top: 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: inherit;
}
.sch-testimonial-card-5 .sch-dowwn-content p {
  padding: 20px 0;
}
.sch-testimonial-card-5 .sch-testi-card-name,.sch-testi-card-job {
  font-weight: bold;
}
.sch-testimonial-card-5 .sch-top {
  width: 100px;
  font-family:Mr Dafoe, sans-serif;
  font-size:30px;
  text-align:center;
  color: transparent;
background: #666666;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.sch-testimonial-card-5 .sch-up {
  position: relative;
  margin-right: 0;
  margin-top: -80px;
}
.sch-testimonial-card-5 .half-circle::before {
  content: "";
  position: absolute;
  inset: 0;
    top: 0px;
    right: 0px;
    left: 0px;
  z-index: -1;
  margin: -10px;
  background-image: linear-gradient(to right bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
  border-radius: inherit;
  width: 10px;
  height: 10px;
  top: 15%;
  right: 17%;
  left: auto;
}
.sch-testimonial-card-5 .half-circle::after {
  content: "";
  position: absolute;
  inset: 0;
    top: 0px;
    right: 0px;
    left: 0px;
  z-index: -1;
  margin: -10px;
  background-image: linear-gradient(to right bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
  border-radius: inherit;
  width: 10px;
  height: 10px;
  top: 15%;
  right: auto;
  left: 16%;
}
.sch-testimonial-card-5 ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.sch-icon {
  text-align: center;
  margin-top:30px;
  position: relative;
  display: inline-block;
}
.sch-testimonial-card-5 ul li {
  list-style: none;
  float:left;
  margin-right:10px;
}
.sch-testimonial-card-5 ul li:last-child {
  margin-right:0px;
}


.sch-testimonial-card-5 ul li a {
  position: relative;
  width:60px;
  height:60px;
  display:block;
  text-align:center;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

.sch-testimonial-card-5 ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration:none;
}

.sch-testimonial-card-5 ul li a .fab {
  width: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:24px;
  color: #262626;
  transition: .5s;
}

.sch-testimonial-card-5 ul li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

.sch-testimonial-card-5 ul li:nth-child(2) a:hover .fab {
  color: #00aced;
}

.sch-testimonial-card-5 ul li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}

.sch-testimonial-card-5 ul li:nth-child(4) a:hover .fab {
  color: #007bb6;
}
@media only screen and (max-width:400px){
	.sch-testimonial-card-5 ul li a {
  position: relative;
  width: 40px;
  height: 40px;
}
	.sch-testimonial-card-5 ul li a .fab {
  line-height: 30px;
  font-size: 19px;
}
.sch-testimonial-card-5 .sch-dowwn {
  width: 220px;
  height: 220px;
  margin-top: -40px;
  margin-left: -12px;
}
.sch-testimonial-card-5 .half-circle {
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
.sch-testimonial-card-5 .sch-up-img {
  width: 100px;
  height: 100px;
}
.sch-testimonial-card-5 .sch-up {
  margin-right: -15px;
  margin-top: -45px;
}
.sch-testimonial-card-5 .sch-dowwn-content p {
  padding: 10px 0;
  font-size: 12px;
  margin-bottom: 0;
}
.sch-testimonial-card-5 {
  width: 260px;
  height: auto;
}
}