
.content-pr-movie .padding {
  padding: 5rem;
}

.content-pr-movie .card .items .card {
  /* position: relative;
  display: flex;
  width: 520px;
  margin: 0 40px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164); */
}

.content-pr-movie .slick-slide {
  margin: 10px;
}
.content-pr-movie
  .card
  .items
  .content-pr-movie
  .card
  .items
  .card
  .media
  iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .content-pr-movie .card .items .card .media-content:before {
  content: "";
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px);
} */
.content-pr-movie .circle .media-content:before {
  width: 40%;
  left: 30%;
}
.content-pr-movie .profile-image {
  width: 100%;
}

/* .content-pr-movie .card .items .slick-dots {
  position: inherit;
  margin: 0px 0 32px 0;
}
.content-pr-movie .card .items .slick-dots li button:before {
  font-size: 78px;
  line-height: 20px;
}
.content-pr-movie .slick-dots {
    bottom: -64px;
}
.content-pr-movie .slick-prev {
  left: -6%;
}
.content-pr-movie .slick-next {
  right: -4%;
} */
.content-pr-movie .slick-prev,
.content-pr-movie .slick-next {
  /* top: 31%; */
  height: 46px;
  width: 50px;
}

/* sub food accommodation slider top */
.sub-body .body-img .slick-prev,
.sub-body .body-img .slick-next {
  top: 334px;
}
.slick-prev {
  left: 6%;
  z-index: 9999;
}
.slick-next {
    right: 6%;
    z-index: 9999;
}

.slick-prev:before, 
.slick-next:before {
    font-family: 'FontAwesome';
    width: 84px;
    font-size: 21px;
    background: #FAFAFA;
    color: #3D583B;
    width: 50px;
    height: 46px;
    display: block;
    line-height: 45px;
    text-indent: 0px;
    border-radius: 27%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
  bottom: 29px;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    color: #3D583B;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #3D583B;
}
.sub-body .body-img .card {
  position: relative;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.sub-body .body-img .card-body {
  position: absolute;
  top: 386px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #3c2222;
}
.slick-slide img {
  width: 81%;
  height: auto;
  margin: auto;
}
.sub-body .body-img .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
}
.sub-body .body-img .main-body img,
.main-body .body-img p img {
    width: 100%;
    height: auto;
}
