#GalleryTrackSelect {
  margin-top: 6px;
  height: 32px;
  margin-right: 16px;
  width: 80px;
}

#GalleryTrack .rtc-carousel-control-prev img,
#GalleryTrack .rtc-carousel-control-next img {
  width: 28px;
  margin-top: 5px;
}

.gallery-rtc {
  color: red;
  background-color: red;
  height: 500px;
}


.gallery-section-desktop {
  margin-top: 25px;
}


.gallery-section-heading {
  color: rgba(134, 54, 212, 1);
  text-align: center;
  font-family: "Rakuten Sans UI Bold";
  font-size: 2.25rem;
  line-height: normal;
  margin: 1em 0em 1.2em 0em;
}


.gallery_container {
  padding: 0em 5em;
}

.gallery-section-desktop .disabled {
  opacity: 0.3 !important;
}

.gallery-section-desktop .disabled .circle-bg:hover, .gallery-section-desktop .disabled .circle-bg {
  background: None !important;
}

@media (max-width: 768px) {
  .gallery-section-heading {
    font-size: 30px;
  }
}

.gallery .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 4px 0px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px;
}

.gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active:hover span {
  background: #cf18c0 !important;
}

.gallery .owl-theme .owl-dots .owl-dot:focus {
  outline: none !important;
}

#gallery-carousel-mob .container {
  padding-right: 0px;
}

.gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

#gallery-carousel li {
  width: 65px;
}