.price-bg {
    box-shadow: 0 2px 4px rgba(0,0,1,0.15);
    transition: .5s
}

    .price-bg:hover {
        box-shadow: 0 24px 40px rgba(0, 0, 0, .09)
    }

a {
    text-decoration: none
}

.pricing-switcher {
    text-align: center;
    margin-bottom: 50px
}

    .pricing-switcher .fieldset {
        display: inline-block;
        position: relative
    }

    .pricing-switcher input[type=radio] {
        position: absolute;
        opacity: 0
    }

    .pricing-switcher label {
        position: relative;
        z-index: 1;
        display: inline-block;
        float: left;
        width: 170px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        font-size: 22px;
        margin-bottom: : 0 !important;
        text-transform: uppercase;
        font-weight: 600 !important
    }

.orange {
    background: #ff5722;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.nav-blue {
    background: #131e44;
    color: #fff;
    border-radius: 4px 0 0 4px
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px
}

.pricing-list > li,
.pricing-wrapper {
    position: relative
}

.pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px)
}

.no-js .pricing-switcher {
    display: none
}

@media only screen and (min-width:768px) {
    .pricing-list {
        margin: 3em 0 0
    }

        .pricing-list:after {
            content: "";
            display: table;
            clear: both
        }

        .pricing-list > li {
            width: 33.3333333333%;
            float: left;
            padding-left: 5px;
            padding-right: 5px
        }

    .has-margins .pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%
    }

        .has-margins .pricing-list > li:last-of-type {
            margin-right: 0
        }
}

.pricing-header h2:after,
.pricing-wrapper:after,
.pricing-wrapper > li::after {
    content: ''
}

.pricing-wrapper:after {
    display: block;
    clear: both
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate .5s;
    -moz-animation: rotate .5s;
    animation: rotate .5s
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse .5s;
    -moz-animation: rotate-inverse .5s;
    animation: rotate-inverse .5s;
    opacity: 0
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back .5s;
    -moz-animation: rotate-back .5s;
    animation: rotate-back .5s
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back .5s;
    -moz-animation: rotate-inverse-back .5s;
    animation: rotate-inverse-back .5s;
    opacity: 0
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1
}

.pricing-wrapper > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: transparent solid 1px
}

    .pricing-wrapper > li::after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        pointer-events: none;
        background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
    }

    .pricing-wrapper > li.is-ended::after {
        display: none
    }

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.pricing-wrapper .is-selected {
    z-index: 3 !important
}

@media only screen and (min-width:768px) {
    .has-margins .pricing-wrapper > li::before,
    .pricing-wrapper > li::after,
    :nth-of-type(1) > .pricing-wrapper > li::before {
        display: none
    }

    .pricing-wrapper > li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8
    }

    .has-margins .exclusive .pricing-wrapper > li,
    .has-margins .pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
    }

    .has-margins .pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px
    }

    .exclusive .pricing-wrapper > li::before,
    .exclusive + li .pricing-wrapper > li::before {
        display: none
    }
}

@media only screen and (min-width:1500px) {
    .full-width .pricing-wrapper > li {
        padding: 2.5em 0
    }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em
}

.pricing-header h2 {
    padding: 10px 15px;
    font-weight: 500;
    margin-bottom: 30px !important;
    margin-top: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 45px;
    color: #071b50;
    position: relative;
    font-family: 'Roboto', sans-serif;
}


.content-left .pricing-header {
    padding: 145px 20px;
    pointer-events: auto;
    text-align: center;
    background-color: transparent;
    border-radius: 4px;
    border-top: 3px solid #071b50;
    transition: height .2s ease-out
}

    .content-left .pricing-header:hover {
        border-top: 5px solid #071b50;
    }

.content-left .pricing-footer .try {
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 4px;
    color: #071b50;
    font-weight: 600;
    background: #f7f7f7;
    border: 2px solid #ff5722;
    transition: .3s ease-in-out;
    box-shadow: 0 12px 40px -12px rgba(56, 40, 77, .3);
    margin-bottom: 5px;
    display: inline-block;
    font-family: Roboto;
    font-weight: 500
}

    .content-left .pricing-footer .try:hover {
        background: #ff5722;
        color: #fff
    }

.content-left .pricing-footer .buy {
    margin-top: 16px;
    display: block;
    font-size: 16px;
    font-family: Roboto
}

.exclusive .pricing-header {
    color: #fff;
    width: 48%;
    float: left;
    margin: 0 10px;
    height: 540px;
    background-color: #ff5722
}

.content-right .pricing-header {
    padding: 31px 20px;
    pointer-events: auto;
    background-color: transparent;
    border-radius: 4px;
    border-top: 3px solid #071b50;
    transition: height .2s ease-out
}

.content-right .pricing-header:hover{
    border-top: 5px solid #071b50
}

.price {
    margin-bottom: 5px;
    position: relative;
}

.duration {
    font-weight: 600
}

.duration::before {
    content: '/';
}

.base-price {
    font-size: 20px;
    font-weight: 500;
    color: #071b50;
    font-family: Roboto;
    display: block;
    margin-top: 15px
}

.currency,
.duration,
.value {
    color: #ff5722
}

.value {
    font-size: 6rem;
    font-weight: 400;
    font-family: Roboto;
    margin-left: 15px;
}

.currency{
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    line-height: 15px;
}
.dura {
    font-weight: 600;
    font-size: 22px;
}

.exclusive .currency,
.exclusive .duration {
    color: #fff
}

.currency {
    font-family: Roboto;
}

.dura,
.duration {
    font-size: 18px;
    font-family: Roboto;
}

.pricing-body {
    -webkit-overflow-scrolling: touch
}

.is-switched .pricing-body {
    overflow: hidden
}

.pricing-body {
    overflow-x: visible;
    width: 47%;
    float: left;
    margin: 0 10px;
    background: #131e44;
    height: 540px;
    padding-top: 30px
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both
}

.pricing-features li { 
    display: block;
    text-overflow: ellipsis;
    color: #fff
}

    .pricing-features li p {
        font-size: 18px;
        color: #071b50;
        font-family: 'Roboto', sans-serif;
    }

    .pricing-features li img {
        width: 30px;
        margin-right: 30px;
        float: left;
    }
.pricing-features .que{
    margin-left: 5px;
}

.pricing-features {
    padding: 0px 0
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 10px 25px;
}

.exclusive .pricing-features li {
    margin: 0 3px
}

.pricing-features em {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0
}

.has-margins .exclusive .pricing-features li {
    margin: 0
}

.select {
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #1bbc9d;
    border-radius: 8px;
    font-size: 1.4rem;
    text-indent: 0;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%
}

.exclusive .select {
    background-color: #27ae60;
    color: #fff
}

.pricing-footer .select {
    padding: 8px 0;
    font-size: 16px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700 !important;
    background: #ff5722
}

    .pricing-footer .select:hover {
        text-decoration: none !important
    }

.pricing-footer p {
    color: #262626;
    font-size: 16px
}

.pricing-footer {
    margin-top: 25px
}

.no-touch .exclusive .select:hover {
    background-color: #24e0ba
}

.secondary-theme .exclusive .select {
    background-color: #1bbc9d
}

.exclusive .select:hover {
    background-color: #27ae60 !important
}

.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #27ae60
}

.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px
}

.padd-top {
    padding-top: 105px
}

.tab-menu-prc {
    padding-bottom: 0 !important
}

    .tab-menu-prc .tab-prc {
        text-align: center
    }

        .tab-menu-prc .tab-prc .active {
            color: #fff;
            background: #ff5722
        }

        .tab-menu-prc .tab-prc ul li {
            display: inline-block;
            color: #ff5722;
            padding: 15px 30px;
            font-size: 25px;
            cursor: pointer;
            background: #fafafa;
            border: 2px solid #ff5722;
            margin: 0 5px;
            font-weight: 500;
            border-radius: 4px;
            transition: .3s ease-in-out;
            font-family: Roboto
        }

            .tab-menu-prc .tab-prc ul li:hover {
                background: #ff5722;
                color: #fff
            }

.content-left .pricing-footer p {
    text-transform: uppercase;
    color: #071b50;
    font-size: 16px;
    margin-bottom: 16px
}

.prc-height {
    height: 722px
}



.tab-price ul li {
    display: inline-block;
    margin: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #252525;
    cursor: pointer;
    padding: 5px 20px;
    transition:.3s ease-in-out;
}
.tab-price ul .new-title {
    margin-left: 0px !important;
    margin-right: 40px !important;
    padding: 0px !important;
}
.tab-price ul .new-title h4{
    font-size: 24px;
}
.new-feature-list img {
    width: 100%;
    max-width: 60px;
    background: #ffe1d7;
    padding: 10px;
    border-radius: 50%;
}
.new-feature-list h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #4f384d;
}
.new-feature-list { 
    padding: 30px 0px 30px;
    text-align: center;
    margin-bottom: 20px;
}
.tab-price ul .active {
    color: #ff5722 !important; 
    font-size: 18px !important;
}