/*-----Video-Section------*/
.video-and-title-discription-section {
  margin: 80px 0;
}
.video-and-title-discription-section h1 {
  font-size: 30px;
}
.video-and-title-discription-section p {
  font-size: 20px;
  line-height: 30px;
}
.video-and-title-discription-section img {
  max-width: 90%;
}

/*-----Video-Section-End------*/
/*-----years-of-experience-in-circle------*/
.years-of-experience-in-circle {
  position: relative;
  margin-left: -50px;
}
.years-of-experience-in-circle .years-circle {
  background-color: #642D3C;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 18px;
  margin: 0;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.years-of-experience-in-circle span p {
  margin: 0;
}

.cvn-play {
  color: #FF9F5A;
  text-decoration: none;
  transition: 0.5s;
}
.cvn-play img {
  margin-right: 10px;
}
.cvn-play:hover {
  padding-left: 10px;
}

/*-----years-of-experience-in-circle - End------*/
/*-----Treatment - Package - Title - Section------*/
.treatment-and-package-title {
  margin: 80px 0;
}
.treatment-and-package-title p {
  font-size: 20px;
  margin-left: 20px;
}
.treatment-and-package-title span {
  color: #FF9F5A;
}
.treatment-and-package-title .box-border {
  border-left: 1px solid white;
}

/*-----Treatment - Package - Title - Section-End------*/
/*-----Treatment - Package - Carousel - Section------*/
.treatment-and-package h1 {
  font-size: 22px;
  margin: 10px 0px 10px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}
.treatment-and-package h1 span {
  color: #FF9F5A;
}
.treatment-and-package .owl-nav {
  position: absolute;
  top: -35px !important;
  transform: translateY(-50%);
  font-size: 40px;
  right: 0;
  background: none;
  color: white;
}
.treatment-and-package .owl-nav:hover {
  color: #FF9F5A;
}
.treatment-and-package .owl-carousel .owl-nav button.owl-next, .treatment-and-package .owl-carousel .owl-nav button.owl-prev, .treatment-and-package .owl-carousel button.owl-dot {
  background: none;
}
.treatment-and-package .inner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 35%;
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #FF9F5A;
}
.treatment-and-package .image {
  position: relative;
  width: 100%;
}
.treatment-and-package .image:hover .inner {
  opacity: 1;
  z-index: 999;
}
.treatment-and-package .gradient {
  background: linear-gradient(175.28deg, rgba(0, 0, 0, 0) 8.09%, rgba(0, 0, 0, 0.9) 96.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.treatment-and-package .image:hover .gradient {
  opacity: 1;
}
.treatment-and-package .cvn-play:hover {
  color: #FF9F5A;
}
.treatment-and-package .cvn-play img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
.treatment-and-package a.cvn-play {
  display: flex;
}

.cvnul {
  padding: 0px;
}

.cvnul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.cvnul li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

/*-----Treatment - Package - Carousel - Section-End------*/
.treat-img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.para-height {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

.owl-dots {
  margin-top: 30px;
}

@media screen and (max-width: 1440px) {
  .video-and-title-discription-section {
    margin: 0;
  }
  .treat-img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .treatment-and-package-title {
    margin: 60px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-and-title-discription-section img {
    width: 100%;
    max-width: 100% !important;
  }
  .years-of-experience-in-circle {
    margin-left: 0;
    top: 30px;
  }
  .years-of-experience-in-circle .years-circle {
    width: 120px !important;
    height: 120px !important;
  }
  .video-and-title-discription-section h1 {
    font-size: 22px;
    margin: 10px 0;
  }
  .video-and-title-discription-section p {
    font-size: 15px;
  }
  .treatment-and-package-title p {
    margin-left: 0;
  }
  .treatment-and-package-title .box-border {
    border: none;
  }
}
