.awards-wrapper {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.awards-wrapper.background-loaded {
  background-image: url("../images/awards/reward_bg.webp");
}
@media screen and (max-width: 767px) {
  .awards-wrapper.background-loaded {
    background-image: url("../images/awards/hk_award_home_mobile.webp");
  }
}
.awards-wrapper:hover {
  transition: background-size 0.7s ease-in-out;
}
.awards-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1B1464;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .awards-wrapper h3 {
    font-size: 28px;
  }
}
.awards-wrapper .col-md-3 {
  padding: 0 2px;
  padding-top: 1.5rem;
}
.awards-wrapper .col-md-3:first-child .award .award-text {
  border: 0;
}
.awards-wrapper .award {
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 16px;
}
.awards-wrapper .award img {
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}
.awards-wrapper .award .award-text h4 {
  font-size: 18px;
  color: #FFFFFF;
}
.awards-wrapper .award .award-text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.awards-wrapper .btn-red {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  min-width: 200px;
  height: 55px;
  line-height: 38px;
  margin: 0 auto;
  text-transform: uppercase;
}

.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: #1B1464;
  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(../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(../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("../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("../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(../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: 365px;
}
.tabs-wrapper .product-title {
  opacity: 0;
  font-size: 36px;
  font-weight: 700;
  color: #1B1464;
  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;
}
.tabs-wrapper .insurance-category {
  max-width: 120px;
  margin: 0 auto;
  min-height: 48px;
}
@media screen and (max-width: 767px) {
  .tabs-wrapper .filter-wrapper .filter-inner-content ul {
    justify-content: flex-start;
    max-width: 400px;
    margin: 0 auto;
  }
  .tabs-wrapper .filter-wrapper .filter-inner-content ul li {
    padding: 0;
    margin: 20px 2%;
    flex: 0 0 46%;
  }
}

.filter-wrapper .filter-inner-content ul li a .insurance-type-img img {
  max-width: fit-content;
}

.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;
  text-transform: uppercase;
}
.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;
  width: auto;
  min-width: 200px;
}
.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-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lifestyle-library-wrapper .dropdown {
  opacity: 0;
}
.lifestyle-library-wrapper .dropdown .btn.btn-light.btn-light,
.lifestyle-library-wrapper .dropdown .btn:active.btn-light.btn-light {
  text-align: left;
  justify-content: start;
  text-transform: capitalize;
  background: transparent;
  border-radius: 10px;
}
.lifestyle-library-wrapper .dropdown .btn.btn-light.btn-light:focus, .lifestyle-library-wrapper .dropdown .btn.btn-light.btn-light:hover,
.lifestyle-library-wrapper .dropdown .btn:active.btn-light.btn-light:focus,
.lifestyle-library-wrapper .dropdown .btn:active.btn-light.btn-light:hover {
  box-shadow: none;
  background-color: transparent;
}
.lifestyle-library-wrapper .dropdown .btn.btn-light.btn-light .filter-sort-text,
.lifestyle-library-wrapper .dropdown .btn:active.btn-light.btn-light .filter-sort-text {
  margin-left: 8px;
  text-align: left;
  flex: 1 0 0%;
  font-size: 16px;
}
.lifestyle-library-wrapper .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #000;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.lifestyle-library-wrapper .dropdown .category-filter-icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/three-column-box/product-filter-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.lifestyle-library-wrapper .dropdown .sortby-filter-icon {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/three-column-box/latest-filter-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.lifestyle-library-wrapper .dropdown.slide-in-top {
  animation-delay: 0.2s;
}
.lifestyle-library-wrapper .dropdown .dropdown-menu {
  width: 100%;
}
.lifestyle-library-wrapper .dropdown .dropdown-menu li a {
  font-weight: 400;
}
.lifestyle-library-wrapper .lifestyle-loader {
  position: absolute;
  top: 25px;
}
.lifestyle-library-wrapper .btn-outline-red {
  opacity: 0;
  text-transform: uppercase;
}
.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;
}

#lifestyle_library-result {
  min-height: 606px;
  opacity: 0;
}

.home-contact-wrapper {
  overflow-x: hidden;
  background-size: cover;
  min-height: 365px;
}
.home-contact-wrapper.background-loaded {
  background-image: url(../images/home-contact/contact-bg.webp);
}
@media screen and (max-width: 800px) {
  .home-contact-wrapper.background-loaded {
    background-image: url(../images/home-contact/mb-contact-bg.webp);
    background-position: right top;
  }
}
@media screen and (max-width: 1439px) {
  .home-contact-wrapper.background-loaded {
    background-position: center top;
  }
}
.home-contact-wrapper h3 {
  opacity: 0;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
}
.home-contact-wrapper h3.slide-in-top {
  animation-delay: 0.1s;
}
@media screen and (max-width: 640px) {
  .home-contact-wrapper h3 {
    font-size: 28px;
    width: 223px;
  }
}
.home-contact-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
}
.home-contact-wrapper .btn-wrapper .btn,
.home-contact-wrapper .btn-wrapper .btn:active {
  min-width: 227px;
  min-height: 55px;
  border-radius: 5px;
  margin: 0;
  margin-top: 20px;
}
.home-contact-wrapper .btn-wrapper .btn .btn-red.slide-in-bottom,
.home-contact-wrapper .btn-wrapper .btn:active .btn-red.slide-in-bottom {
  animation-delay: 0.2s;
}
.home-contact-wrapper .btn-wrapper .btn.btn-outline-white,
.home-contact-wrapper .btn-wrapper .btn:active.btn-outline-white {
  opacity: 0;
  cursor: auto;
}
.home-contact-wrapper .btn-wrapper .btn.btn-outline-white.slide-in-bottom,
.home-contact-wrapper .btn-wrapper .btn:active.btn-outline-white.slide-in-bottom {
  animation-delay: 0.6s;
}
.home-contact-wrapper .btn-wrapper .btn.btn-outline-white:before,
.home-contact-wrapper .btn-wrapper .btn:active.btn-outline-white:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(../images/home-contact/mdi_phone-classic.png) no-repeat center center;
  background-size: 23px 23px;
}
@media screen and (max-width: 640px) {
  .home-contact-wrapper .btn-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .home-contact-wrapper {
    background-position: 44% top;
    height: 500px;
  }
  .home-contact-wrapper .col-md-6 {
    height: 400px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

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