/* general rule */

.loyalty-body {
    overflow-x: hidden;
    font-family: Helvetica;
}

.loyalty-body #custom-slider .slick-slide {
    height: auto;
}

.loyalty-body input,
.loyalty-body select.form-control,
.loyalty-body button {
    height: 45px;
    border-radius: 0px;
}

.loyalty-body input:focus,
.loyalty-body select.form-control:focus,
.loyalty-body button:focus {
    box-shadow: initial;
}

.loyalty-body .remove-border {
    border: none;
}

.loyalty-body button {
    border: initial;
    border-color: transparent;
}

.loyalty-body button:hover {
    border: 1px solid #0d325e;
}

.loyalty-body .close:hover {
    outline: none;
    box-shadow: initial;
    border: none;
}

.loyalty-body a {
    cursor: pointer;
    text-decoration: initial;
}

.loyalty-body a:hover {
    text-decoration: initial;
}

.loyalty-body .pd-bt-headline {
    padding-bottom: 60px !important;
}

.loyalty-body .form-height {
    height: 52px !important;
}

.loyalty-body .submit-button {
    background: #0d325e;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2.8px;
    font-size: 18px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 45px;
}

.loyalty-body .submit-button:hover {
    border-color: #0d325e;
    color: #4a4a4a;
    background: #fff;
}

.loyalty-body .div-footer-branch {
    border: solid 2px #0d325e;
}

.loyalty-body .input-group-text {
    border-radius: 0px;
}

.loyalty-body label {
    font-size: 15px;
}

@media only screen and (min-width: 1600px) {
    .loyalty-body .content-padding-rule {
        padding: 50px 210px 50px 210px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
    .loyalty-body .content-padding-rule {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .loyalty-body .content-padding-rule {
        padding: 15px 60px 15px 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .loyalty-body .content-padding-rule {
        padding: 60px 20px 60px 20px;
    }
}

@media only screen and (min-width: 1600px) {
    .loyalty-body .content-padding-rule-horizontal {
        padding: 0 210px 0 210px;
        margin-top: 210px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
    .loyalty-body .content-padding-rule-horizontal {
        padding: 0 60px 0 60px;
        margin-top: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .loyalty-body .content-padding-rule-horizontal {
        padding: 0 60px 0 60px;
        margin-top: 210px;
    }
}

@media only screen and (max-width: 767.98px) {
    .loyalty-body .content-padding-rule-horizontal {
        padding: 0 20px 0 20px;
        margin-top: 210px;
    }
}

.loyalty-body .menu-text {
    font-size: 24px;
}

.loyalty-body .datepicker {
    border-radius: 0px;
    font-size: 15px;
}

.loyalty-body .datepicker .datepicker__month-day--selected,
.loyalty-body .datepicker .datepicker__month-day--hovering {
    background: rgba(13, 50, 94, 0.2);
}

.loyalty-body .datepicker .datepicker__month-day--first-day-selected,
.loyalty-body .datepicker .datepicker__month-day--last-day-selected {
    background: #0d325e;
    color: #fff !important;
}

.loyalty-body .datepicker .datepicker__close-button {
    font-size: 12px;
    font-weight: 300;
    background: #0d325e;
    border-radius: 0px;
    height: initial;
}

.loyalty-body .datepicker .datepicker__month-day {
    color: #4a4a4a;
    font-size: 14px;
}

.loyalty-body .datepicker .datepicker__month-day--invalid {
    color: #9b9b9b;
}

.loyalty-body .datepicker .datepicker__month-button {
    border-radius: 0px;
    color: transparent;
    background: transparent;
}

.loyalty-body .datepicker .datepicker__month-button--prev {
    font-family: Font Awesome\ 5 Free;
}

.loyalty-body .datepicker .datepicker__month-button--prev::before {
    color: #4a4a4a;
    content: "\f053";
}

.loyalty-body .datepicker .datepicker__month-button--next {
    font-family: Font Awesome\ 5 Free;
}

.loyalty-body .datepicker .datepicker__month-button--next::before {
    color: #4a4a4a;
    content: "\f054";
}

.loyalty-body .datepicker .datepicker__month-day--today {
    color: #fff;
}

.loyalty-body .input-group-decrease-increase .form-control {
    border-left: 0px;
    border-right: 0px;
    padding: 0;
    box-shadow: initial;
    text-align: center;
}

.loyalty-body .input-group-decrease-increase .form-control:focus {
    box-shadow: initial;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.loyalty-body .input-group-decrease-increase .input-group-text {
    border-radius: initial;
    background: #fff;
    user-select: none;
}

.loyalty-body .input-group-decrease-increase i {
    cursor: pointer;
}

.loyalty-body .custom-slider-group img {
    width: 150px;
    height: auto;
    margin: auto;
}

.loyalty-body .custom-slider-group .custom-slider .prev-icon {
    color: #0d325e;
    margin-left: -48px;
    top: calc( 50% - 24px);
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
}

.loyalty-body .custom-slider-group .custom-slider .prev-icon i {
    font-size: 48px;
}

.loyalty-body .custom-slider-group .custom-slider .next-icon {
    color: #0d325e;
    right: -100px;
    top: calc( 50% - 24px);
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
}

.loyalty-body .custom-slider-group .custom-slider .next-icon i {
    font-size: 48px;
}

.loyalty-body .custom-slider-group .custom-slider .slick-disabled i {
    color: #9b9b9b;
}

.loyalty-body .custom-slider .prev-icon {
    top: calc( 50% - 24px);
    font-size: 0;
    margin-left: -48px;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
}

.loyalty-body .custom-slider .next-icon {
    right: -48px;
    top: calc( 50% - 24px);
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
}

/* header  */

.loyalty-body {
    /* MENU section */
}

@media screen and (max-width: 960px) {
    .loyalty-body .loyalty-header .loyalty-menu {
        display: none;
    }
}

.loyalty-body .loyalty-header .loyalty-brand {
    position: relative;
    text-align: center;
    height: 100px;
}

.loyalty-body .loyalty-header .loyalty-brand img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -83.5px;
    width: 167px;
    height: 60px;
}

.loyalty-body .loyalty-header .loyalty-menu {
    position: relative;
    color: #fff;
    padding-top: 80px;
}

.loyalty-body .loyalty-header .loyalty-menu .loyalty-banner {
    position: relative;
    width: 100%;
    padding-bottom: 36.5%;
    overflow: hidden;
}

.loyalty-body .loyalty-header .loyalty-menu .loyalty-banner img {
    position: absolute;
    width: 100%;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner {
    position: absolute;
    width: 100%;
    bottom: 20%;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .content-search-banner {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 30px 15px 30px 15px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .content-search-banner .sign-up-instant{
    margin-left: auto;
    margin-right: 15px;
    margin-top: -3px
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .datepicker-group .form-control {
    background: transparent;
    cursor: pointer;
    color: #fff;
    border-right: 0px;
    padding: 5px;
    text-align: center;
    box-shadow: initial;
    outline: none;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .datepicker-group .form-control:focus {
    box-shadow: initial;
    outline: none;
    border-color: #ced4da;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .datepicker-group .input-group-text {
    background: transparent;
    padding: .375rem .75rem .375rem 0;
    border-left: 0px;
    cursor: pointer;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .datepicker-group .input-group-text i {
    color: #fff;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-room {
    position: absolute;
    z-index: 6;
    background: #fff;
    color: #4a4a4a;
    padding: 15px 15px 15px 15px;
    width: 300px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-room label {
    line-height: 50px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-room select.form-control {
    height: 45px;
    border-radius: 0px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-room .children-data {
    padding-top: 15px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special {
    position: absolute;
    z-index: 6;
    background: #fff;
    color: #4a4a4a;
    padding: 15px 15px 0px 15px;
    width: 280px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special label {
    line-height: 50px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special select.form-control {
    height: 52px;
    border-radius: 0px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special .row {
    padding-bottom: 5px;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special .button-group .clear {
    text-align: center;
    color: #0070f3;
    cursor: pointer;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-special .button-group button {
    width: 100%;
    height: 52px;
    background: #0d325e;
    border: none;
    border-radius: 0px;
    font-weight: 300;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-button-group {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    height: 45px;
    padding-bottom: 72px;
    height: 100%;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-button-group .loyalty-search-button {
    position: absolute;
    bottom: 0px;
    height: 45px;
    width: 100%;
    background: #0d325e;
    border: none;
    border-radius: 0px;
    font-weight: 300;
}

.loyalty-body .loyalty-header .loyalty-menu .search-banner .loyalty-search-button-group .loyalty-search-button:hover {
    color: #4a4a4a;
    background: #fff;
    border: 1px solid #0d325e;
}

.loyalty-body .loyalty-header .loyalty-with-us {
    background: #0d325e;
    padding-top: 35px;
    padding-bottom: 35px;
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-subheadline {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0px 0 40px 0;
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group {
        max-width: 650px;
        margin: 0 auto;
        border: none;
    }
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item {
    display: inline-block;
    min-width: 165px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    /* border-right: 1px solid; */
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item {
        border: none;
    }
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item:last-child {
    border-right: 0px;
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item span {
    cursor: pointer;
}

.loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item img {
    display: block;
    margin: auto;
    cursor: pointer;
    height: 47px;
    padding-bottom: 15px;
}

/* footer  */

.loyalty-body {
    /* MENU section */
}

.loyalty-body .loyalty-footer .loyalty-registration-now {
    background: #0d325e;
    padding: 50px 0px 50px 0px;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now div {
    margin: auto;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .text-head-line {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2.5px;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .text-summary {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .joinnow-button {
    width: 100%;
    min-width: 120px;
    font-size: 15px;
    background: #fff;
    color: #4a4a4a;
    letter-spacing: 2.8px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .joinnow-button.disabled{
    background: #e4e4e4;
    color: grey;
    cursor: not-allowed;
    border: #e4e4e4;
}

.loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .joinnow-button:hover {
  background: #e4e4e4;
}

.loyalty-body .loyalty-footer .loyalty-earn-points {
    padding: 35px 0px 35px 0px;
    text-align: center;
}

.loyalty-body .loyalty-footer .loyalty-earn-points .text-head-line {
    font-size: 24px;
    line-height: 30px;
    color: #0d325e;
    margin-bottom: 16px
}

.loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group {
    text-align: center;
}

@media screen and (max-width: 661px) {
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group {
        max-width: 420px;
        margin: 0 auto;
    }
}

.loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item {
    display: inline-block;
    min-width: 165px;
    text-align: center;
    color: #0d325e;
    font-size: 14px;
    font-weight: 300;
    border-right: 1px solid #9b9b9b;
}

@media screen and (max-width: 1024px) {
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item {
        min-width: 140px;
    }
}

@media screen and (max-width: 661px) {
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item {
        border: none;
    }
}

.loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item:last-child {
    border-right: 0px;
}

.loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item span {
    cursor: pointer;
}

.loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item img {
    display: block;
    width: auto;
    height: 47px;
    margin: auto;
    cursor: pointer;
    padding-bottom: 0px;
}

.loyalty-body .loyalty-footer .bottom-menu-group {
    padding: 50px 0px 50px 0px;
    background: #f2f3f4;
}

.loyalty-body .loyalty-footer .bottom-menu-group .text-head-line {
    font-size: 30px;
    line-height: 30px;
    color: #0d325e;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon {
    padding-bottom: 0px;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-headline {
    font-size: 18px;
    font-weight: bold;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-item-icon-secure,
.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-item-icon-store {
    text-align: center;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-secure {
    width: 186px;
    height: 104px;
    margin: auto;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-secure img {
    width: 186px;
    /* height: 104px; */
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-store {
    /* width: 172px;
    height: 60px;
    margin-bottom: 15px; */
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-store img {
    width: 49%;
    max-width: 172px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-store {
        margin-top: 55px;
        margin-left: 0px;
    }
}
@media (max-width: 767px) {
  .loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-store {
      margin-top: 20px;
      margin-left: 0px;
  }
  .loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-icon .icon-item-icon-store{
    margin-top: 20px;
  }
  .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item span{
      display: none;
  }

}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group {
    text-align: center;
    background: #0d325e;
    padding: 15px 0 0 0;
    display: none;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item {
    display: inline-block;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    border-right: 1px solid #9b9b9b;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item a {
    color: #fff;
    font-weight: 300;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item a:hover {
    text-decoration: initial;
}

@media screen and (max-width: 942px) {
    .loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item {
        border-right: 0px;
    }
}

@media screen and (max-width: 576px) {
    .loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item {
        display: block;
        width: 100%;
        border-right: 0px;
    }
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item:last-child {
    border-right: 0px;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item span {
    cursor: pointer;
}

.loyalty-body .loyalty-footer .bottom-menu-group .bottom-menu-item-group .bottom-menu-item img {
    display: block;
    width: 78px;
    height: 78px;
    margin: auto;
    cursor: pointer;
    padding-bottom: 15px;
}

/**/

.loyalty-body .loyalty-content .loyalty-menu-slider {
    margin-left: -15px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .prev-icon {
    margin-left: -90px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item {
    padding-left: 15px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-content {
    background: #f2f3f4;
    position: relative;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-headline {
    text-align: center;
    padding: 30px 30px 15px 30px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image-group {
    
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image-group2 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image {
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image img {
    width: 140px;
    height: auto;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image-2 {
    position: relative;
    margin: 0 auto;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-image-2 img {
    width: initial;
    height: initial;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-description {
    padding: 0 30px 0;
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
    padding-bottom: 100px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-button-group {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-button-group button {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 45px;
    background: #0d325e;
    color: #fff;
    min-width: 140px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    font-weight: 300;
    border-radius: 5px;
}

.loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-button-group button:hover {
    color: #4a4a4a;
    background: #fff;
    border: 1px solid #0d325e;
}

/**/

.loyalty-body .contact-us-container {
    background: #f2f3f4;
}

.loyalty-body .contact-us-container .max-width-1360 {
    max-width: 1380px;
}

.loyalty-body .contact-us-container .contact-us-content {
    margin: 0 auto;
}

.loyalty-body .contact-us-container .contact-us-content .head-line {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding-top: 50px;
    padding-bottom: 15px;
    color: #0d325e;
    width: 100%;
}

.loyalty-body .contact-us-container .contact-us-content .summary {
    width: 100%;
    padding-bottom: 15px;
    font-size: 15px;
    text-align: center;
}

.loyalty-body .contact-us-container .contact-us-content .summary:first-child {
    padding-bottom: 60px;
}

.loyalty-body .contact-us-container .contact-us-content .contact-button-group {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 50px;
}

.loyalty-body .contact-us-container .contact-us-content .contact-button-group button {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 400;
    padding-left: 45px;
    padding-right: 45px;
    height: 45px;
    border-radius: 5px;
}

.loyalty-body .contact-us-container .contact-us-content .contact-button-group button:hover {
    background: #fff;
    color: #0d325e;
    border-color: #0d325e;
}

.loyalty-body #accordion .card {
    border: none;
}

.loyalty-body #accordion .card .card-header {
    border-radius: 0px;
    border: none;
    background: #f2f3f4;
    margin-bottom: 15px;
}

.loyalty-body #accordion .card .card-header .card-header-group {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 15px;
    margin-top: 15px;
}

.loyalty-body #accordion .card .card-header .card-header-group .card-header-number {
    width: 20px;
}

.loyalty-body #accordion .card .card-header .card-header-group .card-header-text {
    width: calc(100% - 70px);
}

.loyalty-body #accordion .card .card-header .card-header-group .card-header-icon {
    width: 50px;
    min-height: 50px;
    position: relative;
    user-select: none;
}

.loyalty-body #accordion .card .card-header .card-header-group .card-header-icon i {
    background: #0d325e;
    right: 0px !important;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    right: 15px;
    position: absolute;
}
.loyalty-body #accordion .card .card-header .card-header-group .card-header-icon.active .icon-up{
    display: none;
}

.loyalty-body #accordion .card .card-body {
    padding: 30px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin: 0 0 15px 0;
}

.loyalty-body #accordion .contact-button-group {
    text-align: center;
    padding-top: 40px;
}

.loyalty-body #accordion .contact-button-group .contact-button {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 45px;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    letter-spacing: 2.8px;
    background: #0d325e;
    font-size: 18px;
    border-radius: 5px;
}

.loyalty-body #accordion .contact-button-group .contact-button:hover {
    background: #fff;
    color: #0d325e;
    border-color: #0d325e;
}

.loyalty-body #accordion .contact-button-group .contact-button:focus {
    outline: none;
}

.loyalty-body .benefit-container {
    background: #f2f3f4;
}

.loyalty-body .benefit-summary {
    text-align: center;
    padding: 50px 0 50px 0;
    font-size: 24px;
    color: #4a4a4a;
}

.loyalty-body .benefit-content {
    padding-bottom: 50px;
}

.loyalty-body .benefit-content #benefit-slider {
    width: 200px;
    margin: 0 auto;
    display: none;
    padding-bottom: 15px;
}

.loyalty-body .benefit-content #benefit-slider .prev-icon,
.loyalty-body .benefit-content #benefit-slider .next-icon {
    top: 50%;
}

.loyalty-body .benefit-content #benefit-slider .slick-list .card-name {
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    padding-bottom: 15px;
}

.loyalty-body .benefit-content #benefit-slider .slick-list img {
    margin: 0 auto;
}

.div-term-of-conditions{
    padding-bottom: 30px;
}

.div-term-of-conditions .title{
    font-size: 36px;
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.loyalty-body .div-term-of-conditions#accordion .card{
    background: #f2f3f4;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header{
    margin-bottom: 0;
    padding-bottom: 0;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-number{
    font-weight: bold;
    font-size: 16px;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-text{
    font-size: 16px;
    font-weight: bold;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-icon{
    width: 36px;
    min-height: 36px;
}
.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-icon.active .icon-up{
    display: none;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-body{
    background: #f2f3f4;
    margin-bottom: 0;
    padding: 0px 30px 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-top: none;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-body ul{
    padding-left: 0;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-icon i{
    background: #f2f3f4;
    color: black;
}

.loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-number {
    width: 27px;
}

.loyalty-content .qna .head-line{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    color: #0d325e;
    width: 100%;
}

@media(max-width:767px){
    .loyalty-content .qna .head-line{
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
        color: #0d325e;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .loyalty-body .benefit-content #benefit-slider {
        display: block;
    }
}

.loyalty-body .benefit-content table thead th {
    border: none;
    font-size: 18px;
    color: #4a4a4a;
}

.loyalty-body .benefit-content table tbody>tr:nth-of-type(odd) {
    background-color: #d8d8d8;
}

.loyalty-body .benefit-content table tbody>tr>td {
    padding: 30px;
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .loyalty-body .benefit-content table #benefit-slider {
        display: block;
    }
    .loyalty-body .benefit-content table td,
    .loyalty-body .benefit-content table th {
        display: none;
    }
    .loyalty-body .benefit-content table td:nth-child(1) {
        display: block;
        width: 100% !important;
        padding: 15px 0 15px 15px;
    }
    .loyalty-body .benefit-content table tbody.isCard1 tr {
        display: none;
    }
    .loyalty-body .benefit-content table tbody.isCard1 tr.isCard1 {
        display: block !important;
    }
    .loyalty-body .benefit-content table tbody.isCard2 {
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .loyalty-body .benefit-content table tbody.isCard2 tr {
        display: none;
    }
    .loyalty-body .benefit-content table tbody.isCard2 tr.isCard2 {
        display: block !important;
    }
    .loyalty-body .benefit-content table tbody.isCard2 {
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .loyalty-body .benefit-content table tbody.isCard2 tr {
        display: none;
    }
    .loyalty-body .benefit-content table tbody.isCard2 td.isCard2 {
        display: block;
    }
}

.loyalty-body .benefit-content table .card-point {
    text-align: center;
    width: 160px;
    padding-bottom: 15px;
}

.loyalty-body .benefit-content table .card-point img {
    margin-top: 15px;
    width: 100px;
    height: 66.1px;
}

.loyalty-body .benefit-content table .icon-point .yellow-icon {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-color: #f5a623;
    border-radius: 50%;
}

.loyalty-body .benefit-content table .icon-point .violet-icon {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-color: #9815a3;
    border-radius: 50%;
}

.loyalty-body .benefit-content table .icon-point .black-icon {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-color: #4a4a4a;
    border-radius: 50%;
}

.loyalty-body .loyalty-content .become-a-member {
    font-size: 15px;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    color: #0d325e;
}

.loyalty-body .loyalty-content .become-a-member .head-line {
    padding-top: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 40px;
}

.loyalty-body .loyalty-content .become-a-member .text {
    padding-bottom: 15px;
}

.loyalty-body .loyalty-content .become-a-member .text:last-child {
    padding-bottom: 50px;
}

.loyalty-body .loyalty-content .card-list {
    background: #f2f3f4;
}

.loyalty-body .loyalty-content .card-list .head-line {
    font-size: 18px;
    color: #4a4a4a;
    padding-top: 50px;
}

@media screen and (max-width: 576px) {
    .loyalty-body .loyalty-content .card-list .head-line {
        display: none;
    }
}

.loyalty-body .loyalty-content .card-list .img-group {
    padding-top: 30px;
    width: 100%;
    display: flex;
}

.loyalty-body .loyalty-content .card-list .img-group:last-child {
    padding-bottom: 50px;
}

@media screen and (max-width: 576px) {
    .loyalty-body .loyalty-content .card-list .img-group {
        display: block;
        text-align: center;
    }
}

.loyalty-body .loyalty-content .card-list .img-group a {
    color: #0070f3;
    cursor: pointer;
}

.loyalty-body .loyalty-content .card-list .img-group .image-card{
    width: 180px;
    height: 119px;
}
.loyalty-body .loyalty-content .card-list .img-group .image-card img{
    width: 100%;
}

.loyalty-body .loyalty-content .card-list .img-group .text-group {
    padding-left: 30px;
    width: calc(100% - 180px);
}

@media screen and (max-width: 576px) {
    .loyalty-body .loyalty-content .card-list .img-group .text-group {
        padding-left: 0;
    }
}

.loyalty-body .loyalty-content .card-list .img-group .text-group .text {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 577px) {
    .loyalty-body .loyalty-content .card-list .img-group .text-group .text {
        padding-top: 0;
    }
}

.loyalty-body .loyalty-content .card-list .img-group .text-group .description {
    font-size: 15px;
}

.loyalty-body .loyalty-content .image-hotels-group .head-line {
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    line-height: 24px;
    /* font-weight: bold; */
    padding-bottom: 50px;
    color: #4a4a4a;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels {
    display: flex;
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels {
        display: block;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption {
    position: absolute;
    color: #fff;
    padding-left: 15px;
    width: 100%;
    bottom: 0;
    padding-top: 10%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption {
        padding-top: 30px;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption .caption-headline {
    font-size: 20px;
    line-height: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption .caption-description,
.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption .see-more {
    padding-bottom: 15px;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption a {
    color: none !important;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption .see-more {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* height: 45px; */
    padding: 0;
    width: 140px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption .see-more:hover {
    background: #0d325e;
    border-color: #0d325e;
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .large-image {
    position: relative;
    width: 60%;
    padding-bottom: 42.08%;
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .large-image {
        width: 100%;
        padding-bottom: initial;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .large-image img {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .large-image img {
        position: relative;
        height: auto;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group {
    width: 40%;
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group {
        width: 100%;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image {
    position: relative;
    margin-left: 15px;
    padding-bottom: calc(57.58% - 15px);
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image {
        padding-top: 30px;
        padding-bottom: initial;
        margin-left: initial;
    }
}

@media screen and (min-width: 993px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image:first-child {
        margin-bottom: 15px;
    }
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image:last-child {
        margin-top: 15px;
    }
}

.loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image img {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .two-image-group .two-image img {
        position: relative;
        height: auto;
    }
}

.loyalty-body #loyalty-popup .modal-dialog {
    max-width: 600px;
    top: 100px;
}

.loyalty-body #loyalty-popup .close {
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    margin-bottom: 5%;
    color: #4a4a4a;
    opacity: 1;
}

.loyalty-body #loyalty-popup .close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.loyalty-body #loyalty-popup .text {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
    color: #4a4a4a;
}

.loyalty-body #loyalty-popup .textarea {
    color: #4a4a4a;
    padding-left: 10%;
    padding-right: 10%;
}

.loyalty-body #loyalty-popup .textarea textarea {
    outline: none;
    resize: none;
    box-shadow: initial;
}

.loyalty-body #loyalty-popup .textarea textarea:hover {
    outline: none;
    box-shadow: initial;
}

.loyalty-body #loyalty-popup .send-button-group {
    padding-top: 40px;
    padding-bottom: 40px;
}

.loyalty-body #loyalty-popup .send-button-group button {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #0d325e;
    color: #fff;
    font-size: 18px;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 45px;
    border-radius: 5px;
}

.loyalty-body #loyalty-popup .send-button-group button:hover {
    background: #fff;
    color: #0d325e;
    border-color: #0d325e;
}

.loyalty-body #request-popup .modal-dialog {
    max-width: 550px;
    top: 100px;
}

.loyalty-body #request-popup .close {
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    margin-bottom: 5%;
    color: #4a4a4a;
    opacity: 1;
}

.loyalty-body #request-popup .close:focus {
    outline: none;
    box-shadow: none;
}

.loyalty-body #request-popup .container {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 767px) {
    .loyalty-body #request-popup .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .loyalty-body .loyalty-content .card-list .img-group .image-card{
        margin: auto;
    }
    .loyalty-body .loyalty-content .card-list .img-group .text-group{
        width: 100%;
    }
    .loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .text-head-line{
        font-size: 24px;
        font-weight: 28px;
    }
    .loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-summary{
        font-size: 15px;
        text-align: justify;
    }
    .loyalty-body .loyalty-burn-containner .loyalty-burn-content .point-description{
        padding-left: 0;
    }
    .loyalty-body .loyalty-burn-containner .loyalty-burn-content .point-description ul{
        padding: 0;
    }
    .loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-button{
        margin-left: 0;
    }
    .benefit-content .slick-slide{
        height: auto;
    }
    .div-term-of-conditions .title{
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .loyalty-body .div-term-of-conditions#accordion .card .card-body{
        margin-left: 10px;
        margin-right: 10px;
    }
    .loyalty-body .loyalty-footer .loyalty-registration-now .content-registration-now .joinnow-button{
        width: auto;
        min-width: auto;
        padding: 10px 30px;
    }
    .loyalty-body .hotel-waiting-sec.content-padding-rule-horizontal{
        padding: 0;
    }
    .loyalty-body .loyalty-content .image-hotels-group .image-hotels .caption{
        padding-left: 20px;
        padding-right: 20px;
    }
    .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item{
        margin-bottom: 15px;
    }
    .loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item .slider-description{
        text-align: left;
        padding-left: 50px;
        padding-right: 30px;
    }
    .loyalty-body .loyalty-content .become-a-member .text:last-child{
        text-align: left;
    }
    .loyalty-body .loyalty-content .card-list .img-group .text-group .description{
        text-align: left;
    }
    .sign-up-instant{
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .contact-us-container .container{
        padding: 0;
    }

    .contact-us-container .div-term-of-conditions .card-header{
        padding: 0;
    }
    .loyalty-body .div-term-of-conditions#accordion .card .card-header .card-header-group .card-header-icon{
        margin-top: -7px;
    }
    .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item{
        min-width: 60px;
    }
    .loyalty-body .loyalty-header .loyalty-with-us .with-us-item-group .with-us-item img{
        height: 30px;
        padding-bottom: 0;
    }
    .loyalty-body .loyalty-content .card-list .img-group .image-card{
        width: 100%;
        height: auto;
    }
    .loyalty-body .loyalty-content .card-list .img-group .image-card img{
        width: 80%;
    }
    .loyalty-body .loyalty-content .card-list .img-group .text-group{
        margin-top: 20px;
    }
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item{
        margin-bottom: 0;
    }
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item span{
        display: none;
    }
    .loyalty-body .loyalty-footer .loyalty-earn-points .earn-points-item-group .earn-points-item{
        min-width: 100px;
    }
    .loyalty-body .loyal-carou .content-padding-rule{
        padding-left: 0;
        padding-right: 0;
    }
    .loyalty-body .loyalty-content .loyalty-menu-slider .loyalty-menu-slider-item{
        padding-left: 0;
    }
    .loyalty-body .custom-slider-group .custom-slider .prev-icon img,.loyalty-body .custom-slider-group .custom-slider .next-icon img{
        width: 80px;
        height: auto;
    }
    .loyalty-body .loyalty-content .loyalty-menu-slider .prev-icon{
        margin-left: -15px;
        left: 0px;
        z-index: 1;
    }
    .loyalty-body .custom-slider-group .custom-slider .next-icon{
        right: -25px;
    }
    .loyalty-body .loyalty-content .loyalty-menu-slider{
        overflow: hidden;
    }
}

.loyalty-body .form-control.error{
    border: 1px solid red;
}

.loyalty-body #request-popup .head-line {
    font-size: 30px;
    padding-bottom: 30px;
    color: #9815a3;
}

.loyalty-body #request-popup .label-input-text {
    padding-top: 15px;
}

@media screen and (max-width: 408px) {
    .loyalty-body #request-popup .label-input-text {
        padding-top: 0;
    }
}

.loyalty-body #request-popup input {
    height: 52px;
}

.loyalty-body #request-popup .send-button-group {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.loyalty-body #request-popup .send-button-group button {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #0d325e;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}

.loyalty-body #request-popup .send-button-group button:hover {
    background: #fff;
    color: #0d325e;
    border-color: #0d325e;
}

.loyalty-body .loyalty-burn-containner {
    background: #f2f3f4;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-row {
    padding-bottom: 50px;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content a {
    color: #0070f3;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-button {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 45px;
    background: #0d325e;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-button:focus {
    box-shadow: initial;
    outline: none;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-button:hover {
    color: #4a4a4a;
    background: #fff;
    border: 1px solid #0d325e;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-button.disabled{
    background: #e4e4e4;
    border: #e4e4e4;
    color: grey;
    pointer-events: not-allowed;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-summary {
    text-align: center;
    padding: 50px 0 50px 0;
    font-size: 20px;
    line-height: 24px;
    color: #4a4a4a;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-title {
    padding: 0 0 60px 0;
    font-size: 24px;
    color: #4a4a4a;
}



@media screen and (max-width: 991px) {
    .loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-title {
        padding: 15px 0 30px 0;
    }
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .point-description {
    position: relative;
    padding-left: 15px;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .point-description i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 8px;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-description {
    font-size: 15px;
    color: #4a4a4a;
    padding-bottom: 15px;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-image {
    position: relative;
    width: 100%;
    padding-bottom: 62.36%;
}

.loyalty-body .loyalty-burn-containner .loyalty-burn-content .burn-image img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loyalty-body .a-ja, .loyalty-body .a-ko, .loyalty-body .a-zh-hans, .loyalty-body .a-ru{
    display: none !important;
}

.central-branch .loyalty-body .div-footer-branch{
    border: solid 2px #b16532;
}

.liberty-hotel .loyalty-body .div-footer-branch{
    border: solid 2px #14a652;
}

.odyssea .loyalty-body .div-footer-branch{
    border: solid 2px #9815a3
}