.member-options{
  padding: 50px 0;
}

.member-options.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;
}

.member-options.membership-option-tiers {
  background-color: #FFFFFF;
  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) {
  .member-options.membership-option-tiers {
    flex-basis: auto;
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .member-options.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 */

.member-options .members-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.member-options  .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: 28px;
  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;
}

.member-options.blue {
  color: #0457d4;
}

.member-options.red {
  color: #ff0000;
}

.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: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  flex-grow: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.member-options .member-options-register-now.orange a {
  background: #EC9C0D;
}

.member-options .member-options-register-now a:hover {
  background: #366EFF;
  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.member-options{
  display: block;
  background-color: transparent;
  padding: 30px 0;
}

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

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

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

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


@media (min-width: 500px) {

  .splide.member-options.splide__track {
    padding: 0 !important;
  }

  .splide.member-options.splide__list {
    transform: none !important;
  }
}


@media (min-width: 1200px) and (max-width: 3840px) {
.asp {
display: flex;
flex-direction: column;
aspect-ratio: 1 / 1.05;
}
.flexrow {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.flex-column {
background-color: #FFF;
display: flex;
flex-direction: column;
width: 32%;
box-shadow: 2px 2px 11px 0 rgb(0, 0, 0, 0.11);
border-radius: 9px;
padding: 20px;
}
}
@media (min-width: 280px) and (max-width: 1199px) {
.asp {
display: flex;
flex-direction: column;
aspect-ratio: 2 / 1;
}
.flexrow {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.flex-column {
background-color: #FFF;
display: flex;
flex-direction: column;
width: 90%;
box-shadow: 2px 2px 11px 0 rgb(0, 0, 0, 0.11);
border-radius: 9px;
padding: 10%;
margin-bottom: 6%;
}
.mlamram {
margin-left: auto;
margin-right: auto;
}
}
.red {
color: #ff0000;
}
.blue {
color: #0457d4;
}
.orbut {
background-color: #EC9C0D;
}
.blbut {
background-color: #1254ff;
}
.hmbut {
margin-top: 5%;
color: white;
padding: 6% 0% 6% 0%;
text-align: center;
font-weight: 600;
font-size: 15px;
border-radius: 5px;
}
.scale:hover {
    transform: scale(1.05);
transition: 0.5s;
}
.mlamra {
margin-left: auto;
margin-right: auto;
}
.list-flex {
display: flex;
flex-direction: column;
margin-top: 5%;
margin-bottom: auto;
}
.VAT {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: gray;
}
.annual {
  font-size: 11px;
  line-height: 11px;
  text-align: right;
}
