@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-plus-0 {
    margin: 0 !important;
  }

  .mt-xl-plus-0,
  .my-xl-plus-0 {
    margin-top: 0 !important;
  }

  .mr-xl-plus-0,
  .mx-xl-plus-0 {
    margin-right: 0 !important;
  }

  .mb-xl-plus-0,
  .my-xl-plus-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-plus-0,
  .mx-xl-plus-0 {
    margin-left: 0 !important;
  }

  .m-xl-plus-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-plus-1,
  .my-xl-plus-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-plus-1,
  .mx-xl-plus-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-plus-1,
  .my-xl-plus-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-plus-1,
  .mx-xl-plus-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-plus-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-plus-2,
  .my-xl-plus-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-plus-2,
  .mx-xl-plus-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-plus-2,
  .my-xl-plus-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-plus-2,
  .mx-xl-plus-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-plus-3 {
    margin: 1rem !important;
  }

  .mt-xl-plus-3,
  .my-xl-plus-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-plus-3,
  .mx-xl-plus-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-plus-3,
  .my-xl-plus-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-plus-3,
  .mx-xl-plus-3 {
    margin-left: 1rem !important;
  }

  .m-xl-plus-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-plus-4,
  .my-xl-plus-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-plus-4,
  .mx-xl-plus-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-plus-4,
  .my-xl-plus-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-plus-4,
  .mx-xl-plus-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-plus-5 {
    margin: 3rem !important;
  }

  .mt-xl-plus-5,
  .my-xl-plus-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-plus-5,
  .mx-xl-plus-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-plus-5,
  .my-xl-plus-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-plus-5,
  .mx-xl-plus-5 {
    margin-left: 3rem !important;
  }

  .p-xl-plus-0 {
    padding: 0 !important;
  }

  .pt-xl-plus-0,
  .py-xl-plus-0 {
    padding-top: 0 !important;
  }

  .pr-xl-plus-0,
  .px-xl-plus-0 {
    padding-right: 0 !important;
  }

  .pb-xl-plus-0,
  .py-xl-plus-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-plus-0,
  .px-xl-plus-0 {
    padding-left: 0 !important;
  }

  .p-xl-plus-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-plus-1,
  .py-xl-plus-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-plus-1,
  .px-xl-plus-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-plus-1,
  .py-xl-plus-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-plus-1,
  .px-xl-plus-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-plus-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-plus-2,
  .py-xl-plus-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-plus-2,
  .px-xl-plus-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-plus-2,
  .py-xl-plus-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-plus-2,
  .px-xl-plus-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-plus-3 {
    padding: 1rem !important;
  }

  .pt-xl-plus-3,
  .py-xl-plus-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-plus-3,
  .px-xl-plus-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-plus-3,
  .py-xl-plus-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-plus-3,
  .px-xl-plus-3 {
    padding-left: 1rem !important;
  }

  .p-xl-plus-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-plus-4,
  .py-xl-plus-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-plus-4,
  .px-xl-plus-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-plus-4,
  .py-xl-plus-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-plus-4,
  .px-xl-plus-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-plus-5 {
    padding: 3rem !important;
  }

  .pt-xl-plus-5,
  .py-xl-plus-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-plus-5,
  .px-xl-plus-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-plus-5,
  .py-xl-plus-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-plus-5,
  .px-xl-plus-5 {
    padding-left: 3rem !important;
  }

  .m-xl-plus-auto {
    margin: auto !important;
  }

  .mt-xl-plus-auto,
  .my-xl-plus-auto {
    margin-top: auto !important;
  }

  .mr-xl-plus-auto,
  .mx-xl-plus-auto {
    margin-right: auto !important;
  }

  .mb-xl-plus-auto,
  .my-xl-plus-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-plus-auto,
  .mx-xl-plus-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-0\@sm {
    margin-bottom: 0;
  }
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* set width to auto */

.w-auto,
.width-auto {
  width: auto;
}

/** Responsive helper class */

/* add border left on 768px - 1200px */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .border-left\@sm-xl {
    border-left: 1px solid #d7d7d7;
  }
}

/* add border left on >992px */

@media screen and (min-width: 992px) {
  .border-left\@lg {
    border-left: 1px solid #d7d7d7;
  }
}

.border-bottom-none {
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .h-p\@xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .title h2 {
    font-size: 20px;
    float: none !important;
  }

  .title a.btn,
  .title a.button-cta {
    font-size: 12px;
    max-width: 170px;
    padding: 10px;
    float: none !important;
  }
}

.title-with-button a,
.title-with-button button {
  max-width: 230px;
}

.m-top-nav .pull-right .apply-now,
.m-top-nav-placeholder .pull-right .apply-now {
  width: auto;
}

@media (min-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
}

/*
 * http://webdesignerwall.com/tutorials/css-elastic-videos
 * responsive Youtube embedded video player
 */

.r-vc {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.r-vc iframe,
.r-vc object,
.r-vc embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ANIMATION */

.fadein-left,
.fadein-right,
.fadein {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

@media only screen and (min-width: 768px) {
  .fadein-left {
    -webkit-animation: fadein-left 1.3s;
    animation: fadein-left 1.3s;
  }
}

@media only screen and (min-width: 768px) {
  .fadein-right {
    -webkit-animation: fadein-right 1.3s;
    animation: fadein-right 1.3s;
  }
}

@media only screen and (min-width: 768px) {
  .fadein {
    -webkit-animation: fadein 1.3s;
    animation: fadein 1.3s;
  }
}

@-webkit-keyframes fadein-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadein-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadein-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadein-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.no-float {
  float: none !important;
}

.form-cards,
.box-list,
.horizontal-scroll-container {
  overflow: hidden;
  margin: 0 -35px;
  padding: 0 35px;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bg-color-none {
  background-color: transparent !important;
}

/* generate background color classes */

.bg-color-maybank-yellow {
  background-color: #FFC600;
}

.color-maybank-yellow {
  color: #FFC600;
}

.bg-color-black {
  background-color: #373737;
}

.color-black {
  color: #373737;
}

.bg-color-g1,
.section.light-gray {
  background-color: #f7f7f7;
}

.color-g1 {
  color: #f7f7f7;
}

.bg-color-gray {
  background-color: rgba(23, 23, 23, 0.6);
}

.color-gray {
  color: rgba(23, 23, 23, 0.6);
}

.bg-color-ash {
  background-color: #e7e7e7;
}

.color-ash {
  color: #e7e7e7;
}

.bg-color-green {
  background-color: #389a6e;
}

.color-green {
  color: #389a6e;
}

.bg-color-g2-half,
.section.gray {
  background-color: #ededed;
}

.color-g2-half {
  color: #ededed;
}

.bg-color-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

@media (max-width: 768px) and (orientation: landscape) {
  .col-xs-6\@landscape {
    width: 50% !important;
  }
}

.compat-object-fit {
  background-size: cover;
}

/* make the travel cards item to become scroll horizontal on mobile */

.horizontal-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  .horizontal-scroll.hs-xl-up {
    white-space: initial;
  }
}

@media (min-width: 992px) {
  .horizontal-scroll.hs-lg-up {
    white-space: initial;
  }
}

.horizontal-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 30px;
  margin: 0 -45px;
}

.horizontal-scroll [class^="col"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .horizontal-scroll\@xs {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@xs [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) {
  .horizontal-scroll\@sm {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@sm [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-scroll\@md {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@md [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 1200px) {
  .horizontal-scroll\@lg {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@lg [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 991px) {
  .horizontal-scroll\@max-md {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@max-md [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 1199px) {
  .horizontal-scroll\@max-lg {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
  }

  .horizontal-scroll\@max-lg [class^="col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.full-dimension {
  width: 100%;
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

svg#i-close {
  -webkit-transition: .2s;
  transition: .2s;
  color: #9d9d9d;
}

svg#i-close:hover {
  color: #373737;
}

.svg-small {
  width: 20px;
}

.fancy-num {
  background-color: #FFC600;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  padding: .5rem;
  font-size: 1rem;
  position: relative;
  top: -5px;
  text-align: center;
  max-width: 40px;
  font-weight: 700;
}

.mw-25 {
  max-width: 25%;
}

.mw-50 {
  max-width: 50%;
}

.mw-90 {
  max-width: 90%;
}

@font-face {
  font-family: 'latobold';
  src: url("/Assets/fonts/lato-bold-webfont.woff2") format("woff2"), url("/Assets/fonts/lato-bold-webfont.ttf") format("ttf"), url("/Assets/fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url("/Assets/fonts/lato-light-webfont.woff2") format("woff2"), url("/Assets/fonts/lato-light-webfont.woff") format("woff"), url("/Assets/fonts/lato-light-webfont.ttd") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url("/Assets/fonts/lato-regular-webfont.woff2") format("woff2"), url("/Assets/fonts/lato-regular-webfont.woff") format("woff"), url("/Assets/fonts/lato-regular-webfont.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

/* text margin reset */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 15px;
  font-weight: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}

/* default text styles */

h1 {
  font-family: 'latobold';
  font-size: 38px;
  line-height: 50px;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h1.big {
  font-size: 60px;
  line-height: 72px;
}

h2 {
  font-family: 'latobold';
  font-size: 26px;
  line-height: 36px;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

h3 {
  font-family: 'latobold';
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-family: 'latobold';
  font-size: 14px;
  line-height: 20px;
}

p,
li {
  font-size: 16px;
  line-height: 24px;
}

.notes {
  font-size: 12px;
  line-height: 20px;
}

strong {
  font-weight: normal;
  font-family: 'latobold';
}

.black-text {
  color: #373737;
}

.black-text a {
  color: #373737;
}

.white-text {
  color: #fff;
}

.white-text a {
  color: #fff;
}

.yellow-text {
  color: #FFC600;
}

.yellow-text a {
  color: #FFC600;
}

.gray-text,
.grey-text {
  color: #808080;
}

.gray-text a,
.grey-text a {
  color: #808080;
}

.green-text {
  color: #0FA07B;
}

.red-text {
  color: #D0021B;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.t-light {
  font-family: lato-light;
}

.t-normal {
  font-family: latoregular;
}

.t-bold {
  font-family: latobold;
}

.t-size-10 {
  font-size: 10px;
}

.t-size-12 {
  font-size: 12px;
}

.t-size-14,
.card-action a {
  font-size: 14px;
}

.t-size-16 {
  font-size: 16px;
}

.t-size-20 {
  font-size: 20px;
}

.t-size-24 {
  font-size: 24px;
}

.t-size-26 {
  font-size: 26px;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-capitalize {
  text-transform: capitalize;
}

.t-lowercase {
  text-transform: lowercase;
}

/** ANIMATION */

/** SLICK */

@-webkit-keyframes bouncingArrow {
  0% {
    right: 0px;
  }

  22% {
    right: -5px;
  }

  44% {
    right: 3px;
  }

  66% {
    right: -4px;
  }

  88% {
    right: 2px;
  }

  100% {
    right: 0px;
  }
}

@keyframes bouncingArrow {
  0% {
    right: 0px;
  }

  22% {
    right: -5px;
  }

  44% {
    right: 3px;
  }

  66% {
    right: -4px;
  }

  88% {
    right: 2px;
  }

  100% {
    right: 0px;
  }
}

body,
html {
  font-family: latoregular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
  background: #fff;
  position: relative;
}

body {
  margin: 0 auto;
  position: relative;
}

body > div[class^="page-"] {
  width: inherit;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.homechat-container,
.site-header__container {
  /* max-width: 1920px; */
  max-width: 2560px;
  margin: 0 auto;
}

body.ios11fixedInputBugFix {
  position: fixed;
  width: 100%;
}

.no-footer .section.footer {
  display: none;
}

/* predefined link style */

a {
  color: #373737;
}

a.see-more,
span.see-more {
  cursor: pointer;
  display: inline-block;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'latobold';
  line-height: 21px;
  text-decoration: none;
  padding-right: 16px;
  background: none;
  position: relative;
}

a.see-more.normal-text,
span.see-more.normal-text {
  text-transform: none;
}

a.see-more::after,
span.see-more::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  background: url("/Assets/img/icons/arrow-see-more.png") center center no-repeat;
  right: 0;
  top: 0;
  bottom: 1px;
  -webkit-transition: right .2s;
  transition: right .2s;
}

a.see-more:hover,
span.see-more:hover {
  color: #373737;
}

a.see-more:hover::after,
span.see-more:hover::after {
  /* right:-4px; */
  right: -5px;
}

.white-text a.see-more:hover,
.white-text span.see-more:hover {
  color: #fff;
}

.owl-prev,
.owl-next {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  text-indent: 99px;
  overflow: hidden;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.owl-next {
  right: -4%;
  background: url(/Assets/img/icons/nav-next.png) center center no-repeat #fff;
}

.owl-prev {
  left: -6%;
  background: url(/Assets/img/icons/nav-prev.png) center center no-repeat #fff;
}

figure.highlight {
  padding: 16px;
  padding: 1rem;
  background-color: #373737;
  border-radius: 8px;
}

figure.highlight pre {
  color: #fff;
}

ul,
ol {
  padding-left: 15px;
}

ul ul,
ol ul {
  list-style: square inside url("data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==");
}

.partner__item {
  width: 240px;
  height: 218px;
}

.anchor[name]:before {
  display: block;
  content: "";
  margin-top: -125px;
  height: 125px;
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
}

.owl-item h1,
.owl-item h2,
.owl-item p {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.section {
  padding: 60px 0;
  background: #fff;
  position: relative;
  /* padding size options */
  /* border option */
  /* bg color options */
}

.section::after {
  content: '';
  display: block;
  clear: both;
}

.section.medium-pad-top {
  padding-top: 45px;
}

.section.medium-pad-bot {
  padding-bottom: 45px;
}

.section.narrow-top {
  padding-top: 30px;
}

.section.narrow-bot {
  padding-bottom: 30px;
}

.section.no-pad-top {
  padding-top: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.bordered-top {
  border-top: solid 1px #ededed;
}

.section.bordered-bot {
  border-bottom: solid 1px #ededed;
}

.section.dark-gray {
  background: #373737;
}

.section.transparent {
  background: transparent;
}

.section .wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.section .wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.section .heading {
  margin-bottom: 35px;
  position: relative;
}

.section .heading h1 {
  margin-right: 90px;
}

.section .heading .see-more {
  position: absolute;
  right: 15px;
  top: 20px;
}

@media (max-width: 575.98px) {
  .section .heading .see-more {
    top: 14px;
  }
}

.section .heading.full h1 {
  margin: 0;
}

.section .heading.centered h1,
.section .heading.form-step-indicator__outer h1 {
  margin: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section .heading.centered h1,
  .section .heading.form-step-indicator__outer h1 {
    text-align: left;
  }
}

.section .heading.centered .see-more,
.section .heading.form-step-indicator__outer .see-more {
  display: none;
}

.container {
  width: auto;
  max-width: 1200px;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container .row.inline-col .col,
.container .skeleton .inline-col.skeleton__wrapper .col,
.skeleton .container .inline-col.skeleton__wrapper .col,
.container .row.inline-col > div,
.container .skeleton .inline-col.skeleton__wrapper > div,
.skeleton .container .inline-col.skeleton__wrapper > div {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}

.container .row.inline-centered,
.container .skeleton .inline-centered.skeleton__wrapper,
.skeleton .container .inline-centered.skeleton__wrapper {
  text-align: center;
}

.container .row.inline-centered .col,
.container .skeleton .inline-centered.skeleton__wrapper .col,
.skeleton .container .inline-centered.skeleton__wrapper .col {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  margin-left: -2px;
  margin-right: -2px;
}

.container .row.lined-row,
.container .skeleton .lined-row.skeleton__wrapper,
.skeleton .container .lined-row.skeleton__wrapper {
  font-size: 16px;
  line-height: 24px;
  /* border option : on top of the row (default bottom) */
  /* padding size options */
}

.container .row.lined-row .frame,
.container .skeleton .lined-row.skeleton__wrapper .frame,
.skeleton .container .lined-row.skeleton__wrapper .frame {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.container .row.lined-row .frame:first-child,
.container .skeleton .lined-row.skeleton__wrapper .frame:first-child,
.skeleton .container .lined-row.skeleton__wrapper .frame:first-child {
  padding-top: 0 !important;
}

.container .row.lined-row .frame::before,
.container .skeleton .lined-row.skeleton__wrapper .frame::before,
.skeleton .container .lined-row.skeleton__wrapper .frame::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #9d9d9d;
}

.container .row.lined-row .frame::after,
.container .skeleton .lined-row.skeleton__wrapper .frame::after,
.skeleton .container .lined-row.skeleton__wrapper .frame::after {
  content: '';
  display: block;
  clear: both;
}

.container .row.lined-row .frame .col,
.container .skeleton .lined-row.skeleton__wrapper .frame .col,
.skeleton .container .lined-row.skeleton__wrapper .frame .col,
.container .row.lined-row .frame > div,
.container .skeleton .lined-row.skeleton__wrapper .frame > div,
.skeleton .container .lined-row.skeleton__wrapper .frame > div {
  padding: 0 15px;
}

.container .row.lined-row.top-line .frame::before,
.container .skeleton .lined-row.top-line.skeleton__wrapper .frame::before,
.skeleton .container .lined-row.top-line.skeleton__wrapper .frame::before {
  top: 0;
  bottom: auto;
}

.container .row.lined-row.top-line .frame:first-child::before,
.container .skeleton .lined-row.top-line.skeleton__wrapper .frame:first-child::before,
.skeleton .container .lined-row.top-line.skeleton__wrapper .frame:first-child::before {
  display: none;
}

.container .row.lined-row.top-line .frame:last-child,
.container .skeleton .lined-row.top-line.skeleton__wrapper .frame:last-child,
.skeleton .container .lined-row.top-line.skeleton__wrapper .frame:last-child {
  padding-bottom: 0 !important;
}

.container .row.lined-row.large-pad .frame,
.container .skeleton .lined-row.large-pad.skeleton__wrapper .frame,
.skeleton .container .lined-row.large-pad.skeleton__wrapper .frame {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container .row.lined-row.small-pad,
.container .skeleton .lined-row.small-pad.skeleton__wrapper,
.skeleton .container .lined-row.small-pad.skeleton__wrapper {
  /* this option currently used exclusively for /premier-wealth/airport-lounge
				   so typographic styles are following those in that page */
}

.container .row.lined-row.small-pad .frame,
.container .skeleton .lined-row.small-pad.skeleton__wrapper .frame,
.skeleton .container .lined-row.small-pad.skeleton__wrapper .frame {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container .row.lined-row.small-pad p,
.container .skeleton .lined-row.small-pad.skeleton__wrapper p,
.skeleton .container .lined-row.small-pad.skeleton__wrapper p {
  font-size: 16px;
  line-height: 24px;
}

.container .row.lined-row.small-pad h3,
.container .skeleton .lined-row.small-pad.skeleton__wrapper h3,
.skeleton .container .lined-row.small-pad.skeleton__wrapper h3 {
  line-height: 24px;
}

.container .row.lined-row.small-pad p,
.container .skeleton .lined-row.small-pad.skeleton__wrapper p,
.skeleton .container .lined-row.small-pad.skeleton__wrapper p,
.container .row.lined-row.small-pad h3,
.container .skeleton .lined-row.small-pad.skeleton__wrapper h3,
.skeleton .container .lined-row.small-pad.skeleton__wrapper h3 {
  margin: 0;
}

.container .row .col-f-right,
.container .skeleton .skeleton__wrapper .col-f-right,
.skeleton .container .skeleton__wrapper .col-f-right,
.container-fluid .row .col-f-right,
.container-fluid .skeleton .skeleton__wrapper .col-f-right,
.skeleton .container-fluid .skeleton__wrapper .col-f-right {
  float: right;
}

.container .row .col-clear-left,
.container .skeleton .skeleton__wrapper .col-clear-left,
.skeleton .container .skeleton__wrapper .col-clear-left,
.container-fluid .row .col-clear-left,
.container-fluid .skeleton .skeleton__wrapper .col-clear-left,
.skeleton .container-fluid .skeleton__wrapper .col-clear-left {
  clear: left;
}

.container .row .col-clear-right,
.container .skeleton .skeleton__wrapper .col-clear-right,
.skeleton .container .skeleton__wrapper .col-clear-right,
.container-fluid .row .col-clear-right,
.container-fluid .skeleton .skeleton__wrapper .col-clear-right,
.skeleton .container-fluid .skeleton__wrapper .col-clear-right {
  clear: left;
}

.js-section-slider.owl-theme {
  /* for slider with full page width size */
}

.js-section-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.js-section-slider.owl-theme .owl-nav button {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js-section-slider.owl-theme .owl-nav button:hover {
  background-color: #FFC600;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
  .js-section-slider.owl-theme .owl-nav button {
    display: none;
  }
}

.js-section-slider.owl-theme .owl-nav .owl-prev,
.js-section-slider.owl-theme .owl-nav .owl-next {
  z-index: 1;
}

.js-section-slider.owl-theme .owl-nav .owl-prev {
  left: -66px;
  right: auto;
  background-image: url("/Assets/img/icons/nav-prev.png");
}

.js-section-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
  background-image: url("/Assets/img/icons/nav-next.png");
}

.js-section-slider.owl-theme .owl-dots {
  margin-top: 40px;
}

.js-section-slider.owl-theme.full-page .owl-nav .owl-prev {
  left: 50%;
  margin-left: -651px;
}

.js-section-slider.owl-theme.full-page .owl-nav .owl-next {
  right: 50%;
  margin-right: -651px;
}

.js-section-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.js-section-slider .fade-left,
.js-section-slider .fade-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.js-section-slider .fade-left::after,
.js-section-slider .fade-right::after {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}

.js-section-slider .fade-left {
  right: 100%;
  background: url("/Assets/img/bg/section-slider-side-left.png") right center repeat-y;
}

.js-section-slider .fade-left::after {
  left: 0;
  right: 180px;
}

.js-section-slider .fade-right {
  left: 100%;
  background: url("/Assets/img/bg/section-slider-side-right.png") left center repeat-y;
}

.js-section-slider .fade-right::after {
  left: 180px;
  right: 0;
}

.bg-gray .js-section-slider .fade-left::after,
.bg-gray .js-section-slider .fade-right::after,
.bg-grey .js-section-slider .fade-left::after,
.bg-grey .js-section-slider .fade-right::after {
  background: #ededed;
}

.bg-gray .js-section-slider .fade-left,
.bg-grey .js-section-slider .fade-left {
  background: url("/Assets/img/bg/section-slider-side-left-g.png") right center repeat-y;
}

.bg-gray .js-section-slider .fade-right,
.bg-grey .js-section-slider .fade-right {
  background: url("/Assets/img/bg/section-slider-side-right-g.png") left center repeat-y;
}

/* general banner slider */

/* default sizes (left, right, top, bottom, padding, margin, etc) in here
   is taken from homepage chat banner */

.banner-slide {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}

.banner-slide .banner-page {
  position: relative;
}

.banner-slide .banner-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-slide .banner-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/Assets/img/bg/banner-grad.png") center bottom repeat-x;
  background-size: contain;
  z-index: 1;
}

.banner-slide .banner-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.banner-slide .banner-text {
  position: absolute;
  left: 55px;
  right: 48px;
  bottom: 80px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .banner-slide .banner-text {
    left: 20px;
    right: 20px;
    bottom: 60px;
  }
}

.banner-slide .banner-text img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.banner-slide .banner-text h4 {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: 'latoregular';
}

.banner-slide .banner-text h2 {
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .banner-slide .banner-text h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.banner-slide .banner-text p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .banner-slide .banner-text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.banner-slide .banner-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.banner-slide .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
}

@media (max-width: 1199.98px) {
  .banner-slide .owl-dots {
    bottom: 18px;
  }
}

.banner-slide .owl-dots .owl-dot {
  width: 105px;
  height: 22px;
  margin: 0 7px;
  vertical-align: top;
}

@media (max-width: 1199.98px) {
  .banner-slide .owl-dots .owl-dot {
    max-width: 105px;
    width: 24%;
  }
}

@media (max-width: 991.98px) {
  .banner-slide .owl-dots .owl-dot {
    width: 20%;
  }
}

.banner-slide .owl-dots .owl-dot::before {
  content: '';
  display: block;
  height: 2px;
  margin-top: 10px;
  background: #4d4a49;
  background: rgba(255, 255, 255, 0.3);
}

.banner-slide .owl-dots .owl-dot span {
  width: 0;
  height: 2px;
  margin: -2px 0 0;
  background: #FFC600;
}

.banner-slide .owl-dots .owl-dot.active span {
  background: #FFC600;
}

.banner-slide .owl-dots .owl-dot.active::before {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-dots .owl-dot {
  padding: 0;
  border: none;
  background: none;
}

/* M2U login popup */

.modal.m2u-login {
  /* display:block; */
}

.modal.m2u-login form {
  width: 350px;
  height: 70px;
  margin: 30px auto 20px;
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login form {
    width: 300px;
  }
}

.modal.m2u-login form .button {
  margin: 0;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login form .button {
    padding-left: 47px;
  }
}

.modal.m2u-login form .button::before {
  height: 110%;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login form .button::before {
    left: -7px;
  }
}

.modal.m2u-login .input-area {
  width: 225px;
  color: #373737;
  float: left;
  cursor: text;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login .input-area {
    width: 200px;
  }
}

.modal.m2u-login .input-area input {
  padding: 0 20px 0 60px;
  background: none;
  opacity: 1;
  cursor: text;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login .input-area input {
    padding-left: 50px;
  }
}

.modal.m2u-login .submit-area {
  width: 125px;
  text-transform: uppercase;
  float: right;
}

@media screen and (max-width: 360px) {
  .modal.m2u-login .submit-area {
    width: 100px;
  }
}

/* currently used only in e-banking page */

.item-highlight {
  padding: 45px 0;
  background: #373737;
  color: #fff;
}

@media (max-width: 575.98px) {
  .item-highlight {
    text-align: center;
  }
}

.item-highlight .container {
  position: relative;
}

.item-highlight .image {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 575.98px) {
  .item-highlight .image {
    position: static;
    margin-bottom: 30px;
  }
}

.item-highlight .teaser {
  width: 38%;
  margin-left: 195px;
}

@media (max-width: 991.98px) {
  .item-highlight .teaser {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .item-highlight .teaser {
    margin-left: 0;
  }
}

.item-highlight .teaser p {
  margin-bottom: 0;
}

.item-highlight .links {
  width: 34%;
  min-width: 400px;
  height: 54px;
  margin: auto;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .item-highlight .links {
    position: static;
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 195px;
    margin-top: 30px;
    text-align: left;
    overflow: hidden;
  }
}

@media (max-width: 575.98px) {
  .item-highlight .links {
    margin-left: 0;
    text-align: center;
  }
}

.item-highlight .links a {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .item-highlight .links a {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

/* vertical & horizontal content tabs,
   check /credit-card/maybank-infinite (V)
   and /locate-us (H) for an example */

.content-tabs {
  max-width: 300px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
  position: relative;
  overflow: hidden;
  /* select-option & dropdown icon for mobile */
  /* class option : text not uppercase */
  /* class option : text only without icon */
  /* class option : smaller paddings, allow multiline text, no icon */
}

@media (max-width: 991.98px) {
  .content-tabs {
    max-width: none;
    height: 70px;
  }
}

.content-tabs .tab-handle {
  display: block;
  min-height: 75px;
  border-top: solid 1px #d7d7d7;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding-right: 16px;
  padding-right: 1rem;
}

@media (max-width: 991.98px) {
  .content-tabs .tab-handle {
    display: none;
    min-height: 70px;
    border-top: none;
  }
}

.content-tabs .tab-handle p {
  margin: 0;
  padding: 22px 0 22px 55px;
  border-left: solid 5px transparent;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.content-tabs .tab-handle p.text-capitalize {
  text-transform: capitalize;
}

@media (max-width: 991.98px) {
  .content-tabs .tab-handle p {
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-left: none;
    line-height: 70px;
  }
}

.content-tabs .tab-handle p,
.content-tabs .tab-handle .counter {
  font-size: 20px;
  font-family: 'latobold';
  font-weight: normal;
  color: #373737;
}

.content-tabs .tab-handle .counter {
  line-height: 75px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content-tabs .tab-handle.no-icon p {
  padding-left: 15px;
}

.content-tabs .tab-handle.no-icon:hover p {
  padding-left: 20px;
}

.content-tabs .tab-handle img {
  display: block;
  max-width: 30px !important;
  max-height: 30px !important;
  position: absolute;
  left: 18px;
  top: 22px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 991.98px) {
  .content-tabs .tab-handle img {
    left: 0;
  }
}

.content-tabs .tab-handle.active,
.content-tabs .tab-handle:focus {
  display: block;
}

.content-tabs .tab-handle.active p,
.content-tabs .tab-handle:focus p {
  border-left: solid 5px #FFC600;
  color: #FFC600;
}

@media (max-width: 991.98px) {
  .content-tabs .tab-handle.active p,
  .content-tabs .tab-handle:focus p {
    border-left: none;
  }
}

.content-tabs .tab-handle:hover img {
  left: 28px;
}

.content-tabs .tab-handle:hover p {
  color: #FFC600;
  padding-left: 65px;
}

.content-tabs select,
.content-tabs i {
  display: none;
}

@media (max-width: 991.98px) {
  .content-tabs select {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-appearance: button;
  }
}

@media (max-width: 991.98px) {
  .content-tabs i {
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    line-height: 24px;
  }
}

.content-tabs.standard-text .tab-handle p {
  text-transform: none;
}

.content-tabs.no-icon .tab-handle img {
  display: none;
}

.content-tabs.no-icon .tab-handle p {
  padding-left: 30px;
}

@media (max-width: 991.98px) {
  .content-tabs.no-icon .tab-handle p {
    padding-left: 0;
  }
}

.content-tabs.no-icon .tab-handle:hover p {
  padding-left: 40px;
}

.content-tabs.compact {
  max-width: none;
  border: none;
}

@media (max-width: 991.98px) {
  .content-tabs.compact {
    height: auto;
    margin: 0;
  }
}

.content-tabs.compact .tab-handle {
  height: auto;
  min-height: initial;
  margin-top: 10px;
  border: none;
}

@media (max-width: 991.98px) {
  .content-tabs.compact .tab-handle {
    margin-top: 0;
  }
}

.content-tabs.compact .tab-handle:first-child {
  margin-top: 0;
}

.content-tabs.compact .tab-handle img {
  display: none;
}

.content-tabs.compact .tab-handle p {
  padding: 6px 0;
  border-left: solid 0 transparent;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .content-tabs.compact .tab-handle p {
    padding-left: 0;
  }
}

.content-tabs.compact .tab-handle p,
.content-tabs.compact .tab-handle .counter {
  font-size: 20px;
  font-family: 'latoregular';
  color: #808080;
}

.content-tabs.compact .tab-handle .counter {
  line-height: 36px;
}

.content-tabs.compact .tab-handle:hover p {
  padding-left: 10px;
  border-left: solid 5px transparent;
}

.content-tabs.compact .tab-handle.active p {
  padding-left: 10px;
  border-left: solid 5px #FFC600;
}

@media (max-width: 991.98px) {
  .content-tabs.compact .tab-handle.active p {
    padding-left: 0;
    border-left: solid 0 #FFC600;
  }
}

.content-tabs.compact .tab-handle.active p,
.content-tabs.compact .tab-handle.active .counter {
  font-family: 'latobold';
  color: #373737;
}

.content-tabs.horizontal {
  max-width: none;
  border-bottom: solid 1px #d7d7d7;
}

.content-tabs.horizontal .tab-handle {
  min-height: 70px;
  border-top: none;
  margin-left: 50px;
  float: left;
}

.content-tabs.horizontal .tab-handle:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .content-tabs.horizontal .tab-handle {
    float: none;
    margin-left: 0;
  }
}

.content-tabs.horizontal .tab-handle p {
  padding: 0 5px 0 42px;
  border-left: none;
  border-bottom: solid 3px transparent;
  line-height: 67px;
}

.content-tabs.horizontal .tab-handle img {
  left: 3px;
  bottom: 6px;
}

.content-tabs.horizontal .tab-handle.active p,
.content-tabs.horizontal .tab-handle:focus p {
  border-left: none;
  border-bottom: solid 3px #FFC600;
}

@media (max-width: 991.98px) {
  .content-tabs.horizontal .tab-handle.active p,
  .content-tabs.horizontal .tab-handle:focus p {
    border-bottom: solid 3px transparent;
  }
}

.content-tabs.horizontal .tab-handle:hover img {
  left: 3px;
}

.content-tabs.horizontal .tab-handle:hover p {
  padding-left: 42px;
}

/* 404 page */

.not-found-banner {
  background-color: #FFC600;
  padding: 140px 0 90px;
}

@media (max-width: 991.98px) {
  .not-found-banner {
    padding: 100px 0 60px;
  }
}

.not-found-banner .row,
.not-found-banner .skeleton .skeleton__wrapper,
.skeleton .not-found-banner .skeleton__wrapper {
  position: relative;
}

.not-found-banner .img {
  text-align: center;
  height: 340px;
}

@media (max-width: 991.98px) {
  .not-found-banner .img {
    height: 260px;
  }
}

.not-found-banner .img img {
  width: auto;
  height: 100%;
}

@media (max-width: 991.98px) {
  .not-found-banner .img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .not-found-banner .text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 40px;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .not-found-banner .text h1.big {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 767.98px) {
  .not-found-banner .text h1.big {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 1199.98px) {
  .not-found-help .row > div,
  .not-found-help .skeleton .skeleton__wrapper > div,
  .skeleton .not-found-help .skeleton__wrapper > div,
  .search-box-form .row > div,
  .search-box-form .skeleton .skeleton__wrapper > div,
  .skeleton .search-box-form .skeleton__wrapper > div {
    margin-top: 30px;
  }
}

.not-found-help .row > div:first-child,
.not-found-help .skeleton .skeleton__wrapper > div:first-child,
.skeleton .not-found-help .skeleton__wrapper > div:first-child,
.search-box-form .row > div:first-child,
.search-box-form .skeleton .skeleton__wrapper > div:first-child,
.skeleton .search-box-form .skeleton__wrapper > div:first-child {
  margin-top: 0;
}

.not-found-help h2,
.search-box-form h2 {
  margin: 0;
  line-height: 42px;
}

.not-found-help .or,
.search-box-form .or {
  position: relative;
  top: 1px;
}

.not-found-help .btn-to-home,
.search-box-form .btn-to-home {
  width: 77%;
  max-width: 220px;
  margin-left: 24px;
  padding-right: 0;
  font-size: 13px;
}

.not-found-help .not-found-search,
.not-found-help .search-box-input,
.search-box-form .not-found-search,
.search-box-form .search-box-input {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0;
}

.not-found-help .not-found-search form,
.not-found-help .search-box-input form,
.search-box-form .not-found-search form,
.search-box-form .search-box-input form {
  width: 100%;
}

@media (max-width: 767.98px) {
  .not-found-help .not-found-search form,
  .not-found-help .search-box-input form,
  .search-box-form .not-found-search form,
  .search-box-form .search-box-input form {
    max-width: 440px;
  }
}

.not-found-help .not-found-search form .button.search-icon,
.not-found-help .search-box-input form .button.search-icon,
.search-box-form .not-found-search form .button.search-icon,
.search-box-form .search-box-input form .button.search-icon {
  height: 45px;
  border-bottom: solid 1px #fff;
  background: url("/Assets/img/icons/search-white.svg") center center no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.not-found-help .not-found-search form .search-input,
.not-found-help .search-box-input form .search-input,
.search-box-form .not-found-search form .search-input,
.search-box-form .search-box-input form .search-input {
  height: 46px;
  border-bottom: solid 1px #fff;
}

.not-found-help .not-found-search form .search-input input,
.not-found-help .search-box-input form .search-input input,
.search-box-form .not-found-search form .search-input input,
.search-box-form .search-box-input form .search-input input {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input::-webkit-input-placeholder,
.not-found-help .search-box-input form .search-input input::-webkit-input-placeholder,
.search-box-form .not-found-search form .search-input input::-webkit-input-placeholder,
.search-box-form .search-box-input form .search-input input::-webkit-input-placeholder {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input:-ms-input-placeholder,
.not-found-help .search-box-input form .search-input input:-ms-input-placeholder,
.search-box-form .not-found-search form .search-input input:-ms-input-placeholder,
.search-box-form .search-box-input form .search-input input:-ms-input-placeholder {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input::-ms-input-placeholder,
.not-found-help .search-box-input form .search-input input::-ms-input-placeholder,
.search-box-form .not-found-search form .search-input input::-ms-input-placeholder,
.search-box-form .search-box-input form .search-input input::-ms-input-placeholder {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input::placeholder,
.not-found-help .search-box-input form .search-input input::placeholder,
.search-box-form .not-found-search form .search-input input::placeholder,
.search-box-form .search-box-input form .search-input input::placeholder {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input:-ms-input-placeholder,
.not-found-help .search-box-input form .search-input input:-ms-input-placeholder,
.search-box-form .not-found-search form .search-input input:-ms-input-placeholder,
.search-box-form .search-box-input form .search-input input:-ms-input-placeholder {
  color: #fff;
}

.not-found-help .not-found-search form .search-input input::-ms-input-placeholder,
.not-found-help .search-box-input form .search-input input::-ms-input-placeholder,
.search-box-form .not-found-search form .search-input input::-ms-input-placeholder,
.search-box-form .search-box-input form .search-input input::-ms-input-placeholder {
  color: #fff;
}

.search-box-form .search-box-input .button.search-icon {
  width: 46px;
  height: 46px;
  border-bottom: solid 1px #000;
  background: url("/Assets/img/icons/search.svg") center center no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.search-box-form .search-box-input .search-input {
  height: 46px;
  border-bottom: solid 1px #000;
  position: absolute;
  left: 0;
  right: 46px;
  top: 0;
}

.search-box-form .search-box-input .search-input input {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #000;
}

.search-box-form .search-box-input .search-input input::-webkit-input-placeholder {
  color: #171717;
}

.search-box-form .search-box-input .search-input input:-ms-input-placeholder {
  color: #171717;
}

.search-box-form .search-box-input .search-input input::-ms-input-placeholder {
  color: #171717;
}

.search-box-form .search-box-input .search-input input::placeholder {
  color: #171717;
}

.search-box-form .search-box-input .search-input input:-ms-input-placeholder {
  color: #171717;
}

.search-box-form .search-box-input .search-input input::-ms-input-placeholder {
  color: #171717;
}

ul.column-list {
  margin: -15px;
  padding: 0;
}

ul.column-list .column-list-item {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px auto;
}

ul.column-list .column-list-item .card {
  max-width: 280px;
}

/* Homepage Layout */

.homepage {
  max-width: 1920px;
}

/* subscribe, ex : .business/custody */

.section.subscribe-bar form .button-col {
  padding-top: 50px;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .section.subscribe-bar form .button-col {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .section.subscribe-bar form .button-col {
    padding-top: 0;
  }
}

.section.subscribe-bar form .form-group {
  padding-top: 22px;
}

@media (max-width: 767.98px) {
  .section.subscribe-bar form .form-group {
    padding-top: 0;
  }
}

.section.subscribe-bar form .form-group label {
  font-size: 20px !important;
}

.section.subscribe-bar form input.form-control {
  font-size: 20px;
}

.m-anchors-see-more {
  font-family: 'latobold';
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #171717;
  margin: 20px 0px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.m-anchors-see-more:hover {
  text-decoration: underline;
}

.m-anchors-see-more::after {
  position: absolute;
  content: '';
  background-image: url("/Assets/img/icons/arrow-right/arrow-right-363-yellow@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
}

form,
.form {
  /* general form structure */
  /* form elements */
  /* text color option : white text */
  /* form input with icon */
}

form .row,
form .skeleton .skeleton__wrapper,
.skeleton form .skeleton__wrapper,
.form .row,
.form .skeleton .skeleton__wrapper,
.skeleton .form .skeleton__wrapper {
  margin-top: 20px;
  text-align: left;
}

form .row:first-child,
form .skeleton .skeleton__wrapper:first-child,
.skeleton form .skeleton__wrapper:first-child,
.form .row:first-child,
.form .skeleton .skeleton__wrapper:first-child,
.skeleton .form .skeleton__wrapper:first-child {
  margin-top: 0 !important;
}

form .row.center,
form .skeleton .center.skeleton__wrapper,
.skeleton form .center.skeleton__wrapper,
.form .row.center,
.form .skeleton .center.skeleton__wrapper,
.skeleton .form .center.skeleton__wrapper {
  text-align: center;
}

form .row.inline,
form .skeleton .inline.skeleton__wrapper,
.skeleton form .inline.skeleton__wrapper,
.form .row.inline,
.form .skeleton .inline.skeleton__wrapper,
.skeleton .form .inline.skeleton__wrapper {
  display: inline-block;
}

form .row > *,
form .skeleton .skeleton__wrapper > *,
.skeleton form .skeleton__wrapper > *,
.form .row > *,
.form .skeleton .skeleton__wrapper > *,
.skeleton .form .skeleton__wrapper > * {
  vertical-align: top;
}

form .row.v-middle > *,
form .skeleton .v-middle.skeleton__wrapper > *,
.skeleton form .v-middle.skeleton__wrapper > *,
.form .row.v-middle > *,
.form .skeleton .v-middle.skeleton__wrapper > *,
.skeleton .form .v-middle.skeleton__wrapper > * {
  vertical-align: middle;
}

form .row.v-bottom > *,
form .skeleton .v-bottom.skeleton__wrapper > *,
.skeleton form .v-bottom.skeleton__wrapper > *,
.form .row.v-bottom > *,
.form .skeleton .v-bottom.skeleton__wrapper > *,
.skeleton .form .v-bottom.skeleton__wrapper > * {
  vertical-align: bottom;
}

form .row .note,
form .skeleton .skeleton__wrapper .note,
.skeleton form .skeleton__wrapper .note,
.form .row .note,
.form .skeleton .skeleton__wrapper .note,
.skeleton .form .skeleton__wrapper .note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

form .row .note a,
form .skeleton .skeleton__wrapper .note a,
.skeleton form .skeleton__wrapper .note a,
.form .row .note a,
.form .skeleton .skeleton__wrapper .note a,
.skeleton .form .skeleton__wrapper .note a {
  color: #373737;
  font-family: 'latobold';
  text-decoration: none;
}

form .row .note a:hover,
form .skeleton .skeleton__wrapper .note a:hover,
.skeleton form .skeleton__wrapper .note a:hover,
.form .row .note a:hover,
.form .skeleton .skeleton__wrapper .note a:hover,
.skeleton .form .skeleton__wrapper .note a:hover {
  text-decoration: underline;
}

form.center,
.form.center {
  text-align: center;
}

form .input,
.form .input {
  display: inline-block;
  position: relative;
}

form .input.block,
.form .input.block {
  display: block;
}

form .input.text,
.form .input.text {
  padding: 5px 0 6px;
  border-bottom: solid 1px #000;
}

form .input.text input[type="text"],
.form .input.text input[type="text"] {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 19px;
  line-height: 23px;
}

form .input.text.with-icon,
.form .input.text.with-icon {
  padding-right: 30px;
}

form .input.text.with-icon .icon,
.form .input.text.with-icon .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 23px;
  height: 23px;
  margin: auto;
}

form .input.text.with-icon .icon img,
.form .input.text.with-icon .icon img {
  max-width: 100%;
  max-height: 100%;
}

form .input.range,
.form .input.range {
  height: 100px;
  padding-top: 40px;
  margin-left: 0;
  margin-right: 0;
  min-width: auto;
  width: 95%;
}

@media (min-width: 1200px) {
  form .input.range,
  .form .input.range {
    max-width: 400px;
    width: 100%;
  }
}

form .input.range .rangeslider,
.form .input.range .rangeslider {
  background: #fff;
}

form .input.range .rangeslider .rangeslider__labels,
.form .input.range .rangeslider .rangeslider__labels {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 2;
  margin-top: 8px;
}

form .input.range .rangeslider .rangeslider__labels__label:first-child,
.form .input.range .rangeslider .rangeslider__labels__label:first-child {
  float: left;
  left: 5%;
}

@media screen and (min-width: 768px) {
  form .input.range .rangeslider .rangeslider__labels__label:first-child,
  .form .input.range .rangeslider .rangeslider__labels__label:first-child {
    left: 15px;
  }
}

form .input.range .rangeslider .rangeslider__labels__label:last-child,
.form .input.range .rangeslider .rangeslider__labels__label:last-child {
  float: right;
  right: 5%;
}

@media screen and (min-width: 768px) {
  form .input.range .rangeslider .rangeslider__labels__label:last-child,
  .form .input.range .rangeslider .rangeslider__labels__label:last-child {
    right: 15px;
  }
}

form .input.range .rangeslider .rangeslider__labels__label,
.form .input.range .rangeslider .rangeslider__labels__label {
  font-size: 14px;
  font-family: 'latobold';
  position: relative;
  top: 15px;
}

form .input.range .rangeslider .rangeslider__labels__label:first-child,
.form .input.range .rangeslider .rangeslider__labels__label:first-child {
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}

form .input.range .rangeslider .rangeslider__labels__label:last-child,
.form .input.range .rangeslider .rangeslider__labels__label:last-child {
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

form .input.range .rangeslider__fill,
.form .input.range .rangeslider__fill {
  background: #000;
}

form .input.range .rangeslider__handle,
.form .input.range .rangeslider__handle {
  width: 21px;
  height: 21px;
  background: #000;
  border: none;
}

form .input.range .rangeslider__handle::after,
.form .input.range .rangeslider__handle::after {
  display: none;
}

form .input.range .rangeslider__handle__value,
.form .input.range .rangeslider__handle__value {
  position: absolute;
  left: 50%;
  top: -35px;
  font-family: 'latobold';
  font-size: 13px;
  line-height: 30px;
  padding: 0 7px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

form .input.range .rangeslider--horizontal,
.form .input.range .rangeslider--horizontal {
  height: 5px;
  top: 18px;
  width: auto;
}

form .input.range .rangeslider--horizontal .rangeslider__handle,
.form .input.range .rangeslider--horizontal .rangeslider__handle {
  top: -8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

form .input.select-drum,
.form .input.select-drum {
  min-width: 240px;
  padding: 15px 0;
  text-align: center;
}

form .input.select-drum .drum-wrapper,
.form .input.select-drum .drum-wrapper {
  width: auto;
  height: 140px;
}

form .input.select-drum .drum-wrapper .inner,
.form .input.select-drum .drum-wrapper .inner {
  height: 140px;
}

form .input.select-drum .drum-wrapper .inner::before,
form .input.select-drum .drum-wrapper .inner::after,
.form .input.select-drum .drum-wrapper .inner::before,
.form .input.select-drum .drum-wrapper .inner::after {
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

form .input.select-drum .drum-wrapper .inner::before,
.form .input.select-drum .drum-wrapper .inner::before {
  top: 0;
  background: url("/Assets/img/bg/drum-fade.png") center bottom repeat-x;
}

form .input.select-drum .drum-wrapper .inner::after,
.form .input.select-drum .drum-wrapper .inner::after {
  bottom: 0;
  background: url("/Assets/img/bg/drum-fade.png") center top repeat-x;
}

form .input.select-drum .drum-wrapper .container,
.form .input.select-drum .drum-wrapper .container {
  height: 40px;
  padding: 0;
  margin: auto;
  line-height: 40px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
}

form .input.select-drum .drum-wrapper .drum,
.form .input.select-drum .drum-wrapper .drum {
  height: 32px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

form .input.select-drum .drum-wrapper .drum.no-trans,
.form .input.select-drum .drum-wrapper .drum.no-trans {
  -webkit-transition: none;
  transition: none;
}

form .input.select-drum .drum-wrapper figure,
.form .input.select-drum .drum-wrapper figure {
  height: 32px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

form .input.select-drum .drum-wrapper .dial,
.form .input.select-drum .drum-wrapper .dial {
  display: block !important;
  height: 20px;
  background: none;
  cursor: pointer;
}

form .input.select-drum .drum-wrapper .dial.up,
.form .input.select-drum .drum-wrapper .dial.up {
  top: -15px;
}

form .input.select-drum .drum-wrapper .dial.down,
.form .input.select-drum .drum-wrapper .dial.down {
  bottom: -15px;
}

form .input.select-drum .drum-wrapper .dial svg,
.form .input.select-drum .drum-wrapper .dial svg {
  left: 0;
  right: 0;
  margin: auto;
}

form .field-note,
.form .field-note {
  display: inline-block;
  font-family: 'latobold';
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 20px;
  margin-top: 9px;
  position: relative;
}

form .field-note i,
.form .field-note i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
}

form.white,
.form.white {
  color: #fff;
}

form.white .input.text,
.form.white .input.text {
  border-color: #fff;
}

form.white .input.text input,
.form.white .input.text input {
  color: #fff;
}

form .left-inner-addon,
.form .left-inner-addon {
  position: relative;
}

form .left-inner-addon span,
.form .left-inner-addon span {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

form .left-inner-addon input.form-control,
.form .left-inner-addon input.form-control {
  padding-left: 30px;
}

form .right-inner-addon,
.form .right-inner-addon {
  position: relative;
}

form .right-inner-addon span,
.form .right-inner-addon span {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

form .right-inner-addon input.form-control,
.form .right-inner-addon input.form-control {
  padding-right: 30px;
}

form .upload {
  display: inline-block;
  color: #fff;
  text-transform: initial;
}

form .upload-title {
  color: #373737;
}

form .upload-wrapper {
  background-color: #373737;
  border-radius: 8px;
  padding: 1em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (orientation: portrait) {
  form .upload-wrapper {
    padding: 3em 4em;
  }
}

@media (min-width: 992px) {
  form .upload-wrapper {
    padding: 2em 3em;
  }
}

@media (min-width: 1440px) {
  form .upload-wrapper {
    padding: 4em;
  }
}

form .upload-wrapper .badge-button {
  width: auto;
  height: auto;
  position: relative;
}

form .upload-wrapper .badge-button p {
  margin-top: 12px;
}

form .upload-wrapper .badge-button input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

form .upload-wrapper .upload-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #373737;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

form {
  /* set all input has min height 32px */
}

form .row.add-padding-left,
form .skeleton .add-padding-left.skeleton__wrapper,
.skeleton form .add-padding-left.skeleton__wrapper,
form .row .add-padding-left,
form .skeleton .skeleton__wrapper .add-padding-left,
.skeleton form .skeleton__wrapper .add-padding-left {
  padding-left: 30px;
}

form .row.add-padding-left,
form .skeleton .add-padding-left.skeleton__wrapper,
.skeleton form .add-padding-left.skeleton__wrapper,
form .row .add-padding-left,
form .skeleton .skeleton__wrapper .add-padding-left,
.skeleton form .skeleton__wrapper .add-padding-left {
  padding-right: 30px;
}

form .form-group {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  /* adjustment for custom input type range */
  /* type ahead selection list */
}

form .form-group.has-preloader:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/Assets/img/pre-loader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  top: 25px;
}

form .form-group.is-success:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/Assets/img/icons/check-green.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 40px;
}

form .form-group .label {
  display: block;
  padding: 0;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: normal;
  line-height: inherit;
  text-align: inherit;
}

form .form-group .input.range {
  margin-left: 0;
}

form .form-group .custom-list {
  top: 4.8rem;
  left: 15px;
  right: 15px;
  border-radius: 8px;
}

form input {
  min-height: 32px;
  height: 100%;
}

form label {
  position: relative;
  top: 2em;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 0;
  padding-bottom: .5rem;
  opacity: .5;
  font-weight: normal;
  font-family: 'latobold';
}

form label.no-animation {
  position: initial;
  top: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
  font-size: 16px !important;
  opacity: 1;
  margin-bottom: 10px;
}

form input[type="checkbox"],
form input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
}

form input[type="checkbox"] + label,
form input[type="radio"] + label {
  cursor: pointer;
  position: relative;
}

form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
  content: '';
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #FFC600;
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0 1px;
  box-shadow: 0 0px 0 1px;
  position: absolute;
  top: 2px;
  left: -20px;
}

form input[type="checkbox"].hide-next-label + label:before,
form input[type="radio"].hide-next-label + label:before {
  display: none;
}

form textarea,
form textarea.form-control {
  background: none;
  border: none;
  border-bottom: solid 1px #373737;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  padding: 6px 0;
  font-size: 14px;
  color: #373737;
}

form textarea:focus,
form textarea.form-control:focus {
  border: none;
  border-bottom: solid 1px #373737;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form input[type="radio"]:checked + label:before {
  background-color: #373737;
}

form .form-check {
  padding-left: 20px;
  position: relative;
}

form .form-check label {
  top: 0 !important;
  opacity: 1 !important;
  font-size: 14px;
  padding: 0;
  position: relative;
}

form .form-check-btn {
  padding-left: 0;
  margin: .5rem;
  display: inline-block;
}

@media (min-width: 992px) {
  form .form-check-btn {
    margin: 1rem;
  }
}

form .form-check-btn .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: none;
}

form .form-check-btn .form-check-label {
  padding: .5rem 2rem;
  border-radius: 20px;
  background-color: #373737;
  color: #fff;
  text-align: center;
}

form .form-check-btn .form-check-input:checked ~ .form-check-label {
  background-color: #fff;
  color: #373737;
}

form .form-check-default input[type="checkbox"] + label,
form .form-check-default input[type="radio"] + label {
  position: absolute;
}

form .form-check-default input[type="checkbox"] + label:before,
form .form-check-default input[type="radio"] + label:before {
  border: 0;
  width: 25px;
  height: 25px;
  background-size: 12px;
  -webkit-box-shadow: 0 0px 0 2px;
  box-shadow: 0 0px 0 2px;
  top: 0;
}

form .form-check-default input[type="checkbox"]:checked + label:before,
form .form-check-default input[type="radio"]:checked + label:before {
  background-image: url(/Assets/img/icons/ico-check-black.svg);
}

form .form-check.inline-block {
  display: inline-block;
  margin-right: 20px;
}

form input.form-control,
form input.form-control:focus,
form input.form-control:hover,
form select.form-control,
form select.form-control:focus,
form select.form-control:hover {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}

form .m2u-select,
form input {
  max-width: 340px;
}

form .m2u-select.full,
form input.full {
  max-width: none;
}

form input.form-control {
  color: #373737;
}

form .form-control[readonly] {
  background: none;
}

.m2u-select {
  position: relative;
  line-height: 1;
}

.m2u-select.no-title .title {
  display: none !important;
}

.m2u-select .select-custom {
  position: relative;
  max-height: 69px;
  border-bottom: 1px solid #373737;
}

.m2u-select .select-custom__header {
  cursor: pointer;
}

.m2u-select .select-custom__header .header__value {
  position: relative;
  top: 10px;
  padding-bottom: 1rem;
}

.m2u-select .select-custom__header .header__value .value {
  text-transform: capitalize;
}

.m2u-select .select-custom__header .label,
.m2u-select .select-custom__header .title {
  text-transform: capitalize;
  position: relative;
  top: 2em;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 0;
  padding-bottom: .5rem;
  opacity: .5;
  font-weight: 700;
}

.m2u-select .select-custom__lists {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 2em;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #373737;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 10px 0px;
  box-shadow: 0 1px 10px 0px;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  max-height: 290px;
  overflow-y: auto;
}

.m2u-select .select-custom__lists.invisible {
  opacity: 0;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.m2u-select .select-custom__lists li {
  padding: .5rem 1rem;
  color: #fff;
  overflow: hidden;
}

.m2u-select .select-custom__lists li:hover,
.m2u-select .select-custom__lists li:focus,
.m2u-select .select-custom__lists li:active {
  color: #FFC600;
}

.m2u-select .select-custom__lists li::before {
  display: none;
}

.m2u-select .icon {
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: smaller;
}

.m2u-select > select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
}

.m2u-select > select.form-control option.placeholder {
  display: block;
}

@media (min-width: 992px) {
  .m2u-select > select.form-control option.placeholder {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .m2u-select:after {
    content: "\e604";
    display: block;
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: smaller;
  }
}

.m2u-select.without-select-input:after {
  content: initial;
}

.js-content-change-target {
  display: none;
}

.js-content-change-target.default {
  display: block;
}

.custom-list {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 2em;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #373737;
  -webkit-box-shadow: 0 1px 10px 0px;
  box-shadow: 0 1px 10px 0px;
  overflow: hidden;
  width: auto;
}

.custom-list li {
  padding: .5rem 1rem;
  color: #fff;
  overflow: hidden;
}

.custom-list li:hover,
.custom-list li:focus,
.custom-list li:active {
  color: #FFC600;
}

.custom-list li::before {
  display: none;
}

.m2u-form {
  position: relative;
  /* set autocomplete to have yellow background on chrome browsers */
  /* hover state for outlined button */
  /* input type file inside a button layout */
}

@media (min-width: 576px) {
  .m2u-form {
    top: 12vh;
  }
}

@media (min-width: 992px) {
  .m2u-form {
    top: 5.5em;
    left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .m2u-form .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.m2u-form input.form-control:-webkit-autofill,
.m2u-form textarea:-webkit-autofill,
.m2u-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFC600 inset;
  box-shadow: 0 0 0 30px #FFC600 inset;
}

.m2u-form .btn-outline-primary:hover,
.m2u-form .btn-outline-primary:focus,
.m2u-form .btn-outline-primary:active,
.m2u-form .btn-outline-primary:active:focus,
.m2u-form .btn-outline-primary:active:hover {
  border: 1px solid #373737;
}

.m2u-form .input-file-group .btn,
.m2u-form .input-file-group .button-cta {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m2u-form .input-file-group.file-selected .input-file-btn {
  display: none;
}

.m2u-form .input-file-group.file-selected .input-file-display {
  display: block;
}

.m2u-form .btn.input-file-btn,
.m2u-form .input-file-btn.button-cta {
  position: relative;
  overflow: hidden;
}

.m2u-form .btn.input-file-btn input[type="file"],
.m2u-form .input-file-btn.button-cta input[type="file"] {
  display: block;
  font-size: 99px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.m2u-form .btn.input-file-display,
.m2u-form .input-file-display.button-cta {
  display: none;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 16px 88px 16px 67px;
  cursor: default;
}

.m2u-form .btn.input-file-display:focus,
.m2u-form .input-file-display.button-cta:focus,
.m2u-form .btn.input-file-display:active,
.m2u-form .input-file-display.button-cta:active,
.m2u-form .btn.input-file-display:hover,
.m2u-form .input-file-display.button-cta:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m2u-form .btn.input-file-display img,
.m2u-form .input-file-display.button-cta img {
  width: 22px;
  right: auto;
  left: 24px;
}

.m2u-form .btn.input-file-display span,
.m2u-form .input-file-display.button-cta span {
  white-space: initial;
  word-break: break-all;
  overflow-wrap: break-word;
}

.m2u-form .btn.input-file-display .del,
.m2u-form .input-file-display.button-cta .del {
  font-size: 12px;
  height: 38px;
  line-height: 18px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  color: #d0021b;
  cursor: pointer;
}

.m2u-form input::-webkit-input-placeholder,
.m2u-form input.form-control::-webkit-input-placeholder,
.m2u-form input[type="text"]::-webkit-input-placeholder,
.m2u-form input[type="number"]::-webkit-input-placeholder,
.m2u-form input[type="email"]::-webkit-input-placeholder,
.m2u-form textarea::-webkit-input-placeholder {
  color: #9b7e1b;
}

.m2u-form input:-ms-input-placeholder,
.m2u-form input.form-control:-ms-input-placeholder,
.m2u-form input[type="text"]:-ms-input-placeholder,
.m2u-form input[type="number"]:-ms-input-placeholder,
.m2u-form input[type="email"]:-ms-input-placeholder,
.m2u-form textarea:-ms-input-placeholder {
  color: #9b7e1b;
}

.m2u-form input::-ms-input-placeholder,
.m2u-form input.form-control::-ms-input-placeholder,
.m2u-form input[type="text"]::-ms-input-placeholder,
.m2u-form input[type="number"]::-ms-input-placeholder,
.m2u-form input[type="email"]::-ms-input-placeholder,
.m2u-form textarea::-ms-input-placeholder {
  color: #9b7e1b;
}

.m2u-form input::placeholder,
.m2u-form input.form-control::placeholder,
.m2u-form input[type="text"]::placeholder,
.m2u-form input[type="number"]::placeholder,
.m2u-form input[type="email"]::placeholder,
.m2u-form textarea::placeholder {
  color: #9b7e1b;
}

.m2u-form input::-webkit-input-placeholder,
.m2u-form input.form-control::-webkit-input-placeholder,
.m2u-form input[type="text"]::-webkit-input-placeholder,
.m2u-form input[type="number"]::-webkit-input-placeholder,
.m2u-form input[type="email"]::-webkit-input-placeholder,
.m2u-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b7e1b;
}

.m2u-form input::-moz-placeholder,
.m2u-form input.form-control::-moz-placeholder,
.m2u-form input[type="text"]::-moz-placeholder,
.m2u-form input[type="number"]::-moz-placeholder,
.m2u-form input[type="email"]::-moz-placeholder,
.m2u-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b7e1b;
}

.m2u-form input:-ms-input-placeholder,
.m2u-form input.form-control:-ms-input-placeholder,
.m2u-form input[type="text"]:-ms-input-placeholder,
.m2u-form input[type="number"]:-ms-input-placeholder,
.m2u-form input[type="email"]:-ms-input-placeholder,
.m2u-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b7e1b;
}

.m2u-form input:-moz-placeholder,
.m2u-form input.form-control:-moz-placeholder,
.m2u-form input[type="text"]:-moz-placeholder,
.m2u-form input[type="number"]:-moz-placeholder,
.m2u-form input[type="email"]:-moz-placeholder,
.m2u-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9b7e1b;
}

form .submission {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

form .submission .btn,
form .submission .button-cta {
  margin-right: 15px;
  margin-bottom: 15px;
}

form .submission .d-inline-block:last-child .btn,
form .submission .d-inline-block:last-child .button-cta {
  margin-right: 0;
}

form .submission .d-inline-block:first-child,
form .submission .btn:first-child,
form .submission .button-cta:first-child {
  margin-left: 0;
}

.step {
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}

/** form steps/progress component */

.form-step {
  position: relative;
  display: inline-block;
  height: 34px;
}

.form-step-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.form-step-indicator {
  display: inline-block;
  border: 1px solid #373737;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.form-step-indicator__outer {
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #373737;
  color: #fff;
  border: 2.5px solid #FFC600;
}

.form-step-indicator.is-done {
  border-color: #389a6e;
}

.form-step-indicator.is-done .form-step-indicator__outer {
  background-color: #389a6e;
  cursor: pointer;
}

.form-step-bar {
  display: block;
  height: 1px;
  border: .6px solid #fff;
  opacity: .6;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-step-bar-completion {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  will-change: width;
  border: 0.6px solid #389a6e;
  height: 1px;
  opacity: .6;
}

.preloader > img {
  width: 70px;
}

@media (min-width: 576px) {
  .preloader > img {
    width: 40px;
  }
}

.push-away {
  position: absolute;
  left: -99999px;
}

.input-group-addon {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  position: relative;
}

.input-group-addon.reverse {
  padding-left: 12px;
  padding-right: 0;
}

input.form-control.has-error {
  border-bottom: 1px solid #f80000;
}

.form-error-message {
  font-size: 14px;
  color: #f80000;
}

.form-row .form-group input {
  height: 32px;
}

form.owl-carousel.owl-item {
  text-align: center;
}

@media (min-width: 576px) {
  form.owl-carousel.owl-item {
    text-align: initial;
  }
}

legend {
  border-bottom: 0;
  margin-bottom: .5rem;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea::-webkit-input-placeholder {
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
}

textarea:-ms-input-placeholder {
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
}

textarea::-ms-input-placeholder {
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
}

textarea::placeholder {
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
}

textarea.form-control {
  border-color: #373737;
  resize: vertical;
}

.filter-row {
  margin-left: -50px;
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .filter-row {
    margin-left: 0;
    margin-right: 0;
  }
}

.filter .owl-item {
  text-align: center;
}

@media (min-width: 768px) {
  .filter .owl-item {
    text-align: left;
  }
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  background-image: url("/Assets/img/icons/ico-checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
}

.form-check-btn input[type="checkbox"]:checked + label:before,
.form-check-btn
input[type="radio"]:checked + label:before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    margin-right: -15px;
  }
}

.slick-slider .slick-list {
  margin-left: 0;
  margin-right: 0;
}

.search-bar {
  width: 100%;
  padding: 18px 0;
  margin: auto;
}

.search-bar form {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.search-bar form .button.search-icon {
  pointer-events: none;
  width: 39px;
  height: 39px;
  margin: auto;
  border-bottom: solid 2px #9d9d9d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.search-bar form .button.search-icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-bar form .search-input {
  height: 39px;
  border-bottom: solid 2px #9d9d9d;
}

.search-bar form .search-input input {
  font-size: 16px;
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding-left: 50px;
  width: 100%;
  max-width: none;
  height: 100%;
  color: #373737;
}

.search-bar form .search-input input:focus {
  outline: none;
}

.search-bar .suggestion-list {
  background: #fff;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-bar .suggestion-list .gray-text {
  font-size: 12px;
  margin: 0 0 2px;
}

.search-bar .suggestion-list a {
  display: block;
  padding: 5px 30px;
  margin: 0 -30px;
  font-size: 16px;
  text-decoration: none;
  color: #373737;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.search-bar .suggestion-list a:hover {
  background: #ededed;
  text-decoration: none;
}

.search-bar .suggestion-list.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search-bar.active form {
  width: 100%;
}

/* FORM INFO COMPONENT */

form .form-info {
  background-color: #f5f5f5;
  padding: 15px;
}

form .form-info > * {
  font-size: 70%;
  line-height: 1.3;
  color: #9d9d9d;
}

form .form-info span {
  color: #7d7d7d;
}

/* Contact Us Form Specific Styling  */

form#contact-us input,
form#contact-us select,
form#contact-us .m2u-select {
  max-width: 100%;
}

form .col-title {
  margin-bottom: 10px;
}

.form-ktp-upload .form-error-message {
  opacity: 0;
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
}

.form-ktp-upload .form-error-message.active {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}

.form-ktp-preview {
  display: none;
}

.form-ktp-preview > img {
  max-width: 350px;
  width: 100%;
}

.form-ktp-preview div {
  margin-top: 15px;
}

.form-ktp-preview a {
  color: #171717;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: bottom;
}

.form-ktp-preview a img {
  margin-right: 5px;
}

/* IMAGE VERIFICATION RADIO BUTTON */

.image-verification .iv-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: #fff;
  border-radius: 7px;
  border: solid 4px #fff;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.image-verification .iv-box.selected {
  border: solid 4px #389a6e;
}

.image-verification .iv-box input {
  cursor: pointer;
}

.image-verification .iv-box img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button {
  display: inline-block;
  height: auto;
  margin-left: 12px;
  text-align: center;
  text-shadow: none;
  position: relative;
  opacity: 1;
  cursor: pointer;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  /* as link hover state */
}

.button::before {
  -webkit-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
  background-color: transparent !important;
}

.button::after {
  display: none !important;
}

.button:first-child {
  margin-left: 0;
}

.button img {
  display: none;
}

.button input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.button.box,
.button.rounded,
.button.pill {
  /* the default is black border & text */
  height: 38px;
  padding: 0 20px;
  border: solid 1px #373737;
  font-family: 'latobold';
  font-size: 12px;
  line-height: 38px;
  color: #373737;
  /* color options :white border & text */
  /* color options :white border & bg, black text */
  /* color options :black border & bg, white text */
  /* color options :yellow border & bg, black text */
  /* button with image or bg image as icon */
}

.button.box.light,
.button.rounded.light,
.button.pill.light {
  border-color: #fff;
  color: #fff;
}

.button.box.solid,
.button.rounded.solid,
.button.pill.solid {
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.button.box.solid-dark,
.button.rounded.solid-dark,
.button.pill.solid-dark {
  border-color: #373737;
  background: #373737;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.button.box.solid-yellow,
.button.rounded.solid-yellow,
.button.pill.solid-yellow {
  border-color: #FFC600;
  background: #FFC600;
  color: #373737;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.button.box.icon-left::before,
.button.box.icon-right::before,
.button.rounded.icon-left::before,
.button.rounded.icon-right::before,
.button.pill.icon-left::before,
.button.pill.icon-right::before {
  content: '';
  width: 65px;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}

.button.box.icon-left img,
.button.box.icon-right img,
.button.rounded.icon-left img,
.button.rounded.icon-right img,
.button.pill.icon-left img,
.button.pill.icon-right img {
  display: block;
  width: 25px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.button.box.icon-left,
.button.rounded.icon-left,
.button.pill.icon-left {
  padding-left: 55px;
}

.button.box.icon-left::before,
.button.rounded.icon-left::before,
.button.pill.icon-left::before {
  left: 0;
  right: auto;
}

.button.box.icon-left img,
.button.rounded.icon-left img,
.button.pill.icon-left img {
  left: 20px;
}

.button.box.icon-right,
.button.rounded.icon-right,
.button.pill.icon-right {
  padding-right: 55px;
}

.button.box.icon-right::before,
.button.rounded.icon-right::before,
.button.pill.icon-right::before {
  right: 0;
  left: auto;
}

.button.box.icon-right img,
.button.rounded.icon-right img,
.button.pill.icon-right img {
  right: 20px;
}

.button.box {
  border-radius: 0 !important;
}

.button.rounded {
  border-radius: 7px !important;
}

.button.pill {
  border-radius: 100px !important;
}

.button.block {
  display: block;
  padding: 0;
  text-align: center;
}

.button.align-left {
  text-align: left;
}

.button.align-right {
  text-align: right;
}

.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
}

.socmed-row {
  margin-left: -5px;
  margin-left: -5px;
}

.socmed-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.socmed-button span {
  text-indent: -9999px;
}

.socmed-button img {
  display: inline;
  -webkit-transition: .2s;
  transition: .2s;
}

.socmed-button img.default {
  opacity: 1;
}

.socmed-button img.active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.socmed-button:hover img.active {
  opacity: 1;
}

.socmed-button:hover img.default {
  opacity: 0;
}

/** Generic Buttons */

.btn,
.button-cta {
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 8px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.btn.wide,
.wide.button-cta {
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 64px;
  padding-right: 4rem;
}

.btn.addon,
.btn.addon--small,
.addon--small.button-cta,
.addon.button-cta {
  padding-right: 96px;
  padding-right: 6rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}

.btn.addon img,
.btn.addon--small img,
.addon--small.button-cta img,
.addon.button-cta img,
.btn.addon svg,
.btn.addon--small svg,
.addon--small.button-cta svg,
.addon.button-cta svg,
.btn.addon .symbol,
.btn.addon--small .symbol,
.addon--small.button-cta .symbol,
.addon.button-cta .symbol {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  width: 12px;
  /* exception for premier-wealth button, which arrow
               change color when hovered =___= */
}

.btn.addon img.hover,
.btn.addon--small img.hover,
.addon--small.button-cta img.hover,
.addon.button-cta img.hover,
.btn.addon svg.hover,
.btn.addon--small svg.hover,
.addon--small.button-cta svg.hover,
.addon.button-cta svg.hover,
.btn.addon .symbol.hover,
.btn.addon--small .symbol.hover,
.addon--small.button-cta .symbol.hover,
.addon.button-cta .symbol.hover {
  display: none;
}

.btn.addon .symbol,
.btn.addon--small .symbol,
.addon--small.button-cta .symbol,
.addon.button-cta .symbol {
  font-size: 17px;
  width: auto;
}

.btn.addon.free-img-size img,
.btn.free-img-size.addon--small img,
.free-img-size.addon--small.button-cta img,
.addon.free-img-size.button-cta img,
.btn.addon.free-img-size svg,
.btn.free-img-size.addon--small svg,
.free-img-size.addon--small.button-cta svg,
.addon.free-img-size.button-cta svg {
  width: auto;
}

.btn.addon-reverse,
.btn.addon-reverse--small,
.addon-reverse--small.button-cta,
.addon-reverse.button-cta {
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 96px;
  padding-left: 6rem;
  position: relative;
  text-align: right;
}

.btn.addon-reverse img,
.btn.addon-reverse--small img,
.addon-reverse--small.button-cta img,
.addon-reverse.button-cta img,
.btn.addon-reverse svg,
.btn.addon-reverse--small svg,
.addon-reverse--small.button-cta svg,
.addon-reverse.button-cta svg,
.btn.addon-reverse .symbol,
.btn.addon-reverse--small .symbol,
.addon-reverse--small.button-cta .symbol,
.addon-reverse.button-cta .symbol {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7%;
  width: 12px;
}

.btn.addon-reverse .symbol,
.btn.addon-reverse--small .symbol,
.addon-reverse--small.button-cta .symbol,
.addon-reverse.button-cta .symbol {
  font-size: 17px;
  width: auto;
}

.btn.no-shadow,
.no-shadow.button-cta {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.btn.btn-grey,
.btn-grey.button-cta {
  background-color: #f5f5f5;
}

.btn.btn-grey:hover,
.btn-grey.button-cta:hover {
  outline: 0;
  color: #373737;
  border-color: transparent;
  background-color: #FFC600;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
}

.btn-link.addon img,
.btn-link.btn.addon--small img,
.btn-link.addon--small.button-cta img {
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: -10px;
}

.btn-link.btn-green {
  color: #389a6e;
}

.btn-link.btn-grey {
  background-color: transparent;
  color: #9d9d9d;
}

.btn-link.btn-grey:hover {
  background-color: transparent;
}

.btn-link.btn-white {
  color: #fff;
}

.btn-primary,
.dark .btn-outline-primary,
.btn-outline-light,
.pw .btn-outline-primary {
  cursor: pointer;
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn-primary:hover,
.dark .btn-outline-primary:hover,
.btn-outline-light:hover,
.pw .btn-outline-primary:hover {
  background-color: #373737;
  color: #fff;
}

.btn-primary:focus,
.dark .btn-outline-primary:focus,
.btn-outline-light:focus,
.pw .btn-outline-primary:focus,
.btn-primary:active,
.dark .btn-outline-primary:active,
.btn-outline-light:active,
.pw .btn-outline-primary:active,
.btn-primary:active:focus,
.dark .btn-outline-primary:active:focus,
.btn-outline-light:active:focus,
.pw .btn-outline-primary:active:focus,
.btn-primary:active:hover,
.dark .btn-outline-primary:active:hover,
.btn-outline-light:active:hover,
.pw .btn-outline-primary:active:hover {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
  outline: 0;
  color: #fff;
}

.btn-outline-primary {
  border: 1px solid #373737;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #373737;
  outline: inherit;
}

.btn-outline-primary:hover,
.btn-outline-primary.selected {
  outline: 0;
  color: #373737;
  border-color: #ffcc1a;
  background-color: #ffcc1a;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover {
  outline: 0;
  color: #373737;
  border-color: #ffcc1a;
  background-color: #ffd74d;
}

.btn-outline-primary.btn-white {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 991.98px) {
  .btn-outline-primary.btn-white {
    padding: 12px 14px;
  }

  .btn-outline-primary.btn-white.mr-3 {
    margin-left: 1rem !important;
    margin-left: 16px;
    margin-left: 1rem;
  }
}

.btn-outline-primary.btn-white:focus,
.btn-outline-primary.btn-white:active,
.btn-outline-primary.btn-white:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* for dark themed banner button */

.dark .btn-outline-primary,
.btn-outline-light {
  border-color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.dark .btn-outline-primary:hover,
.dark .btn-outline-primary.selected,
.btn-outline-light:hover,
.btn-outline-light.selected {
  outline: 0;
  color: #373737;
  border-color: transparent;
  background-color: #ffcc1a;
}

.dark .btn-outline-primary:hover img,
.dark .btn-outline-primary.selected img,
.btn-outline-light:hover img,
.btn-outline-light.selected img {
  display: none;
}

.dark .btn-outline-primary:hover img.hover,
.dark .btn-outline-primary.selected img.hover,
.btn-outline-light:hover img.hover,
.btn-outline-light.selected img.hover {
  display: inline-block;
}

.dark .btn-outline-primary:focus,
.dark .btn-outline-primary:active,
.dark .btn-outline-primary:active:focus,
.dark .btn-outline-primary:active:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light:active:focus,
.btn-outline-light:active:hover {
  outline: 0;
  color: #373737;
  border-color: transparent;
  background-color: #ffd74d;
}

/* for premier-wealth themed banner button */

.pw .btn-outline-primary {
  border-color: #baa285;
  background-color: #1e180f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #baa285;
}

.pw .btn-outline-primary:hover,
.pw .btn-outline-primary.selected {
  outline: 0;
  color: #373737;
  border-color: transparent;
  background-color: #c3ae95;
}

.pw .btn-outline-primary:hover img,
.pw .btn-outline-primary.selected img {
  display: none;
}

.pw .btn-outline-primary:hover img.hover,
.pw .btn-outline-primary.selected img.hover {
  display: inline-block;
}

.pw .btn-outline-primary:focus,
.pw .btn-outline-primary:active,
.pw .btn-outline-primary:active:focus,
.pw .btn-outline-primary:active:hover {
  outline: 0;
  color: #373737;
  border-color: transparent;
  background-color: #d6c7b6;
}

.btn-secondary {
  color: #373737;
  background-color: #FFC600;
  border-color: #FFC600;
}

.btn-secondary:hover {
  color: #373737;
  border-color: #ffcc1a;
  background-color: #ffcc1a;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  color: #373737;
  border-color: #ffd133;
  background-color: #ffd133;
}

.btn-tertiary {
  color: #fff;
  background-color: #389a6e;
  border-color: #389a6e;
}

.btn-tertiary:hover {
  color: #fff;
  border-color: #3fad7b;
  background-color: #3fad7b;
}

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover {
  color: #fff;
  border-color: #48bd88;
  background-color: #48bd88;
}

.btn-login {
  background-color: #FFC600 !important;
  color: #373737 !important;
  padding: 6px 12px;
}

/** addons */

.btn.addon--small,
.addon--small.button-cta {
  padding-right: 48px;
  padding-right: 3rem;
}

.btn.addon-reverse--small,
.addon-reverse--small.button-cta {
  padding-left: 48px;
  padding-left: 3rem;
}

.btn.addon-reverse img.ico-pin,
.btn.addon-reverse--small img.ico-pin,
.addon-reverse--small.button-cta img.ico-pin,
.addon-reverse.button-cta img.ico-pin,
.btn.addon img.ico-pin,
.btn.addon--small img.ico-pin,
.addon--small.button-cta img.ico-pin,
.addon.button-cta img.ico-pin {
  width: 20px;
  height: 20px;
}

/** Specific Buttons */

.btn-back {
  width: 100%;
  max-width: 100px;
  padding-left: 0 !important;
  border-color: transparent;
  color: #fff;
}

.btn-back #arrow-left {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .btn-back {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .btn-back {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btn-back .text {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .btn-back .text {
    visibility: visible;
  }
}

.btn-back:hover,
.btn-back:active,
.btn-back:focus,
.btn-back:active:hover,
.btn-back:active:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn-back:hover,
  .btn-back:active,
  .btn-back:focus,
  .btn-back:active:hover,
  .btn-back:active:focus {
    background-color: transparent;
    border-color: transparent;
  }
}

.btn-back img,
.btn-back svg {
  left: 17% !important;
}

.button-cta {
  color: #fff !important;
  background-color: #389a6e;
  border-color: #389a6e;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  height: 45px;
  position: relative;
}

.button-cta:hover {
  color: #fff;
  border-color: #3fad7b;
  background-color: #3fad7b;
}

.button-cta:active,
.button-cta:focus,
.button-cta:active:focus,
.button-cta:active:hover {
  color: #fff;
  border-color: #48bd88;
  background-color: #48bd88;
}

.button-cta.with-arrow-right {
  padding: 12px 30px 12px 12px;
  text-align: left;
}

.button-cta.with-arrow-right::after {
  right: 10px;
}

.button-cta.with-arrow-right:hover {
  color: #fff !important;
}

.button-cta.with-arrow-left {
  padding: 12px 12px 12px 30px;
  text-align: right;
}

.button-cta.with-arrow-left::after {
  left: 14px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.button-cta.with-arrow-right::after,
.button-cta.with-arrow-left::after {
  position: absolute;
  content: '';
  background-image: url("/Assets/img/icons/arrow-right/arrow-right-363@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
}

.button-cta.with-arrow-right:hover::after,
.button-cta.with-arrow-left:hover::after {
  filter: brightness(0);
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
}

.button-cta.outlined {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff !important;
}

.button-cta.outlined:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.button-cta.outlined:hover #arrow-left {
  color: #fff;
}

.cta a.button-cta {
  color: #fff !important;
}

.button.icon-left,
.button.icon-right {
  /* these are used in home chat - card detail popup */
  /* these are used in login popup */
}

.button.icon-left.compare::before,
.button.icon-right.compare::before {
  background-image: url("/Assets/img/icons/compare.png");
}

.button.icon-left.close,
.button.icon-right.close {
  width: auto;
}

.button.icon-left.close::before,
.button.icon-right.close::before {
  background-image: url("/Assets/img/icons/close.png");
}

.button.icon-left.proceed::before,
.button.icon-right.proceed::before {
  width: 39px;
  background-image: url("/Assets/img/icons/arrow-circle-right.png");
}

.button.icon-left.proceed.icon-only,
.button.icon-right.proceed.icon-only {
  width: 0 !important;
  padding-left: 0 !important;
  padding-right: 39px !important;
  text-indent: 50px !important;
  overflow: hidden !important;
}

.button.icon-left.lock::before,
.button.icon-right.lock::before {
  background-image: url("/Assets/img/icons/lock.svg");
}

.button.icon-left.user::before,
.button.icon-right.user::before {
  background-image: url("/Assets/img/icons/user.svg");
}

table.table-custom {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  /*
        tr:first-child {
            th {
                border-top:none;
            }
        }
        th:first-child {
            border-left:none;
        }
        */
}

table.table-custom tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

table.table-custom tr:nth-of-type(even) {
  background-color: #fff;
}

table.table-custom th,
table.table-custom td {
  padding: 10px 12px;
  min-width: 170px;
  max-width: 300px;
  word-wrap: break-word;
}

@media (min-width: 576px) {
  table.table-custom th,
  table.table-custom td {
    padding: 20px 25px;
  }
}

table.table-custom th {
  background-color: #FFC600;
  font-family: 'latobold';
  font-weight: normal;
  vertical-align: top;
}

table.table-custom tr.bordered th {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

table.table-custom tr.bordered th.no-border-top {
  border-top: none;
}

table.table-custom tr.bordered th.no-border-left {
  border-left: none;
}

table.table-custom td.th {
  background-color: #FFC600;
}

table.table-custom td .country-ball {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  top: 2px;
}

table.table-custom td .country-ball img {
  display: block;
  width: 100%;
  height: 100%;
}

table.table-custom td .stock-up,
table.table-custom td.stock-up {
  color: #0FA07B;
}

table.table-custom td .stock-down,
table.table-custom td.stock-down {
  color: #D0021B;
}

table.table-custom .with-border tr:first-child th {
  border-top: 0;
}

table.table-custom .with-border th {
  border: 1px solid #fff;
  border-bottom: 0;
}

table.table-custom .with-border th:first-child {
  border-left: 0;
}

table.table-custom .with-border th:last-child {
  border-right: 0;
}

table.full-table-width {
  width: 100%;
}

table.auto-td-width th,
table.auto-td-width td {
  min-width: 0;
}

table.no-stripe-bg tr,
table.no-stripe-bg.table-custom tr {
  background: none;
}

table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  border-width: 1px;
  color: rgba(55, 55, 55, 0.6);
}

table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td {
  padding: 15px 8px;
}

table.table.table-border-bottom > thead > tr > th,
table.table.table-border-bottom > thead > tr td,
table.table.table-border-bottom > tbody > tr > th,
table.table.table-border-bottom > tbody > tr td,
table.table.table-border-bottom > tfoot > tr > th,
table.table.table-border-bottom > tfoot > tr td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

.table-transparent.bg-gray,
.table-transparent.bg-grey {
  background-color: #d9d9d9 !important;
}

.table-transparent th,
.table-transparent tr,
.table-transparent td {
  padding: 5px;
  border: 0 !important;
}

@media (max-width: 991.98px) {
  .table-responsive {
    border: 0;
    border-radius: 7px 7px 0 0;
  }
}

@media (min-width: 768px) {
  .table-responsive {
    width: 100%;
    height: auto;
    overflow: auto;
  }
}

.table-responsive-rows-down .table-columns-head {
  display: none;
  color: rgba(55, 55, 55, 0.6);
}

@media (max-width: 991.98px) {
  .table-responsive-rows-down .table-columns-head {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-rows-down table {
    display: block;
  }

  .table-responsive-rows-down table thead {
    display: none;
  }

  .table-responsive-rows-down table tr,
  .table-responsive-rows-down table td {
    display: block;
  }

  .table-responsive-rows-down table tr {
    border-top: 1px solid #ddd;
    padding: 10px 0 20px;
  }

  .table-responsive-rows-down table tr:last-child {
    border-bottom: 1px solid #ddd;
  }

  .table-responsive-rows-down table tr:after {
    content: '';
    display: block;
    clear: both;
  }

  .table-responsive-rows-down table td {
    border: 0 !important;
  }

  .table-responsive-rows-down table td.table-columns-two {
    width: 50%;
    float: left;
  }

  .table-responsive-rows-down table td.table-coloumns-with-check {
    display: table-cell;
    vertical-align: top;
    padding-left: 0;
    padding-top: 20px;
    padding-right: 15px;
  }

  .table-responsive-rows-down table td.table-coloumns-with-check-desc {
    display: table-cell;
    vertical-align: top;
  }
}

/* wrap your table with this class if you want this to be scrollable past its width */

.table-overflow {
  overflow: auto;
}

.table-overflow table {
  white-space: nowrap;
  border-radius: 8px;
  /* make table centered on smaller screen - landscape */
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .table-overflow table {
    margin: 0 auto;
  }
}

.table-overflow table tr:nth-child(even) {
  background-color: #fff;
}

.table-overflow table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.stock-market table {
  width: 100%;
  margin-top: 30px;
}

.stock-market table tr td,
.stock-market table tr th {
  padding: 14px 20px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .stock-market table tr td,
  .stock-market table tr th {
    padding: 10px 12px;
  }
}

.stock-market table tr td {
  overflow-wrap: break-word;
}

.stock-market table td .country-ball {
  top: 0;
}

.stock-market table:first-child {
  margin-top: 0;
}

.stock-market .stock-footer {
  background: #fff !important;
}

.stock-market .stock-date {
  color: rgba(55, 55, 55, 0.5);
  font-size: 12px;
}

.stock-market .stock-logo {
  text-align: right;
}

.stock-market .stock-logo img {
  height: 20px;
}

.m-accordion {
  display: block;
}

.m-accordion .a-title {
  font-size: 16px;
  padding: 19px 30px;
  position: relative;
  border-bottom: 1px solid #383838;
  display: block;
  font-weight: bold;
}

.m-accordion .a-title:focus,
.m-accordion .a-title:hover {
  text-decoration: none;
}

.m-accordion .a-title::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 11px;
  background-image: url("/Assets/img/icons/nav-next.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.m-accordion .a-content {
  padding: 30px;
  display: none;
}

.m-accordion .accordion-list:first-child .a-title {
  border-top: 1px solid #383838;
}

.m-accordion .accordion-list:first-child .a-content {
  display: block;
}

.m-accordion.active .a-title::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-banner,
.page-banner--as-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .page-banner,
  .page-banner--as-bg {
    height: 300px;
  }
}

.page-banner--large {
  height: 320px;
}

@media screen and (min-width: 1200px) {
  .page-banner--large {
    height: 360px;
  }
}

.page-banner-body {
  padding: 48px 0px;
  padding: 3rem 0rem;
}

@media (min-width: 768px) {
  .page-banner-search {
    padding-top: 60px;
  }
}

.page-banner-search .form-group {
  padding-right: 30px;
  padding-top: 3px;
}

.page-banner-search form input.form-control {
  padding-bottom: 13px;
  width: 100%;
  max-width: 270px;
  font-size: 20px;
  border-color: #9d9d9d;
}

.page-banner-search button {
  margin-top: 5px;
  min-width: 230px;
}

.page-banner-search-big {
  padding-top: 0;
}

.page-banner-search-big .form-group {
  padding-right: 0;
}

.page-banner-search-big form input.form-control {
  max-width: 100%;
  height: 60px;
  font-family: 'latobold';
  font-size: 42px;
}

.page-banner--as-bg {
  background-position: 55%;
  /* text on right */
  /* fixed/higher height */
  /* mini banner */
  /* color theme : black bg, white text */
  /* color theme : premier wealth */
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .page-banner--as-bg {
    background-position: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .page-banner--as-bg {
    background-position: 55%;
  }
}

.page-banner--as-bg.overflow {
  overflow: visible;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .page-banner--as-bg.reverse {
    background-position: 45%;
  }
}

.page-banner--as-bg.reverse .page-banner-body {
  right: 0;
  max-width: 540px;
}

@media (max-width: 1199.98px) {
  .page-banner--as-bg.reverse .page-banner-body {
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  .page-banner--as-bg.reverse .page-banner-body {
    max-width: none;
  }
}

@media (max-width: 1199.98px) {
  .page-banner--as-bg.reverse .page-banner-body p,
  .page-banner--as-bg.reverse .page-banner-body a {
    float: right;
    clear: both;
  }
}

.page-banner--as-bg.fixed-height {
  height: 330px;
}

.page-banner--as-bg.mini-banner {
  height: 220px;
}

@media (max-width: 767.98px) {
  .page-banner--as-bg.mini-banner {
    height: 240px;
  }
}

.page-banner--as-bg.mini-banner .container {
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  .page-banner--as-bg.mini-banner .container {
    padding: 0 20px;
  }
}

.page-banner--as-bg.mini-banner .page-banner-body {
  max-width: 350px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: auto;
}

@media (max-width: 767.98px) {
  .page-banner--as-bg.mini-banner .page-banner-body {
    width: auto;
  }
}

.page-banner--as-bg.mini-banner h1 {
  font-size: 26px;
  line-height: 36px;
}

.page-banner--as-bg.dark {
  background-color: #373737;
}

.page-banner--as-bg.dark h1,
.page-banner--as-bg.dark p {
  color: #fff;
}

.page-banner--as-bg.dark.mini-banner p {
  color: #9d9d9d;
}

@media (max-width: 575.98px) {
  .page-banner--as-bg.dark.mini-banner p {
    color: #fff;
  }
}

.page-banner--as-bg.pw {
  background-color: #1e180f;
}

.page-banner--as-bg.pw h1,
.page-banner--as-bg.pw p {
  color: #baa285;
}

.page-banner--as-bg .img-frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-banner--as-bg .container {
  width: auto;
  max-width: 1200px;
  height: inherit;
  position: relative;
}

.page-banner--as-bg .banner-title {
  font-size: 42px;
}

@media (max-width: 575.98px) {
  .page-banner--as-bg .banner-title {
    font-size: 32px;
  }
}

.page-banner--as-bg .page-banner-body {
  padding: 48px 0px;
  padding: 3rem 0rem;
  width: 100%;
  position: absolute;
  /* add max width on the p tag */
  /* cekidot -> /credit-card/maybank-white-card/ */
  /* note : cancelled =____= check class '.alt' in calculator.scss */
}

.page-banner--as-bg .page-banner-body.full {
  max-width: none;
}

.page-banner--as-bg .page-banner-body p {
  max-width: 570px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .page-banner--as-bg .page-banner-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (orientation: portrait) {
  .page-banner--as-bg .page-banner-body {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (orientation: landscape) {
  .page-banner--as-bg .page-banner-body {
    max-width: 400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) and (orientation: landscape) {
  .page-banner--as-bg .page-banner-body {
    max-width: 620px;
  }
}

.page-banner--as-bg .page-banner-body .btn,
.page-banner--as-bg .page-banner-body .button-cta {
  margin-top: 15px;
}

.page-banner--as-bg .page-banner-body .m-calc-calculator {
  background: none;
  padding-top: 25px;
  padding-bottom: 0;
}

.page-banner--as-bg .page-banner-body .m-calc-calculator .calc-box {
  border-right: 1px solid #808080;
  padding: 0;
}

.page-banner--as-bg .page-banner-body .m-calc-calculator .calc-box .label {
  font-family: 'latoregular';
  text-transform: uppercase;
  color: #373737;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .promo.credit-card-promo > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-banner--as-bg.shadowed .page-banner-body p,
.page-banner--as-bg.shadowed .banner-title {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1200px) {
  .page-banner--as-bg + .c-login-box {
    position: absolute;
    right: 0;
    width: 100%;
    top: 130px;
    right: 4em;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 8px;
  }

  .page-banner--as-bg + .c-login-box.one-bar {
    top: 58px;
  }

  .page-banner--as-bg + .c-login-box.cstd-box {
    top: 170px;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner--as-bg + .c-login-box {
    right: 20%;
  }
}

.banner-carousel {
  position: relative;
  width: 455px;
  height: 100vh;
  /* on large screen, the banner goes 1/4th of screen */
  /* add a bit shadow on the bottom to highlight the progress bar */
  /* progress bar */
  /* video content */
}

@media (max-width: 1199.98px) {
  .banner-carousel {
    width: 354px;
  }
}

@media (max-width: 991.98px) {
  .banner-carousel {
    width: auto;
  }
}

.banner-carousel .item {
  position: relative;
  /* give a darker shadow on the bottom of each item */
}

.banner-carousel .item-body {
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 10;
  color: #fff;
  padding: 0 15px;
  /* push the text up a bit on device - landscape */
  /* on landscape.. */
}

@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .banner-carousel .item-body {
    bottom: 7%;
  }
}

@media screen and (min-width: 768px) {
  .banner-carousel .item-body {
    padding: 15px 15px 15px 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .banner-carousel .item-body {
    bottom: 15%;
  }
}

.banner-carousel .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/Assets/img/bg/banner-grad.png) center bottom repeat-x;
  background-size: contain;
  z-index: 1;
}

.banner-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-carousel .item .img-as-bg {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* on device - landscape.. */
  /* on landscape from mobile to tablet pull the bg up a bit */
  /* on large screen, center the bg */
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .banner-carousel .item .img-as-bg {
    height: 100vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-carousel .item .img-as-bg {
    background-position-y: 15%;
  }
}

@media screen and (min-width: 1200px) {
  .banner-carousel .item .img-as-bg {
    background-position: center;
  }
}

.banner-carousel .slide {
  /* text-align: center; */
  position: absolute;
  z-index: 2;
  bottom: 2%;
  width: 100%;
  padding: 0 15px;
  /* max-width: 250px; */
  /* on landscape.. */
  /* increase the width on the progress bar on medium screen and above */
}

@media screen and (min-width: 768px) {
  .banner-carousel .slide {
    padding: 15px 15px 15px 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .banner-carousel .slide {
    bottom: 10%;
  }
}

.banner-carousel .slide-placeholder {
  /* display: inline-block; */
  display: block;
  float: left;
  height: 2px;
  margin: 15px 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  /* if its the current bar set the bg slightly lighter */
}

.banner-carousel .slide-placeholder.is-active {
  background: rgba(255, 255, 255, 0.5);
}

.banner-carousel .slide-progress {
  background: #FFC600;
  display: inline-block;
  height: 2px;
  width: 0;
  position: absolute;
}

.banner-carousel.video-container {
  background: #FFC600;
}

@media (max-width: 991.98px) {
  .banner-carousel.video-container {
    height: 425px !important;
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .banner-carousel.video-container {
    height: 335px !important;
    padding-top: 55px;
  }
}

@media (max-width: 575.98px) {
  .banner-carousel.video-container {
    height: 295px !important;
  }
}

.banner-carousel.video-container embed,
.banner-carousel.video-container video,
.banner-carousel.video-container iframe {
  width: 100%;
  height: 100%;
  background: #373737;
  color: #fff;
}

#thought-leader-promo-banner [class^="col-"] {
  height: 330px;
  background-position: top;
  background-size: cover;
}

.l-form-box {
  background-color: #373737;
  overflow: hidden;
  display: block;
}

.l-form-box__wrapper {
  padding: 15px;
}

.l-form-box__header {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #9d9d9d;
}

.l-form-box form label,
.l-form-box form input.form-control {
  color: #fff !important;
  border-color: #fff;
}

.l-form-box form input.form-control:-webkit-autofill,
.l-form-box form textarea:-webkit-autofill,
.l-form-box form select:-webkit-autofill {
  -webkit-box-shadow: -10px -10px 0 60px #373737 inset;
  -webkit-text-fill-color: #fff;
}

.box {
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  padding: 15px;
  /* box variant */
}

.box__title {
  font-size: 42px;
  line-height: 1;
}

.box--dark {
  background-color: #373737;
}

.box__header,
.box__footer {
  margin-top: 4rem;
}

/* hastag component */

.hastag__item {
  font-size: 12px;
  line-height: 1.5;
  display: inline;
}

#syariah-fun-fact {
  background-size: cover;
  background-position: center;
}

.login-box {
  width: 270px;
  height: 288px;
  background: #000;
  border-radius: 6px;
}

.login-box .head {
  padding: 20px 30px;
  border-bottom: solid 2px #282828;
  font-size: 20px;
  color: #fff;
  font-family: 'latobold';
}

.login-box .head span {
  color: #FFC600;
}

.login-box .login-form {
  padding: 30px 30px 0;
}

.login-box .login-form form p,
.login-box .login-form .form p {
  margin-bottom: 20px;
}

.login-box .login-form form .row,
.login-box .login-form form .skeleton .skeleton__wrapper,
.skeleton .login-box .login-form form .skeleton__wrapper,
.login-box .login-form .form .row,
.login-box .login-form .form .skeleton .skeleton__wrapper,
.skeleton .login-box .login-form .form .skeleton__wrapper {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.login-box .login-form form .input input[type="text"],
.login-box .login-form .form .input input[type="text"] {
  font-size: 16px;
}

.login-box .login-form form .button.rounded,
.login-box .login-form .form .button.rounded {
  height: 44px;
  padding: 0 35px;
  font-size: 14px;
  line-height: 44px;
}

.banner .login-box {
  margin: 0 0 0 auto;
}

/** Icon Box */

.icon-box {
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: #FFC600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 160px;
  height: 150px;
  /** STATE */
}

@media (min-width: 1200px) {
  .icon-box {
    width: 170px;
    height: 160px;
  }
}

.icon-box a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .icon-box-responsive .icon-box {
    width: 122px;
    height: 136px;
  }
}

@media screen and (device-aspect-ratio: 375 / 667) {
  .icon-box-responsive .icon-box {
    width: 145px;
    height: 140px;
  }
}

@media (max-width: 767.98px) {
  .icon-box-responsive .icon-box__caption {
    width: 100%;
  }
}

.icon-box__img {
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

.icon-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-box__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-box__caption {
  text-transform: uppercase;
  font-size: 12px;
  white-space: normal;
  font-weight: 700;
  font-family: 'latobold';
  width: 140px;
  color: #373737;
}

.icon-box:hover {
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menu-overlay,
.screen-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 91;
}

.popup {
  display: none;
  width: 640px;
  height: auto;
  min-height: 300px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 50px;
  z-index: 92;
}

.popup .frame {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  overflow: auto;
}

/** MODAL STYLING */

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-content {
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal .modal-dialog.modal-dialog-centered {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .modal .modal-dialog.modal-dialog-centered > .modal-content {
    left: 0;
    right: 0;
    width: 96%;
    margin: auto;
    top: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.modal .modal-header {
  border-bottom: none;
}

.modal .modal-header .close::before,
.modal .modal-header .close::after {
  display: none;
}

.modal .modal-body {
  max-height: 500px;
  overflow: auto;
}

.modal .modal-body.no-max-height {
  max-height: 100%;
}

.modal .modal-body.no-max-height::after {
  height: 0;
}

.modal .modal-body::after {
  content: '';
  display: block;
  height: 40px;
}

@media (max-width: 991.98px) {
  .modal.modal-full .modal-header {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  .modal.modal-full .modal-dialog {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .modal.modal-full .modal-dialog.modal-dialog-centered > .modal-content {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0;
  }
}

.modal.has-animation .modal-dialog {
  -webkit-transition: 1s;
  transition: 1s;
}

.modal.has-animation.out .modal-dialog {
  -webkit-transform: translate3d(0, -100vh, 0);
  transform: translate3d(0, -100vh, 0);
}

.modal.has-animation.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal.full {
  /* example : login popup */
  text-align: center;
}

.modal.full .modal-dialog {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .modal.full .modal-dialog {
    max-width: none;
  }
}

.modal.full .modal-content {
  background: none;
  height: 100%;
  min-height: 500px;
  border: 0;
}

.modal.full .modal-header,
.modal.full .modal-footer {
  display: block;
  border: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.modal.full .modal-header {
  min-height: 20px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  z-index: 1;
}

.modal.full .modal-footer {
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  bottom: 0;
}

.modal.full .modal-body {
  display: block;
  height: 280px;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal.full .modal-body::after {
  display: none;
}

.modal.full .js-modal-trigger-close {
  width: 20px;
  height: 20px;
  float: right;
  right: 30px;
  top: 30px;
  background: url("/Assets/img/icons/close-white.svg") center center no-repeat;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .modal.full .js-modal-trigger-close {
    z-index: 999;
  }
}

/** OTP */

.form-otp-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .form-otp-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.form-otp-input {
  border: 2px solid #f2f2f2 !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 1px 5px -3px !important;
  box-shadow: 0 1px 5px -3px !important;
  color: #373737;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 45px;
  height: 65px;
}

@media (min-width: 576px) {
  .form-otp-input {
    width: 50px;
    height: 75px;
  }
}

@media (min-width: 768px) {
  .form-otp-input {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/** specific modal */

.modal .modal-header.ayda-header {
  padding: 0;
}

.modal .modal-header.ayda-header .ayda-image {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .modal[modal-name="otp"] .modal-dialog {
    width: 450px;
  }
}

.modal[modal-name="otp"] .modal-content {
  color: #373737;
}

.modal[modal-name="otp"] .modal-content #modal-close-svg {
  fill: #373737;
}

.modal[modal-name="otp"] .modal-header,
.modal[modal-name="otp"] .modal-footer {
  border: 0;
}

.modal[modal-name="otp"] .modal-body {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  padding: 0 1rem;
}

@media (min-width: 768px) {
    .modal[modal-name="otpOri"] .modal-dialog {
        width: 450px;
    }
}

.modal[modal-name="otpOri"] .modal-content {
    color: #373737;
}

    .modal[modal-name="otpOri"] .modal-content #modal-close-svg {
        fill: #373737;
    }

.modal[modal-name="otpOri"] .modal-header,
.modal[modal-name="otpOri"] .modal-footer {
    border: 0;
}

.modal[modal-name="otpOri"] .modal-body {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 0 1rem;
}

.modal[modal-name="photo"] .modal-content,
.modal[modal-name="photo"] .modal-dialog {
  height: 100%;
}

.modal[modal-name="photo"] .modal-header,
.modal[modal-name="photo"] .modal-content,
.modal[modal-name="photo"] .modal-footer {
  background: transparent;
  border: 0;
}

.modal[modal-name="photo"] .modal-body:after {
  height: 0;
  display: none;
}

.modal[modal-name="photo"] .modal-header {
  position: absolute;
  width: 100%;
  z-index: 999999;
}

.modal[modal-name="photo"] .modal-body {
  overflow: hidden;
  max-height: initial;
  height: 100%;
  overflow: initial;
}

.modal[modal-name="photo"] .card-photo-frame {
  height: 400px;
  max-width: 450px; /*530*/
  margin: 0 auto;
  border: 3px dashed #373737;
  background-color: #515151;
  border-radius: 8px;
}

@media (min-width: 576px) {
  .modal[modal-name="photo"] .card-photo-frame {
    height: 332px;
  }
}

.modal[modal-name="photo"] .badge-button {
  width: auto;
  height: auto;
}

.modal-gmap-search {
  overflow: hidden;
}

.modal-gmap-search .modal-header {
  padding: 15px;
  position: relative;
  z-index: 2;
}

.modal-gmap-search .modal-header .close {
  background: #fff;
  opacity: 1;
  border: solid 5px #fff;
  border-top: solid 7px #fff;
  border-bottom: solid 3px #fff;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  top: 12px;
  right: 12px;
}

.modal-gmap-search .modal-body {
  padding: 0;
  margin-top: -30px;
}

.modal-gmap-search .modal-body::after {
  display: none;
}

.modal-gmap-search .modal-body .left-side {
  width: 350px;
  height: 500px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.modal-gmap-search .modal-body .left-side .header-area {
  height: 152px;
  padding: 30px 25px;
}

.modal-gmap-search .modal-body .left-side .header-area h2 {
  margin-bottom: 10px;
}

.modal-gmap-search .modal-body .left-side .content-area {
  position: absolute;
  left: 0;
  top: 152px;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.modal-gmap-search .modal-body .left-side .content-area .search-result-item {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 30px;
  border-top: solid 1px #b4b4b4;
  cursor: pointer;
}

.modal-gmap-search .modal-body .left-side .content-area .search-result-item:first-child {
  border-top: none;
}

.modal-gmap-search .modal-body .left-side .content-area .search-result-item:hover {
  background: #f5f5f5;
}

.modal-gmap-search .modal-body .right-side {
  position: absolute;
  left: 350px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.pac-container {
  z-index: 2000;
}

.pac-container .pac-icon-marker {
  margin-top: 3px;
}

.pac-container .pac-item {
  padding: 10px 8px;
  white-space: initial;
  font-size: 14px;
  line-height: 24px;
}

.pac-container .pac-item-query {
  font-size: 14px;
  line-height: 24px;
}

.cancel-file-upload {
  border: solid 1px #d2d2d2;
  border-radius: 8px;
  padding: 15px;
  height: 54px;
  position: relative;
  background: url("/Assets/img/loading.gif") 15px center no-repeat;
}

.cancel-file-upload .filename {
  font-size: 15px;
  font-family: 'latobold';
  padding-left: 35px;
  line-height: 23px;
  margin: 0 68px 0 0;
  height: 23px;
  overflow: hidden;
}

.cancel-file-upload .cancel-text {
  color: #f80000;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 54px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.sticky-header .m-top-nav.fixed,
.sticky-header .m-top-nav-placeholder.fixed {
  top: 55px;
  /* disabled for update : reduce header size to same as mobile in all viewport
			@include media-breakpoint-up(md) {
				top: 75px; // same as .site-header height
			}
			*/
}

.sticky-header .m-top-nav.conditional-sticky,
.sticky-header .m-top-nav-placeholder.conditional-sticky {
  top: 0;
}

.sticky-header .m-top-nav.conditional-sticky.conditional-fixed.fixed,
.sticky-header .m-top-nav-placeholder.conditional-sticky.conditional-fixed.fixed {
  top: 55px;
  /* disabled for update : reduce header size to same as mobile in all viewport
					@include media-breakpoint-up(md) {
						top: 75px; // same as .site-header height
					}
					*/
}

.m-top-nav,
.m-top-nav-placeholder {
  background-color: #373737;
  width: 100%;
  height: 62px;
  display: block;
  position: relative;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  /* used in credit-card page */
}

.m-top-nav .container,
.m-top-nav .container-fluid,
.m-top-nav-placeholder .container,
.m-top-nav-placeholder .container-fluid {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 768px) {
  .m-top-nav .container-fluid,
  .m-top-nav-placeholder .container-fluid {
    /* disabled for update : reduce header size to same as mobile in all viewport
			padding-top: 1rem;
			padding-bottom: 1rem;
			*/
  }

  .m-top-nav .container-fluid > .row > div:first-child,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child,
  .m-top-nav-placeholder .container-fluid > .row > div:first-child,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .m-top-nav .container-fluid > .row > div:first-child .top-nav-link,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link,
  .m-top-nav-placeholder .container-fluid > .row > div:first-child .top-nav-link,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link {
    left: 40px;
  }
}

@media (min-width: 768px) {
  .m-top-nav .container-fluid > .row > div:first-child .top-nav-link.dropdown-mode,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode,
  .m-top-nav-placeholder .container-fluid > .row > div:first-child .top-nav-link.dropdown-mode,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode {
    left: 40px;
  }

  .m-top-nav .container-fluid > .row > div:last-child,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child,
  .m-top-nav-placeholder .container-fluid > .row > div:last-child,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child {
    padding-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .m-top-nav .container-fluid > .row > div:last-child .top-nav-link,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link,
  .m-top-nav-placeholder .container-fluid > .row > div:last-child .top-nav-link,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link {
    right: 40px;
  }
}

@media (min-width: 768px) {
  .m-top-nav .container-fluid > .row > div:last-child .top-nav-link.dropdown-mode,
  .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode,
  .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode,
  .m-top-nav-placeholder .container-fluid > .row > div:last-child .top-nav-link.dropdown-mode,
  .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode,
  .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode {
    right: 40px;
  }
}

.m-top-nav.over-hidden,
.m-top-nav-placeholder.over-hidden {
  overflow: hidden;
}

.m-top-nav.closed,
.m-top-nav-placeholder.closed {
  height: 0;
}

.m-top-nav.always-open,
.m-top-nav-placeholder.always-open {
  min-height: 62px;
}

.m-top-nav.fixed,
.m-top-nav-placeholder.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.m-top-nav.conditional-sticky,
.m-top-nav-placeholder.conditional-sticky {
  position: relative;
}

.m-top-nav.conditional-sticky.conditional-fixed,
.m-top-nav-placeholder.conditional-sticky.conditional-fixed {
  position: relative;
  margin-top: -62px;
}

.m-top-nav.conditional-sticky.conditional-fixed.fixed,
.m-top-nav-placeholder.conditional-sticky.conditional-fixed.fixed {
  position: fixed;
  margin-top: 0;
}

.m-top-nav .btn-back,
.m-top-nav-placeholder .btn-back {
  width: auto;
  max-width: none;
  padding-left: 40px !important;
}

.m-top-nav .js-apply-compare,
.m-top-nav-placeholder .js-apply-compare {
  display: none;
}

.m-top-nav .apply-now,
.m-top-nav-placeholder .apply-now {
  width: 84%;
  max-width: 180px;
  float: right;
}

@media (max-width: 767.98px) {
  .m-top-nav .apply-now,
  .m-top-nav-placeholder .apply-now {
    width: 100%;
    margin-right: 0px;
  }

  .m-top-nav .apply-now::after,
  .m-top-nav-placeholder .apply-now::after {
    content: '';
  }
}

@media (max-width: 575.98px) {
  .m-top-nav .apply-now,
  .m-top-nav-placeholder .apply-now {
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
    padding: 12px 5px;
    text-align: center;
  }

  .m-top-nav .apply-now::after,
  .m-top-nav-placeholder .apply-now::after {
    content: none;
  }
}

.m-top-nav .apply-now.half,
.m-top-nav-placeholder .apply-now.half {
  width: 44%;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .m-top-nav .apply-now.half,
  .m-top-nav-placeholder .apply-now.half {
    width: 44%;
    margin-left: 12px;
  }
}

.m-top-nav .apply-now .card-counter-badge,
.m-top-nav-placeholder .apply-now .card-counter-badge {
  width: 26px;
  height: 26px;
  background: #fff;
  color: #373737;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-family: 'latobold';
  border-radius: 100%;
  position: absolute;
  left: -11px;
  top: -11px;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .m-top-nav .apply-now .card-counter-badge,
  .m-top-nav-placeholder .apply-now .card-counter-badge {
    visibility: visible;
  }
}

.m-top-nav .back,
.m-top-nav-placeholder .back {
  margin-left: 30px;
}

@media (max-width: 991.98px) {
  .m-top-nav .back,
  .m-top-nav-placeholder .back {
    margin-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .m-top-nav .back,
  .m-top-nav-placeholder .back {
    margin-left: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    padding-left: 10px;
    text-indent: -10000px;
  }

  .m-top-nav .back::before,
  .m-top-nav-placeholder .back::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 20px;
    right: -4px;
    width: 2px;
    background-color: #000;
    border-left: 1px solid #575757;
  }
}

.m-top-nav .top-nav-link,
.m-top-nav-placeholder .top-nav-link {
  float: right;
  margin-top: 13px;
}

.m-top-nav .top-nav-link a,
.m-top-nav-placeholder .top-nav-link a {
  position: relative;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 22.4;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.m-top-nav .top-nav-link a,
.m-top-nav .top-nav-link span,
.m-top-nav-placeholder .top-nav-link a,
.m-top-nav-placeholder .top-nav-link span {
  display: inline-block;
  font-size: 13px;
  color: #b9b9b9 !important;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
}

.m-top-nav .top-nav-link a:hover,
.m-top-nav .top-nav-link a.active,
.m-top-nav .top-nav-link span:hover,
.m-top-nav .top-nav-link span.active,
.m-top-nav-placeholder .top-nav-link a:hover,
.m-top-nav-placeholder .top-nav-link a.active,
.m-top-nav-placeholder .top-nav-link span:hover,
.m-top-nav-placeholder .top-nav-link span.active {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .m-top-nav .top-nav-link a:hover,
  .m-top-nav .top-nav-link a.active,
  .m-top-nav .top-nav-link span:hover,
  .m-top-nav .top-nav-link span.active,
  .m-top-nav-placeholder .top-nav-link a:hover,
  .m-top-nav-placeholder .top-nav-link a.active,
  .m-top-nav-placeholder .top-nav-link span:hover,
  .m-top-nav-placeholder .top-nav-link span.active {
    color: #b9b9b9 !important;
  }
}

.m-top-nav .top-nav-link a::after,
.m-top-nav .top-nav-link span::after,
.m-top-nav-placeholder .top-nav-link a::after,
.m-top-nav-placeholder .top-nav-link span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 0;
  border-left: 1px solid #fff;
}

.m-top-nav .top-nav-link a:first-child::after,
.m-top-nav .top-nav-link span:first-child::after,
.m-top-nav-placeholder .top-nav-link a:first-child::after,
.m-top-nav-placeholder .top-nav-link span:first-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .m-top-nav .top-nav-link a,
  .m-top-nav .top-nav-link span,
  .m-top-nav-placeholder .top-nav-link a,
  .m-top-nav-placeholder .top-nav-link span {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #373737;
    display: none;
    padding: 14px 30px 14px 16px;
    min-width: 100%;
    max-width: 100%;
  }

  .m-top-nav .top-nav-link a::after,
  .m-top-nav .top-nav-link span::after,
  .m-top-nav-placeholder .top-nav-link a::after,
  .m-top-nav-placeholder .top-nav-link span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-left: none;
    border-bottom: 1px solid #575757;
    top: 0;
    bottom: 0;
  }
}

.m-top-nav .top-nav-link span.selected-text,
.m-top-nav-placeholder .top-nav-link span.selected-text {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #fff !important;
  -webkit-transition: border 0.3s, background 0.3s, border-radius 0.3s;
  transition: border 0.3s, background 0.3s, border-radius 0.3s;
}

.m-top-nav .top-nav-link span.selected-text.outlined,
.m-top-nav-placeholder .top-nav-link span.selected-text.outlined {
  padding: 12px 29px 13px 15px;
  border: solid 1px #fff;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .m-top-nav .top-nav-link span.selected-text,
  .m-top-nav-placeholder .top-nav-link span.selected-text {
    display: block;
  }

  .m-top-nav .top-nav-link span.selected-text::after,
  .m-top-nav-placeholder .top-nav-link span.selected-text::after {
    content: none;
  }
}

.m-top-nav .top-nav-link.active span.selected-text.outlined,
.m-top-nav-placeholder .top-nav-link.active span.selected-text.outlined {
  border: solid 1px #2c2c2c;
  border-radius: 8px 8px 0 0;
}

.m-top-nav .top-nav-link .links,
.m-top-nav-placeholder .top-nav-link .links {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .m-top-nav .top-nav-link .links,
  .m-top-nav-placeholder .top-nav-link .links {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .m-top-nav .top-nav-link,
  .m-top-nav-placeholder .top-nav-link {
    margin-top: 0px;
    width: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
  }

  .m-top-nav .top-nav-link.active a,
  .m-top-nav .top-nav-link.active span,
  .m-top-nav-placeholder .top-nav-link.active a,
  .m-top-nav-placeholder .top-nav-link.active span {
    background-color: #2c2c2c;
    display: block;
  }

  .m-top-nav .top-nav-link::after,
  .m-top-nav-placeholder .top-nav-link::after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 21px;
    margin: auto;
    background-image: url("/Assets/img/icons/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: right top;
  }
}

.m-top-nav .top-nav-link.dropdown-mode,
.m-top-nav-placeholder .top-nav-link.dropdown-mode {
  width: auto;
  margin-top: 0px;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  z-index: 2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

.m-top-nav .top-nav-link.dropdown-mode.active a,
.m-top-nav .top-nav-link.dropdown-mode.active span,
.m-top-nav-placeholder .top-nav-link.dropdown-mode.active a,
.m-top-nav-placeholder .top-nav-link.dropdown-mode.active span {
  background-color: #2c2c2c;
  display: block;
}

.m-top-nav .top-nav-link.dropdown-mode.static,
.m-top-nav-placeholder .top-nav-link.dropdown-mode.static {
  position: relative;
  left: 0 !important;
  right: 0 !important;
  float: none;
}

.m-top-nav .top-nav-link.dropdown-mode::after,
.m-top-nav-placeholder .top-nav-link.dropdown-mode::after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 21px;
  margin: auto;
  background-image: url("/Assets/img/icons/arrow-down-white.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.m-top-nav .top-nav-link.dropdown-mode a,
.m-top-nav .top-nav-link.dropdown-mode span,
.m-top-nav-placeholder .top-nav-link.dropdown-mode a,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span {
  float: left;
  width: 100%;
  height: 46px;
  overflow: hidden;
  background-color: #373737;
  display: none;
  padding: 14px 30px 14px 16px;
  min-width: 100%;
  max-width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.m-top-nav .top-nav-link.dropdown-mode a:hover,
.m-top-nav .top-nav-link.dropdown-mode a.active,
.m-top-nav .top-nav-link.dropdown-mode span:hover,
.m-top-nav .top-nav-link.dropdown-mode span.active,
.m-top-nav-placeholder .top-nav-link.dropdown-mode a:hover,
.m-top-nav-placeholder .top-nav-link.dropdown-mode a.active,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span:hover,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span.active {
  color: #b9b9b9 !important;
}

.m-top-nav .top-nav-link.dropdown-mode a::after,
.m-top-nav .top-nav-link.dropdown-mode span::after,
.m-top-nav-placeholder .top-nav-link.dropdown-mode a::after,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-left: none;
  border-bottom: 1px solid #575757;
  top: 0;
  bottom: 0;
}

.m-top-nav .top-nav-link.dropdown-mode span.selected-text,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span.selected-text {
  display: block;
  color: #fff !important;
}

.m-top-nav .top-nav-link.dropdown-mode span.selected-text::after,
.m-top-nav-placeholder .top-nav-link.dropdown-mode span.selected-text::after {
  content: none;
}

.m-top-nav .top-nav-link.dropdown-mode .links,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m-top-nav .top-nav-link.dropdown-mode .links a:hover,
.m-top-nav .top-nav-link.dropdown-mode .links a:focus,
.m-top-nav .top-nav-link.dropdown-mode .links a:active,
.m-top-nav .top-nav-link.dropdown-mode .links a:active:hover,
.m-top-nav .top-nav-link.dropdown-mode .links a:active:focus,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:hover,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:focus,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active:hover,
.m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active:focus {
  color: #000 !important;
  background-color: #FFC600;
  border-color: #FFC600;
}

.m-top-nav .selected-cards,
.m-top-nav-placeholder .selected-cards {
  height: 46px;
  float: right;
}

@media (max-width: 991.98px) {
  .m-top-nav .selected-cards,
  .m-top-nav-placeholder .selected-cards {
    display: none;
  }
}

.m-top-nav .selected-cards .item,
.m-top-nav-placeholder .selected-cards .item {
  display: inline-block;
  height: 44px;
  margin-top: -5px;
  margin-left: 20px;
  color: #fff;
}

.m-top-nav .selected-cards .item img,
.m-top-nav-placeholder .selected-cards .item img {
  width: auto;
  height: 100%;
  cursor: pointer;
}

.m-top-nav .selected-cards .card-counter,
.m-top-nav-placeholder .selected-cards .card-counter {
  display: none;
  line-height: 52px;
}

.m-top-nav .selected-cards .card-counter span,
.m-top-nav-placeholder .selected-cards .card-counter span {
  margin-right: 3px;
}

.m-top-nav-placeholder {
  display: none;
}

.m-top-nav-placeholder.shown {
  display: block;
}

.m-top-nav-placeholder.conditional-sticky {
  display: none;
}

.m-top-nav-placeholder.conditional-sticky.conditional-shown {
  display: block;
}

.m-info-box {
  /* use to limit content (p, ul, etc) width */
  /* use to add larger margin between texts */
  /* use to limit <img> size that serve as section's title icon
	example page : /about-us */
  /* use to add left margin of title that have <img> as icon beside it
	example page : /about-us */
  /* use on <img> that serve as icon/logo above text
	example page : /external-links */
  /* banner-like style (example : page /credit-card) */
  /* specific setting - /external-links page */
  /* specific setting - /site-map page */
  /* custom select inside <h3> */
  /* article page styling (ex : /news-and-announcement/detail) */
  /* icon-title-text/link layout, example : /not-found
	see call center/email/locate us dection */
  /* some margins for contact us popup */
}

.m-info-box .content {
  width: 88%;
  padding: 40px 0px;
}

@media (max-width: 991.98px) {
  .m-info-box .content {
    width: 100%;
  }
}

.m-info-box .content--custom-padding {
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .m-info-box .content--custom-padding {
    padding: 40px;
  }
}

.m-info-box .content.no-top-padding {
  padding-top: 0;
}

.m-info-box .content.no-bot-padding {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .m-info-box .content.no-m-padding {
    padding: 0;
  }
}

.m-info-box .content.side-no-title {
  padding-top: 120px;
}

@media (max-width: 991.98px) {
  .m-info-box .content.side-no-title {
    padding-top: 0;
  }
}

.m-info-box .content.side-no-title h1 {
  display: none;
}

.m-info-box .content.full {
  width: 100%;
}

.m-info-box h3 {
  font-size: 20px;
  font-family: "latobold";
  color: #373737;
  margin-top: 0;
  margin-bottom: 20px;
}

.m-info-box h3.again {
  margin-top: 40px;
}

.m-info-box .donut {
  background-color: #FFC600;
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: relative;
  margin-top: 10px;
}

.m-info-box .donut .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: white;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.m-info-box .how-to-box {
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .m-info-box .how-to-box {
    min-height: auto;
    max-height: auto;
    margin-bottom: 50px;
  }
}

.m-info-box .number-leaf {
  background-color: #FFC600;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  float: right;
}

.m-info-box p,
.m-info-box li {
  font-family: "latoregular";
  font-size: 16px;
  line-height: 24px;
}

.m-info-box h2 li {
  font-family: 'latobold';
  font-size: 20px;
  line-height: 32px;
}

.m-info-box h2 li p {
  font-family: "latoregular";
  font-size: 16px;
  line-height: 24px;
}

.m-info-box p a {
  color: #389a6e;
}

.m-info-box p a.see-more {
  color: inherit;
}

.m-info-box .partial {
  width: 85%;
}

@media (max-width: 767.98px) {
  .m-info-box .partial {
    width: auto;
  }
}

.m-info-box .p-group {
  margin-bottom: 30px;
}

.m-info-box .section-icon,
.m-info-box .icon-text img {
  width: auto;
  height: auto;
  max-width: 46px;
  max-height: 46px;
  float: left;
}

.m-info-box .icon-title {
  margin: 0 0 20px 65px;
}

@media (max-width: 575.98px) {
  .m-info-box .icon-title {
    margin-top: 8px;
  }
}

.m-info-box .icon-text {
  position: relative;
  padding-left: 65px;
}

.m-info-box .icon-text img {
  position: absolute;
  left: 0;
  top: 5px;
}

.m-info-box .head-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90px;
}

.m-info-box .notes {
  font-size: 12px;
  line-height: 20px;
}

.m-info-box ul {
  padding: 0px;
  margin: 0 0 10px;
  /* second level */
}

.m-info-box ul > li {
  list-style-type: none;
  list-style: none;
  padding-left: 15px;
}

.m-info-box ul > li::before {
  display: inline-block;
  content: "\2022";
  width: 1em;
  margin-left: -1em;
}

.m-info-box ul > li li::before {
  content: '-';
}

.m-info-box ol {
  padding: 0px;
  margin: 0 0 0 28px;
}

.m-info-box ol > li {
  padding-left: 8px;
}

.m-info-box ul li.bold,
.m-info-box ol li.bold {
  font-family: 'latobold';
  font-weight: normal;
}

.m-info-box ul li.bold .normal,
.m-info-box ol li.bold .normal {
  font-family: 'latoregular';
}

.m-info-box .fimage {
  width: 100%;
  max-height: 580px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .m-info-box .fimage {
    height: auto;
  }
}

.m-info-box .fimage img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .m-info-box .fimage {
    display: none;
  }
}

.m-info-box .row img,
.m-info-box .skeleton .skeleton__wrapper img,
.skeleton .m-info-box .skeleton__wrapper img {
  max-width: 100%;
}

.m-info-box .full-center-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.m-info-box.banner-style {
  height: 330px;
  background-position: left center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style {
    height: auto;
  }
}

.m-info-box.banner-style .container,
.m-info-box.banner-style .row,
.m-info-box.banner-style .skeleton .skeleton__wrapper,
.skeleton .m-info-box.banner-style .skeleton__wrapper,
.m-info-box.banner-style .row > div,
.m-info-box.banner-style .skeleton .skeleton__wrapper > div,
.skeleton .m-info-box.banner-style .skeleton__wrapper > div {
  height: 100%;
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style .container,
  .m-info-box.banner-style .row,
  .m-info-box.banner-style .skeleton .skeleton__wrapper,
  .skeleton .m-info-box.banner-style .skeleton__wrapper,
  .m-info-box.banner-style .row > div,
  .m-info-box.banner-style .skeleton .skeleton__wrapper > div,
  .skeleton .m-info-box.banner-style .skeleton__wrapper > div {
    height: auto;
  }
}

.m-info-box.banner-style .content {
  height: 100%;
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style .content {
    height: auto;
  }
}

.m-info-box.banner-style .content.banner-img {
  padding: 20px 0;
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style .content.banner-img {
    max-height: 330px;
  }
}

.m-info-box.banner-style .content.banner-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style .content.banner-img img {
    margin: 0;
    max-height: 290px;
  }
}

.m-info-box.banner-style .content.banner-text {
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .m-info-box.banner-style .content.banner-text {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .m-info-box .ext-link-item {
    margin-top: 45px;
  }
}

@media (max-width: 991.98px) {
  .m-info-box .ext-link-item:first-child {
    margin-top: 0;
  }
}

.m-info-box .ext-link h2,
.m-info-box .ext-link p {
  margin: 20px 0 0;
}

.m-info-box .ext-link h2:first-child,
.m-info-box .ext-link p:first-child {
  margin-top: 0;
}

.m-info-box .ext-link p {
  line-height: 24px;
}

.m-info-box .sitemap-list p {
  margin-top: 8px;
  margin-bottom: 0;
}

.m-info-box .sitemap-list p:first-child {
  margin-top: 0;
}

.m-info-box h3 form,
.m-info-box h3 form .form-group,
.m-info-box h3 .m2u-select {
  display: inline-block;
}

.m-info-box h3 .m2u-select {
  max-width: none;
  height: 26px;
  margin-left: 10px;
}

.m-info-box h3 .m2u-select.stand-alone {
  margin-left: 0;
  margin-bottom: -5px;
}

.m-info-box h3 .m2u-select .select-custom {
  height: 100%;
}

@media (max-width: 767.98px) {
  .m-info-box h3 .m2u-select::after {
    top: 8px;
  }
}

.m-info-box h3 .label,
.m-info-box h3 .m2u-select .form-control {
  display: none;
}

@media (max-width: 767.98px) {
  .m-info-box h3 .label,
  .m-info-box h3 .m2u-select .form-control {
    display: block;
    font-size: 20px;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 25px;
    border-bottom: none;
    color: #FFC600;
  }
}

.m-info-box h3 .m2u-select .icon {
  right: 3px;
  top: 4px;
}

.m-info-box h3 .m2u-select .header__value {
  padding-right: 30px;
  top: 0;
}

.m-info-box h3 .m2u-select .select-custom {
  border-bottom: none;
}

.m-info-box h3 .m2u-select .select-custom__lists {
  /* width: 130px; */
  top: -5%;
}

.m-info-box h3 .m2u-select .value {
  display: inline-block;
  width: 100%;
  height: 33px;
  color: #FFC600;
}

@media (max-width: 991.98px) {
  .m-info-box.article-page {
    padding-top: 30px;
  }
}

.m-info-box .article-image {
  margin-bottom: 30px;
}

.m-info-box .article-date {
  font-size: 16px;
  margin: 0 0 25px;
}

@media (max-width: 991.98px) {
  .m-info-box .article-date {
    margin-bottom: 5px;
  }
}

.m-info-box .article-title {
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .m-info-box .article-title {
    margin-bottom: 25px;
  }
}

.m-info-box .article-content p,
.m-info-box .article-content ul,
.m-info-box .article-content ol {
  margin-top: 20px;
}

.m-info-box .article-content p:first-child,
.m-info-box .article-content ul:first-child,
.m-info-box .article-content ol:first-child {
  margin-top: 0;
}

.m-info-box .article-content p {
  font-size: 16px;
  line-height: 24px;
}

.m-info-box .article-content ul li,
.m-info-box .article-content ol li {
  margin-top: 2px;
  line-height: 28px;
}

.m-info-box .article-content ul li:first-child,
.m-info-box .article-content ol li:first-child {
  margin-top: 0;
}

.m-info-box .article-footer {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .m-info-box .icon-element {
    margin: 40px 0 0;
  }
}

@media (max-width: 767.98px) {
  .m-info-box .icon-element:first-child {
    margin-top: 0;
  }
}

.m-info-box .icon-element > img {
  float: left;
  max-width: 46px;
  width: 100%;
}

.m-info-box .icon-element .copy {
  padding-left: 62px;
}

.m-info-box .icon-element .copy h4 {
  font-size: 20px;
  color: #171717;
}

.m-info-box .icon-element .copy a {
  display: inline-block !important;
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 14px;
  vertical-align: middle;
}

.m-info-box .icon-element .copy a img {
  max-width: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.m-info-box .m-cards-info-card {
  padding: 30px 56px 30px 30px;
  height: 100px;
}

.m-info-box .ilustrasi-container {
  background-color: #fff;
}

.m-info-box .ilustrasi-container .p-group {
  padding: 2rem;
  margin-bottom: 0;
}

.m-info-box .anggota-komite h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

.m-info-box .anggota-komite h2 + p {
  margin-top: 0;
}

.m-info-box .anggota-komite .p-2-column {
  -webkit-columns: auto 2;
  columns: auto 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.m-info-box.contact-popup .icon-element {
  min-height: 86px;
  margin-top: 30px;
}

.m-info-box.contact-popup .copy h4 {
  line-height: 26px;
}

.c-login-box .m-info-box h3 {
  margin: 0;
  color: #fff;
}

.c-login-box .m-info-box h3 .m2u-select .icon-arrow-down {
  color: #fff;
}

.c-login-box .m-info-box h3 .m2u-select .select-custom__lists {
  min-width: 150px;
  -webkit-box-shadow: 0 1px 10px 0px rgba(215, 215, 215, 0.5);
  box-shadow: 0 1px 10px 0px rgba(215, 215, 215, 0.5);
  background-color: #ededed;
}

.c-login-box .m-info-box h3 .m2u-select .select-custom__lists li {
  color: #373737;
}

.c-login-box form .input.text,
.c-login-box .form .input.text {
  border-color: #9d9d9d;
}

.m-calc-calculator {
  background-color: #fff;
  /* padding:36px 0px 46px; */
  padding: 1rem;
}

.m-calc-calculator .row,
.m-calc-calculator .skeleton .skeleton__wrapper,
.skeleton .m-calc-calculator .skeleton__wrapper {
  position: relative;
}

.m-calc-calculator .calc-box {
  margin-top: 12px;
  border-right: 1px solid #808080;
}

.m-calc-calculator .calc-box .label {
  padding: 0;
}

@media (max-width: 1199.98px) {
  .m-calc-calculator .calc-box {
    border-right: none;
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .m-calc-calculator .calc-box {
    border-right: none;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .m-calc-calculator .calc-box {
    border-right: none;
    padding-bottom: 20px;
  }
}

.m-calc-calculator .calc-box.no-border {
  border-right: none !important;
  border-bottom: none !important;
}

.m-calc-calculator .calc-box .label {
  display: block;
  text-align: left;
  color: #808080;
  font-size: 16px;
  font-family: "latoregular";
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.m-calc-calculator .calc-box .lnum {
  color: #373737;
  font-size: 26px;
  line-height: 32px;
  font-family: "latobold";
}

.m-calc-calculator .calc-box .lnum span {
  font-size: 16px;
  line-height: 24px;
  font-family: "latoregular";
}

@media (max-width: 767.98px) {
  .m-calc-calculator.alt {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.m-calc-calculator.alt .calc-box {
  margin-top: 0;
  border-right: 1px solid #808080;
  padding: 0;
}

@media (max-width: 767.98px) {
  .m-calc-calculator.alt .calc-box {
    border-right: none;
    padding: 10px 0;
  }
}

@media (max-width: 1199.98px) {
  .m-calc-calculator.alt-lg .calc-box {
    border-right: none;
    padding: 10px 0;
  }
}

.m-calc-calculator .button-cta,
.m-calc-calculator .apply-now {
  width: 100%;
  margin-top: 14px;
  max-width: 180px;
}

@media (max-width: 1199.98px) {
  .m-calc-calculator .button-cta,
  .m-calc-calculator .apply-now {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .m-calc-calculator .button-cta,
  .m-calc-calculator .apply-now {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .m-calc-calculator .button-cta,
  .m-calc-calculator .apply-now {
    margin-top: 50px;
  }
}

.m-calc-calculator .lrefresh {
  position: absolute;
  bottom: -26px;
  font-size: 12px;
  color: #373737;
  left: 15px;
}

@media (max-width: 1199.98px) {
  .m-calc-calculator .lrefresh {
    bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .m-calc-calculator .lrefresh {
    bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .m-calc-calculator .lrefresh {
    bottom: 70px;
  }
}

.m-calc-calculator.no-apply-button .lrefresh {
  bottom: -26px;
}

/* new calculator component, prefix with c- */

.c-calculator {
  font-size: 13px;
  /* generic class for columns */
  /* for addon text like /tahun */
}

@media screen and (min-width: 992px) {
  .c-calculator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-calculator .col {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-calculator .col {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .c-calculator .col {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.c-calculator .addon,
.c-calculator .btn.addon--small,
.c-calculator .addon--small.button-cta {
  font-size: 13px;
  display: inline-block;
}

.c-calculator .btn,
.c-calculator .button-cta,
.c-calculator button {
  font-size: 15.08px;
  font-family: 'latobold';
}

.c-calculator__name {
  opacity: .6;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .c-calculator__name {
    font-size: 14.3px;
  }
}

.c-calculator-refresh .c-calculator__name {
  font-size: 15.08px;
}

.c-calculator__value {
  font-size: 26px;
  font-family: 'latobold';
  margin: 0;
  line-height: 1.5;
}

.c-calculator__refresh a {
  text-decoration: none !important;
}

/* PUG Template for c-calculator
.c-calculator
    .container
        .row.clearfix
            .col.col-xs-12.col-sm-6.col-lg-3
                .c-calculator__name Jumlah Pinjaman
                .c-calculator__value IDR 1.400.000
            .col.col-xs-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Dalam waktu jangka panjang
                .c-calculator__value 20 Tahun
            .col.col-xs-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Bunga
                .c-calculator__value 10.5% 
                    .addon / Tahun
            .col.col-xs-12.col-sm-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Cicilan tiap tahun
                .c-calculator__value IDR 1.400.000
            .col.col-xs-12
                .row
                    .valign-center.w-auto
                        .c-calculator__refresh.valign-item
                            a(href="")
                                i.icons.icon-refresh 
                                .c-calculator__name.inline-block Hitung Ulang
                        .valign-item
                            a.btn.btn-secondary(href="") Ajukan
*/

/* time-deposit calculator */

.deposit-calculator .heading {
  width: 43%;
  margin-bottom: 0;
  float: left;
}

@media (max-width: 767.98px) {
  .deposit-calculator .heading {
    width: auto;
    float: none;
  }
}

.deposit-calculator .heading h1 {
  margin-bottom: 24px;
}

.deposit-calculator .heading h3 {
  margin: 40px 0 30px;
}

.deposit-calculator .heading .btn,
.deposit-calculator .heading .button-cta {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .deposit-calculator .heading .btn,
  .deposit-calculator .heading .button-cta {
    margin-top: 20px;
  }
}

.deposit-calculator form::after {
  content: '';
  display: block;
  clear: both;
}

.deposit-calculator form .m2u-select .select-custom {
  height: 100%;
}

.deposit-calculator form .m2u-select::after {
  right: 3px;
  top: 9px;
}

.deposit-calculator form .label,
.deposit-calculator form .m2u-select .form-control {
  display: none;
}

@media (max-width: 767.98px) {
  .deposit-calculator form .label,
  .deposit-calculator form .m2u-select .form-control {
    display: block;
    font-size: 24px;
    height: 40px;
    padding-top: 0px;
  }
}

.deposit-calculator form .m2u-select .icon {
  right: 3px;
  top: 7px;
}

.deposit-calculator form .m2u-select .header__value {
  top: 2px;
}

.deposit-calculator form .m2u-select .select-custom__lists {
  width: 120px;
  top: 120%;
}

.deposit-calculator form input[type="text"],
.deposit-calculator form input[type="number"],
.deposit-calculator form .m2u-select .value {
  font-size: 26px;
}

.deposit-calculator form .m2u-select .value {
  display: inline-block;
  width: 100%;
  height: 33px;
}

.deposit-calculator form input[type="text"],
.deposit-calculator form input[type="number"] {
  padding-top: 0;
  padding-bottom: 8px;
}

@media (max-width: 767.98px) {
  .deposit-calculator form input[type="text"],
  .deposit-calculator form input[type="number"] {
    padding-top: 2px;
    padding-bottom: 6px;
  }
}

.deposit-calculator form .form-group.left {
  width: 85px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 767.98px) {
  .deposit-calculator form .form-group.left {
    width: 95px;
  }
}

.deposit-calculator form .form-group.right {
  width: 200px;
  float: left;
}

.deposit-calculator .card-list {
  float: right;
}

@media (max-width: 767.98px) {
  .deposit-calculator .card-list {
    width: auto;
    margin-top: 50px;
    float: none;
  }
}

.deposit-calculator .card-list .list {
  margin: 0;
}

@media (max-width: 991.98px) {
  .deposit-calculator .card-list .list {
    width: auto;
  }
}

.deposit-calculator .card-list .card-item {
  width: 400px;
  min-height: 365px;
}

@media (max-width: 991.98px) {
  .deposit-calculator .card-list .card-item {
    width: 370px;
  }
}

@media (max-width: 767.98px) {
  .deposit-calculator .card-list .card-item {
    width: 100%;
    margin: 0;
  }
}

.deposit-calculator .card-list .card-item .body {
  bottom: 60px;
}

.deposit-calculator .card-list .card-item .body .body-row {
  padding-top: 25px;
  padding-bottom: 26px;
}

.deposit-calculator .card-list .card-item .body .body-row p {
  margin: 0;
  color: #808080;
}

.deposit-calculator .card-list .card-item .body .body-row h3 {
  margin: 0;
}

.deposit-calculator .card-list .card-item .body .body-row h3 .left {
  float: left;
}

.deposit-calculator .card-list .card-item .body .body-row h3 .right {
  float: right;
}

.deposit-calculator .card-list .card-item .foot {
  height: 60px;
  padding-top: 16px;
  border-top: solid 1px #e9e9e9;
}

.deposit-calculator input,
.deposit-calculator .m2u-select {
  height: 40px;
}

.modal.deposit-calculator .card-list {
  float: none;
}

.modal.deposit-calculator .list {
  margin: 0;
}

.modal.deposit-calculator .card-item {
  width: 100%;
  margin: 0;
}

/* financial calculator form */

.financial-calculator .heading {
  margin-bottom: 25px;
}

.financial-calculator .calc-result {
  margin-top: 40px;
}

.financial-calculator .calc-result .box {
  margin: 0;
  padding: 22px 20px 30px;
  background-color: #ededed;
  color: #373737;
}

@media (max-width: 767.98px) {
  .financial-calculator .calc-result .box {
    padding: 18px 16px 22px;
  }
}

.financial-calculator .calc-result .box h3 {
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
  .financial-calculator .calc-result .box h3 {
    font-size: 18px;
  }
}

.financial-calculator .calc-result .box .result {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
  color: #389a6e;
  font-family: 'latobold';
}

@media (max-width: 767.98px) {
  .financial-calculator .calc-result .box .result {
    font-size: 24px;
    line-height: 30px;
  }
}

.financial-calculator form::after {
  content: '';
  display: block;
  clear: both;
}

.financial-calculator form .m2u-select .select-custom {
  height: 100%;
  max-height: 71px;
}

.financial-calculator form .m2u-select::after {
  right: 3px;
  top: 9px;
}

.financial-calculator form .label,
.financial-calculator form .m2u-select .form-control {
  display: none;
}

@media (max-width: 767.98px) {
  .financial-calculator form .label,
  .financial-calculator form .m2u-select .form-control {
    display: block;
    font-size: 20px;
    height: 40px;
    padding-top: 0px;
  }
}

.financial-calculator form .m2u-select .icon {
  right: 3px;
  top: 4px;
}

.financial-calculator form .m2u-select .header__value {
  top: 4px;
}

.financial-calculator form .m2u-select .select-custom__lists {
  top: 120%;
}

.financial-calculator form .m2u-select .select-custom__header .label,
.financial-calculator form .m2u-select .select-custom__header .title,
.financial-calculator form .form-group label {
  font-size: 20px !important;
  font-family: 'latobold';
  font-weight: normal;
  line-height: 26px;
}

.financial-calculator form .form-group label.sm {
  display: none;
}

@media (max-width: 767.98px) {
  .financial-calculator form .form-group label.sm {
    display: block;
  }
}

.financial-calculator form input[type="text"],
.financial-calculator form input[type="number"],
.financial-calculator form .m2u-select .value {
  font-size: 20px;
}

.financial-calculator form .m2u-select .value {
  display: inline-block;
  width: 100%;
  height: 33px;
}

.financial-calculator form input[type="text"],
.financial-calculator form input[type="number"] {
  padding-top: 0;
  padding-bottom: 8px;
  /* @include media-breakpoint-down(sm) {
                padding-top: 2px;
                padding-bottom: 6px;
            } */
}

.financial-calculator form .input-group {
  max-width: 340px;
}

.financial-calculator form .input-group-addon {
  font-size: 20px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 8px;
}

.tabs {
  background-color: #f5f5f5;
  padding: 6px 0;
}

@media (max-width: 991.98px) {
  .tabs {
    padding: 0;
  }
}

.tabs .container > ul {
  margin: 0 -15px;
}

.tabs .container > ul li {
  list-style: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.tabs .container > ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color ease .3s;
  transition: border-color ease .3s;
}

@media (max-width: 991.98px) {
  .tabs .container > ul li:after {
    bottom: 0;
  }
}

.tabs .container > ul li a {
  display: inline-block;
  padding: 15px 25px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.tabs .container > ul li a h3 {
  margin-bottom: 0;
}

.tabs .container > ul li.active:after,
.tabs .container > ul li:hover:after {
  border-bottom: 2px solid #FFC600;
}

.tabs .pull-right a,
.tabs .pull-right button {
  max-width: 230px;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .tabs.tabs-with-button .container {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .tabs.tabs-with-button ul {
    overflow: auto;
    white-space: nowrap;
    float: none !important;
  }
}

@media (max-width: 991.98px) {
  .tabs.tabs-with-button .pull-right {
    float: none !important;
  }
}

@media (max-width: 991.98px) {
  .tabs.tabs-with-button .pull-right a,
  .tabs.tabs-with-button .pull-right button {
    margin: 20px;
    float: none !important;
  }
}

.tab-box {
  margin-left: -15px;
  margin-right: -15px;
}

.tab-box .tab-handle {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.m-tabs-apply-tabs .tab-header {
  background-color: #fff;
  text-align: center;
  position: relative;
}

.m-tabs-apply-tabs .tab-header.left-align {
  text-align: left;
}

.m-tabs-apply-tabs .tab-header.left-align a {
  margin: 0 30px 0 0;
}

.m-tabs-apply-tabs .tab-header.gray {
  background-color: #ededed;
}

.m-tabs-apply-tabs .tab-header .options {
  display: block;
  position: relative;
}

.m-tabs-apply-tabs .tab-header .options select,
.m-tabs-apply-tabs .tab-header .options i {
  display: none;
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header .options select {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-appearance: button;
  }
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header .options i {
    display: block;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    line-height: 24px;
  }
}

.m-tabs-apply-tabs .tab-header .options.autowidth a {
  width: auto;
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header .options.autowidth a {
    width: 100%;
  }
}

.m-tabs-apply-tabs .tab-header a {
  padding: 20px 0px;
  width: 140px;
  font-family: "latobold";
  color: #373737;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

.m-tabs-apply-tabs .tab-header a.active::after,
.m-tabs-apply-tabs .tab-header a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFC600;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header a.active::after,
  .m-tabs-apply-tabs .tab-header a:hover::after {
    content: none;
  }
}

.m-tabs-apply-tabs .tab-header a:hover {
  text-decoration: none;
}

.m-tabs-apply-tabs .tab-header a .icon {
  width: 46px;
  height: 46px;
  margin: auto;
  margin-bottom: 10px;
}

.m-tabs-apply-tabs .tab-header a .icon img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header a {
    display: none;
    width: 100%;
    text-align: left;
    padding: 14px 10px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-tabs-apply-tabs .tab-header a .icon {
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .m-tabs-apply-tabs .tab-header a .icon img {
    margin-left: 0px;
  }

  .m-tabs-apply-tabs .tab-header a span {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header a.active {
    display: inline-block;
  }
}

.m-tabs-apply-tabs .tab-header.text-only a {
  width: auto;
}

@media (max-width: 991.98px) {
  .m-tabs-apply-tabs .tab-header.text-only a {
    width: 100%;
  }
}

.m-tabs-apply-tabs .tab-header.text-only a .icon {
  display: none;
}

.m-tabs-apply-tabs .tab-header.text-only a span {
  font-size: 20px;
  line-height: 24px;
  font-family: 'latobold';
  color: #808080;
}

.m-tabs-apply-tabs .tab-header.text-only a.active span {
  color: #373737;
}

.m-tabs-apply-tabs .tab-content {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-tabs-apply-tabs .tab-content .filter-tag-wrapper {
  margin-bottom: 15px;
}

.page-aleph-sitemap .sitemap-header {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}

.page-aleph-sitemap .sitemap-header .alephlogo {
  width: 90px;
  float: left;
  margin-right: 20px;
}

.page-aleph-sitemap .sitemap-header h2 {
  font-size: 34px;
  float: left;
  margin-top: 26px !important;
}

.page-aleph-sitemap .sitemap-content {
  padding: 40px 0px;
}

.page-aleph-sitemap .sitemap-content h2 {
  display: block;
}

.page-aleph-sitemap .sitemap-content a {
  display: block;
  width: 100%;
  padding: 5px 0px;
}

.page-aleph-sitemap .sitemap-content a.not-done {
  color: #ccc;
}

.page-aleph-sitemap .sitemap-content .links {
  padding-bottom: 50px;
}

.page-aleph-sitemap .sitemap-content .links.not-done h2,
.page-aleph-sitemap .sitemap-content .links.not-done a {
  color: #ccc;
}

.site-logo {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-left: 0;
}

@media (min-width: 768px) {
  .site-logo {
    padding-left: 30px;
  }
}

.site-logo > a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 169px;
  height: 34px;
  background: url("/Assets/img/maybank-logo.svg") left center no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .site-logo > a {
    width: 140px;
  }
}

@media (max-width: 575.98px) {
  .site-logo > a {
    width: 110px;
  }
}

.site-logo img {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .site-logo img {
    left: 20px;
  }
}

@media (max-width: 767.98px) {
  .site-logo img {
    width: 140px;
  }
}

.page-premier-wealth .site-logo a {
  background: url("/Assets/img/maybank-logo-pw.svg") left center no-repeat;
  background-size: contain;
}

#perbankan-syariah-logo {
  width: 50px;
  height: 50px;
}

/* for page /search */

.page-banner-body .search-result-banner form p {
  max-width: 500px;
  margin: 0;
}

.page-banner-body .search-result-banner form input {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 60px;
  background: none;
  border: none;
  border-bottom: solid 1px #9d9d9d;
  margin: 2px 0 18px;
  padding: 0;
  font-size: 42px;
  font-family: 'latobold';
}

.page-banner-body .search-result-banner form .btn,
.page-banner-body .search-result-banner form .button-cta {
  width: 230px;
  margin-top: 40px;
  position: relative;
}

.page-banner-body .search-result-banner form .btn input[type="submit"],
.page-banner-body .search-result-banner form .button-cta input[type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.search-result-header .top-nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none;
  text-transform: uppercase;
}

.search-result-header .top-nav-link .links a:first-child {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .search-result-header .top-nav-link .links a:first-child {
    padding-left: 14px;
  }
}

.search-result-header .top-nav-link .links a::after {
  display: none;
}

.search-result-header .container .row div:first-child,
.search-result-header .container .skeleton .skeleton__wrapper div:first-child,
.skeleton .search-result-header .container .skeleton__wrapper div:first-child {
  padding-left: 15px;
}

.search-result-header .container .row div:last-child,
.search-result-header .container .skeleton .skeleton__wrapper div:last-child,
.skeleton .search-result-header .container .skeleton__wrapper div:last-child {
  padding-right: 15px;
}

.search-result-list .search-result {
  padding: 40px 0;
  border-top: solid 1px #d7d7d7;
}

.search-result-list .search-result:first-child {
  border-top: none;
}

.search-result-list .search-result .row,
.search-result-list .search-result .skeleton .skeleton__wrapper,
.skeleton .search-result-list .search-result .skeleton__wrapper {
  position: relative;
  margin: 0;
}

.search-result-list .search-result .search-result-image {
  display: none;
}

.search-result-list .search-result .text {
  margin-right: 310px;
}

@media (max-width: 991.98px) {
  .search-result-list .search-result .text {
    margin-right: 0;
  }
}

.search-result-list .search-result .text h3 {
  margin: 0 0 15px;
}

.search-result-list .search-result .text p {
  margin: 0;
}

.search-result-list .search-result .btn,
.search-result-list .search-result .button-cta {
  width: 230px;
  height: 46px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .search-result-list .search-result .btn,
  .search-result-list .search-result .button-cta {
    position: relative;
    margin-top: 15px;
  }
}

.search-result-list .with-image {
  padding: 45px 0;
}

.search-result-list .with-image .search-result-image {
  display: block;
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: -5px;
}

@media (max-width: 767.98px) {
  .search-result-list .with-image .search-result-image {
    position: static;
    width: 40%;
    min-width: 200px;
  }
}

.search-result-list .with-image .text {
  margin-left: 250px;
}

@media (max-width: 767.98px) {
  .search-result-list .with-image .text {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .search-result-list .with-image .btn,
  .search-result-list .with-image .button-cta {
    margin-left: 250px;
  }
}

@media (max-width: 767.98px) {
  .search-result-list .with-image .btn,
  .search-result-list .with-image .button-cta {
    margin-left: 0;
  }
}

/* search travel in 360 travel */

.search-travel {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  /* form in search travel */
}

@media screen and (min-width: 992px) {
  .search-travel {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: 70%;
    top: -90px;
    left: 15px;
    z-index: 10;
  }
}

.search-travel-container {
  padding: 15px;
  border-radius: 8px;
  /* add drop shadow on >992px */
}

@media screen and (min-width: 992px) {
  .search-travel-container {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  }
}

.search-travel-header {
  margin-bottom: 2rem;
}

.search-travel form {
  /* override max width from default form input */
  /* custom col class */
}

.search-travel form input,
.search-travel form .m2u-select {
  max-width: 100%;
  width: 100%;
}

.search-travel form .m2u-select .header__value {
  top: 0;
  padding: 8px 0;
}

.search-travel form .m2u-select input.form-control {
  position: absolute;
  width: 100%;
  top: 0;
}

.search-travel form button {
  width: 100%;
}

.search-travel form .col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  /* make the input title bold */
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .search-travel form .col {
    width: 100%;
  }
}

@media screen and (orientation: landscape) and (min-width: 992px) {
  .search-travel form .col {
    width: 33.3333%;
  }
}

.search-travel form .col-title {
  font-family: 'latobold';
}

.page-banner-body .locate-us-banner form {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .page-banner-body .locate-us-banner form {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .page-banner-body .locate-us-banner form {
    margin-top: 0;
  }
}

.page-banner-body .locate-us-banner form input,
.page-banner-body .locate-us-banner form .m2u-select {
  display: block;
  width: 100%;
  max-width: 270px;
  height: 46px;
  margin: 0 30px 20px 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: solid 1px #9d9d9d;
  font-size: 20px;
  float: left;
}

.page-banner-body .locate-us-banner form .m2u-select {
  /* mobile version */
}

.page-banner-body .locate-us-banner form .m2u-select .select-custom {
  height: 100%;
  border: none;
}

.page-banner-body .locate-us-banner form .m2u-select .header__value {
  top: 0;
  padding: 0;
  line-height: 45px;
}

.page-banner-body .locate-us-banner form .m2u-select .icon {
  top: 16px;
}

.page-banner-body .locate-us-banner form .m2u-select select {
  border: none;
}

@media (max-width: 767.98px) {
  .page-banner-body .locate-us-banner form .m2u-select select {
    height: 46px;
    font-size: 20px;
  }
}

.page-banner-body .locate-us-banner form .m2u-select::after {
  top: 16px;
}

.page-banner-body .locate-us-banner form .btn,
.page-banner-body .locate-us-banner form .button-cta {
  width: 230px;
  margin: 0;
  position: relative;
  float: left;
}

.page-banner-body .locate-us-banner form .btn input[type="submit"],
.page-banner-body .locate-us-banner form .button-cta input[type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.locate-us-full-header .content-tabs {
  margin: 0;
  border: none;
}

.locate-us-full-list .filter-tag-wrapper {
  margin-bottom: 40px;
}

.locate-us-full-list .property-item {
  height: 260px;
}

@media (max-width: 767.98px) {
  .locate-us-full-list .property-item {
    height: auto;
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .locate-us-full-list .property-item:first-child {
    margin-top: 0;
  }
}

.locate-us-full-list .property-item h3,
.locate-us-full-list .property-item p {
  padding-right: 30px;
}

.locate-us-tool {
  height: 80vh;
  min-height: 500px;
  max-height: 940px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.locate-us-list {
  width: 38%;
  height: 100%;
  padding: 30px 30px 60px 50px;
  background: #fff;
  float: left;
  position: relative;
}

@media (max-width: 1199.98px) {
  .locate-us-list {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .locate-us-list {
    width: 100%;
    padding: 20px;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
  }
}

.locate-us-list .content-tabs {
  margin-top: -15px;
  margin-bottom: 25px;
}

.locate-us-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 110px 30px 60px 50px;
}

@media (max-width: 1199.98px) {
  .locate-us-content {
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .locate-us-content {
    margin: 95px 20px 20px;
  }
}

.locate-us-content > div {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.locate-us-content .row,
.locate-us-content .skeleton .skeleton__wrapper,
.skeleton .locate-us-content .skeleton__wrapper {
  margin-right: 0;
}

.locate-us-content .filter-tag-wrapper {
  padding-bottom: 10px;
  border-bottom: solid 1px #d7d7d7;
}

.locate-us-content .property-list .property-item {
  padding: 25px 50px 25px 0;
  border-top: solid 1px #d7d7d7;
  position: relative;
  cursor: pointer;
}

.locate-us-content .property-list .property-item:first-child {
  border-top: none;
}

.locate-us-content .property-list .property-item h3 {
  margin-bottom: 12px;
}

.locate-us-content .property-list .property-item p {
  margin: 0;
}

.locate-us-content .property-list .property-item .open-hour {
  margin-top: 15px;
}

.locate-us-content .property-list .property-item .icon {
  position: absolute;
  right: 10px;
  top: 45px;
}

.locate-us-content .property-list .property-item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.locate-us-detail-screen {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.locate-us-detail {
  width: 100%;
  height: 100%;
  padding: 50px 30px 50px 50px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  right: 100%;
  top: 0;
  background: #fff;
  -webkit-transition: right 0.6s, height 0.6s;
  transition: right 0.6s, height 0.6s;
  /* toggle height in mobile & tab portrait */
  /* --------------------------------------- */
}

@media (max-width: 1199.98px) {
  .locate-us-detail {
    padding-left: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .locate-us-detail {
    padding: 20px 35px 25px 20px;
  }
}

@media (max-width: 991.98px) {
  .locate-us-detail {
    height: 33%;
  }
}

@media (max-width: 991.98px) {
  .locate-us-detail.full {
    height: 100%;
  }
}

.locate-us-detail .inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 55px;
  position: relative;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner {
    padding-left: 45px;
  }
}

.locate-us-detail .inner .property-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.locate-us-detail .inner h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.locate-us-detail .inner p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner p {
    font-size: 15px;
    line-height: 23px;
  }
}

.locate-us-detail .inner .open-hour {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner .open-hour {
    margin-top: 15px;
  }
}

.locate-us-detail .inner h4 {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner h4 {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.locate-us-detail .inner table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.locate-us-detail .inner table td {
  padding: 4px 0;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner table td {
    padding: 2px 0;
  }
}

.locate-us-detail .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.locate-us-detail .inner ul li {
  padding: 4px 0;
}

@media (max-width: 767.98px) {
  .locate-us-detail .inner ul li {
    padding: 2px 0;
  }
}

.locate-us-detail .inner .direction-tool {
  margin-top: 40px;
}

.locate-us-detail .inner .direction-tool .btn,
.locate-us-detail .inner .direction-tool .button-cta {
  margin-bottom: 30px;
}

.locate-us-detail .inner .direction-tool.no-geolocation {
  display: none;
}

.locate-us-detail .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url("/Assets/img/icons/close.png") center center no-repeat;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .locate-us-detail .close {
    right: 5px;
    top: 5px;
  }
}

.locate-us-detail .toggle-expand {
  display: none;
}

@media (max-width: 991.98px) {
  .locate-us-detail .toggle-expand {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .locate-us-list.detail-open {
    left: -100%;
  }
}

.locate-us-list.detail-open .locate-us-detail {
  right: 0;
}

@media (max-width: 991.98px) {
  .locate-us-list.detail-open .locate-us-detail {
    right: -100%;
  }
}

.locate-us-map {
  width: 62%;
  height: 100%;
  background: #ededed;
  background-size: cover;
  float: right;
}

@media (max-width: 991.98px) {
  .locate-us-map {
    width: 100%;
    height: 67%;
    position: absolute !important;
    top: 33%;
    float: none;
  }
}

/* basic list style goes here */

.list-group__item {
  width: 100%;
}

.list-group .item__col,
.list-group--bordered .item__col {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.list-group .item__picture--icon,
.list-group--bordered .item__picture--icon {
  /* NOTE: extend this class from item__picture in the future when it has styling */
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .list-group .item__picture--icon,
  .list-group--bordered .item__picture--icon {
    margin: initial;
  }
}

.list-group .item__title,
.list-group--bordered .item__title {
  font-family: 'latobold';
}

.list-group .item__content,
.list-group--bordered .item__content {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 2;
}

.list-group .item__content img.arrow,
.list-group--bordered .item__content img.arrow {
  max-width: 10px;
  margin-left: 10px;
}

.list-group .item__text,
.list-group--bordered .item__text {
  padding-top: 5px;
}

.list-group .item__text > *,
.list-group--bordered .item__text > * {
  font-size: 90%;
  line-height: 1.5;
}

.list-group .item__action,
.list-group--bordered .item__action {
  font-size: 80%;
}

.list-group--bordered {
  margin-top: -30px;
  margin-bottom: -30px;
}

.list-group--bordered .list-group__item {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.list-group--bordered .item__col:nth-child(1) {
  padding-left: 0;
  padding-right: 10px;
}

.list-group--bordered .item__col:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

ul.country-list {
  list-style: none;
  padding-left: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

ul.country-list .country-item {
  text-align: center;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}

ul.country-list .country-flag {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
}

ul.country-list .country-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-cards-info-card.files-list-wrapper {
  padding: 30px;
}

.m-cards-info-card.files-list-wrapper:after {
  content: initial;
}

@media (min-width: 768px) {
  .files-list {
    display: table;
  }
}

.files-list .files-icon,
.files-list .files-name,
.files-list .files-button {
  display: table-cell;
}

@media (max-width: 991.98px) {
  .files-list .files-icon,
  .files-list .files-name,
  .files-list .files-button {
    vertical-align: middle;
  }
}

.files-list .files-icon {
  width: 40px;
}

.files-list .files-icon img {
  /* width: 30px */
  width: 25px;
}

.files-list .files-name {
  word-break: break-all;
}

.files-list .files-button {
  text-align: right;
}

@media (max-width: 991.98px) {
  .files-list .files-button {
    text-align: left;
    display: block;
  }
}

.files-list img {
  /* width: 30px; */
  width: 25px;
}

.files-list__action {
  margin-top: .8rem;
}

@media screen and (min-width: 992px) {
  .files-list__action {
    margin-top: 1rem;
  }
}

.file-download__name {
  vertical-align: middle;
  font-size: 1rem;
}

.file-download a {
  text-decoration: none;
  color: #373737;
}

.skeleton .skeleton__body,
.skeleton .skeleton__img--circle {
  margin: 0 auto;
}

.center {
  margin: 0 auto;
}

.skeleton-animated-bg,
.skeleton .skeleton__img,
.skeleton .skeleton__img--circle,
.skeleton .skeleton__line {
  overflow: hidden;
  position: relative;
}

.skeleton-animated-bg:after,
.skeleton .skeleton__img:after,
.skeleton .skeleton__img--circle:after,
.skeleton .skeleton__line:after {
  content: '';
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1920px 104px;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.skeleton-animated-bg--dark,
.skeleton--transparent .skeleton__img,
.skeleton--transparent .skeleton__img--circle,
.skeleton--transparent .skeleton__line {
  overflow: hidden;
  position: relative;
}

.skeleton-animated-bg--dark:after,
.skeleton--transparent .skeleton__img:after,
.skeleton--transparent .skeleton__img--circle:after,
.skeleton--transparent .skeleton__line:after {
  content: '';
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #c9c9c9), color-stop(18%, #dddddd), color-stop(33%, #c9c9c9));
  background: linear-gradient(to right, #c9c9c9 8%, #dddddd 18%, #c9c9c9 33%);
  background-size: 1920px 104px;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.skeleton {
  overflow: hidden;
  border-radius: 8px;
  /* specific banner */
}

.skeleton .skeleton__wrapper {
  white-space: initial;
  /* skeleton line under col classes have less margin */
}

.skeleton .skeleton__wrapper [class^="col-"] .skeleton__line {
  margin-top: 5px;
  margin-bottom: 5px;
}

.skeleton .skeleton__body {
  padding: 15px;
  background-color: #fff;
}

.skeleton .skeleton__img,
.skeleton .skeleton__img--circle {
  height: 220px;
  background-color: #ededed;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.skeleton .skeleton__img--shorter {
  height: 120px;
}

.skeleton .skeleton__img--aligned-left {
  margin: 0 15px;
}

.skeleton .skeleton__img--circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.skeleton .skeleton__line {
  background-color: #d8d8d8;
  height: 20px;
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.skeleton .skeleton__line.quarter {
  width: 25%;
}

.skeleton .skeleton__line.half {
  width: 50%;
}

.skeleton .skeleton__line.ounce {
  width: 75%;
}

.skeleton .skeleton__line.tall {
  height: 45px;
}

.skeleton .skeleton__footer {
  padding: .5rem 15px;
  background-color: #fff;
}

.skeleton-banner-promotion .skeleton__img,
.skeleton-banner-promotion .skeleton .skeleton__img--circle,
.skeleton .skeleton-banner-promotion .skeleton__img--circle {
  border-radius: 8px;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .skeleton-banner-promotion .skeleton__img,
  .skeleton-banner-promotion .skeleton .skeleton__img--circle,
  .skeleton .skeleton-banner-promotion .skeleton__img--circle {
    height: 450px;
  }
}

.skeleton--transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.skeleton--transparent .skeleton__header,
.skeleton--transparent .skeleton__body,
.skeleton--transparent .skeleton__footer {
  background: transparent;
}

/* size fore specific section's skeleton */

.story-list.quad .skeleton .skeleton__img,
.story-list.quad .skeleton .skeleton__img--circle {
  height: 175px;
}

.m-cards .skeleton__img,
.m-cards .skeleton .skeleton__img--circle,
.skeleton .m-cards .skeleton__img--circle {
  min-height: 120px;
}

@media screen and (min-width: 768px) {
  .m-cards .skeleton__img,
  .m-cards .skeleton .skeleton__img--circle,
  .skeleton .m-cards .skeleton__img--circle {
    min-height: 165px;
  }
}

.long-m-cards .skeleton .skeleton__img,
.long-m-cards .skeleton .skeleton__img--circle {
  height: 185px;
}

/* skeleton animation */

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/** 
 *@desc Tile Component
 * this component uses 8pt design
 */

.tile {
  margin-top: 16px;
  margin-bottom: 16px;
  /** structure */
  /** element */
}

.tile__picture {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.tile__picture img {
  width: 100%;
  height: 100%;
}

.tile__title {
  padding-bottom: 8px;
}

.tile__title h1,
.tile__title h2,
.tile__title h3,
.tile__title h4 {
  margin: 0;
  line-height: 1;
}

.story-card-new {
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 368px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.story-card-new.skeleton {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.story-card-new:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.story-card-new__img {
  width: inherit;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.story-card-new__img.smaller {
  height: 165px;
}

.story-card-new__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.story-card-new__top,
.story-card-new__mid {
  width: 100%;
}

.story-card-new__title,
.story-card-new__logo {
  height: 48px;
}

.story-card-new__top {
  height: 60px;
}

.story-card-new__mid {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  height: 96px;
  vertical-align: top;
}

.story-card-new__mid ~ .story-card-new__footer {
  margin-top: 15%;
  margin-bottom: 5%;
}

.story-card-new__title {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'latobold';
  white-space: normal;
}

.story-card-new__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
}

.story-card-new__info {
  color: #fff;
  margin: 16px;
  margin: 1rem;
  font-size: 17.6px;
  font-size: 1.1rem;
  letter-spacing: .2px;
}

.story-card-new__info img {
  max-width: 140px;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.story-card-new__body {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.story-card-new__logo img {
  max-width: 120px;
}

.story-card-new__content {
  color: rgba(55, 55, 55, 0.6);
}

.story-card-new__content p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 67.2px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.story-card-new__img {
  border-radius: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.story-card-new__action .action__item {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 100%;
}

.story-card-new .btn-link {
  color: #373737;
  font-family: "latobold";
  font-size: 14px;
}

.story-card-new hr {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.story-card-new.article {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  border: none;
}

.story-card-new.article:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.story-card-new.article .story-card-new__top {
  height: inherit;
}

.story-card-new.article .story-card-new__mid {
  padding-top: 0;
  padding-bottom: 0;
}

.story-card-new.article .story-card-new__img {
  border-radius: 8px;
}

.story-card-new.article .story-card-new__body {
  padding: 4px 0px;
  padding: 0.25rem 0rem;
  white-space: normal;
}

.story-card-new.article .story-card-new__title {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: top;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 3.6rem;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.story-card-new.news .story-card-new__body-inner {
  height: 320px;
}

.story-card-new.news .story-card-new__top {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  height: auto;
}

.story-card-new.news .story-card-new__title,
.story-card-new.news .story-card-new__date {
  display: block;
  height: auto;
}

.story-card-new.news .story-card-new__date {
  color: rgba(23, 23, 23, 0.6);
  font-family: 'latobold';
  font-size: 14px;
  padding-top: 5px;
}

.story-card-new.news .story-card-new__mid {
  height: auto;
}

.story-card-new.news .story-card-new__content p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 134.4px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.m-modals-info-modals {
  color: #373737 !important;
  padding: 1rem 2rem;
}

.m-modals-info-modals h1 {
  font-family: "latobold";
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  color: #373737;
  margin-bottom: 20px;
}

.m-modals-info-modals p {
  font-family: "latoregular";
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #373737;
  margin-bottom: 20px;
}

.m-modals-info-modals a {
  color: #373737 !important;
}

.m-modals-info-modals .gray-text {
  color: #808080 !important;
}

.m-modals-info-modals .white-text {
  color: #fff !important;
}

.m-modals-info-modals a.js-proceed-leave-site {
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

/* for custom tnc popup */

.custom-tnc-form .check-group {
  margin: 20px 0;
}

.custom-tnc-form .check-group label {
  font-weight: normal;
}

.custom-tnc-form .check-group .js-custom-check-radio {
  display: inline-block;
  padding-left: 24px;
  margin-right: 35px;
  line-height: 23px;
  position: relative;
}

.custom-tnc-form .check-group .js-custom-check-radio input {
  position: absolute;
  opacity: 0;
}

.custom-tnc-form .check-group .js-custom-check-radio.c-checkbox {
  background: url("/Assets/img/bg/check-unselected.png") left 3px no-repeat;
}

.custom-tnc-form .check-group .js-custom-check-radio.c-checkbox.selected {
  background: url("/Assets/img/bg/check-selected.png") left 3px no-repeat;
}

.custom-tnc-form .check-group .js-custom-check-radio.c-radio {
  background: url("/Assets/img/bg/radio-unselected.png") left 3px no-repeat;
}

.custom-tnc-form .check-group .js-custom-check-radio.c-radio.selected {
  background: url("/Assets/img/bg/radio-selected.png") left 3px no-repeat;
}

.custom-tnc-form .custom-tnc-done {
  display: none;
  padding-top: 30px;
}

/**
 * tab navigation.
 */

.tab-nav:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ddd;
  margin-top: -1px;
}

.tab-nav .nav-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.tab-nav .nav-item {
  display: inline-block;
}

.tab-nav .nav-item:hover,
.tab-nav .nav-item.active {
  border-bottom: 2px solid #FFC600;
}

.tab-nav .nav-item:not(:first-child):not(:last-child) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tab-nav .nav-item a {
  display: block;
  font-family: 'latobold';
  text-decoration: none;
  color: #373737;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.tab-content h4,
.tab-nav h4 {
  font-size: 1rem;
  font-family: 'latobold';
}

@media (min-width: 768px) {
  .tab-content h4,
  .tab-nav h4 {
    font-size: 1.25rem;
  }
}

.header,
.header-placeholder {
  height: 75px;
  padding: 20px 55px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FFC600;
  z-index: 90;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}

.header.hidden {
  top: -75px;
}

.header.secondary {
  position: absolute;
  background: none;
}

.header .leftside {
  float: left;
}

.header .rightside {
  float: right;
}

.header .rightside .link,
.header .rightside .divider,
.header .rightside .header-icon {
  display: block;
  float: left;
  height: 30px;
  margin: 0 10px;
}

.header .rightside .link {
  padding: 20px 15px 0;
  margin: -20px 0 0;
  font-family: 'latobold';
  font-size: 12px;
  line-height: 30px;
  color: #373737;
  text-transform: uppercase;
  text-decoration: none;
}

.header .rightside .divider {
  width: 1px;
  background: #373737;
}

.header .rightside .header-icon span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: none;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header .rightside .header-icon.search span {
  background-image: url("/Assets/img/icons/search.png");
}

.header .rightside .header-icon.place span {
  background-image: url("/Assets/img/icons/place.png");
}

.header .rightside .header-icon.menu span {
  background-image: url("/Assets/img/icons/menu.png");
}

.header .rightside .button {
  float: left;
  margin: -5px 10px 0;
}

.header-placeholder.hidden {
  display: none;
}

.header-menu .side {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  overflow: auto;
  z-index: 92;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}

.header-menu .side a {
  color: #fff;
  text-decoration: none;
}

.header-menu .side .wrapper {
  height: 100%;
  min-height: 460px;
  position: relative;
}

.header-menu .side .head {
  padding: 16px;
  padding: 1rem;
  position: relative;
}

.header-menu .side .lang a.active {
  font-family: 'latobold';
  color: #FFC600;
}

.header-menu .side .lang span {
  padding: 0 8px;
}

.header-menu .side .close {
  width: 68px;
  height: 68px;
  margin: auto;
  background: url("/Assets/img/icons/close-white.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 1;
}

.header-menu .side .links a {
  display: block;
  padding-left: 30px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-transition: background 0.7s, color 0.7s;
  transition: background 0.7s, color 0.7s;
}

.header-menu .side .links a:hover {
  background: #FFC600;
  color: #373737;
}

.header-menu .side .links .active {
  padding-left: 27px;
  background: #2c2c2c;
  border-left: solid 3px #FFC600;
}

@media (min-width: 768px) {
  .header-menu .side .links .mobile-only {
    display: none;
  }
}

.header-menu .side .mobile-login {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 90px;
}

@media (max-width: 767.98px) {
  .header-menu .side .mobile-login {
    display: block;
  }
}

.header-menu .side .mobile-login .btn,
.header-menu .side .mobile-login .button-cta {
  display: block;
  padding-top: 10px;
  padding-bottom: 9px;
  text-align: center;
  line-height: 27px;
}

.header-menu .side .mobile-login .btn img,
.header-menu .side .mobile-login .button-cta img {
  margin-left: 10px;
  margin-top: -2px;
}

.header-menu .side .banner-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
}

.header-menu .side .banner-item a {
  display: block;
  height: 92px;
  margin-top: 3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.header-menu .side .banner-item a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.88s;
  transition: -webkit-transform 0.88s;
  transition: transform 0.88s;
  transition: transform 0.88s, -webkit-transform 0.88s;
}

.header-menu .side .banner-item a span {
  display: block;
  padding: 0 30px;
  line-height: 92px;
  font-size: 13px;
  position: relative;
}

.header-menu .side .banner-item a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header-menu .side .country {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 15px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
}

.header-menu .side .country .selected {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.header-menu .side .country .selected::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 0 0 0 18px;
  background: url("/Assets/img/icons/arrow-down-white.png") center center no-repeat;
  position: relative;
  top: -2px;
}

.header-menu .side .country .country-ball {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.header-menu .side .country .country-ball img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-menu.hidden {
  /* this is simply to override display:none
           from helper class that's also named 'hidden'
           lol... */
  display: block !important;
}

.header-menu.hidden .side {
  right: -240px;
}

/** SMACSS refactor */

.sticky-header {
  padding-top: 55px;
  /* disabled for update : reduce header size to same as mobile in all viewport
	@include media-breakpoint-up(md) {
		padding-top: 75px;
	}
	*/
}

.sticky-header .site-header {
  position: fixed;
  left: 0;
  top: 0;
}

.site-header {
  background-color: #FFC600;
  width: 100%;
  position: relative;
  z-index: 20;
  -webkit-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s;
  /* disabled for update : reduce header size to same as mobile in all viewport
	@include media-breakpoint-up(md) {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 75px;
	}
  */
}

.site-header .logo-or {
  display: block;
}

.site-header .logo-pw {
  display: none;
}

.site-header .container-fluid,
.site-header .row,
.site-header .skeleton .skeleton__wrapper,
.skeleton .site-header .skeleton__wrapper {
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  position: relative;
}

.site-header.has-sidebg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header.affix,
.site-header.affix--abs {
  background-color: transparent;
}

.site-header.affix--abs {
  background-color: #FFC600;
}

@media (min-width: 768px) {
  .site-header.affix--abs {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .site-header.affix--abs {
    position: relative;
  }
}

.site-header.absolute {
  position: absolute;
  top: -75px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header.absolute > div.container-fluid {
  padding-top: 75px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.site-header.fixed {
  position: fixed;
  top: -75px;
}

.site-header.fixed.show {
  top: 0;
  left: 0;
  background-color: #FFC600;
}

.site-header.fixed > div.container-fluid {
  padding-top: 0;
}

.page-premier-wealth .site-header {
  background-color: #1e180f;
}

.page-premier-wealth .site-header.affix,
.page-premier-wealth .site-header.affix--abs {
  background-color: transparent;
}

.page-premier-wealth .site-header.affix--abs {
  background-color: #FFC600;
}

@media (min-width: 768px) {
  .page-premier-wealth .site-header.affix--abs {
    background-color: transparent;
  }
}

.page-premier-wealth .site-header.absolute {
  background-color: transparent;
}

.page-premier-wealth .site-header.fixed.show {
  background-color: #1e180f;
}

.page-premier-wealth .site-header .site-nav a {
  color: #baa285;
}

.page-premier-wealth .site-header .site-nav ul li .text {
  color: #baa285;
}

.page-premier-wealth .site-header .logo-pw {
  display: block !important;
}

.page-premier-wealth .site-header .logo-or {
  display: none !important;
}

.site-nav {
  position: relative;
  z-index: 2;
  height: 100%;
}

@media (max-width: 767.98px) {
  .site-nav {
    padding-right: 0;
  }
}

.site-nav a {
  color: #373737;
  text-decoration: none !important;
  cursor: pointer;
}

.site-nav a.btn-outline-primary:hover {
  background-color: #373737;
  color: #fff;
}

.site-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: right;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .site-nav ul {
    margin-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .site-nav ul {
    margin-left: 0;
  }
}

.site-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  height: 100%;
  vertical-align: top;
  border-top: 2px solid transparent;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767.98px) {
  .site-nav ul li.site-icon-menu {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .site-nav ul li.site-icon-menu {
    padding-left: 3px;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .site-nav ul li.site-icon-menu.site-icon-login {
    display: inline-block;
  }

  .site-nav ul li.site-icon-menu.site-icon-login .text {
    display: block;
  }
}

.site-nav ul li a:hover .text,
.site-nav ul li a:hover .icon {
  opacity: .5;
}

.site-nav ul li .icon img {
  width: 27px;
  height: 27px;
}

.site-nav ul li .text {
  font-size: 13px;
  font-family: "latobold";
  color: #171717;
  letter-spacing: .5px;
}

@media (max-width: 575.98px) {
  .site-nav ul li .text {
    display: none;
  }
}

.site-nav ul li .icon,
.site-nav ul li .text {
  padding: 11px .25rem 0 .25rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 575.98px) {
  .site-nav ul li.site-search-el {
    padding-left: 9px;
    padding-right: 7px;
  }
}

@media (max-width: 991.98px) {
  .site-nav ul li.site-logout {
    display: none;
  }
}

.header-search,
.not-found-search {
  width: 500px;
  padding: 18px 0;
  margin: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -10px;
  bottom: -10px;
}

@media (max-width: 767.98px) {
  .header-search,
  .not-found-search {
    width: auto;
    left: 20px;
    right: 60px;
  }
}

.header-search form,
.not-found-search form {
  display: block;
  width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.header-search form .button.search-icon,
.not-found-search form .button.search-icon {
  width: 39px;
  height: 38px;
  margin: auto;
  border-bottom: solid 1px #373737;
  background: url("/Assets/img/icons/search.svg") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.header-search form .button.search-icon img,
.not-found-search form .button.search-icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-search form .search-input,
.not-found-search form .search-input {
  height: 39px;
  margin-left: 39px;
  padding-left: 10px;
  border-bottom: solid 1px #373737;
}

.header-search form .search-input input,
.not-found-search form .search-input input {
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  color: #373737;
  outline: none;
}

.header-search .suggestion-list,
.not-found-search .suggestion-list {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-search .suggestion-list .inner,
.not-found-search .suggestion-list .inner {
  width: 100%;
  height: 100%;
  max-height: 360px;
  padding: 0 30px;
  overflow: auto;
}

.header-search .suggestion-list .gray-text,
.not-found-search .suggestion-list .gray-text {
  font-size: 12px;
  margin: 15px 0 2px;
}

.header-search .suggestion-list .gray-text:first-child,
.not-found-search .suggestion-list .gray-text:first-child {
  margin-top: 0;
}

.header-search .suggestion-list a,
.not-found-search .suggestion-list a {
  display: block;
  padding: 5px 30px;
  margin: 0 -30px;
  font-size: 16px;
  text-decoration: none;
  color: #373737;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-search .suggestion-list a:hover,
.not-found-search .suggestion-list a:hover {
  background: #ededed;
  text-decoration: none;
}

.header-search .suggestion-list.active,
.not-found-search .suggestion-list.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.page-premier-wealth .header-search form .button.search-icon {
  border-bottom: solid 2px #baa285;
  background: url("/Assets/img/icons/search-gold.svg") center center no-repeat;
}

.page-premier-wealth .header-search form .search-input {
  border-bottom: solid 2px #baa285;
}

.page-premier-wealth .header-search form .search-input input {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input::-webkit-input-placeholder {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input:-ms-input-placeholder {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input::-ms-input-placeholder {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input::placeholder {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input:-ms-input-placeholder {
  color: #baa285;
}

.page-premier-wealth .header-search form .search-input input::-ms-input-placeholder {
  color: #baa285;
}

.header-search-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 19;
}

.page-premier-wealth .header-search-overlay {
  opacity: 0.6;
}

.site-search {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px -10px 0;
  padding: 10px;
}

.site-search:hover .img.default {
  opacity: .6;
}

.site-search img,
.site-search .img {
  display: block;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.site-search .img.default {
  background: url("/Assets/img/icons/search.svg") center center no-repeat;
}

.site-search .img.close {
  background: url("/Assets/img/icons/close-black.svg") center center no-repeat;
}

.site-search .img::before,
.site-search .img::after {
  display: none;
}

.site-search .default {
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-search .close {
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.page-premier-wealth .site-search .img.default {
  background: url("/Assets/img/icons/search-gold.svg") center center no-repeat;
}

.page-premier-wealth .site-search .img.close {
  background: url("/Assets/img/icons/close-gold.svg") center center no-repeat;
}

.site-menu-el {
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.site-menu {
  margin: 6px -10px 0;
  display: inline-block;
  padding: 10px;
}

/* header state when search bar openend */

.search-mode {
  /* for casa pages */
}

@media (max-width: 991.98px) {
  .search-mode .site-logo a {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
}

.search-mode .site-icon-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .search-mode .site-icon-menu {
    display: none !important;
  }
}

.search-mode .site-menu-el {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .search-mode .site-menu-el {
    visibility: visible;
    opacity: 1;
    margin-right: -50px;
  }
}

.search-mode .site-search .default {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-mode .site-search .close {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-mode .header-search {
  z-index: 3;
}

.search-mode .header-search form {
  width: 100%;
}

.search-mode.affix--abs {
  background: #FFC600 !important;
}

@-webkit-keyframes line1 {
  0% {
    width: 25px;
  }

  50% {
    width: 5px;
  }

  100% {
    width: 25px;
  }
}

@keyframes line1 {
  0% {
    width: 25px;
  }

  50% {
    width: 5px;
  }

  100% {
    width: 25px;
  }
}

@-webkit-keyframes line2 {
  0% {
    width: 25px;
  }

  50% {
    width: 10px;
  }

  100% {
    width: 25px;
  }
}

@keyframes line2 {
  0% {
    width: 25px;
  }

  50% {
    width: 10px;
  }

  100% {
    width: 25px;
  }
}

@-webkit-keyframes line3 {
  0% {
    width: 25px;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 25px;
  }
}

@keyframes line3 {
  0% {
    width: 25px;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 25px;
  }
}

.menu-hamburger {
  margin-top: -5px;
  margin-bottom: -5px;
  width: 25px;
}

.menu-hamburger.is-hover .line-1 {
  -webkit-animation: line1 0.5s 1;
  animation: line1 0.5s 1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.menu-hamburger.is-hover .line-2 {
  -webkit-animation: line2 0.5s 0.1s 1;
  animation: line2 0.5s 0.1s 1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.menu-hamburger.is-hover .line-3 {
  -webkit-animation: line2 0.5s 0.2s 1;
  animation: line2 0.5s 0.2s 1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.menu-hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #373737;
  margin-top: 5px;
  margin-bottom: 5px;
  will-change: width;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.page-premier-wealth .menu-hamburger .line {
  background-color: #baa285;
}

.footer {
  padding: 10px 0;
  background: #f5f5f5;
  font-size: 12px;
  color: #575757;
}

.footer .wrapper > div {
  overflow: hidden;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-top {
  line-height: 24px;
  font-family: 'latobold';
}

@media (max-width: 991.98px) {
  .footer .footer-top {
    padding-left: 40px;
  }
}

.footer .footer-top a {
  display: inline-block;
  height: 24px;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .footer .footer-top a {
    margin-bottom: 0;
  }
}

.footer .footer-top a:last-child {
  width: 80px;
  padding-top: 8px;
}

.footer .footer-top .maybank,
.footer .footer-top .arrow {
  display: inline-block;
  text-indent: -8888px;
}

.footer .footer-top .maybank {
  width: 24px;
  height: 24px;
  background: url("/Assets/img/icons/maybank.png") center center no-repeat;
}

@media (max-width: 991.98px) {
  .footer .footer-top .maybank {
    position: absolute;
    left: 20px;
  }
}

.footer .footer-top .arrow {
  width: 8px;
  height: 24px;
  margin-right: 15px;
  background: url("/Assets/img/icons/arrow-right.png") center center no-repeat;
}

.footer .footer-mid {
  margin-top: 7px;
  padding-top: 30px;
  border-top: solid 1px #FFC600;
  overflow: hidden;
}

.footer .footer-mid .sitemap {
  overflow: hidden;
}

.footer .footer-mid .sitemap .column {
  /* float: left;
				width: 16.6%; */
  display: inline-block;
  width: 16.45%;
  vertical-align: top;
  padding-right: 15px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .footer .footer-mid .sitemap .column {
    width: 33%;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap .column {
    width: 100%;
  }
}

.footer .footer-mid .sitemap .group {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap .group {
    margin-bottom: 0;
  }
}

.footer .footer-mid .sitemap .group .links {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer .footer-mid .sitemap .group .links {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap .group .links {
    display: none;
    padding-bottom: 10px;
  }
}

.footer .footer-mid .sitemap .group i {
  display: none;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap .group i {
    display: inline-block;
  }
}

.footer .footer-mid .sitemap .group.active i {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.footer .footer-mid .sitemap a {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.75;
  letter-spacing: 0.3px;
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .footer .footer-mid .sitemap a {
    line-height: 28px;
  }
}

.footer .footer-mid .sitemap h4 {
  margin: 0 0 10px;
  color: #373737;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap h4 {
    padding: 10px 0;
    margin: 0;
  }
}

.footer .footer-mid .sitemap h4 label {
  display: none;
  width: 88px;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: 0;
  padding-bottom: 0;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .footer .footer-mid .sitemap h4 label {
    display: block;
  }
}

.footer .footer-mid .sitemap h4 a {
  color: #373737;
  line-height: inherit;
  font-size: 14px;
  font-weight: 700;
}

.footer .footer-mid .socmed {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer .footer-mid .socmed {
    float: right;
  }
}

.footer .footer-bot {
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px #FFC600;
}

.footer .footer-bot .links {
  float: left;
}

@media (max-width: 767.98px) {
  .footer .footer-bot .links {
    float: none;
  }
}

.footer .footer-bot .links a {
  font-family: 'latobold';
  color: #373737;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 18px;
  margin-bottom: 5px;
}

.footer .footer-bot .links a:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  color: #FFC600;
}

@media (max-width: 767.98px) {
  .footer .footer-bot .links a:nth-child(3):after {
    content: '';
  }
}

.footer .footer-bot .copyright {
  float: right;
}

@media (max-width: 767.98px) {
  .footer .footer-bot .copyright {
    margin-top: 28px;
    float: none;
  }
}

.footer-arrow:after {
  content: '';
  width: 8px;
  height: 24px;
  background: url("/Assets/img/icons/arrow-right.png") center center no-repeat;
}

.breadcrumb {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.breadcrumb ul.breadcrumb__wrapper {
  list-style-type: none;
  padding: 0 0 0 6px;
  margin: 0;
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 23px;
  height: 23px;
  margin: 8px 10px 8px -10px;
  padding: 0 20px 0 14px;
  position: relative;
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a {
  color: #373737;
  position: relative;
  z-index: 2;
  display: block;
  max-width: 150px;
  /*
				--- disabled due to display messed up in safari (desktop & iphone)
				@include clamp(12px, 2, 1);
				---
				*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a {
    max-width: 200px;
  }
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a.maybank-logo img {
  width: 23px;
  height: 23px;
  position: relative;
  top: -1px;
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child {
  /* wider last child to make clear of current page name */
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child a {
  max-width: 300px;
}

@media (min-width: 576px) {
  .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child a {
    max-width: 300px;
  }
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):after,
.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):before {
  content: '';
  border-right: 1px solid #373737;
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg);
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):after {
  bottom: 0;
  top: auto;
  -webkit-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.page-header {
  margin: 0;
  padding: 0;
}

.page-body .feature,
.page-body .feature.bg-grey {
  background-color: #fff;
  /* add more top-spacing on the feature class that has search component. */
  /* bootstrap container */
  /* as the column reversed, the element inside reversed as well.. */
}

@media screen and (min-width: 1024px) {
  .page-body .feature.has-search-component .feature-wrapper {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.page-body .feature-name {
  margin-top: 15px;
  word-wrap: break-word;
  /* use asterisk so we can use h1, p or any other tags */
}

.page-body .feature-name > * {
  font-size: 32px;
  line-height: 1;
  word-wrap: break-word;
}

@media screen and (min-width: 1200px) {
  .page-body .feature-name > * {
    font-size: 40px;
  }
}

.page-body .feature-desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-body .feature-action {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.page-body .feature-body:nth-child(odd) {
  /* remove padding so on larger screen the scrollbar wont show */
}

@media screen and (min-width: 1200px) {
  .page-body .feature-body:nth-child(odd) {
    padding-right: 0;
  }
}

.page-body .feature-body:nth-child(even) {
  /* remove padding so on larger screen the scrollbar wont show */
}

@media screen and (min-width: 1200px) {
  .page-body .feature-body:nth-child(even) {
    /* padding-left: 0; */
    padding-right: 25px;
  }
}

.page-body .feature .container {
  position: relative;
}

.page-body .feature-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-body .feature-wrapper .feature-header-wrapper .feature-name p {
  font-size: 17px;
  line-height: 25px;
}

@media screen and (min-width: 992px) {
  .page-body .feature-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.page-body .feature-wrapper > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-body .feature.reverse\@sm .travel-list {
    margin-left: -35px;
    margin-right: -15px;
    direction: rtl;
  }
}

.page-body .bg-grey.feature {
  background-color: #f5f5f5;
}

.page-body .promo.credit-card-promo .page-banner--as-bg {
  background-position: 25%;
}

.page-body .promo.credit-card-promo .page-banner--as-bg p {
  max-width: 400px;
}

/* MOVE THIS OR REFACTOR THIS TO BECOME GENERIC CLASS */

.travel-list {
  overflow: hidden;
  margin: 0 -35px;
  padding: 0 35px;
}

.travel-list .horizontal-scroll {
  padding: 0 30px;
  margin: 0 -45px;
}

.travel-list .travel-item {
  display: inline-block;
  max-width: 285px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* wrapper for the yellow-card box */

.box-list {
  /* used in page /premier-wealth only */
}

.box-list--fullheight {
  height: auto;
}

.box-list .horizontal-scroll {
  padding: 0 30px;
  margin: 0 -45px;
}

.box-list .box-item {
  display: inline-block;
  padding: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.box-list .box-item:active,
.box-list .box-item:focus,
.box-list .box-item:hover {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.box-list .box-item.is-loading {
  padding: 0 !important;
}

.box-list.fixed-size .box-item {
  width: 165px;
  height: 150px;
}

@media (max-width: 767.98px) {
  .box-list.fixed-size .box-item {
    width: 145px;
    height: 130px;
  }
}

.box-list.fixed-size .box-item .card-box--white {
  width: 150px;
  height: 150px;
}

@media (max-width: 767.98px) {
  .box-list.fixed-size .box-item .card-box--white {
    width: 130px;
    height: 130px;
  }
}

.box-list.fixed-size .box-item .card-box--white .card-box-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767.98px) {
  .box-list.fixed-size .box-item .card-box--white .card-box-wrapper {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .box-list.fixed-size .box-item .card-box--white .card-box-caption {
    font-size: 13px;
  }
}

.m-page-feature {
  /* typography style taken from .m-info-box */
  /* custom select inside <h3> */
}

.m-page-feature__wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  .m-page-feature__wrapper {
    height: 350px;
  }
}

.m-page-feature__wrapper.medium .m-page-feature__picture,
.m-page-feature__wrapper.large .m-page-feature__picture {
  height: 100%;
}

@media (max-width: 991.98px) {
  .m-page-feature__wrapper.medium .m-page-feature__picture,
  .m-page-feature__wrapper.large .m-page-feature__picture {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .m-page-feature__wrapper.medium .m-page-feature__picture,
  .m-page-feature__wrapper.large .m-page-feature__picture {
    height: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .m-page-feature__wrapper.medium {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-page-feature__wrapper.medium {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .m-page-feature__wrapper.large {
    height: 640px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-page-feature__wrapper.large {
    height: 530px;
  }
}

.m-page-feature__item {
  position: relative;
  height: inherit;
}

.m-page-feature__picture {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .m-page-feature__picture {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .m-page-feature__picture {
    height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-page-feature__picture {
    height: 350px;
  }
}

.m-page-feature__details {
  padding: 32px;
  padding: 2rem;
}

@media only screen and (min-width: 992px) {
  .m-page-feature__details.md {
    padding: 24px;
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .m-page-feature__details.md {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .m-page-feature__details {
    padding: 24px;
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .m-page-feature__details {
    width: 80%;
  }
}

.m-page-feature h3 {
  font-size: 20px;
  font-family: "latobold";
  color: #373737;
  margin-top: 0;
  margin-bottom: 20px;
}

.m-page-feature h3.again {
  margin-top: 40px;
}

.m-page-feature p,
.m-page-feature li {
  font-family: "latoregular";
  font-size: 15px;
  line-height: 22px;
}

.m-page-feature ul {
  padding: 0px;
  margin: 0px;
}

.m-page-feature ul > li {
  list-style-type: none;
  list-style: none;
  padding-left: 15px;
}

.m-page-feature ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.m-page-feature ol {
  padding: 0px;
  margin: 0 0 0 28px;
}

.m-page-feature ol > li {
  padding-left: 8px;
}

.m-page-feature ul li.bold,
.m-page-feature ol li.bold {
  font-family: 'latobold';
  font-weight: normal;
}

.m-page-feature ul li.bold .normal,
.m-page-feature ol li.bold .normal {
  font-family: 'latoregular';
}

.m-page-feature h3 form,
.m-page-feature h3 form .form-group,
.m-page-feature h3 .m2u-select {
  display: inline-block;
}

.m-page-feature h3 .m2u-select {
  max-width: none;
  height: 26px;
  margin-left: 10px;
}

.m-page-feature h3 .m2u-select.stand-alone {
  margin-left: 0;
  margin-bottom: -5px;
}

.m-page-feature h3 .m2u-select .select-custom {
  height: 100%;
}

@media (max-width: 767.98px) {
  .m-page-feature h3 .m2u-select::after {
    top: 8px;
  }
}

.m-page-feature h3 .label,
.m-page-feature h3 .m2u-select .form-control {
  display: none;
}

@media (max-width: 767.98px) {
  .m-page-feature h3 .label,
  .m-page-feature h3 .m2u-select .form-control {
    display: block;
    font-size: 20px;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 25px;
    border-bottom: none;
    color: #FFC600;
  }
}

.m-page-feature h3 .m2u-select .icon {
  right: 3px;
  top: 4px;
}

.m-page-feature h3 .m2u-select .header__value {
  padding-right: 30px;
  top: 0;
}

.m-page-feature h3 .m2u-select .select-custom {
  border-bottom: none;
}

.m-page-feature h3 .m2u-select .select-custom__lists {
  top: -5%;
}

.m-page-feature h3 .m2u-select .value {
  display: inline-block;
  width: 100%;
  height: 33px;
  color: #FFC600;
}

/**
 * Layouts for pages that have side banner.
 */

.l-page-side {
  position: relative;
}

.l-page-side .page-side-container {
  padding-left: 0;
  padding-right: 0;
}

.l-page-side .page-side {
  float: left;
  min-height: 100vh;
  width: 155px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .l-page-side .page-side {
    width: 384px;
  }
}

@media (min-width: 1200px) and (orientation: landscape) {
  .l-page-side .page-side {
    width: 455px;
  }
}

.l-page-side .page-side .hero-banner {
  padding-right: 15px;
  position: absolute;
}

@media (min-width: 768px) {
  .l-page-side .page-side .hero-banner {
    padding-left: 15px;
    bottom: 15%;
    max-width: 384px;
  }
}

@media (min-width: 1200px) {
  .l-page-side .page-side .hero-banner {
    padding-left: 45px;
    bottom: 5%;
    max-width: 450px;
  }
}

.l-page-side .page-side .hero-banner .hero-banner-picture {
  margin-bottom: 30px;
}

.l-page-side .page-main {
  background-color: #FFC600;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;
  overflow: hidden;
  /* @include media-breakpoint-up(sm) {
			// make the main content to be 100% height
			height: 100vh;
			overflow: hidden;
		} */
  /* integration with home chat area & elements */
}

@media (max-width: 767.98px) {
  .l-page-side .page-main {
    padding-bottom: 55px;
    margin-bottom: -55px;
  }
}

.l-page-side .page-main .page-wrapper {
  /* min-height: 100vh;
			@include media-breakpoint-up(sm) {
				min-height: initial;
				height: 95vh;
				overflow-y: auto;
				overflow-x: hidden;
			} */
  min-height: initial;
  height: 92vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.l-page-side .page-main.home-chat {
  padding: 0;
}

.l-page-side .page-main.home-chat .chat-area {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  min-width: initial !important;
  height: 100%;
  min-height: initial;
  padding: 120px 80px 0;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .l-page-side .page-main.home-chat .chat-area {
    padding: 100px 50px 0;
  }
}

@media (max-width: 767.98px) {
  .l-page-side .page-main.home-chat .chat-area {
    padding-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .l-page-side .page-main.home-chat .chat-area {
    padding: 30px 20px 0;
  }
}

.l-page-side .page-main.home-chat .chat-area .chat-action {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.l-page-side .page-main.home-chat .chat-area .chat-action > div::before {
  left: -80px;
  width: 80px;
}

.l-page-side .page-main.home-chat .chat-area .chat-action > div::after {
  right: -80px;
  width: 80px;
}

.l-page-side .page-main.home-chat .chat-area .static-chat-wrapper {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .l-page-side .page-main.home-chat .chat-area .static-chat-wrapper {
    padding-bottom: 100px;
  }
}

.l-page-side .page-main.home-chat .chat-area .static-chat-wrapper .gray-text {
  color: #84660f !important;
}

.l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
  margin: 20px -80px 0;
  padding: 20px 80px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
  .l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-page-side .page-main.home-chat .chat-area .text-content {
  width: 88%;
  margin-top: 40px;
}

.l-page-side .page-main.home-chat .chat-area .text-content:first-child {
  margin-top: 0;
}

.l-page-side .page-main.home-chat .chat-area-popup {
  min-height: initial !important;
}

@media (max-width: 767.98px) {
  .l-page-side .page-main.home-chat .chat-area-popup {
    height: 100%;
  }
}

.l-page-side .form-intro {
  padding-top: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

@media (min-width: 576px) {
  .l-page-side .form-intro {
    max-width: 992px;
    padding: 16vh 10%;
  }
}

.page-with-side-banner {
  position: relative;
}

.page-with-side-banner .section.footer {
  display: none;
}

.page-with-side-banner .hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-with-side-banner .hero-banner-body {
  padding-right: 15px;
}

.page-with-side-banner .intro {
  max-width: 768px;
  padding: 16vh 0;
  margin: 0 auto;
}

.page-with-side-banner form input[type="text"],
.page-with-side-banner form input[type="number"],
.page-with-side-banner form input[type="email"],
.page-with-side-banner form input[type="tel"] {
  max-width: 100%;
}

.page-with-sidebar {
  position: relative;
  width: 100%;
  display: table;
}

@media (max-width: 991.98px) {
  .page-with-sidebar {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .page-with-sidebar {
    overflow: hidden;
  }
}

.page-with-sidebar .sidebar,
.page-with-sidebar .content {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 991.98px) {
  .page-with-sidebar .sidebar,
  .page-with-sidebar .content {
    display: block;
  }
}

.page-with-sidebar .sidebar {
  margin: 0;
  width: 325px;
  overflow: auto;
  padding: 4px 0;
  -webkit-box-shadow: 4px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .page-with-sidebar .sidebar {
    overflow: inherit;
    width: 100%;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
}

.page-with-sidebar .sidebar-menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}

.page-with-sidebar .sidebar-menu li {
  text-transform: capitalize;
  list-style: none;
  position: relative;
  border-top: 1px solid rgba(157, 157, 157, 0.3);
}

.page-with-sidebar .sidebar-menu li.with-icon a {
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
  padding-left: 90px;
}

.page-with-sidebar .sidebar-menu li:after {
  content: '';
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}

.page-with-sidebar .sidebar-menu li a {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}

.page-with-sidebar .sidebar-menu li h3 {
  margin-bottom: 0;
}

.page-with-sidebar .sidebar-menu li:hover.with-icon a {
  padding-left: 100px;
}

.page-with-sidebar .sidebar-menu li:hover .sidebar-icon-list {
  left: 40px;
}

.page-with-sidebar .sidebar-menu li.active:after,
.page-with-sidebar .sidebar-menu li:hover:after {
  background-color: #FFC600;
}

.page-with-sidebar .sidebar-icon-list {
  height: 100%;
  left: 30px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.page-with-sidebar .sidebar-icon-list img {
  width: 30px;
}

@-webkit-keyframes typingDots {
  0% {
    background-color: #fff;
  }

  33% {
    background-color: #666;
  }

  66% {
    background-color: #fff;
  }

  100% {
    background-color: #fff;
  }
}

@keyframes typingDots {
  0% {
    background-color: #fff;
  }

  33% {
    background-color: #666;
  }

  66% {
    background-color: #fff;
  }

  100% {
    background-color: #fff;
  }
}

.home-chat {
  padding: 0;
  overflow: hidden;
}

.home-chat > div {
  z-index: 1;
}

.home-chat .header.secondary {
  z-index: 2;
}

@media (max-width: 991.98px) {
  .home-chat.no-banner .chat-banner,
  .home-chat.no-banner .get-started {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .home-chat.no-banner .chat-area {
    padding-top: 55px;
  }
}

@media (max-width: 991.98px) {
  .home-chat.no-banner .chat-area .chat-fade {
    top: 55px;
  }
}

.page-home .home-chat.no-banner .chat-area .chat-log {
  height: calc(100% - 210px);
}

.home-chat .chat-banner {
  width: 455px;
  /* height:720px; */
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  background: #a09376;
  /*
			important note :
			.banner-img img & .banner-text transform & transition is for slide OUT animation
			.owl-item.active .banner-img img & .owl-item.active .banner-text transform & transition
				is for slide IN animation
		*/
}

@media (max-width: 1199.98px) {
  .home-chat .chat-banner {
    width: 354px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-banner {
    width: auto;
    /* height:600px; */
    height: 100vh;
    min-height: 520px;
    max-height: 680px;
    overflow: hidden;
  }
}

.home-chat .chat-banner .banner-page {
  /* height:720px; */
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
}

@media (max-width: 991.98px) {
  .home-chat .chat-banner .banner-page {
    /* height:600px; */
    height: 100vh;
    min-height: 520px;
    max-height: 680px;
  }
}

.home-chat .chat-banner .banner-img img {
  width: auto;
  max-width: none;
  height: 100%;
}

.home-chat .chat-banner.use-transition .banner-img img,
.home-chat .chat-banner.use-transition .banner-img .centerImage-cover {
  -webkit-transition: all 1.6s linear 0s;
  transition: all 1.6s linear 0s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-chat .chat-banner.use-transition .banner-text {
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.home-chat .chat-banner.use-transition .owl-item {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.home-chat .chat-banner.use-transition .owl-item.active {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
}

.home-chat .chat-banner.use-transition .owl-item.active .banner-img img,
.home-chat .chat-banner.use-transition .owl-item.active .banner-img .centerImage-cover {
  -webkit-transition: all 2.4s linear 0s;
  transition: all 2.4s linear 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.home-chat .chat-banner.use-transition .owl-item.active .banner-text {
  -webkit-transition: all 1.5 linear 0.6s;
  -webkit-transition: all 1.5s linear 0.6s;
  transition: all 1.5s linear 0.6s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.home-chat .chat-area {
  min-width: 825px;
  background: #FFC600;
  position: absolute;
  left: 455px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 130px 100px 0 100px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area {
    min-width: 670px;
    padding-left: 50px;
    padding-right: 50px;
    left: 354px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area {
    min-width: auto;
    height: 100vh;
    min-height: 660px;
    padding: 20px;
    position: relative;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-area {
    min-height: auto;
  }
}

.home-chat .chat-area .top-chat-nav {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 100%;
  padding: 0px 90px;
  z-index: 1;
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .top-chat-nav {
    padding: 0px 40px;
    top: 90px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .top-chat-nav {
    padding: 0px 20px;
    top: 20px;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .top-chat-nav {
    padding: 0px 20px;
    top: 14px;
  }
}

.home-chat .chat-area .top-chat-nav .back-button {
  border: 1px solid #373737;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #373737;
  font-size: 13px;
  position: relative;
  padding: 5px 10px 5px 30px;
  font-weight: 700;
  background-color: #FFC600;
  -webkit-transition: all .4ms ease-in;
  transition: all .4ms ease-in;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  float: left;
}

.home-chat .chat-area .top-chat-nav .back-button::before {
  position: absolute;
  content: '';
  background-image: url("/Assets/img/back-button-long.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  background-size: contain;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.home-chat .chat-area .top-chat-nav .back-button:hover {
  background-color: #373737;
  text-decoration: none;
  color: #fff;
}

.home-chat .chat-area .top-chat-nav .back-button:hover::before {
  background-image: url("/Assets/img/back-button-long-white.svg");
}

.home-chat .chat-area .top-chat-nav .refresh-button {
  width: 20px;
  height: 20px;
  background-image: url("/Assets/img/refresh-icon.svg");
  background-size: contain;
  display: inline-block;
  margin-left: 30px;
  float: left;
  margin-top: 3px;
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
}

.home-chat .chat-area .top-chat-nav .refresh-button:hover,
.home-chat .chat-area .top-chat-nav .refresh-button:focus {
  opacity: 0.6;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .top-chat-nav .refresh-button {
    float: right;
  }
}

.home-chat .chat-area .chat-log {
  height: 335px;
  padding: 0 35px 0 10px;
  margin: -55px -35px 0 -10px;
  position: relative;
  overflow: auto;
}

.page-home .home-chat .chat-area .chat-log {
  height: calc(100% - 152px);
}

@media (max-width: 991.98px) {
  .page-home .home-chat .chat-area .chat-log {
    height: calc(100% - 200px);
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-log {
    height: 360px;
    margin: 0;
    padding: 0;
  }
}

.home-chat .chat-area .chat-log .chat-wrapper {
  padding-top: 70px;
  padding-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-log .chat-wrapper {
    padding-top: 55px;
  }
}

.home-chat .chat-area .chat-log .intro {
  width: 70%;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-log .intro {
    width: 100%;
  }
}

.home-chat .chat-area .chat-log .bubble {
  margin-top: 20px;
}

.home-chat .chat-area .chat-log .bubble::after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.home-chat .chat-area .chat-log .bubble .bubble-content {
  display: inline-block;
  max-width: 80%;
  padding: 14px 25px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  font-family: 'latobold';
  font-size: 14px;
  line-height: 18px;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* editable chat bubble */
}

.home-chat .chat-area .chat-log .bubble .bubble-content .image {
  display: none;
}

.home-chat .chat-area .chat-log .bubble .bubble-content h4 {
  margin: 0 0 4px;
  color: #8e8e8e;
}

.home-chat .chat-area .chat-log .bubble .bubble-content p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 18px;
}

.home-chat .chat-area .chat-log .bubble .bubble-content p:last-child {
  margin-bottom: 0;
}

.home-chat .chat-area .chat-log .bubble .bubble-content table,
.home-chat .chat-area .chat-log .bubble .bubble-content tr,
.home-chat .chat-area .chat-log .bubble .bubble-content td {
  margin: 0;
  padding: 0;
  border: none;
}

.home-chat .chat-area .chat-log .bubble .bubble-content td {
  padding-top: 15px;
  padding-right: 20px;
}

.home-chat .chat-area .chat-log .bubble .bubble-content tr:first-child td {
  padding-top: 0;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table {
  display: table;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table .tr {
  display: table-row;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table .td {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 20px;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table.column-2 .td {
  width: 50%;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table.column-3 .td {
  width: 33.33%;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .table.column-4 .td {
  width: 25%;
}

.home-chat .chat-area .chat-log .bubble .bubble-content table,
.home-chat .chat-area .chat-log .bubble .bubble-content .table {
  width: 100%;
  margin-bottom: 15px;
}

.home-chat .chat-area .chat-log .bubble .bubble-content table:last-child,
.home-chat .chat-area .chat-log .bubble .bubble-content .table:last-child {
  margin-bottom: 0;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-content {
  cursor: pointer;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-input {
  background: none;
  border: none;
  border-bottom: solid 1px #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  color: #000;
  cursor: pointer;
  background: url("/Assets/img/icons/ico-edit-black.svg") center center no-repeat;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle span {
  display: none !important;
}

.home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle .active {
  display: none;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble .js-editable-content {
  border-bottom: dotted 1px transparent;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble:hover .js-editable-content {
  /* text-decoration:underline; */
  border-bottom: dotted 1px #fff;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-content {
  opacity: 0;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-input {
  display: block;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-toggle .inactive {
  display: none;
}

.home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-toggle .active {
  display: inline-block;
}

.home-chat .chat-area .chat-log .bubble.cs .bubble-content {
  float: left;
  border-radius: 16px 16px 16px 0;
  background: #373737;
  color: #fff;
  text-align: left;
}

.home-chat .chat-area .chat-log .bubble.cs .bubble-content .js-editable-toggle {
  margin-left: 10px;
  left: 100%;
}

.home-chat .chat-area .chat-log .bubble.user .bubble-content {
  float: right;
  border-radius: 16px 16px 0 16px;
  background: #fff;
  color: #373737;
  text-align: right;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.home-chat .chat-area .chat-log .bubble.user .bubble-content:hover .js-editable-content {
  border-bottom: dotted 1px #000;
}

.home-chat .chat-area .chat-log .bubble.user .bubble-content .js-editable-input {
  border-bottom: solid 1px #000;
}

.home-chat .chat-area .chat-log .bubble.user .bubble-content .js-editable-toggle {
  margin-right: 10px;
  right: 100%;
}

.home-chat .chat-area .chat-log .bubble.with-img .image,
.home-chat .chat-area .chat-log .bubble.with-icon .image {
  display: block;
  width: 51px;
  height: 39px;
  text-align: center;
  position: absolute;
  top: 14px;
}

.home-chat .chat-area .chat-log .bubble.with-img .image img,
.home-chat .chat-area .chat-log .bubble.with-icon .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.home-chat .chat-area .chat-log .bubble.with-img .bubble-content,
.home-chat .chat-area .chat-log .bubble.with-icon .bubble-content {
  min-height: 64px;
}

.home-chat .chat-area .chat-log .bubble.with-img.cs .image,
.home-chat .chat-area .chat-log .bubble.with-icon.cs .image {
  left: 20px;
}

.home-chat .chat-area .chat-log .bubble.with-img.cs .bubble-content,
.home-chat .chat-area .chat-log .bubble.with-icon.cs .bubble-content {
  padding-left: 85px;
}

.home-chat .chat-area .chat-log .bubble.with-img.user .image,
.home-chat .chat-area .chat-log .bubble.with-icon.user .image {
  right: 20px;
}

.home-chat .chat-area .chat-log .bubble.with-img.user .bubble-content,
.home-chat .chat-area .chat-log .bubble.with-icon.user .bubble-content {
  padding-right: 105px;
}

.home-chat .chat-area .chat-log .bubble.with-img .image {
  width: 71px;
  height: 50px;
}

.home-chat .chat-area .chat-log .bubble.with-img .bubble-content {
  min-height: 72px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.home-chat .chat-area .chat-log .bubble.cs-typing .bubble-content {
  background: #373737;
  padding-left: 21px;
  padding-right: 21px;
}

.home-chat .chat-area .chat-log .bubble.cs-typing span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #fff;
  border-radius: 100%;
}

.home-chat .chat-area .chat-log .bubble.cs-typing .dot1 {
  -webkit-animation: typingDots 1.5s linear 0s infinite;
  animation: typingDots 1.5s linear 0s infinite;
}

.home-chat .chat-area .chat-log .bubble.cs-typing .dot2 {
  -webkit-animation: typingDots 1.5s linear 0.25s infinite;
  animation: typingDots 1.5s linear 0.25s infinite;
}

.home-chat .chat-area .chat-log .bubble.cs-typing .dot3 {
  -webkit-animation: typingDots 1.5s linear 0.5s infinite;
  animation: typingDots 1.5s linear 0.5s infinite;
}

.home-chat .chat-area .chat-log .bubble.hidden {
  display: block !important;
  height: 0;
  margin: 0;
}

.home-chat .chat-area .chat-log .bubble.hidden .bubble-content {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-log .hidden-scrollbar-frame {
    padding-left: 0;
    padding-right: 20px;
  }
}

.home-chat .chat-area .chat-action {
  position: absolute;
  left: 100px;
  right: 100px;
  /* bottom:40px; */
  bottom: 60px;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-action {
    left: 70px;
    right: 70px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action {
    left: 20px;
    right: 20px;
    /* bottom:30px; */
    bottom: 55px;
  }
}

.home-chat .chat-area .chat-action .chat-back {
  font-size: 13px;
  text-transform: uppercase;
  background: #373737;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 16px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -237px !important;
  z-index: 1;
  font-family: 'latolight';
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .chat-back {
    bottom: -240px !important;
  }
}

.home-chat .chat-area .chat-action .chat-back.ready {
  bottom: -37px !important;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .chat-back.ready {
    bottom: -40px !important;
  }
}

.home-chat .chat-area .chat-action .chat-back::before,
.home-chat .chat-area .chat-action .chat-back::after {
  display: none;
}

.home-chat .chat-area .chat-action .chat-back #arrow-left {
  fill: #fff;
}

.home-chat .chat-area .chat-action .chat-back .text {
  margin-left: 6px;
}

.home-chat .chat-area .chat-action .scroll-for-more {
  /* top: 1.5rem; */
  left: 90px;
  right: 90px;
  bottom: -35px !important;
  cursor: pointer;
  position: absolute;
  display: block !important;
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .scroll-for-more {
    display: none !important;
  }
}

.home-chat .chat-area .chat-action .scroll-for-more::before,
.home-chat .chat-area .chat-action .scroll-for-more::after {
  display: none;
}

.home-chat .chat-area .chat-action .scroll-for-more a {
  color: #373737;
  text-decoration: none !important;
}

.home-chat .chat-area .chat-action > div {
  position: relative;
  /* pre-ready state */
  opacity: 0;
  bottom: -200px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* post-ready state */
  /* inactive state to prevent accidental click
				   because opacity 0 can still be clicked */
  /* option to make option carousel centered */
}

.home-chat .chat-area .chat-action > div.ready {
  opacity: 1;
  bottom: 0;
}

.home-chat .chat-area .chat-action > div.inactive {
  display: none;
}

.home-chat .chat-area .chat-action > div.center-options .owl-stage {
  margin: 0 auto;
}

.home-chat .chat-area .chat-action > div::after,
.home-chat .chat-area .chat-action > div::before {
  content: '';
  display: block;
  width: 85px;
  background: url("/Assets/img/bg/chat-action-fade.png") left center repeat-y;
  position: absolute;
  right: -100px;
  top: -11px;
  bottom: -11px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-action > div::after,
  .home-chat .chat-area .chat-action > div::before {
    width: 85px !important;
    right: -70px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action > div::after,
  .home-chat .chat-area .chat-action > div::before {
    width: 85px !important;
    right: -20px;
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-action > div::after,
  .home-chat .chat-area .chat-action > div::before {
    display: none;
  }
}

.home-chat .chat-area .chat-action > div::before {
  background: url("/Assets/img/bg/chat-action-fade-l.png") right center repeat-y;
  left: -100px;
  right: auto;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-action > div::before {
    left: -70px;
    right: auto;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action > div::before {
    left: -20px;
    right: auto;
  }
}

.home-chat .chat-area .chat-action > div .sub {
  font-family: 'latobold';
  font-size: 14px;
  margin-bottom: 12px;
  text-align: left;
}

.home-chat .chat-area .chat-action .owl-carousel {
  z-index: auto;
}

.home-chat .chat-area .chat-action .owl-stage-outer {
  overflow: visible;
}

.home-chat .chat-area .chat-action .owl-nav {
  height: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-action .owl-nav {
    display: none;
  }
}

.home-chat .chat-area .chat-action .owl-nav .disabled {
  display: none;
}

.home-chat .chat-area .chat-action .owl-prev,
.home-chat .chat-area .chat-action .owl-next {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  text-indent: 99px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .owl-prev,
  .home-chat .chat-area .chat-action .owl-next {
    width: 38px;
    height: 38px;
  }
}

.home-chat .chat-area .chat-action .owl-prev {
  float: left;
  margin-left: -12px;
  background: #fff url("/Assets/img/icons/nav-prev.png") center center no-repeat;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .owl-prev {
    margin-left: 30px !important;
  }
}

.home-chat .chat-area .chat-action .owl-prev:hover {
  -webkit-transform: translateX(-3px) translateY(-50%);
  -ms-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
}

.home-chat .chat-area .chat-action .owl-next {
  float: right;
  margin-right: -2px;
  background: #fff url("/Assets/img/icons/nav-next.png") center center no-repeat;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .owl-next {
    margin-right: 20px !important;
  }
}

.home-chat .chat-area .chat-action .owl-next:hover {
  -webkit-transform: translateX(3px) translateY(-50%);
  -ms-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
}

.home-chat .chat-area .chat-action .reply-buttons {
  text-align: center;
}

.home-chat .chat-area .chat-action .reply-buttons::after {
  width: 103px;
}

.home-chat .chat-area .chat-action .reply-buttons .owl-nav {
  top: 32%;
}

.home-chat .chat-area .chat-action .reply-buttons .owl-next {
  margin-right: 4px;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button {
  display: inline-block;
  width: 109px;
  height: 122px;
  margin: 0 6px;
  vertical-align: top;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-action .reply-buttons .badge-button {
    width: 88px;
    height: 130px;
  }
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button:hover .badge,
.home-chat .chat-area .chat-action .reply-buttons .badge-button:hover .badge--svg {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider {
  width: 122px;
  padding-left: 13px;
  position: relative;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider {
    width: 101px;
  }
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider::before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button p,
.home-chat .chat-area .chat-action .reply-buttons .badge-button .p {
  display: block;
  margin: 12px 0 0;
  font-family: 'latobold';
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button input {
  position: absolute;
  display: none;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/*.home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper input[type="file"] {
  display: block;
  right: 0;
  top: 0;
  opacity: 0.2;
  font-size: 120px;
  color: transparent;
  cursor: pointer;
}*/

    .home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper form input[type="file"] {
        display: block;
        right: 0;
        top: 0;
        opacity: 0.2;
        font-size: 10px;
        color: transparent;
        cursor: pointer;
    }

.home-chat .chat-area .chat-action .reply-buttons .badge-button.checked::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-left: -36px;
  background: url("/Assets/img/icons/check-green.png") center center no-repeat;
  position: absolute;
  left: 50%;
  top: 1px;
}

.home-chat .chat-area .chat-action .reply-buttons .owl-item .badge-button {
  margin: 0;
}

.home-chat .chat-area .chat-action .reply-buttons .badge,
.home-chat .chat-area .chat-action .reply-buttons .badge--svg {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area .chat-action .reply-buttons .badge,
  .home-chat .chat-area .chat-action .reply-buttons .badge--svg {
    width: 74px;
    height: 74px;
  }
}

.home-chat .chat-area .chat-action .reply-buttons .badge > img,
.home-chat .chat-area .chat-action .reply-buttons .badge--svg > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-chat .chat-area .chat-action .reply-buttons a:hover {
  text-decoration: none;
  color: #373737;
}

.home-chat .chat-area .chat-action .card-choice {
  text-align: center;
  /* without compare ui */
}

.home-chat .chat-area .chat-action .card-choice .list {
  min-width: 622px;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-action .card-choice .list {
    min-width: auto;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .card-choice .list {
    min-width: auto;
  }
}

.home-chat .chat-area .chat-action .card-choice .card-display {
  display: inline-block;
  width: 196px;
  height: 150px;
  margin-left: 17px;
}

.home-chat .chat-area .chat-action .card-choice .card-display:first-child {
  margin-left: 0;
}

.home-chat .chat-area .chat-action .card-choice .card-display p {
  margin-top: 0;
  font-family: 'latobold';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #373737;
}

.home-chat .chat-area .chat-action .card-choice .card-item {
  display: block;
  height: 123px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.home-chat .chat-area .chat-action .card-choice .card-item > img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-chat .chat-area .chat-action .card-choice .card-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.home-chat .chat-area .chat-action .card-choice .card-item .overlay::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.home-chat .chat-area .chat-action .card-choice .card-item.selected .overlay,
.home-chat .chat-area .chat-action .card-choice .card-item:hover .overlay {
  opacity: 1;
}

.home-chat .chat-area .chat-action .card-choice .card-item .button {
  width: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.home-chat .chat-area .chat-action .card-choice .card-item label {
  display: inline-block;
  padding-left: 15px;
  margin-top: 97px;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  background: url("/Assets/img/bg/checkbox.png") 0 1px no-repeat;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.home-chat .chat-area .chat-action .card-choice .card-item label input {
  display: none;
}

.home-chat .chat-area .chat-action .card-choice .card-item label.checked {
  background: url("/Assets/img/bg/checkbox.png") 0 -199px no-repeat;
}

.home-chat .chat-area .chat-action .card-choice .compare-button {
  width: 100%;
  padding-top: 20px;
}

.home-chat .chat-area .chat-action .card-choice .compare-button p {
  margin: 20px 0;
}

.home-chat .chat-area .chat-action .card-choice .left-align {
  text-align: left;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-display {
  cursor: pointer;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-display:hover .card-item {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.home-chat .chat-area .chat-action .card-choice.simple .card-display:hover,
.home-chat .chat-area .chat-action .card-choice.simple .card-display:active,
.home-chat .chat-area .chat-action .card-choice.simple .card-display:focus {
  text-decoration: none;
  color: #373737;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-display:hover p,
.home-chat .chat-area .chat-action .card-choice.simple .card-display:active p,
.home-chat .chat-area .chat-action .card-choice.simple .card-display:focus p {
  text-decoration: none;
  color: #373737;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-item {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-item .overlay {
  display: none;
}

.home-chat .chat-area .chat-action .reply-texts {
  padding: 15px 0;
  text-align: center;
}

.home-chat .chat-area .chat-action .reply-texts::after {
  width: 150px;
}

.home-chat .chat-area .chat-action .reply-texts .button {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-chat .chat-area .chat-action .reply-texts .button:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.home-chat .chat-area .chat-action .reply-texts .owl-nav {
  top: 50%;
  z-index: 2;
}

.home-chat .chat-area .chat-action .reply-texts .owl-next {
  margin-right: -12px;
}

.home-chat .chat-area .chat-action .reply-texts a:hover {
  text-decoration: none;
  color: #373737;
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-action .reply-input {
    margin-bottom: -40px;
  }
}

.home-chat .chat-area .chat-action .reply-input::after {
  display: none;
}

.home-chat .chat-area .chat-action .reply-input .form .row,
.home-chat .chat-area .chat-action .reply-input .form .skeleton .skeleton__wrapper,
.skeleton .home-chat .chat-area .chat-action .reply-input .form .skeleton__wrapper {
  text-align: center;
}

.home-chat .chat-area .chat-action .reply-input .form .row.inline,
.home-chat .chat-area .chat-action .reply-input .form .skeleton .inline.skeleton__wrapper,
.skeleton .home-chat .chat-area .chat-action .reply-input .form .inline.skeleton__wrapper {
  display: inline-block !important;
}

.home-chat .chat-area .chat-action .reply-input .button {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-chat .chat-area .chat-action .reply-input .button:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.home-chat .chat-area .chat-action .reply-input .input.text {
  width: 230px;
}

.home-chat .chat-area .chat-action .reply-input .input.range {
  height: 80px;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-action .reply-input .input.range {
    width: 70%;
    min-width: auto;
    margin-right: 20px;
  }
}

.home-chat .chat-area .chat-fade {
  height: 78px;
  background: url("/Assets/img/bg/chat-fade-high.png") center top repeat-x;
  position: absolute;
  left: 90px;
  right: 90px;
  top: 75px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area .chat-fade {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area .chat-fade {
    left: 0;
    right: 0;
    top: 15px;
  }
}

.home-chat .chat-area-popup {
  height: 100%;
  position: absolute;
  left: 455px;
  right: 0;
  bottom: -100%;
  background: #FFC600;
  padding: 85px 50px 0 70px;
  z-index: 21;
  -webkit-transition: bottom 0.3s;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-area-popup {
    left: 354px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .chat-area-popup {
    left: 0;
    height: 100vh;
    min-height: 660px;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-area-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-chat .chat-area-popup::after {
  content: '';
  display: block;
  height: 40px;
  background: url("/Assets/img/bg/chat-card-detail-fade.png") center bottom repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area-popup::after {
    height: 25px;
    bottom: 20px;
  }
}

.home-chat .chat-area-popup.show {
  bottom: 0;
}

.home-chat .chat-area-popup .close {
  position: absolute;
  top: 25px;
  right: 55px;
  font-weight: normal;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area-popup .close {
    top: 15px;
    right: 15px;
    text-indent: -120px;
    overflow: hidden;
    padding: 0;
    width: 40px;
  }
}

.home-chat .chat-area-popup .close:hover {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .home-chat .chat-area-popup .close::before {
    width: 40px;
  }
}

.home-chat .chat-area-popup.chat-card-detail .heading {
  border-bottom-width: 0px;
}

.home-chat .chat-area-popup.chat-card-detail .features .features-section {
  border-top-width: 0px;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare {
    padding-top: 65px;
  }
}

.home-chat .card-compare::after {
  bottom: 0;
}

.home-chat .card-compare .compare-area {
  width: 95%;
  height: 100%;
  padding-right: 40px;
  overflow: auto;
}

@media (max-width: 1199.98px) {
  .home-chat .card-compare .compare-area {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compare-area {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    overflow: auto;
  }
}

.home-chat .card-compare .compare-area::after {
  content: '';
  display: block;
  clear: both;
}

.home-chat .card-compare .compare-area > div {
  width: 47%;
  margin-left: 3%;
  padding-bottom: 40px;
  float: left;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compare-area > div {
    width: 280px;
    margin: 0 0 0 280px;
    padding-right: 20px;
  }
}

.home-chat .card-compare .compare-area > div:first-child {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compare-area > div:first-child {
    width: 260px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 0;
  }
}

.home-chat .card-compare .compare-area > div > img {
  display: block;
  height: 123px;
  margin: 0 auto 20px;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compare-area > div > img {
    height: 100px;
    margin-bottom: 0;
  }
}

.home-chat .card-compare .compare-area > div > p {
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'latobold';
  overflow: hidden;
  height: 48px;
  line-height: 18px;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compare-area > div > p {
    font-size: 14px;
    margin: 12px 0 15px;
  }
}

.home-chat .card-compare .compared-features {
  min-height: 380px;
  padding: 18px 18px 120px;
  background: #ffdc66;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media (max-width: 767.98px) {
  .home-chat .card-compare .compared-features {
    height: 380px;
  }
}

.home-chat .card-compare .compared-features h3 {
  margin-bottom: 10px;
}

.home-chat .card-compare .compared-features ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-chat .card-compare .compared-features li {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #665828;
  position: relative;
}

.home-chat .card-compare .compared-features li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #665828;
  border-radius: 10px;
  position: absolute;
  left: 2px;
  top: 7px;
}

.home-chat .card-compare .compared-features .actions {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  text-align: center;
}

.home-chat .card-compare .compared-features .actions .more {
  font-size: 14px;
  margin-bottom: 20px;
}

.home-chat .card-compare .compared-features .actions .more span {
  cursor: pointer;
}

.home-chat .card-compare .compared-features .actions .more span:hover {
  text-decoration: underline;
}

.home-chat .card-compare .compared-features .actions .button {
  margin: 0;
  width: 100%;
}

.home-chat .chat-card-detail {
  padding-top: 0;
}

.home-chat .chat-card-detail .heading {
  height: 230px;
  margin-top: 85px;
  border-bottom: solid 1px #cc9e00;
  position: relative;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading {
    padding-bottom: 20px;
  }
}

.home-chat .chat-card-detail .heading > img {
  width: 232px;
  height: auto;
  max-height: 145px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-card-detail .heading > img {
    width: 210px;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading > img {
    position: static;
    width: 140px;
    margin-top: -65px;
  }
}

.home-chat .chat-card-detail .heading .card-data {
  padding-left: 260px;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-card-detail .heading .card-data {
    padding-left: 230px;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading .card-data {
    padding-left: 0;
  }
}

.home-chat .chat-card-detail .heading .card-data h2 {
  margin: 6px 0 0;
  max-height: 70px;
  overflow: hidden;
}

.home-chat .chat-card-detail .heading .card-data p {
  width: 70%;
  height: 48px;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading .card-data p {
    width: 100%;
    margin-top: 2px;
  }
}

.home-chat .chat-card-detail .heading .card-data .button.proceed {
  width: 90px;
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading .card-data .button.proceed {
    width: auto;
    margin-right: 0;
    padding-right: 42px;
  }
}

.home-chat .chat-card-detail .heading .card-data .button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .heading .card-data .button {
    padding-left: 12px;
    padding-right: 53px;
  }
}

.home-chat .chat-card-detail .features {
  position: absolute;
  left: 70px;
  right: 50px;
  top: 305px;
  bottom: 25px;
  overflow: auto;
}

@media (max-width: 1199.98px) {
  .home-chat .chat-card-detail .features {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .features {
    top: 330px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.home-chat .chat-card-detail .features .features-section {
  margin-top: 5px;
  padding-top: 30px;
  border-top: solid 1px #cc9e00;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .features .features-section {
    padding-top: 20px;
  }
}

.home-chat .chat-card-detail .features .features-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.home-chat .chat-card-detail .features .features-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-chat .chat-card-detail .features .features-section-content > div,
.home-chat .chat-card-detail .features .features-section-content > li {
  display: inline-block;
  width: 49%;
  padding: 0 2% 0 5%;
  margin-bottom: 30px;
  vertical-align: top;
  position: relative;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .features .features-section-content > div,
  .home-chat .chat-card-detail .features .features-section-content > li {
    width: 100%;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
  }
}

.home-chat .chat-card-detail .features .features-section-content > li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #373737;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  top: 9px;
}

@media (max-width: 767.98px) {
  .home-chat .chat-card-detail .features .features-section-content > li::before {
    left: 8px;
  }
}

.home-chat .get-started {
  height: 60px;
  background-color: #FFC600;
  border-bottom: solid 1px #373737;
  display: none;
  position: relative;
}

.home-chat .get-started a {
  font-weight: bold;
  color: #373737;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 22px;
}

@media (min-width: 576px) {
  .home-chat .get-started a {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .home-chat .get-started {
    display: block;
  }
}

/* temporary class, only to get better view of all chat elements */

.section.home-chat .chat-area.full-view {
  overflow-y: auto;
  overflow-x: hidden;
}

.section.home-chat .chat-area.full-view .chat-action {
  position: static;
}

.section.home-chat .chat-area.full-view .chat-action > div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section.home-chat .chat-area.full-view .chat-action .action-button,
.section.home-chat .chat-area.full-view .chat-action .card-choice .compare-button {
  position: static;
}

.badge-button {
  display: inline-block;
  width: 109px;
  height: 121px;
  margin: 0 6px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.badge-button p {
  margin: 5px 0 0;
  font-family: latobold;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.badge-button .badge,
.badge-button .badge--svg {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 576px) {
  .badge-button .badge,
  .badge-button .badge--svg {
    width: 80px;
    height: 80px;
  }
}

.badge-button .badge img,
.badge-button .badge--svg img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.badge-group .badge-item {
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #fff;
}

@media (min-width: 576px) {
  .badge-group .badge-item {
    padding: 0 15px;
  }
}

.badge-group .badge-item:last-child {
  border-right: 1px solid transparent;
}

.badge-group .badge-button {
  margin: 0;
}

.badge--svg {
  width: inherit !important;
  height: inherit !important;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  padding: 20px;
  margin: 20px;
}

@media (max-width: 991.98px) {
  .section.promotions {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .section.promotions .container {
    padding: 0;
  }
}

.section.promotions .promotion-area {
  height: 450px;
  background: #4a4a4a;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-area {
    height: 660px;
    border-radius: 0;
  }
}

.section.promotions .promotion-list {
  width: 300px;
  height: 100%;
  float: right;
  color: #fff;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    position: relative;
    z-index: 2;
  }
}

.section.promotions .promotion-list .items {
  position: relative;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items {
    height: 66px;
    margin: 0 20px;
    border-bottom: solid 1px #757575;
    overflow: hidden;
  }
}

.section.promotions .promotion-list .items select {
  display: none;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items select {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: button;
    opacity: 0;
    cursor: pointer;
  }
}

.section.promotions .promotion-list .items i.icons {
  display: none;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items i.icons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 22px;
    font-weight: bold;
  }
}

.section.promotions .promotion-list .items > div,
.section.promotions .promotion-list .items > a {
  display: block;
  padding: 19px 30px 19px 72px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-top: solid 1px #757575;
  position: relative;
  cursor: pointer;
}

.section.promotions .promotion-list .items > div:first-child,
.section.promotions .promotion-list .items > a:first-child {
  border-top: none;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items > div,
  .section.promotions .promotion-list .items > a {
    padding-left: 42px;
    padding-right: 0;
    border: none;
    display: none;
  }
}

.section.promotions .promotion-list .items > div img,
.section.promotions .promotion-list .items > a img {
  display: block;
  position: absolute;
  left: 30px;
  top: 19px;
}

.section.promotions .promotion-list .items > div img.active,
.section.promotions .promotion-list .items > a img.active {
  display: none;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items > div img,
  .section.promotions .promotion-list .items > a img {
    left: 0;
  }
}

.section.promotions .promotion-list .items > div:hover,
.section.promotions .promotion-list .items > div.active,
.section.promotions .promotion-list .items > a:hover,
.section.promotions .promotion-list .items > a.active {
  color: #FFC600;
}

.section.promotions .promotion-list .items > div:hover img.default,
.section.promotions .promotion-list .items > div.active img.default,
.section.promotions .promotion-list .items > a:hover img.default,
.section.promotions .promotion-list .items > a.active img.default {
  display: none;
}

.section.promotions .promotion-list .items > div:hover img.active,
.section.promotions .promotion-list .items > div.active img.active,
.section.promotions .promotion-list .items > a:hover img.active,
.section.promotions .promotion-list .items > a.active img.active {
  display: block;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list .items > div.active,
  .section.promotions .promotion-list .items > a.active {
    display: block;
  }
}

.section.promotions .promotion-list h2 {
  padding: 30px 30px 15px;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-list h2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

.section.promotions .promotion-banner {
  display: none;
  width: auto;
  height: 100%;
  background: #4a4a4a;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 300px;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner {
    width: 100%;
    height: 530px;
    padding: 40px 9% 80px 18px;
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .section.promotions .promotion-banner {
    padding-right: 12%;
  }
}

.section.promotions .promotion-banner:first-child,
.section.promotions .promotion-banner.active {
  display: block;
}

.section.promotions .promotion-banner.inactive {
  display: none;
}

.section.promotions .promotion-banner.faded {
  opacity: 0;
}

.section.promotions .promotion-banner .see-more {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 25px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .see-more {
    left: 20px;
    bottom: 35px;
  }
}

.section.promotions .promotion-banner .banner-slide {
  width: 100%;
  height: 100%;
  background: #4a4a4a;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide {
    height: 410px;
  }
}

.section.promotions .promotion-banner .banner-slide .banner-page {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .banner-page {
    height: 410px;
  }
}

.section.promotions .promotion-banner .banner-slide .banner-img img {
  max-width: none;
}

.section.promotions .promotion-banner .banner-slide .banner-img::before {
  background: url("/Assets/img/bg/banner-grad-2.png") center bottom repeat-x;
}

.section.promotions .promotion-banner .banner-slide .banner-text {
  width: 88%;
  max-width: 670px;
  left: 40px;
  right: auto;
  bottom: 90px;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .banner-text {
    width: auto;
    left: 20px;
    right: 33px;
    bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .banner-text h4 {
    margin-bottom: 8px;
  }
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .banner-text h2 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'latoregular';
  }
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .owl-stage-outer {
    overflow: visible;
  }
}

.section.promotions .promotion-banner .banner-slide .owl-dots {
  left: 35px;
  right: 35px;
  bottom: 65px;
  text-align: left;
}

.section.promotions .promotion-banner .banner-slide .owl-dots .owl-dot {
  width: 52px;
}

@media (max-width: 991.98px) {
  .section.promotions .promotion-banner .banner-slide .owl-dots {
    display: none;
  }
}

/* content-panels in page /loan, /simpanan */

.content-panels.section {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .content-panels__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.content-panels__item {
  text-align: center;
  display: table;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .content-panels__item {
    padding: 8px;
  }
}

.content-panels__item .frame {
  display: table-cell;
  vertical-align: middle;
  background-color: #f5f5f5;
  height: 350px;
}

.content-panels__item .title {
  max-width: 250px;
  width: 100%;
  margin: 1em auto;
}

.content-panels__item .see-more {
  display: inline-block;
}

.content-panels__item .picture img {
  margin: 0 auto;
}

.content-panels__item a {
  color: #373737 !important;
  text-decoration: none !important;
}

.content-panels-3,
.content-panels-3--light {
  /* set padding for all col-* */
}

.content-panels-3 > .content-panels-3-wrapper,
.content-panels-3--light > .content-panels-3-wrapper {
  width: 100%;
  overflow: hidden;
}

.content-panels-3-row {
  margin: 0 -3px 0 -2px;
  padding: 2px 0 3px;
}

.content-panels-3 [class^="col-"],
.content-panels-3--light [class^="col-"] {
  padding: 0;
  padding: 3px 3px 2px 2px;
}

.content-panels-3-item {
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
  overflow: hidden;
  padding: 0;
  /* on hover state */
  /* expand the link clickbox */
}

.content-panels-3-item a {
  color: #373737;
}

.content-panels-3-item:hover .content-panels-3-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-panels-3-item .content-panels-3-wrapper {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  background-repeat: no-repeat;
  background-size: cover;
  height: 357px;
  overflow: hidden;
}

.content-panels-3-item .content-panels-3-wrapper--shorter {
  height: 332px;
}

.content-panels-3-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  /* wrapper for the content */
}

.content-panels-3-body > div {
  max-width: 350px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .content-panels-3-body > div {
    max-width: 450px;
  }
}

.content-panels-3-picture img {
  width: auto;
  height: 60px;
}

.content-panels-3-name {
  font-family: 'latobold';
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 992px) {
  .content-panels-3-name {
    font-size: 24px;
  }
}

/** 
 * Content panels 3 light version
 * @desc => text color is white
 */

.content-panels-3--light {
  overflow: hidden;
}

.content-panels-3--light .content-panels-3-wrapper {
  text-align: center;
}

.content-panels-3--light .content-panels-3-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-panels-3--light a,
.content-panels-3--light .see-more {
  color: #fff;
  text-decoration: none;
}

.content-panels-3--light a:hover,
.content-panels-3--light .see-more:hover {
  color: #fff;
}

/* add this class to set the content panel to be longer in height
with the content on the bottom section - /e-banking */

@media screen and (min-width: 768px) {
  .content-panels-long .content-panels-3-wrapper {
    height: 457px;
  }
}

@media screen and (min-width: 768px) {
  .content-panels-long .content-panels-3-body {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .content-panels-long .content-panels-3-body {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* shorter height - check page /premier-wealth/investment */

.content-panels-short .content-panels-3-wrapper {
  height: 280px;
}

@media screen and (min-width: 768px) {
  .content-panels-short .content-panels-3-wrapper {
    height: 280px;
  }
}

@media screen and (min-width: 768px) {
  .content-panels-short .content-panels-3-body {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .content-panels-short .content-panels-3-body {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* see page /about-us */

.tiger-box {
  padding: 0;
}

.tiger-box .t-box {
  width: 19.658%;
  margin-left: 0.427%;
  float: left;
}

@media (max-width: 991.98px) {
  .tiger-box .t-box {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .tiger-box .t-box {
    margin-top: 20px;
  }
}

.tiger-box .t-box:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .tiger-box .t-box:first-child {
    margin-top: 0;
  }
}

.tiger-box .t-box:first-child .text::before {
  display: none;
}

.tiger-box .t-box img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .tiger-box .t-box img {
    width: 200px;
    float: left;
  }
}

@media (max-width: 767.98px) {
  .tiger-box .t-box img {
    width: 120px;
  }
}

@media (max-width: 575.98px) {
  .tiger-box .t-box img {
    width: 80px;
  }
}

.tiger-box .t-box .text {
  height: 212px;
  padding: 30px 18px 0;
  position: relative;
}

@media (max-width: 1199.98px) {
  .tiger-box .t-box .text {
    height: 250px;
  }
}

@media (max-width: 991.98px) {
  .tiger-box .t-box .text {
    height: auto;
    margin-left: 210px;
    padding-top: 12px;
  }
}

@media (max-width: 767.98px) {
  .tiger-box .t-box .text {
    margin-left: 120px;
  }
}

@media (max-width: 575.98px) {
  .tiger-box .t-box .text {
    margin-left: 80px;
    padding-top: 4px;
  }
}

.tiger-box .t-box .text::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  position: absolute;
  left: -3px;
  top: 0;
}

@media (max-width: 991.98px) {
  .tiger-box .t-box .text::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .tiger-box .t-box .text h3 {
    margin-bottom: 5px;
  }
}

.tiger-box .t-box .text p {
  max-height: 96px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .tiger-box .t-box .text p {
    max-height: 144px;
  }
}

@media (max-width: 991.98px) {
  .tiger-box .t-box .text p {
    max-height: none;
  }
}

@media (max-width: 575.98px) {
  .tiger-box .t-box .text p {
    margin-top: 5px;
  }
}

.story-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .story-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.story-section .wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.story-section .story-section-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .story-section .story-section-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.story-section .story-section-info .heading {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .story-section .story-section-info .heading {
    margin-bottom: 35px;
  }
}

.story-section .story-section-info h1 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .story-section .story-section-info h1 {
    margin-right: 90px;
  }
}

.story-section .story-section-info p {
  color: #808080;
}

@media (min-width: 768px) {
  .story-section .story-section-info p {
    width: 70%;
  }
}

@media (max-width: 991.98px) {
  .page-home .section.story-list {
    padding-top: 30px;
  }
}

.story-list {
  /* style option : 4 card in a row with border & shadow */
}

.story-list .list::after {
  content: '';
  display: block;
  clear: both;
}

.story-list .list .story-card {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.story-list .story-card {
  position: relative;
}

.story-list .story-card .image {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.story-list .story-card .image img,
.story-list .story-card .image .centerImage-cover {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.88s;
  transition: -webkit-transform 0.88s;
  transition: transform 0.88s;
  transition: transform 0.88s, -webkit-transform 0.88s;
}

.story-list .story-card:hover .image img,
.story-list .story-card:hover .image .centerImage-cover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.story-list .story-card .title {
  margin-top: 15px;
}

.story-list .story-card .title h4 {
  text-transform: uppercase;
}

.story-list .story-card .title .date {
  line-height: 20px;
  margin: 0 0 10px;
}

.story-list .story-card .title h2 {
  height: 60px;
  margin-top: 5px;
  overflow: hidden;
  line-height: 30px;
}

.story-list .story-card .title a {
  text-decoration: none;
  color: #373737;
}

.story-list .story-card .title a:hover {
  text-decoration: underline;
}

.story-list .story-card .card-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.story-list.quad .heading h1 {
  margin-right: 0;
  font-size: 32px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .story-list.quad .heading h1 {
    margin-right: 90px;
    font-size: 42px;
  }
}

.story-list.quad .heading .see-more {
  display: none !important;
}

@media (min-width: 768px) {
  .story-list.quad .heading .see-more {
    display: inline-block !important;
  }
}

.story-list.quad .list .story-card {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.story-list.quad .story-card .image {
  border-radius: 0;
  height: 185px;
}

.story-list.quad .story-card .image img,
.story-list.quad .story-card .image .centerImage-cover {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.story-list.quad .story-card .title {
  height: 150px;
  margin: 0;
  padding: 20px 20px 30px;
}

.story-list.quad .story-card .title h2 {
  font-size: 20px;
  line-height: 24px;
  height: auto;
  max-height: 72px;
  margin: 0;
}

.story-list.quad .story-card .card-link {
  display: block;
}

.story-list.quad .story-card:hover .title a {
  text-decoration: underline;
}

.story-list.quad .story-card:hover .image img,
.story-list.quad .story-card:hover .image .centerImage-cover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.story-list.quad .long-story .title {
  height: 415px;
  padding: 20px;
}

.story-list.quad .long-story .title .tag {
  margin-bottom: 25px;
}

.story-list.quad .long-story .title h2 {
  max-height: none;
}

.story-list.quad .long-story .title .date {
  display: block;
  font-size: 14px;
  font-family: 'latobold';
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 0;
}

.story-list.quad .long-story .title .story {
  max-height: 216px;
  overflow: hidden;
}

.story-list.quad .long-story .title .btn,
.story-list.quad .long-story .title .button-cta {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-decoration: none !important;
}

.story-list.quad .long-story .outer {
  overflow: hidden;
  max-height: 304px;
}

@media (min-width: 768px) {
  .js-mobile-to-carousel-container {
    padding-right: 20px;
  }

  .js-mobile-to-carousel {
    margin-left: -15px;
  }
}

@media (max-width: 991.98px) {
  .js-mobile-to-carousel-container {
    overflow: hidden;
  }

  .js-mobile-to-carousel {
    margin-left: 0px;
  }

  .js-mobile-to-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }

  .js-mobile-to-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
  }

  .js-mobile-to-carousel .owl-item .js-mobile-to-carousel-list {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.m-cards-giro-card {
  width: 100%;
  height: 430px;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  /* with another image inside the card's image */
  /* different size & typo styling... */
  /* card size option : only main cta button & longer desc area */
}

@media (max-width: 767.98px) {
  .m-cards-giro-card {
    height: 428px !important;
  }
}

.m-cards-giro-card .image {
  width: 100%;
  height: 165px;
  position: relative;
  overflow: hidden;
  background: #ccc;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
}

.m-cards-giro-card .image img,
.m-cards-giro-card .image .centerImage-cover {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m-cards-giro-card .image .card {
  width: 143px;
  height: 90px;
  position: absolute;
  left: 20px;
  bottom: 28px;
  background-color: transparent;
  border: none;
}

.m-cards-giro-card .image .card img {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.m-cards-giro-card .image .product-label {
  display: block;
  font-family: "latoregular";
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
}

.m-cards-giro-card:hover .image img,
.m-cards-giro-card:hover .image .centerImage-cover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.m-cards-giro-card .desc {
  font-family: 'latoregular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  text-align: left;
  color: #9d9d9d;
  padding: 20px;
  width: 100%;
  height: 292px;
  position: relative;
}

.m-cards-giro-card .desc .see-more {
  margin: 0 0 20px 0;
}

.m-cards-giro-card .desc h3 {
  max-height: 104px;
  overflow: hidden;
}

.m-cards-giro-card .desc .pdesc {
  display: block;
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  white-space: initial;
}

.m-cards-giro-card .desc .cta {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px;
  width: 100%;
}

.m-cards-giro-card .desc .cta a {
  display: block;
}

.m-cards-giro-card .desc .cta .see-more {
  display: inline-block;
}

.m-cards-giro-card .desc .cta .add-compare,
.m-cards-giro-card .desc .cta .js-add-compare {
  margin-top: 20px;
}

.m-cards-giro-card .desc .ptitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.m-cards-giro-card.display-cards {
  /* longer cards */
}

@media (max-width: 767.98px) {
  .m-cards-giro-card.display-cards {
    height: 513px !important;
  }
}

.m-cards-giro-card.display-cards .image {
  height: 204px;
}

.m-cards-giro-card.display-cards .image img {
  height: 204px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m-cards-giro-card.display-cards .image .card {
  -webkit-transition: width 0.5s, height 0.5s;
  -webkit-transition: width 0.5 s, height 0.5s;
  transition: width 0.5 s, height 0.5s;
}

.m-cards-giro-card.display-cards .image .card img {
  height: 100%;
}

.m-cards-giro-card.display-cards:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.m-cards-giro-card.display-cards:hover .image .card {
  width: 160px;
  height: 101px;
}

.m-cards-giro-card.display-cards:hover .image .card img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.m-cards-giro-card.display-cards .desc {
  height: 217px;
}

.m-cards-giro-card.display-cards .desc .pdesc {
  max-height: 60px;
}

.m-cards-giro-card.display-cards.long-card {
  height: 510px;
}

.m-cards-giro-card.display-cards.long-card .desc {
  height: 337px;
}

.m-cards-giro-card.display-cards.long-card .desc .see-more {
  margin-bottom: 28px;
}

.m-cards-giro-card.display-cards.long-card .desc .pdesc {
  max-height: 80px;
}

.m-cards-giro-card.product-cards {
  height: 400px;
  /* longer cards */
}

.m-cards-giro-card.product-cards.display-cards {
  height: 440px;
}

.m-cards-giro-card.product-cards .image {
  height: 165px;
}

@media (max-width: 767.98px) {
  .m-cards-giro-card.product-cards .image {
    height: 220px;
  }
}

.m-cards-giro-card.product-cards span {
  color: #373737;
}

.m-cards-giro-card.product-cards span.gray-text {
  color: #808080;
}

.m-cards-giro-card.product-cards .desc {
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  height: 265px;
}

.m-cards-giro-card.product-cards .type {
  font-family: 'latobold';
  display: block;
  font-size: 14px;
  color: #ffdc66;
}

.m-cards-giro-card.product-cards .price {
  font-size: 20px;
  font-family: 'latobold';
  margin-top: 5px;
  display: block;
}

.m-cards-giro-card.product-cards .point-desc {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.m-cards-giro-card.product-cards .point-desc h3 {
  margin: 0;
  font-size: 20px;
  font-family: 'latobold';
}

.m-cards-giro-card.product-cards .point-desc h4 {
  margin: 0;
  font-size: 12px;
}

.m-cards-giro-card.product-cards.long-card {
  height: 452px;
}

@media (max-width: 767.98px) {
  .m-cards-giro-card.product-cards.long-card {
    height: auto;
  }
}

.m-cards-giro-card.product-cards.long-card .desc {
  height: 317px;
}

@media (max-width: 767.98px) {
  .m-cards-giro-card.product-cards.long-card .desc {
    height: auto;
  }
}

.m-cards-giro-card.product-cards.long-card .desc .pdesc {
  max-height: 145px;
}

@media (max-width: 767.98px) {
  .m-cards-giro-card.product-cards.long-card .desc .cta {
    padding-top: 25px;
  }
}

.m-cards-giro-card.product-cards.long-card .desc .see-more {
  margin-bottom: 16px;
}

.m-cards-giro-card.product-cards.long-card .desc .btn,
.m-cards-giro-card.product-cards.long-card .desc .button-cta {
  margin-top: 0;
}

.m-cards-giro-card.simple-card {
  height: 380px;
}

.m-cards-giro-card.simple-card .desc {
  height: 240px;
}

.m-cards-giro-card.simple-card .desc .pdesc {
  max-height: 80px;
  margin-top: 10px;
}

.m-cards-giro-card.simple-card .desc .ptitle {
  font-weight: 600;
  color: #171717;
}

.m-cards-giro-card.simple-card .desc .cta .see-more {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-cards-giro .m-cards-giro-card {
    height: auto;
  }

  .m-cards-giro div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-cards-giro .image {
    height: auto;
  }

  .m-cards-giro .image .product-label {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

  .m-cards-giro .desc {
    font-size: 14px;
    height: auto;
    padding: 20px 10px;
  }

  .m-cards-giro .desc .cta {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    padding: 10px 0 0 0;
  }

  .m-cards-giro .desc .cta a.see-more {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .m-cards-giro .desc .cta .btn-tertiary {
    margin-top: 2rem;
    /* padding: 6px 12px; */
    font-size: 12px;
    padding: 12px;
    /* on device landscape */
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .m-cards-giro .desc .cta .btn-tertiary {
    padding: 12px;
  }
}

.m-cards-info-card--normalize:hover {
  text-decoration: none;
  -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFC600;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.m-cards-info-card {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: table;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 36px 56px 36px 36px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .m-cards-info-card {
    padding-left: 25px;
    padding-right: 45px;
  }
}

.m-cards-info-card:hover {
  text-decoration: none;
  -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFC600;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.m-cards-info-card::after {
  position: absolute;
  content: '';
  background-image: url("/Assets/img/icons/arrow-right/arrow-right-363-big-black@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 17px;
  right: 36px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .m-cards-info-card::after {
    right: 25px;
  }
}

.m-cards-info-card span {
  font-family: "latobold";
  color: #171717;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  display: table-cell;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.m-cards-info-card--normalize {
  border-radius: 8px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 122px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .m-cards-info-card--normalize {
    min-height: initial;
  }
}

.m-cards-info-card--normalize:hover {
  color: #373737;
  text-decoration: none;
}

.m-cards-info-card--normalize a {
  color: #373737;
}

.m-cards-info-card--normalize .info-card__title {
  font-weight: normal;
  font-family: 'latobold';
}

.card-list .card-item {
  width: 100%;
  min-height: 405px;
  margin: 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  color: #373737;
  position: relative;
  /* us to substitute body
		   with standard padded div */
  /* layout option : flexible height */
  /* color theme option : dark bg with white text */
  /* layout theme option : location list */
  /* layout theme option : exchange rates list */
  /* slightly different from .exchange-rates table
		   example in /business/custody page */
  /* calculator form in business/financing-trade pages */
}

.card-list .card-item a {
  color: #373737;
}

.card-list .card-item .head {
  height: 64px;
  padding: 8px 30px 0;
  overflow: hidden;
}

.card-list .card-item .head h2 {
  line-height: 56px;
  font-size: 23px;
}

.card-list .card-item .body {
  width: 100%;
  position: absolute;
  top: 64px;
  bottom: 70px;
  overflow: auto;
}

.card-list .card-item .body .body-row {
  padding: 14px 30px;
  border-top: solid 1px #e9e9e9;
  overflow: hidden;
}

.card-list .card-item .body .body-row:first-child {
  border-top: none;
}

.card-list .card-item .body .body-row h4 {
  margin: 0;
  font-family: 'latoregular';
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}

.card-list .card-item .body .body-row p {
  margin: 3px 0 0;
}

.card-list .card-item .frame {
  padding: 50px 60px;
}

@media (max-width: 767.98px) {
  .card-list .card-item .frame {
    padding: 20px;
  }
}

.card-list .card-item .foot {
  height: 70px;
  padding: 20px 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-list .card-item.no-head .head {
  display: none;
}

.card-list .card-item.no-head .body {
  top: 0;
}

.card-list .card-item.no-foot .foot {
  display: none;
}

.card-list .card-item.no-foot .body {
  bottom: 0;
}

.card-list .card-item.no-limit .head,
.card-list .card-item.no-limit .body,
.card-list .card-item.no-limit .foot {
  position: static;
}

.card-list .card-item.dark {
  background: #4a4a4a;
  color: #fff;
}

.card-list .card-item.dark a {
  color: #fff;
}

.card-list .card-item.dark .body .body-row {
  border-top: solid 1px #757575;
}

.card-list .card-item.dark .body .body-row:first-child {
  border-top: none;
}

.card-list .card-item .body.location-list .current-location {
  padding: 0 30px 0 60px;
  background: url("/Assets/img/icons/place-yellow.png") 32px 1px no-repeat;
}

.card-list .card-item .body.location-list .current-location span {
  text-decoration: underline;
}

.card-list .card-item .body.location-list .body-row p {
  overflow: hidden;
}

.card-list .card-item .body.location-list .body-row p .name,
.card-list .card-item .body.location-list .body-row p .view {
  display: inline-block;
}

.card-list .card-item .body.location-list .body-row p .name {
  max-width: 70%;
  float: left;
}

.card-list .card-item .body.location-list .body-row p .view {
  max-width: 25%;
  text-align: right;
  float: right;
}

.card-list .card-item .body.exchange-rates table,
.card-list .card-item .body.exchange-rates th,
.card-list .card-item .body.exchange-rates td,
.card-list .card-item .body.card-table table,
.card-list .card-item .body.card-table th,
.card-list .card-item .body.card-table td {
  margin: 0;
  padding: 0;
  border: none;
}

.card-list .card-item .body.exchange-rates table,
.card-list .card-item .body.card-table table {
  width: 100%;
}

.card-list .card-item .body.exchange-rates th,
.card-list .card-item .body.exchange-rates td,
.card-list .card-item .body.card-table th,
.card-list .card-item .body.card-table td {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-right: 30px;
  border-top: solid 1px #e9e9e9;
  vertical-align: top;
}

.card-list .card-item .body.exchange-rates th:first-child,
.card-list .card-item .body.exchange-rates td:first-child,
.card-list .card-item .body.card-table th:first-child,
.card-list .card-item .body.card-table td:first-child {
  width: 48%;
  padding-left: 30px;
}

.card-list .card-item .body.exchange-rates th .country-ball,
.card-list .card-item .body.exchange-rates td .country-ball,
.card-list .card-item .body.card-table th .country-ball,
.card-list .card-item .body.card-table td .country-ball {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  top: 2px;
}

.card-list .card-item .body.exchange-rates th .country-ball img,
.card-list .card-item .body.exchange-rates td .country-ball img,
.card-list .card-item .body.card-table th .country-ball img,
.card-list .card-item .body.card-table td .country-ball img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-list .card-item .body.exchange-rates tr:first-child th,
.card-list .card-item .body.exchange-rates tr:first-child td,
.card-list .card-item .body.card-table tr:first-child th,
.card-list .card-item .body.card-table tr:first-child td {
  border-top: none;
}

.card-list .card-item .body.exchange-rates th,
.card-list .card-item .body.card-table th {
  padding-bottom: 0;
  font-family: 'latoregular';
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  font-weight: normal;
}

.card-list .card-item .body.card-table {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card-list .card-item .body.card-table th {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 16px;
  vertical-align: bottom;
}

.card-list .card-item .body.card-table td {
  padding-top: 18px;
  padding-bottom: 17px;
}

.card-list .card-item .body.card-table td .icon-image {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  float: left;
  position: relative;
}

.card-list .card-item .body.card-table td .icon-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-list .card-item .calculator-form .post-calculation {
  display: none;
}

.card-list .card-item .calculator-form.calculation-done .pre-calculation {
  display: none;
}

.card-list .card-item .calculator-form.calculation-done .post-calculation {
  display: block;
}

.card-list .card-item .calculator-form .recalculate {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

.card-list .card-item .calculator-form .recalculate .c-calculator__name {
  font-family: 'latoregular';
  font-size: 12px;
  line-height: 20px;
  position: relative;
  top: -2px;
  opacity: 1;
}

.card-ico {
  margin-bottom: 30px;
  /* ------ style options ------ */
  /* card bg colors */
  /* card with 2 lines of caption below title */
  /* no bg/border/shadow, 3 lines of caption, icon has round white bg */
}

.card-ico-wrapper {
  position: relative;
  width: 100%;
}

.card-ico-box {
  position: relative;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #FFC600;
}

.card-ico-box-wrapper {
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .card-ico-box-wrapper {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  .card-ico-box .table-cell {
    vertical-align: middle;
  }
}

@media (max-width: 767.98px) {
  .card-ico-box .table-cell {
    vertical-align: middle;
  }
}

@media (max-width: 575.98px) {
  .card-ico-box .table-cell {
    vertical-align: middle;
  }
}

.card-ico-image {
  width: 70px;
  height: 70px;
  position: relative;
}

.card-ico-image img {
  width: auto;
  /* max-width: 70px; */
  max-width: 32px;
  height: auto;
  max-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card-ico-caption {
  font-family: 'latobold';
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}

@media (max-width: 575.98px) {
  .card-ico-caption {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.card-ico-p {
  display: none;
  height: 48px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  text-align: left;
}

.card-ico-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.card-ico.white .card-ico-box {
  background: #fff;
}

.card-ico.gray .card-ico-box {
  background: #ededed;
}

.card-ico.detailed .card-ico-box {
  padding-bottom: 84%;
}

.card-ico.detailed .card-ico-caption {
  font-size: 20px;
  font-family: 'latobold';
  text-transform: none;
}

.card-ico.detailed .card-ico-p {
  display: block;
}

.card-ico.borderless .card-image {
  margin-bottom: 40px;
  height: 130px;
}

.card-ico.borderless .card-ico-box {
  padding-bottom: 87%;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .card-ico.borderless .card-ico-box {
    padding-bottom: 200px;
  }
}

@media (max-width: 991.98px) {
  .card-ico.borderless .card-ico-box {
    padding-bottom: 200px;
  }
}

@media (max-width: 767.98px) {
  .card-ico.borderless .card-ico-box {
    padding-bottom: 0;
  }
}

.card-ico.borderless .card-ico-box-wrapper {
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .card-ico.borderless .card-ico-box-wrapper {
    position: absolute;
  }
}

.card-ico.borderless .card-ico-image {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.card-ico.borderless .card-ico-caption {
  font-size: 20px;
  font-family: 'latobold';
  text-transform: none;
}

.card-ico.borderless .card-ico-p {
  display: block;
  height: 98px;
}

@media (max-width: 1199.98px) {
  .card-ico.borderless .card-ico-p {
    height: 96px;
  }
}

@media (max-width: 991.98px) {
  .card-ico.borderless .card-ico-p {
    height: 72px;
  }
}

@media (max-width: 767.98px) {
  .card-ico.borderless .card-ico-p {
    height: auto;
  }
}

.card-ico.autoheight {
  margin-bottom: 0;
}

.card-ico.autoheight .card-ico-box {
  padding-bottom: 0;
}

.card-ico.autoheight .card-ico-box-wrapper {
  position: relative;
}

/**
 * this is card component as input checkbox
 * primarily used in funnel forms.
 */

.card-box {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 190px;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* input checkbox within the card */
}

.card-box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.card-box a {
  display: table-cell;
  vertical-align: middle;
}

.card-box a:hover,
.card-box a:focus,
.card-box a:active {
  text-decoration: none !important;
}

.card-box .card-box-wrapper {
  background-color: #fff;
  color: #373737;
  border-radius: 8px;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.card-box .card-box-wrapper a {
  color: #373737;
}

.card-box .card-box-wrapper:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/Assets/img/icons/check-green.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 6px;
  right: 6px;
  display: none;
}

.card-box .card-box-image {
  margin: 0 auto;
}

.card-box .card-box-image img {
  width: 100%;
  height: 100%;
}

.card-box .card-box-image img.ico {
  width: 46px;
  height: 46px;
}

.card-box .card-box-image img.ico--large {
  width: 60px;
  height: auto;
}

.card-box .card-box-caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin: 0 auto;
  max-width: 130px;
  white-space: initial;
}

.card-box input[type="checkbox"],
.card-box input[type="radio"] {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

.card-box input[type="checkbox"]:checked + div.card-box-wrapper:after,
.card-box input[type="radio"]:checked + div.card-box-wrapper:after {
  display: block;
}

@media screen and (max-width: 768px) {
  .kta-filter-form .owl-item {
    text-align: center;
  }
}

/* this is a wrapper class for the feature header
        so that the negative margin can applied accordingly if the body contains card-box component */

.card-box-feature-header {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .card-box-feature-header {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Card box component with yellow background */

/* UNUSED! THIS IS BEING REPLACED BY ICON-BOX CLASS */

/* Card box component with white background */

/* UNUSED */

/* CARD COMPONENT */

.card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  /* on state action.. */
  /* child classes.. */
}

@media screen and (min-width: 768px) {
  .card {
    max-width: 280px;
  }
}

.card:hover .img-as-bg,
.card:active .img-as-bg,
.card:focus .img-as-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-body,
.card-footer {
  padding: 15px;
}

.card-title {
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
  padding-bottom: 15px;
  height: 71px;
  overflow: hidden;
}

.card-title h1,
.card-title h2,
.card-title h3,
.card-title h4 {
  margin: 0;
}

.card-title img {
  max-width: 120px;
}

.card-header {
  position: relative;
  overflow: hidden;
}

.card-header-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  z-index: 2;
}

.card-header .img-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 185px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.card-desc {
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: normal;
  min-height: 97px;
  max-height: 97px;
  overflow: hidden;
}

.card-desc p {
  margin-bottom: 0;
  opacity: .6;
}

.card-action a {
  font-family: 'latobold';
  display: block;
  color: #373737;
  /* set all direct element under it inline-block */
}

.card-action a img {
  max-width: 10px;
  width: 100%;
}

.card-action a > * {
  display: inline-block;
}

.compare-table {
  padding-top: 20px;
  overflow: auto;
}

.compare-table table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}

.compare-table table th,
.compare-table table td {
  width: 300px;
  margin: 0;
  padding: 36px 23px 0 32px;
  border-left: solid 1px #d8d8d8;
}

.compare-table table th:first-child,
.compare-table table td:first-child {
  width: 250px;
  border-left: none;
}

@media (max-width: 991.98px) {
  .compare-table table th:first-child,
  .compare-table table td:first-child {
    display: none;
  }
}

.compare-table table th:last-child,
.compare-table table th .last-col,
.compare-table table td:last-child,
.compare-table table td .last-col {
  border-left: none;
}

@media (max-width: 1199.98px) {
  .compare-table table th:last-child,
  .compare-table table th .last-col,
  .compare-table table td:last-child,
  .compare-table table td .last-col {
    display: none;
  }
}

.compare-table table th {
  background: #ededed;
  padding-top: 40px;
  padding-bottom: 36px;
  font-weight: normal;
  vertical-align: middle;
}

.compare-table table th h3 {
  margin-top: 10px;
}

.compare-table table th img {
  width: 80%;
  max-width: 120px;
}

.compare-table table td {
  background: #fff;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}

.compare-table table tr:last-child td,
.compare-table table tr.last-row td {
  padding-bottom: 80px;
}

.compare-table table h4 {
  color: #373737;
  font-size: 16px;
  font-family: 'latoregular';
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.compare-table table ul,
.compare-table table ol {
  padding-left: 25px;
}

.compare-table table .btn,
.compare-table table .button-cta {
  display: block;
  margin-top: 20px;
}

/* Article Component */

.article {
  /* margin-top: 2em;
    margin-bottom: 2em; */
  padding-top: 4em;
  padding-bottom: 4em;
}

.article.bg-grey {
  background-color: #f5f5f5;
}

.wysiwyg .grey-text a {
  color: #000;
}

.tags {
  padding: 20px 0 0;
}

.tags-small {
  list-style: none;
  margin: 0 -5px;
}

.tags-small .tags-list {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 5px 13px;
  margin: 5px;
}

.tags-small span {
  margin-right: 10px;
}

.tags-small .close {
  color: #373737;
}

.tags-small .close:hover {
  opacity: 1;
}

.tags-small .close svg line {
  stroke: #373737;
}

.tags button {
  outline: none;
}

.filter-active-state,
.filter-tag-list.active span,
.filter-tag-list:hover span,
.filter-tag-list:focus span {
  background-color: #FFC600;
  border: solid 1px #FFC600;
}

.filter-tag-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  overflow-y: auto;
  white-space: nowrap;
}

.filter-tag-list {
  display: inline;
  margin-right: 15px;
  list-style: none;
  cursor: pointer;
}

.filter-tag-list:first-child {
  margin-left: 0;
}

.filter-tag-list span {
  position: relative;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.filter-tag-list span {
  display: inline-block;
  font-family: 'latobold';
  font-size: 14px;
  color: #171717;
  border-radius: 25.5px;
  border: solid 1px #171717;
  background: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* smaller pill size */

.filter-tag-wrapper.smaller .filter-tag-list span {
  font-size: 12px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

/* unclickable / no hover effect */

.filter-tag-wrapper.static-view .filter-tag-list:hover span,
.filter-tag-wrapper.static-view .filter-tag-list:focus span {
  border: solid 1px #171717;
  background: #fff;
}

.filter-tag-wrapper.static-view .filter-tag-list a,
.filter-tag-wrapper.static-view .filter-tag-list span {
  cursor: default;
}

.filter-tag-box-active:after {
  content: '';
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  background-color: #FFC600;
  position: absolute;
  display: block;
}

.filter-tag-box {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px -2px;
  box-shadow: 0 1px 5px -2px;
  position: relative;
  cursor: pointer;
  /* remove margin from p and h* classes */
}

.filter-tag-box:after {
  content: '';
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  background-color: #FFC600;
  position: absolute;
  display: block;
  height: 6px;
  bottom: -20px;
}

.filter-tag-box p,
.filter-tag-box h1,
.filter-tag-box h2,
.filter-tag-box h3 {
  margin: 0;
}

.filter-tag-box.active:after,
.filter-tag-box:hover:after,
.filter-tag-box:focus:after {
  bottom: 0;
}

.filter-tag-box-wrapper {
  display: table;
  width: 100%;
}

.filter-tag-box-picture,
.filter-tag-box-body {
  display: table-cell;
  vertical-align: middle;
}

.filter-tag-box-picture {
  width: 90px;
  height: 90px;
}

.filter-tag-box-picture img {
  width: 100%;
  height: 100%;
}

.filter-tag-box .img-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.filter-tag-box-body {
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'latobold';
  text-transform: uppercase;
  font-size: 110%;
  text-align: center;
}

.filter-tag-box-body img {
  max-width: 120px;
}

.filter-tag-box-body a:hover {
  text-decoration: none !important;
}

.pagination {
  list-style-type: none;
}

.pagination-wrapper {
  text-align: center;
  padding-top: 30px;
}

.pagination li {
  position: relative;
  display: inline-block;
  padding: 0 !important;
}

.pagination li::before {
  display: none !important;
}

.pagination li a,
.pagination li span {
  color: #171717;
  margin: 0;
  padding: 6px 7px;
  font-size: 14px;
  border: 0;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .pagination li a,
  .pagination li span {
    margin: 0 12px;
    padding: 6px;
  }
}

.pagination li.pagination-list.active a,
.pagination li.pagination-list.active span,
.pagination li.pagination-list:hover a,
.pagination li.pagination-list:hover span {
  color: #171717;
  background-color: transparent;
}

.pagination li.pagination-list.active a:after,
.pagination li.pagination-list.active span:after,
.pagination li.pagination-list:hover a:after,
.pagination li.pagination-list:hover span:after {
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid #FFC600;
}

.pagination li.dotted a,
.pagination li.dotted span {
  padding: 6px 2px;
}

.pagination li.dotted a:hover,
.pagination li.dotted span:hover {
  background-color: transparent;
}

.pagination .previous.disabled a,
.pagination .next.disabled a {
  color: #808080;
  background-color: #f5f5f5;
}

.pagination .previous:not(.disabled) a:hover,
.pagination .next:not(.disabled) a:hover {
  background-color: rgba(255, 198, 0, 0.5);
}

.pagination .previous a,
.pagination .next a {
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  color: #171717;
  padding: 6px 12px;
  border: 0 !important;
  border-radius: 20px !important;
  background-color: #FFC600;
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  .pagination .previous a,
  .pagination .next a {
    font-size: 1rem;
    padding: 6px 25px;
  }
}

@media screen and (max-width: 767px) {
  .pagination .previous a,
  .pagination .next a {
    width: 38px;
    height: 27px;
    text-indent: -9999px;
    top: -3px;
  }
}

.pagination .previous a:before,
.pagination .previous a:after,
.pagination .next a:before,
.pagination .next a:after {
  content: '';
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(/Assets/img/icons/nav-prev.png);
  position: relative;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .pagination .previous a:before,
  .pagination .previous a:after,
  .pagination .next a:before,
  .pagination .next a:after {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagination .previous a:before,
  .pagination .previous a:after,
  .pagination .next a:before,
  .pagination .next a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
  }
}

.pagination .previous a:after {
  content: initial;
  display: none;
}

.pagination .next a:before {
  content: initial;
  display: none;
}

.pagination .next a:after {
  margin-right: 0;
  margin-left: 10px;
  background-image: url(/Assets/img/icons/nav-next.png);
}

.pagination .nav {
  border-radius: 20px;
  padding: 6px 12px;
  background-color: #FFC600;
  color: #373737;
  /* remove padding and margin from a tag */
}

.pagination .nav a {
  padding: 0;
  margin: 0;
  background: transparent;
}

.pagination .nav img {
  position: relative;
  top: -1px;
}

.pagination .nav.disabled {
  background-color: #f5f5f5;
}

.pagination .nav.disabled a span {
  color: #808080;
}

@media (max-width: 991.98px) {
  .sales-kit-header .site-logo {
    padding-left: 10px;
  }

  .sales-kit-header .site-logo img {
    left: 60px;
  }
}

.sales-kit-header .site-logo .site-nav {
  display: none;
}

@media (max-width: 991.98px) {
  .sales-kit-header .site-logo .site-nav {
    display: inline-block;
  }

  .sales-kit-header .site-logo .site-nav ul {
    margin-left: 0;
    text-align: left;
  }
}

.sales-kit-header .site-search-el {
  display: none;
}

@media (max-width: 991.98px) {
  .sales-kit-header .site-search-el {
    display: block;
  }
}

.sales-kit-header .site-menu-el .menu-hamburger div {
  width: 20px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.sales-kit-header .site-menu-el .menu-hamburger div:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.sales-kit-header .site-menu-el .menu-hamburger div:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.sales-kit-header .site-menu-el .menu-hamburger div:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

@media (max-width: 991.98px) {
  .sales-kit-header.search-mode .header-search form {
    width: 100%;
  }
}

.sales-kit-header .header-search {
  z-index: 3;
}

@media (max-width: 575.98px) {
  .sales-kit-header .header-search {
    z-index: 1;
  }
}

.sales-kit-header .header-search form {
  width: 100%;
}

@media (max-width: 991.98px) {
  .sales-kit-header .header-search form {
    width: 0%;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .content {
    padding-top: 75px;
  }
}

div[class^="page-sales-kit"] .header-search {
  left: 340px;
  margin: 0;
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .header-search {
    left: 20px;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .site-header {
    position: fixed;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .menu-overlay,
  div[class^="page-sales-kit"] .screen-overlay {
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .page-with-sidebar .sidebar {
    overflow: auto;
    background-color: #fff;
    top: 0;
    padding-top: 75px;
    position: fixed;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    z-index: 4;
    height: 100%;
    margin-left: -100%;
    -webkit-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out;
  }

  div[class^="page-sales-kit"] .page-with-sidebar .sidebar.active {
    margin-left: 0;
  }
}

div[class^="page-sales-kit"] .page-with-sidebar .sidebar .site-logout {
  padding: 20px;
  display: none;
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .page-with-sidebar .sidebar .site-logout {
    display: block;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .btn-back {
    height: 45px;
  }
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .btn-back .text {
    display: none;
  }
}

div[class^="page-sales-kit"] form .form-check label {
  top: -13px !important;
}

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists {
  top: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists a {
  color: #fff;
  text-decoration: none;
}

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists a:hover {
  color: #FFC600;
}

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .m2u-select-files input {
  visibility: hidden;
  position: absolute;
}

div[class^="page-sales-kit"] .m-modals-info-modals .files-list a {
  color: #f80000 !important;
}

@media (max-width: 991.98px) {
  div[class^="page-sales-kit"] .m-top-nav .apply-now,
  div[class^="page-sales-kit"] .m-top-nav-placeholder .apply-now {
    padding: 12px 20px;
  }
}

.sales-kit-user-info {
  padding: 43px 30px;
}

.sales-kit-user-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background-color: #FFC600;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd53d), to(#f76b1c));
  background: linear-gradient(to bottom, #ffd53d 0%, #f76b1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd53d', endColorstr='#f76b1c',GradientType=0 );
  /* IE6-9 */
  text-align: center;
}

.sales-kit-user-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.sales-kit-user-avatar h3 {
  line-height: 45px;
  color: #fff;
  margin-bottom: 0;
}

.sales-kit-user-name {
  display: inline-block;
  padding-left: 15px;
}

.sales-kit-user-name h3 {
  margin-bottom: 0;
}

.sales-kit-content {
  position: relative;
  min-height: 400px;
}

.sales-kit-content .search-bar.pb-0 {
  padding-bottom: 0;
}

.sales-kit-content .container {
  max-width: 100%;
  padding: 0 30px;
}

.sales-kit-content .table > thead tr > td,
.sales-kit-content .table > tbody tr > td,
.sales-kit-content .table > tfoot tr > td {
  vertical-align: middle;
  padding: 20px 8px;
}

.sales-kit-files-selected {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 15px 20px;
}

.sales-kit-files-selected-image {
  margin-right: 15px;
}

.sales-kit-files-delete {
  font-size: 12px;
  color: #f80000;
}

.sales-kit-document-wrapper.hasFile .title .btn,
.sales-kit-document-wrapper.hasFile .title .button-cta {
  display: block;
}

.sales-kit-document-wrapper.hasFile > div > .btn,
.sales-kit-document-wrapper.hasFile > div > .button-cta {
  display: none;
}

.sales-kit-document-wrapper .title .btn,
.sales-kit-document-wrapper .title .button-cta {
  display: none;
}

.progress-ico-wrapper {
  -webkit-animation: spin1 2s infinite linear;
  animation: spin1 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  font-size: 23px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #d7d7d7;
}

.progress-ico-wrapper * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.progress-ico-wrapper *:after,
.progress-ico-wrapper *:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.progress-ico-wrapper:after {
  position: absolute;
  top: 0.18em;
  left: 0.18em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  width: 0.64em;
  height: 0.64em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.progress-ico .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.progress-ico .bar {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  border: 0.18em solid #389a6e;
  width: 0.64em;
  height: 0.64em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section.head-bod .container-frame {
  background: url("/Assets/img/bg/bod-bg-grad.png") center bottom repeat-x;
  background-size: contain;
}

@media (min-width: 992px) {
  .section.head-bod .container {
    position: relative;
    min-height: 450px;
  }
}

@media (min-width: 992px) {
  .section.head-bod .bod-main-col {
    position: absolute;
    bottom: 0;
  }
}

.section.head-bod .bod-main-frame {
  display: table;
  width: 100%;
  height: 400px;
}

@media (max-width: 991.98px) {
  .section.head-bod .bod-main-frame {
    height: auto;
  }
}

.section.head-bod .bod-main {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.section.head-bod .bod-main img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .section.head-bod .bod-main img {
    width: auto;
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .section.head-bod .bod-main img {
    width: 100%;
    height: auto;
  }
}

.section.head-bod .desktop-copy {
  display: block;
  padding: 0 0 40px;
}

.section.head-bod .desktop-copy.summary {
  padding-top: 50px;
}

.section.head-bod .desktop-copy h2 {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .section.head-bod .desktop-copy h2 {
    margin-bottom: 4px;
  }
}

.section.head-bod .desktop-copy p {
  margin-bottom: 20px;
}

.section.head-bod .desktop-copy .posisi {
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .section.head-bod .desktop-copy .posisi {
    margin-bottom: 15px;
  }
}

.section.list-bod {
  padding-top: 0;
  padding-bottom: 0;
}

.section.list-bod > .container {
  position: relative;
}

@media (max-width: 767.98px) {
  .section.list-bod > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section.list-bod::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
  background: url("/Assets/img/bg/bod-bg-grad.png") center bottom repeat-x;
  background-size: contain;
}

@media (max-width: 1199.98px) {
  .section.list-bod::before {
    height: 330px;
  }
}

@media (max-width: 991.98px) {
  .section.list-bod::before {
    height: 280px;
  }
}

@media screen and (max-width: 850px) {
  .section.list-bod::before {
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .section.list-bod::before {
    display: none;
  }
}

.section.list-bod .bod-image-frame {
  display: table;
  width: 100%;
  height: 380px;
}

@media (max-width: 1199.98px) {
  .section.list-bod .bod-image-frame {
    height: 330px;
  }
}

@media (max-width: 991.98px) {
  .section.list-bod .bod-image-frame {
    height: 280px;
  }
}

@media screen and (max-width: 850px) {
  .section.list-bod .bod-image-frame {
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .section.list-bod .bod-image-frame {
    background: url("/Assets/img/bg/bod-bg-grad.png") center bottom repeat-x;
    background-size: contain;
  }
}

.section.list-bod .bod-image {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.section.list-bod .bod-image img {
  display: inline-block;
  width: 88%;
  height: auto;
  max-height: 320px;
}

@media (max-width: 767.98px) {
  .section.list-bod .bod-image img {
    width: auto;
    height: 260px;
  }
}

@media (max-width: 575.98px) {
  .section.list-bod .bod-image img {
    height: 210px;
  }
}

.bod-copy {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .bod-copy {
    height: 100px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .bod-copy {
    margin-bottom: 40px;
  }
}

.bod-copy h2 {
  font-size: 20px;
  color: #171717;
  margin: 0 0 10px;
  padding-top: 20px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .bod-copy h2 {
    padding-top: 8px;
    margin-bottom: 2px;
  }
}

.bod-copy p {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
}

.gallery {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  height: 186px;
}
/*# sourceMappingURL=maps/ie-style-part-2.css.map */
