@media only screen and (max-width: 991px) {
  .navbar .logo {
    margin-left: 15px;
  }
  .navbar-light .navbar-toggler {
    margin-right: 15px;
  }
  .wrapper {
    height: calc(100% - 65px);
  }
  .title {
    font-size: 30px;
  }
  .section.section-queuing {
    display: block;
    overflow-x: visible;
  }
  .section-queuing .title-wrapper {
    width: calc(100% - 30px);
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-queuing .title-wrapper .title {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 36px;
  }
  .section {
    max-width: 320px;
    overflow-x: hidden;
  }
  .section-queuing .map-wrapper {
    width: 320px;
    min-height: 600px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .map-wrapper .map-image {
    left: -200px;
  }
  .map-wrapper .service-icon.mobile-frame {
    width: 135px;
    height: 254px;
    top: 300px;
    left: 95px;
    /* left:0;
    right:0;
    margin-left: auto;
    margin-right: auto; */
  }
  .map-wrapper .service-icon.ticket {
    width: 79px;
    height: 79px;
    top: 295px;
    left: 15px;
  }
  .map-wrapper .service-icon.coupon {
    width: 39px;
    height: 39px;
    top: 425px;
    left: 15px;
  }
  .map-wrapper .service-icon.shop {
    width: 57px;
    height: 57px;
    top: 360px;
    left: 205px;
  }
  .map-wrapper .service-icon.reservation {
    width: 35px;
    height: 35px;
    top: 305px;
    left: 275px;
  }
  .map-wrapper .service-icon.discount {
    width: 36px;
    height: 36px;
    top: 440px;
    left: 250px;
  }
  .map-wrapper .service-icon.food {
    width: 37px;
    height: 37px;
    top: 480px;
    left: 180px;
  }
  .map-wrapper .service-icon.check-in {
    width: 56px;
    height: 56px;
    top: 500px;
    left: 65px;
  }
  .map-wrapper .service-icon.logo {
    width: 55px;
    height: 55px;
    top: 390px;
    left: 135px;
  }
  .section-plan {
    padding-left: 15px;
    /* max-width: none; */
  }
  .plan-list {
    margin-top: 30px;
    overflow-x: auto;
  }
  .plan-list .plan {
    width: 70%;
    /* max-width: 220px; */
    padding: 15px;
    margin: 0px 12px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #ffffff;
    flex-shrink: 0;
  }
  .plan .name {
    font-size: 22px;
  }
  .plan .description {
    font-size: 14px;
  }
  .plan .currency {
    font-size: 14px;
  }
  .plan .price {
    font-size: 16px;
  }
  .showcase {
    margin-top: 30px !important;
  }
  .showcase .plan-wrapper .plan {
    font-size: 22px;
  }
  .showcase .name, .customization .name {
    margin-right: auto;
    font-size: 22px;
  }
  .section-showcases .row+.row {
    display: none;
  }
  .more-button {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    display: block;
    border: 1px solid #909090;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #909090;
  }
  .section.section-feedbacks {
    padding: 70px 15px 0px 15px;
    margin-bottom: 0px;
  }
  .section-feedbacks .title {
    text-align: center;
  }
  .section-feedbacks .feedback-list {
    padding: 35px 0px;
    display: block;
    overflow-x: visible;
  }
  .section-feedbacks .feedback-list .feedback .comma {
    width: 41px;
    height: 32px;
  }
  .feedback {
    width: 100%;
    padding: 20px 48px;
    margin-bottom: 40px;
  }
  .feedback .comma-top-left {
    top: -5px;
    left: -5px;
  }
  .feedback .comma-bottom-right {
    bottom: -5px;
    right: -5px;
  }
  .profile-pic {
    width: 52px;
    height: 52px;
  }
  .feedback .top .client-info {
    margin-left: 8px;
  }
  .feedback .top .name {
    font-size:14px;
  }
  .feedback .star-list img {
    width: 10px;
    height: 10px;
  }
  .feedback .comment {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .section-ad {
    padding: 0px 15px;
    display: block;
  }
  .section-ad .title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-ad .image {
    width: 100%;
  }
  .section-customization {
    padding: 50px 15px 0px 15px;
  }
  .section-customization .section-row {
    display: block;
  }
  .section-customization .section-row:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-customization .title-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-customization .section-row .title-wrapper .title {
    margin: 0px 0px 20px 0px;
    line-height: 36px;
  }
  .section-customization .section-row .customization {
    width: 100%;
  }
  .section-contact-us {
    display: block;
  }
  .section-contact-us .form {
    width: 100%;
    padding: 15px;
  }
  .section-contact-us .form .title {
    margin: 0px;
    font-size: 22px;
  }
  .section-contact-us .form {
    font-size: 14px;
  }
  .section-contact-us .form.left .submit {
    width: 100%;
  }
  .section-contact-us .form.right img {
    width: 40px;
    height: 40px;
  }
  .section-contact-us .form.right .social-media-button {
    width: 30px;
    height: 30px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  .footer {
    padding: 50px 15px 50px 15px;
  }
  .footer .section-logo {
    margin-bottom: 20px;
    display: block;
  }
  .footer .section-logo .logo {
    width: 50px;
    height: 50px;
  }
  .footer-column {
    font-size: 14px;
    margin-right: 50px;
  }
  .footer-link .text {
    margin-top: 10px;
  }
  .footer-column.right {
    display: none;
  }
  .copyright {
    padding: 20px 15px 15px 15px;
  }
  .copy-right-mobile {
    display: block;
    color: #909090;
  }
  .copy-right-mobile .lang-button {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
  }
  .copyright-content {
    font-size: 14px;
  }
  .copyright-content .lang-button {
    display: none;
  }
}