.video-container h2,
.res-container h2 {
  font-size: 30px;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.field-content1 {
  padding: 0px;
  border: none;
}

.fullsection-bottom-border {
  border-bottom: 3px solid #ddd;
  padding: 50px 0px;
}





.proven-tobe-the-world1 {
  border: none;
}




.field-content1 h3 {
  margin: 10px 0;
  text-align: center;
}




.field-content1 row {
  max-width: 700px;
  margin: auto;
}




.video-container .row,
.testimonial-container .row {
  gap: 40px;
  margin: 40px auto;
}

.video-container .col {
  max-width: 420px;
  padding: 15px;
}


.tes-video-player {
  height: 220px;
  position: relative;
  margin: auto;
  border: 1px solid #e6e6e6;
}

.video-container .tes-video-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
  margin-top: 20px;
}


.testimonial-quote {
  background-image: url("../css/images/icon-text.png");
  background-position: 10% 10%;
  background-repeat: no-repeat;
  padding: 25px 15px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;

}


.testimonial-quote:after {
  content: "";
  border-top: 7px solid #DDD;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: inherit;
  bottom: -15px;
  left: 10px;
  right: inherit;
  display: block;
}



.testimonial-quote p {
  margin: 0 5px 10px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  position: relative;
}


.more-text {
  display: none;
}


.read-btn {
  color: #1779bd;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  border: none;
  background: none;
  width: 100%;
}




p.reviewer {
  font-style: italic;
  font-size: 12px;
  margin: auto 10px;
  width: 100%;
  line-height: 1.3;
}

.testimonial-btn {
  font: bold 14px / 1em Arial, Tahoma, Sans-serif;
  padding: 12px 20px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #FFF !important;
  text-shadow: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  background-color: #e60405;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  background: -webkit-linear-gradient(top, #e60405, #e60405);
  background: -moz-linear-gradient(top, #e60405, #e60405);
  background: -ms-linear-gradient(top, #e60405, #e60405);
  background: -o-linear-gradient(top, #e60405, #e60405);
  max-width: 120px;
}


/* read more function css*/
.testimonial-quote {
  position: relative;
  /* max-height: 150px; /* JS will set this for collapsible items */
  /* overflow: hidden; /* JS will set this for collapsible items */
  transition: max-height 0.35s ease-in-out;

}

.testimonial-quote p {
  margin-bottom: 0.5rem;
}


.read-more-link {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  cursor: pointer;
  color: #1779bd;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.read-more-link:hover {
  text-decoration: underline;
}

/*read more function css end*/


.res-container .row {
  gap: 20px;
  justify-content: center;
}

.res-container a {
  color: #1779bd;
  font-weight: bold;
  font-size: 13px;
  padding-top: 2px;
}

.res-item {
  border: 1px solid #CCC;
    max-width: 218px;
    /*max-height: 328px;*/
    padding: 0px;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    align-items: stretch;
}


.res-container span.label {
  font-size: 11px;
  color: #666;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 7px 12px 7px 7px;
  width: 92px;
  height: 29px;
  background: url("../css/images/resource-label.png") 0px 0px no-repeat;
  text-transform: uppercase;
}

.res-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.res-img img {
  max-width: 200px;
  max-height: 145px;
  width: auto;
}

.res-container .res-text {
  width: 90%;
  font-size: 13px;
}

.res-cta-download {
  background: url("../css/images/btn-cta-download_ico.png") no-repeat top right;
  text-align: right;
  padding-right: 20px;
  margin-right: 10px;
  display: block;
}


@media (max-width: 576px) {

  .video-container .row {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {

  .testimonial-container .row {
    flex-direction: column;
  }
}
