
/* Reviews Styles */

/* 12/2019 update starts*/
.reviews-center p {
  font-size: 1.2rem;
  color: #999999;
  text-align: center;
  margin: 25px 0;
}
.reviews-section.container-fluid {
  padding: 0 !important;
  margin-top: -20px !important;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}

.reviews-wrapper {
  background: #f3f4f5;
  padding: 40px 20px;
  margin-bottom: 40px;

}

.absolute  {
  position:absolute;
}
.platform-card-title {
  position: absolute;
  top: -24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  background: #ffffff;
  height: 46px;
  padding: 5px 0px;
  border-radius: 35px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}

.facebook .platform-card-title {
  background: #4866a1;
  border-radius: 35px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
  color: #ffffff;
}

.platform-card-title h2{
  color: #999999 !important;
  font-size: 18px;
}
.rating-card {
  padding: 10px 10px 0 10px;
  background-color: #f8f8f8;
  color: #999999 !important;
  border-radius: 10px;
  text-align: center;
  margin: 7px auto 15px !important;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.rating, .rating p {
  color: #999999;
}

.rating h2{
  margin:0px;
  font-size:80px;
  font-weight: normal;
  text-align: center;
  font-family: envoy;
  color: #999999;
  }
  .rating h3 {
    font-size:60px;
    margin: 0 10px;
    font-family: envoy;
    color: #999999;
  }
  .rating-card p{
    padding: 0;
  }

  .progress,.progress-2,.progress-3,.progress-4,.progress-5 {
    background: #ffffff;
    height: 2px;
    width: 45%;
    padding: 0;
    margin: 0;
    display: block;
    margin-right: auto;
    position: relative;
    bottom: -19px;
}
span.ml-auto.votes {
  width: 20%;
}

.progress:after,.progress-2:after,.progress-3:after,.progress-4:after,.progress-5:after{
  content: '';
  display: block;
  background: #fe9244; 
  height: 100%;
  border-radius:0;
}
.rating{
  width: 50%;
  float:left;
  }

  span.rating-star {
    background: url(img/star-icon.png) no-repeat;
    /* background-position: 0 100%; */
    /* float: left; */
    float: right;
    height: 22px;
    width: 26px;
  }

  .rating-process{
    font-size: 14px;
  }
  .indivator-wrapper {
    position: relative;
    bottom: -10px;
    height: 24px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 40px;
    border-radius: 35px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
    width: 85%;
}
#reviewsCarousel .carousel-indicators, #f_reviewsCarousel .carousel-indicators {
  margin: auto;
  bottom: 0px;
  z-index: 15;
  display: -ms-flexbox;
  list-style: none;
  height: 14px;
  width: 80%;
}

#reviewsCarousel .carousel-indicators li, #f_reviewsCarousel .carousel-indicators li {
  border-radius: 50%;
  background-color: #c2bdbd !important;
  margin-right: 3px;
  margin-left: 3px;
  height: 6px;
  width: 6px;
}

.facebook .reviews-title h2, .facebook .reviews-title {
  margin: 8px 0 0;
  color: #ffffff !important;
}

span.number {
  font-family: envoy;
  font-size: 24px;
  font-weight: 600;
}
/* 12/2019 update ends*/

/* section.reviews-section{
  border-top: 1px solid #323335;
  border-bottom: 1px solid #323335;
  margin-bottom: 3%;
} */
section.reviews-section, section.reviews-section .container {
  /* background: #c1deff; */
  background: #f3f4f5;
}
section.reviews-section {
  border-top: 1px solid #cad1de;
}
.homepage section .container {
  margin: 0 auto;
  padding: 3% 0 !important;
}
.reviews-title h2, .reviews-title {
  font-size: 1.1rem;
  margin: 5px 0 0;
  color: #999999;
}

/* .rating-card {
  padding: 40px 20px 40px;
  background-color: #323335;
  color: #ffffff !important;
  border-radius: 10px;
  text-align: center;
  margin: 7px auto 15px !important;
} */
/* .rating-card p{
  color: #ffffff !important;
} */

.star-ratings-sprite {
  background: url(img/star-big.png) repeat-x;
  font-size: 0;
  height: 30px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 150px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url(img/star-big.png) repeat-x;
  background-position: 0 100%;
  float: left;
  height: 28px;
  display: block;
}

.fa-star::before {
  color: #fdc213;
  }

.user-rating .fa-star {
  margin: 0 3px;
}

.rating-card h1{
margin-bottom:30px;
}

.rating-card .rating p{
font-size: 16px;
}
/* .rating{
width: 50%;
float:left;
} */
.rating p{
margin-top:10px;
font-size: 20px;
}
/* .rating h2{
margin:0px;
font-size:60px;
font-weight: normal;
text-align: center;
color: #ffffff !important;
} */

.star-categories{
margin-bottom:8px;
}
.star-categories .stars {
  width: 30%;
  text-align: right;
  margin-right: auto;
}
.star-categories p{
margin:0px;
}
/* .rating-process{
  width: 50%;
  text-align: left;
  float:right;
  } */

/* .progress,.progress-2,.progress-3,.progress-4,.progress-5 {
  background:#ffffff;
  border-radius: 0 13px 13px 0;
  height:18px;
  width:50%;
  padding: 3px 3px 3px 0;
  margin: 5px 10px 0 20px ;
  display: block;
  margin-left:auto; 
} */
/* .progress {
margin:5px 10px 0 20px !important;
} */
/* .progress:after,.progress-2:after,.progress-3:after,.progress-4:after,.progress-5:after{
  content: '';
  display: block;
  background: #ffff00; 
  background: -moz-linear-gradient(top, #ffff00 0%, #ffaa00 100%); 
  background: -webkit-linear-gradient(top, #ffff00 0%,#ffaa00 100%);
  background: linear-gradient(to bottom, #ffff00 0%,#ffaa00 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffaa00',GradientType=0 );
  height: 100%;
  border-radius:0 9px 9px 0;
} */
.progress:after{
  width: 90%;
}
.progress-2:after{
  width: 6%;
}
.progress-3:after{
  width: 6%;
}
.progress-4:after{
  width: 0%;
}
.progress-5:after{
  width: 8%;
}
/* span.ml-auto.votes {
  width: 5%;
} */
.gfc-reply {
  color: #fecb45;
}

/* Reviews Carousel */

.carousel-inner .carousel-item .active.left {
  left: -33%;
}
.carousel-inner .carousel-item .next {
  left: 33%;
}
.carousel-inner .carousel-item .prev {
  left: -33%;
}
.carousel-multi .carousel-inner .carousel-item .active.left {
  left: -33%;
}
.carousel-multi .carousel-inner .carousel-item .active.right {
  left: 33%;
}
.carousel-multi .carousel-inner .carousel-item .next {
  left: 33%;
}
.carousel-multi .carousel-inner .carousel-item .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-multi .carousel-inner > .carousel-item > .card-testimonial {
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}


.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1 !important;
}



#reviewsCarousel .carousel-indicators .active, #f_reviewsCarousel .carousel-indicators .active {
    background-color: #323335 !important;
}
/* #reviewsCarousel .carousel-indicators{
  position: relative;
    bottom: 0 !important;
} */

#reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next, #f_reviewsCarousel .carousel-control-prev, #f_reviewsCarousel .carousel-control-next {
  height: 22px;
  width: 30px;
  border-radius: 50%;
  opacity: 1;
  color: #999999;
  font-size: 26px;
}
/* 
#reviewsCarousel .carousel-control-prev {
  margin-right: auto;
}
#reviewsCarousel .carousel-control-next {
  margin-left: auto;
} */

.card-testimonial{
    margin-top: 50px !important;
    background: rgba(109,91,67,1);
    background: linear-gradient(45deg, rgba(109,91,67,1), rgb(121, 99, 68), rgb(154, 126, 89), rgb(203, 183, 155));
    /* background: #414141; */
    color: #ffffff;
    border-radius:10px;
    border: none;
    width: 100%;
    /* width: 30.7%; */
    float: left;
    /* margin: 0 0 0 1.9%; */
    text-align: left;
}
.facebook .card-testimonial{
  background: rgb(59, 89, 151);
  background: linear-gradient(45deg,rgb(59, 89, 151) , rgb(76, 106, 165), rgb(103, 128, 179), rgb(148, 167, 204));
}

.card-testimonial .card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
}

.card-testimonial p{
  color: #ffffff;
  padding: 0;
}

.card-testimonial .hidden-text {
  min-height: 100px;
}

.card-testimonial  .card-text {
  overflow: hidden;
  white-space: normal;
  /*height: 1.4em;  exactly 2 lines */
  text-overflow: -o-ellipsis-lastline;
}

/* Readmore */
.hidden-text a{
  color: #ddd7ce;
  font-size: 0.8rem;
}
.card-testimonial .card-avatar {
  margin: -30px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -22px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}	
.card-avatar img {
width: 60px;
height: 60px;
}	
.card-footer {
border-top: none;
background: transparent;
}
.recommandation-icon {
  bottom: 8px;
  right: 8px;
}
.platform-logo{
top:5px;
right:5px;
width:25px;
height: auto;
}
.platform-logo img{
width:22px;
height: auto;
}
.quote img{
width:35px;
height: 35px;
}
.btn-more{
background: #414141;
color: #f8ce0b;
padding: 1px 8%;
margin: 45px auto 0;
font-size: 18px;
border-radius: 10px;
}	
.btn-more:hover{
background: #323335;
color: #ffffff;
}	








/* Reviews Styles
.reviews-section {
  background: #ffffff;
  padding: 30px 0 70px;
  margin: -18px 0 25px;
  font-family: 'Century';
  }
.reviews-wrapper {
  background: #eeeeee;
  padding: 40px 0;
}  
.absolute{
  position: absolute;
}  

  section.reviews-section, section.reviews-section .container {
    background: #c1deff;
  }
  section .container {
    margin: 0 auto;
    padding: 3% 0 !important;
  }
  .reviews-title h2, .reviews-title {
    font-size: 1.5rem;
    margin: 5px 0 0;
  }
  .rating-card {
    padding: 35px 20px;
    background-color: #61baf6;
    color: #ffffff !important;
    border-radius: 10px;
    text-align: center;
    margin: 7px auto 0;
  }
  .rating-card p{
    color: #ffffff !important;
  }
  
  .star-ratings-sprite {
    background: url(./img/star-big.png) repeat-x;
    font-size: 0;
    height: 30px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 150px;
    margin: 0 auto;
  }
  .star-ratings-sprite-rating {
    background: url(./img/star-big.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 28px;
    display: block;
  }
  
  .fa-star::before {
    color: #fdc213;
    font-size: 15px;
    }
  
  .user-rating .fa-star {
    margin: 0 3px;
  }
  
  .rating-card h1{
  margin-bottom:30px;
  }
  
  .rating-card .rating p{
  font-size: 1rem;
  }
  .rating{
  width: 50%;
  float:left;
  }
  .rating p{
  margin-top:10px;
  font-size: 20px;
  }
  .rating h2{
  margin:0px;
  font-size:60px;
  font-weight: normal;
  text-align: center;
  color: #ffffff !important;
  }
  
  .star-categories{
  margin-bottom:8px;
  }
  .star-categories .stars {
    width: 43%;
    text-align: right;
    margin-right: 2%;
  }
  .star-categories p{
  margin:0px;
  }
  /* .rating-process{
    width: 50%;
    text-align: left;
    float:right;
    } 
  
  .progress,.progress-2,.progress-3,.progress-4,.progress-5{
    background:#ffffff;
    border-radius: 0 13px 13px 0;
    height: 15px;
    width:50%;
    padding: 3px 3px 3px 0;
    margin: 1px 10px 0 20px ;
    display: block;
    margin-left:auto; 
  }
  /* .progress {
  margin:5px 10px 0 20px !important;
  } */

 /* 
  .progress:after,.progress-2:after,.progress-3:after,.progress-4:after,.progress-5:after{
    content: '';
    display: block;
    background: #ffff00; 
    background: -moz-linear-gradient(top, #ffff00 0%, #ffaa00 100%); 
    background: -webkit-linear-gradient(top, #ffff00 0%,#ffaa00 100%);
    background: linear-gradient(to bottom, #ffff00 0%,#ffaa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffaa00',GradientType=0 );
    height: 100%;
    border-radius:0 9px 9px 0;
  }
  .progress:after{
  width: 90%;
  }
  
  .progress-2:after{
  width: 2%;
  }
  .progress-3:after{
  width: 2%;
  }
  .progress-4:after{
  width: 0%;
  }
  .progress-5:after{
  width: 4%;
  }
  
  span.ml-auto.votes {
    width: 4%;
    font-size: 14px;
  }
  
  */
  /* Reviews Carousel */
  /*
  .carousel-inner .carousel-item .active.left {
    left: -33%;
  }
  .carousel-inner .carousel-item .next {
    left: 33%;
  }
  .carousel-inner .carousel-item .prev {
    left: -33%;
  }
  .carousel-multi .carousel-inner .carousel-item .active.left {
    left: -33%;
  }
  .carousel-multi .carousel-inner .carousel-item .active.right {
    left: 33%;
  }
  .carousel-multi .carousel-inner .carousel-item .next {
    left: 33%;
  }
  .carousel-multi .carousel-inner .carousel-item .prev {
    left: -33%;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-multi .carousel-inner > .carousel-item > .card-testimonial {
      transition: 500ms ease-in-out all;
      backface-visibility: visible;
      transform: none!important;
    }
  }
  
  
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1 !important;
  }
  
  #reviewsCarousel .carousel-indicators li{
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #c2bdbd !important;
  }
  
  #reviewsCarousel .carousel-indicators .active {
   background-color: #61baf6 !important;
  }
  
  #reviewsCarousel .carousel-indicators{
  bottom: -43px !important;
  }
  
  #reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next {
      top: 112% !important;
      background: #4a96dd;
      margin-top: 0px;
      height: 30px;
      width: 30px;
      margin: 0 10px;
      border-radius: 50%;
      opacity: 1;
  }
  
  .card-testimonial {
  margin-top: 40px !important;
  background: #61baf6;
  color: #ffffff;
  border-radius:10px;
  width: 31.4%;
  min-height: 295px;
  float: left;
  margin: 0 0 0 1.9%;
  }
  
  .card-testimonial .card-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
  }
  
  .card-testimonial p{
    color: #ffffff;
    padding: 0;
  }
  
  .card-testimonial .hidden-text {
    min-height: 140px;
  }
  
  .card-testimonial  .card-text {
    overflow: hidden;
    white-space: normal;
    font-size: 0.9rem;
  }
  */
  /* Readmore */
  /*
  .hidden-text a{
    text-align: right;
    color: #005bac;
    font-size: 0.8rem;
  }
  .card-testimonial .card-avatar {
    margin: -40px auto 0;
    border-radius: 50%;
    overflow: hidden;
  */  
  /* box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
 /* 
  }	
  .card-avatar img {
  width: 80px;
  height: 80px;
  }	
  .card-footer {
  border-top: none;
  background-color: #61baf6; 
  }
  .platform-logo{
  top:5px;
  right:5px;
  width:25px;
  height: auto;
  }
  .platform-logo img{
  width:25px;
  height: auto;
  }
  .quote img{
  width: 30px;
  height: 25px;
  }
  
  .btn-more{
  background: #4a96dd;
  color: #ffffff;
  padding: 1px 8%;
  margin: 45px auto 0;
  font-size: 18px;
  border-radius: 10px;
  }	
  .btn-more:hover, #reviewsCarousel .carousel-control-prev:hover, #reviewsCarousel .carousel-control-next:hover{
  background: #005bac;
  color: #ffffff;
  }	
  
.gfc-reply {
  color: #0c115a;
  font-size: 13px;
  font-weight: 700;
}
*/
  /* Custom media queries */
/*  
@media screen and (max-width: 1198.98px) {
  #reviewsCarousel .carousel-indicators {
   display: none;  
    }
  }  
  @media screen and (max-width: 1079.98px) {
    .card-testimonial .hidden-text {
      min-height: 70px;
    }
    .card-testimonial {
      width: 31.7%;
      margin: 0 5px;
    }
    .reviews-section {
      margin-bottom: 3%;
    }
    #reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next{
          top: 103.5% !important;
    } 
    .rating-card {
      padding: 20px 20px 20px !important;
    }
    .btn-more {
      margin: 15px auto 0;
    }
    .star-categories .stars {
      width: 50%;
    }
  }
  @media screen and (max-width: 991.98px) {
    .card-testimonial {
      width: 31.5%;
      min-height: 250px;
      margin-bottom: 15px !important;
    }
    .card-testimonial .hidden-text {
      min-height: 70px;
    }
    .reviews-section {
      margin-bottom: 3%;
    }
    .rating-card {
      margin-bottom: 15px;
    }
    #reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next{
      top: 101.5% !important;
    } 
  }
  @media screen and (max-width: 767.98px) {
    .card-testimonial {
      width: 98%;
      min-height: 250px;
      margin-bottom: 15px !important;
    }
  }
  @media (min-width:320px) and (max-width:640px){
    .rating{
      width: 100%;
    }
    .process{
      width:100%;
    }	
  } */