body {
    line-height: 1;
}

.landing-top {
    width: 100%;
    height: auto;
}

.top-banner {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 35.75%,
            #ffffff 85.54%
        ),
        linear-gradient(
            100.99deg,
            rgba(255, 255, 255, 0) 40.51%,
            #ffffff 65.93%
        );
    /*background-image: url('/images/top-landing/Rectangle3.png');
    height: 77vh;*/
    position: relative;
    /*background-repeat: no-repeat;*/
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.top-banner .desktop-banner {
    width: 100%;
}

.true-img {
    width: 5vw;
    margin-bottom: 6px;
}

.s_price {
    color: #ed1a78 !important;
}

.ups_price {
    font-weight: 400 !important;
    font-family: "AktivGrotesk-Regular";
}

.detail-border-div {
    display: flex;
    margin-top: -8%;
    padding: 0 5vw;
    width: 100%;
}

.top-border-div {
    display: flex;
    position: relative;
    align-items: self-start;
    gap: 2vw;
    width: 65%;
    z-index: 1;
    opacity:0;
    transform: translateY(-5%);
    transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}

.top-border-div.visible, .fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}

.fade-in-left:nth-child(1) {
  transition-delay: 0.1s;
}

.fade-in-left:nth-child(2) {
  transition-delay: 0.2s;
}

.fade-in-left:nth-child(3) {
  transition-delay: 0.3s;
}

.fade-in-left:nth-child(4) {
  transition-delay: 0.4s;
}

.fade-in-left:nth-child(5) {
  transition-delay: 0.5s;
}

.fade-in-left:nth-child(6) {
  transition-delay: 0.6s;
}

.fade-in-left:nth-child(7) {
  transition-delay: 0.7s;
}

.fade-in-left:nth-child(8) {
  transition-delay: 0.8s;
}

.fade-in-left:nth-child(9) {
  transition-delay: 0.9s;
}

.fade-in-left:nth-child(10) {
  transition-delay: 1s;
}

.fade-in-bottom{
  opacity: 0;
  transform: translateX(5%);
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}

.top-border {
    background: #ffffff;

    width: 50%;

    
    border-radius: 6px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    display: flex;
    flex-direction: column;
}

.starter-trial-first-div
{
    padding: 0.875rem 1rem 0 1rem;
}

.starter-trial-second-div
{
    padding: 0;
}

.comprehensive-trial
{
    padding: 0.875rem 1rem 0.875rem 1rem;
}

.top-border .row {
    padding: .9rem;
}

.invalid-feedback {
    margin-top: 0 !important;
}

#comprehensive-trial-content-hide-detail .row {
    padding: .5rem .9rem;
}

.chiropractic-text, .help-content-true-text {
    color: #ed1a78 !important;
}

.starter-trial .head {
    font-family: HelveticaNeueBold;
    font-weight: 400;
}

.comprehensive-trial .head {
    font-family: HelveticaNeueBold;
    font-weight: 400;
}

.top-border .head span {
    font-weight: 600;
    font-size: 1.5rem;
    color: #0a4769;
    line-height: 27.36px;
}

.top-border .content span {
    margin-left: 1vw;
    font-size: 1.25rem;
    width: 80%;
    font-weight: 400;
    line-height: 24.12px;
}

.starter-trial {
    justify-content: space-between;
}

#starter-trial-content-hide-detail {
    height: 100%;
}

.starter-trial .content span:nth-child(2) {
    font-family: "HelveticaNeueLight";
}

#starter-trial-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 0.875rem !important;
    margin: 0;
}

.comprehensive-trial .content span:nth-child(2) {
    font-family: "AktivGrotesk-Regular";
}

.arrow-div i {
    /*font-size: 1.5rem;*/
    /*width: 5%;*/
    display: none;
}

.top-border .footer {
    background-color: #ed1a78;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    /*cursor: pointer;*/
    justify-content: space-between;
    font-family: "HelveticaNeueLight";
}

.top-border .footer.active {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.top-border .footer span {
    width: 90%;
}

.top-border .footer span,
.top-border .footer i {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 21.6px;
    color: #ffffff;
}

.arrow-div {
    justify-content: space-between;
}

.starter-trial-hide-detail {
    transition-timing-property: ease-out;
    transition-duration: 0.3s;
    background-color: #ed1a78;
    height: 100% !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 !important;
    margin: 0;
}

.starter-trial-hide-detail ul {
    padding-right: 1vw;    
}

.starter-trial-hide-detail li {
    font-size: 1rem;
    font-weight: 400;
    font-family: "HelveticaNeueLight";
    color: #ffffff;
    margin-bottom: 0.2vw;
}

.true-title {
    display: none;
}

.true-title-desktop {
    position: absolute;
    transform: translate(0, -50%);
    top: -15%;
    left: 0;
}

.true-title-desktop span,
.help-content .top-text span {
    font-weight: 400;
    font-size: 2.5rem;
    color: #0a4769;
    line-height: 39px;
    font-family: AktivGrotesk-Bold;
}

.book-div {
    width: 50%;
    margin-top: -10%;
}

.book-form {
    width: 32%;
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #ffffff;
    position: fixed;
    right: 5vw;
    z-index: 10;
}

/*.book-col .row:first-child {
    padding: 1rem 0.6rem 0rem 1.25rem;
}*/

/*.book-col .row:last-child {
    padding: 1rem 1.25rem 0rem 0.6rem;
}*/

.tnc-click-text {
    color: #ed1a78;
    text-decoration: underline;
}

.mobile-book-title {
    display: none;
}

.book-form .row input:not([type="checkbox"]):not([type="radio"]),
.book-form .row select {
    padding: 0 1.5rem 0 0.625rem;
    border-radius: 6px;
    min-height: 5vh;
    width: 100%;
    color: #1D1D1D;
    border: 1px solid #1D1D1D;
    white-space: normal;
    /* For Firefox: */
    text-overflow: ellipsis;
}

.book-form .dropdown button {
    padding: 0 1.5rem 0 0.625rem;
    border-radius: 6px;
    min-height: 5vh;
    width: 100%;
    color: #1D1D1D;
    border: 1px solid #1D1D1D;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    text-align: left;

    font-size: 1rem;
    line-height: 1.2;
    font-family: HelveticaNeueLight;
    color: #1d1d1d;
    opacity: 1;
}

.book-form .dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid #1D1D1D;
}

.book-form .dropdown .dropdown-menu .dropdown-item {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    
    padding-left: 0.625rem;
    padding-right: 1.5rem;
    white-space: normal;
}

.book-form .dropdown .dropdown-menu .dropdown-item:hover{
    background: #1967d2;
    color: #fff;
}

.book-select-div
{
    position:relative;
    width: 100%;
}

.book-select-div select{
    /* remove the original arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.book-select-div .fa{
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 0.625rem;
    transform: translate(0, -50%);
}

.book-form input::placeholder, .book-form .row input:not([type="checkbox"]):not([type="radio"]), .book-form .row select, .tnc-text {
    color: #1d1d1d;
    opacity: 1;
    font-size: 1rem;
    line-height: 15px;
    font-family: HelveticaNeueLight;
}

.book-form input::-ms-input-placeholder {
    color: #1d1d1d;
}

/*#location:has(option[value="8"]:checked),
#chief_complaint:has(option[value="17"]:checked) {
    height: 100%;
    white-space: normal;
}*/

.promotion-valid-text {
    font-size: .85rem !important;
    font-weight: 400;
    line-height: 22.4px;
    color: #ed1a78;
    /*white-space: nowrap;*/
    width: 100%;
}

.tnc-text {
    line-height: 1.3125rem;
}

.book-bottom {
    justify-content: space-between;
}

.book-button,
.view-more {
    width: 7.031vw;
    height: 5.4vh;
    /*padding: 16px 1.5rem 16px 1.5rem;*/

    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    background: #ed1a78;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
}

.book-button:hover,
.book-button:focus {
    border: none;
    background-color: #ffc2dd;
    color: #ED1A78;
    outline: 0;
}

.top-background {
    background: linear-gradient(0deg, #f1f9fe 63.43%, #ffffff 111.65%);
    position: relative;
}

.desktop-top-background-text
{
    display: block;
}

.mobile-top-background-text
{
    display: none;
}

.tick-image {
    position: absolute;
    right: 0;
    bottom: -10%;
}

.tick-image-mobile {
    display: none;
}

.help-content {
    width: 55%;
    padding: 10vw 0 5vw 5vw;
}

.help-wrap {
    margin-top: 0.5vw;
    padding: 1vw 0;
    gap: 1.5vw 2vw;
	position: relative;
    z-index: 1;
}

.help-wrap-border {
    /*height: 4.1vh;*/
    padding: 6px 1.1rem 6px 1.1rem;
    border-radius: 1000px;
    border: 1px solid #ff87bc;
}

.help-wrap-border img {
    width: 20px;
}

.help-wrap-border span {
    margin-left: 0.4vw;
    font-size: 1.5rem;
    line-height: 28.8px;
    font-family: "HelveticaNeueLight";
    color: black;
}

.book-col {
    display: flex;
    gap: 2vw;
}

.book-col .content {
    width: 100%;
}

.book-row span {
    font-size: 12.5px;
}

.book-col .book-row:nth-child(1) {
    width: 80%;
}

.book-col .book-row:nth-child(2) {
    width: auto;
    justify-content: end;
}

.calender {
    position: absolute;
    right: 0.625rem;
    transform: translate(0, -50%);
    top: 50%;
    cursor: pointer;
}

#ui-datepicker-div {
    position: absolute !important;
}

.mobile-treatment
{
    display: none;
}

.mobile-book-row {
    display: none;
}

.mobile-between-border-background {
    display: none;
}

.mobile-true-text {
    display: none;
}

.desktop-tick {
    display: block;
}

.mobile-tick {
    display: none;
}

.tnc-div {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.tnc-logo {
    display: none;
}

.tnc-container {
    width: 37.5rem;
    height: fit-content;
    background: #ffffff;
    border-radius: 0.375rem;
    padding: 1.5rem;
}

.tnc-title {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: AktivGrotesk-Bold;
    color: #ed1a78;
}

.tnc-title .close {
    color: #ed1a78 !important;
    opacity: 1 !important;
    outline: unset;
}

.tnc-content {
    font-size: 1rem;
    font-weight: 400;
    font-family: AktivGrotesk-Regular;
    color: #1d1d1d;
    padding-top: 1.25rem;
}

.tnc-content ol {
    padding-inline-start: 1.5rem;
    margin-bottom: 0;
}

.tnc-content li {
    line-height: 1.2;
    padding-bottom: 0.625rem;
}

.popup-promo {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(29, 29, 29, 0.9);
    z-index: 1000;
}

.popup-promo > div {
    width: 42.7rem;
    height: 23.7rem;
    border-radius: 0.6rem;
    display: flex;
}

.popup-promo > div > .popup-promo-left {
    width: 43%;
}

.popup-promo > div > .popup-promo-left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.6rem 0 0 0.6rem;
}

.popup-promo > div > .popup-promo-right {
    width: 57%;
    text-align: center;
    background: linear-gradient(to top, #0A4769 10%, #ED1A78 130%);
    border-radius: 0 0.6rem 0.6rem 0;
    padding: 1.3rem 1.3rem 1.3rem 2rem;
}

.popup-promo > div > .popup-promo-right > div:first-child {
    width: 100%;
    position: relative;
}

.popup-promo > div > .popup-promo-right > div:first-child > img:first-child {
    width: 6.3rem;
}

.popup-promo > div > .popup-promo-right > div:first-child > img:last-child {
    width: 0.9rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.popup-promo > div > .popup-promo-right > div:not(:last-child) {
    font-weight: 400;
    color: #FFFFFF;
}

.popup-promo > div > .popup-promo-right > div:nth-child(2) {
    font-size: 1.2rem;
    font-family: AktivGrotesk-Regular;
    margin-top: 1.6rem;
}

.popup-promo > div > .popup-promo-right > .promo-banner-mo {
    display: none;
}

.popup-promo > div > .popup-promo-right > div:nth-child(4) {
    font-size: 2rem;
    font-family: HelveticaNeueBold;
    margin-top: 1.6rem;
}

.popup-promo > div > .popup-promo-right > div:nth-child(4) > span {
    font-size: 4.6rem;
    font-family: AktivGrotesk-Bold;
}

.popup-promo > div > .popup-promo-right > div:last-child > button {
    width: 100%;
    outline: unset !important;
    border: unset !important;
    border-radius: 0.3rem;
    background: #FFFFFF;
    color: #ED1A78;
    font-family: HelveticaNeueBold;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.85rem;
    margin-top: 2rem;
    cursor: pointer;
}

.popup-promo > div > .popup-promo-right > div:last-child > button:hover {
    color: #ED1A78;
    background: #ffc2dd;
}

@media (min-width: 1867px) {
    .true-title-desktop span, .help-content .top-text span {
        line-height: 44px;
    }
}

@media (max-width: 1866.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 2.4rem;
    }
}

@media (max-width: 1792.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 2.3rem;
    }
}

@media (max-width: 1717.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 2.2rem;
    }
}

@media (max-width: 1642.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 2.1rem;
    }
}

@media (max-width: 1567.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 2rem;
    }
}


@media (max-width: 1840px) {
    /*#location:has(option[value="7"]:checked)
    {
        white-space: normal;
        text-overflow: ellipsis;
        height: 100%;
    }*/
}

@media (max-width: 1685px) {
    /*#comprehensive-trial-content-hide-detail .row, #starter-trial-content-hide-detail .row {
        height: 11vh;
    }*/
}

@media (max-width: 1600px) {
    .experience-title {
        line-height: 35px;
    }

    .help-wrap-border span {
        font-size: 1rem;
    }

    .overview-desc {
        font-size: 1rem;
        line-height: 20px;
    }

    .book-form input::placeholder, .book-form .row input:not([type="checkbox"]):not([type="radio"]), .book-form .row select, .tnc-text, .book-button {
        font-size: .9rem;
    }

    .book-form .dropdown button, .book-form .dropdown .dropdown-menu .dropdown-item {
        font-size: .9rem;
    }
}

@media (max-height: 750px) and (max-width: 1600px) {

    .true-title-desktop
    {
        top: -13%;
    }
}

@media (max-width: 1579px)
{
    .top-border .content span {
        font-size: 1rem;
    }

    /*#comprehensive-trial-content-hide-detail .row, #starter-trial-content-hide-detail .row {
        height: 13vh;
    }*/
}

@media (max-width: 1540px)
{
    .promotion-valid-text
    {
        font-size: 0.7rem !important;
    }

    #date, #preferred_session
    {
        height: 7vh;
    }

    /*#location:has(option[value="3"]:checked), #location:has(option[value="5"]:checked){
        height: 100%;
    }*/
}

@media (max-width: 1495.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.9rem;
        line-height: 32px;
    }

    .true-title-desktop
    {
        top: -11%;
    }
}

@media (max-width: 1418.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.8rem;
    }
}

@media (max-width: 1344.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.7rem;
    }
}

@media(max-width: 1300px) {
    .top-border .content span {
        line-height: 15px;
    }

    .top-border .row {
        padding: .6rem;
    }
}

@media (max-width: 1269.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.6rem;
        line-height: 28px;
    }
}

@media (max-width: 1201.5px) {
    .top-border .content span, .help-wrap-border span, .starter-trial-hide-detail li {
        font-size: 0.9rem;
    }

    .starter-trial-hide-detail li
    {
        margin-bottom: 0.5vw;
    }
}
@media (max-width: 1194.5px) {
    .top-border .head span {
        font-size: 1.3rem;
    }

    .true-title-desktop
    {
        top: -11%;
    }

    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.4rem;
        line-height: 27px;
    }

    /*#comprehensive-trial-content-hide-detail .row, #starter-trial-content-hide-detail .row
    {
        padding: 0 0.9rem;
    }*/

    .tnc-text, .book-button
    {
        font-size: 0.8rem;
    }
}

@media (max-width: 1040.5px) {
    .true-title-desktop span, .help-content .top-text span {
        font-size: 1.3rem;
    }
}

@media(max-width: 1024px) {
    .top-border .content span {
        line-height: 15px;
    }

    .top-border .content span, .help-wrap-border span, .starter-trial-hide-detail li {
        font-size: .75rem;
    }

    .book-form input::placeholder, .book-form .row input:not([type="checkbox"]):not([type="radio"]), .book-form .row select, .tnc-text, .book-button {
        font-size: .7rem;
    }

    .book-form .dropdown button, .book-form .dropdown .dropdown-menu .dropdown-item {
        font-size: .7rem;
    }
}

@media (min-width: 900px) and (max-width: 1022.5px){
    #comprehensive-trial-content-hide-detail .row, #starter-trial-content-hide-detail .row {
        padding: 0 0.6rem;
    }
}

@media (max-width: 992px) {
    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .top-banner {
        position: relative;
    }

    .top-banner .mobile-banner {
        width: 100%;
    }

    .true-img {
        width: 22vw;
        margin-bottom: 5px;
    }

    .true-title-desktop {
        display: none;
    }

    .true-title {
        display: block;
        width: 90%;
        text-align: center;
        transform: translate(-50%, 0%);
        left: 50%;
        bottom: -10%;
        right: unset;
        top: unset;
        z-index: 2;
        position: relative;
        font-family: "AktivGrotesk-Bold";
    }

    .true-title span,
    .help-content .top-text span {
        font-size: 2.1rem;
        line-height: 35px;
        text-align: center;
        color: #0a4769;
    }

    .detail-border-div {
        display: block;
        position: relative;
        margin-top: unset;
        padding: 0;
    }

    .top-background {
        height: auto;
    }

    .tnc-click-text {
        color: #ff87bc;
        text-decoration: underline;
    }

    .top-border-div {
        display: block;
        transform: unset;

        margin-top: 2rem;
        padding: 0 6vw;
        position: relative;
        width: auto;

        background: linear-gradient(to top, #0a4769 25%, transparent 0);
        align-items: unset;
    }

    .top-border {
        width: 100%;
    }

    #starter-trial-content, #comprehensive-trial-content {
        padding: .6rem 1.25rem;
        justify-content: flex-start;
    }

    .top-border .head span {
        font-size: 1.25rem;
        width: 90%;
        font-weight: 400;
    }

    .book-form input::placeholder, .book-form .row input:not([type="checkbox"]):not([type="radio"]), .book-form .row select, .tnc-text, .book-button {
        font-size: 1rem;
    }

    .book-form .dropdown button, .book-form .dropdown .dropdown-menu .dropdown-item {
        font-size: 1rem;
    }

    .top-border .content span
    {
        font-size: 1rem;
        margin-left: 5vw;
    }

    #starter-trial-bottom span
    {
        margin-left: unset;
    }

    #comprehensive-trial-content-hide-detail .row, #starter-trial-content-hide-detail .row {
        padding: 1rem 1.25rem;
        height: auto;
        min-height: unset;
    }

    .starter-trial-first-div
    {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    #starter-trial-bottom
    {
        padding: 1rem 1.5rem !important;
        justify-content: flex-start;
    }

    .starter-trial-hide-detail li {
        font-size: 0.875rem;
    }

    .top-border .footer i {
        font-size: 1.7rem;
    }

    .starter-trial {
        margin-bottom: 1rem;
        position: relative;
        z-index: 2;
        height: auto;
    }

    .comprehensive-trial {
        position: relative;
        z-index: 2;
        height: auto;
        padding: 0.875rem 1.5rem 0.875rem 1.5rem;
    }

    .book-div {
        width: 100%;
        margin-top: unset;
    }

    .book-form {
        border-radius: unset;
        box-shadow: unset;
        background: unset;
        position: relative;
        z-index: 2;
        right: unset;
        background: #0a4769;
        padding: 1.5rem 6vw;
    }

    .book-div .top-border .row {
        padding: 0.5rem;
    }

    .book-form .row input:not([type="checkbox"]):not([type="radio"]),
    .book-form .row select {
        padding: 0 1rem;
    }

    .book-form .dropdown button {
        padding: 0 1rem;
    }

    .book-select-div .fa{
        right: 1rem;
    }

    .calender {
        right: 0.9rem;
    }

    #preferred_session, #date, 
    #location:has(option[value="1"]:checked), #location:has(option[value="3"]:checked), 
    #location:has(option[value="5"]:checked), #location:has(option[value="7"]:checked) {
        height: 5vh;
    }

    .tick-image {
        display: none;
    }

    .tick-image-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .help-content {
        position: relative;
        padding: 3rem 1rem;
        width: 100%;
        bottom: unset;
        left: unset;
    }

    .help-content .row {
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
    }

    .help-wrap {
        padding: 2rem 0;
        gap: 0.7rem;
    }

    .help-wrap-border {
        padding: 2px 1.1rem 2px 1.1rem;
    }

    .help-wrap-border span {
        font-size: 1.2rem;
        padding-left: 4px;
        color: black;
    }

    .help-wrap-border img {
        width: 5vw;
    }

    .view-more {
        width: 9.5rem;
        height: 3.063rem;
    }

    .book-col {
        display: block;
    }

    .book-col .content {
        width: auto;
    }

    .desktop-top-background-text
    {
        display: none;
    }

    .mobile-top-background-text
    {
        display: block;
    }

    .mobile-between-border-background {
        display: block;
        position: absolute;
        height: 80rem;
        background-color: #0a4769;
        width: 100%;
        transform: translate(-50%, 0);
        z-index: 0;
        left: 50%;
        bottom: 0;
    }

    .mobile-book-title {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .mobile-book-title span {
        font-family: "AktivGrotesk-Bold";
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.3rem;
        color: #ffffff;
    }

    .agree-tnc {
        padding: 2rem 0.5rem !important;
        justify-content: center;
        margin: 0;
    }

    .tnc-text {
        color: #ffffff;
        font-size: 1rem !important;
        width: auto !important;
        /*margin-left: 3vw !important;*/
    }

    .book-col .book-row:nth-child(1) {
        display: none;
    }

    .book-col .book-row:nth-child(2) {
        margin: 0;
    }

    input[type="radio"] {
        transform: scale(1.7);
    }

    .mobile-book-row {
        display: block;
        text-align: center;
    }

    .book-button {
        width: 100%;
        font-size: 2rem;
        height: 10vw;
    }

    .mobile-true-text {
        display: block;
    }

    .desktop-true-text {
        display: none;
    }

    .desktop-tick {
        display: none;
    }

    .mobile-tick {
        display: block;
    }

    .top-border-div .mobile-tick {
        width: 5vw;
    }

    .book-col .row:first-child, .book-col .row:last-child {
        padding: 0.5rem;
    }

    .promotion-valid-text {
        color: #ffffff;
        font-size: 0.75rem !important;
    }

    .tnc-div {
        overflow: auto;
        align-items: start;
        padding: 0 1.125rem;
    }

    .tnc-inner {
        height: fit-content;
        margin: 4rem 0;
    }

    .tnc-logo {
        display: inline;
        width: 7.5rem;
        padding-bottom: 2rem;
    }

    .tnc-container {
        width: 100%;
        padding: 1.65rem;
    }

    .tnc-title {
        font-size: 1.5rem;
    }

    .tnc-content {
        font-size: 1rem;
        padding-top: 0.938rem;
    }

    .tnc-content ol {
        padding-inline-start: 1.2rem;
    }

    .tnc-content li {
        padding-bottom: 0.813rem;
    }

    .mobile-treatment
    {
        display: block;
    }

    .desktop-treatment
    {
        display: none;
    }

    .popup-promo {
        align-items: flex-start;
        overflow: auto;
        padding: 10vw;
    }

    .popup-promo > div {
        width: 100%;
        height: fit-content;
        margin: 10vw 0;
    }

    .popup-promo > div > .popup-promo-left {
        display: none;
    }

    .popup-promo > div > .popup-promo-right {
        width: 100%;
        border-radius: 2.5vw;
        background: linear-gradient(to left top, #0A4769 0%, #ED1A78 110%);
        padding: 5vw 0 6.5vw;
    }

    .popup-promo > div > .popup-promo-right > div:first-child > img:first-child {
        width: 14vw;
    }

    .popup-promo > div > .popup-promo-right > div:first-child > img:last-child {
        width: 3vw;
        right: 5vw;
    }

    .popup-promo > div > .popup-promo-right > div:nth-child(2) {
        font-size: 5.1vw;
        margin-top: 4vw;
    }

    .popup-promo > div > .popup-promo-right > .promo-banner-mo {
        display: block;
        margin-top: 4vw;
    }

    .popup-promo > div > .popup-promo-right > .promo-banner-mo > img {
        width: 100%;
    }

    .popup-promo > div > .popup-promo-right > div:nth-child(4) {
        font-size: 6.9vw;
        margin-top: 4vw;
    }

    .popup-promo > div > .popup-promo-right > div:nth-child(4) > span {
        font-size: 15.7vw;
    }

    .popup-promo > div > .popup-promo-right > div:last-child {
        padding: 0 7.5vw;
    }

    .popup-promo > div > .popup-promo-right > div:last-child > button {
        font-size: 5.1vw;
        margin-top: 5vw;
    }
}

@media(max-width: 767.9px) {

    .top-border-div {
        padding: 0 1rem;
    }

    .top-border .content span {
        font-size: 1.25rem;
        line-height: 20px;
    }

    .top-border-div .mobile-tick {
        width: 8vw;
    }

    .starter-trial-hide-detail li {
        margin-bottom: 2vw;
    }

    .book-form {
        padding: 1.5rem;
    }


    .faq-question {
        font-size: 1.25rem !important;
    }

    .starter-trial-first-div
    {
        padding: 3rem 1.5rem 0 1.5rem;
    }

    .top-border-div {
        margin-top: 4rem;
    }

    .arrow-div i {
        display: block;
        font-size: 1.7rem;
        font-weight: 700;
        width: 5%;
    }
}

@media (max-width: 576px) {
    .top-border .content span {
        font-size: 1rem;
        /*margin-left: 3vw;*/
    }

    .book-form input::placeholder, .book-form .row input:not([type="checkbox"]):not([type="radio"]), .book-form .row select, .tnc-text {
        font-size: .75rem;
    }

    .book-form .dropdown button, .book-form .dropdown .dropdown-menu .dropdown-item {
        font-size: .75rem;
    }

    .book-form .dropdown .dropdown-menu .dropdown-item {
        padding-top: 0.825rem;
        padding-bottom: 0.825rem;
    }

    .book-button
    {
        font-size: 1.125rem;
        height: 13vw;
    }

    .starter-trial-first-div
    {
        padding: 2.3rem 1.5rem 0 1.5rem;
    }

    .top-border-div {
        margin-top: 2rem;
    }

    .arrow-div i {
        align-items: center;
        display: flex;
    }
}
