.choice__item {
    flex: 0 0 calc(50% - 34px);
    margin: 0px 17px;
    background-color: white;
    border-radius: 20px;
    border: 2px solid #C6AC8F;
    padding: 48px 28px;
    position: relative;
    min-height: 350px;
    scroll-margin-top: 80px
}

.choice__item p {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    max-width: 330px;
}

.plan__header {
    flex: 0 0 25%;
    padding-top: 37px
}

.plan__items {
    flex: 0 0 75%
}

.plan__item {
    padding: 20px;
    box-shadow: 0px 6px 24px #0000001F;
    border-radius: 20px;
    flex: 0 0 calc(33.333% - 34px);
    margin: 17px;
    height: 186px
}

.plan__title,
.plan__item__title,
.plan__item__length,
.plan__item__price {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #457B9D;
}

.plan__title {
    margin-bottom: 8px
}

.plan__item__price {
    font-weight: 300;
}

.plan__description {
    max-width: 259px;
}

.plan__description,
.plan__item__description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.package__item__container {
    flex: 0 0 calc(33.333% - 34px);
    margin: 0px 17px;
    padding: 4px 0px;
    border-top: 1px solid #C6AC8F;
    height: calc(153px + 10px);
    overflow: hidden;
}

.tests__container,
.choices__container {
    width: calc(100% + 34px);
    margin-left: -17px;
    
}

.tests__container {
    overflow: hidden;
}

.plan {
    padding: 11px 0px;
    border-bottom: 1px solid #C6AC8F;
}

.more__plans {
    background-color: #457B9D3D;
    font-size: 24px;
    line-height: 32px;
}

.more__plans p {
    max-width: 765px;
    text-align: center;
    font-weight: 400;
    margin: auto;
}

.more__plans p a {
    font-weight: 500;
    text-decoration: underline;
}

.action__icon {
    height: 116px;
    width: 116px;
    position: absolute;
    right: -12px;
    top: 24px;
    border-radius: 50%;
    background: #457B9D;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 24px;

}

.action__icon.gold {
    background-color: #D4AF37;
    font-size: 16px;
    line-height: 18px;
    color: #1B1C1E
}

.action__container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: auto;
}

.action__img {
    z-index: 2;
    height: 100%;
    width: auto;
    position: relative;
}

.cpetrol {
    color: #005F6A;
}

.bg__img {
    top: 24px !important;
    height: 668px !important;
    width: auto !important;
}

#starter.choice__item,
#starter .button {
    border-color: #005F6A
}

.package__row {
    width: 100%;
    height: calc(153px + 10px);
}


.package__item__image {
    border-top: 1px solid #C6AC8F;
    height: 500px;
    overflow: visible;
    width: calc(33.333% - 34px);
    margin: 0px 17px;
    padding: 4px 0px;
    border-radius: 0px;
    overflow: hidden;
}

.package__item__image img {
    width: 100%;
}

h3.package__title.h3--small {
    font-size: 18px;
    font-weight: 500;
}

h3.package__title span {
    font-weight: 300
}

p.package__description {
    font-size: 16px;
    line-height: 20px;
}

.package__cta {
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.package__item {
    position: relative;
    padding: 20px 16px !important
}

.package__item__image--bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: white;
    z-index: 2;
    height: 5px;
    border-bottom: 1px solid #C6AC8F;
}


.package__row:last-of-type .package__item__container {
    border-bottom: 1px solid #C6AC8F;
}

.tests__container__collapsed {
    display: none;
}

.text__column--large p {
    max-width: calc(50% - 24px);
    min-width: calc(50% - 24px);
    /*padding: 0px 12px;*/
}

#go__to__bar {
    transform: translate(0px, -100%);
    font-weight: 500;
    background: none;
    z-index: 2;
    font-size: 18px;
    display:none
}

#go__to__bar a:hover {
    color: #1B1C1E;
}

/*
#go__to__bar a:last-of-type {
    color: #005F6A;
    border-bottom: 2px solid;
}
*/

.go__to__bar__text {
    display: none
}



/* 1366PX BREAKPOINT STYLING */
@media (min-width: 1366px) {
    .choice__item {
        flex: 0 0 calc(50% - calc((34/1366) * var(--screen-width)));
        margin: 0px calc((17/1366) * var(--screen-width));
        padding: calc((48/1366) * var(--screen-width)) calc((28/1366) * var(--screen-width));
        border-radius: calc((20/1366) * var(--screen-width));
        border: calc((2/1366) * var(--screen-width)) solid #C6AC8F;
        min-height: calc((350 / 1366) * var(--screen-width));
    }

    .choice__item p {
        font-size: calc((16/1366) * var(--screen-width));
        line-height: calc((20/1366) * var(--screen-width));
        max-width: calc((330/1366) * var(--screen-width));
    }

    .plan__header {
        padding-top: calc((37/1366) * var(--screen-width));
    }

    .plan__item {
        padding: calc((20/1366) * var(--screen-width));
        box-shadow: 0px calc((6/1366) * var(--screen-width)) calc((24/1366) * var(--screen-width)) #0000001F;
        border-radius: calc((20/1366) * var(--screen-width));
        flex: 0 0 calc(33.333% - calc((34/1366) * var(--screen-width)));
        margin: calc((17/1366) * var(--screen-width));
        height: calc((186/1366) * var(--screen-width));
    }

    .plan__title,
    .plan__item__title,
    .plan__item__length,
    .plan__item__price {
        font-size: calc((18/1366) * var(--screen-width));
        line-height: calc((22/1366) * var(--screen-width));
    }

    .plan__description {
        max-width: calc((259/1366) * var(--screen-width));
    }

    .plan__description,
    .plan__item__description {
        font-size: calc((16/1366) * var(--screen-width));
        line-height: calc((20/1366) * var(--screen-width));
    }

    .package__item__container {
        flex: 0 0 calc(33.333% - calc((34/1366) * var(--screen-width)));
        margin: 0px calc((17/1366) * var(--screen-width));
        height: calc((163/1366) * var(--screen-width));
    }

    .tests__container,
    .choices__container {
        width: calc(100% + calc((34/1366) * var(--screen-width)));
        margin-left: calc((-17/1366) * var(--screen-width));
    }

    .plan {
        padding: calc((11/1366) * var(--screen-width)) 0px;
        border-bottom: calc((1/1366) * var(--screen-width)) solid #C6AC8F;
    }

    .more__plans {
        font-size: calc((24/1366) * var(--screen-width));
        line-height: calc((32/1366) * var(--screen-width));
    }

    .action__icon {
        height: calc((116/1366) * var(--screen-width));
        width: calc((116/1366) * var(--screen-width));
        right: calc((-12/1366) * var(--screen-width));
        top: calc((24/1366) * var(--screen-width));
        font-size: calc((24/1366) * var(--screen-width));
        line-height: calc((24/1366) * var(--screen-width));
        border-radius: 50%;
    }

    .action__icon.gold {
        font-size: calc((16/1366) * var(--screen-width));
        line-height: calc((18/1366) * var(--screen-width));
    }

    .bg__img {
        top: calc((24/1366) * var(--screen-width)) !important;
        height: calc((668/1366) * var(--screen-width)) !important;
    }

    .package__row {
        height: calc((163/1366) * var(--screen-width));
    }

    .package__item__image {
        height: calc((326 / 1366) * var(--screen-width));
        width: calc(33.333% - calc((34 / 1366) * var(--screen-width)));
        margin: 0px calc((17 / 1366) * var(--screen-width));
        max-height: none;
        min-height: 1px;
    }

    h3.package__title.h3--small {
        font-size: calc((18/1366) * var(--screen-width));
    }

    p.package__description {
        font-size: calc((16/1366) * var(--screen-width));
        line-height: calc((20/1366) * var(--screen-width));
    }

    .package__cta {
        bottom: calc((18/1366) * var(--screen-width));
        left: calc((20/1366) * var(--screen-width));
    }

    .package__item__image--bottom {
        bottom: calc((0/1366) * var(--screen-width));
        height: calc((5/1366) * var(--screen-width));
        border-bottom: calc((1/1366) * var(--screen-width)) solid #C6AC8F;
    }

    .package__row:last-of-type .package__item__container {
        border-bottom: calc((1/1366) * var(--screen-width)) solid #C6AC8F;
    }
}

@media (min-width: 1599.98px) {
    .choice__item p {
        max-width: calc((400 / 1366) * var(--screen-width));
    }
}


@media (max-width: 1600px) {
    .package__item__image img {
        width: auto;
        height: 100%;
    }
}


@media (max-width: 1366px) {
    .choice__item p {
        max-width: 275px;
    }

    .plan__item {
        flex: 0 0 calc(50% - 34px);
    }

    .package__item__container {
        flex: 0 0 calc(50% - 34px);

    }

    .package__item.package__item--small {
        max-height: none;
        width: auto;
    }

    .package__row {
        height: auto
    }

    .package__item__image {
        display: none
    }

    .package__cta {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 12px;
    }

    .tests__container__extended {
        display: none;
    }

    .tests__container__collapsed {
        display: block;
    }

     .package__cta .flex.flex--space-between {
        justify-content: flex-start;
    }
}

@media (max-width: 1267.98px) {
    .choices__container {
        overflow: visible;
        width: 100%;
        flex-direction: column;
        margin-left: 0px
    }

    .choice__item {
        flex: 0 0 calc(100%);
        margin: 17px 0px;
        margin-left: 0px;
        width: 100%;
    }

    .choice__item p {
        max-width: 66.666%;
    }
}

@media (max-width: 867.98px) {

    .tests__container {
        width: 100%;
        margin-left: 0px;
    }



    .plan__items {
        flex: 0 0 calc(100%);
        margin-left: 0px;
    }

    .plan__item {
        margin: 17px 0px;
    }

    .plan__header,
    .package__item__container,
    .plan__items .plan__item {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .plan__header {
        padding-top: 24px;
        padding-bottom: 12px;
    }

    .package__item__container {
        margin: 0px;
    }

    .package__item,
    .package__item.package__item--small {
        width: 100% !important;
    }

   



}

@media (max-width: 639.98px) {
    .plan__items {
        margin-left: 0px;
    }

    .plan__item {
        margin: 17px 0px;
    }

    .plan__description {
        max-width: none
    }

    .action__container {
        position: relative;
        margin-top: -24px;
        margin-bottom: -2px;
    }

    .action__img img {
        height: auto !important;
        width: 100% !important;
    }

    .choice__item {
        margin-bottom: 24px;
        padding: 20px 20px 0px;
        flex-direction: column-reverse;
    }


    .package__item.package__item--small {
        width: 100% !important
    }

    .choice__item p {
        max-width: 100%;
    }

    .action__icon {
        right: -36px
    }
}