/* tabs */
.loyalty-tabs {
  margin: 30px 0 90px;
  float: left;
  width: 100%;
}

.tab-left,
.tab-right {
  width: 50%;
  float: left;
  padding: 0 0 0 30px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.loyalty-tabs .nav-pills > li {
  margin-right: -3px;
}

.nav-stacked > li {
  float: none;
}

.loyalty-tabs .nav-pills > li a {
  color: #2b2d43;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  padding-left: 1px;
}

.loyalty-tabs .nav-pills > li.active > a,
.loyalty-tabs .nav-pills > li.active > a:focus,
.loyalty-tabs .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #d54123;
  border-right: 3px solid #d54123;
  font-weight: 700;
}

.loyalty-tabs .nav-pills > li a i {
  font-size: 30px;
  font-weight: 100;
  height: 45px;
  width: 45px;
  line-height: 30px;
  margin-right: 30px;
}

.loyalty-tabs .nav-pills > li a span {
  position: relative;
  top: -4px;
}

.tab-right {
  padding: 50px 0 0 29px;
}

.tab-content > .active {
  display: block;
}

.cont-desc {
  color: #37394c;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
}

.cont-desc:last-child {
  padding-bottom: 10px;
}

.cont-heading i {
  font-size: 70px;
}

.tab-right .active.in .cont-heading i {
  color: #d54123;
}

.cont-heading h2 {
  font-size: 30px;
  margin: 28px 0 30px;
  color: #37394c;
  font-weight: 700;
}

.loyalty-tabs .nav-pills > li {
  margin-right: -3px;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.plan-list {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding: 30px;
}

.plan-wrap {
  width: 25%;
  float: left;
  background-color: #fff;
  min-height: 860px;
}

.tab-left {
  border-right: 3px solid #e7e7e7;
}

.plan-wrap ul {
  margin: 0;
  padding: 0;
}

.plan-wrap ul li:nth-child(odd) {
  background-color: #f4f6f7;
}

.plan-wrap ul li:nth-child(3),
.plan-wrap ul li:nth-child(4),
.plan-wrap ul li:nth-child(7),
.plan-wrap ul li:nth-child(12) {
  min-height: 95px;
}

.plan-wrap ul li {
  padding: 12px 20px;
  height: 65px;
  list-style: none;
  font-size: 14px;
  color: #37394c;
}

.plan-wrap {
  width: 20%;
  float: left;
  background-color: #fff;
  min-height: 860px;
}

.silver,
.gold,
.platinum,
.pre {
  box-shadow: 0 2px 11px 0 #c2c3c4;
  -webkit-box-shadow: 0 2px 11px 0 #c2c3c4;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gold,
.platinum,
.silver {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.plan-hed {
  font-size: 21px;
  min-height: 106px;
  padding: 20px;
  font-weight: 700;
  color: #37394c;
  margin: 0 0 20px;
  background-position: center center !important;
}

.pre .plan-hed {
  background: url(../img/1.png) no-repeat;
  background-size: cover;
  margin: -3px -15px 20px;

  color: #fff;
}

.silver .plan-hed {
  background: url(../img/2.png) no-repeat;
  background-size: cover;
  margin: -3px -15px 20px;

  color: #fff;
}

.plan-hed,
.silver .plan-hed,
.gold .plan-hed,
.platinum .plan-hed {
  margin-bottom: 15px;
}

.gold .plan-hed {
  background: url(../img/3.png) no-repeat;
  background-size: cover;
  margin: -3px -15px 20px;

  color: #fff;
}

.platinum .plan-hed {
  background: url(../img/4.png) no-repeat;
  background-size: cover;
  margin: -3px -15px 20px;

  color: #fff;
}

.plan-hvr:hover,
.actv {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.plan-wrap:not(:first-child) {
  text-align: center;
}

.plan-list:hover .plan-hvr:hover {
  z-index: 5;
  position: relative;
}

.pre-cost span {
  color: #959595;
}

.silver-cost span {
  color: #ff5c01;
}

.gold-cost span {
  color: #6dc1b3;
}

.plat-cost span {
  color: #464d51;
}

.plan-wrap:not(:first-child) ul li:last-child {
  font-size: 20px;
  font-weight: 600;
}

.plan-wrap:first-child ul li:last-child {
  font-size: 15px;
}

#features .container,
#price-wrap .container {
  background: #fff;
}

#features {
  margin-bottom: 15px;
}

.txt-hed {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
  .tab-left {
    width: 55%;
    float: left;
  }

  .loyalty-tabs .nav-pills > li a {
    font-size: 14px;
    padding: 0;
  }

  .loyalty-tabs .nav-pills > li a i {
    font-size: 20px;
    margin-right: 0;
  }

  .loyalty-tabs .nav-pills > li a span {
    top: 0;
  }

  .tab-right {
    width: 45%;
  }

  .cont-heading i {
    font-size: 50px;
  }

  .cont-heading h2 {
    font-size: 20px;
    margin: 15px 0;
  }

  .cont-desc {
    font-size: 14px;
    line-height: 25px;
  }

  .plan-list {
    position: relative;
    z-index: 2;
    display: block;
    width: 1200px;
    padding: 0;
    margin-top: 32px;
  }

  .price-wrap .plan-wrap {
    width: 20%;
    min-height: 640px !important;
  }

  .planListCntnr {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .planListCntnr {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .panel-default .panel-heading {
    background-color: #fff;
  }

  .tab-left {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .loyalty-tabs .panel-title span {
    margin-left: 10px;
    font-size: 14px;
  }

  .loyalty-tabs {
    margin: 30px 0;
    float: none;
    width: 100%;
  }

  #price-wrap .container {
    padding: 0 30px;
    padding-bottom: 15px;
  }

  .loyalty-tabs a:focus {
    text-decoration: none;
    color: rgb(237, 86, 1);
  }

  .tab-right {
    width: 100%;
  }

  .tab-left {
    border-right: 0;
  }
}
