hr.dashed {
  border-top: 3px dashed #000;
}

.dp1 {
  font-size:2em !important;
}

.tts1 {
  font-size:1.5em;
  font-weight:700;
}

.rsk1 {
  background-color: rgb(237, 237, 237);
}

.card {
  border: none !important;
}

.modal-dialog {
  display: none;
  max-width: 500px !important;
  width: 100% !important;
  padding: 30px 15px !important;
  border-radius: 10px;
}
.fancybox-is-open .fancybox-bg {
  opacity: .5 !important;
}

label.error {
  display: none !important;
}

.video__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
}

.video__wrapper video {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 20px;
}

.video__wrapper video:last-child {
  margin-bottom: 0;
}

.video__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.video__item {
  width: 48%;
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .video__item {
    width: 100%;
    margin-bottom: 0;
  }
  .video__block {
    margin-bottom: 20px;
  }
}

.owl-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.owl-nav button span {
  font-size: 48px;
  color: #222;
}

.owl-dots {
  text-align: center;
  width: 80%;
  margin: -40px auto 0;
}

.owl-dot span{
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 0 4px;
}

.owl-dot.active span{
  background: red;
}

.video{
    width: 100%;
    max-width: 650px;
    margin: 40px auto;
    text-align: center;
}

.video video{
    width: 100%;
    height: auto;
}
