.homepage_membership {
  background-color: #d4d4d4;
  padding: 50px 0;
}

.homepage_membership .highlight-bullets {
  max-width: 800px;
  flex-basis: 100%;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  font-size: 16px;
  flex-wrap: wrap;
}

.membership-option-block {
  max-width: 1000px;
  margin: 0 20px;
}

.homepage_membership .membership-option-tiers {
  padding: 30px;
  border-radius: 9px;
  box-shadow: 2px 2px 11px 0 rgb(0, 0, 0, 0.11);
  flex-basis: auto;
  width: 31%;
}

.membership-option-tiers .d-f-c {
  flex-grow: 1;
}

.splide.is-active .splide__list {
  max-width: 90%;
}


@media (max-width: 768px) {
  .homepage_membership .membership-option-tiers {
    flex-basis: auto;
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .homepage_membership .membership-option-tiers {
    flex-basis: auto;
    width: 80%;
  }
}

.floating-design-sprite {
  background-image: url(https://www.copart.com/content/images/floating-design-icons.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

.floating-design-sprite.membership-floating-design2 {
  background-position: -567px -4px;
  width: 124px;
  height: 117px;
  position: absolute;
  top: 4px;
  left: 0;
}

.floating-design-sprite.membership-floating-design3 {
  background-position: -403px 0px;
  width: 145px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 26%;
}

@media (max-width: 768px) {
  .floating-design-sprite.membership-floating-design3 {
    width: 35px !important;
  }
}

/*Member Cards css */

.homepage_membership .members-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.homepage_membership .member {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.member-options .member-options-heading {
  color: #1254ff !important;
  font-size: 34px;
}

.member-options .member-options-sub-heading {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  color: #151317;
}

.member-options .member-options-sub-heading span {
  max-width: 840px;
}

.member-options-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.member-options .member-options-title {
  font-size: 28px;
  color: #575758;
  margin: 0 0 10px 0;
  font-weight: 700 !important;
}

.member-options .member-options-icon-guest-free-text {
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
  color: #0457d4;
  position: relative;
}

.member-options .member-options-para {
  margin: 12px 0 10px 0;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.member-options .member-options-price-code {
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  bottom: -6px;
  right: 0;
  white-space: nowrap;
}

.homepage_membership_bullets {
  font-family: inherit;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  align-items: baseline;
}

.homepage_membership_bullets > i.fa {
  font-size: 17px;
}

.homepage_membership_bullets > span {
  margin-left: 10px;
}

.homepage_membership .blue {
  color: #0457d4;
}

.homepage_membership .red {
  color: #f00;
}

.member-options .member-options-register-now {
  max-width: 100%;
  width: auto;
  display: block;
}

.member-options .member-options-register-now a {
  padding: 14px 32px;
  background: #1254ff;
  color: #fff;
  text-decoration: none;
  flex-grow: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 1.27rem;
  white-space: nowrap;
  border-radius: 23px;
}

.member-options .member-options-register-now.orange a {
  background: #ffb838;
  color: #000;
}

.member-options .member-options-register-now a:hover {
  background-color: #ffc356;
  transition: .3s ease all;
}

.member-options .member-options-btn-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}

.splide.homepage_membership {
  display: block;
  background-color: transparent;
  padding: 30px 0;
}

.splide.homepage_membership .membership-option-tiers {
  flex-basis: auto;
  width: 95%;
}
.total_items_sale_inline {
  color: #1254ff;
}
@media (min-width: 1023px) {
  .homepage_membership .members-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1023px;
  }

  .splide.homepage_membership .splide__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .splide.homepage_membership .membership-option-tiers {
    width: 100%;
  }
}

.splide .floating-design-sprite.membership-floating-design3 {
  top: 15%;
  left: -4px;
}

@media (min-width: 500px) {

  .splide.homepage_membership .splide__track {
    padding: 0 !important;
  }

  .splide.homepage_membership .splide__list {
    transform: none !important;
  }
}

@media (min-width: 1366px) and (max-width: 3840px) {
  .mcustom-column {
    width: 23%;
  }
  .mcustom-list {
    max-width: 1300px;
  }
}
@media (min-width: 768px) and (max-width: 1367px) {
  .mcustom-column {
    width: 46%;
    padding-bottom: 4%;
  }
  .mcustom-list {
    width: 650px;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .mcustom-column {
    width: 300px;
    padding-bottom: 4%;
  }
  .mcustom-list {
    width: 100%;
  }
}
.bl-stripe {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -90%;
  margin-top: -9%;
  text-align: center;
  transform: rotate(-45deg);
  background-color: #1254ff;
  color: white;
  font-weight: 600;
}
.mramla {
  margin-left: auto;
  margin-right: auto;
}
.oh {
  overflow: hidden;
}
.dffw {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.pt13 {
  padding-top: 13%;
}
.pt9 {
  padding-top: 9%;
}
.VAT {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #525252;
}
.annual {
  font-size: 11px;
  line-height: 11px;
  text-align: right;
}

.mmb-bsn {
background-color: #F5FBFF;
border: solid 2px #95C5FF;
}
.mmb-oth {
background-color: white;
}


