/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2024 | 11:36:31 */
.snip1533 {
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.2);
  color: #9e9e9e;
  display: inline-block;
  /*font-family: 'Roboto', Arial, sans-serif;*/
  font-size: 16px;
  margin: 35px 10px 30px;
  max-width: 310px;
  min-width: 310px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f7fafc;
  border-radius: 5px;
  border-top: 5px solid #4aa2d9;
}
.snip1533:hover {
	  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.4);
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
	padding: 8% 2% 4%;
}

.snip1533 figcaption:before {
    display: ruby;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #4aa2d9;
    content: "\275D";
    font-size: 60px;
    font-style: normal;
    left: 50%;
    line-height: 80px;
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
}

.snip1533 h4 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 2px;
    padding: 12px 4px;
    margin: 0 0 0px;
    border-left: 0px solid #eee;
}
.snip1533 blockquote p {
    font-size: 15px;
}
.glsr-reviews {
	    display: flex;
	    flex-wrap: nowrap;
		justify-content: flex-start;
	
}
.glsr-reviews-wrap {
    justify-content: center;
}

.glsr-reviews-scroll-list {
	 overflow-x: scroll;
     overflow-y: hidden;
}
.glsr-reviews-scroll-list::-webkit-scrollbar {
	margin-top: 20px;
  width: 5px;
  height: 9px;
  background-color: #eeeeee;
  border-radius: 10px;
}

.glsr-reviews-scroll-list::-webkit-scrollbar-thumb {
  background: #d3d3d3;
	border-radius: 10px;
}

