/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
    height: 100px;
    line-height: 170px;
    position: relative;
}
.cd-header h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2rem;
}
.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #000;
    text-align: center;
}
.cd-pricing-switcher .cd-switch {
    /* floating background */
    position: absolute;
    top: 2px;
    left: 2px;
    height: 42px;
    width: 90px;
    background-color: #026cb3;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

hr {
    display: block;
}

.enqBtn{
    width: 100%;
    text-transform: capitalize;
}

.btndiv{
    text-align: center;
    margin: 15px 0px;
}

.footer_right{
    color: #026cb3;
    font-weight: 700;
    text-align: center;
}

.footer_left{
    text-align: center;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
    /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 160px;
        line-height: 280px;
    }
    .cd-header h1 {
        font-size: 3.6rem;
        font-weight: 300;
    }

    hr {
        display: block;
        border-width: 2px;
    }

    .enqBtn{
        width: 100%;
    }

    .footer_right{
        color: #026cb3;
        font-weight: 700;
        text-align: right;
    }

    .footer_left{
        text-align: left;
    }
}

.cd-pricing-container {
    width: 100%;
    max-width: 1170px;
    /*margin: 4em auto;*/
}
@media only screen and (min-width: 768px) {
    .cd-pricing-container {
        /*margin: 6em auto;*/
    }
    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none;
    }

    .cd-pricing-switcher label {
        width: 155px;
    }

    .cd-pricing-switcher .cd-switch {
        width: 155px;
    }

    .cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
    .cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
        /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
        -webkit-transform: translateX(90px);
        -moz-transform: translateX(90px);
        -ms-transform: translateX(90px);
        -o-transform: translateX(90px);
        transform: translateX(155px);
    }
}


.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    width: 100%;
    background-color: #d6dfe2;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
}
.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}



.no-js .cd-pricing-switcher {
    display: none;
}

.cd-pricing-list {
    margin: 2em 0 0;
}
.cd-pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-list {
        margin: 4em 0em;
    }
    .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-pricing-list > li {
        width: 33.3333333333%;
        float: left;
    }
    .cd-has-margins .cd-pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }
    .cd-has-margins .cd-pricing-list > li:last-of-type {
        margin-right: 0;
    }

    .cd-pricing-wrapper {
        /* this is the item that rotates */
        position: relative;
    }

    .cd-pricing-wrapper > li {
        background-color: #FFFFFF;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* Firefox bug - 3D CSS transform, jagged edges */
        /* outline: 1px solid transparent;*/
        background-color: #d6dfe2;
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
        min-height: 161px;
        margin-right: 25px;
        width: 100%;
        padding: 10px 10px;
    }


    .cd-pricing-wrapper {
        /* this is the item that rotates */
        position: relative;
    }
}

.cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
    margin: -27px 33px 0px 33px;
}
.touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}
.cd-pricing-wrapper > li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
   /* outline: 1px solid transparent;*/
    background-color: #d6dfe2;
    min-height: 115px;
    margin-right: 25px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
}
.cd-pricing-wrapper > li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
   /* background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));*/
}
.cd-pricing-wrapper > li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}

.cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    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);
    margin-right: 20px;
}
.cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-wrapper > li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        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;
    }
    .cd-pricing-wrapper > li::after {
        /* hide gradient layer */
        display: none;
    }
    .cd-popular .cd-pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e97d68;
    }
    .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    .cd-secondary-theme .cd-pricing-wrapper > li {
        background: #3aa0d1;
        background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    }
    .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
        background: #e97d68;
        background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
        background: linear-gradient(to top, #e97d68, #e99b68);
        box-shadow: none;
    }
    :nth-of-type(1) > .cd-pricing-wrapper > li::before {
        /* hide table separator for the first table */
        display: none;
    }
    .cd-has-margins .cd-pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }
    .cd-has-margins .cd-pricing-wrapper > li::before {
        display: none;
    }

    .cd-currency, .cd-value {
        font-size: 5rem;
        font-weight: 700;
    }

    .cd-pricing-wrapper > li {
        background-color: #FFFFFF;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* Firefox bug - 3D CSS transform, jagged edges */
        /* outline: 1px solid transparent;*/
        background-color: #d6dfe2;
        min-height: 170px;
        margin-right: 25px;
        width: 100%;
        padding: 10px 10px;
        text-align: center;
    }
}
@media only screen and (min-width: 1500px) {
    .cd-full-width .cd-pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .cd-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;
}

@media only screen and (min-width: 768px) {
    .cd-popular .cd-pricing-wrapper > li::before {
        /* hide table separator for .cd-popular table */
        display: none;
    }

    .cd-popular + li .cd-pricing-wrapper > li::before {
        /* hide table separator for tables following .cd-popular table */
        display: none;
    }

    .cd-pricing-header {
        position: relative;
        z-index: 1;
        height: 80px;
        padding: 1em;
        pointer-events: none;
        background-color: #3aa0d1;
        color: #FFFFFF;
    }
}
.cd-pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
}
.cd-popular .cd-pricing-header {
    background-color: #e97d68;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #173d50;
        background-color: transparent;
    }
    .cd-popular .cd-pricing-header {
        color: #e97d68;
        background-color: transparent;
    }
    .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF;
    }
    .cd-pricing-header h2 {
        font-size: 18px;
        letter-spacing: 2px;
        color: #2baadf;
        min-height: 32px;
        font-weight: 700;
    }

    .cd-currency, .cd-value {
        font-size: 2rem;
        font-weight: 500;
    }
}

.cd-currency, .cd-value {
    font-size: 3rem;
    font-weight: 500;
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.cd-popular .cd-duration {
    color: #f3b6ab;
}
.cd-duration::before {
    content: '/';
    margin-right: 2px;
}

#plandetails{
    background-color: #d6dfe2;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
}

.cd-value-main {
    font-size: 4rem;
    font-weight: normal;
    color: #000;
}

@media only screen and (min-width: 768px) {
    .cd-value-main {
        font-size: 4rem;
        font-weight: normal;
        color: #000;
    }

    #plandetails{
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
    }
    .cd-currency, .cd-duration {
        color: rgba(23, 61, 80, 0.4);
    }
    .cd-popular .cd-currency, .cd-popular .cd-duration {
        color: #e97d68;
    }
    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
        color: #2e80a7;
    }
    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453;
    }

    .cd-currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 2rem;
        font-weight: 700;
    }

    .cd-duration {
        font-size: 1.4rem;
        color: #000;
        text-transform: lowercase;
    }
}
.cd-pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-body {
        overflow-x: visible;
    }
}

.cd-pricing-features {
    width: 600px;
}
.cd-pricing-features:after {
    content: "";
    display: table;
    clear: both;
}
.cd-pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-features {
        width: auto;
    }
    .cd-pricing-features li {
        float: none;
        width: auto;
        padding: 1em;
    }
    .cd-popular .cd-pricing-features li {
        margin: 0 3px;
    }
    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23, 61, 80, 0.06);
    }
    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0;
    }
    .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0;
    }
    .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF;
    }
    .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: transparent;
    }
}

.cd-pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* on mobile it covers the .cd-pricing-header */
    height: 80px;
    width: 100%;
}
.cd-pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(../img/cd-icon-small-arrow.svg);
}
@media only screen and (min-width: 768px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center;
    }
    .cd-pricing-footer::after {
        /* hide arrow */
        display: none;
    }
    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0;
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    /* hide button text on mobile */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
@media only screen and (min-width: 768px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #FFFFFF;
        border-radius: 2px;
        background-color: #0c1f28;
        font-size: 1.4rem;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .no-touch .cd-select:hover {
        background-color: #112e3c;
    }
    .cd-popular .cd-select {
        background-color: #e97d68;
    }
    .no-touch .cd-popular .cd-select:hover {
        background-color: #ec907e;
    }
    .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28;
    }
    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        background-color: #112e3c;
    }
    .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px;
    }

    .plan_subtitle{
        font-size: 12px;
        text-align: right;
    }
    #groups > li {
        padding-left: 0px;
        margin-right: 15px;
        margin-top: 15px;
        min-height: 70px;
        text-align: center;
        vertical-align: middle;
        padding: 22px;
        border-radius: 20px;
    }

}

/* --------------------------------

xkeyframes

-------------------------------- */
@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}
@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}
@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}
@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}



.plan_subtitle{
    font-size: 12px;
}

.group_title{
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #026cb3;
    text-transform: uppercase;
    font-size: 24px;

}

#groups > li{
    padding-left: 0px;
    margin-right: 6px;
    margin-top: 15px;
    /* min-height: 60px; */
    text-align: center;
    vertical-align: middle;
    padding: 23px;
    border-radius: 20px;
}

.plan_title{
    font-weight: 500;
}

.title{
    margin: 15px 0px 10px 0px;
}

.plan_details{
    margin: 20px 20px;
    display: flex;
}

.plan_details > div{
    align-self: flex-end;
}

.plan_desc{
    text-align: center;
    font-size: 16px;
}

.planfooterdetails{
    margin-top: 40px;
}

.fieldset input[type=radio]:checked + label {
    color: #fff;
}










/*************************************************
 * Price switcher by Tiago Matos
*************************************************/
/* Price container */
.price-container {}
.price-container .nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.price-container > .nav-tabs li {
    margin-right: 20px;
}
.price-container > .nav-tabs a {
    font-size: 17px; color: #202022;
    text-transform: uppercase;
    border: none;
    padding: 22px 40px;
    background-color: #d6dfe2;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    background-image: -webkit-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: -moz-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: -o-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: linear-gradient(to top, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 20px;
}
.price-container > .nav-tabs a:hover {
    color: #fff;
    background: #202022;
}
.price-container > .nav-tabs > li.active > a,
.price-container > .nav-tabs > li.active > a:focus,
.price-container > .nav-tabs > li.active > a:hover {
    color: #fff;
    border: none;
    background-color: #2baadf;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    background-image: -webkit-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: -moz-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: -o-linear-gradient(bottom, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
    background-image: linear-gradient(to top, rgba(43, 50, 58, 0.36), rgba(43, 50, 58, 0));
}

/* Price Switcher */
.price-switcher-container {
    position: relative;
}
.price-switcher-container .nav-tabs {
    background-color: #d6dfe2;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
    border-radius: 50em;
}
.price-switcher-container .nav-tabs a {
    font-weight: bold; text-align: center;
    width: 100px;
    padding: 10px;
    border: none;
}
.price-switcher-container  .nav-tabs a:hover {
    background: none;
}
.price-switcher-container  .nav-tabs > li.active > a,
.price-switcher-container  .nav-tabs > li.active > a:focus,
.price-switcher-container  .nav-tabs > li.active > a:hover {
    color: #fff;
    background: none;
    border: none;
}
.price-switcher-container .nav-tabs > li.active > a:before {
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    content: '\f104';
}
.price-switcher-container .nav-tabs > li:first-child.active > a:before {
    content: '';
}
.price-switcher-container .nav-tabs > li.active > a:after {
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    content: '\f105';
}
.price-switcher-container .nav-tabs > li:last-child.active > a:after {
    content: '';
}
.price-marker {
    position: absolute;
    width: 100px;
    border: none;
    padding: 20px 10px;
    background: #026cb3;
    border-radius: 50px;
    transition: all 0.2s;
}
.price-plan-details {
    text-align: center;
    border-radius: 20px;
    margin: 0; padding: 20px;
    background: #d6dfe2;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
}
.price-plan-details-value {
    font-family: 'Lato', sans-serif;
    letter-spacing: -8px;
    font-size: 73px;
    font-weight: 700;
    color: #2baadf;
}
.price-plan-details-duration {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.price-plan-details-description {
    margin: 10px 0;
}
.price-box {
    display: flex; align-items: center; flex-direction: column; justify-content: center;
    width: 85%; height: 200px;
    text-align: center;
    margin: 0 auto;
    background-color: #d6dfe2;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), inset 1px 2px rgba(255, 255, 255, 0.2);
}
.price-box .name {
    font-size: 18px; font-weight: 700; color: #2baadf; letter-spacing: 2px; text-transform: uppercase;
    min-height: 32px;
}
.price-box .price {
    font-size: 40px; color: #173d50;
    font-weight: 500;
}
.price-plan-label {
    text-align: center;
    margin: 0 0 10px 10px;
}
.price-plan-description {
    text-align: center;
    margin: 0 10px 10px 0;
}

@media(min-width: 768px) {
    .price-plan-details {
        margin-bottom: 20px; padding: 0px;
        background: #fff;
        box-shadow: none;
    }
    .price-plan-label {
        text-align: left;
    }
    .price-plan-description {
        text-align: right;
    }
}

.price-plan-details .btn-blue{
    color: #fff !important;
    margin-top: 60px;
}

.price-box{
    margin-top: 10px;
}

.btn-submit{
    text-transform: capitalize;
}