﻿.Shopping_cart_notification{
    bottom:90px;
}
#footer {
    padding-bottom: 80px;
}
.academy_section {
}
    .academy_section#first {
        padding: 50px 0px;
    }

    .academy_section p {
        text-align: justify;
    }

    .academy_section .course_top_pic {
        border-radius: 24px;
        margin: 20px auto 30px auto;
        width: 100%;
        height: auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .academy_section#sec1 {
        background-color: #F0F8F9;
        padding: 100px 10px 25px 10px;
        border-radius: 24px;
        position: relative;
    }

        .academy_section#sec1 .score_loc {
            display: flex;
            align-items: start;
            justify-content: space-between;
            margin: 20px 0px;
            flex-direction:column;
        }

            .academy_section#sec1 .score_loc .sessions_count {
                font-weight: 700;
                margin-top:20px;
            }

            .academy_section#sec1 .score_loc span {
                margin-right: 4px;
            }

        .academy_section#sec1 .teacher_loc {
            display: flex;
            align-items: center;
            justify-content: start;
            margin: 30px 0px;
        }

            .academy_section#sec1 .teacher_loc img {
                border-radius: 50%;
                width: 70px;
                height: 70px;
                object-fit: cover;
            }

            .academy_section#sec1 .teacher_loc span {
                font-size: 14px;
                margin-right: 15px;
                font-weight: 600;
            }

    .academy_section .course_head_info {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        padding: 20px;
    }

@media (min-width: 768px) {
    .academy_section .course_head_info {
        padding: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}


.academy_section .course-status {
    color: #d32f2f;
}

.academy_section .number_of_participants {
    color: #d32f2f;
}

.academy_section .course-status span {
    margin: 0px 10px;
}

.academy_section .course_capacity {
    color: #d32f2f;
}

.academy_section .course-status span {
    margin: 0px 10px;
}

.academy_section#sec1 .license_loc {
    background-color: #5C15BB;
    border-radius: 24px;
    color: #FFF;
    display: flex;
    padding: 30px;
    align-items: center;
}

    .academy_section#sec1 .license_loc img {
        height: 80px;
        width: auto;
        margin-left: 40px;
    }

    .academy_section#sec1 .license_loc span {
        font-weight: 700;
    }

    .academy_section#sec1 .license_loc p {
        font-size: 13px;
        margin: 0px;
    }

.academy_section#sec1 p {
    text-align: justify;
}


.carousel_other_packages_courses {
    margin: 35px auto;
    display: block;
    position: relative;
    text-align: center;
    width: 82vw;
}

    .carousel_other_packages_courses .packages_course_item {
        position: relative;
        display: inline-block;
        border-radius: 18px;
        padding: 15px 0px;
    }

        .carousel_other_packages_courses .packages_course_item img {
            object-fit: cover;
            transition: transform 0.2s ease-in-out;
            border-radius: 18px;
            height: 350px;
            width: 250px;
            opacity: 0.6;
        }

        .carousel_other_packages_courses .packages_course_item:hover img {
            transform: scale(1.04);
            opacity: 1;
            transition: all 0.2s ease-in-out;
        }

        .carousel_other_packages_courses .packages_course_item .text_slice {
            display: flex;
            flex-direction: column;
            align-items: start;
            margin-right: 15px;
            line-height: 24px;
            position: absolute;
            font-size: 13px;
            right: 5%;
            bottom: 5%;
            color: #000;
        }

            .carousel_other_packages_courses .packages_course_item .text_slice strong {
                font-size: 16px;
                font-weight: 700;
            }

.academy_section#sec2 {
    background-color: #FFF;
    padding: 50px 0px;
}

    .academy_section#sec2 .about_teacher {
        display: flex;
        flex-direction: column;
        background-color: #F0F8F9;
        border-radius: 24px;
        color: #117C5D;
        padding: 30px;
        font-size: 14px;
    }

        .academy_section#sec2 .about_teacher img {
            border-radius: 50%;
            width: 90px;
            height: 90px;
        }

        .academy_section#sec2 .about_teacher .teacher_name1 {
            display: flex;
            align-items: center;
            justify-content: start;
        }


        .academy_section#sec2 .about_teacher .teacher_name2 {
            display: flex;
            flex-direction: column;
            align-items: start;
            margin-right: 15px;
        }

            .academy_section#sec2 .about_teacher .teacher_name2 span:first-child {
                font-size: 16px;
                font-weight: 700;
            }

            .academy_section#sec2 .about_teacher .teacher_name2 span:last-child {
                color: #787878;
            }

        .academy_section#sec2 .about_teacher p {
            color: #787878;
            text-align: justify;
            line-height: 28px;
            margin: 30px 5px 5px 5px;
        }

    .academy_section#sec2 .section_title {
        font-size: 22px;
        font-weight: 800;
        color: #161616;
        margin: 25px 0px;
    }

        .academy_section#sec2 .section_title strong {
            color: #5C15BB;
        }

    .academy_section#sec2 .headings {
        margin: 40px 0px;
    }

    .academy_section#sec2 .headings {
        background-color: #FFF;
        padding: 10px 0px;
        position: relative;
    }

    .academy_section#sec2 .headline {
        justify-content: center !important;
        margin-bottom: 10px;
    }

        .academy_section#sec2 .headline .section_title {
            align-items: center;
        }

            .academy_section#sec2 .headline .section_title span:first-child {
                font-size: 22px;
            }

    .academy_section#sec2 .headings a {
        text-decoration: none;
    }

    .academy_section#sec2 .accordion, .academy_section#faq .accordion * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .academy_section#sec2 .accordion {
        overflow: hidden;
        background: #ffffff;
        margin: 40px 0;
    }

    .academy_section#sec2 .accordion-section {
        margin: 7px auto;
    }

    .academy_section#sec2 .accordion-section-title {
        width: 100%;
        padding: 17px 20px 17px 35px;
        display: inline-block;
        position: relative;
        background: #FFF9ED;
        color: var(--g-main-color);
        transition: all linear 0.15s;
        font-weight: 500;
        border-radius: 14px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    .academy_section#sec2 .faq .accordion-section-title {
        background: #F0F8F9;
        color: #117C5D;
        font-size: 15px;
        border-radius: 18px;
    }

        .academy_section#sec2 .faq .accordion-section-title .faq_icon {
            margin-left: 5px;
        }

    .academy_section#sec2 .accordion-section-title:focus {
        color: #1a1918
    }

    .academy_section#sec2 .faq .accordion-section-title:focus {
        color: #117C5D;
    }

    .academy_section#sec2 .accordion-section-title .plus, .accordion-section-title .minus {
        position: absolute;
        left: 20px;
        top: 45%;
        width: 15px;
        height: auto;
    }

    .academy_section#sec2 .accordion-section-title .plus {
        display: inline-block;
        float: left;
    }

    .academy_section#sec2 .accordion-section-title .minus {
        display: none
    }

    .academy_section#sec2 .accordion-section-title.active {
        color: #1a1918
    }

        .academy_section#sec2 .accordion-section-title.active .minus {
            display: inline-block;
            float: left;
        }

        .academy_section#sec2 .accordion-section-title.active .plus {
            display: none
        }

    .academy_section#sec2 .accordion-section-title.active, .accordion-section-title:hover {
        text-decoration: none;
    }

    .academy_section#sec2 .accordion-section-content {
        padding: 15px 25px;
        display: none;
        border: 1px solid #DEE8F0;
        border-radius: 12px;
        margin: 5px auto;
    }

        .academy_section#sec2 .accordion-section-content ul {
        }

            .academy_section#sec2 .accordion-section-content ul li {
                line-height: 32px;
                font-size: 15px;
                margin: 5px 0px;
            }

        .academy_section#sec2 .accordion-section-content p {
            margin-top: 0;
            color: #787878;
            line-height: 27px;
            font-size: 14px;
            text-align: justify;
            margin: 0px;
        }

    .academy_section#sec2 .about_course {
        margin: 40px 0px;
        padding: 0px 30px 0px 0px;
    }

    .academy_section#sec2 .content_course {
        margin: 40px 0px;
        padding: 0px 30px 0px 0px;
    }

    .academy_section#sec2 .course_attachments {
    }

        .academy_section#sec2 .course_attachments a {
            color: #5C15BB;
        }

        .academy_section#sec2 .course_attachments ul {
            list-style: none;
        }

            .academy_section#sec2 .course_attachments ul li {
                margin: 20px 5px;
                display: inline-block;
            }

                .academy_section#sec2 .course_attachments ul li a {
                    background-image: url('../img/file-part-2.svg');
                    background-repeat: no-repeat;
                    background-position: calc(100% - 10px) center;
                    background-size: auto 35px;
                    background-color: #F7F0FF;
                    border-radius: 35px;
                    padding: 15px 55px 15px 20px;
                    -webkit-transition: background-color 300ms ease-out;
                    -ms-transition: background-color 300ms ease-out;
                    transition: background-color 300ms ease-out;
                }

                    .academy_section#sec2 .course_attachments ul li a:hover {
                        background-color: #5C15BB;
                        color: #F7F0FF;
                        -webkit-transition: background-color 300ms ease-in;
                        -ms-transition: background-color 300ms ease-in;
                        transition: background-color 300ms ease-in;
                    }


    .academy_section#sec2 .reviews {
        background-color: #F0F8F9;
        padding: 25px;
        border-radius: 16px;
    }

        .academy_section#sec2 .reviews .section_title {
            margin: 0px;
        }

    .academy_section#sec2 .section_summery {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 5px 0px;
    }

        .academy_section#sec2 .section_summery .spliter {
            height: 25px;
            width: 2px;
            background-color: #E4E4E4;
            margin: 0px 7px;
        }

    .academy_section#sec2 .reviews .reviewBox {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 18px;
        padding: 25px;
        display: flex;
        align-items: start;
        margin: 25px 0px;
    }

        .academy_section#sec2 .reviews .reviewBox .iconLoc {
            width: 80px;
            height: 80px;
            border-radius: 12px;
            background-color: #F0F8F9;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .academy_section#sec2 .reviews .reviewBox svg {
            width: 25px;
            height: auto;
        }

        .academy_section#sec2 .reviews .reviewBox .textBox {
            padding: 0px 20px;
            font-size: 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

            .academy_section#sec2 .reviews .reviewBox .textBox .reviewerInfo {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                margin-bottom: 15px;
            }

                .academy_section#sec2 .reviews .reviewBox .textBox .reviewerInfo span:first-child {
                    font-size: 16px;
                    font-weight: 700;
                    color: #117C5D;
                }

            .academy_section#sec2 .reviews .reviewBox .textBox p {
                color: #787878;
                text-align: justify;
                width: 100%;
                margin: 0px;
            }

main {
    display: grid !important;
    grid-template-columns: unset;
    margin: 0 auto;
}

    main .sticky-box {
        position: fixed;
        top: unset;
        align-self: start;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 4px;
        padding:5px 20px;
        border: 1px solid #E4E4E4;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #FFF;
        z-index: 20000;
        width: 100vw;
    }

        main .sticky-box .product_price {
            color: rgba(17, 124, 93, 1);
            height: 50px;
            display: flex;
            flex-direction: column;
            align-items:end;
            margin: 15px 0px;
            width: 60%;
        }

            main .sticky-box .product_price span.line-through {
                text-decoration: line-through;
                color: #d32f2f;
                margin-right: 10px;
            }

            main .sticky-box .product_price span:first-child {
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-weight: 700;
            }

            main .sticky-box .product_price .discount_val {
                background-color: #d32f2f;
                border-radius: 15px;
                color: #FFF;
                font-size: 12px;
                padding: 1px 8px;
            }

        main .sticky-box .btn_lists {
            display: flex;
            margin: 0px;
            align-items: center;
            justify-content: space-between;
        }

            main .sticky-box .btn_lists .btn_box {
                border-radius: 12px;
                padding: 10px 15px;
                color: #FFF;
                cursor: pointer;
            }

                main .sticky-box .btn_lists .btn_box.add_to_cart {
                    background-color: #5C15BB;
                    font-size:13px;
                }

                main .sticky-box .btn_lists .btn_box svg {
                    height: 45px;
                    width: auto;
                    margin: 0px 5px;
                }

                main .sticky-box .btn_lists .btn_box.add_to_favorite {
                    border: 1px solid #117C5D;
                    padding: 10px;
                }

        main .sticky-box .video_box {
            position: relative;
        }

        main .sticky-box .videoTag {
            border-radius: 18px;
            object-fit: cover;
            object-position: center center;
            background-color: rgba(0,0,0,0.2);
            width: 100%;
            height: 150px;
            position: relative;
        }

        main .sticky-box .introduction_video {
            width: 100%;
            height: 150px;
            border-radius: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            main .sticky-box .introduction_video img:first-child {
                width: 70%;
                height: auto;
                opacity: 0.4;
            }

            main .sticky-box .introduction_video img:last-child {
                width: 60px;
                height: auto;
                position: absolute;
                opacity: 0.8;
                transition: transform 0.3s ease;
            }

            main .sticky-box .introduction_video:hover img:last-child {
                transform: scale(1.1);
            }


        main .sticky-box .quntity-box {
            display: flex;
            align-items: center;
            justify-content: start;
            margin: 25px 0px;
        }

            main .sticky-box .quntity-box .quntity-input {
                padding: 15px 15px;
                margin: 15px 5px;
                border-radius: 18px;
                border: 2px solid rgba(226, 226, 226, 1);
                width: 100px;
                direction: ltr;
                font-size: 16px;
                font-weight: 600;
            }

.showvideo {
    display: none;
}

    .showvideo .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.46);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999 !important;
    }

    .showvideo .vid-show {
        width: auto;
        height: auto;
        max-width: 93%;
        background: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        z-index: 9999999 !important;
        border-radius: 18px;
        padding: 50px 30px 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .showvideo .vid-show video {
            width: 100%;
            max-height: 70vh;
            border-radius: 14px;
            object-fit: cover;
        }

.video_title {
    padding: 5px 15px;
    margin: 20px 0px 20px 0px;
    display: inline-block;
    background-color: #F0F8F9;
    border-radius: 10px;
    color: #117C5D;
    border: 1px solid #E4E4E4;
}

.vid-show img {
    height: 100%;
}

.showvideo .close {
    z-index: 99999;
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

    .showvideo .close:hover {
        cursor: pointer;
        background-color: rgba(80, 80, 80, 0.5);
    }
