/* Common styles */

.no-border{
border: none !important;
}



.bg-7 {
    color: #C3E9F5;
    background: linear-gradient(45deg, #7e67e5, #057FD2);
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
    padding-top: 3em;
}

.pricing a:hover {
    text-decoration: none;
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 220px;
    flex: 0 1 350px;
}

.pricing__feature-list {
    text-align: left;
}

.pricing__action {
    color: inherit;
    border: none;
    background: none;
}

.pricing__action:focus {
    outline: none;
}


/* Individual styles */


/* Sonam */

.pricing--sonam .pricing__item {
    margin: 1em;
    padding: 2em;
    cursor: default;
    border-radius: 10px;
    background: #1F1F1F;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.pricing--sonam .pricing__item:hover {
    background: #141315;
}

.pricing--sonam .pricing__title {
    font-size: 2em;
    width: 100%;
    margin: 0 0 0.25em;
    padding: 0 0 0.5em;
    border-bottom: 3px solid rgb(27, 26, 28);
}

.pricing--sonam .pricing__price {
    color: #E06060;
    font-size: 1.75em;
    padding: 1em 0 0.75em;
}
.pricing__sentence .opacity{
    opacity: 0.3;
}
.pricing--sonam .pricing__sentence {
    font-weight: bold;
}

.pricing--sonam .pricing__feature-list {
    margin: 0;
    padding: 1em 1.25em 2em;
}

.pricing--sonam .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    border-radius: 5px;
    background: #E06060;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
    background: #BD3C3C;
}


/* Jinpa */

.pricing--jinpa .pricing__item {
    margin: 1.5em 0;
    padding: 2em;
    cursor: default;
    color: #fff;
    border: 1px solid #CBFFC8;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
}

.pricing--jinpa .pricing__item:hover {
    color: #444;
    background: #CBFFC8;
}

.pricing--jinpa .pricing__title {
    font-size: 2em;
    width: 100%;
    margin: 0;
    padding: 0;
}

.pricing--jinpa .pricing__price {
    font-size: 1.45em;
    font-weight: bold;
    line-height: 95px;
    width: 100px;
    height: 100px;
    margin: 1.15em auto 1em;
    border-radius: 50%;
    background: #ea716e;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.pricing--jinpa .pricing__item:first-child .pricing__price {
    background: #eac36e;
}

.pricing--jinpa .pricing__item:nth-child(2) .pricing__price {
    background: #eaa36e;
}

.pricing--jinpa .pricing__item:hover .pricing__price {
    color: #fff;
    background: #82C57E;
}

.pricing--jinpa .pricing__sentence {
    font-weight: bold;
}

.pricing--jinpa .pricing__feature-list {
    margin: 0;
    padding: 1em 1em 2em 1em;
    list-style: none;
    text-align: center;
}

.pricing--jinpa .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    opacity: 0;
    color: #fff;
    background: #82C57E;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .pricing__item:hover .pricing__action {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
    background: #6EA76B;
}

@media screen and (max-width: 60em) {
    .pricing--jinpa .pricing__item {
        max-width: none;
        width: 90%;
        flex: none;
    }
    .pricing--jinpa .pricing__item:nth-child(2) {
        border: 1px solid #fff;
    }
}


/* Tenzin */

.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2.5em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    border-top: 4px solid #EEF0F3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    box-shadow: -2px 3px 17px 3px rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.pricing--tenzin .pricing__item:hover {
    border-color: #057fd7;
}

.pricing--tenzin .pricing__title {
    font-size: 1.7em;
    margin: 0 0 0.7em;
}

.pricing--tenzin .pricing__title span {
    /* font-size: 1.6em;
    color: #057fd7;
    margin-right: 8px; */
    background: url('../images/home/medal.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 26px;
    margin: -5px 4px;
    float: right;
}

.pricing--tenzin .pricing__price {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0.5em 0 0.75em;
    border-top: 5px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__currency {
    font-size: 0.9em;
    /* vertical-align: super; */
}

.pricing--tenzin .pricing__sentence {
    font-weight: 400;
    font-size: 1em;
    padding: 0 0 0.5em;
    color: #000;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
    font-size: 0.85em;
    /* font-style: italic; */
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: left;
    color: #000;
}

.pricing--tenzin .pricing__feature-list li {
    opacity: 0.3;
    padding-left: 20px;
}

.pricing--tenzin .pricing__feature-list li.check {
    opacity: 1;
    padding-left: 0px;
}

.pricing--tenzin .pricing__feature-list li.check:before {
    content: '';
    background: url(../images/right-arrow1.png) no-repeat;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 3px;
    clear: both;
    background-position: 0px 4px;
    line-height: 20px;
}

.pricing--tenzin .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    /* margin-left: 0;
    margin-right: 0; */
    color: #000;
    /* border-radius: 30px; */
    /* background: #ffda00; */
    background: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--tenzin .pricing__action:hover,
.pricing--tenzin .pricing__action:focus {
    background-color: #057fd7;
}

.pricing__action:before {
    right: -3px!important;
    top: -4px!important;
}


/* Yama */

.pricing--yama .pricing__item {
    margin: 1em;
    padding: 0 0 2em;
    color: #fff;
    background: #1e1c20;
}

.pricing--yama .pricing__title {
    font-size: 2.35em;
    font-weight: 900;
    line-height: 1;
    width: 290px;
    margin: 0 auto;
    padding: 1em 1em 0em;
}

.pricing__amp {
    padding: 0.15em 0 0.1em;
    color: #0f0e0f;
}

.pricing--yama .pricing__sentence {
    margin-bottom: 2em;
    color: #555357;
}

.pricing--yama .pricing__price {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0.75em;
    cursor: default;
    color: #ef7d46;
    background: #1a181b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--yama .pricing__item:hover .pricing__price {
    color: #fff;
}

.pricing--yama .pricing__price::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #141315;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(40deg);
    transform: translate3d(-150%, 0, 0) skewX(40deg);
}

.pricing--yama .pricing__item:hover .pricing__price::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) skewX(0deg);
    transform: translate3d(0, 0, 0) skewX(0deg);
}

.pricing--yama .pricing__period {
    font-size: 0.5em;
    font-weight: normal;
    display: block;
    color: #2a272c;
}

.pricing--yama .pricing__feature-list {
    margin: 0;
    padding: 2em 1em;
    list-style: none;
    text-align: center;
    color: #6a6563;
}

.pricing--yama .pricing__action {
    font-weight: bold;
    margin: 0 2em;
    padding: 1em 2em;
    border-radius: 4px;
    background: #ef7d46;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--yama .pricing__action:hover,
.pricing--yama .pricing__action:focus {
    color: #ef7d46;
    background: #fff;
}


/* Rabten */

.pricing--rabten .pricing__item {
    padding: 2em 4em;
    cursor: default;
    color: #fff;
    max-width: 320px;
}

.pricing--rabten .pricing__item:last-child {
    border-right: none;
    border-left: none;
    cursor: pointer;
}

.pricing--rabten .pricing__title {
    font-size: 20px;
    margin: 0.5em 0 0;
    font-weight: bold;
}

.pricing--rabten .icon {
    font-size: 2.5em;
    color: #8b909d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
    color: #E03E3E;
}

.pricing--rabten .pricing__price {
    font-size: 2em;
    font-weight: bold;
    margin: 0.1em 0 0.1em;
    overflow: hidden;
}

.pricing--rabten .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--rabten .pricing__period {
    font-size: 0.35em;
    color: #8b909d;
}

.pricing--rabten .pricing__anim {
    display: inline-block;
    position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pricing--rabten .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
    font-size: 14px;
    margin: 0;
    padding: 0.25em 0 0.5em;
    list-style: none;
    text-align: center;
    color: #000;
}

.pricing--rabten .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #E03E3E;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
    background-color: #C53737;
}

@media screen and (max-width: 60em) {
    .pricing--rabten .pricing__item {
        max-width: none;
        width: 90%;
        flex: none;
        border: none !important;
        opacity: 1 !important;
    }
}


/* Pema */

.pricing--pema .pricing__item {
    padding: 2em 3em;
    margin: 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 66.250em) {
    .pricing--pema .pricing__item {
        margin: 1.5em 0;
    }
    .pricing--pema .pricing__item--featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em;
    }
}

.pricing--pema .pricing__title {
    font-size: 2em;
    margin: 0.5em 0 0;
    color: #1d211f;
}

.pricing--pema .icon {
    display: inline-block;
    min-width: 2em;
    color: #8A9790;
    vertical-align: middle;
}

.pricing--pema .pricing__price {
    font-size: 5em;
    font-weight: 800;
    color: #6ed19c;
    position: relative;
    z-index: 100;
}

.pricing--pema .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--pema .pricing__period {
    font-size: 0.25em;
    display: inline-block;
    padding: 0 0 0 0.5em;
    color: #CEDED6;
}

.pricing--pema .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #6ed19c;
}

.pricing--pema .pricing__feature-list {
    font-size: 0.95em;
    margin: 0;
    padding: 1.5em 0.5em 2.5em;
    list-style: none;
}

.pricing--pema .pricing__feature {
    padding: 0.15em 0;
}

.pricing--pema .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #6ed19c;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
    background-color: #4F5F56;
}


/* karma */

.pricing--karma .pricing__item {
    margin: 1em;
    color: #382628;
    background: #fff;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 2px solid #382628;
    border-radius: 5px;
}

.pricing--karma .pricing__title {
    font-size: 1em;
    font-weight: 700;
    margin: 0.5em 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}

.pricing--karma .icon {
    display: inline-block;
    min-width: 2em;
}

.pricing--karma .pricing__price {
    font-size: 3em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: bold;
    border: 2px solid #382628;
    position: relative;
    z-index: 100;
}

.pricing--karma .pricing__item--featured .pricing__price::after {
    background: url(../img/stamp.png);
    background-size: cover;
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}

.pricing--karma .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--karma .pricing__period {
    font-size: 0.25em;
    display: block;
    padding: 1em;
    margin-top: 1.25em;
    border-top: 2px solid #382628;
}

.pricing--karma .pricing__sentence {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    border-bottom: 2px solid #382628;
}

.pricing--karma .pricing__feature-list {
    font-size: 0.85em;
    margin: 0;
    letter-spacing: 0;
    padding: 0 1em 2.5em 4em;
    list-style-type: square;
}

.pricing--karma .pricing__action {
    font-weight: bold;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #382628;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #382628;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--karma .pricing__action:hover,
.pricing--karma .pricing__action:focus {
    background-color: #ffdbd5;
    color: #382628;
}


/* norbu */

.pricing--norbu .pricing__item {
    margin: 0.5em;
    color: #fff;
    cursor: default;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
}

.pricing--norbu .pricing__item:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.18);
}

.pricing--norbu .pricing__title {
    font-size: 2em;
    font-weight: 400;
    margin: 0.5em 0;
    padding: 1em;
    position: relative;
}

.pricing--norbu .pricing__title::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background: #fff;
    left: 40%;
    bottom: 0;
}

.pricing--norbu .icon {
    display: inline-block;
    min-width: 2em;
}

.pricing--norbu .pricing__price {
    font-size: 3.5em;
    padding: 0.5em 0 0 0;
    font-weight: 400;
    position: relative;
    z-index: 100;
}

.pricing--norbu .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--norbu .pricing__period {
    font-size: 0.30em;
    display: block;
    padding: 1em;
    margin-top: -13px;
}

.pricing--norbu .pricing__sentence {
    padding: 1em 2em;
    font-size: 1em;
    margin: 0 auto 1em;
}

.pricing--norbu .pricing__feature-list {
    font-size: 1.15em;
    margin: 0 2em;
    letter-spacing: 0;
    padding: 2em 0;
    list-style: none;
}

.pricing--norbu .pricing__feature {
    line-height: 1.4;
}

.pricing--norbu .pricing__feature::before {
    content: "\e87a";
    font-family: 'linearicons';
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.75em 0 0;
}

.pricing--norbu .pricing__action {
    font-weight: bold;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
    background: #fff;
}


/* Dawa */

.pricing--dawa .pricing__item {
    padding: 0 2em;
}

.pricing--dawa .pricing__title {
    font-weight: bold;
    font-size: 1.8em;
    padding: 0 0 0.5em;
    background: url(../img/line.png) no-repeat 50% 100%;
}

.pricing--dawa .pricing__price {
    font-size: 3.75em;
    line-height: 1;
    margin: 1em 0 0.65em;
}

.pricing--dawa .pricing__period {
    font-size: 0.25em;
    display: block;
}

.pricing--dawa .pricing__sentence {
    margin: 0;
}

.pricing--dawa .pricing__feature-list {
    margin: 0 0 1.5em;
    padding: 1em;
    list-style: none;
    text-align: center;
}

.pricing--dawa .pricing__action {
    border-radius: 30px;
    font-size: 1.5em;
    padding: 0.5em 1.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--dawa .pricing__action:hover,
.pricing--dawa .pricing__action:focus {
    color: #fffa5c;
}

@media screen and (max-width: 40em) {
    .pricing--dawa .pricing__item {
        border: 1px solid rgba(255, 255, 255, 0.6);
        margin: 1em;
    }
}


/* Yonten */

.pricing--yonten .pricing__item {
    padding: 2em 4em;
    cursor: default;
    color: #fff;
    margin: 1em;
    border: 1px solid #5c6552;
    max-width: 320px;
}

@media screen and (min-width: 66.250em) {
    .pricing--yonten .pricing__item {
        margin: 0;
    }
    .pricing--yonten .pricing__item:nth-child(2) {
        border-right: none;
        border-left: none;
    }
}

.pricing--yonten .pricing__item:hover {
    z-index: 100;
}

.pricing--yonten .pricing__item:hover::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 5px solid #8bc34a;
}

.pricing--yonten .pricing__title {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em;
}

.pricing--yonten .icon {
    font-size: 3em;
    margin: 0 0 0.5em 0;
    color: #85c34a;
}

.pricing--yonten .pricing__price {
    font-size: 2em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    color: #85c34a;
}

.pricing--yonten .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--yonten .pricing__period {
    font-size: 0.35em;
    padding: 0 0 0 0.5em;
    color: #646D5B;
}

.pricing--yonten .pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 8em;
    list-style: none;
    text-align: center;
    color: #81867D;
}

.pricing--yonten .pricing__feature {
    padding: 0.25em;
}

.pricing--yonten .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    border-radius: 40px;
    background: #85c34a;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--yonten .pricing__action:hover,
.pricing--yonten .pricing__action:focus {
    color: #85c34a;
    background: #fff;
}


/* tashi */

.pricing--tashi .pricing__item {
    margin: 0.5em;
    padding: 2em 2.5em;
    text-align: left;
    color: #fff;
    background: #262c37;
}

.pricing--tashi .pricing__title {
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 0.15em;
    color: #E25A77;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__title {
    color: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__title {
    color: #7E5AE2;
}

.pricing--tashi .pricing__price {
    font-size: 3em;
    font-weight: 300;
    padding: 0.85em 0;
}

.pricing--tashi .pricing__currency {
    font-size: 0.65em;
    vertical-align: super;
    color: #394150;
}

.pricing--tashi .pricing__period {
    font-size: 0.35em;
    padding: 0 0 0 0.5em;
    color: #535965;
}

.pricing--tashi .pricing__sentence {
    padding: 0 0 0.5em;
    margin: 0;
    color: #535965;
}

.pricing--tashi .pricing__feature-list {
    font-size: 0.95em;
    margin: 0;
    padding: 0 0 2.5em;
    list-style: none;
    color: #757983;
}

.pricing--tashi .pricing__feature {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.5;
}

.pricing--tashi .pricing__feature::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #1F242D;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.pricing--tashi .pricing__action {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: auto;
    font-size: 1.55em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 30px;
    background: #E25A77;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__action {
    background: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__action {
    background: #7E5AE2;
}

.pricing--tashi .pricing__action:hover,
.pricing--tashi .pricing__action:focus {
    background: #1A1F28 !important;
}


/* palden */

.pricing--palden .pricing__item {
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.250em) {
    .pricing--palden .pricing__item {
        margin: 1em -0.5em;
    }
    .pricing--palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing--palden .pricing__deco {
    border-radius: 10px 10px 0 0;
    background: #7a90ff;
    padding: 4em 0 9em;
    position: relative;
}

.pricing--palden .pricing__deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing--palden .pricing__item--featured .pricing__deco {
    padding: 5em 0 8.885em 0;
}

.pricing--palden .pricing__title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffd5bd;
}

.pricing--palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing--palden .pricing__item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing--palden .pricing__item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing--palden .icon {
    font-size: 2.5em;
}

.pricing--palden .pricing__price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing--palden .pricing__currency {
    font-size: 0.15em;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.4);
}

.pricing--palden .pricing__period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

.pricing--palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing--palden .pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing--palden .pricing__feature {
    padding: 1em 0;
}

.pricing--palden .pricing__action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #ffae7e;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--palden .pricing__action:hover,
.pricing--palden .pricing__action:focus {
    background-color: #f38747;
}

.home-service--block{
    -webkit-flex: 0 1 255px;
    flex: 0 1 255px;
    padding: 1em 0.8em !important;
}
.home-service--block .pricing__title{margin: 0 0 10px;}
.home-service--block .pricing_subhead{margin-bottom: 12px; font-size: 16px;}
.home-service--block .pricing_data{margin-top: 10px; border-bottom: 5px solid rgba(139, 144, 157, 0.18);     margin-bottom: 25px;
    padding: 25px 0 18px;}
.home-service--block .bb5{border-bottom: 5px solid rgba(139, 144, 157, 0.18);     margin-bottom: 6px;}
.home-service--block .btn-3e:after{
    width: 25%;
}
.home-service--block h4{
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
.pb10{
    padding-bottom: 10px !important;
}
.home-service--block .ribbon{position:absolute;left:-7px;top:-7px;z-index:1;overflow:hidden;width:80px;height:84px;text-align:right;}
.home-service--block .ribbon span{
    font-size: 11px;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 90px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#0393F3 0%, #006CB9 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    left: -21px;
}
.home-service--block .ribbon span::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 94%;
    z-index: -1;
    border-left: 3px solid #006CB9;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #006CB9;
}
.home-service--block .ribbon span::after{content:"";position:absolute;right:0px;top:100%;z-index:-1;border-left:3px solid transparent;border-right:3px solid #006CB9;border-bottom:3px solid transparent;border-top:3px solid #006CB9;}

.home-rewards--club .head{
    text-align: center;
    margin-bottom: 23px !important;
    padding-left: 0;
    margin-top: 5px;
}
.home-rewards--club .head:before{
    display: none;
}

/* Japanese Translation CSS */

@media (min-width: 1200px){
    .jpt-body .container{
        width: 1130px;
    }
}
.jpt-usps{
    padding-top: 10px;
}
.jpt-usps .uspswrap-container{
    padding: 0 15px;
}
.jpt-usps .uspswrap-container .col-md-2{
    margin-bottom: 0px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    text-align: center;
}
.jpt-usps .uspswrap-container .col-md-2:nth-child(6), .uspswrap-container .col-md-2:nth-child(12){
    margin-right: 0;
    border-right: 0;
}
.jpt-profile{
    padding-top: 27px;
}
.jpt-profile .propwrap-wrap{
    background-color: #efeff0;
    padding: 20px 7px;
    margin-top: 10px;
}
.jpt-profile .propwrap-wrap .propwrap{
    width: 100%;
    height: 185px;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    border: #fff 1px solid;
    animation: all 0.35s ease-in-out;
}
.jpt-profile .propwrap-wrap .propwrap:hover{
    border: #b1b1b1 1px solid;
}
.jpt-profile .propwrap-wrap .propwrap img{
    width: auto;
    max-width: 100%;
}
.jpt-profile .propwrap-wrap .propwrap p{
    margin-bottom: 0;
    margin-top: 15px;
}
.jpt-process{
    padding-top: 27px;
}
.jpt-process .tr-process{
    text-align: center;
}
.jpt-process .tr-process h4{
    font-size: 24px;
    font-weight: 600;
}
.jpt-process .tr-process p{
    font-size: 14px;
}
.jpt-process .tr-process img{
    width: auto;
    max-width: 100%;
}
.jpt-why{
    padding-top: 10px;
}
.jpt-why .icowrap{
    margin-bottom: 0px;
    padding: 10px 20px 10px 40px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.jpt-why .icowrap:nth-child(3){
    border-right: 0px;
}
.jpt-why .icowrap:nth-child(6){
    border-right: 0px;
}
.jpt-why .icowrap img{
    float: left;
}
.jpt-why .icowrap span{
    display: block;
    float: left;
    text-align: left;
    margin: 16px 0 0 20px;
    font-size: 16px;
}
.jpt-why .icowrap span.mt{
    margin: 27px 0 0 20px;
}
.jpt-testimonials{
    padding-top: 27px;
}
.jpt-testimonials .carousel-indicators li{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgb(47 145 215);
    border: 1px solid #fff;
    border-radius: 0;
}
.jpt-testimonials .carousel-indicators li.active{
    background-color: #000000;
}
.jpt-testimonials .paper{
    height: 170px;
}
.jpt-body .cta-box{
    width: 59% !important;
    height: 165px !important;
}
.jpt-body .form-horizontal{
    padding: 0 0 50px;
    width: 100%;
    max-width: 900px;
}
.jpt-body .form-horizontal #datepicker{
    background: url(../images/jp-en/calendar-icon.png) no-repeat 98% 12px;
}
.jpt-body .form-horizontal .right-img{
    float: right;
    margin-top: -26px;
}
.jpt-body .form-horizontal .delivery .form-control{
    width: 33%;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0 !important;
    min-height: 47px;
}
.jpt-body .form-horizontal .delivery label{
    border: 1px solid #ccc;
    min-height: 46px;
    padding: 8px 16px;
    margin-right: 0px;
    width: 31%;
    border-radius: 4px;
    margin-bottom: 0;
}
.jpt-body .form-horizontal #submitBTN{
    background-color: #029dcd;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #ffffff;
    display: inline-block;
    width: auto;
    min-width: 200px;
    max-width: 451px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 3px;
    margin-top: 30px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 20px;
    box-shadow: 0 4px 0 #0281a8;
    transition: all ease-in-out 0.35s;
}
.jpt-body .form-horizontal #submitBTN:hover{
    color: #ffffff;
    background: #0281a8;
}
@media screen and (max-width: 767px){
    .jpt-usps .uspswrap-container .col-md-2{
        margin-bottom: 0px;
        border-right: 0 solid #eee;
        border-bottom: 0 solid #eee;
        padding: 9px 0;
        text-align: center;
        width: 50%;
        float: left;
    }
    .jpt-profile .propwrap-wrap .propwrap{
        border-bottom: 1px solid #ccc;
    }
    .jpt-why .icowrap{
        margin-bottom: 0px;
        padding: 10px 20px 10px 40px;
        border-right: 0 solid #eaeaea;
        border-bottom: 0 solid #eaeaea;
        display: block;
        height: 100px;
    }
    .testi-container{
        min-height: 200px;
    }
    .jpt-body .cta-box{
        width: 90% !important;
    }
}