.cutomerPg_wrap {
  font-family: var(--font-family-sanserif);
  animation: fadeIn 1s;
  background-repeat: no-repeat;
  background-position:
  top 0 left 0,
  top 0 right 0,
  bottom 0 right 0,
  bottom 0 left 0;
}
@keyframes fadeIn{
	0%{opacity:0;background:#000}
	90%{opacity:0}
	100%{opacity:1;background:#fff}
}
.cutomerPg_wrap {
  padding-top: 20px;
  width: 100%;
  max-width: 768px;
}
.company_name {
  color: #434343;
  font-size: 15px;
}
.tot_review {
  display: none;
}
.tot_rating {
}
.tot_rating ul {
  margin: 0;
  padding: 0;
}
.tot_rating ul li {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 4px 2px;
}
.tot_rating ul li.inactive {
  color: #a2a2a2;
}
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 22px;
  width: 100%;
  background: #d7c5af;
  height: 6px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title span {
  display: block;
  padding: 0;
}
.skillbar-bar {
  height: 6px;
  width: 0px;
  background: #6adcfa;
  border-radius: 10px;
}
.skill-bar-percent {
  position: absolute;
  right: -53px;
  top: -7px;
  font-size: 17px;
  color: #000;
}
.cust-orderId {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: var(--font-regular);
  display: inline-block;
}
.cust-orderId a{
  color: #b7b7b7;
  text-decoration: underline;
}
.order-time {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: var(--font-regular);
  margin-left: 15px;
  display: inline-block;
}
.order-time i {
  font-size: 13px;
  color: #0c00f8;
}
.user_rating_wrap ul li {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  padding: 4px 1px;
}
.user_rating_wrap ul li.not-active{
  color: #c2c2c2;
  background-image: linear-gradient(120deg,#c2c2c2,#c2c2c2);
}
.cutomer_des_wrap p {
  margin-bottom: 20px;
}
#review-loader {
  height: 40px;
  padding: 10px;
  padding-top: 45px;
  width: 100%;
}
.cutomer_des_wrap {
  color: #5b5b5b;
  font-size: 14px;
  text-align: center;
  font-weight: var(--font-regular);
  line-height: 21px;
  padding: 14px;
}
.cust-review_-overview {
  background: #f9f9f9;
}
.cust-mid-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 25px 0 10px;
  background: url(../../mobile/mobile-site-content/pattern-bg.svg) no-repeat;
  background-size: cover;
  background-position: 168px;
}
.cust-mid-wrap .customer-title h4 {
  font-size: 1.43rem;
}
.cust-mid-wrap .customer-title h2 {
  font-size: 1.43rem;
}
.cust-avg-rate {
  color: #5b5b5b;
  font-size: 12px;
  padding-bottom: 3px;
}
.cust-avg-rate span {
  color: #1C5350;
  font-weight: bold;
  font-size: 28px;
}
.cust-avtar {
  max-width: 37px;
  margin-right: 10px;
}

.fl_left .total_review {
  text-align: center;
  line-height: 20px;
}
.fl_right .skill_bar {
  width: 100%;
  padding: 0 18px 0px 10px;
}
.skill_bar_wrap {
  position: relative;
  right: 0;
  top: 8px;
}

.skillbar-title {
  position: absolute;
  top: -17px;
  left: 0;
  font-size: 11px;
}

.user_rating_wrap ul {
  float: none;
  margin: 0;
  padding: 0;
}
.user_rating_wrap ul:after {
  content: "";
  display: table;
  clear: both;
}

.tot_rating ul li.avg-rating {
  color: #262626;
  margin-left: 4px;
  font-size: 18px;
  position: relative;
  top: -4px;
}
.customer-title {
  text-align: center;
  font-family: var(--font-family-sanserif);
  color: #434343;
  font-size: 18px;
}
.user_rating_wrap ul li,
.tot_rating ul li {
  color: #ffb100;
  background-image: linear-gradient(120deg, #ffbf00, #ffb100);
  background-size: 100%;
  background-repeat: repeat;
  background-clip:text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.Review {
  margin: 14px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgb(231 226 226 / 25%);
  border-radius: 3px;
}
.Review-details {
  display: flex;
  align-items: center;
}
.Review-details p {
  margin: 0;
}
.Review-author {
  color: #434343;
  font-size: 16px;
  text-transform: capitalize;
}
.Review-details img {
  width: 54px;
  height: 54px;
  margin-right: 24px;
  margin-right: 1.5rem;
  border-radius: 50%;
}
.Review-body p {
  padding: 5px 0 15px;
  color: #5b5b5b;
  font-size: 14px;
  margin: 0;
}
.Review-body p:last-child {
  padding-bottom: 0;
}

.Review-body img {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}

.review_more {
  margin: auto;
  height: 10px;
  width: 10px;
  display: none;
}
.review_more > div {
  height: inherit;
  width: inherit;
  position: absolute;
  animation-name: opacity;
  animation-duration: 1.1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 0;
}
.review_more > div > div {
  height: 5px;
  width: 5px;
  margin: -10px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translate(50%, 0%);
}
.review_more > div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: 0.1s;
}
.review_more > div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: 0.2s;
}
.review_more > div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: 0.3s;
}
.review_more > div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: 0.4s;
}
.review_more > div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: 0.5s;
}
.review_more > div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: 0.6s;
}
.review_more > div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: 0.7s;
}
.review_more > div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: 0.8s;
}
.review_more > div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: 0.9s;
}
.review_more > div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: 1s;
}
.review_more > div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 1.1s;
}
@keyframes opacity {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
footer{
  margin-top: 0;
}

.tp_bnr_wrap img{
  width: 100%;
}

@media only screen and (max-width: 370px) {
  .cust-mid-wrap {
    background-position: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .cutomerPg_wrap {
    max-width: unset;
    padding-top: 52px;
    clear: both;
    padding-bottom: 12em;
    min-height: 100em;
    background-image: url('../../desktop/images/bg/pattern-top-left.svg'),
    url('../../desktop/images/bg/pattern-top-right.svg'),
    url('../../desktop/images/bg/pattern-bottom-right.svg'),
    url('../../desktop/images/bg/pattern-bottom-left.svg');
  }
  .Review:hover .cust-avtar svg{
    box-shadow: 0px -8px 13px 4px rgb(166 163 163 / 30%);
    border-radius: 50%;
}
  .cust-mid-wrap,
  .cust-review_-overview {
    background: none;
  }
  .company_name {
    font-size: 20px;
  }
  .cust-avg-rate span {
    font-size: 52px;
  }
  .fl_left .total_review {
    line-height: 1.2;
    margin: 0 25%;
    padding: 3em 0;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .inner_cont,
  .cust-mid-wrap,
  .allrev {
    margin: 0 auto;
    max-width: 1520px;
  }
  .fl_right .skill_bar {
    background: #f5eee5;
    padding: 3em 3em 2.5em;
    width: 75%;
    margin: 0 auto;
  }
  .cutomer_des_wrap {
    margin: 0 25%;
  }

  .truncate{
    transition: all .5s ease-in-out;
    transform-origin: top;
    display: none;
  }

  .Review {
    margin: 6em 0 0px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    width: 26em;
}

.Review-body{
  transition: all .5s ease-in-out;
}
.full-text, .Review-body p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  transition: all .5s ease-in-out;
  padding: 0 !important;
  height: 2.5em;
  transition: height .5s ease-in-out;
}
.Review:hover{
  box-shadow: 2px 1px 13px 11px rgb(166 163 163 / 25%);
  transform-origin: top;
  position: absolute;
  z-index: 1;
}

.Review:hover .truncate{
  height: 0;
  opacity: 0;
  padding: 0;
}

.Review:hover .full-text, .Review:hover .Review-body p:first-child{
  display:block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;  
  overflow: initial;
  min-height: 2.5em;
  height: auto;
}
.cust-avtar{
  max-width: unset;
  position: absolute;
  top: -28px;
  left: 44%;
  margin: 0 auto;
}
.cust-avtar svg{
width: 55px;
height:55px;
border-radius: 50%;
transition: all .5s ease-in-out;
}
.Review-details{
  padding-top: 3em;
  text-align: center;
  display: block;
}
}

@media only screen and (min-width: 1450px) {

    .cutomer_des_wrap p, .Review-author{
        font-size: 1.2em; 
    }
    .Review-body p, .tot_rating ul li{
        font-size: 1.05em;
    }

  .user_rating_wrap ul li, .skillbar-title, .cust-avg-rate{
        font-size: 0.9em;
    }
    .cust-orderId, .order-time{
        font-size: 0.7em;
    }

    .skillbar, .skillbar-bar{
        height: 0.5em;
    }
    .Review{
      width: 30em;
    }
}
