.rating-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 0;
}
.rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .rating-wrapper h3 {
    font-size: 28px;
  }
}
.rating-wrapper .col-md-4 {
  padding: 0;
}
.rating-wrapper .box {
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px;
  margin: 16px 16px 16px;
  transition: box-shadow 0.3s;
  position: relative;
  padding-top: 44px;
  text-align: center;
  margin-top: 34px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.rating-wrapper .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
}
.rating-wrapper .box .box-icon-text {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #1B1464;
}
.rating-wrapper .box .box-icon-text .star {
  background-image: url(/sites/msig_sg/themes/sg/css/../images/rating/icon_feedstar.png);
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: none;
}
.rating-wrapper .box .box-icon-text img {
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text img {
    margin-right: 5px;
    max-width: 30px;
  }
}
.rating-wrapper .box .box-icon-text h6 {
  font-size: inherit;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text h6 {
    font-size: 12px;
  }
}
.rating-wrapper .box:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url(/sites/msig_sg/themes/sg/css/../images/rating/quote-icon.png) #E11F27 no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rating-wrapper .box .rating {
  text-align: right;
  float: right;
  display: flex;
}
.rating-wrapper .box .rating .star {
  background-image: url("/sites/msig_sg/themes/sg/css/../images/rating/star.png");
  background-size: contain;
  width: 20px;
  height: 19px;
  display: none;
}
.rating-wrapper .box .rating .star img {
  display: none;
}
.rating-wrapper .box .rating .star.active {
  background-image: url("/sites/msig_sg/themes/sg/css/../images/rating/star-active.png");
}
.rating-wrapper .box .feedback {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.rating-wrapper .box h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-style: italic;
  color: #000;
}
.rating-wrapper .box p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.rating-wrapper .testimonial {
  position: relative;
}
.rating-wrapper .testimonial .close-quote {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  display: none;
}
.rating-wrapper .testimonial .open-quote {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
  display: none;
}
.rating-wrapper .slick-arrow {
  top: 47%;
}

.fade-in {
  animation: fadeIn 1.5s ease-in forwards;
}

.page-home {
  overflow-x: hidden;
}
.page-home .page_title {
  display: none;
}
.page-home .views-exposed-form {
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}
.page-home .views-exposed-form .form-item-sort-by {
  display: none;
}
.page-home .carousel .btn-play {
  width: 74px;
  height: 74px;
  max-width: 100%;
  background-image: url(/sites/msig_sg/themes/sg/css/../images/banner-play-red.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .page-home .carousel .btn-play {
    width: 64px;
    height: 64px;
  }
}
.page-home #lifestyle_libary .card .card-img-top {
  background-color: #eee;
}

.tabs-wrapper {
  min-height: 430px;
}
@media screen and (max-width: 640px) {
  .tabs-wrapper {
    min-height: 725px;
  }
}
.tabs-wrapper .product-title {
  opacity: 0;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-align: center;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .tabs-wrapper .product-title {
    font-size: 28px;
  }
}
.tabs-wrapper .product-title.slide-in-top {
  animation-delay: 0.1s;
}
.tabs-wrapper .nav-icons {
  opacity: 0;
}
.tabs-wrapper .nav-icons.slide-in-top {
  animation-delay: 0.2s;
}
.tabs-wrapper .icons-wrapper .icons {
  opacity: 0;
}
.tabs-wrapper .icons-wrapper .icons.slide-in-top {
  animation-delay: 0.2s;
}
.tabs-wrapper .btn-wrapper {
  opacity: 0;
}
.tabs-wrapper .btn-wrapper.slide-in-bottom {
  animation-delay: 0.3s;
}

.site-lang-th .tabs-wrapper .product-title {
  max-width: 867px;
}

.promotion-wrapper {
  overflow-x: hidden;
}
.promotion-wrapper h3 {
  opacity: 0;
}
.promotion-wrapper h3.slide-in-top {
  animation-delay: 0.1s;
}
.promotion-wrapper .dropdown {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.promotion-wrapper .dropdown.slide-in-top {
  animation-delay: 0.2s;
}
.promotion-wrapper .three-col-carousel {
  opacity: 0;
}
.promotion-wrapper .three-col-carousel.slide-in-bottom {
  animation-delay: 0.3s;
}
.promotion-wrapper .btn-outline-red {
  opacity: 0;
}
.promotion-wrapper .btn-outline-red.slide-in-bottom {
  animation-delay: 0.4s;
}

.rating-wrapper h3 {
  opacity: 0;
}
.rating-wrapper h3.slide-in-top {
  animation-delay: 0.1s;
}
.rating-wrapper .rating-carousel {
  opacity: 0;
}
.rating-wrapper .rating-carousel.slide-in-right {
  animation-delay: 0.2s;
}
.rating-wrapper .btn-outline-red {
  opacity: 0;
}
.rating-wrapper .btn-outline-red.slide-in-bottom {
  animation-delay: 0.3s;
}

.awards-wrapper {
  overflow: hidden;
}
.awards-wrapper h3 {
  opacity: 0;
}
.awards-wrapper h3.slide-in-top {
  animation-delay: 0.1s;
}
.awards-wrapper .awards-carousel {
  opacity: 0;
}
.awards-wrapper .awards-carousel.slide-in-right {
  animation-delay: 0.2s;
}
.awards-wrapper .btn-red {
  opacity: 0;
}
.awards-wrapper .btn-red.slide-in-bottom {
  animation-delay: 0.3s;
}

.lifestyle-library-wrapper {
  overflow-x: hidden;
}
.lifestyle-library-wrapper h3 {
  opacity: 0;
}
.lifestyle-library-wrapper h3.slide-in-top {
  animation-delay: 0.1s;
}
.lifestyle-library-wrapper .dropdown {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.lifestyle-library-wrapper .dropdown.slide-in-top {
  animation-delay: 0.2s;
}
.lifestyle-library-wrapper .lifestyle-carousel {
  opacity: 0;
}
.lifestyle-library-wrapper .lifestyle-carousel.slide-in-right {
  animation-delay: 0.3s;
}
.lifestyle-library-wrapper .btn-outline-red {
  opacity: 0;
}
.lifestyle-library-wrapper .btn-outline-red.slide-in-bottom {
  animation-delay: 0.4s;
}
.lifestyle-library-wrapper.three-col-box-wrapper .card .card-text {
  margin-bottom: 0;
}

/*# sourceMappingURL=home.css.map */
