
section.Latest_News_Updates.Shorts_Video {
      /* background: #fff; */
      padding: 72px 0;
      margin-top:0px;
  }

  section.Latest_News_Updates.Shorts_Video .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-900, #17162C);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
    text-align: left;
}

section.Latest_News_Updates.Shorts_Video .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}


.News_Box {
    box-shadow: none;
    padding: 16px 16px 24px;
    transition: 0.3s;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: transparent;
}
.News_Box img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  height: 250px;
}
.News_Box .Infographics_img img{
  height: auto;
}
.News_Box_Content {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.News_Box_Content_Left img.img-responsive.Subscribers_Img {
    height: 57px;
    min-width: 57px;
}
.News_Box_Content h6 {
  margin-bottom: 4px;
  color: var(--Text-Light-Blue, #0B7BFF);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.News_Box_Content p.Topic {
  margin-bottom: 4px;
  color: var(--Text-Light-Blue, #0B7BFF);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.News_Box_Content h4 {
  color: var(--Text-Dark-Blue, #0F0E29);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  height: 52px;
  overflow: hidden;
}
.News_Box_Content p.title {
  color: var(--Text-Dark-Blue, #0F0E29);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  /* height: 52px; */
  overflow: hidden;
  text-align: left;
}
.News_Box_Content p {
  overflow: hidden;
  color: var(--Text-Light-Grey, #75757D);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}
.News_Box_Content p.topic_details{
  height: 96px;
}

.News_Box.Short_Videos_Box {
    border-radius: 24px;
}

.Latest_News_Boxes #short_video.Video_News_Modal {
    background: rgb(0 0 0 / 50%);
}

.Video_News_Modal .modal-header {
    position: relative;
    padding: 0;
}

.Video_News_Modal .modal-header button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d46f0;
    opacity: 1;
    padding: 15px;
    border-radius: 50%;
    z-index: 9;
}

.Video_News_Modal  .modal-dialog {
    max-width: max-content;
    background: transparent;
}

.Video_News_Modal  .modal-body {
    padding: 0;
}

.Video_News_Modal  .modal-content {
    background: transparent;
    border: 0;
    border: 0;
    width: 100%;
    max-width: inherit;
    background: transparent;
}

.wrap_iframe > .arrow.p-arrow {
    right: -60px;
    left: auto;
    top: 45%;
}

.wrap_iframe > .arrow.n-arrow {
    right: -60px;
    left: auto;
    top: 55%;
}

.wrap_iframe {
    position: relative;
    padding: 0 0px;
}

.wrap_iframe > .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}




.short_video_Thumb_Img {
      position: relative;
  }

  .short_video_Thumb_Img .Video_Icon {
      position: absolute;
      top: 40%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      max-width: 50px;
      z-index: 9;
  }

  .short_video_Thumb_Img:after {
      content: none;
      background: #000000;
      /* width: 392px; */
      height: 210px;
      display: inline-block;
      opacity: 0.5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 16px;
  }
  .videoshadow{
      background: #000000;
      /* width: 392px; */
      height: 441px;
      display: inline-block;
      opacity: 0.5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 16px;
  }

  .short_video_Thumb_Img img.img-responsive {
      border-radius: 16px;
      position: relative;
      height: 441px;
  }
  .short_video_Thumb_Img video {
      position: absolute;
      height: 240px;
      width: 100%;
      z-index: 0;
      border-radius: 19px;
  }

  .News_Box.Short_Videos_Box {
      border-radius: 24px;
  }
  .Latest_News_Boxes a .News_Box:hover h4, .News_Box.Infographics:hover h4 {
      color: var(--Text-Light-Blue, #3A58EF);
      text-decoration-line: none;
  }


  .News_Box_Content h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.News_Box_Content p.title {
    color: var(--Text-Grey-600, #475467);
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.Sec_Title {
    margin-bottom: 30px;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
    top: -9%;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow {
    top: -9%;
}

.Testimonials.Shorts_Video .center1 .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}




.Testimonials.Shorts_Video .center1 ul.slick-dots {
    bottom: -62px
}


.Testimonials.Shorts_Video .center1 .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}


.Testimonials.Shorts_Video .center1 .slick-dots li.slick-active button {
    background: #3A58EF
}



.Testimonials.Shorts_Video .center1 .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}

.Testimonials.Shorts_Video .center1 .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}

.Testimonials.Shorts_Video .center1 button.slick-prev:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}

.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}

.Testimonials.Shorts_Video .center1 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}

.Testimonials.Shorts_Video .center1 button.slick-next:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials.Shorts_Video .center1 .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}



.Testimonials.Shorts_Video .center1 button.slick-prev:before {
    content: '';
    background-image: url(../images/website-pricing/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}


.Testimonials.Shorts_Video .center1 button.slick-next:before{
    content: '';
    background-image: url(../images/website-pricing/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}


.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    left: auto;
    right: 56px;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}


.Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
    right: 0;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

section.Latest_News_Updates.Shorts_Video .slick-track {
    max-height: 520px;
    overflow: hidden;
}


@media (max-width:1366.51px) {
   
}


@media (max-width:767.51px) {
    
    .center .slick-slide,
    .Testimonials.Shorts_Video .center1 .slick-slide {
      padding: 0;
    }






    
    .center button.slick-prev.slick-arrow,
    .Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow,
    .Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
      right: 8%;
      top: -14%;
    }

   





    .center button.slick-prev.slick-arrow,
    .Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow,
    .Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
      right: 8%;
      top: -14%;
    }

   
  .Testimonials {
        padding: 32px 0px 55px 0px;
    }
    .Testimonials_Title h2 {
        font-size: 24px;
    }
    .Testimonials .center button.slick-prev.slick-arrow,.Testimonials .center button.slick-next.slick-arrow{
        top: -40px;
    }
   
}



