.yt-map {
  padding: 0;
  margin: 0;
}
.yt-map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.yt-map div {
  padding: 0;
  margin: 0;
}

.about-bx2 .dz-media-r .circle-bg {
  left: auto;
  right: -25%;
}
.about-bx2 .dz-media-r:after {
  display: none;
  right: auto;
  left: 80px;
}

.yt-post-swiper .prev-post-swiper-btn,
.yt-post-swiper .next-post-swiper-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1;
}
.yt-post-swiper .prev-post-swiper-btn {
  left: 0;
}
.yt-post-swiper .next-post-swiper-btn {
  right: 0;
}

[dir=rtl] .yt-post-swiper .prev-post-swiper-btn {
  right: auto;
  left: 0;
}
[dir=rtl] .yt-post-swiper .next-post-swiper-btn {
  left: auto;
  right: 0;
}

.yt-span-color span {
  color: var(--primary) !important;
}

.yt-menu-close {
  width: 0;
  position: fixed;
  height: 100%;
  background: #333;
  top: 0;
  opacity: 0.9;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 99998;
}

@media only screen and (max-width: 991px) {
  .header-nav.show + .yt-menu-close {
    width: 100%;
  }
}

/*# sourceMappingURL=yt.css.map */
