body {
  background: #eee;
}

.flexslider2 {
  float: left;
  padding: 30px 0 0;
}

.flexslider2 {
  /* width: 380px; */
  overflow: hidden;
  text-align: center;
}

img {
  border: 0;
}

.alternateviews {
  /* float: left; */
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  .alternateviews {
    display: none;
  }
}

.alternateviews li {
  border-bottom: 1px solid #c5c5c5;
  display: table;
  height: 170px;
  padding: 20px;
  text-align: center;
  width: 135px;
  cursor: pointer;
}

.pre-owned-section h3 {
  font-weight: 500;
}

.pre-owned-section .sub-title {
  font-weight: 400;
  cursor: pointer;
}

.pre-owned-section .phone-title {
  font-weight: 600;
}

.phone-box>div {
  padding: 12px;
}

.pre-owned-desc.plan-switcher {
  position: absolute;
  left: 40px;
  top: 15px;
}

.capacity-desc.plan-switcher {
  position: absolute;
  left: 12px;
  top: 33px;
}

.plan-switcher {
  margin-top: .93333rem;
  padding: .33333rem;
  width: 16rem;
  max-height: none;
  overflow: visible;
  background-color: #f7f3f8;
  border-radius: 6px;
  transition: opacity .3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms, visibility 300ms;
  transition: opacity 500ms, visibility 300ms;
  z-index: 5;
}

.plan-switcher-content {
  padding: 0.5rem 0.5rem 0.3rem;
  background-color: #fff;
  /* border: 2px solid #eee7ef; */
  border-radius: 6px;
  position: relative;
}

.plan-switcher .plan-switcher-content p {
  font-size: 0.9rem;
  font-weight: 500;
  ;
}

.plan-switcher-content:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: inherit;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  z-index: 1;
  border: 2px solid #eee7ef;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -9px;
  z-index: 2;
}

.plan-switcher:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: inherit;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  z-index: 1;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.plan-switcher-list {
  margin-bottom: .93333rem;
  border-top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

span.sub-title:hover .plan-switcher.is-expanded {
  margin-bottom: 0;
  display: block;
  max-height: none;
  /* left: 8px; */
  opacity: 1;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.21);
  visibility: visible;
}

.phone-models>div {
  border: 1px solid #c1c1c1;
  cursor: pointer;
  margin: 0.5px;
  text-align: center;
  background-color: #eeeeee;
}

.capacity-box>div {
  padding: 8px;
}

.pre-owned-section h5 {
  font-weight: 500
}

.pre-owned-section .terms-info p {
  font-weight: 500;
  font-style: italic;
}

.phone-models>div:hover {
  border: 2px solid #424242 !important;
  box-shadow: 0px 0px 5px 2px grey;
  z-index: 1;
}

.box-selected {
  border: 2px solid #424242 !important;
  box-shadow: 0px 0px 5px 2px grey;
  z-index: 1;
}

.color-opt {
  display: inline-block;
  border-radius: 15px;
  margin: 4px 4px 4px 0px;
  height: 24px;
  width: 24px;
  border: 1px solid white;
  cursor: pointer;
}

.color-opt:after {
  bottom: 1px;
  content: '\2714';
  color: #ffffff00;
  left: 5px;
  position: relative;
  font-size: 14px;
}

.color-opt.selected:after {
  color: white;
}

.color-opt.selected {
  box-shadow: 0px 0px 6px 3px #9c9c9c;
}

.color-picker .color-opt:hover {
  box-shadow: 0px 0px 6px 3px #9c9c9c;
}

.divider {
  /* minor cosmetics */
  display: table;
  font-size: 24px;
  text-align: center;
  width: 75%;
  /* divider width */
}

.divider span {
  display: table-cell;
  position: relative;
}

.divider span:first-child,
.divider span:last-child {
  width: 50%;
  top: 17px;
  /* adjust vertical align */
  -moz-background-size: 100% 3px;
  /* line width */
  background-size: 100% 3px;
  /* line width */
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.divider span:first-child {
  /* color changes in here */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(180deg, transparent, #000);
  background-image: -moz-linear-gradient(180deg, transparent, #000);
  background-image: -o-linear-gradient(180deg, transparent, #000);
  background-image: linear-gradient(90deg, transparent, #000);
}

.divider span:nth-child(2) {
  color: #000;
  padding: 0px 5px;
  width: auto;
  white-space: nowrap;
  font-weight: 600
}

.divider span:last-child {
  /* color changes in here */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(180deg, #000, transparent);
  background-image: -moz-linear-gradient(180deg, #000, transparent);
  background-image: -o-linear-gradient(180deg, #000, transparent);
  background-image: linear-gradient(90deg, #000, transparent);
}

.cost-details {
  font-weight: 400;
}

h6.cost-details span {
  font-size: 1.2rem;
  font-weight: 600;
}

.cost-details a.plan-link {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  color: black;
}

.section-highlights {
  box-shadow: 0px 0px 5px 0px #ababab;
  border-radius: 5px;
}

.product-features-section {
  cursor: pointer;
  border: 1px solid #636363;
}

.product-features-section h4,
.phone-plans-section h4 {
  font-weight: 400;
}

.product-features-section h4.collapsed:after {
  display: block;
  position: absolute;
  top: 8px;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border: 2px solid #275bee;
  border-top: none;
  border-left: none;
  transition: .3s;
  content: "";
}

.product-features-section h4:after {
  display: block;
  position: absolute;
  top: 18px;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  width: 20px;
  height: 20px;
  border: 2px solid #275bee;
  border-top: none;
  border-left: none;
  transition: .3s;
  content: "";
}

/* .product-features-section .collapse-content {
  background-color: #ececec;
} */
.productfeature-list li {
  list-style-type: none;
  padding-bottom: 7px;
  font-weight: 500;
}

.productfeature-list li span {
  margin: 0 30px 0 30px;
}

.plan-card {
  border: 1px solid #80808038;
  background-color: #f6f6f6;
  opacity: 0.7;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.border-semi-circle {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

h6.plan-title {
  border-bottom: 1px solid #80808038;
  padding: 2px 4px 2px 4px;
  font-weight: 600;
  font-size: calc(18px + 0.1vmax);
}

.generic_price_tag {
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid #80808038;
  text-align: center;
}

.generic_price_tag .price,
.generic_data_tag .data {
  color: #414141;
}

.generic_price_tag .price .sign {
  display: inline-block;
  font-family: "Lato", sans-serif;
  /* font-size: 28px; */
  font-size: calc(1.2em + 0.65vw);
  font-weight: 400;
  vertical-align: middle;
}

.generic_price_tag .price .currency {
  font-family: "Lato", sans-serif;
  font-size: calc(1.7em + 1.5vw);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.09em;
  padding: 0;
  vertical-align: middle;
}

.generic_price_tag .price .cent {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: calc(1em + 0.4vw);
  font-weight: 400;
  vertical-align: bottom;
}

.generic_price_tag .month {
  font-family: "Lato", sans-serif;
  /* font-size: 18px; */
  font-size: calc(1em + 0.12vw);
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

.generic_data_tag {
  padding: 10px 0 15px;
  /* border-top: 1px solid #80808038; */
  border-bottom: 1px solid #80808038;
  text-align: center;
}

.generic_data_tag .data .limit {
  font-family: "Lato", sans-serif;
  font-size: calc(1.2em + 1.5vw);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.09em;
  padding: 0;
  vertical-align: middle;
}

.generic_data_tag .data-txt {
  font-family: "Lato", sans-serif;
  /* font-size: 18px; */
  font-size: calc(1em + 0.12vw);
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

.total-min-cost {
  border-top: 1px solid #80808038;
  font-size: calc(0.6em + 0.2vw);
  font-weight: 500;
}

.generic_feature_list {
  background-color: #fff;
}

.generic_feature_list ul {
  list-style: none;
  padding: 0;
}

.generic_feature_list ul li {
  color: #797979;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 18px 30px 0px 30px;
  /* transition: all 0.3s ease-in-out 0s; */
  font-weight: 500;
  /* border-bottom: 1px solid #80808038; */
}

.generic_feature_list ul li span {
  color: #414141;
  font-weight: 600;
}

.generic_feature_list .content-cis {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 12px;
}

.plan-title-strip {
  background-color: #275bee;
  color: white;
}

.plan-check {
  float: right;
  bottom: 46px;
  left: 10px;
  position: relative;
  color: limegreen;
  background: white;
  border-radius: 15px;
}

.plan-details:hover {
  z-index: 3;
  cursor: pointer;
}

.plan-details:hover .plan-card {
  opacity: 1;
  box-shadow: 0px 0px 20px 0px;
  border: 0px;
}

.plan-details:hover .generic_feature_list i {
  color: limegreen;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.plan-details.selected {
  z-index: 2;
}

.plan-details.selected .plan-card {
  opacity: 1;
  box-shadow: 0px 0px 20px 0px;
  border: 0px;
}

.plan-details.selected .generic_feature_list i {
  color: limegreen;
}

.plan-details.selected .plan-check {
  visibility: visible !important;
  z-index: 1;
}

.plans-content>div.plan-details:not(:last-child) {
  padding-right: 5px !important;
}

.border-right {
  border-right: 1px solid;
}

.checkout-strip {
  position: fixed;
  bottom: 0px;
  z-index: 4;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  width: 23.5%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-weight: 500;
  margin-top: 5px;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  z-index: 1;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid white;
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  background: #7d7d7d;
  color: white;
}

.progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 14px;
  left: -50%;
  z-index: -1;
  transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  content: '\2714';
  background: #55b776;
  color: white;
  transition: background 0.5s ease-in-out, content 0.5s ease-in-out;
}

.progressbar li.active+li:after {
  background-color: #55b776;
}

li.current:before {
  box-shadow: 0 0 6px 2px mediumseagreen;
  transition: box-shadow 0.2s ease-in-out;
}

/* .checkout-strip {
   max-height: 6.1vw;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.checkout-strip:hover {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.4s ease-in-out;
   height: auto;
  max-height: 7.9vw;
} */
.checkout-strip h5,
.checkout-strip h6 {
  font-weight: 700;
}

.checkout-strip .phone-type {
  font-weight: 500;
  font-size: 12px;
}

.checkout-strip .phone-type span {
  font-weight: 600;
  font-size: 14px;
}

.checkout-strip p {
  font-weight: 500;
  font-size: 12px;
}

.checkout-strip p span {
  font-weight: 600;
  font-size: 14px;
}

.checkout-strip h6 span.suffix {
  font-weight: 500;
  font-size: 12px;
}

.checkout-strip a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}

.checkout-strip:hover .extra-content {
  display: block;
  /* position: relative; */
  /* visibility: visible; */
}

.checkout-strip .display-none {
  display: none;
  /* position: absolute; */
  /* visibility: hidden; */
}

.select-color-opt {
  display: inline-block;
  border-radius: 15px;
  margin: 4px 4px 4px 0px;
  height: 17px;
  width: 17px;
  border: 1px solid white;
  position: relative;
  top: 3px;
}
