/* Common Definitions */
/*Cross-browser support*/
.testimonials {
  color: #4A4A4A;
}
.testimonials .background-white {
  background-color: white;
}
.testimonials .box-title {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.5);
}
.testimonials .box-title .main-text {
  color: #4A4A4A;
  text-align: center;
  padding-left: 15px;
  padding-right: 10px;
}
.testimonials .svgimage {
  color: #9B9B9B;
  font-size: 10px;
}
.testimonials .add-margin {
  margin-bottom: 10px;
}
.testimonials .shareText {
  color: #9B9B9B;
  font-size: 30px;
}
html[dir="ltr"] .testimonials .shareText {
  padding-left: 10px;
}
html[dir="rtl"] .testimonials .shareText {
  padding-right: 10px;
}
html[dir="ltr"] .testimonials .verticalLinex {
  border-left: 2px solid #018BBC;
}
html[dir="rtl"] .testimonials .verticalLinex {
  border-right: 2px solid #018BBC;
}
html[dir="ltr"] .testimonials .title {
  padding-left: 20px;
}
html[dir="rtl"] .testimonials .title {
  padding-right: 20px;
}
.testimonials .border {
  border: 2px solid #D1D1D1;
}
.testimonials .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
.testimonials .name {
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.testimonials .description {
  text-align: center;
  line-height: 25px;
  color: #4A4A4A;
  padding-bottom: 80px;
}
.testimonials .divider-with-spacing {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #D1D1D1;
  width: 90%;
}
.testimonials .items .item {
  margin: 16px 0;
  position: relative;
}
.testimonials .space-between {
  padding: 10px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .testimonials .space-between {
    padding: 10px 0;
  }
}
.testimonials .button-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.testimonials .form input[type=text],
.testimonials .form input[type=email],
.testimonials .form textarea {
  width: 100%;
  background-color: #F7F7F7;
  border: 0;
}
.testimonials .form .buttonSpacing {
  padding: 0 20px;
}
.testimonials .form input[type=text],
.testimonials .form input[type=email] {
  padding: 20px 20px;
}
.testimonials .form input[type=submit],
.testimonials .form input[type=reset] {
  border: 0;
  padding: 10px 40px;
  border-radius: 1px;
}
.testimonials .form input[type=reset] {
  background-color: #30374F;
  color: white;
}
.testimonials .form input[type=file] {
  visibility: hidden;
  position: absolute;
}
.testimonials .form .custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #A0A0A0;
  color: white;
}
.testimonials .form textarea {
  padding: 20px;
  height: 220px;
}
.testimonials .form .upload {
  background-color: #7C7C7C;
  width: 90%;
}
.testimonials .form .upload .uploadBorder {
  border: 2px dashed white;
  margin: 20px;
  padding: 30px 0;
  text-align: center;
}
.testimonials .form .upload .uploadBorder .uploadText {
  color: white;
}
.testimonials .form .upload .uploadBorder input {
  height: 50px;
  width: 150px;
  border-radius: 3px;
  background-color: #A0A0A0;
}
.testimonials .form .imageShareWithUs {
  width: 90%;
  height: auto;
}
.testimonials .form .imageShareWithUs .img {
  width: 100%;
  height: auto;
}
