.three-col-box-wrapper .btn-contactus {
  float: right;
  line-height: 1.4;
  height: 36px;
  font-size: 14px;
}
.three-col-box-wrapper .slick-track {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 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;
}
@media screen and (max-width: 800px) {
  .three-col-box-wrapper .col-md-4 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .three-col-box-wrapper .col-md-4 {
    width: 50%;
  }
}
.three-col-box-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1B1464;
}
@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: 5px;
  overflow: hidden;
  border: 1px solid rgba(183, 183, 183, 0.5);
  margin: 16px 16px 6px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .three-col-box-wrapper .card {
    margin: 16px 8px 6px;
  }
}
.three-col-box-wrapper .card.youtube-video-wrapper .video-wrapper {
  min-height: 200px;
}
.three-col-box-wrapper .card .card-title {
  font-size: 20px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
}
.three-col-box-wrapper .card .card-title a {
  text-decoration: none;
}
.three-col-box-wrapper .card .card-title p {
  font-size: inherit;
  margin-bottom: 0;
}
.three-col-box-wrapper .card .promo-end {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.three-col-box-wrapper .card .promo-end.red-text {
  color: #E11F27;
}
.three-col-box-wrapper .card .promo-end.gray-text {
  color: #adadad;
}
.three-col-box-wrapper .card .card-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.three-col-box-wrapper .card .card-text p {
  margin-bottom: 0;
  font-size: inherit;
}
.three-col-box-wrapper .card .card-text.red-text {
  color: #E11F27;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.three-col-box-wrapper .card .card-text.gray-text {
  color: #adadad;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-date {
  color: #E11F27;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.three-col-box-wrapper .card .tag_new_or_upgraded {
  background: #E11F27;
  color: #FFFFFF;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  min-height: 36px;
  min-width: 120px;
}
.three-col-box-wrapper .card .tag_new_or_upgraded span {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left;
  padding: 10px 0 10px 20px;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}
.three-col-box-wrapper .card .tag_new_or_upgraded.tag-enhanced span {
  background-image: url(../images/products/tag-enhanced.png);
  background-size: 20px 20px;
  padding-left: 25px;
}
.three-col-box-wrapper .card .tag_new_or_upgraded.tag-upgraded span {
  background-image: url(../images/products/tag-upgraded.png);
  background-size: 18px 14px;
  padding-left: 23px;
}
.three-col-box-wrapper .card .tag_new_or_upgraded.tag-new span {
  background-image: url(../images/products/tag-new.png);
  background-size: 18px 18px;
  padding-left: 23px;
}
.three-col-box-wrapper .card .tag_new_or_upgraded.hidden-text {
  width: 36px;
  padding-left: 5px;
  background-position: center;
}
.three-col-box-wrapper .card .tag_new_or_upgraded.hidden-text span {
  display: none;
}
.three-col-box-wrapper .card .expired {
  background: #1B1464;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  padding: 5px 16px;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.three-col-box-wrapper .card .expired sup {
  font-size: 8px;
  font-weight: 400;
  display: block;
  line-height: 1;
  top: 0;
}
.three-col-box-wrapper .card .expired.red {
  font-size: 12px;
  font-weight: 400;
  background-color: #E11F27;
}
.three-col-box-wrapper .card .btn.btn-buynow,
.three-col-box-wrapper .card .btn:active.btn-buynow {
  background-position: 28px center;
  padding: 14px 36px 14px 50px;
}
.three-col-box-wrapper .card .btn.btn-enquiry,
.three-col-box-wrapper .card .btn:active.btn-enquiry {
  padding: 14px 20px 14px 20px;
}
.three-col-box-wrapper .card .btn.btn-getquote,
.three-col-box-wrapper .card .btn:active.btn-getquote {
  padding: 14px 20px 14px 20px;
  height: auto;
}
.three-col-box-wrapper .card .btn.btn-textmore-blue,
.three-col-box-wrapper .card .btn:active.btn-textmore-blue {
  padding: 14px 16px 14px 0;
}
.three-col-box-wrapper .card .card-img-top {
  width: 100%;
}
.three-col-box-wrapper .card .card-img-top img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .three-col-box-wrapper .three-col-carousel {
    padding: 0 !important;
  }
}
.three-col-box-wrapper.related-articles h3 {
  text-align: left;
  font-size: 28px;
}
.three-col-box-wrapper img.image-style-card-image-style {
  width: 100%;
}

.page_title {
  display: none;
}

/*# sourceMappingURL=our-initiatives-listing.css.map */
