/* Video Section Start */
.video_section {
  padding: 40px;
  background-image: url(../Images/about-doctor/white_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video_haeding {
  text-align: center;
}
.contact_form{
  background-color: var(--bg);
}

.video_section_content {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  /* padding: 5px 5px 0; */
  background-color: var(--white);
}

.v_thumb img {
  width: 100%;
  position: relative;
}

.sm_heading {
  font-weight: 600;
  color: var(--white);
  padding-left: 15px;
  font-size: 18px;
}

.play-box {
  width: 35px;
  height: 35px;
  line-height: 50px;
  text-align: center;
  background: transparent
    linear-gradient(180deg, var(--botton_color) 0%, var(--botton_color) 100%) 0%
    0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
  box-shadow: 0px 0px 20px var(--botton_color);
}

.play-box i {
  font-size: 18px;
  color: var(--white);
}

.video_section .owl-carousel .owl-nav button.owl-next,
.video_section .owl-carousel .owl-nav button.owl-prev,
.video_section .owl-carousel button.owl-dot {
  padding: 0 !important;
  font: inherit;
  background: var(--bg) !important;
  margin: 0 10px !important;
  font-size: 30px !important;
  width: 40px !important;
  height: 36px !important;
  border-radius: 50% !important;
  line-height: 30px !important;
  border: none;
  padding-bottom: 15px !important;
  transition: 0.3s ease-in-out;
}

.video_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.v_heading {
  color: var(--blue);
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.v_heading::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: transparent
    linear-gradient(270deg, var(--botton_color) 0%, var(--botton_color) 100%) 0%
    0% no-repeat padding-box;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 25px;
}

.v_heading span {
  color: var(--botton_color);
}

.video_name {
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: unset;
}

.video_card .owl-nav {
  padding-top: 40px;
  padding-bottom: unset;
}

/* video model box */
.video-modal-overlay.active {
  display: block;
}

.video-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.445);
  z-index: 9;
  display: none;
}

.video-modal.active {
  display: block;
}

.video-modal {
  max-width: 800px;
  width: 100%;
  background: var(--white);
  position: fixed;
  z-index: 111;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  text-align: left;
  display: none;
}

.video-box {
  position: relative;
}

.video-box .modal-btn {
  position: absolute;
  right: 0px;
  top: -1px;
  width: 50px;
  border: none;
  line-height: 0;
  height: 35px;
  padding: 0px;
  background: var(--white);
}

.testimonial_video .video-box iframe {
  height: 480px;
  width: 100%;
}

.testimonial_video iframe {
  border: 0;
}

.testimonial_video iframe {
  display: block;
}

.stop_scroll {
  overflow: hidden;
}

.video_close i {
  font-size: 20px;
  font-weight: 600;
}
.video_category .perent_cat {
  position: relative;
}
.video_category .v_cat_name a {
  color: var(--black);
  font-weight: 600;
}
.video_category .v_cat_name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 10px 20px;
  background: var(--botton_color);
  text-align: center;
}
.video_category .v_cat_name::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 40px solid var(--botton_color);
  border-top: 43px solid transparent;
}

.video_category .perent_cat .cat_image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    transform: scale(1);
}
.video_category .perent_cat .cat_image{
    overflow: hidden;

}
.video_category .perent_cat:hover .cat_image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
    transform: scale(1.1);
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .video_section {
    padding: 20px 0;
  }

  .video-modal {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .video_section {
    padding: 20px 0;
  }

  .video-modal {
    width: 90%;
  }
}

/* Video Section End */
