@media (max-width: 1137px) {
  .carousel {
    padding: 0;
  }
}
.carousel .slick-slide {
  position: relative;
  overflow: hidden;
}
.carousel .slick-slide:hover .banner-image img {
  transform: scale(1.1);
}
.carousel .slick-slide .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/linear-gradient.png") no-repeat;
  background-size: 100% 100%;
}
.carousel .carousel-caption {
  padding: 20px;
  bottom: 0;
}
.carousel .carousel-caption .btn {
  opacity: 0;
  transform: translateX(-100%);
}
.carousel .carousel-caption .btn.btn-red {
  max-width: fit-content !important;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption .btn.btn-red {
    width: 136px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption .btn.btn-red {
    font-size: 12px;
  }
}
.carousel .carousel-caption.transform-center-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.carousel .carousel-caption.transform-center-left * {
  max-width: 668px;
}
.carousel .carousel-caption h4 {
  font-size: 28px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h4 {
    font-size: 14px;
  }
}
.carousel .carousel-caption h2 {
  font-size: 64px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1137px) {
  .carousel .carousel-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-caption h2 {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h2 {
    font-size: 28px;
  }
}
.carousel .carousel-caption h3 {
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption h3 {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h3 {
    font-size: 25px;
  }
}
.carousel .carousel-caption p {
  font-size: 24px;
  font-weight: 400;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption p {
    font-size: 14px;
  }
}
.carousel .banner-image img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.7s ease-in-out;
}
.carousel .banner-image.desktop {
  display: block;
}
@media (max-width: 768px) {
  .carousel .banner-image.desktop {
    display: none;
  }
}
.carousel .banner-image.mobile {
  display: none;
}
@media (max-width: 768px) {
  .carousel .banner-image.mobile {
    display: block;
  }
}
.carousel .slick-dots {
  margin-bottom: 0;
}

.three-col-box-wrapper .slick-track {
  margin-bottom: 0;
}
.three-col-box-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 12px;
}
.three-col-box-wrapper .dropdown ::after {
  display: none;
}
.three-col-box-wrapper .dropdown .btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 8px 12px;
}
.three-col-box-wrapper .dropdown .btn img {
  margin-right: 3px;
}
.three-col-box-wrapper .dropdown .dropdown-menu {
  border-radius: 10px;
}
.three-col-box-wrapper .dropdown .dropdown-item {
  font-weight: 500;
}
.three-col-box-wrapper .dropdown .dropdown-item:hover {
  color: #E11F27;
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-item:active {
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel {
  list-style: none;
  padding-left: 15px;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel .dropdown-item {
  font-weight: 400;
}
.three-col-box-wrapper .col-md-4 {
  padding: 0;
}
.three-col-box-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .three-col-box-wrapper h3 {
    font-size: 28px;
  }
}
.three-col-box-wrapper .w-85 {
  width: 85%;
}
.three-col-box-wrapper .card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(183, 183, 183, 0.5);
  margin: 16px 16px 6px;
}
.three-col-box-wrapper .card .card-title {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.three-col-box-wrapper .card .card-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.three-col-box-wrapper .card .card-text.red-text {
  color: #dd2830;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three-col-box-wrapper .three-col-carousel {
    padding: 0 6px;
  }
}

.backtoList {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 30px 0;
  display: inline-block;
}
.backtoList:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .backtoList {
    margin: 10px 0;
  }
}

.product-recommendation h4 {
  color: #272660;
  font-size: 24px;
}
.product-recommendation .reset-button {
  background-color: transparent;
  border: 1px solid #dd2830;
  color: #dd2830;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  width: 150px;
  height: 41px;
  line-height: 38px;
  padding: 0;
  float: right;
}
@media screen and (max-width: 439px) {
  .product-recommendation .reset-button {
    font-size: 12px;
  }
}
.product-recommendation .options {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 40px;
}
.product-recommendation .options .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  width: 280px;
  margin: 0 8px 50px 8px;
  width: calc(25% - 16px);
  align-items: center;
  justify-content: flex-start;
  max-height: 250px;
}
@media (max-width: 1200px) {
  .product-recommendation .options .option {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 900px) {
  .product-recommendation .options .option {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .product-recommendation .options .option {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-recommendation .options .option:hover, .product-recommendation .options .option.selected {
  background-color: #272660;
  color: #fff;
}
.product-recommendation .options .option .option-image {
  max-width: 100%;
  width: 40px;
  margin-bottom: 7px;
}
.product-recommendation .options .option .option-label {
  margin-top: 5px;
  text-align: center;
}
.product-recommendation .recommendation {
  margin-top: 20px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.product-recommendation .recommendation h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.product-recommendation .recommendation .recommendation-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
}
@media (max-width: 950px) {
  .product-recommendation .recommendation .recommendation-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.product-recommendation .recommendation .recommendation-content h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}
.product-recommendation .recommendation .recommendation-content span {
  font-size: 12px;
  color: #919191;
}
.product-recommendation .recommendation .recommendation-content p {
  color: #000000;
  font-size: 16px;
}
.product-recommendation .recommendation .recommendation-content img {
  object-fit: cover;
  height: auto;
  width: 400px;
  border-radius: 5px;
}
@media (max-width: 950px) {
  .product-recommendation .recommendation .recommendation-content img {
    width: 100%;
  }
}
.product-recommendation .recommendation .recommendation-content .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.product-recommendation .recommendation .recommendation-content .product-card .buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 950px) {
  .product-recommendation .recommendation .recommendation-content .product-card .buttons {
    justify-content: center;
  }
}
@media (max-width: 512px) {
  .product-recommendation .recommendation .recommendation-content .product-card .buttons {
    display: inline-block;
  }
}
.product-recommendation .recommendation .recommendation-content .product-card .buttons .btn-more-outline-blue {
  font-size: 14px;
  padding: 8px 22px;
  width: auto;
  height: auto;
  line-height: 18px;
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-radius: 15px;
  color: #272660;
}
.product-recommendation .recommendation .recommendation-content .product-card .buttons .btn-more-outline-blue .arrow-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
@media (max-width: 950px) {
  .product-recommendation .recommendation .recommendation-content .product-card .buttons .btn-more-outline-blue .arrow-icon {
    margin-left: 10px;
  }
}
.product-recommendation .recommendation .recommendation-content .product-card .buttons .btn-callnow-red {
  float: right;
  background-image: url(../images/product-recommendation/icon-white-phone.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 16px center;
  font-size: 14px;
  padding: 8px 22px 8px 39px;
  font-weight: 700;
  width: auto;
  height: auto;
  line-height: 18px;
  margin-right: 10px;
}
@media (max-width: 512px) {
  .product-recommendation .recommendation .recommendation-content .product-card .buttons .btn-callnow-red {
    margin-right: 0;
  }
}
@media (max-width: 512px) {
  .product-recommendation .recommendation .recommendation-content .product-card .buttons .button {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-recommendation .recommendation .recommendation-content .product-card .buttons .button:last-child {
    margin-bottom: 0;
  }
}
.product-recommendation .recommendation .recommendation-content .product-card .product-image {
  max-width: 100%;
  height: auto;
  margin-right: 20px;
}
/*# sourceMappingURL=product-recommendation.css.map */