.green-design h1,
.green-design h2,
.green-design h3,
.green-design h4,
.green-design h5 {
    font-family: Oswald;
}

.green-design h1 {
    font-size: 3.4em;
    margin-bottom: 30px;
}

.green-design .h-green {
    color: #28a745;
    text-shadow: 4px 4px 3px #8080809c;
    -webkit-text-stroke: 2px white;
}

.green-design .green {
    color: #28a745;
}

.green-design .ribbons-background {
    background-image: url('/static/images/home_page/green-ribbons.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
}

.green-design .margin-images img {
    margin-top: 20px;
}

.green-design .core-values .well {
    background-color: #fce7d7;
    border-radius: 40px;
}

.green-design .core-values .well h4 {
    height: 40px;
}

.green-design hr.separator {
    background-color: #228b22;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
}

.green-design .roots-background {
    background-color: #f0f4d3;
}

.green-design .well-mission-roots {
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.green-design .welcome-well {
    background-color: #f0f4d3;
    border-radius: 40px;
}

@media (min-width: 992px) {
    .green-design .img-width-90 {
        max-width: 92%;
    }
}

.leaves-background {
    background-image: url('/static/images/home_page/leaves.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40%;
}

.green-design .well-subscription {
    border-radius: 40px;
    margin-bottom: 40px;
}

.green-design .well-subscription-15 {
    background-image: linear-gradient(to right, #36a5ff, #002f7a);
}

.green-design .well-subscription-40 {
    background-image: linear-gradient(to right, #aaaaaa, #515151);
}

.green-design .well-subscription-45 {
    background-image: linear-gradient(to right, #8bd691, #0a7e0f);
}

.green-design .well-subscription-50 {
    background-image: linear-gradient(to right, #f2ba5e, #f18507);
}

@media (min-width: 800px) {
    .green-design .short-description {
        min-height: 130px;
    }
}

.green-design .subscription-shadow {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 35px 30px -30px;
}

.green-design .review-shadow {
    box-shadow: rgba(0, 0, 0, 0.85) 0px 35px 30px -30px;
}

.green-design .membership-name {
    font-size: 18px;
}

.green-design span.price {
    font-size: 56px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

.green-design span.old-price {
    padding-bottom: 30px;
    vertical-align: middle;
    color: #ff2e2f;
}

.green-design .padding-lr-20 {
    padding: 0px 30px;
}

.green-design .padding-lr-10 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.green-design .btn-choose-plan {
    margin-bottom: -15px;
}

.green-design .light-green {
    background-color: #d7f8c3;
    padding: 10px 30px;
}

.green-design .subscription-title {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

@media (max-width: 1500px) {
    .green-design .visible-xlg {
        display: none;
    }
}

.green-design .subscription-badge {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 150px;
}

@media (min-width: 768px) {
  .green-design .subscription-badge {
    right: 30%;
    top: -35px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .green-design .subscription-block {
    min-height: 750px;
  }
}

.green-design .main-steps {
    background-color: white;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.green-design .prices {
    background-color: #ffdb66;
    width: 90%;
    margin-left: -5px;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.green-design #success_images .flexslider .slides > li {
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.85) 0px 35px 30px -30px;
    margin-bottom: 40px;
}
