/*
Generated time: June 17, 2023 06:17
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.background_image- {
  background: #000;
}
.video_section_text {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-video ul {
  margin-top: 0;
}
.main_video {
  position: relative;
  height: 100%;
  margin-top: 30px;
  width: 100%;
}
.video_with_text {
  display: flex;
  height: 550px;
  justify-content: start;
  margin-top: 3em;
  width: 100%;
}
.video-text-section {
  object-fit: cover;
  width: 714px;
  height: revert-layer;
  width: 100% !important;
}
.video_section_text {
  width: 100%;
  background: #000;
}
h1.video_heading_h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
.content-video {
  font-size: 17px;
  color: #fff;
}
.content-video ul {
  padding: 0px 20px;
}
a.link_btn_video {
  color: #fff;
  text-decoration: none;
  background: #ca2026;
  padding: 15px 41px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.content-video p {
  color: #fff;
}
a.link_btn_video:hover {
  background: #fff;
  color: #000;
}
.btn_video {
  margin-top: 30px;
}
.btnplay_custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  display: grid;
  grid-template-columns: 70px 200px;
  align-items: center;
  align-content: space-evenly;
}
@media (max-width: 1024px) {
  iframe.video-text-section {
    width: 685px;
    height: 490px;
  }
  .video_with_text {
    padding: 0 3.5rem;
    height: 100%;
    flex-direction: column;
  }
  .video_section_text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .video_with_text {
    flex-wrap: wrap;
    height: 100%;
    padding: 0 3.5rem;
  }
  video.video-text-section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  iframe.video-text-section {
    width: 320px;
    height: 320px;
  }
  .video_section_text {
    padding: unset;
  }
  h1.video_heading_h1 {
    font-size: 25px;
  }
  .video_with_text {
    margin: 0;
  }
  .btnplay_custom {
    left: 40%;
  }
  .video_section_btn {
    font-size: 22px;
  }
  a.link_btn_video {
    padding: 12px;
  }
  .btn_video {
    margin-bottom: 20px;
  }
  .content-video {
    font-size: 15px;
  }
}
