﻿
.back-home a {
    display: inline-block;
    font-weight: bold;
    position:relative;
    margin: 2% 0 0 7%;
    color: #000;
    padding-left: 20px;
}
    .back-home a:before {
        content: '';
        background: url('../img/pricing/icon-arrow.png') no-repeat center left;
        position: absolute;
        left: -5px;
        top: 4px;
        width: 18px;
        height: 18px;
        transform: rotate(180deg);
        background-size: 15px;
    }

    .section-renderforest {
        padding: 70px 0 50px;
        background: #F2F7F4 url('../img/pricing/bg.png');
    }


.tab-content .tab {
    display: none;
}

.tab-content .active {
    display: block;
}
.renderforest-title {
    margin-bottom: 50px;
}
.renderforest-title h2 {
    text-align: center;
    font-size: 48px;
    font-family: "Arimo";
    font-weight: bold;
    margin-top: 0;
}
.renderforest-title p{
    text-align:center;
}
    .tab-title {
        border-radius: 8px;
        background-color: #66B943;
        width: 100%;
        max-width: 316px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: relative;
        margin-bottom: 50px;
    }
.tab-title:after {
    content: "";
    position: absolute;
    width: 49%;
    top: 3px;
    left: 3px;
    transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    height: 87%;
    z-index: 0;
}
.tab-title .title-item {
    width: 50%;
}
.tab-title .title-item a {
    display: block;
    padding: 12px 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: color 200ms;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    user-select: none;
    text-align: center;
    color: #646464;
}
.tab-title .title-item.active a {
    color: #0F723A;
}
.tab-title.right:after {
    left: 50%;
}
.tab-title.left:after {
    left: 3px;
}
.inner-content {
    display: flex;
    justify-content: space-between;
}
.tariff-packages {
    width: 32%;
    background-color: #fff;
    box-shadow: 1px 1px 40px 0 rgba(132, 132, 132, 0.16);
    border-radius:16px;
    padding:40px
}
.tariff-packages h3{
    font-size:30px;
    font-weight:bold;
    margin:0 0 10px;
}
.tariff-packages h3 span {
    color: #F5222D;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #F5222D;
    vertical-align: middle;
    padding: 4px 5px;
    border-radius:6px;
    margin-left:10px
}
.price-number {
    display: flex;
    align-items: baseline;
    font-size:20px;
}
.price-number p {
    font-size: 36px;
    font-family: 'Arimo';
    margin: 0;
}
.price-number p small {
    font-size: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin-left:5px;
}
.discount-number{
    display:flex;
}
.discount-number .discount {
    margin-right: 10px;
    padding: 4px 7px;
    color: #fff;
    border-radius:6px;
    font-size:13px;
}
.discount-number .discount.red {
    background: #FF4D4F;
}
.discount-number .discount.black {
    background: #000;
}
.select-plan {
    margin-top: 40px;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #0F723A;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #0F723A;
    transition: 0.2s ease-in-out;
    margin-bottom: 30px;
}
.select-plan:hover {
    color: #171717;
    background-color:#fff;
}
.tariff-packages ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
    .tariff-packages ul li {
        margin-bottom: 10px;
        padding-left: 25px;
        background: url('../img/pricing/check.png') no-repeat center left;
    }
.section-comparePlans{
    padding:50px 0;
}
.section-comparePlans h2{
    margin:0;
    font-size:36px;
    font-weight:bold;
}
.section-comparePlans .col2 {
    width: 500px;
    display: flex;
}
.section-comparePlans .col2 .col2-item {
    width: 33.33%;
    text-align: center;
}
.font-bold {
    font-size: 20px;
    font-weight: bold;
}
.section-comparePlans .col2 .col2-item a {
    display: inline-block;
}
.buyNow{
    font-size:16px;
}
.bg-blue {
    padding: 17px 10px;
    background: #E2F5FF;
    color: #171717;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.wrap-item{
    padding:15px 0;
}
.section-emissions {
    padding: 50px 0 150px;
    background: url('../img/pricing/emissionsbg2.png'), url('../img/pricing/emissionsbg1.png');
    background-repeat: no-repeat;
    background-position:left 10% bottom 30%, right 10% top 10px;
}
.title-emissions h2 {
    text-align: center;
    font-size: 48px;
    color: #171717;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.section-emissions .content-emissions {
    width: 595px;
    margin: 0 auto;
    text-align: center;
    color: #646464;
}
.section-emissions .content-emissions a {
    display: inline-block;
    background-color: #0F723A;
    color: #fff;
    font-weight: bold;
    padding: 12px 37px;
    transition: 0.2s ease-in-out;
    border-radius: 8px;
    border: 1px solid #0F723A;
    margin-top: 20px;
}
.section-emissions .content-emissions a:hover {
    background-color: #fff;
    color: #0F723A;
}
.impressive-wrap {
    justify-content:space-between;
    padding-bottom:100px;
}
.impressive-wrap .impressive-item {
    width: 30%;
    background-color: #E2F5FF;
    border-radius:20px;
    text-align:center;
    padding:20px;
    
}
.impressive-wrap .impressive-item h3 {
    margin-top: 0;
    font-size: 36px;
    font-family: 'Arimo';
    font-weight: bold;
    color: #0F723A;
}
.impressive-wrap .impressive-item p {
    font-weight: bold;
    margin-bottom:0;
}
.p-header {
    text-align:center;
    padding:50px 0;
}
.payment-de {
    text-align: center;
    padding: 25px 0 50px;
}
.payment-wrap{
    display: flex;
    justify-content:space-between;
}
.payment-wrap .payment-choose {
    width:60%;
    padding-bottom: 50px;
}
.payment-wrap .payment-choose .payment-price {
    width: 35%
}
.payment-wrap .tab-title {
    margin-left: 0;
    margin-bottom: 30px;
}

.payment-detail h2,
.payment-wrap h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}
.radio-wrap {
    color: #171717;
    margin-bottom:20px;
}
    .radio-wrap p,
    .radio-wrap h3 {
        margin: 0 0  10px;
        color: #171717;

    }
.radio-wrap h3{
    font-weight:bold;
    font-size:20px;
}

    .radio-wrap h3 span {
        display: inline-block;
        padding: 5px;
        background-color: #FF4D4F;
        color: #fff;
        font-size: 13px;
        border-radius: 6px;
        font-weight: normal;
        vertical-align: middle;
        margin-left:5px;
    }





    .radio-wrap [type="radio"]:checked,
    .radio-wrap [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

.radio-wrap [type="radio"]:checked + label,
.radio-wrap [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio-wrap [type="radio"]:checked + label:before,
.radio-wrap [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
/*    top: 15px;*/
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
    .radio-wrap [type="radio"]:checked + label:before {
        background: #0F723A;
    }
    .radio-wrap [type="radio"]:checked + label:after,
    .radio-wrap [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 21px;
        left: 6px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.radio-wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-price strong {
    font-size:20px;
}

.radio-price span{
    /*    font-weight:bold;*/
    /*    margin-right:8px;*/
    margin-left: 5px;
}
.plan-price {
    margin-right: 5px;
}
.payment-wrap .payment-inner {
    width: 34%;
}
.payment-wrap .payment-price {
    width: 100%;
    box-shadow: 1px 1px 40px 0px rgba(132, 132, 132, 0.16);
    padding: 30px;
    border-radius: 16px;
}
.payment-wrap .payment-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E2E3;
}
.detail-package {
    padding: 15px 0 0;
    font-weight: bold;
    position: relative;
    cursor:pointer;
}
/*.detail-package::after {
    content: '';
    background: url('../img/pricing/icon-arrow.png') no-repeat center left;
    position:absolute;
    right:0;
    top:16px;
    width:18px;
    height:18px;
    transition:0.2s ease-in-out;
}*/
.accordian-cnt{
    display:none;
    padding-bottom:20px;
}
.accordian-cnt ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.accordian-cnt ul li {
    padding: 5px 20px 5px 25px;
    background: url('../img/pricing/check.png') no-repeat center left;
}
.payment-accordian .plan-feature {
    padding: 10px 0 15px;
    border-bottom: 1px solid #E1E2E3;
    margin-bottom: 20px;
}
.payment-accordian.active .accordian-title {
    border: none;
}
.payment-accordian.active .accordian-cnt {
    border-bottom: 1px solid #E1E2E3;
}
.payment-accordian.active .accordian-title::after {
    transform: rotate(-90deg);
}
.discount-code {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.discount-code input {
    border: 1px solid #E1E3E6;
    height: 44px;
    padding: 20px;
    border-radius: 8px;
}

    .discount-code button {
        border: 1px solid #E1E3E6;
        height: 44px;
        padding: 10px 15px;
        border-radius: 8px;
        color: #66696D;
    }
.discount-total {
    font-size:20px;
}
.tax_included {
    font-size: 11px;
    color: #66696D;
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
}

.pay-today .title span {
    color: #0F723A;
}
.pay-today {
    padding-top: 10px;
    border-top: 1px solid #E1E2E3;
}
.pay-price {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
}
.pay-price .description {
    color: #646464;
    font-size: 14px;
}
.btn-submit .submit {
    display: block;
    border: none;
    background-color: #0F723A;
    color: #fff;
    padding: 10px 24px;
    width: 100%;
    border-radius: 8px;
    margin-top: 20px;
    text-align:center;
}
.payment-detail .payment-choose .center-text p {
    text-align: center;
    margin-top: 0;
}
.payment-detail .pay-today p {
    font-size: 14px;
    color: #646464;
    text-align: center;
}
.transfer-information {
    width: 420px;
    margin: 0 auto;
}
.transfer-information p{
    margin: 0 0 10px;
}
.transfer-information .information-inner {
    background-color: #E1E3E6;
    padding: 17px 26px 9px;
    border-radius: 8px;
    margin-bottom: 35px;
    font-size: 14px;
}
.transfer-information .information-inner span {
    color: #66696D;
}
.QR-code{
    text-align:center;
}
.QR-title{
    font-size:20px;
}

@media screen and (max-width: 1100px) {
    .payment-wrap{
        flex-wrap:wrap;
    }
    .payment-wrap .payment-choose {
        width: 100%;
    }
    .payment-wrap .payment-inner {
        width: 100%;
    }
    .payment-wrap .payment-price {
        width: 100%;
    }
}



    @media screen and (max-width: 820px) {
        .inner-content {
            flex-wrap: wrap;
        }

        .tariff-packages {
            width: 100%;
            margin-bottom: 20px;
        }

        .renderforest-title h2 {
            font-size: 40px;
        }

        .section-comparePlans .col2 {
            width: 240px;
        }
    }

    @media screen and (max-width: 640px) {
        .section-renderforest {
            padding: 50px 0 50px;
        }

        .section-emissions .content-emissions {
            width: 100%;
        }

        .renderforest-title h2 {
            font-size: 28px;
        }

        .tariff-packages {
            padding: 25px;
        }

        .tariff-packages h3 {
            font-size: 24px;
        }

        .tariff-packages h3 span {
            font-size: 12px;
        }

        .price-number p {
            font-size: 34px;
        }

        .price-number {
            font-size: 16px;
        }

        .select-plan {
            margin-top: 20px;
        }

        .font-bold {
            font-size: 16px;
        }

        .buyNow {
            font-size: 12px;
        }

        .bg-blue {
            font-size: 18px;
        }

        .section-comparePlans h2 {
            font-size: 18px;
        }

        .wrap-item {
            font-size: 13px;
        }

        .title-emissions h2 {
            font-size: 28px;
        }

        .section-emissions {
            padding: 10px 0 80px;
        }

        .section-emissions {
            background: transparent;
        }

        .impressive-wrap {
            flex-wrap: wrap;
        }

        .impressive-wrap .impressive-item {
            width: 100%;
            margin-bottom: 20px;
            padding: 5px 20px 20px;
        }

        .impressive-wrap .impressive-item h3 {
            font-size: 30px;
        }
    }
@media screen and (max-width: 560px) {
    .transfer-information{
        width:100%;
    }
    .payment-wrap .payment-price {
        padding: 20px;
    }
    .radio-wrap [type="radio"]:checked + label,
    .radio-wrap [type="radio"]:not(:checked) + label {
        width: 100%;
    }
    .radio-price strong {
        font-size: 16px;
    }
    .radio-wrap h3 {
        font-size: 18px;
    }
    .radio-wrap {
        flex-wrap: wrap;
        display:block !important;
    }
    .radio-price {
        display: block;
        text-align: right;
    }
    .discount-code input {
        width: 60%;
    }
    .pay-price .description {
        font-size: 12px;
    }
}