.abandoned_Text {
    color: #000;
    font-family: var(--font-poppins);
    text-align: center;
    font-style: normal;
    line-height: normal !important;
    max-width: 1400px;
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
}

.abandoned_h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.abandoned_p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: normal;
}


.abandoned_Checkboxes {
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

/* tablet  */

@media screen and (max-width: 1080px) {
    .abandoned_Checkboxes {
        flex-direction: column;
        gap: 30px;
    }
}
.abandoned_Checkboxes p {
    color: #000;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abandoned_Checkboxes .check_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.abandoned_Checkboxes .check_content .check_content_bottom {
    display: flex;
    gap: 30px;
    text-transform: capitalize;
}

.abandoned_Checkboxes .check_content .check_content_bottom span {
    color: #858585;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abandoned_time {
    text-align: center;
    position: absolute;
    bottom: -90px;
}

.Only_h1 {
    color: #000;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 60px;
}

.abandoned_time_buttons {
    width: 1000px;
    height: 114px;
    border-radius: 0px 60px;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* tablet  */
@media screen and (max-width: 1080px) {
    .abandoned_time_buttons {
        width: 800px;
        font-size: 14px;
    }
}
.abandoned_time_buttons .MIns,
.Radio_Language .MIns {
    width: 200px;
    height: 70px;
    border-radius: 8px;
    background: #D9D9D9;
    color: #000;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}


/* responsive mobile  */

@media screen and (max-width: 599px) {
    .abandoned_Checkboxes {
        flex-direction: column;
        gap: 2rem;
    }

    .Only_h1 {
        font-size: 20px;
        white-space: nowrap;
    }

    .abandoned_p {
        padding: 20px;
    }

    .abandoned_time_buttons {
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow-x: scroll;
            scrollbar-width: none;
            cursor: pointer;
    }

/* for chorme  */
.abandoned_time_buttons::-webkit-scrollbar {
    display: none;

}

    .abandoned_time_buttons button {
        width: 100px;
        height: 60px;
    }

.abandoned_time_buttons .MIns,
.Radio_Language .MIns {
    width: 100px;
    height: 60px;
}
}
