@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", serif;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.topbar_full {
    width: 100%;
    background-color: #193A52;
    padding: 10px 0px;
    overflow-x: hidden !important;
}
.right_navbar ul li.mobile-view-only {
    display: none;
}
.left_topbar {
    width: 100%;
}

    .left_topbar ul {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .left_topbar ul li {
            margin-right: 15px;
            font-size: 14px;
            color: #fff !important;
            padding-top: 2px;
        }

            .left_topbar ul li a {
                color: #fff !important;
            }

            .left_topbar ul li i {
                font-size: 16px;
                color: #ea0000bf;
                margin-right: 6px;
            }

.right_topbar {
    width: 100%;
}

    .right_topbar ul {
        text-align: right;
    }

        .right_topbar ul li {
            margin: 0px 4px;
        }

            .right_topbar ul li span {
                font-size: 14px;
                font-weight: 600;
                color: #ddd;
            }

        .right_topbar ul li {
            display: inline-block;
            text-align: right;
        }

            .right_topbar ul li a {
                display: block;
                font-size: 15px;
                text-align: center;
                color: #fff;
                transition: 0.5s ease-in-out;
            }

                .right_topbar ul li a:hover {
                    color: #fff;
                    border-radius: 50%;
                    transform: scale(1.1);
                }

.navbar_full {
    overflow: hidden !important;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff !important;
}

nav {
    padding: 0px !important;
}

.navbar_logo {
    width: 200px;
    margin-left: -7px;
}

    .navbar_logo img {
        width: 100%;
    }

.navbar-collapse {
    width: 100%;
}

.right_navbar {
    width: 100%;
}

    .right_navbar ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

        .right_navbar ul li {
            display: flex;
            /* height: 80px; */
            align-items: center;
            justify-content: center;
        }

            .right_navbar ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #333 !important;
                padding: 28px 15px;
                transition: 0.5s ease-in-out;
            }

            .right_navbar ul li:first-child a {
                padding: 0;
            }

            .right_navbar ul li a i {
                margin-right: 3px;
            }

            .right_navbar ul li:hover a {
                width: 100% !important;
                cursor: pointer;
                background-color: #EA0000;
                color: #fff !important;
            }

nav {
    background-color: #fff !important;
}


i.profile-icon {
    font-size: 22px !important;
    background: #111;
    border-radius: 50%;
    padding: 0;
    float: left;
    color: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-right: 8px !important;
}

.name-txt {
    margin: 10px 0;
    font-weight: 500;
    color: #fff;
}

    .name-txt i {
        margin: 7px 0;
        width: auto;
        font-size: 15px;
        display: inline-block;
        text-align: center;
        float: right;
    }

.user {
    background: linear-gradient(to right, #f4181c, #d31115) !important;
    padding: 10px 10px !important;
}

.right_navbar ul li:first-child {
    display: none;
}

.mobile-toggle {
    display: block;
}

.mobile-toggle {
    position: absolute;
    right: 27px;
    top: 27px;
}

    .mobile-toggle span {
        background: #000;
        height: 2px;
        display: block;
        width: 27px;
        position: relative;
        transition: all 0.5s;
    }

        .mobile-toggle span:nth-child(2) {
            margin: 7px 0;
        }

    .mobile-toggle.menu-open span:nth-child(2) {
        display: none;
    }

    .mobile-toggle.menu-open span:first-child {
        transform: rotate(47deg) translateY(2px);
    }

    .mobile-toggle.menu-open span:last-child {
        transform: rotate(128deg) translateY(1px);
    }

    .mobile-toggle.menu-open {
        top: 32px;
    }

.user_full {
    width: 100%;
    overflow-x: hidden !important;
}

.user_box {
    width: 100%;
    background-color: #181818;
    padding: 5px 0px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px #999;
}

.about_user {
    width: 100%;
    display: flex;
    justify-content: center;
}

.user_image {
    width: 50px;
    display: inline-block;
    margin-right: 5px;
}

    .user_image img {
        width: 100%;
    }

.user_about {
    width: 88px;
    display: inline-block;
}

    .user_about h5 {
        font-size: 14px;
        color: #fff;
        padding-top: 7px;
    }

    .user_about h6 {
        font-size: 15px;
        color: #fff;
    }

.user_icon {
    width: 100%;
    text-align: right;
}

    .user_icon i {
        font-size: 16px;
        color: #fff;
        padding: 17px 12px;
    }

.slider_full {
    width: 100%;
    padding-bottom: 20px;
}

.slider_box {
    width: 100%;
    position: relative;
}

    .slider_box img {
        /* border-radius: 10px; */
        height: 70vh;
        object-fit: cover;
        width: 100% !important;
    }

.slider_back {
    width: 100%;
    background-color: #0000009e;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    /* border-radius: 10px; */
}

.slider_full {
    width: 100% !important;
    height: 70vh;
}


/* .slider_full .container .row .col-12 {
  padding: 0px !important;
}

.slider_full .container .row .col-12 img {
  border-radius: 0px;
}

.slider_full .container .row .col-12 .slider_back {
  border-radius: 0px !important;
} */

.offer_full {
    width: 100%;
    overflow-x: hidden !important;
    padding: 35px 0;
}

.offer_box {
    width: 100%;
}

    .offer_box h4,
    .cource h4 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        margin-bottom: 25px;
    }

.offer {
    width: 100%;
    padding: 15px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ea0000e8;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #999;
    transition: 0.3s ease-in-out;
}

    .offer:hover {
        background-color: #fff;
    }

        .offer:hover h5 {
            color: #EA0000;
        }

.offer_image {
    width: 50px;
    margin-bottom: 7px;
}

    .offer_image img {
        width: 100%;
    }

.offer h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding-top: 6px;
}

.offer_box .row {
    padding: 0px 10px;
}

    .offer_box .row .col-6 {
        padding: 0px 5px !important;
    }

.cource_full,
.cource {
    width: 100%;
}

.cource_full {
    padding-bottom: 25px;
}

.slider-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    overflow-x: auto;
    /* Make it scrollable */
    scroll-snap-type: x mandatory;
    /* Enable smooth snapping */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on mobile */
}

    /* Hide scrollbar */
    .slider-wrapper::-webkit-scrollbar {
        display: none;
        /* For Chrome, Safari, and Opera */
    }

.slider-wrapper {
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
    scrollbar-width: none;
    /* For Firefox */
}

.dots {
    display: none !important;
}


.box {
    flex: 0 0 47%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffff;
    border: 1px solid #EA0000;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

    .box:hover {
        background-color: #ea0000bf;
        box-shadow: 0px 0px 10px #999;
    }

.dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
    margin-bottom: 15px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

    .dot.active {
        background-color: #EA0000;
    }

.cource_box {
    width: 100%;
    text-align: center;
}

.cource_image {
    width: 50px;
    margin: auto;
    margin-bottom: 8px;
}

    .cource_image img {
        width: 100%;
    }

.cource_box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #EA0000;
    transition: 0.3s ease-in-out;
}

.box:hover .cource_box h5 {
    color: #fff;
}

/*----==== Login Body start ====----*/

.login_body {
    width: 100%;
    background-color: #EA0000;
    padding: 100px 0px 180px;
}

    .login_body h4 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

    .login_body h5 {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

        .login_body h5 a {
            color: #fff;
            transition: 0.3s ease-in-out;
        }

            .login_body h5 a:hover {
                color: #000;
            }

.login_form {
    width: 80%;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: 240px;
    left: 10%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #999;
}

    .login_form h5 {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 5px;
    }

    .login_form input {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ccc;
        outline: none;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .login_form input:focus {
            border-color: #EA0000;
        }

    .login_form button {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #EA0000;
        outline: none;
        border-radius: 50px;
        margin-bottom: 15px;
        font-weight: 600;
        color: 000;
        background-color: transparent;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

        .login_form button:hover {
            background-color: #EA0000;
            color: #fff;
        }

    .login_form h4 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 7px;
        text-align: center;
    }

        .login_form h4 a {
            color: #EA0000;
            padding-left: 5px;
        }

    .login_form h3 a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: #000;
    }

.login_image {
    width: 100px;
    margin: auto;
}

    .login_image img {
        width: 100%;
    }

.active li a {
    color: #fff !important;
}

.copyright_full {
    width: 100%;
    padding: 10px;
    background-color: #444;
}

    .copyright_full p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

        .copyright_full p a {
            color: #fff !important;
        }

.upcoming_full {
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden !important;
}

.place_balk_workers {
    width: 402px;
    height: 213px;
    position: relative;
    margin: 15px auto;
}

    .place_balk_workers .balk {
        width: 60px;
        height: 23px;
        background-image: url(../img/balk.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        background-size: 100%;
        position: absolute;
        top: 92px;
        left: 177px;
        z-index: 2;
    }

.balk_workers {
    width: 400px;
    height: 213px;
    position: relative;
    background-image: url(../img/workers.svg);
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}

.place_balk_workers .saw {
    width: 315px;
    height: 63px;
    background-image: url(../img/saw.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    left: 53px;
    top: 68px;
    z-index: 2;
}

.upcoming_full p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.countdown {
    text-align: center;
    border-radius: 10px;
}

    .countdown h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

.time {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

#active_menu {
    color: #EA0000 !important;
}

    #active_menu:hover {
        color: #fff !important;
    }


@media (min-width:10px) and (max-width:556px) {
    .topbar_full {
        display: none !important;
    }

    .slider_full .container {
        width: 100%;
    }

        .slider_full .container .row .col-12 {
            padding: 0px 15px !important;
        }

    .slider_full img {
        border-radius: 10px !important;
    }

    .slider_full .container .row .col-12 .slider_back {
        border-radius: 10px !important;
    }

    .nav-item {
        display: block;
        height: 35px;
        margin: 0px !important;
    }

        .nav-item:hover .nav-link {
            padding: 0px !important;
            color: #EA0000 !important;
            background-color: transparent !important;
            letter-spacing: 1px;
            padding: 0px !important;
        }
}

@media (min-width:992px) {
    
    .mobile-toggle {
        visibility: hidden;
    }

    .user_full {
        display: none;
    }
}

@media (min-width:1200px) {
    /* .container {
    max-width: 1400px !important;
  } */

    .about_user {
        justify-content: flex-start;
    }

    .box {
        flex: 0 0 24%;
        margin-right: 15px;
    }



    .user_full {
        display: none;
    }

    .login_form {
        top: 320px;
    }
}

@media(max-width:992px) {
    /* .container{
    max-width: 100% !important;
    padding: 0% 2% !important;
  } */
    .right_navbar ul li.mobile-view-none {
        display: none;
    }
    .right_navbar ul li.mobile-view-only {
        display: block !important;
    }
    .right_navbar ul li.mobile-view-only img{
        width: 30px;
        height:auto;
    }
    .about_user {
        padding: 0px;
    }

    .slider_full .container {
        padding: 0px !important;
        overflow: hidden;
    }

    .box {
        flex: 0 0 49%;
    }

    .right_navbar ul.active {
        left: 0px;
        background-color: #000;
        display: block;
    }

        .right_navbar ul.active li {
            height: auto;
            margin-bottom: 15px !important;
            justify-content: flex-start !important;
        }

            .right_navbar ul.active li a {
                display: block !important;
                color: #fff !important;
            }

            .right_navbar ul.active li:hover a {
                background-color: transparent !important;
                color: #EA0000 !important;
            }

    .right_navbar ul {
        position: fixed;
        top: 0px;
        left: -100%;
        width: 80%;
        height: 100vh;
        transition: 0.5s;
        padding-top: 0px;
        z-index: 1045;
        padding-left: 0px;
    }

    .mobile-toggle {
        visibility: visible;
    }

    .login_form {
        top: 270px;
    }

    .slider_full, .slider_box img {
        height: 40vh;
        border-radius: 0;
    }

    .offer {
        height: 150px;
    }

    .right_navbar ul li:first-child {
        display: block;
    }

    .right_navbar ul li:last-child {
        display: none;
    }

    .right_navbar ul li {
        display: block;
    }

        .right_navbar ul li a {
            padding: 0 15px;
        }
}

@media (max-width:556px) {
    .offer_full {
        overflow: hidden !important;
        padding: 30px 0 15px
    }

    .offer_box h4, .cource h4 {
        margin-bottom: 20px;
    }

    .box {
        flex: 0 0 48%;
    }

    .copyright_full p {
        font-size: 8px;
    }

    .slider_full .container {
        padding: 0% 2% !important;
    }


    .login_form {
        top: 270px;
    }

    .offer {
        height: 120px;
        margin-bottom: 15px;
    }

    .slider_full, .slider_box img {
        height: 34vh;
    }

    .offer h5 {
        padding-top: 0;
    }
}

@media (max-width:1200px) {
    .topbar_full {
        display: none;
    }
}

/* Apply to the entire document */
html {
    scrollbar-color: #EA3F3F #f1f1f1; /* thumb color, track color */
}


/*---------------------------GK--------------------------*/
:root {
    --bengali-font: "Noto Sans Bengali", serif
}

main {
    width: 768px;
    margin: auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 10px #999;
    font-family: "Noto Sans Bengali", serif;
}

.header_full {
    width: 100%;
    background-color: #0865FE;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    font-family: var(--bengali-font);
}

.header_row {
    padding: 0px;
}

.header_logo {
    width: 100%;
    padding: 0px;
}

.header_content {
    width: 100%;
    padding: 0px;
}

    .header_content h1 {
        font-size: 58px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 21px 0px;
        font-family: var(--bengali-font);
        line-height: 1;
    }

        .header_content h1 span {
            color: #FEFF66;
        }

.part_box {
    width: 100%;
    background-color: #FEFF66;
    border-bottom-left-radius: 15px;
    height: 100%;
    font-family: var(--bengali-font);
    padding: 21px 8px;
}

    .part_box h1 {
        font-size: 49px;
        color: #000;
        font-family: var(--bengali-font);
        font-weight: bold;
    }

.question_body {
    width: 100%;
    padding-top: 30px;
}

.right_border {
    border-right: 2px solid #B81F21;
}

.question_box {
    width: 100%;
    margin-bottom: 20px;
}

    .question_box h5 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        font-family: var(--bengali-font);
        padding-bottom: 10px;
    }

        .question_box h5 span {
            color: #B81F21;
            padding-right: 8px;
        }

    .question_box h6 {
        font-size: 18px;
        font-weight: 500;
        font-family: var(--bengali-font);
        color: #2A744B;
    }

        .question_box h6 span {
            padding-right: 8px;
        }

.footer_box {
    width: 100%;
    padding: 15px 0px;
    background-color: #0865FE;
    text-align: center;
    position: sticky;
    bottom: 0px;
    left: 0px;
}

    .footer_box p {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        font-family: var(--bengali-font);
        padding: 8px 0px;
    }

.update {
    padding: 0px;
}

.facebook {
    padding: 0px;
}

.facebook_box {
    width: 34px;
    border: 2px solid #fff;
    text-align: center;
    transition: 0.5s ease-in-out;
    border-radius: 50%;
}

    .facebook_box a {
        font-family: var(--bengali-font);
        display: block;
    }

        .facebook_box a i {
            font-size: 16px;
            color: #fff;
            line-height: 30px;
            transition: 0.5s ease-in-out;
        }

    .facebook_box:hover {
        background-color: #fff;
        transform: scale(1.1);
    }

        .facebook_box:hover a i {
            color: #0865FE;
        }

@media (max-width:575px) {
    main {
        width: 100%;
    }

    .header_content h1 {
        font-size: 28px;
    }

    .part_box {
        padding: 22px 0px;
    }

        .part_box h1 {
            font-size: 22px;
            padding-left: 8px;
        }

    .right_border {
        border: 0px;
    }

    .facebook {
        margin: 8px 0px;
        margin-left: 15px;
    }
}


/*---------------------------Current--------------------------*/
.full_header {
    width: 100%;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: #FFF8F2;
    z-index: 999999;
    padding-bottom: 25px;
}

.topbar1_full1 {
    width: 100%;
}

.topbar1 {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 7px solid #fe00028f;
    margin-bottom: 5px;
}

.square_box {
    width: 100%;
}

    .square_box img {
        width: 100%;
        height: 45px;
    }

.logo_image {
    width: 140px;
    margin: auto;
}

    .logo_image img {
        width: 100%;
    }

.square_box1 {
    width: 100%;
}

    .square_box1 img {
        width: 100%;
        height: 65px;
    }

.heading_box {
    width: 100%;
    text-align: center;
}

    .heading_box h1, h2 {
        font-size: 35px;
        font-weight: 900;
        color: #181818;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 1;
        font-family: "Dosis", serif;
    }

    .heading_box h2 {
        letter-spacing: 0px;
    }

.circle_box {
    width: 100%;
    position: relative;
}

.book_image {
    width: 110px;
    position: absolute;
    top: -85px;
    left: 20px;
    z-index: 999;
}

    .book_image img {
        width: 100%;
    }

.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 15px;
    background-color: #fe00028f;
}

    .circle h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        margin-top: 60px;
    }

    .circle h5 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

.question_body {
    width: 100%;
    padding-bottom: 30px;
    z-index: 99;
}


    .question_body ul li {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 15px;
    }

.semi_circle {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.semi-circles-container {
    position: relative;
    width: 100%;
}

.semi-circle1,
.semi-circle2 {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(200, 100, 100, 0.5);
    z-index: 0;
}

/* First semi-circle */
.semi-circle1 {
    width: 200px;
    height: 200px;
    top: -100px;
    left: -50px;
}

/* Second semi-circle */
.semi-circle2 {
    width: 150px;
    height: 150px;
    bottom: 55px;
    left: -85px;
}

.footer_full {
    width: 100%;
    padding: 8px 0px;
    display: flex;
    background-color: #000;
    justify-content: center;
    position: sticky;
    bottom: 0px;
    left: 0px;
}

    .footer_full ul {
        text-align: center;
    }

        .footer_full ul li {
            display: inline-block;
            margin: 0px 4px;
        }

            .footer_full ul li span {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
            }

            .footer_full ul li a {
                display: block;
                width: 35px;
                background-color: #fff;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                transition: 0.5s ease-in-out;
                border-radius: 50%;
            }

.facebook {
    color: #106AFF;
    border: 2px solid #106AFF;
}

.twitter {
    color: #080808;
    border: 2px solid #080808;
}

.insta {
    color: #DC0DE4;
    border: 2px solid #DC0DE4;
}

.youtube {
    color: #FF0808;
    border: 2px solid #FF0808;
}

.facebook:hover {
    transform: scale(1.2);
    background-color: #106AFF;
    color: #fff;
}

.twitter:hover {
    transform: scale(1.2);
    background-color: #080808;
    color: #fff;
}

.insta:hover {
    transform: scale(1.2);
    background-color: #DC0DE4;
    color: #fff;
}

.youtube:hover {
    transform: scale(1.2);
    background-color: #FF0808;
    color: #fff;
}

.back-text a {
    font-size: 15px;
    color: #000;
}

.back-text {
    background: #ffe4e4;
    padding: 7px 15px;
    font-size: 17px;
}

    .back-text a i {
        padding-right: 8px;
    }

@media (max-width:576px) {
    main {
        width: 100%;
    }

    .topbar1 {
        width: 100%;
    }

    .logo_image {
        width: 135px;
    }

    .square_box img {
        width: 45px;
        height: 25px;
        margin-top: 12px;
    }

    .square_box1 img {
        width: 45px;
        height: 45px;
    }

    .heading_box h1, h2 {
        font-size: 24px;
    }

    .circle {
        width: 72px;
        height: 72px;
    }

    .book_image {
        width: 54px;
        left: 15px;
        top: -70px;
    }

        .book_image img {
            width: 100%;
        }

    .circle h4 {
        margin-top: 25px;
        font-size: 14px;
    }

    .circle h5 {
        font-size: 14px;
    }
}


/*-----list-------*/
.list-box ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    background-color: #ff4f4c;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .3s;
}

    .list-box ul li a:hover {
        background-color: #2e2e2e;
    }

.question_list {
    padding: 20px 0 10px;
}
.list-box {
    min-height: 56.8vh;
}