:root {
  --body-font: 'Manrope', sans-serif;
  --heading-font: 'PT Serif', serif;
}

.page__banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}

.page__banner-content > span {
  font-family: var(--heading-font);
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  font-size: 120px;
  line-height: 144px;
  opacity: 0.08;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -80px 0;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
}

.page__banner-content ul {
  padding: 0;
  margin: 0;
}

.page__banner-content ul li {
  display: inline-block;
  list-style: none;
  color: #f15e14;
  font-weight: 700;
  font-family: var(--body-font);
}

.page__banner-content ul li a {
  color: #ffffff;
  margin-right: 15px;
  transition: 0.4s;
  font-family: var(--body-font);
}

.page__banner-content ul li span {
  margin-right: 15px;
  color: #ffffff;
  font-family: var(--body-font);
}

.page__banner-content h1 {
  font-family: var(--heading-font);
  color: #ffffff;
  font-size: 70px;
  line-height: 80px;
  margin-top: 10px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.tk23-testim_sec {
  background-color: #fbfaff;
  padding: 70px 0;
}

.tk23-testim_sec .single-testimonial {
  display: flex;
  background: #ffffff;
  padding: 35px 50px 35px 50px;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.tk23-testim_sec .single-testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f15e14;
  width: 100%;
  height: 5px;
  z-index: 0;
}

.tk23-testim_sec .single-testimonial .testimonial-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tk23-testim_sec .single-testimonial .testimonial-img .testimonial-img_spn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0px #d8d8d8;
}

.tk23-testim_sec .single-testimonial .testimonial-img img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
  display: inline-block;
}

.tk23-testim_sec .single-testimonial .testimonial-content {
  flex: 1;
  margin-left: 50px;
}

.tk23-testim_sec .single-testimonial .testimonial-content .testimonial-content_ttl {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease-in-out;
}

.tk23-testim_sec .single-testimonial .testimonial-content p {
  font-family: var(--body-font);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tk23-testim_sec .single-testimonial .testimonial-content .testimonial-content_more {
  margin-top: 10px;
}

.tk23-testim_sec .single-testimonial .testimonial-content .testimonial-content_mr {
  font-family: var(--body-font);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.4s ease-in-out;
}

.tk23-testim_sec .single-testimonial .testimonial-content .testimonial-author {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.author-text .name {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.author-text .testimonial-author_atr {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #414141;
}

.author-text .testimonial-author_country, .author-text .testimonial-author_industry {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.testimonial-author .testimonial-quote img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.tk23-vid_testim__sec {
  background: #000c29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.testim-link {
  transition: all 0.4s ease-in-out;
}

.testim-link .single-testimonial:hover .testimonial-content_ttl, .testim-link .single-testimonial:hover .testimonial-content_mr{
  color: #ff6600;
}

.tk23-vid_testim__sec .single-testimonial {
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  margin: 30px 0;
}

.tk23-vid_testim__sec .single-testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scaleY(1.1) scaleX(0.85);
  border-radius: 5px;
}

.tk23-vid_testim__sec .single-testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scaleY(1.05) scaleX(0.92);
  border-radius: 5px;
}

.tk23-vid_testim__sec .testimonial-content {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.testimonial-content .testim-vid_img {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
  border-radius: 5px;
}

.tk23-cta_sec {
  padding: 0px 0 50px;
  background-color: #fbfaff;
}

.subscribe__area-bg {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 55px 50px;
  overflow: hidden;
  margin: 0;
}

.subscribe__area-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d2844;
  opacity: 0.9;
  z-index: -1;
}

.subscribe__area-bg::after {
  content: "";
  position: absolute;
  width: 303px;
  height: 303px;
  border-radius: 50%;
  bottom: -155px;
  left: -10px;
  background: #cb4400;
  opacity: 0.25;
  z-index: -1;
  -webkit-animation-name: left-right2;
  animation-name: left-right2;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes left-right2 {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(110px);
  }
  100% {
    transform: translateX(10px);
  }
}

.subscribe__area-left h2 {
  font-family: var(--heading-font);
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.subscribe__area-left-notification {
  display: flex;
  align-items: center;
  gap: 40px;
}

.subscribe__area-left-notification h6 {
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  max-width: 113px;
}

.cta-ctnt_hd {
  font-family: var(--heading-font);
  font-size: 41px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}

.cta-ctnt_hdsm {
  font-family: var(--heading-font);
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.cta_li {
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.cta_li svg{
  margin-right: 5px;
  color: #ff6600;
  font-size: 20px;
}

.cta_li:last-child {
  margin-bottom: 0;
}

.icon-animation {
  -webkit-animation: icon-animation 1.5s ease-in-out infinite;
  animation: icon-animation 1.5s ease-in-out infinite;
  position: relative;
}

.subscribe__area-left-notification-icon span {
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.subscribe__area-left-notification-icon svg {
  color: #f15e14;
  text-align: center;
  font-size: 18px;
}

.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0.3;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.subscribe__area-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.subscribe__area-form form input {
  font-family: var(--body-font);
  width: 100%;
  border: 0;
  height: 44px;
  border-radius: 35px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-left: 20px;
  background: #fff;
}

.subscribe__area-form form button {
  font-family: var(--body-font);
  border-radius: 35px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 100px 10px;
  box-shadow: none;
  border: none;
  outline: none;
  -webkit-appearance: button;
  background: #ff6600;
}

.subscribe__area-form form button:hover, .subscribe__area-form form button:focus {
  background-color: #e44c00;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.cta-frmLft {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin-right: 5px;
}

.cta-frmRght {
  display: inline-block;
  vertical-align: top;
  width: calc(98.8% - 87px);
}

.cta-btn_cont {
  text-align: center;
  margin-top: 20px;
}

.tk23-premserv_sec {
  padding: 0 50px;
  background-color: rgb(21 65 110);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 49%);
  position: relative;
  overflow: hidden;
}

.tk23-hkCont_premserv__box {  padding: 30px 0;
  text-align: center;
}

.tk23-premserv_sec:before, .tk23-premserv_sec:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 82px;
  background-image: url(../images/hk-serv-corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.tk23-premserv_sec:before {
  top: -5px;
  left: 0;
}

.tk23-premserv_sec:after {
  bottom: -5px;
  right: 0;
  transform: rotate(180deg);
}

.tk23-hkCont_premserv__ttl {
  font-family: var(--body-font);
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.tk23-hkCont_premserv__list {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.tk23-hkCont_premserv__list:after {
  width: 1px;
  height: 100%;
  margin: 0;
  left: auto;
}

.tk23-hkCont_premservs {
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.tk23-hkCont_premservs img {
  width: 100px !important;
  height: 100px !important;
}

.tk23-hkCont_premservs span {
  font-family: var(--body-font);
  display: block;
  margin-left: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}


@media only screen and (max-width: 1199px) {
  .tk23-testim_sec .single-testimonial {
    padding: 60px 50px 60px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .subscribe__area-left {
    margin-bottom: 35px;
    text-align: center;
  }
  .subscribe__area-left-notification {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .page__banner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .page__banner-content h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .tk23-testim_sec .single-testimonial {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .tk23-testim_sec .single-testimonial .testimonial-content {
    margin-left: 0px;
  }
  .tk23-testim_sec .single-testimonial .testimonial-content .testimonial-content_ttl {
    font-size: 24px;
    line-height: 28px;
  }
  .subscribe__area-left h2 {
    font-size: 32px;
    line-height: 50px;
  }
  
  .testim-video_cont iframe{
	 width:100%;
	}
}

@media only screen and (max-width: 575px) {
  .tk23-testim_sec .single-testimonial {
    padding: 45px 25px;
  }
  .testimonial-quote {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .subscribe__area-bg {
    padding: 35px 30px;
  }

  .subscribe__area-form form button {
    padding: 12px 80px 10px;
  }

  .tk23-premserv_sec {
    padding: 0;
  }
}





/*======================================================
========================================================

-----------Testimonials Detail Page CSS Start-----------

========================================================
======================================================*/

.breadcrumb_sec {
  padding: 15px 0 6px;
  background-color: #fbfaff;
}

.breadcrumb_sec .breadcrumb {
  margin-bottom: 0 !important;
}

.breadcrumb_sec .breadcrumb a {
  color: #ff6600;
}

.breadcrumb_sec .breadcrumb a:hover {
  color: #e44c00;
}

.breadcrumb_sec .breadcrumb .breadcrumb-item.active {
  color: #15416e;
}

.testim-dtl_sec {
  padding: 30px 0 70px;
  background-color: #fbfaff;
}

.testim-dtl_lft {
  display: inline-block;
  vertical-align: top;
  width: calc(98% - 360px);
  margin-right: 30px;
}

.testim-dtl_rght {
  display: inline-block;
  vertical-align: top;
  width: 350px;
}

.testim-dtl_cntnt {
  background-color: #fff;
  padding: 25px 35px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.testim-dtl_cntnt::before, .testim-dtl_sdBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f15e14;
  width: 100%;
  height: 5px;
  z-index: 0;
}

.testim-dtl_ttl {
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

.testim-dtl_pera {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.testim-dtl_mmb {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}

.testim-dtl_sdBox__imgCont {
  width: 85px;
  margin: 0 30px 0 0;
  margin-bottom: 25px;
}

.testim-dtl_sdBox_hd {
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 0px;
}

.testim-dtl_sdBox_hdsm {
  font-family: var(--body-font);
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.testim-dtl_sdBox .form-group {
  margin-bottom: 15px;
}

.testim-sdfrm_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Manrope', sans-serif;
  color: #b5b5b5 !important;
  font-size: 14px;
}

.testim-sdfrm_input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.testim-sdfrm_btn {
  background-color: #ff6600;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 8px 50px;
}

.testim-sdfrm_btn:hover, .testim-sdfrm_btn:focus, .testim-sdfrm_btn:active, .btn.testim-sdfrm_btn:first-child:active {
  background-color: #e44c00;
  color: #fff;
}

.testim-dtl_sdBox__imgCont span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 20px 0px #d8d8d8;
}

.testim-dtl_sdBox__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 85px;
  max-height: 85px;
}

.testim-dtl_sdBox .author-text div {
  margin-bottom: 3px;
}

.testim-dtl_sdBox {
  padding: 25px 25px 35px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ftr_ttl {
  font-family: var(--body-font);
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #ff6600;
  margin-bottom: 35px;
  text-align: center;
}

.tk23-related-products {
  background-color: #fbfaff;
  padding: 0px 0 40px;
}

.tk23-related-cont {
  background-color: #042f56;
  border-radius: 0px;
  padding: 40px 0 60px;
}

.tk23-related-products .tk23-prod-det-HD {
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  text-align: center;
  padding-bottom: 38px;
  margin: 0;
}

#tk23-related-slider {
  padding: 0 41px;
}

.tk23-related_boxx {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  width: 224px;
  border-radius: 10px;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

#tk23-related-slider .rp-imag1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

#tk23-related-slider .rp-imag1 img {
  width: 100% !important;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  vertical-align: middle;
  display: inline-block !important;
}

.tk23-related-products h5 {
  font-family: var(--body-font);
  height: 17px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #0e65bc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tk23-related-products a {
  transition: all 0.4s ease-in-out;
}

.tk23-related-products a:hover h5 {
  color: #f15e14;
}

.tk23-contact-now {
  font-family: var(--body-font);
  padding: 10px 46px;
  background-color: #f15e14;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

#tk23-related-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  background-color: #fff;
  color: #cdcdcd;
  padding: 4px 7px !important;
  height: 57px;
  width: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

#tk23-related-slider .owl-nav button:hover {
  background-color: #f15e14;
  color: #fff;
}

#tk23-related-slider .owl-nav button span {
  font-size: 28px;
  margin-top: -4px;
}

#tk23-related-slider .owl-nav button.owl-prev {
  left: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#tk23-related-slider .owl-nav button:after {
  content: '\f104';
  width: 2px;
  height: 2px;
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  top: 13px;
  left: 4px;
  font-size: 26px;
  font-weight: 900;
}

#tk23-related-slider .owl-nav button span {
  font-size: 0;
}

#tk23-related-slider .owl-nav button.owl-next:after {
  content: '\f105';
  right: 16px;
  left: inherit;
}

#tk23-related-slider .owl-nav button.owl-next {
  right: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#tk23-related-slider .rp-imag1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

#tk23-related-slider .rp-imag1 img {
  width: 100% !important;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  vertical-align: middle;
  display: inline-block !important;
}

#tk23-related-slider a:hover .rp-imag1 img {
  transform: scale(1.1);
}

.vid-single-testimonial {
  margin-bottom: 15px;
}

.vid-testimonial-content {

}

.testim-vid_img {
  width: 100%;
  height: auto;
}

.testim-video_cont video {
  width: 100%;
  max-height: 600px;
}

@media only screen and (max-width:991px) {
  .testim-dtl_cntnt {
    margin-bottom: 35px;
  }
}

.load-more_cont {
	text-align:center;
}

.load-more {
    background-color: #ff6600;
    color: #fff;
    padding: 12px 75px;
    border-radius: 5px;
}

.load-more:hover, .load-more:active, .load-more:focus {
	background-color: #e44c00;
    color: #fff;
}

.mt-50 {
	margin-top: 50px;
}

.breadcrumb-item {
    font-size: 14px !important;
    line-height: 6px;
}

.story-readmore {
    text-align: right;
}

.story-readmore a, .story-readmore span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ff6600;
	transition: all 0.4s ease-in-out;
}
.story-readmore:hover a, .story-readmore:hover span {
	color:#176DC3;
}

.SSWC {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px 12px 15px 20px;
	margin-right: 30px;
	border-bottom: 4px solid #ff6600;
}
.testim-video_cont {
	display:inline-block;
	vertical-align:top;
	width: calc(99% - 375px);
}
.testim-video_cont iframe {
	width: 100%;
	height: 450px;
}
.SSbtn {
	display: none;
}
.SSWT, .vidTTL {
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	color: #000;
	margin-bottom: 12px;
}
.SSWT {
	margin-bottom: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 9px;
}
.SSWL {
	display: block;
	max-height: 397px;
	overflow: hidden auto;
}
.SSWL::-webkit-scrollbar {
	width: 5px;
}
.SSWL::-webkit-scrollbar-thumb {
	background-color: rgb(233, 233, 233);
	border-radius: 5px;
}
.SSWL a {
	padding: 10px 0;
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	color: #15416e;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-right: 8px;
}
.SSWL a:nth-child(1) {
	padding-top: 0;
}
.SSWL a:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
@media screen and (max-width: 991.98px) {
	.SSWC {
		width:250px;
	}
	.testim-video_cont {
		width: calc(99% - 280px);
	}
	.SSWC, .testim-video_cont {
		display: block;
		width: 100%;
	}
	.SSWC {
		margin-right: 0;
		margin-bottom: 25px;
		padding: 10px 15px;
	}
	.SSWT {
		display: none;
	}
	.SSbtn {
		display: block;
		background-color: transparent;
		text-align: center;
		padding: 10px 10px 5px;
		display: block;
		width: 100%;
		font-size: 22px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	.SSbtn:after {
		content: "\f107";
		font-family: 'Font Awesome 6 Free';
		font-size: 16px;
		font-weight: 900;
		color: #000;
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-top: 5px;
	}
	.SSbtn.up:after {
		content: "\f106";
	}
	.SSbtn span {
		display: block;
	}
	.SSWL {
		display: none;
	}
}

.vidLstB {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.vidLstB span {
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	color: #15416e;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 12px;
}

.vidLstB img {
	width: 100px;
	height: auto;
	max-width: 70px;
}