.acc-box {
  flex-direction: column;
  display: flex;
  height: 100%;
  position: relative;
}
.acc-box .acc-box__img {
  display: block;
  position: relative;
}
.acc-box .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .acc-box .acc-box__img img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__img img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__img img {
    height: 400px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .acc-box .acc-box__img img {
    filter: grayscale(100%);
    transition: 1s ease;
  }
}
.acc-box:hover img {
  filter: grayscale(0);
  transition: 1s ease;
  transform: scale(1.05);
}
.acc-box .acc-box__details {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-bottom: 0px;
  }
}

.bottom-gray-overlay::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
  height: 30%;
  opacity: 1;
  transition: all 0.5s;
}
.bottom-gray-overlay:hover::before {
  opacity: 0 !important;
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .bottom-gray-overlay::before {
    height: 60%;
  }
}

.features-list .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .features-list .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .features-list .acc-box__img img {
    height: 350px;
  }
}

.offer-list .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .offer-list .acc-box__img img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .offer-list .acc-box__img img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-list .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .offer-list .acc-box__img img {
    height: 350px;
  }
}

.collection-slider .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .collection-slider .acc-box__img img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .collection-slider .acc-box__img img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .collection-slider .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .collection-slider .acc-box__img img {
    height: 400px;
  }
}
.collection-slider .acc-box__img {
  position: relative;
}
.collection-slider .acc-box__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 1;
  transition: all 1s;
}
.collection-slider .slide-item .width--40 {
  opacity: 0.3;
}
.collection-slider .slick-current .width--40 {
  opacity: 1;
}

.two-item-grid .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .two-item-grid .acc-box__img img {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-item-grid .acc-box__img img {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .acc-box__img img {
    height: 400px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .two-item-grid .acc-box__img img {
    filter: none !important;
  }
}
.two-item-grid .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pres-grid .acc-box__img img {
  filter: none !important;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .pres-grid .acc-box__img img {
    height: 18.2291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pres-grid .acc-box__img img {
    height: 18.2291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pres-grid .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .pres-grid .acc-box__img img {
    height: 350px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .pres-grid .acc-box__img img {
    filter: none !important;
  }
}
.pres-grid .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.short-img .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .short-img .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .short-img .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .short-img .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .short-img .acc-box__img img {
    height: 350px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .short-img .acc-box__img img {
    filter: none !important;
  }
}
.short-img .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.short-img .padding-left--0 {
  padding-left: 0 !important;
}

.acc-box__details-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-bottom: 30px;
  }
}

.acc-box__details-bottom {
  z-index: 1;
}

.acc-box__details-bottom-hide {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}

.acc-box__details-bottom-visible {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
}
.acc-box__details-bottom-visible hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  background: #fff;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

.acc-box__details-bottom-hide hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  background: #fff;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-hide {
    opacity: 0 !important;
    transform: none !important;
  }
}

.acc-box__details-bottom-visible-center {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
  justify-content: center !important;
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-visible-center {
    opacity: 1 !important;
    transform: none !important;
    justify-content: flex-end !important;
  }
}

.acc-box-overlay {
  position: relative;
}
.acc-box-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.49);
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .acc-box-overlay::after {
    opacity: 0.5;
  }
}

.spa-list .spa-img {
  filter: none !important;
}

@media (min-width: 1025px) {
  .spa-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .spa-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .spa-btn svg {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .spa-btn svg {
    margin-right: 0px;
  }
}

.gal-dropdown {
  background: #566657;
  font-size: 16px;
  width: 100%;
  border: 0;
}
.gal-dropdown .dropdown-toggle {
  color: #fff !important;
  border-radius: 0 !important;
  background: #566657;
  font-size: 16px;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-dropdown .dropdown-toggle:hover {
  color: #fff !important;
  background: #566657;
}
.gal-dropdown .dropdown-toggle::after {
  background-image: url("../../../img/down-w.svg") !important;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
  height: 10px;
  width: 10px;
  background-size: contain;
  margin-left: 15px;
}
.gal-dropdown .dropdown-menu {
  background: #E3E3E3;
  padding: 0;
  font-size: 15px;
  width: 100%;
  border-radius: 0 !important;
}
.gal-dropdown .dropdown-menu button {
  font-size: 15px !important;
  width: 100%;
}
.gal-dropdown .dropdown-menu button.active {
  background: #C6AF8F !important;
  color: #fff !important;
}
.gal-dropdown .dropdown-menu a:hover {
  background: #C6AF8F;
}
@media only screen and (max-width: 1025px) {
  .gal-dropdown .dropdown-menu {
    margin-top: -2px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gal-dropdown {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.acc-box:hover .acc-box__details-bottom-hide {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
}
.acc-box:hover .acc-box__details-bottom-visible {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.acc-box:hover .acc-box__details-bottom-visible-center {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.acc-box:hover .acc-box-overlay::after {
  opacity: 1;
  transition: all 0.5s;
}

@media only screen and (max-width: 1025px) {
  .acc-box .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .acc-box .btn-wrap a {
    margin-bottom: 20px;
  }
  .acc-box .btn-wrap a:last-child, .acc-box .btn-wrap button {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  .acc-single-slider .acc-box__details {
    height: 8.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-single-slider .acc-box__details {
    height: 8.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-single-slider .acc-box__details {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .acc-single-slider .acc-box__details {
    height: 200px;
  }
}

@media only screen and (max-width: 1025px) {
  .offer-mobile-out .acc-box__details-bottom-hide {
    opacity: 1 !important;
    height: 350px !important;
  }
  .offer-mobile-out .acc-box__img {
    display: flex !important;
    flex-direction: column;
    height: 100%;
  }
  .offer-mobile-out .acc-box__img .acc-box__details-bottom {
    flex-grow: 1 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible {
    position: relative !important;
    padding-top: 20px;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .heading--26 {
    color: #000;
    display: none !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .paragraph--14 {
    color: #C6AF8F;
    display: none !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .paragraph--18 {
    color: #606060 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-text {
    color: #000 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-text::after {
    background: #000;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-line {
    color: #000;
    border: 1px solid #000;
  }
  .offer-mobile-out .acc-box-overlay::after {
    display: none;
  }
  .offer-mobile-out .bottom-gray-overlay::before {
    top: 0;
    height: 350px;
    bottom: auto;
  }
}

.accordion .accordion-item {
  background: transparent !important;
  border: 0;
  color: #000000;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}
.accordion button {
  padding-left: 0 !important;
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-top: 20px;
  }
}
.accordion button,
.accordion .accordion-header {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding-right: 0 !important;
}
.accordion .accordion-body {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.accordion .accordion-header {
  padding-left: 0 !important;
}
.accordion .accordion-body {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    width: 30px;
  }
}
.accordion .accordion-item:last-child {
  border: 0 !important;
}
.accordion .accordion-button::after {
  background-image: url("../../../img/down-drop.svg");
  background-size: 80% !important;
  background-position: center !important;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../../../img/up-drop.svg");
  transform: none !important;
  background-size: 80% !important;
  background-position: center !important;
}
@media only screen and (min-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 0.15625vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 3px !important;
  }
}

@media only screen and (max-width: 1025px) {
  #accordionFAQ .accordion-button {
    align-items: flex-start !important;
  }
  .accordion button span {
    padding-right: 10px;
    display: flex;
  }
  .accordion button {
    align-items: flex-start;
    text-align: left !important;
  }
}
.gallery-slider-villas img {
  transition: 1s ease;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .gallery-slider-villas img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-slider-villas img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-villas img {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-villas img {
    height: 250px;
  }
}
.gallery-slider-villas .slick-current img {
  filter: grayscale(0);
  transition: 1s ease;
}
.gallery-slider-villas .gallery-item p {
  position: absolute;
}
@media (min-width: 1025px) {
  .gallery-slider-villas .gallery-item p {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-slider-villas .gallery-item p {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-villas .gallery-item p {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-villas .gallery-item p {
    bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider-villas .gallery-item p {
    left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-slider-villas .gallery-item p {
    left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-villas .gallery-item p {
    left: 30px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-villas .gallery-item p {
    left: 30px;
  }
}

.gallery-slider-three img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .gallery-slider-three img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-slider-three img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-three img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-three img {
    height: 400px;
  }
}

.gallery-one-img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .gallery-one-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-one-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-one-img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-one-img {
    height: 400px;
  }
}

.amneties-img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .amneties-img {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-img {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .amneties-img {
    height: 400px;
  }
}

.span-padding span {
  display: inline-block;
}
@media (min-width: 1025px) {
  .span-padding span {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .span-padding span {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .span-padding span {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .span-padding span {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .span-padding span {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .span-padding span {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .span-padding span {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .span-padding span {
    padding-right: 5px;
  }
}

.icon-list-item {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .icon-list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-item {
    padding-bottom: 15px;
  }
}
.icon-list-item img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .icon-list-item img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img {
    width: 30px;
  }
}
.icon-list-item div {
  width: calc(100% - 2.0833333333vw);
}
@media (min-width: 1025px) {
  .icon-list-item div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item div {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-item div {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .icon-list-item div {
    width: calc(100% - 30px);
  }
}

.gray-content {
  background: #F8F8F8;
}
@media (min-width: 1025px) {
  .gray-content {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gray-content {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .gray-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .gray-content {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gray-content {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-content {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .gray-content {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .gray-content {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gray-content {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-content {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .gray-content {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .gray-content {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gray-content {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-content {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .gray-content {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .gray-content_testimonials {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.green-content {
  height: 100%;
  background: #566657;
}
@media (min-width: 1025px) {
  .green-content {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .green-content {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .green-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .green-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .green-content {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .green-content {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .green-content {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .green-content {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .green-content {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .green-content {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .green-content {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .green-content {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .green-content {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .green-content {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .green-content {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .green-content {
    padding-left: 15px;
  }
}

.two-way-div {
  border-right: 1px solid #fff;
}
@media (min-width: 1025px) {
  .two-way-div {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-way-div {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-way-div {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .two-way-div {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .two-way-div {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-way-div {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-way-div {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .two-way-div {
    padding-left: 30px;
  }
}

.two-way-div:last-child {
  border: 0 !important;
}

.icon-list-amneties {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-amneties {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.icon-list-amneties .icon-list-item {
  align-items: center;
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  .icon-list-amneties .icon-list-item {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-amneties .icon-list-item {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-amneties .icon-list-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-amneties .icon-list-item {
    padding-bottom: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-amneties .icon-list-item {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  .icon-list-amneties .icon-list-item {
    width: 49%;
  }
}
@media (min-width: 1025px) {
  .icon-list-amneties .icon-list-item img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-amneties .icon-list-item img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-amneties .icon-list-item img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .icon-list-amneties .icon-list-item img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-list-amneties .icon-list-item img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-amneties .icon-list-item img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-amneties .icon-list-item img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .icon-list-amneties .icon-list-item img {
    width: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .icon-list-amneties .icon-list-item {
    width: 100% !important;
  }
}

.acc-feature-banner .acc-feature-banner__video, .acc-feature-banner .acc-feature-banner__img {
  object-fit: cover;
  width: 100% !important;
}
@media (min-width: 1025px) {
  .acc-feature-banner .acc-feature-banner__video, .acc-feature-banner .acc-feature-banner__img {
    height: 39.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-feature-banner .acc-feature-banner__video, .acc-feature-banner .acc-feature-banner__img {
    height: 39.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-feature-banner .acc-feature-banner__video, .acc-feature-banner .acc-feature-banner__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .acc-feature-banner .acc-feature-banner__video, .acc-feature-banner .acc-feature-banner__img {
    height: 350px;
  }
}

#myInfo {
  border: 0;
}
#myInfo button {
  background: #E3E3E3;
  border: 0;
  color: #606060;
  display: flex;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  font-family: "IBM Plex Serif", serif;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  #myInfo button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #myInfo button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #myInfo button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #myInfo button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #myInfo button {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #myInfo button {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #myInfo button {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  #myInfo button {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  #myInfo button {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #myInfo button {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #myInfo button {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  #myInfo button {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #myInfo button {
    width: 100%;
    font-size: 14px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #myInfo button {
    font-size: 15px !important;
  }
}
#myInfo button.active {
  background: #606060;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #myInfo li {
    width: 100%;
  }
}

.acc-feature-banner-inner .acc-feature-banner__video, .acc-feature-banner-inner .acc-feature-banner__img {
  object-fit: cover;
  width: 100% !important;
}
@media (min-width: 1025px) {
  .acc-feature-banner-inner .acc-feature-banner__video, .acc-feature-banner-inner .acc-feature-banner__img {
    height: 39.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-feature-banner-inner .acc-feature-banner__video, .acc-feature-banner-inner .acc-feature-banner__img {
    height: 39.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-feature-banner-inner .acc-feature-banner__video, .acc-feature-banner-inner .acc-feature-banner__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .acc-feature-banner-inner .acc-feature-banner__video, .acc-feature-banner-inner .acc-feature-banner__img {
    height: 350px;
  }
}
.acc-feature-banner-inner .watch-full {
  right: 0;
  left: 0;
}

@media only screen and (max-width: 1025px) {
  .acc-cat-nav-acc {
    flex-wrap: nowrap !important;
    overflow: auto;
    width: 100%;
    display: flex;
  }
}
.acc-cat-nav-acc::-webkit-scrollbar {
  height: 0px !important;
}

@media only screen and (max-width: 600px) {
  .cc-cat-nav-acc-start {
    justify-content: flex-start !important;
  }
}

.acc-cat-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.acc-cat-nav button {
  background: transparent;
  border: 0;
  color: #606060;
}
.acc-cat-nav button::after {
  opacity: 0;
}
.acc-cat-nav button:hover {
  color: #000 !important;
}
.acc-cat-nav button.active {
  color: #000 !important;
}
.acc-cat-nav button.active::after {
  opacity: 1;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-cat-nav {
    width: 50%;
    margin: auto !important;
  }
}

.exp-loading {
  position: relative;
}
.exp-loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.52);
  z-index: -1;
  opacity: 0;
}

.exp-loading.pending::after {
  z-index: 9;
  opacity: 1;
}

.watch-full {
  text-align: center;
  position: absolute;
}
@media (min-width: 1025px) {
  .watch-full {
    bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .watch-full {
    bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .watch-full {
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .watch-full {
    bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .watch-full {
    right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .watch-full {
    right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .watch-full {
    right: 15px;
  }
}
@media (max-width: 600px) {
  .watch-full {
    right: 15px;
  }
}

.amneties-ul {
  list-style: none;
  padding: 0;
}
.amneties-ul li {
  text-align: left !important;
  position: relative;
}
@media (min-width: 1025px) {
  .amneties-ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .amneties-ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .amneties-ul li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-ul li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .amneties-ul li {
    padding-bottom: 15px;
  }
}
.amneties-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .amneties-ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li::before {
    height: 5px;
  }
}
@media (max-width: 600px) {
  .amneties-ul li::before {
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .amneties-ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li::before {
    width: 5px;
  }
}
@media (max-width: 600px) {
  .amneties-ul li::before {
    width: 5px;
  }
}
@media (min-width: 1025px) {
  .amneties-ul li::before {
    top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .amneties-ul li::before {
    top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .amneties-ul li::before {
    top: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul li {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .amneties-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tbale-div-dining td {
  color: #606060;
  vertical-align: top;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  .tbale-div-dining td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining td {
    font-size: 1.1979166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .tbale-div-dining td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining td {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining td {
    line-height: 28px;
  }
}
.tbale-div-dining tr {
  border-bottom: 1px solid #e1e1e1;
}
.tbale-div-dining tr td:first-child {
  font-family: "Lato", sans-serif !important;
}
@media (min-width: 1025px) {
  .tbale-div-dining tr td:first-child {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining tr td:first-child {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining tr td:first-child {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining tr td:first-child {
    padding-right: 15px;
  }
}
.tbale-div-dining tr:last-child {
  border: 0 !important;
}
.tbale-div-dining .op-wrap {
  border-right: 1px solid #cfcfcf;
  background: #f7f7f7;
}
@media (min-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining .op-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining .op-wrap {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining .op-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining .op-wrap {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining .op-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining .op-wrap {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .tbale-div-dining .op-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tbale-div-dining .op-wrap {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .tbale-div-dining .op-wrap {
    padding-bottom: 15px;
  }
}
.tbale-div-dining .op-wrap:last-child {
  border: 0 !important;
}

.height-max-img {
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .height-max-img {
    height: 36.4583333333vw !important;
  }
}

@media (min-width: 1025px) {
  .acc-box__details-icons {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons {
    padding-bottom: 10px;
  }
}
.acc-box__details-icons .acc-box__details-icons-box {
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    padding-right: 5px;
  }
}
.acc-box__details-icons .acc-box__details-icons-box svg,
.acc-box__details-icons .acc-box__details-icons-box img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .acc-box__details-icons-box svg,
  .acc-box__details-icons .acc-box__details-icons-box img {
    width: 30px;
  }
}
.acc-box__details-icons .acc-box__details-icons-box div {
  width: calc(100% - 2.34375vw);
}
@media (min-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .acc-box__details-icons-box div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box div {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .acc-box__details-icons-box div {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-icons .acc-box__details-icons-box {
    flex-direction: column;
    text-align: center;
    width: 33%;
    justify-content: flex-start;
    align-items: center;
  }
  .acc-box__details-icons .acc-box__details-icons-box img,
  .acc-box__details-icons .acc-box__details-icons-box svg {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  .acc-box__details-icons .acc-box__details-icons-box .paragraph--20-same {
    font-size: 14px !important;
    line-height: 17px !important;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-icons .paragraph--18-same {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-icons .paragraph--18-same {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-icons .paragraph--18-same {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-icons .paragraph--18-same {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-width--50 {
    width: 50% !important;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=acc.module.min.css.map */
