#MainContentFormWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-wrapper-half {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}
/*contact email and phone*/
.DivLPMessageMainRight a {
   
    color: var(--primary-color-60) !important;
}

    .DivLPMessageMainRight a:hover {
        color: var(--secondary-color-60) !important;
        text-decoration: underline;
    }

/*    portal link*/
 .DivLPMessageInsideRL a {
    color: var(--white) !important;
}
  .DivLPMessageInsideRL a:hover {
        color: var(--white) !important;
}

.DivLPMessageInsideRL {
    width: 100% !important;
}

@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: 45px;
        height: 100%;
    }

    .card-description {
        height: 100%;
        min-height: 100px;
    }

    .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%;
        }
}

@media (min-width: 577px) and (max-width: 765px) {
    .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;
        }
}

@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;
        }


        
}



/*//Fixing tablet version 6/5/2025*/
/*@media (min-width: 768px) and (max-width: 1024px) {
    .mt-4 {
        height:150px;
        width:600px;
    }
}*/