#MainContentFormWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-wrapper-half {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.DivLPMessageMainRight a {
    color: var(--primary-color);
}

    .DivLPMessageMainRight a:hover {
        color: var(--secondary-color) !important;
        text-decoration: underline;
    }

.DivLPMessageInsideRL {
    width: 100% !important;
}
.card{
    min-height:312px;
}
.card-title {
    min-height:65px;
}
.card-description {
    min-height: 105px;
}
btn-card {
    min-height:30px;
}
/*.firstcardtoggle {
    margin-top: 70px;
}*/
.buttonfinalize {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

@media (min-width: 992px) {
    .button-wrapper-half {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .DivLPMessageInsideRL a {
        font-size: 15px;
    }

    .DivLPMessageInsideRL {
        font-size: 15px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .button-wrapper-half {
        width: 100% !important;
    }

    .DivLPMessageMainNote {
        padding-bottom: 10px;
    }

    .DivLPMessageMain {
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 500px;
        align-items: center;
    }

        .DivLPMessageMain div {
            width: 100%;
            align-items: center;
            text-align: center;
            padding: 0px;
            padding-top: 20px;
        }

    .DivLPMessageMainLeft, .DivLPMessageMainRight {
        width: 100%;
        border-right: none;
        min-height: 320px;
        max-width: 570px;
    }

    .DivLPMessageInsideRL {
        width: 100%;
        font-size: 12px;
    }

    .cards-container {
        width: 100%;
        gap: 30px;
    }

    .card {
        height: 100%;
        min-height: 310px;
        height: 100%;
    }

    .card-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .card-title {
        min-height: 65px;
        height: 100%;
    }

    .card-description {
        height: 100%;
        min-height: 125px;
    }

    .firstcardtoggle, .thirdcardtoggle {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .firstcardtoggle {
        width: 565px;
    }

        .firstcardtoggle img {
            width: 30%;
        }

        .firstcardtoggle div {
            padding: 0px;
            padding-top: 10px;
            margin-left: 0px;
            width: 100%;
        }

    .secondcardtoggle {
        width: 590px;
        flex-direction: row;
        margin-left: 10px;
        align-items: center;
    }

        .secondcardtoggle div {
            margin-left: 10px;
            width: 50%;
        }
    .Window_3{
        min-height:1700px;
    }
    .Window_3_wrapper {
        min-height: 1700px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .button-wrapper-half {
        width: 100% !important;
    }

    .DivLPMessageMainNote {
        padding-bottom: 10px;
    }

    .DivLPMessageMain {
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 500px;
        align-items: center;
    }

        .DivLPMessageMain div {
            width: 100%;
            align-items: center;
            text-align: center;
            padding: 0px;
            padding-top: 20px;
        }

    .DivLPMessageMainLeft, .DivLPMessageMainRight {
        width: 100%;
        border-right: none;
        min-height: 320px;
        max-width: 570px;
    }

    .DivLPMessageInsideRL {
        width: 100%;
        font-size: 12px;
    }

    .cards-container {
        width: 100%;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .card {
        height: 100%;
        min-height: 100px;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .card-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .card-title {
        min-height: 25px;
        height: 100%;
    }

    .card-description {
        height: 100%;
        min-height: 40px;
    }

    .firstcardtoggle, .thirdcardtoggle {
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .firstcardtoggle {
        width: 100%;
    }

        .firstcardtoggle img {
            width: 50%;
        }

        .firstcardtoggle div {
            padding: 0px;
            padding-top: 10px;
            margin-left: 0px;
            width: 100%;
            text-align: center;
        }

    .secondcardtoggle {
        width: 100%;
        flex-direction: column;
        margin-left: unset;
        margin-top: 0px;
        align-items: center;
        text-align: center;
        transform: unset;
    }

        .secondcardtoggle div {
            margin-left: 10px;
            width: 100%;
            margin-top: 10px;
        }

    .thirdcardtoggle {
        width: 100%;
        align-items: center;
        transform: unset;
        margin-left: unset;
        margin-top: 0px;
        align-items: center;
        text-align: center;
    }

        .thirdcardtoggle h6 {
            padding-left: 0px;
        }

        .thirdcardtoggle div {
            margin-left: 0px;
            width: 100%;
            margin-top: 10px;
        }

        .thirdcardtoggle p {
            margin-top: 10px;
            padding-left: 0px;
        }
    .Window_4 {
        margin-top:40px;
    }
    .Window_3 {
        min-height: 1700px;
    }

    .Window_3_wrapper {
        min-height: 1700px;
    }
    #Window_3_selection_form_right {
        font-size:14px;
    }
    .concierge_background {
        background-size: auto;
    }
    .concierge-person-details {
        min-height:300px;
    }
}

@media (max-width: 576px) {
    .button-wrapper-half {
        width: 100% !important;
    }

    #MainContentPage {
        padding: 0px;
    }

    #additionalservicesnew {
        padding: 0px;
    }

    .cards-container {
        padding: 0px;
    }

    .DivLPMessageMainNote {
        padding-bottom: 10px;
    }

    .DivLPMessageMain {
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 500px;
        align-items: center;
    }

        .DivLPMessageMain div {
            width: 100%;
            align-items: center;
            text-align: center;
            padding: 0px;
            padding-top: 20px;
        }

    .DivLPMessageMainLeft, .DivLPMessageMainRight {
        width: 100%;
        border-right: none;
        min-height: 320px;
        max-width: 570px;
    }

    .DivLPMessageInsideRL {
        width: 100%;
        font-size: 12px;
    }

    .cards-container {
        width: 100%;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .card {
        height: 100%;
        min-height: 100px;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .card-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .card-title {
        min-height: 25px;
        height: 100%;
    }

    .card-description {
        height: 100%;
        min-height: 40px;
    }

    .firstcardtoggle, .thirdcardtoggle {
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .firstcardtoggle {
        width: 100%;
    }

        .firstcardtoggle img {
            width: 50%;
        }

        .firstcardtoggle div {
            padding: 0px;
            padding-top: 10px;
            margin-left: 0px;
            width: 100%;
            text-align: center;
        }

    .secondcardtoggle {
        width: 100%;
        flex-direction: column;
        margin-left: unset;
        margin-top: 0px;
        align-items: center;
        text-align: center;
        transform: unset;
    }

        .secondcardtoggle div {
            margin-left: 10px;
            width: 100%;
            margin-top: 10px;
        }

    .thirdcardtoggle {
        width: 100%;
        align-items: center;
        transform: unset;
        margin-left: unset;
        margin-top: 0px;
        align-items: center;
        text-align: center;
    }

        .thirdcardtoggle h6 {
            padding-left: 0px;
        }

        .thirdcardtoggle div {
            margin-left: 0px;
            width: 100%;
            margin-top: 10px;
        }

        .thirdcardtoggle p {
            margin-top: 10px;
            padding-left: 0px;
        }
    #WindowContent {
        width: 100% !important;
    }

    #Window_2_left {
        display: none;
    }

    #Window_2_right {
        width: 100%;
    }

    #Window_2_right_selection_form {
        align-items: center;
    }

    .form-wrapper-item-input-wrapper {
        width: 100% !important;
    }

    #Window_3_selection_form_right {
        font-size: 14px;
    }
    .concierge-person-details {
        min-height:350px;
    }
    .buttonsfinalize {
        flex-direction:column;
    }
}
@media (max-width: 420px){

    #Window_2_buttons {
        flex-direction: column;
    }
        #Window_2_buttons div {
            width:100%;
        }
        #Window_3_selection_form {
            flex-direction: column;
        }
    #Window_3_selection_form_left, #Window_3_selection_form_right {
        width: 100%;
    }
    #iframe{
        height:1200px!important;
    }
    #Window_4 {
        font-size:16px;
    }
        #Window_4 div {
            width:100%!important;
        }
}
@media (max-width: 470px) {
    #HotelsNote {
        font-size: 9px !important;
    }
}
/*//Fixing tablet version 6/5/2025*/
/*@media (min-width: 768px) and (max-width: 1024px) {
    .mt-4 {
        height: 150px;
        width: 600px;
    }
}*/