/* New design */
.main-content{
    background-color:#fff;
    padding-bottom: 100px;
    font-family: 'Open Sans',  sans-serif;
}
.main-content .main-title{
    font-family: 'Poppins', 'Open Sans',  sans-serif;
    max-width: 467px;
    min-height: 112px;
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -1.2px;
    text-align: center;
    color: #3641b5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    margin: 80px auto 24px auto;
}
.main-content .main-text{
    font-family: 'Open Sans',  sans-serif;
    max-width: 540px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(58, 88, 110, 0.89);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin: 0 auto 65px auto;
}

.main-content .menu{
    margin: auto;
    max-width: 455px;
}

.ar .main-content .menu {
    max-width: 458px !important;
}

.es .main-content .menu{
    margin: auto;
    max-width: 550px;
}

.es .btn {
    padding: 8px 5px !important;
}

.main-content .menu#plan-type > ul > li{
    width: 190px;
    height: 64px;
    text-align: center;
    opacity: 0.81;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.3px;
    text-align: center;
    color: #3a586e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin-left: 0;
}

.es .main-content .menu#plan-type > ul > li{
    width: 250px;
}

.main-content .menu#plan-type > ul > li:nth-of-type(2){
    width: 265px;
}

.es .main-content .menu#plan-type > ul > li:nth-of-type(2){
    width: 300px;
}


.main-content .menu#plan-type > ul > li > a{
    color: #3a586e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.main-content .menu#plan-type > ul > li > a:hover{
    background-color: #fff;
    color: #3a586e;
}
.main-content .menu#plan-type > ul > li.active > a#tab-single,
.main-content .menu#plan-type > ul > li.active>a#tab-single:hover,
.main-content .menu#plan-type > ul > li.active>a#tab-single:focus,
.main-content .menu#plan-type > ul > li.active>a#tab-single:active,
.main-content .menu#plan-type > ul > li.active>a#tab-single:visited{
    border-bottom: 5px solid #9661ff;
    color: #9661ff;
    background-color: #fff;
}
.main-content .menu#plan-type > ul > li.active > a#tab-org,
.main-content .menu#plan-type > ul > li.active>a#tab-org:hover,
.main-content .menu#plan-type > ul > li.active>a#tab-org:focus,
.main-content .menu#plan-type > ul > li.active>a#tab-org:active,
.main-content .menu#plan-type > ul > li.active>a#tab-org:visited{
    border-bottom: 5px solid #3641b5;
    color: #3641b5;
    background-color: #fff;
}

.plan-type-select{
    cursor: pointer;
}

.main-content .menu#plan-time{
    margin: 50px auto 36px auto;
    width: 162px;
}

.nl .main-content .menu#plan-time {
    width: 195px !important;
}

.nl .main-content .menu#plan-time > ul > li {
    width: 95px;
}

.main-content .menu#plan-time > ul > li{
    height: 28px;
    width: 80px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: -0.8px;
    text-align: center;
    margin-left: 0;
    background-color: #fff;
}
.main-content .menu#plan-time > ul.plan-time-blue > li{
    color: #3641b5; /*#ffffff;*/
    border: solid 2px #3641b5;
}
.main-content .menu#plan-time > ul.plan-time-purple > li{
    color: #9661ff; /*#ffffff;*/
    border: solid 2px #9661ff;
}
.main-content .menu#plan-time > ul > li#plan-monthly{
    border-radius: 6px 0 0 6px;
}
.main-content .menu#plan-time > ul > li#plan-yearly{
    border-radius: 0 6px 6px 0;
}
.ar .main-content .menu#plan-time > ul > li#plan-monthly{
    border-radius: 0 6px 6px 0;
    margin: 0px;
}
.ar .main-content .menu#plan-time > ul > li#plan-yearly {
    border-radius: 6px 0px 0px 6px;
    margin: 0px;
}
.main-content .menu#plan-time > ul > li > a{
    padding: 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content .menu#plan-time > ul.plan-time-blue > li > a{
    color: #3641b5;
}
.main-content .menu#plan-time > ul.plan-time-purple > li > a{
    color: #9661ff;
}
.main-content .menu#plan-time > ul.plan-time-purple > li.active{
    background-color: #9661ff !important;
    color: #fff;
}
.main-content .menu#plan-time > ul.plan-time-purple > li > a:hover,
.main-content .menu#plan-time > ul.plan-time-purple > li.active>a:hover,
.main-content .menu#plan-time > ul.plan-time-purple > li.active>a:focus,
.main-content .menu#plan-time > ul.plan-time-purple > li.active>a:active,
.main-content .menu#plan-time > ul.plan-time-purple > li.active>a:visited{
    background-color: #9661ff;
    color: #fff !important;
}

.main-content .menu#plan-time > ul.plan-time-purple > li > a:hover{
    background-color: #fff;
    color: #9661ff !important;
}

.main-content .menu#plan-time > ul.plan-time-purple > li.active > a{
    background-color: #9661ff;
    color: #fff;
}

.main-content .menu#plan-time > ul.plan-time-blue > li.active{
    background-color: #3641b5;
    color: #fff;
}
.main-content .menu#plan-time > ul.plan-time-blue > li > a:hover
.main-content .menu#plan-time > ul.plan-time-blue > li.active>a:hover,
.main-content .menu#plan-time > ul.plan-time-blue > li.active>a:focus,
.main-content .menu#plan-time > ul.plan-time-blue > li.active>a:active,
.main-content .menu#plan-time > ul.plan-time-blue > li.active>a:visited{
    background-color: #3641b5;
    color: #fff !important;
}

.main-content .menu#plan-time > ul.plan-time-blue > li.active > a{
    background-color: #3641b5;
    color: #fff;
}

.main-content .menu#plan-time > ul.plan-time-blue > li > a:hover{
    background-color: #fff;
    color: #3641b5;
}

.main-content .plans-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main-content .plans-container .plan-desc{
    flex-grow: 1;
    align-self: center;
    max-width: 226px;
    height: 366px;
    border-radius: 11px;
    border: solid 2px rgba(58, 88, 110, 0.08);
    min-width: 226px;
}
.main-content .plans-container .plan-desc#p-child{
    margin: 0 40px;
}
.main-content .plans-container .plan-desc .img-area{
    width: 100%;
    height: 132px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.main-content #plan-single .plans-container .plan-desc .img-area > img{
    bottom: 0;
    position: absolute;
}
.main-content #plan_org .plans-container .plan-desc .img-area > img{
    bottom: -10px;
    position: absolute;
}
.img-area#single-free{
    background-image: url('/assets/images/pricing/bkg-gray.png');
    background-size: 400px 300px;
}
.img-area#single-free > img,
.img-area#single-premium > img{
    height: 94px;
    width: 88px;
    display: none;
}
.img-area#single-premium{
    background-image: url('/assets/images/pricing/bkg-orange.png');
    background-size: 400px 300px;
}
.main-content .plans-container .plan-desc .blue-grad{
    background-image: radial-gradient(circle at 50% 100%, #eeffdb, #e0fdea 51%, #a4f0ff);
}
.main-content .plans-container .plan-desc .orange-grad{
    background-image: radial-gradient(circle at 50% 99%, #ffffdc, #fff6d1 50%, #ffd9ad);
}
.main-content .plans-container .plan-desc .purple-grad{
    background-image: radial-gradient(circle at 50% 99%, #e0faff, #d7f1fe 47%, #bbd2f9);
}
.main-content .plans-container .plan-desc .txt-area{
    text-align: center;
    padding: 32px 0;
    font-family: 'Open Sans',  sans-serif;
    height: 240px; /* Fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.main-content .plans-container .plan-desc .txt-area > h2{
    height: 28px;
    opacity: 0.89;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: -0.7px;
    text-align: center;
    color: #3a586e;
    margin: auto;
}
.main-content .plans-container .plan-desc .txt-area > p.price{
    height: 18px;
    opacity: 0.65;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #3a586e;
    margin: 16px auto 12px auto;
}
.main-content .plans-container .plan-desc .txt-area > p.number{
    width: 143px;
    height: 15px;
    opacity: 0.65;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #3a586e;
    margin: auto;
}

.main-content .plans-container .plan-desc .txt-area{
    font-size: 12px;
}

.manage-subscription {
    margin-top: 15px;
}

.plans-note .subscribe-btn{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    width: 118px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background-image: linear-gradient(#3641b5, #3641b5), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
}
.main-content .plans-note{
    text-align: center;
    margin: 34px auto;
    opacity: 0.89;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #3a586e;
}
.main-content .plans-features{
    padding: 63px 30px 55px 30px;
}

.main-content .plans-features .class-1 > h3{
    height: 42px;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    text-align: center;
    color: #9661ff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.main-content .plans-features .class-1.org > h3{
    color: #3641b5;
}
.main-content .plans-features p.sub-c{
    height: 24px;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -0.6px;
    text-align: center;
    color: #748e99;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}
.main-content .plans-features #feat-items{
    padding-top: 127px;
    padding-left: 0;
    padding-right: 0;
}
.main-content .plans-features #feat-inc,
.main-content .plans-features #feat-inc .class-1,
.main-content .plans-features #feat-inc .class-2{
    padding-left: 0;
    padding-right: 0;
}
.main-content .plans-features #feat-inc .row{
    margin: 0;
}
.main-content .plans-features #feat-items > table tr,
.main-content .plans-features #feat-inc table tr{
    height: 46px;
}
.main-content .plans-features #feat-items > table th,
.main-content .plans-features #feat-inc table th{
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(58, 88, 110, 0.89);
    padding: 12px 20px;
    border: none;
}

.ar .main-content .plans-features #feat-items > table th{
    height: 65px !important;
}

.main-content .plans-features #feat-inc table th{
    padding: 8px 0;
    text-align: center;
}
.ar .main-content .plans-features #feat-inc table th {
    padding: 18px 0;
}
.ar .main-content .plans-features #feat-inc table th {
        height: 65px !important;
}

.ar #org-plans .table-stripe-exclude th {
    padding-top: 0px !important;
}

.ar #free-p .table-stripe-exclude th {
    padding-top: 22px !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
    border-radius: 3px;
    background-color: #fff;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(even){
    border-radius: 3px;
    background-color: #e6f0f5;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-right: none;
    border-left: none;
}
.main-content .plans-features #feat-inc table{
    margin-top: 31px;
}
.main-content .plans-features #feat-inc table .glyphicon{
    width: 28px;
    height: 28px;
    font-size: 18px;
}
.main-content .plans-features #feat-inc table .glyphicon-ok,
.plans-features .table-features .row .ft-container .glyphicon-ok{
    color: #27C177;
}
.main-content .plans-features #feat-inc table .glyphicon-remove,
.plans-features .table-features .row .ft-container .glyphicon-remove{
    color: #adadad;
}
.main-content .plans-features #feat-inc table .glyphicon-info-sign,
.plans-features .table-features .row .ft-container .glyphicon-info-sign{
    color: #159ED9;
    font-size: 30px;
}
.table-striped >tbody >tr.large-sz{
    border-radius: 3px;
    background-color: #fff;
    border: none;
    height: 76px !important;
}
.main-content .plans-features #feat-inc table tr.large-sz th,
.table-features .ft-container > div > p{
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(58, 88, 110, 0.55);
    text-shadow: 0 1px 1px rgba(58, 88, 110, 0.13);
}
.main-content .plans-features #feat-inc table tr.large-sz th> .sm-txt,
.table-features .ft-container > div .sm-txt{
    height: 15px;
    opacity: 0.89;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #3a586e;
    margin-top: 8px;
}
.main-content .plans-features .btn{
    width: auto;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    background-clip: content-box, border-box;
    margin: 0;
}
.main-content .signin-btn{
    opacity: 0.89;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #3a586e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
.main-content #plan-single .btn{
    width: 115px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 21px;
}
.main-content #plan-single .signin-btn{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    margin-top: 34px;
    padding: 0px;
}
.main-content #plan-single .subscribe-btn{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background-image: linear-gradient(#9661ff, #9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
    color: #ffdd39;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0px;
}
.main-content .plans-features .btn#premium-btn{
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background: linear-gradient(#9661ff, #9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
    color: #fff;
}
.main-content .plans-features .btn#org-btn{
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background: linear-gradient(#3641b5, #3641b5), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    color: #fff;
    background-origin: border-box;
}

.main-content .btn-sales-call {
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background: linear-gradient(#3641b5, #3641b5), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    color: #fff;
    background-origin: border-box;
}

.main-content .questions-area{
    padding: 0 20px;
}

.main-content .questions-area .info{
    text-align: center;
    margin-top: 40px;
}
.main-content .questions-area .info > h2{
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -0.3px;
    text-align: center;
    color: rgba(58, 88, 110, 0.89);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}
.main-content .questions-area .info > p{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: rgba(58, 88, 110, 0.55);
}

.plans-features .plan-classes{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
}
.plans-features .table-features{
    margin-top: 12px;
}
.plans-features .table-features .row{
    height: 88px;
    border-radius: 1px;
    background-color: #ffffff;
}
.plans-features .table-features .row.bg{
    background-color: #e6f0f5;
    border: solid 1px rgba(0, 0, 0, 0.08);
}
.plans-features .table-features .row > p{
    margin-top: 12px;
    margin-bottom: 0;
    height: 24px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(58, 88, 110, 0.89);
}
.plans-features .table-features .row .ft-container{
    height: 52px;
    display: flex;
    align-items: center;
}
.plans-features .table-features .row .ft-container > div{
    display: flex;
    justify-content: center;
}


.table-stripe-exclude {
    background-color: transparent !important;
    border: solid 0px transparent !important;
}

#get-back-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    top: 14px;
    left: 10px;
    cursor: pointer;
}
.ar #get-back-arrow {
    transform: rotate(180deg);
    left: 0px;
}

section.top-panel {
    background-color: #169ED9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
    right: 0;
}

.ar section.top-panel {
    left: 0;
    right: unset !important;
}

@media (max-width: 768px) {
    .main-content .plans-container .plan-desc#p-child {
        margin: 0 17px;
    }
    .plans-features .table-features,
    .main-content .tab-content{
        overflow-x: hidden;
    }
}
@media (max-width: 480px){
    .main-content .menu#plan-type > ul > li{
        width: 164px;
    }
    .main-content .menu#plan-type > ul > li > a{
        padding: 10px 8px;
    }
}
