body{
  font-family: 'GE SS Two';
}
.side-menu {
  left: unset;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .side-menu {
      right: 15px;
  }
}

.animated-btn img{
  transform: rotate(180deg);
}

.animated-btn::before {
  transform-origin: right;
}

@media screen and (max-width: 1300px) {
  .nav-items {
      height: 100vh;
  }
}

.small-gallery .circular-animated-btn {
  right: unset;
  left: 0;
}

.facility-gallery-section .circular-animated-btn {
  right: unset;
  left: 0;
}

.circular-animated-btn .circular-animated-text {
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.slider-arrow img{
  transform: rotate(180deg);
}

.career-img, .job-img, .map-container{
  left: 0px;
  right: unset;
} 

.input-box label,.input-box input {
  left: unset;
  right: 0px;
}

.header-btn-close {
  left: 20px;
  right: unset;
}

.membership-plan-img {
  left: 0;
  right: unset;
}

@media screen and (max-width: 767px) {
  .header-btn-close {
    left: 11px;
  }
}

.dropdown-item {
  text-align: start;
}
.decorated-list li::before{
  left: auto ;
  right: 0;
}
.banner-slide .base-btn img ,
.pagination-wrapper .pagination-item img,
.brown-btn img,
.events-section .page-container .events-box .base-btn img,
.news-card .base-btn img,
.slider-navigation .slide-navigation img{
rotate: 180deg;
}
.gallery2-section .wrapper-gallery .gallery-preview .gallery-content-container .play-video{
  right: auto;
  left: -80px;
}
@media (max-width: 1250px) {
  .gallery2-section .wrapper-gallery .gallery-preview .gallery-content-container .play-video {
      left: 40px;
      right: auto;
      bottom: 120px;
  }
}
.footer-columns-mobile .accordion-button:after{
  scale: 1;
  float: left;
  margin-right: auto;
  margin-left: 0;
  transform: rotate(0deg);
}
.footer-columns-mobile .accordion-button.collapsed:after{
  transform: rotate(-90deg);
}
.subscription-form-container .subscription-form .form-group .base-select~.select2 .select2-selection__arrow{
  right: auto;
  left: 16px;
}
.banner-slider-pagination.swiper-pagination-bullets{
  left:auto;
  right:0;
  margin:0;
  margin-right: 40px;
}
.banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  padding: 0;
  padding-right: 15px;
  border:none;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
}

.scroll-box{
  bottom: 0;
  inset-block-start: auto;
  inset-block-end: 40px;
  transform: rotate(0deg);
}