.prices  .price {
    color: #243065;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.prices .original-price {
    font-size: 23px;
    text-decoration: line-through;
    color: #243065;
    text-align: center;
    font-weight: normal;
}

.includes {
    margin-bottom: 25px;
}


<style>
 p.price s {
     font-weight: 400 !important;
     font-size: 24px;
 }
.pck-affirm a {color: #215ba8!important;}
div.tooltip {
    position: absolute!important;
}
.tooltip {
    position: absolute;
    display: inline-block;
    opacity: unset !important;
    font-weight: bold !important;
    padding-left: 8px;
}
.pck-cel.inline {
    display: inline-block!important;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #205ca8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -92px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #205ca8 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* column highlight */
.package-row .pck-cel:nth-child(4) {
    background: #f5f5f5;
}
.package-row .pck-cel:nth-child(3) {
    background: #f5f5f5 !important;
}
.section-details {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 20px auto;
    padding: 0 20px;
}
.appraisal-packages {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 50px auto;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #292929;
    box-sizing: border-box;
}
.package-row {
    display: flex;
}
.pck-affirm{
    text-align: center;
}
.package-row .pck-cel:nth-child(3) {
    background: #f5f5f5;
}
.package-row.package-row-0 .pck-cel:first-child {
    border-top-color: transparent;
}
section.package-col strong {
    font-weight: bold;
}

.product-slider-inner h2,
section.package-col h3,
section.package-col-0 h3 {
    font-family: OpenSans Bold, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
    font-weight: 600;
}
section.package-col h3 {
    font-size: 20px;
    margin-top: 0;
}
section.package-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}
.package-col-1,
.package-col-2,
.package-col-3,
.package-col-4 {
    max-width: 230px;
}
.package-col-1 .pck-cel,
.package-col-2 .pck-cel,
.package-col-3 .pck-cel,
.package-col-4 .pck-cel {
    border-bottom-color: transparent;
    text-align: center;
    font-size: 14px;
}
.package-col-1 .pck-cel .pck-data,
.package-col-2 .pck-cel .pck-data,
.package-col-3 .pck-cel .pck-data,
.package-col-4 .pck-cel .pck-data {
    color: #8aa007;
}
.package-col-1 .pck-cel {
    background: #f5f5f5;
}
.package-col-1 .pck-cel.pck-subt {
    background: none;
}
section.package-col-0 h3 {
    margin-bottom: 0;
}
.pck-cel.pck-subt {
    color: #8aa007;
}
.pck-type {
    display: inline-flex;
    font-size: 11px;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    min-width: 91px;
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
}
.pck-type-online {
    background: #334493;
    color: #fff;
}
.pck-type-livestream-online {
    font-size: 10px;
}
.pck-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pck-cel {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #c6c6c6;
    min-height: 50px;
    box-sizing: border-box;
    border-left-color: transparent;
    border-bottom-color: transparent;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
}

.package-row.package-row-0 .pck-cel:nth-child(2) {
    border-radius: 10px 0 0 0;
}
.package-row .pck-cel:nth-child(2) {
    border-left-color: #c6c6c6;
}
.package-row.package-row-0 .pck-cel:nth-child(4) {
    border-radius: 0 10px 0 0;
}
.package-row .pck-cel:first-child {
    border-right-color: transparent;
}
.package-row .pck-cel:first-child {
    align-items: start;
}
.package-row:last-child .pck-cel {
    border-bottom-color: #c6c6c6;
}
.package-row:last-child .pck-cel:last-child {
    border-radius: 0 0 10px 0;
}
.package-row:last-child .pck-cel:first-child {
    border-bottom-color: transparent;
}
.package-row:last-child .pck-cel:nth-child(2) {
    border-radius: 0 0 0 10px;
}
.package-row:last-child .pck-cel a {
    margin-top: 15px;
}
.pck-cel-lg {
    min-height: 78px;
}
.pck-subt {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.package-col-0 .pck-cel {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
}
.pck-notes {
    font-size: 16px;
    line-height: 28px;
}
.pck-notes ul {
    margin-top: 3px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.first-pck-cel {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    border-radius: 10px 10px 0 0;
    padding-top: 40px;
    padding-bottom: 30px;
}
.first-pck-cel .pck-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.package-col-0 .first-pck-cel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left-color: transparent;
    border-top-color: transparent;
    padding-top: 10px;
}
.package-col-1 .pck-cel {
    border-left-color: #c6c6c6;
}

#classroom-package-options .package-row.package-row-0 .pck-cel:first-child p,
#livestream-package-options .package-row.package-row-0 .pck-cel:first-child p,
#online-package-options .package-row.package-row-0 .pck-cel:first-child p {
    text-align: left;
}

.pck-cel h3 {
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

.pck-cel h3.blue {
    font-size: 30px;
    color: rgb(33, 91, 168);
    text-align: center;
}

.most-pop-label {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%);
    height: 44px;
    background: #018937;
    display: flex;
    align-items: center;
    font-weight: 600;
    width: 152px;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
section.package-col .pck-desc h3 {
    font-size: 18px;
    min-height: 72px;
    line-height: 25px;
}
.pck-price {
    color: #215ba8;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
span.pck-affirm-label {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
}
.affirm-as-low-as {
    padding: 0 20px;
}
.pck-affirm a {
    display: inline-flex;
    color: #8aa007;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0;
}
.package-col {
    padding: 0 5px;
}
.package-col-1 a.pck-buy-now {
    background: #f59233;
    color: #292929;
    border-color: transparent;
    font-weight: 600;
}
a.pck-buy-now {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    height: 42px;
    align-items: center;
    border-radius: 10px;
    background: #f59233;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 18px;
    min-width: 194px;
}
a.pck-buy-now:hover {
    border: 2px solid #f59233;
    color: #f59233;
    background: #ffffff;
}
.package-col-1 a.pck-buy-now-red {
    background: #c63419;
    color: #ffffff;
    border-color: transparent;
    font-weight: 600;
}
a.pck-buy-now-red {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    height: 42px;
    align-items: center;
    border-radius: 10px;
    background: #c63419;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 18px;
    min-width: 194px;
}
a.pck-buy-now-red:hover {
    border: 2px solid #c63419;
    color: #c63419;
    background: #ffffff;
}
.pck-desc-date {
    display: flex;
    height: 60px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}
.pck-desc-date p {
    line-height: 18px;
    margin-bottom: 0px;
}
.pck-data-disabled {
    color: #dbdbdb !important;
}
.pck-cel.pck-cel-lg {
    display: flex;
    justify-content: center;
}
.pck-data-duration {
    color: #292929 !important;
}
span.last-pck-data-label {
    display: inline-flex;
    margin: 10px 0 15px;
}
.last-pck-data {
    margin-bottom: 15px;
}
.pck-data i {
    font-size: 20px;
}
.pck-affirm {
    margin-bottom: 25px;
}
.pck-feature {
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
}

/*MOBILE*/
.appraisal-packages-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
}

.package-col {
    min-width: 100%;
}

.appraisal-packages-wrapper #prev,
.appraisal-packages-wrapper #next {
    position: absolute;
    top: 180px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}
.appraisal-packages-wrapper #prev::before,
.appraisal-packages-wrapper #next::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(45deg);
}

.appraisal-packages-wrapper #prev {
    left: 15px;
}

.appraisal-packages-wrapper #prev::before {
    transform: rotate(45deg); /* Rotate for left arrow */
    margin-left: 5px;
}

.appraisal-packages-wrapper #next {
    right: 15px;
}

.appraisal-packages-wrapper #next::before {
    transform: rotate(225deg); /* Rotate for right arrow */
    margin-right: 5px;
}

.appraisal-packages-wrapper #prev:hover,
.appraisal-packages-wrapper #next:hover::before {
    border-color: rgba(255, 255, 255, 0.7); /* Change arrow color on hover */
}

.appraisal-packages-mobile {
    position: relative;
    flex-direction: row;
    width: 300%; /* Adjust based on the number of slides */
    max-width: 100%;
    margin: inherit;
    padding-top: 40px;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.appraisal-packages-mobile .pck-cel {
    border-left-color: #c6c6c6;
    text-align: center;
}

.appraisal-packages-mobile .pck-cel:first-child {
    border-radius: 10px 10px 0 0;
    padding: 10px 60px;
}

.appraisal-packages-mobile .pck-cel:last-child {
    border-bottom-color: #c6c6c6;
    border-radius: 0 0 10px 10px;
}

.appraisal-packages-mobile .pck-cel:last-child a {
    margin-top: 20px;
}
.package-row.package-row-0 .pck-cel:last-child {
    border-radius: 0 10px 0 0;
    background: #f5f5f5;
}

.package-row .pck-cel:last-child {
    background: #f5f5f5 !important;
}
.appraisal-packages-wrapper {
    display: block;
}
.pck-cel-border-bottom{
    border-bottom: 1px solid #c6c6c6;
}
.pck-cel-border-first{
    border-radius: 0 0 0 10px;
}
.pck-cel-border-last{
    border-radius: 0 0 10px 0;
}
.pck-cel-mobile-bottom{
    border-bottom: 1px solid #c6c6c6;
    border-radius: 0 0 10px 10px;
}
.package-row.package-row-0 .pck-cel:last-child {
    border-radius: 0 10px 0 0;
    background: #f5f5f5 !important;
}
.package-row .pck-cel:last-child {
    background: #f5f5f5 !important;
}
#classroom-package-options .package-options-header,
#livestream-package-options .package-options-header,
#online-package-options .package-options-header{
    padding-bottom: 0 !important;
}

span.pck-price-striket {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 25px;
}

@media screen and (min-width: 993px) {
    .appraisal-packages-wrapper {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .appraisal-packages-desktop {
        display: none;
    }
    .not-included {color: #999999;}
    #slider1 .appraisal-packages-mobile.pck-cel {display: inline-block; width: 100%; text-align: left;}
    #slider2 .appraisal-packages-mobile.pck-cel {display: inline-block; width: 100%; text-align: left;}
    #slider3 .appraisal-packages-mobile.pck-cel {display: inline-block; width: 100%; text-align: left;}
    #slider1 .appraisal-packages-mobile div.package-col.package-slide-1 div.pck-cel {display: inline-block; width: 100%; text-align: left;}
    #slider2 .appraisal-packages-mobile div.package-col.package-slide-2 div.pck-cel {display: inline-block; width: 100%; text-align: left;}
    #slider3 .appraisal-packages-mobile div.package-col.package-slide-3 div.pck-cel {display: inline-block; width: 100%; text-align: left;}
    .appraisal-packages-mobile div.package-col.package-slide-1 div.pck-cel, .appraisal-packages-mobile div.package-col.package-slide-2 div.pck-cel, .appraisal-packages-mobile div.package-col.package-slide-3 div.pck-cel, .appraisal-packages-mobile div.package-col.package-slide-4 div.pck-cel {display: inline-block;width: 100%;text-align:left;}
    .appraisal-packages-mobile div.pck-cel>img {padding-right: 10px;}
    .appraisal-packages-mobile .pck-cel:last-child { text-align: center !important;}
}
@media screen and (max-width: 768px){
    /*div#slider1.appraisal-packages-wrapper>div.appraisal-packages.appraisal-packages-mobile {height:auto; overflow: auto; max-height:1000px;}
	div#slider1 div.package-col.package-slide.package-slide-1 {max-height:1000px;}
	div#slider1.appraisal-packages-wrapper>div.appraisal-packages.appraisal-packages-mobile>div.package-col.package-slide.package-slide-1 {max-height:1000px;}
	div#slider2 .package-col:nth-of-type(1){max-height: 800px!important;}
	div#slider2 .package-col:nth-of-type(2){max-height: 900px!important;}
	div#slider3 .package-col:nth-of-type(1){max-height: 800px!important;}
	div#slider3 .package-col:nth-of-type(2){max-height: 900px!important;}*/
}
.requirements-steps{
    align-items: flex-start !important;
}
</style>
