/* .page-pricing .p-masthead p {
    max-width: 290px;
} */
.page-pricing .p-masthead {
    position: relative;
    z-index: 1;
}
.pp-table {
    /* background: rgb(142, 252, 205);
    background: radial-gradient(circle, rgba(142, 252, 205, 0.2) 20%, rgba(235, 241, 251, 1) 100%); */
    /* padding-top: 150px; */
    padding-bottom: 70px;
    margin-top: -180px;
}
/* .pp-table .container { max-width: 1300px; } */
.pp-table tbody * {
    color: var(--color-darkblue);
}
.pp-table-inner {
    background: #fff;
    border-radius: 16px;
    width: calc(100% + 100px);
    margin-left: -50px;
    -webkit-box-shadow: 0px 0px 205px -13px rgba(142,252,205,0.2);
    -moz-box-shadow: 0px 0px 205px -13px rgba(142,252,205,0.2);
    box-shadow: 0px 0px 205px -13px rgba(142,252,205,0.2);
}
.pp-table-top {
    width: calc(100% + 100px);
    margin-left: -50px;
}
.pp-table-top tr {
    vertical-align: bottom;
}
.pp-table-top tr td {
    padding: 50px 30px 30px;
    position: relative;
}
.pp-table-top p {
    margin-bottom: 50px;
    padding-left: 20%;
    margin-right: -30px;
}
.pp-table-top img:not(.mostpopular) {
    margin: 0 auto -30px;
    width: 300px;
}
.pp-table-top img.mostpopular {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 70px;
}
.pp-table-top tr td:first-child {
    width: 382px;
    padding: 50px 0px 30px 30px;
}
.pp-table-inner table tr td:first-child {
    min-width: 330px;
}
.pp-table-inner thead td {
    padding: 50px 30px 30px;
    position: relative;
    border: 1px solid #EBF1FB;
}
.pp-table-inner p {
    font-size: 13px;
}
.pp-table-inner thead td:not(td:first-child) p:not(.cross-out-pricing-p) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.pp-table-inner thead h3, .pptm-item h3 {
    font-size: 50px;
}
.pp-table-inner thead h3 b span:first-child, .pptm-item h3 b span:first-child {
    font-size: 25px;
    margin-right: 5px;
}
.pp-table-inner thead h3>span, .pptm-item h3>span {
    font-size: 20px;
}
.pp-table-inner tbody .ppti-title {
    background: #EBF1FB;
}
.pp-table-inner tbody img {
    width: 27px;
}
.pp-table-inner tbody img[src$='ico-minus.png'] {
    width: auto;
}
.pp-table-inner tbody img.cs_tooltip {
    width: 20px;
}
.pp-table-inner tbody .ppti-title td {
    padding: 20px 20px 15px 30px;
}
.pp-table-inner tbody td {
    padding: 12px 12px 12px 30px;
    border: 1px solid #EBF1FB;
}
.pp-table-inner tbody td:not(td:first-child) {
    text-align: center;
}
.pp-table-inner tbody p {
    margin: 0px;
}
.other-services {
    background-image: url('../png/other-services-background-image.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.text-center .switch-button {
    margin: 0 auto;
}
.inclusions {
    font-size: 22px;
    padding: 40px 0;
}
/* .pp-table-mobile {
    margin-top: 80px;
} */
.pptm-pricing .pricing-toggle li {
    display: inline-block;
    border-radius: 12px;
    border: 2px solid #9F9CC8;
    padding: 10px 20px;
    width: 150px;
    color: #9F9CC8;
    font-weight: bold;
    line-height: 1.3;
    margin-right: 15px;
}
.pptm-pricing .pricing-toggle li:last-child {
    margin-right: 0;
}
.pptm-pricing .pricing-toggle li.active {
    background: #fff;
    color: var(--color-pink);
    border-color: var(--color-pink);
}
.pptm-pricing .pricing-toggle li:hover {
    cursor: pointer;
}
.pptm-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}
.pptm-item ul {
    margin-left: -20px;
    margin-right: -20px;
}
.pptm-item ul li.title {
    background: #EBF1FB;
    font-weight: bold;
}
.pptm-item ul li {
    padding: 5px 0px;
}
.checklist li {
    margin-bottom: 15px;
}
/* .checklist li:before {
    top: 16px;
} */
.other-services .plan-columns>div>div:first-child {
    border-right: 1px solid #D8E2F3;
}
/* .ppti-gd img, .ppti-ms img:not(.mostpopular) {
    position: absolute;
    bottom: 318px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.ppti-ms img.mostpopular {
    position: absolute;
    bottom: 630px;
    right: 10px;
} */
/** 
* Updated new pricing
*/
/* .p-nav-grid {
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    background-color: #FFF;
    color: var(--color-darkblue);
    font-weight: 800;
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 50px;
}
.p-nav-grid li {
    text-align: center;
    border-radius: 20px;
    padding: 5px 5px 1px;
}
.p-nav-grid li.active {
    background-color: var(--color-aqua);
}
.p-nav-grid li a {
    color: inherit;
    background: none !important;
} */
.p-nav-grid {
    cursor: pointer;
    /* display: flex; */
    grid-template-columns: auto auto auto;
    /* margin-top: 20px; */
    background-color: #FFF;
    color: var(--color-darkblue);
    font-weight: 800;
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 50px;
    width: max-content;
}
.p-nav-grid li {
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}
.p-nav-grid .slashes {
    min-width: 70px;
}
.p-nav-grid li.active {
    background-color: var(--color-aqua);
}
.p-nav-grid li a {
    color: inherit;
    background: none !important;
}
.theme-pink {
    background-color: #FFF0F6;
    color: var(--color-pink) !important;
    font-weight: 200 !important;
}
.theme-pink .switch-button-checkbox + .switch-button-label:before {
    background-color: var(--color-pink) !important;
    color: #FFF !important;
}
.theme-pink .switch-button-checkbox + .switch-button-label {
    padding: 8px 5px;
}
.theme-pink:before {
    color: var(--color-pink) !important;
    font-weight: 300;
}
.theme-pink.active:before {
    color: #FFF0F6 !important;
}
.theme-pink.active .switch-button-label-span {
    color: var(--color-pink) !important;
}
.theme-pink .switch-button-label-span {
    color: #FFF0F6;
    font-weight: 300;
}
@media only screen and (max-width: 1204px){
    .pp-table-inner thead td {
        vertical-align: top;
    }
}

@media only screen and (max-width: 767px) {
    .p-nav-grid {
        display: block;
        font-size: 13px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 1190px){
    .ppti-ms img.mostpopular {
        bottom: 500px !important;
        right: 0px;
    }
}