.pop-cnt {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 0;
}
.icn-cmb {
  width: 28px;
  height: 28px;
  position: relative;
}
.vid-img {
    border-radius: 15px;
}
.wave-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #f7c1ba;
  border-radius: 50%;
  animation: wave 1.5s infinite;
  z-index: 1;
}
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.pop-cnt .video-sec {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
  background: #fff;
  box-shadow: 0 0 31.28px 14.72px rgba(13, 18, 16, 0.15);
  border-radius: 25px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 47%;
  width: max-content;
}
.mob-vid-icn {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6311b;
  transition: all ease .42s;
  display: inline-block;
  z-index: 2;
}
.mob-vid-icn:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}
.bnr-mob-vid-txt {
  font: 16px / 1 var(--zf-primary-medium);
  margin-left: 8px;
  color: #000;
}
.aftr-sec{
max-width: 900px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 130px 30px 0;
}
.dib{
display:inline-block;
}
.aftr-pra{
    padding: 15px 0 25px;
}
.ai-sldr{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    text-align: center; 
    padding:40px 20px 0;
    box-sizing: border-box;
}
.ai-sldr .slick-dots li {
    margin: 0 12px;
    background: #919293;
    width: 10px;
    height: 10px;
    border: unset;
}
.ai-sldr .slick-dots li.slick-active {
    background: #575859;
    width: 10px;
    height: 10px;
    border: unset;
}
.ai-sldr .slick-dots {
    margin: 40px 0 0;
}
.tb-cnt h2{
display:none;
}
.tb-cmbcnt .ftrrw-imgcnt {
    padding: 0 0 20px;
}
.ai-sldr .slick-slide {
    padding: 0 10px 10px;
}
@media screen and (max-width: 1024px) {
.aftr-sec{
    padding: 90px 30px 0;
}
}
@media screen and (max-width: 767px) {
.ai-sldr .slick-dots li{
margin: 0 24px;
}
.ai-sldr .slick-dots {
    margin: 20px 0 0;
}
.aftr-pra{
    padding: 15px 0 0;
}
}