/*Top Ad Banner*/
.custom-top-banner {
    width: 100%;
    display: none;
    overflow: hidden;
}
.custom-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .custom-top-banner img {
    height: 25px;
  }
}
/*Top Ad Banner*/


.testimonial-single video.img__contain {
    width: 100%;
    height: 280px;
}

section.video-testi.pg-padding h3 {
    font-size: 50px;
    color: #3f3d52;
    line-height: 58px;
}

section.video-testi.pg-padding h3 strong {
    font-size: 58px;
    color: black;
    font-weight: 700;
}

ul.list-sec {
   display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

span.author_name--first {
    background: #1f7278;
    width: 40px;
    height: 40px;
    font-family: var(--f1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
    color: #fff;
}


ul.list-sec li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
}
ul.list-sec li a {
    background: #1f7278;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 6px;
}
.video-testi .slick-prev:before {
    content: '\f104';
    color: #000;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    background: #1f7278;
    color: #fff;
    opacity: 1;
    padding: 10px 10px;
}

.video-testi .slick-next:before {
    content: '\f105';
    color: #000;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    background: #000;
    color: #fff;
    opacity: 1;
    padding: 10px 10px;
}
section.video-testi.pg-padding {
    padding: 50px 0 0px;
    text-align: center;
}
.video-testi .slick-prev, .video-testi .slick-next {
    display: none !important;
}
section.video-testi.pg-padding .row.titlehead {
    padding-bottom: 30px;
    padding-top: 20px;
}
.testimonial-single {
    padding: 0 10px;
}
