body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  font-family:'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: #489fd9;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #8e5ebf;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.button.app-button {
  width: 150px;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 17px;
  background-color: #333;
}
.button.app-button:hover {
  background-color: #912820;
}
.button.checkout-button {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #f44336;
  font-size: 16px;
  font-weight: 600;
}
.button.checkout-button:hover {
  background-color: white;
  color: #f44336;
  font-weight: 400;
}
.button.cart-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border: 3px solid white;
  background-color: transparent;
  font-size: 14px;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.section.hero {
  padding-bottom: 0px;
  background-image: url("../img/payment/background.890d93d63b97.jpg");
  background-size: cover;
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  background-color: #f5f6f7;
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}
.section.purple {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f44336;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #f02e4e;
}
.nav-column {
  text-align: right;
}
.hero-header {
  margin-top: 130px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 42px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #ff5917;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
}
.center {
  text-align: center;
}
.navbar {
  padding-top: 39px;
  padding-bottom: 39px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px -2px 10px 0px;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #745785;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.button-block {
  margin-top: 17px;
}
.logo {
  margin-right: 12px;
  float: left;
}
.tab-header-wrapper {
  width: 100%;
  background-color: #eee;
}
.tab-div {
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  font-size: 14px;
  text-align: center;
}
.tab-div.w--current {
  border-bottom: 3px solid #f44336;
  background-color: #fafafa;
  color: #f44336;
  font-weight: 600;
}
.tab-content-wrapper {
  border-bottom: 3px solid #f44336;
  background-color: #fafafa;
}
.tab-content-col {
  display: inline-block;
  width: 50%;
  padding: 35px 20px;
  float: left;
  clear: none;
}
.plan-desc {
  font-family:'Open Sans', sans-serif;
  text-align: left;
}
.weighloss {
  margin-top: 30px;
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}
.plan-price {
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.plan-title {
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 400;
  text-transform: none;
}
.feature-list-item {
  margin-bottom: 10px;
  padding: 10px;
  list-style-type: none;
}
.feature-list-item.white-bg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: whitesmoke;
}
.feature-text {
  display: inline-block;
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.feature-icon {
  width: 30px;
  margin-right: 20px;
}
.features-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  list-style-type: none;
}
.feature-list-wrapper {
  padding-left: 0px;
}
.red {
  color: #f44336;
}
.checkout-title {
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
}
.plan-type-text {
  margin-top: 20px;
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.plan-customiser-wrapper {
  margin-top: 20px;
  border-bottom: 3px none #f44336;
  background-color: white;
}
.field-label {
  margin-bottom: 15px;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.customize-col {
  padding: 20px 15px;
  background-color: white;
}
.customize-col.col-1 {
  background-color: #fafafa;
}
.customize-col.col-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 20px;
  background-color: #fcfcfc;
}
.month-radio {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.month-discount {
  margin-top: 20px;
  padding: 5px;
}
.discout-icon-wrapper {
  display: inline-block;
  width: 25%;
  height: 70px;
  float: left;
  clear: both;
  border-radius: 50%;
  background-color: #f44336;
}
.discount-icon-label {
  padding-top: 11px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.month-discount-text-wrap {
  display: inline-block;
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
}
.expert-checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.expert-checkbox.device {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.expert-checkbox-selector {
  margin-top: 8px;
  margin-left: 0px;
  float: right;
  border: 1px solid black;
}
.expert-checkbox-selector.decice-checkbox {
  margin-top: 18px;
}
.exper-icon {
  width: 35px;
  margin-right: 15px;
}
.discount-text {
  font-size: 14px;
  text-align: left;
}
.dicount-span {
  font-size: 16px;
  font-weight: 600;
}
.device-total-text {
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.cart-div {
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 15px 25px 5px;
  background-color: #f44336;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 6px 1px;
}
.cart-toal-div {
  display: block;
  float: left;
  margin-left: 14%;
}
.cart-checkout-div {
  display: inline-block;
  margin-left: 20px;
  float: right;
}
.cart-total-text {
  display: block;
  margin-top: -20px;
  margin-bottom: 10px;
  clear: both;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 300;
}
.customize-section {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 50px;
}
.slide-1 {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 21%, rgba(255, 255, 255, 0)), url("../img/payment/Slider-image1.1e3036060b55.png");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.49) 21%, rgba(255, 255, 255, 0)), url("../img/payment/Slider-image1.1e3036060b55.png");
  background-position: 0% 0%, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.slide-title {
  margin-top: 172px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  list-style-type: none;
}
.slide-para {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  color: white;
  text-align: center;
}
.slider-pagination {
  opacity: 0.74;
}
.slide-2 {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 32%, rgba(255, 255, 255, 0)), url("../img/payment/customised-diet.ef22b1379172.png");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.49) 32%, rgba(255, 255, 255, 0)), url("../img/payment/customised-diet.ef22b1379172.png");
}
.slide-3 {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 27%, rgba(255, 255, 255, 0)), url("../img/payment/Group-COaching.d8bc6f9b53d2.png");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.49) 27%, rgba(255, 255, 255, 0)), url("../img/payment/Group-COaching.d8bc6f9b53d2.png");
  background-size: auto, cover;
}
.slide-4 {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 12%, rgba(255, 255, 255, 0)), url("../img/payment/experts.1594708fb903.png");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.49) 12%, rgba(255, 255, 255, 0)), url("../img/payment/experts.1594708fb903.png");
  background-size: auto, cover;
}
.slider-nav {
  opacity: 0.3;
}
.coupon-code-div {
  display: inline-block;
  width: 50%;
  float: left;
  height: 40px;
}
.coupon-text-field {
  display: inline-block;
  width: 45%;
  float: left;
  margin-top: 5px;
}
.coupon-submit {
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-radius: 6px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.18) 4px 4px 16px 0px;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  font-family:'Open Sans', sans-serif;
  color: #f44336;
  font-weight: 700;
}
.coupon-submit:hover {
  background-color: #cc3429;
  box-shadow: rgba(0, 0, 0, 0.18) 3px 3px 9px 1px;
  color: white;
}
.coupon-field-label {
  font-family:'Open Sans', sans-serif;
  color: white;
}
.cart-total-nodisc {
  display: inline-block;
  margin-bottom: -15px;
  float: left;
  clear: left;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}
.coupon-form-wrapper {
  display: none;
  opacity: 0.4;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.coupon-code-block {
  width: 80%;
  padding: 20px 10px 20px 30px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.coupon-text {
  float: left;
  color: white;
  font-size: 17px;
  text-decoration: none;
}
.close-form-div {
  display: inline-block;
  width: 30px;
  margin-top: 5px;
  margin-left: 20px;
  float: left;
}
.gplay-nutton-icon {
  padding-top: 3px;
  padding-bottom: 3px;
}

.mt20 {
  margin-top: 20px;
}

.w-form md-checkbox{
  padding-left: 0;
}

.w-form md-checkbox .md-container{
  position: relative;
  top: 27px;
  float: right;
}

.phone-no-input {
  font-size: 14px;
  width: 25%;
}

.email-id-input {
  font-size: 14px;
  width: 25%;
  margin-left: 30%;
  margin-top: -6%;
}

.coupon-input {
  font-size: 16px;
  width: 75%;
  color: #ccc;
}

.coupon-code-applied {
  margin-top: 20px;
  width: 50%;
  display: inline-block;
}

.coupon-code-applied .md-whiteframe-z1 {
  height: 40px;
  font-size: 14px;
}

.coupon-code-div md-icon {
  cursor: pointer;
  margin-top: 25px;
  vertical-align: top;
}

.md-whiteframe-z4.pay-btn {
  border-radius: 2px;
  background-color: #fff;
  color: #f44336;
}

.checkout-form button {
  border: none;
  background-color: rgba(0,0,0,0);
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .feature-text {
    width: 76%;
    text-align: left;
  }
  .discout-icon-wrapper {
    width: 30%;
    height: auto;
  }
  .discount-icon-label {
    height: auto;
  }
  .customize-section {
    padding-bottom: 112px;
  }
  .slide-para {
    width: 60%;
  }
  .coupon-code-div {
    width: 60%;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .tab-div {
    position: static;
    display: inline-block;
    width: 30%;
  }
  .tab-div.w--current {
    width: 30%;
    margin-left: 0px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    background-color: #fafafa;
    color: #f44336;
  }
  .tab-content-col {
    display: block;
    width: 100%;
  }
  .checkout-title {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .plan-type-text {
    text-align: center;
  }
  .field-label {
    text-align: center;
  }
  .month-discount {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .discout-icon-wrapper {
    width: 71px;
    height: auto;
  }
  .month-discount-text-wrap {
    width: 86%;
  }
  .discount-text {
    width: 100%;
    margin-top: 13px;
    padding-left: 0px;
    float: none;
    clear: none;
  }
  .cart-total-text {
    font-size: 32px;
  }
  .slide-para {
    width: 80%;
  }
  .coupon-code-div {
    display: block;
    width: 100%;
  }
  .duration-col {
    display: inline-block;
    width: 50%;
  }
  .coupon-code-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .coupon-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .customize-section {
    text-align: center;
    padding-bottom: 0;
  }

  .cart-toal-div {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 30px;
  }

  .phone-no-input {
    font-size: 14px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    color: white;
    text-align: center;
  }
  .button.cart-button {
    margin-top: 29px;
    padding: 5px 15px;
    font-size: 12px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .footer-text {
    color: #333;
  }
  .tab-header-wrapper {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-div {
    position: static;
    display: inline-block;
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    font-size: 13px;
  }
  .tab-div.w--current {
    position: static;
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
    width: 29%;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    clear: none;
    border-bottom: 3px solid #f44336;
    background-color: #fafafa;
    color: #f44336;
    font-size: 12px;
    text-align: center;
  }
  .tab-content-col {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .plan-desc {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .weighloss {
    color: #333;
    text-align: center;
  }
  .feature-list-item.white-bg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .feature-text {
    color: #333;
    font-size: 12px;
  }
  .feature-list-wrapper {
    width: auto;
  }
  .checkout-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    text-align: center;
  }
  .plan-type-text {
    text-align: center;
  }
  .field-label {
    text-align: center;
  }
  .month-radio {
    margin-left: 15px;
    font-size: 14px;
    text-align: left;
  }
  .discout-icon-wrapper {
    width: 70px;
  }
  .discount-icon-label {
    font-size: 24px;
  }
  .month-discount-text-wrap {
    width: 71%;
  }
  .expert-checkbox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .expert-checkbox.device {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .expert-checkbox-selector.decice-checkbox {
    margin-top: 19px;
  }
  .discount-text {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    color: #333;
    font-size: 13px;
  }
  .dicount-span {
    font-size: 14px;
  }
  .device-total-text {
    padding-right: 0px;
    color: #333;
    font-size: 13px;
    text-align: center;
  }
  .cart-div {
    padding: 10px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px -2px 6px 0px;
  }
  .cart-checkout-div {
    margin-top: 35px;
    margin-right: 8px;
    margin-left: 15px;
  }
  .cart-total-text {
    font-size: 26px;
  }

  .coupon-code-applied {
    float: left;
  }
  .clear-coupon {
    float: left;
  }

  .slide-1 {
    background-position: 0% 0%, 50% 100%;
    background-size: auto, cover;
  }
  .slide-title {
    margin-top: 180px;
    font-size: 18px;
  }
  .slide-para {
    width: 90%;
    font-size: 12px;
    line-height: 15px;
  }
  .slider-pagination {
    display: block;
    width: 32%;
    height: 40px;
    opacity: 0.39;
  }
  .slide-2 {
    background-position: 0% 0%, 50% 0px;
    background-repeat: repeat, no-repeat;
  }
  .slide-3 {
    background-position: 0% 0%, 50% 0px;
  }
  .slide-4 {
    background-position: 0% 0%, 50% 0px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .slider-nav {
    display: none;
  }
  .coupon-code-div {
    display: block;
    width: 100%;
  }
  .coupon-text-field {
    width: 61%;
    font-size: 12px;
  }
  .coupon-submit {
    margin-top: 3px;
    margin-left: 10px;
    padding: 10px 15px;
    font-size: 10px;
  }
  .cart-total-nodisc {
    margin-bottom: -20px;
  }
  .tab-labels {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .duration-col {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .coupon-form-wrapper {
    display: none;
    opacity: 0.4;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .coupon-code-block {
    width: 100%;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 11px;
    text-align: center;
  }
  .coupon-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }
  .close-form-div {
    margin-left: 15px;
    float: right;
  }
  .success-form {
    background-color: transparent;
  }
  .form-sucess-text {
    width: 80%;
    float: left;
    text-align: left;
  }
  .form-error-div {
    background-color: transparent;
    color: white;
  }
}
