.custom-border {

  border-bottom: 1px solid #3dcfe0; /* blue color */
  
}
.testi_comment{
    text-align: justify;
    font-family: "Gordita", Sans-serif;
    font-weight: 400;
	font-size:16px;
	color:#666666;
	line-height:30px;
}
.comment_name{
    text-align: right;
    color: #525151;
    font-family: "Gordita", Sans-serif;
    font-weight: 600;
	font-size:15px;
}

.comment_cname{
    text-align: right;
    color: #525151;
    font-family: "Gordita", Sans-serif;
    font-weight: 500;
	font-size:15px;
}

.comment_heading{
    font-family: "Gordita", Sans-serif;
    font-size: 22px;
    font-weight:600;
}
/* ============================================================
   TOP IMAGE SECTION
   ============================================================ */
.bg-zoom {
  width: 100%;
  height: 300px;
  background-image: url(img/testimonials-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform-origin: center center;
}


/* ============================================================
    HEADINGS
   ============================================================ */
.HeadingBox {
  font-family: Butler;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  color: #333333;
  line-height: 0.8em;
}


/* ============================================================
    RESPONSIVE STYLES
   ============================================================ */

/* --- Extra small devices (=576px) --- */
@media (max-width: 576px) {
   .HeadingBox {
    font-size: 40px;
  }

}

/* --- Tablets and small laptops (=992px) --- */
@media (max-width: 992px) {
 

  .bg-zoom {
    height: 200px;
  }
  .HeadingBox {
    font-size: 45px;
  }
}

/* --- Tablets (768px) --- */
@media (max-width: 768px) {
  .bg-zoom {
    height: 180px;
  }
  .HeadingBox {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 35px;
    text-align: center;
  }

}

/* --- Small mobile (480px) --- */
@media (max-width: 480px) {
  .bg-zoom {
    height: 150px;
  }

  .HeadingBox {
    font-size: 30px;
  }

}