/* Probox.css */
.probox-type1 {
  position: relative;
}
.probox-type1 .pro-image {
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
.probox-type1 .pro-image img {
  border-radius: 4px;
}
.probox-type1 .probox-data .pro-header {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #0028a7;
  margin-bottom: 10px;
  display: block;
  min-height: 81px;
  font-family: "bebas_neueregular";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.probox-type1 .probox-data a.pro-header:hover {
  color: #20b1ff;
}
.ambassadors-slider .probox-type1 .probox-data .pro-header {
  min-height: auto;
}
.probox-type1 .probox-data .pro-subheader {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1eb2ff;
  margin-bottom: 10px;
  display: block;
  min-height: 35px;
}
.probox-type1 .probox-data .pro-text {
  font-size: 14px;
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 15px;
  min-height: 90px;
}
.probox-type2 {
  position: relative;
  text-align: left;
  background: #ffffff;
  margin: 13px 13px 20px 13px;
  border-radius: 3px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.11);
}
.probox-type2 .pro-image {
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  margin-bottom: 20px;
}
.probox-type2 .pro-image img {
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
.probox-type2 .pro-image .wishlist-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.probox-type2 .probox-data {
  padding: 0 18px 18px 18px;
}
.probox-type2 .probox-data .pro-header {
  font-size: 22px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  font-family: "bebas_neueregular";
  color: #0028a7;
  margin-bottom: 10px;
  display: block;
  min-height: 50px;
}
.probox-type2 .probox-data a.pro-header:hover {
  color: #20b1ff;
}
@media (max-width: 1180px) {
  .probox-type2 .probox-data .pro-header {
    min-height: 80px;
  }
}
.probox-type2 .probox-data .pro-subheader {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #20b1ff;
  margin-bottom: 10px;
  display: block;
}
.probox-type2 .probox-data .pro-text {
  font-size: 15px;
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 15px;
  min-height: 115px;
}
.probox-type2 .contact-detail {
  margin-bottom: 10px;
  min-height: 30px;
}
.probox-type2 .contact-detail > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  color: #7b7e8c;
  position: relative;
}
.probox-type2 .contact-detail > a:hover {
  color: #20b1ff;
}
.probox-type2 .contact-detail > a.phone {
  padding-left: 20px;
  padding-right: 5px;
  border-right: 1px solid #b0afb7;
}
.probox-type2 .contact-detail > a.website {
  padding-left: 20px;
  padding-right: 5px;
  margin-left: 5px;
  border-right: 1px solid #b0afb7;
}
.probox-type2 .contact-detail > a.email {
  padding-left: 24px;
  margin-left: 5px;
}
.probox-type2 .contact-detail > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.probox-type2 .contact-detail > a.phone:before {
  width: 13px;
  height: 13px;
  background: url("../images/phone-icon.svg") no-repeat left top;
  background-size: 100%;
}
.probox-type2 .contact-detail > a.website:before {
  width: 14px;
  height: 14px;
  background: url("../images/website-icon.svg") no-repeat left top;
  background-size: 100%;
}
.probox-type2 .contact-detail > a.email:before {
  width: 16px;
  height: 14px;
  background: url("../images/email-icon.svg") no-repeat left top;
  background-size: 100%;
}
@media (max-width: 567px) {
  .probox-type2 .contact-detail > a {
    font-size: 11px;
  }
}
.probox-type2 .probox-data .probox-btn-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.probox-type2 .probox-data .probox-btn-bar .location-txt {
  font-size: 15px;
  line-height: 23px;
  color: #4a4a4a;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  width: 60%;
}
.probox-type2 .probox-data .probox-btn-bar .location-txt:before {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/location-icon.svg) no-repeat 0 0;
}
.probox-type2 .probox-data .probox-btn-bar .location-box {
  width: 60%;
}
.probox-type2 .probox-data .probox-btn-bar .location-box .location-txt {
  width: auto;
}
.probox-type2 .probox-data .probox-btn-bar .btn-type3 {
  width: 40%;
}
.probox-type2 .pro-image .pro-date {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 13px 2px 13px;
  background: #1eb2ff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
.probox-type2 .pro-image .pro-date .date-item {
  display: inline-block;
  text-align: center;
}
.probox-type2 .pro-image .pro-date .date-item .date {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: "bebas_neueregular";
}
.probox-type2 .pro-image .pro-date .date-item .month {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "bebas_neueregular";
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}
.probox-type2 .pro-image .pro-date .hyphen {
  display: inline-block;
  vertical-align: top;
  font-size: 15.4px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-top: 7px;
}
@media (max-width: 480px) {
  .probox-type1 .pro-image img {
    width: 100%;
  }
  .probox-type2 {
    max-width: 300px;
    margin: 13px 9px 20px 9px;
    border-radius: 3px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.11);
  }
}

/* probox-type3 */
.probox-type3 {
  position: relative;
  text-align: left;
  background: #ffffff;
  margin: 0 0 20px;
  border-radius: 3px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.11);
}
@media (max-width: 768px) {
  .probox-type3 {
    /* margin: 0 10px 20px; */
  }
}
.probox-type3 .pro-image {
  max-height: 250px;
  overflow: hidden;
  width: 100%;
}

.probox-type3 .pro-image {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  margin-bottom: 20px;
  height: 250px;
  max-height: 250px;
}
@media (max-width: 767px) {
  .probox-type3 .pro-image {
    height: 200px;
    max-height: 200px;
  }
}
.probox-type3 .pro-image img {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.probox-type3 .probox-data {
  padding: 0 20px 20px 20px;
}
.probox-type3 .probox-data .pro-header {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #0028a7;
  margin-bottom: 10px;
  display: block;
  min-height: 27px;
  font-family: "bebas_neueregular";
  font-weight: normal;
  text-transform: uppercase;
}
.probox-type3 .probox-data a.pro-header:hover {
  color: #20b1ff;
}
@media (max-width: 1180px) {
  .probox-type3 .probox-data .pro-header {
    /* min-height: 80px; */
  }
}
.probox-type3 .probox-data .pro-text {
  font-size: 15px;
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 15px;
  min-height: 95px;
}
.probox-type3 .probox-data .probox-btn-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.probox-type3 .probox-data .probox-btn-bar .logo-box {
  border: 1px solid #dddddd;
  display: flex;
  padding: 4px 15px;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.probox-type3 .probox-data .probox-btn-bar .label {
  color: #4a4a4a;
  text-align: center;
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  display: inline-block;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .probox-type3 .probox-data .pro-text {
    min-height: 115px;
  }
}
@media (max-width: 575px) {
  .probox-type3 .probox-data .pro-text {
    min-height: 95px;
  }
}
