section.class_section {
    padding: 63px 0px 40px;
}

section.class_section .top_heading {
    max-width: 731px;
}

/* Boxes Css Start Here */
section.class_section .class_lists .single_class {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgb(97 97 97 / 21%) 1px 3px 15px;
}

section.class_section .class_lists .single_class .class_text {
    padding: 38px 22px 27px;
}
section.class_section .class_lists .single_class .class_text p.main_para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 86px;
}
section.class_section .class_lists .single_class .class_text a.btn {
    border-radius: 5px;
}

section.class_section .class_lists .single_class .class_text .lessons_classes_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component {
    display: flex;
    align-items: center;
    width: 49%;
    cursor: pointer;
}

section.class_section .class_lists .single_class .class_text span.heading {
    font-size: 22px;
    font-family: "Poppins-Medium";
    color: #1D1D1D;
}

section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
    max-width: 49px;
    max-height: 49px;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    section.class_section .class_lists {
        margin-left: -20px;
        margin-right: -20px;
    }
    .for_container_margin {
        margin-left: -42px;
        margin-right: -44px;
    }
}

@media (max-width: 1400px) {
    section.class_section .class_lists .single_class .class_text {
        padding: 32px 13px 24px;
    }

    section.class_section .class_lists .single_class .class_text span.heading {
        font-size: 20px;
    }

    section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
        max-width: 45px;
        max-height: 45px;
    }
}

@media (max-width: 1200px) {
    section.class_section .class_lists .single_class .class_text span.heading {
        font-size: 18px;
    }

    section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
        max-width: 42px;
        max-height: 42px;
    }
}

@media (max-width: 991px) {
    section.class_section .class_lists .single_class .class_text span.heading {
        font-size: 17px;
    }

    section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
        max-width: 39px;
        max-height: 39px;
    }
}

@media (max-width: 768px) {
    section.class_section .class_lists .single_class .class_text span.heading {
        font-size: 15px;
    }

    section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
        max-width: 35px;
        max-height: 35px;
    }
}

@media (max-width: 576px) {
    section.class_section .class_lists .single_class .class_text span.heading {
        font-size: 13px;
    }

    section.class_section .class_lists .single_class .class_text .lessons_classes_flex .single_component figure img {
        max-width: 31px;
        max-height: 31px;
    }
}

@media (max-width: 475px) {
    section.class_section .class_lists .col-lg-4.col-md-6.col-sm-6.col-6 {
        width: 100% !important;
    }
}

/* schedul Class */
section.schedule_class {
    padding: 68px 0px 35px;
}

section.schedule_class .schedule_class_start textarea {
    height: 107px;
}

@media (max-width: 450px) {
    .form_row {
        display: block;
    }
    .form_row .single_input {
        width: 100%;
    }
}
/* Custom Checkbox Start here */
.custom_check_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Poppins-Regular";
    font-size: 10px;
    color: #000000;
}

/* Hide the browser's default checkbox */
.custom_check_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_check_box .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 19px;
    background-color: #eee;
    border: 1px solid #636060;
    border-radius: 0px;
    background: transparent;
}

section.checkout_section .checkout_start .save_details {
    margin-top: 14px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_check_box input:checked~.checkmark {

    background: #000;
}

.custom_check_box input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_check_box .checkmark:after {
    left: 6px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.class_section .class_lists .single_class figure img.img-fluid {height: 240px;object-fit: cover;width: 100%;}

section.class_section .class_lists .single_class .class_text span.heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* Custom Check Box End Here */
