

body {
    font-family: 'noto_sansmedium';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #272727;
}

h1, h2, h3, h4, h5, h6 {
    color: #272727;
    font-weight: 700;
    margin: 0 auto 30px;
    line-height: inherit;
}

p {
    font-size: 18px;
    color: #272727;
    line-height: 32px;
    font-weight: 300
}

a {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    text-decoration: none;
    color: #fb2837
}

    a:hover, a:focus {
        text-decoration: none;
        color: #057f89;
        outline: none
    }

img {
    display: block;
}

ul, ol {
    margin: 0 auto 20px;
    padding: 0;
}

    ul li, ol li {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        margin: 0 auto 10px
    }

.btn {
    border-radius: 0;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear
}

.wrapper {
    max-width: 1340px;
    margin: auto;
}

.container {
    max-width: 1340px;
}

.list-style-none li {
    list-style: none;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.view-in-mobile {
    display: none;
}

.view-in-desktop {
    display: block;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
    text-indent: -1000em;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 102;
}

/* =====positioning==== */
.f_left {
    float: left
}

.f_right {
    float: right
}

.f_none {
    float: none
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* text align */
.txt_c, .txt_c td, .txt_c th, td.txt_c {
    text-align: center !important;
}

.txt_l, .txt_l td, .txt_l th, td.txt_l {
    text-align: left !important;
}

.txt_r, .txt_r td, .txt_r th, td.txt_r {
    text-align: right !important;
}

/* New icon */
.crs_rang_vr {
    float: left;
    margin: 0 0px 0 8px;
}

span.ico_str {
    background: #000000;
    display: inline-block;
    height: 36px;
    margin: 0px;
    position: relative;
    width: 50px;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    padding: 4px 0 0 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    span.ico_str::before {
        border-top: 7px solid #000000;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        bottom: -7px;
        width: 0;
    }

    span.ico_str.best {
        background: #fd3232;
    }

        span.ico_str.best::before {
            border-top: 7px solid #fd3232;
        }

    span.ico_str.newcourse {
        background: #2364d0;
    }

        span.ico_str.newcourse::before {
            border-top: 7px solid #2364d0;
        }

    span.ico_str.hotcourse {
        background: #2fa4a8;
    }

        span.ico_str.hotcourse::before {
            border-top: 7px solid #2fa4a8;
        }

/* Old icon */
span.ico_ctg {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 13px;
    margin-right: 3px;
    margin-bottom: 4px;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
    line-height: 13px;
    text-align: center;
}

    span.ico_ctg:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: -3px;
        width: 0;
        height: 0;
        border-top: 3px solid #e75959;
        border-left: 0;
        border-right: 3px solid transparent;
    }

    span.ico_ctg.big {
        width: 90px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

        span.ico_ctg.big:after {
            top: auto;
            bottom: -6px;
            right: auto;
            left: 0;
            border-top: 6px solid #e75959;
            border-left: 0;
            border-right: 6px solid transparent;
        }

    span.ico_ctg.best {
        background: #e75959;
    }

        span.ico_ctg.best:after {
            border-top: 3px solid #e75959;
            border-left: 0 solid #e75959;
        }

    span.ico_ctg.physics {
        background: #5f96ce;
    }

        span.ico_ctg.physics:after {
            border-top-color: #5f96ce;
        }

    span.ico_ctg.chemistry {
        background: #f37a45;
    }

        span.ico_ctg.chemistry:after {
            border-top-color: #f37a45;
        }

    span.ico_ctg.mathematics {
        background: #87ad45;
    }

        span.ico_ctg.mathematics:after {
            border-top-color: #87ad45;
        }

    span.ico_ctg.biology {
        background: #9070c8;
    }

        span.ico_ctg.biology:after {
            border-top-color: #9070c8;
        }

    span.ico_ctg.book {
        background: #f3c72e;
    }

        span.ico_ctg.book:after {
            border-top-color: #f3c72e;
        }

    span.ico_ctg.pcb {
        background: #5465a7;
    }

        span.ico_ctg.pcb:after {
            border-top-color: #5465a7;
        }

    span.ico_ctg.newcourse {
        background: #5c84e3;
    }

        span.ico_ctg.newcourse:after {
            border-top-color: #5c84e3;
        }

    span.ico_ctg.hotcourse {
        background: #2fa4a8;
    }

        span.ico_ctg.hotcourse:after {
            border-top-color: #2fa4a8;
        }

    span.ico_ctg.freetrial {
        background: #cb5de6;
    }

        span.ico_ctg.freetrial:after {
            left: -3px;
            right: auto;
            border-top-color: #cb5de6;
            border-right: 0;
            border-left: 3px solid transparent;
        }

    span.ico_ctg.eats:after {
        border-top: 3px solid #455a64;
        border-left: 0 solid #455a64;
    }

    span.ico_ctg.eats {
        background: #455a64;
    }

    span.ico_ctg.classroom:after {
        border-top: 3px solid #757575;
        border-left: 0 solid #757575;
    }

    span.ico_ctg.classroom {
        background: #757575;
    }

    span.ico_ctg.hybrid:after {
        border-top: 3px solid #795548;
        border-left: 0 solid #795548;
    }

    span.ico_ctg.hybrid {
        background: #795548;
    }

.p_notice {
    padding-left: 18px;
    font-size: 13px;
    color: #999;
    background: url(../images/bbs/ico_notice.gif) no-repeat 0 center;
}

em.new {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    font-size: 0;
    background: url(../images/bbs/ico_new.png) no-repeat left bottom;
}


.btn {
    border: 2px solid #ffffff;
    border-radius: 50px;
    height: 46px;
    line-height: 46px;
    padding: 0 60px 0 35px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: 'noto_sanssemicondensed_medium';
    display: inline-block;
    position: relative;
}

    .btn::after {
        content: "";
        display: block;
        position: absolute;
        top: calc( 50% - 5px );
        right: 25px;
        height: 10px;
        width: 17px;
        background: url("https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-White.png") no-repeat 0 0;
    }

    .btn:hover {
        background-color: #ffffff;
        color: #8c48f5;
    }

        .btn:hover::after {
            right: 25px;
            background: url("https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-purple.png") no-repeat 0 0;
        }

    .btn.white {
        background-color: #ffffff;
        color: #8c48f5;
    }

        .btn.white::after {
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-purple.png) no-repeat 0 0;
        }

        .btn.white:hover {
            background-color: #8c48f5;
            color: #ffffff;
        }

            .btn.white:hover::after {
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-White.png) no-repeat 0 0;
            }

.btn-small {
    border-width: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0 45px 0 20px;
    font-size: 12px;
}

.btn.btn-small::after {
    right: 18px;
}

.btn.btn-small:hover::after {
    right: 18px;
    background: url("https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-White.png") no-repeat 0 0;
}

.btn-simple {
    background-color: #ffffff;
    color: #640058;
    font-size: 14px;
    text-align: center;
    font-family: 'noto_sansregular';
    border-radius: 25px;
    padding: 7px 20px;
    margin: auto;
    display: inline-block;
}

    .btn-simple:hover {
        background-color: #640058;
        color: #ffffff;
    }

/* layer popup */
.wrap_ly_pop {
    display: none;
}

.ly_pop {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 720px;
    margin-left: -360px;
    border: 2px solid #31343a;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
    outline: none;
}

.wrap_ly_pop:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.ly_pop:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.2;
    background: #000;
}

.ly_pop a.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    background: #31343a url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/btn_ly_close.png) no-repeat 50% 10px;
    text-indent: -1000em;
}

.ly_pop .ly_header {
    height: 47px;
    background: #31343a;
    padding: 0 0 0 25px;
}

    .ly_pop .ly_header h5 {
        width: 90%;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        line-height: 47px;
    }

.ly_pop .ly_body {
    padding: 25px 25px 35px;
}

    .ly_pop .ly_body h6 {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

        .ly_pop .ly_body h6 em {
            color: #e0482f;
        }

        .ly_pop .ly_body h6:first-child {
            padding-top: 0;
        }

        .ly_pop .ly_body h6 span {
            font-size: 13px;
            color: #222;
        }

    .ly_pop .ly_body .sub_tab_basic {
        margin-bottom: 20px;
    }

.ly_pop.type2 {
    width: 520px;
    margin-left: -260px;
    padding-top: 10px;
}

    .ly_pop.type2 .ly_body h6 {
        font-weight: normal;
        padding-bottom: 15px;
    }

        .ly_pop.type2 .ly_body h6 em {
            color: #f7563e;
        }

    .ly_pop.type2 .ly_body .bbs_list .txt {
        color: #666;
        padding-top: 10px;
    }

    .ly_pop.type2 .ly_body .bg_box {
        padding: 15px 40px;
        background: #f5f6f7;
        line-height: 18px;
        color: #666;
        font-size: 12px;
    }

.ly_pop.type3 {
    position: fixed !important;
    width: 430px;
    margin-left: -215px;
    top: auto !important;
    bottom: 70px !important;
}

    .ly_pop.type3 .bbs_list.scroll {
        height: 115px;
        margin: -10px -15px -10px 0;
        padding-right: 10px;
        border: 0;
    }

    .ly_pop.type3 a.close {
        height: 36px;
        background: #31343a url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/btn_ly_close02.png) no-repeat 50% 5px;
    }

    .ly_pop.type3 .ly_header {
        height: 36px;
    }

        .ly_pop.type3 .ly_header h5 {
            font-size: 18px;
            line-height: 36px;
        }

    .ly_pop.type3 .bbs_list {
        border-top: 0;
    }

        .ly_pop.type3 .bbs_list td {
            padding: 6px 3px;
            color: #000;
        }

    .ly_pop.type3 .ellipsis {
        width: 220px;
    }

    .ly_pop.type3 .ly_body:after, .ly_pop.type3 .ly_body:before {
        content: '';
        top: 100%;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: 20;
    }

    .ly_pop.type3 .ly_body:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .ly_pop.type3 .ly_body:before {
        border-color: rgba(49, 52, 58, 0);
        border-top-color: #31343a;
        border-width: 13px;
        margin-left: -13px;
    }

#popVideo {
    position: initial !important;
}

    #popVideo .btn_detail {
        padding: 27px 0 8px;
        text-align: center;
    }

        #popVideo .btn_detail a {
            position: relative;
            display: inline-block;
            padding: 9px 36px 8px 20px;
            font-size: 14px;
            color: #fff;
            border: 1px solid #7a7d82;
        }

            #popVideo .btn_detail a:before {
                content: '';
                position: absolute;
                right: 16px;
                bottom: 10px;
                width: 14px;
                height: 1px;
                background: #fff;
            }

            #popVideo .btn_detail a:after {
                content: '';
                position: absolute;
                right: 15px;
                bottom: 13.1px;
                width: 8px;
                height: 1px;
                background: #fff;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
            }

.ly_pop.video .ly_header h5 {
    font-size: 19px;
    width: 90%;
}

.ly_pop.video .ly_body {
    background: #31343a;
    padding: 5px 25px 20px 25px;
}

/* cart box */
.cart_box {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(51,57,70,.9);
    z-index: 20;
}

    .cart_box .inner {
        position: absolute;
        left: 50%;
        top: 0;
        width: 790px;
        margin-left: -290px;
    }

    .cart_box strong {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 60px;
        padding-left: 20px;
    }

    .cart_box .selected {
        display: inline-block;
        width: 37px;
        height: 37px;
        margin: 0 5px 0 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #19e8e0;
        border-radius: 18px;
        vertical-align: middle;
        background: #171c29;
        line-height: 37px;
    }

    .cart_box .detail {
        display: inline-block;
        font-size: 12px;
        color: #c8cfe0;
    }

    .cart_box .btns {
        position: absolute;
        right: 70px;
        top: 10px;
    }

    .cart_box [class^="btn_"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-left: 2px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        vertical-align: middle;
    }

    .cart_box a.btn_wish {
        background: #fff url(https://dmf76jm51vpov.cloudfront.net/www2/images/bbs/bg_cart_box.png) no-repeat 13px 11px;
        text-indent: -1000em;
    }

    .cart_box a.btn_cart {
        background: #fff url(https://dmf76jm51vpov.cloudfront.net/www2/images/bbs/bg_cart_box.png) no-repeat -29px 11px;
        text-indent: -1000em;
    }

    .cart_box a.btn_buy_now {
        width: 140px;
        background: #3edbda;
        text-align: center;
        line-height: 40px;
    }

    .cart_box .fc_mint {
        color: #19e8e0 !important;
    }

.wide .cart_box .inner {
    width: 1000px;
    margin-left: -500px;
}

.wide .cart_box .btns input {
    height: 34px;
}

.slc_cart_box {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 999px;
    height: 75px;
    margin: 0 0 0 -500px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/bg_slc_cart.jpg) no-repeat 0 0;
    z-index: 20;
}

    .slc_cart_box strong {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        line-height: 75px;
        padding-left: 40px;
    }

    .slc_cart_box .btn {
        position: absolute;
        right: 40px;
        top: 18px;
    }

        .slc_cart_box .btn a {
            display: block;
            display: block;
            width: 155px;
            height: 40px;
            padding-right: 10px;
            line-height: 40px;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            background: #ee3e2c url(https://dmf76jm51vpov.cloudfront.net/www2/images/promotion/bg_btn_arr_w.png) no-repeat 85% 48%;
            text-align: center;
        }


/* list */
.bbs_list {
    border-top: 2px solid #3c4147;
}

    .bbs_list table {
        width: 100%;
    }

    .bbs_list thead th {
        height: 45px;
        padding: 0 11px;
        font-size: 13px;
        color: #333;
        border-bottom: 1px solid #d6dadd;
        background: #f5f6f7;
    }

    .bbs_list tbody th, .bbs_list td {
        padding: 15px 11px 15px;
        text-align: center;
        font-size: 12px;
        color: #999;
        border-bottom: 1px solid #d6dadd;
        line-height: 16px;
    }

    .bbs_list tbody th {
        background: #f5f6f7;
        color: #333;
    }

    .bbs_list td.faculty {
        color: #000;
    }

    .bbs_list td.class {
        color: #999 !important;
    }

    .bbs_list td.subj {
        font-size: 15px;
        text-align: left !important;
        color: #333;
    }

        .bbs_list td.subj a {
            color: #333;
            vertical-align: middle;
        }

        .bbs_list td.subj .stxt {
            font-size: 12px;
            color: #999;
        }

        .bbs_list td.subj a .bar {
            color: #ccc;
        }

        .bbs_list td.subj p.stxt {
            line-height: 18px;
            margin-top: 10px;
        }

        .bbs_list td.subj a .desc {
            display: inline-block;
            line-height: 18px;
            margin-top: 10px;
            color: #666;
            font-size: 12px;
        }

        .bbs_list td.subj em.new {
            margin-top: -2px;
        }

    .bbs_list td .book_img {
        width: 76px;
        height: 98px;
    }

    .bbs_list td.subj a:hover .tit {
        text-decoration: underline;
    }

    .bbs_list td.validity label + label {
        display: block;
        padding: 8px 0 0 0;
        margin: 0;
    }

    .bbs_list td.video .sbtn {
        margin-bottom: -1px;
        width: 58px;
    }

    .bbs_list td.buy {
        padding-right: 0;
    }

    .bbs_list td .buy_list {
        width: 150px;
        text-align: left;
        margin: -4px auto;
    }

        .bbs_list td .buy_list li {
            position: relative;
            margin: 4px 0;
            width: 148px;
            border: 1px solid #ddd;
            cursor: pointer;
        }

            .bbs_list td .buy_list li:before {
                content: '';
                display: block;
                border-bottom: 4px solid #fff;
                position: absolute;
                left: 0;
                top: 1px;
                width: 100%;
                height: 100%;
            }

            .bbs_list td .buy_list li:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 100%;
                background: url(../images/bbs/bg_buy_chk02.gif) no-repeat left center;
            }

            .bbs_list td .buy_list li span {
                position: relative;
                display: inline-block;
                line-height: 18px;
                height: 100%;
                vertical-align: middle;
            }

            .bbs_list td .buy_list li .type {
                width: 71px;
                margin-right: 2px;
                font-size: 10px;
                color: #999;
                text-align: right;
            }

            .bbs_list td .buy_list li .price {
                font-size: 12px;
                color: #333;
            }

                .bbs_list td .buy_list li .price del {
                    display: none;
                    color: #999;
                }

            .bbs_list td .buy_list li:hover {
                border: 1px solid #3ac0bf;
            }

                .bbs_list td .buy_list li:hover:after {
                    background-position: right center;
                    background-color: #3ac0bf;
                }

                .bbs_list td .buy_list li:hover .price del {
                    display: block;
                }

            .bbs_list td .buy_list li.on {
                border: 1px solid #3ac0bf;
                background-position: 0 100%;
            }

                .bbs_list td .buy_list li.on:after {
                    background-position: right center;
                    background-color: #3ac0bf;
                }

                .bbs_list td .buy_list li.on .type {
                    color: #000;
                }

                .bbs_list td .buy_list li.on .price {
                    color: #00a1a0;
                }

                    .bbs_list td .buy_list li.on .price del {
                        display: block;
                    }

            .bbs_list td .buy_list li.off {
                cursor: default;
            }

                .bbs_list td .buy_list li.off:hover {
                    border: 1px solid #ddd;
                    background-position: 0 0;
                }

    .bbs_list td .ic_fav {
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url(../images/bbs/bg_favorite.gif) no-repeat 0 0;
        cursor: pointer;
        text-indent: -1000em;
    }

        .bbs_list td .ic_fav.on {
            background-position: 0 100%;
        }

    .bbs_list td.extend {
        font-size: 13px;
        color: #5c6173;
    }

    .bbs_list td.price em {
        text-decoration: line-through;
    }

    .bbs_list td.price .sale {
        color: #1ca7a6;
    }

    .bbs_list td.price_total {
        font-size: 14px;
        color: #000;
    }

    .bbs_list td .couponcode {
        margin: 0 auto;
        width: 127px;
        color: #000;
    }

    .bbs_list tbody tr:last-child th, .bbs_list tbody tr:last-child td {
        border-bottom: 1px solid #3c4147;
    }

.bbs_list_top {
    margin-bottom: 10px;
}

    .bbs_list_top:after {
        content: "";
        display: block;
        clear: both;
    }

    .bbs_list_top .f_left {
        margin-top: 12px;
    }

        .bbs_list_top .f_left .tit {
            margin-top: -12px;
            font-size: 13px;
            color: #222;
            font-weight: bold;
        }

    .bbs_list_top .f_right .txt {
        font-size: 13px;
        color: #222;
    }

        .bbs_list_top .f_right .txt em {
            color: #e04830;
        }

    .bbs_list_top .f_right .p_notice {
        margin-top: 12px;
    }

    .bbs_list_top select {
        width: 120px;
    }

    .bbs_list_top h5 span {
        margin-top: 40px;
    }

.bbs_list.scroll {
    position: relative;
    overflow-y: auto;
    height: 347px;
    margin: 0;
    padding-right: 5px;
    border-top: 0;
    border-bottom: 1px solid #3c4147;
}

#container .bbs_list.scroll ::-webkit-scrollbar-thumb {
    border-top: 2px solid #ff0000;
}

.bbs_list.scroll tr:last-child td {
    border-bottom: 0;
}

.bbs_list .data_list td {
    padding: 14px 20px 14px;
    text-align: left;
    color: #666;
}

.bbs_list .data_list input[type="text"], .bbs_list .data_list input[type="password"], .bbs_list .data_list select {
    margin: -6px 0 -6px 0 !important;
}

.bbs_list .data_list input[type='checkbox'] + label {
    font-size: 12px;
    margin-right: 10px;
}

.bbs_list .data_list textarea {
    margin: -5px 0 -9px 0;
    width: 612px;
    height: 192px;
    padding: 5px;
    border-radius: 2px;
    box-sizing: border-box;
}

.bbs_list .data_list .photo_box {
    float: left;
    margin: 0 20px 0 10px;
}

.bbs_list .data_list div.error {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0 !important;
}

.bbs_list .data_list .desc {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.bbs_list .data_list .txt_group label {
    font-size: 12px;
    color: #777;
}

.bbs_list .data_list .txt_group + textarea {
    margin-top: 15px;
}

.bbs_list .data_list th sup {
    display: inline-block;
    margin-bottom: -8px;
    font-size: 20px;
    color: #1aa6a5;
    vertical-align: middle;
}

.bbs_list.data_list .mbtn {
    margin: -6px 0 -6px 0;
}

.bbs_list .data_list.slc_list label {
    display: inline-block;
    width: 111px;
    white-space: nowrap;
}

.bbs_list .data_list.slc_list input[type='radio'] {
    margin-right: 4px;
}

.bbs_list .data_list.slc_list input[type='checkbox'] + label {
    width: 90px;
}

/*Fonts NotoSans*/
@font-face {
    font-family: 'noto_sansmedium';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-medium-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sansregular';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-regular-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanssemibold';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semibold-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sansextrabold';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-extrabold-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-extrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanssemicondensed_light';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensedlight-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensedlight-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanssemicondensed_medium';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensedmedium-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensedmedium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanscondensed_medium';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-condensedmedium-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-condensedmedium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanssemicondensed';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensed-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-semicondensed-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sansblack';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-black-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'noto_sanscondensed_extrabold';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-condensedextrabold-webfont.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/noto-sans/notosans-condensedextrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/* Fonts Gogham Narrow */
@font-face {
    font-family: 'Gotham Narrow';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/gotham-narrow/GothamNarrow-Black.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/gotham-narrow/GothamNarrow-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/gotham-narrow/GothamNarrow-Book.woff2) format("woff2"),url(https://dmf76jm51vpov.cloudfront.net/www2/fonts/gotham-narrow/GothamNarrow-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*owl carousel*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-nav.disabled + .owl-dots {
        margin-top: 10px
    }

    .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

/*Header Top*/
.logo-header {
    margin: 15px auto auto auto;
}

.sales-info {
    width: auto;
}

.Support-numbers .view-in-desktop {
    display: inline-block;
    margin-right: 10px;
}

    .Support-numbers .view-in-desktop img {
        display: inline-block;
    }

.Support-numbers {
    color: #272727;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    line-height: 77px
}

.strng {
    color: #343434;
    font-family: 'noto_sansmedium'
}

.mail_spoort {
    margin: 0 15px 0 4px;
    display: inline-block;
}

.cart_hader {
    position: relative;
    margin: 23px 0 0;
    border-left: 1px dotted #2f2f2f;
    padding-left: 16px
}

.cart-header {
    position: absolute;
    background: #8c48f5;
    height: 17px;
    width: 17px;
    color: #fff;
    top: -8px;
    left: 40px;
    line-height: 17px;
    text-align: center;
    border-radius: 22px;
    font-size: 12px;
    font-family: 'Gotham Narrow';
    overflow: hidden
}

/*Header inner Page*/
.menu-inner {
    background-color: #2b2b2b;
    min-height: 55px
}

.ly_h2_nav {
    display: none;
    position: absolute;
    top: 55px;
    width: 240px;
    background-color: #5fcfb9;
    z-index: 10;
}

    .ly_h2_nav ul li {
        list-style: none;
        margin: 0
    }

        .ly_h2_nav ul li a {
            font-family: 'Gotham Narrow Book';
            font-size: 17px;
            color: #fff;
            display: block;
            padding: 4px 8px 4px 0;
            border-bottom: 1px solid #49bda6;
            letter-spacing: 1px
        }

        .ly_h2_nav ul li:last-child a {
            border-bottom: 0 solid #fff
        }

        .ly_h2_nav ul li a:hover {
            background-color: #269cda
        }

        .ly_h2_nav ul li a::before {
            text-decoration: none;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            font-size: 10px;
            vertical-align: middle;
            display: inline-block;
            margin: 0 10px
        }

.h2_nav {
    float: left;
    position: relative
}

    .h2_nav #popMenu {
        margin: 0
    }

        .h2_nav #popMenu a {
            font-family: 'Gotham Narrow Book';
            font-weight: 400;
            font-size: 20px;
            color: #fff;
            height: 55px;
            line-height: 55px;
            display: block;
            background-color: #287e87;
            padding: 0 15px
        }

            .h2_nav #popMenu a::after {
                display: inline-block;
                width: 0;
                height: 0;
                margin-left: 10px;
                vertical-align: middle;
                content: "";
                border-top: .3em solid;
                border-right: .3em solid transparent;
                border-bottom: 0;
                border-left: .3em solid transparent
            }

ul.nav_inner {
    float: left;
    margin: 0 auto 0 15px;
    line-height: 55px
}

    ul.nav_inner li {
        display: inline-block;
        margin: auto;
        padding: 0;
        position: relative;
    }

        ul.nav_inner li a {
            font-family: 'Gotham Narrow Book';
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            padding: 0 15px;
            line-height: 55px;
            display: block
        }

            ul.nav_inner li a:hover, ul.nav_inner li.on a {
                background-color: #287e87;
                color: #fff
            }

.h2_nav .on + .ly_h2_nav {
    display: block;
}

#inner-page-login.login-signup {
    margin: 11px 0 8px 0;
    float: right;
}

a#subscrp {
    color: #fdba47;
    background: linear-gradient(to right, #f76a3c 10%, #fff 50%, #000 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
}

a#subscrp_in {
    color: #fdba47;
    background: linear-gradient(to right, #f76a3c 10%, #fff 50%, #287e87 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.menu-main ul li a.newmn {
    position: relative;
}

    .menu-main ul li a.newmn::before {
        content: "N";
        font-size: 11px;
        height: 13px;
        width: 13px;
        position: absolute;
        right: -9px;
        top: 20px;
        background: red;
        border-radius: 50px;
        line-height: 12px;
        text-align: center;
    }

ul.nav_inner li a.newmn {
    position: relative;
}

    ul.nav_inner li a.newmn::before {
        content: "N";
        font-size: 11px;
        height: 13px;
        width: 13px;
        position: absolute;
        right: -3px;
        top: 16px;
        background: red;
        border-radius: 50px;
        line-height: 12px;
        text-align: center;
    }
/*Sub Menu*/
ul.sub_menu {
    top: 55px;
    left: 0px;
}

ul.sub_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 210px;
    background: #5fcfb9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

ul.nav_inner li:hover > ul.sub_menu {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    visibility: visible;
}

ul.sub_menu li {
    display: block;
}

    ul.sub_menu li a {
        font-family: 'Gotham Narrow Book';
        font-size: 15px;
        color: #fff;
        display: block;
        padding: 4px 8px 4px 15px;
        border-bottom: 1px solid #49bda6;
        letter-spacing: 0px;
        line-height: 31px;
    }

ul.mega_menu {
    top: 0px;
    left: 210px;
}

ul.mega_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 210px;
    background: #fff;
    opacity: 0;
    -webkit-box-shadow: 8px 7px 5px -5px rgba(0,0,0,.37);
    -moz-box-shadow: 8px 7px 5px -5px rgba(0,0,0,.37);
    box-shadow: 8px 7px 5px -5px rgba(0,0,0,.37);
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

ul.sub_menu li:hover > ul.mega_menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

ul.sub_menu li:hover a {
    background-color: #fff;
    color: #282828;
}

ul.mega_menu li {
    display: block;
}

    ul.mega_menu li a {
        font-family: 'Gotham Narrow Book';
        font-size: 15px;
        color: #282828;
        display: block;
        padding: 4px 8px 4px 15px;
        border-bottom: 1px solid #e1e1e1;
        letter-spacing: 0;
        line-height: 31px
    }

        ul.mega_menu li a:hover {
            color: #287e87
        }

ul.nav_inner li a.dpdwn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 27px
}

/*Footer*/
footer#footer-home {
    padding: 45px;
    background: #232323;
    color: #ffffff;
}

.link-footer ul li span {
    font-family: 'noto_sanscondensed_extrabold';
    color: #ffffff;
    font-size: 13px;
}

.link-footer ul li {
    font-family: 'noto_sansregular';
    color: #707070;
    font-size: 13px;
    margin: 0;
}

    .link-footer ul li a {
        font-family: 'noto_sansregular';
        color: #707070;
        font-size: 13px;
        margin: 0 15px 0 0;
        position: relative;
    }

        .link-footer ul li a::after {
            position: absolute;
            content: "/";
            top: -5px;
            right: -12px;
        }

    .link-footer ul li.last-link {
        margin-top: 10px;
    }

        .link-footer ul li.last-link a {
            font-family: 'noto_sanscondensed_extrabold';
            color: #ffffff;
            font-size: 13px;
        }

            .link-footer ul li.last-link a:after {
                position: absolute;
                content: "/";
                top: -5px;
                right: -12px;
            }

    .link-footer ul li a:hover {
        color: #ffffff;
    }

    .link-footer ul li a:last-child::after {
        display: none;
    }

.address-footer {
    font-family: 'noto_sansregular';
    color: #a8a8a8;
    ;
    font-size: 13px;
    margin: 0 0 40px 0;
    line-height: 23px;
}

    .address-footer span {
        display: block;
    }

.footer-right ul li {
    display: inline-block;
    margin: 0 5px;
    line-height: normal;
}

    .footer-right ul li a {
        display: block;
        line-height: normal;
    }
/* Footer 2020 */
#footer2018 {
    width: 100%;
    min-width: 1090px;
    margin-top: 30px;
}

    #footer2018 .inner {
        position: relative;
        width: 1340px;
        margin: 0 auto;
    }

        #footer2018 .inner:after {
            content: "";
            display: block;
            clear: both;
        }

    #footer2018 .footer_top {
        border: 1px solid #e8e8e8;
        border-bottom: 0;
        margin-bottom: 0;
    }

        #footer2018 .footer_top li {
            vertical-align: top;
            position: relative;
            border-left: 1px solid #e8e8e8;
            margin-bottom: 0;
        }

            #footer2018 .footer_top li:first-child {
                border-left: 0;
            }

        #footer2018 .footer_top h2, #footer2018 .footer_top .h2_div {
            padding-top: 15px;
            min-height: 75px;
            padding-bottom: 15px;
            font-size: 15px;
            color: #000;
            text-transform: uppercase;
            border-bottom: 1px solid #e8e8e8;
            text-align: center;
            font-weight: bold;
            line-height: 22px;
            display: grid;
            align-items: center;
            width: 100%;
            margin: auto;
        }

        #footer2018 .footer_top .h2_cont {
            margin-top: 18px;
            margin-bottom: 0px;
            height: 143px;
            text-indent: -1000em;
        }

        #footer2018 .footer_top li.helpdesk .h2_cont {
            text-indent: 0;
        }

        #footer2018 .footer_top li.payment .h2_cont {
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/img_payment.png) no-repeat center center;
        }

        #footer2018 .footer_top li.safety .h2_cont {
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/img_safety_4-min.png) no-repeat center center;
        }

        #footer2018 .footer_top li.safety a {
            position: absolute;
            left: 88px;
            top: 146px;
            display: block;
            width: 90px;
            height: 35px;
            text-indent: -1000em;
        }

            #footer2018 .footer_top li.safety a.paytm {
                left: 0;
                right: 0;
                margin: auto;
            }

        #footer2018 .footer_top li.partner .h2_cont {
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/img_partner.png) no-repeat center center;
        }

        #footer2018 .footer_top li .tel {
            position: relative;
            height: 44px;
            margin: auto;
            width: 155px;
            vertical-align: middle;
            padding: 0px 0 15px 50px;
            font-size: 16px;
            color: #666;
            font-weight: bold;
            line-height: 20px;
        }

            #footer2018 .footer_top li .tel:after {
                content: "";
                display: block;
                position: absolute;
                left: 0px;
                top: 6px;
                width: 36px;
                height: 33px;
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/ico_desk.png) no-repeat 0 0;
            }

            #footer2018 .footer_top li .tel em {
                font-size: 14px;
            }

            #footer2018 .footer_top li .tel span {
                display: inline-block;
                vertical-align: middle;
                margin: 0 3px;
                width: 1px;
                height: 14px;
                font-size: 0;
                background-color: #ccc;
                margin-top: -3px;
            }

        #footer2018 .footer_top li #ivr.tel {
            line-height: 42px;
        }

        #footer2018 .footer_top li .mail {
            text-align: center;
            padding: 15px 0 15px 0px;
            font-size: 12px;
            line-height: 22px;
            color: #000;
            line-height: 18px;
        }

            #footer2018 .footer_top li .mail a {
                color: #000000;
            }

        #footer2018 .footer_top li .btns {
            font-size: 0;
        }

            #footer2018 .footer_top li .btns a {
                display: inline-block;
                height: 23px;
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 25px;
                background: #fff;
                vertical-align: middle;
                border: 1px solid #e3e3e3;
            }

        #footer2018 .footer_top li .btn_faq {
            width: 81px;
        }

        #footer2018 .footer_top li .btn_qna {
            width: 129px;
            margin-left: -1px;
        }

    #footer2018 .footer_menu {
        border-top: 1px solid #8c8c8c;
        color: #acacac;
        font-size: 12px;
        line-height: 46px;
    }

        #footer2018 .footer_menu .f_left {
            margin-left: 7px;
        }

        #footer2018 .footer_menu a {
            display: inline-block;
            margin: 0 0 0 30px;
            font-size: 12px;
            color: #333;
            letter-spacing: -0.5px;
        }

    #footer2018 .footer_sitemap {
        background: #40444a;
        overflow: hidden;
        padding: 25px 0 20px 0;
    }

        #footer2018 .footer_sitemap ul:after {
            content: "";
            display: block;
            clear: both;
        }

        #footer2018 .footer_sitemap ul li.coll-csm {
            float: left;
            width: 20%;
            margin: 0;
        }

        #footer2018 .footer_sitemap ul li.aboutus {
            float: left;
        }

        #footer2018 .footer_sitemap ul li ul.submenu li {
            margin: 0;
        }

        #footer2018 .footer_sitemap .inner > ul > li:first-child {
            padding-left: 39px;
        }

        #footer2018 .footer_sitemap h2, #footer2018 .footer_sitemap .h2_div {
            font-size: 14px;
            color: #60d9cf;
            padding: 5px 0 0px 0;
            font-weight: bold;
            text-transform: none
        }

            #footer2018 .footer_sitemap h2 a, #footer2018 .footer_sitemap .h2_div a {
                color: #d5d5d5;
            }

            #footer2018 .footer_sitemap h2 + h2, #footer2018 .footer_sitemap .h2_div + h2 {
                padding-top: 15px;
            }

        #footer2018 .footer_sitemap .submenu {
            overflow: hidden;
            margin-bottom: 20px;
        }

            #footer2018 .footer_sitemap .submenu a {
                position: relative;
                display: block;
                font-size: 12px;
                color: #fff;
                line-height: 20px;
            }

        #footer2018 .footer_sitemap a:hover {
            text-decoration: underline;
        }

        #footer2018 .footer_sitemap .follow_list:after {
            content: "";
            display: block;
            clear: both;
        }

        #footer2018 .footer_sitemap .follow_list li {
            float: left;
            width: 32px;
            margin: 6px 3px 10px 0;
        }

            #footer2018 .footer_sitemap .follow_list li a {
                display: block;
                height: 32px;
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/bg_followus.png) no-repeat;
                text-indent: -1000em;
                border-radius: 14px;
            }

            #footer2018 .footer_sitemap .follow_list li.facebook a {
                background-position: 0 0;
            }

            #footer2018 .footer_sitemap .follow_list li.twitter a {
                background-position: -36px 0;
            }

            #footer2018 .footer_sitemap .follow_list li.linkedin a {
                background-position: -71px 0;
            }

            #footer2018 .footer_sitemap .follow_list li.youtube a {
                background-position: -106px 0;
            }

            #footer2018 .footer_sitemap .follow_list li.google a {
                background-position: -140px 0;
            }

        #footer2018 .footer_sitemap .follow_txt {
            margin-top: 14px;
            font-size: 12px;
            color: #768294;
            line-height: 18px;
        }

            #footer2018 .footer_sitemap .follow_txt strong {
                display: block;
                color: #d5d5d5;
                margin-bottom: 4px;
            }

        #footer2018 .footer_sitemap .aboutus {
            width: 100%;
            border-top: 1px solid #464d57;
            margin-top: 2px;
            padding: 25px 0 0 39px;
        }

            #footer2018 .footer_sitemap .aboutus .h1, #footer2018 .footer_sitemap .aboutus h1 {
                font-size: 12px;
                color: #d5d5d5;
                padding-bottom: 7px;
                text-transform: uppercase;
                font-weight: bold;
                margin: 0;
            }

            #footer2018 .footer_sitemap .aboutus a.btn {
                display: inline-block;
                width: 40px;
                height: 11px;
                text-indent: 4px;
                font-size: 10px;
                color: #d1d1d1;
                border: 1px solid #7c828c;
                line-height: 10px;
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/ic_more_arr.png) no-repeat 86% 4px;
                vertical-align: middle;
                text-decoration: none;
            }

            #footer2018 .footer_sitemap .aboutus .txt {
                padding: 0 0 20px 0;
                color: #c4c4c4;
                line-height: 17px;
                font-size: 12px;
                margin: 0;
            }

                #footer2018 .footer_sitemap .aboutus .txt a {
                    color: #ffffff;
                }

            #footer2018 .footer_sitemap .aboutus .txt_list {
                padding-bottom: 20px;
            }

                #footer2018 .footer_sitemap .aboutus .txt_list li {
                    float: none;
                    width: auto;
                    margin: 5px 0 0 3px;
                    color: #c4c4c4;
                    line-height: 15px;
                    font-size: 12px;
                }

                    #footer2018 .footer_sitemap .aboutus .txt_list li:first-child {
                        margin-top: 0;
                    }

    #footer2018 .footer_bottom {
        overflow: hidden;
        padding: 29px 0 38px 0;
    }

        #footer2018 .footer_bottom .logo {
            float: left;
            margin-left: 39px;
        }

        #footer2018 .footer_bottom .copyright {
            float: right;
            margin: 10px 10px 0 0;
            font-size: 12px;
            color: #898989;
        }

            #footer2018 .footer_bottom .copyright strong {
                color: #000;
                font-weight: normal;
            }

.app_footer {
    text-align: center
}

    .app_footer a img {
        margin: auto;
    }

    .app_footer span {
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        border-bottom: 1px solid #e8e8e8;
        text-align: center;
        font-weight: 700;
        display: block;
        margin-bottom: 23px
    }

.petment_method2019 span {
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.petment_method2019 .petment_method_list {
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2018/img_payment.png) no-repeat center center;
    height: 65px
}

.arrow_toogle {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
}

.clck_arrow {
    background: #666;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50px;
}

    .clck_arrow strong {
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -ms-transition-duration: .5s;
        text-decoration: none;
        background: none;
        width: 0;
        height: 0;
        left: auto;
        right: 7px;
        top: 10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #fff;
        content: "";
        display: block;
        position: absolute;
        font-size: 0px;
    }

    .clck_arrow.on_arrow strong {
        border-bottom: 8px solid #fff;
        top: 8px;
        border-top: 0px;
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -ms-transition-duration: .5s;
        text-decoration: none;
    }

/******************
FOOTER INNER PAGES
******************/
#footer {
    width: 100%;
    margin-top: 30px;
    padding: 27px 0 0 0;
    border-top: 1px solid #ddd;
}

    #footer .inner {
        position: relative;
        margin: 0 auto;
    }

        #footer .inner:after {
            content: "";
            display: block;
            clear: both;
        }

    #footer .footer_top li {
        position: relative;
    }

    #footer .footer_top h2 {
        padding-bottom: 5px;
        font-size: 17px;
        color: #000;
        border-bottom: 1px solid #b2b2b2;
    }

    #footer .footer_top .h2_cont {
        margin-top: 18px;
        height: 161px;
        text-indent: -1000em;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/sp_footer2.png) no-repeat 0 0;
    }

    #footer .footer_top li.helpdesk .h2_cont {
        text-indent: 0;
        background: none;
    }

    #footer .footer_top li.payment .h2_cont {
        width: 209px;
        height: 61px;
        background-position: 0 0;
    }

    #footer .footer_top li.safety .h2_cont {
        width: 172px;
        height: 95px;
        background-position: 0 -77px;
    }

    #footer .footer_top li.safety a {
        position: absolute;
        left: 0;
        top: 64px;
        display: block;
        width: 90px;
        height: 35px;
        text-indent: -1000em;
    }

    #footer .footer_top li.partner .h2_cont {
        margin: 18px auto 0;
        width: 143px;
        height: 40px;
        background-position: 100% 0;
    }

    #footer .footer_top li .tel {
        position: relative;
        height: 44px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 55px;
        font-size: 19px;
        color: #333;
    }

        #footer .footer_top li .tel:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 44px;
            height: 42px;
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/sp_footer2.png) no-repeat -193px -112px;
        }

        #footer .footer_top li .tel em {
            font-size: 14px;
        }

    #footer .footer_top li .mail {
        padding: 10px 0;
        font-size: 13px;
        line-height: 22px;
        color: #333;
        line-height: 18px;
    }

    #footer .footer_top li .btn_faq {
        display: inline-block;
        width: 100px;
        height: 30px;
        box-sizing: border-box;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        background: #41464e;
        vertical-align: middle;
    }

    #footer .footer_top li .btn_qna {
        display: inline-block;
        width: 100px;
        height: 30px;
        box-sizing: border-box;
        font-size: 12px;
        color: #41464e;
        text-align: center;
        line-height: 30px;
        background: #fff;
        vertical-align: middle;
        border: 1px solid #41464e;
    }

    #footer .footer_menu {
        height: 40px;
        border-top: 1px solid #494949;
        color: #acacac;
        font-size: 12px;
    }

        #footer .footer_menu .f_left {
            margin-top: 13px;
        }

        #footer .footer_menu .f_right {
            margin-top: 10px;
        }

        #footer .footer_menu a {
            display: inline-block;
            margin: 0 3px;
            font-size: 11px;
            color: #494949;
        }

    #footer .footer_sitemap {
        background: #40444a;
        overflow: hidden;
        padding: 28px 0 20px 0;
    }

        #footer .footer_sitemap ul li {
            float: left;
            width: 200px;
        }

        #footer .footer_sitemap h2 {
            font-size: 14px;
            color: #fff;
            padding-bottom: 7px;
        }

            #footer .footer_sitemap h2 a {
                color: #fff;
            }

            #footer .footer_sitemap h2 + h2 {
                padding-top: 15px;
            }

        #footer .footer_sitemap .submenu {
            overflow: hidden;
            margin-bottom: 20px;
        }

            #footer .footer_sitemap .submenu a {
                position: relative;
                display: block;
                font-size: 12px;
                color: #868d98;
                line-height: 20px;
            }

        #footer .footer_sitemap a:hover {
            text-decoration: underline;
        }

        #footer .footer_sitemap .follow_list:after {
            content: "";
            display: block;
            clear: both;
        }

        #footer .footer_sitemap .follow_list li {
            float: left;
            width: 28px;
            margin: 6px 6px 10px 0;
        }

            #footer .footer_sitemap .follow_list li a {
                display: block;
                height: 28px;
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/sp_footer2.png) no-repeat;
                text-indent: -1000em;
                border-radius: 14px;
            }

            #footer .footer_sitemap .follow_list li.facebook a {
                background-position: -200px -78px;
            }

            #footer .footer_sitemap .follow_list li.twitter a {
                background-position: -235px -78px;
            }

            #footer .footer_sitemap .follow_list li.linkedin a {
                background-position: -269px -78px;
            }

            #footer .footer_sitemap .follow_list li.google a {
                background-position: -304px -78px;
            }

            #footer .footer_sitemap .follow_list li.youtube a {
                background-position: -337px -78px;
            }

        #footer .footer_sitemap .follow_txt {
            margin-top: 14px;
            font-size: 12px;
            color: #868d98;
            line-height: 16px;
        }

            #footer .footer_sitemap .follow_txt strong {
                display: block;
                color: #fff;
                margin-bottom: 4px;
                font-weight: normal;
            }

        #footer .footer_sitemap .aboutus {
            width: 100%;
            border-top: 1px solid #545860;
            margin-top: 38px;
            padding: 20px 0 0 0;
        }

            #footer .footer_sitemap .aboutus a.btn {
                display: inline-block;
                width: 40px;
                height: 11px;
                text-indent: 4px;
                font-size: 10px;
                color: #d1d1d1;
                border: 1px solid #7c828c;
                line-height: 10px;
                background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/ic_more_arr.png) no-repeat 86% 4px;
                vertical-align: middle;
                text-decoration: none;
            }

            #footer .footer_sitemap .aboutus .txt {
                padding: 0 0 20px 0;
                color: #868d98;
                line-height: 15px;
                font-size: 12px;
            }

            #footer .footer_sitemap .aboutus .txt_list {
                padding-bottom: 20px;
            }

                #footer .footer_sitemap .aboutus .txt_list li {
                    float: none;
                    width: auto;
                    margin: 5px 0 0 3px;
                    color: #868d98;
                    line-height: 15px;
                    font-size: 12px;
                }

                    #footer .footer_sitemap .aboutus .txt_list li:first-child {
                        margin-top: 0;
                    }

    #footer .footer_bottom {
        overflow: hidden;
        padding: 20px 0;
    }

        #footer .footer_bottom .logo {
            float: left;
        }

        #footer .footer_bottom .copyright {
            float: right;
            margin-top: 7px;
        }

/*JEE intro */
.jee-intro-top {
    background: #8c48f5
}

.jeeintroslider {
    height: 100%;
    display: flex;
    align-items: center
}

    .jeeintroslider ul li {
        list-style: none
    }

    .jeeintroslider h2 {
        font-family: 'Gotham Narrow';
        color: #fff;
        font-size: 42px;
        line-height: 47px;
        position: relative;
        margin: 0 0 37px
    }

        .jeeintroslider h2 span {
            font-family: 'Gotham Narrow';
            color: #fde147;
            font-size: 30px;
            display: block;
            line-height: 35px
        }

        .jeeintroslider h2::after {
            width: 95px;
            height: 4px;
            background: #fff;
            content: "";
            position: absolute;
            bottom: -22px
        }

    .jeeintroslider p {
        font-family: 'Gotham Narrow Book';
        color: #fff;
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 17px
    }

#topcourse_faculty img {
    height: 412px;
    width: auto;
    padding-top: 50px
}

.classname_mainpack {
    font-family: 'Gotham Narrow Book';
    color: #fde147;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 5px;
    font-weight: 700
}

#top_intro_slide {
    padding: 30px 0 0
}

    #top_intro_slide .owl-dots {
        position: absolute;
        bottom: -20px;
        left: 36%
    }

    #top_intro_slide .owl-carousel .owl-item img {
        width: auto
    }

.latest_article {
    background-color: #ffab00;
    margin: 30px 0;
    text-align: center;
    padding-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

    .latest_article h4 {
        background-color: #f76a3c;
        font-family: 'noto_sansmedium';
        color: #fff;
        font-size: 24px;
        margin: 0;
        text-align: center;
        padding: 6px 15px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .latest_article ul {
        padding: 10px 15px 8px
    }

        .latest_article ul li {
            list-style: none;
            margin: 0 0 12px 0;
            line-height: normal;
            text-align: left;
        }

            .latest_article ul li a {
                font-family: 'noto_sansregular';
                color: #ffffff;
                font-size: 17px;
                line-height: normal;
            }

                .latest_article ul li a:hover {
                    color: #000000;
                }

            .latest_article ul li span {
                font-size: 14px;
                font-family: 'noto_sansregular';
                color: #ffffff;
                display: block;
                padding: 3px 0 0 0;
            }

                .latest_article ul li span i {
                    color: #e14ccc;
                }
/*#ongoing_slide .owl-carousel .owl-item img.vdothumbintro {height: 315px;}*/
.intro-ongoing {
    padding: 45px 0 0;
    position: relative
}

.heading_one_inner {
    font-size: 35px;
    color: #282828;
    font-family: 'noto_sanssemibold';
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}

p.heading_txt {
    font-size: 18px;
    line-height: 26px;
    color: #282828;
    font-family: 'noto_sanssemicondensed';
    margin: 0 8rem 25px 0
}

.ongoing_wrap {
    position: relative
}

.gradient_summary {
    background-image: linear-gradient(to top,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 1
}

.faucltyintro {
    z-index: 2
}

.timevdo {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 17px;
    font-family: 'noto_sansregular';
    color: #fff;
    background: #282828;
    padding: 0 15px 0 5px;
    height: 26px;
    line-height: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.imagefacultyintro {
    float: left;
    width: 60px;
    border-radius: 100px;
    height: 60px;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-right: 10px
}

    .imagefacultyintro img {
        display: block;
        position: relative;
        width: 60px !important;
        margin: 5px auto 0
    }

.facultyname_intro {
    float: left;
    width: calc(100% - 70px)
}

.facultycrs {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.facultyname_intro h5 {
    font-size: 18px;
    font-family: 'noto_sansregular';
    color: #fff;
    margin: 0
}

.facultyname_intro p {
    font-size: 13px;
    font-family: 'noto_sansregular';
    color: #fff;
    line-height: 18px;
    margin: 0
}

    .facultyname_intro p a {
        color: #fff
    }

.crsbtn {
    margin-top: 15px;
    text-align: center
}

#choose_slide .gradient_summary, #popular_slide .gradient_summary {
    background-image: linear-gradient(to top,rgba(140,72,245,0.7) 0%,rgba(140,72,245,0.5) 30%,rgba(140,72,245,0.3) 50%,rgba(140,72,245,0.2) 100%)
}

#choose_slide .owl-item:nth-child(2n) .gradient_summary, #popular_slide .owl-item:nth-child(2n) .gradient_summary {
    background-image: linear-gradient(to top,rgba(135,1,119,0.7) 0%,rgba(135,1,119,0.5) 30%,rgba(135,1,119,0.3) 50%,rgba(135,1,119,0.2) 100%)
}

#choose_slide .owl-item:nth-child(3n) .gradient_summary, #popular_slide .owl-item:nth-child(3n) .gradient_summary {
    background-image: linear-gradient(to top,rgba(247,171,15,0.7) 0%,rgba(247,171,15,0.5) 30%,rgba(247,171,15,0.3) 50%,rgba(247,171,15,0.2) 100%)
}

.intro-ongoing .owl-nav {
    width: 53px;
    position: absolute;
    top: -60px;
    right: 0;
    height: 16px
}

    .intro-ongoing .owl-nav button:focus {
        outline: none
    }

    .intro-ongoing .owl-nav button span {
        position: absolute;
        top: 0;
        display: block;
        width: 23px;
        height: 16px;
        margin: 0;
        text-indent: -9999px;
        font-size: 0;
        z-index: 100;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/arrow-why-etoos-1.png) no-repeat 0 0
    }

    .intro-ongoing .owl-nav .owl-prev span {
        left: 0
    }

    .intro-ongoing .owl-nav .owl-next span {
        right: 0;
        background-position: -23px 0
    }

    .intro-ongoing .owl-nav button.disabled {
        cursor: default;
        opacity: .5
    }

    .intro-ongoing .owl-nav::after {
        content: "";
        height: 55px;
        width: 1px;
        background: #dadada;
        left: -35px;
        top: -19px;
        position: absolute
    }

#motivational_slide .owl-item > div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#motivational_slide .owl-item.center > div {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.motivational_wrap {
    position: relative;
    overflow: hidden
}

    .motivational_wrap::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2)
    }

    .motivational_wrap a {
        position: absolute;
        top: calc(50% - 32px);
        width: 65px;
        height: 65px;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: .6
    }

        .motivational_wrap a:hover {
            opacity: 1
        }

#motivational_slide .owl-item p {
    line-height: 21px;
    font-size: 16px;
    margin: 20px 0
}

.askques {
    background-color: #ad67f4;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center
}

    .askques p {
        color: #fff;
        font-size: 31px;
        font-family: 'noto_sanssemibold'
    }

        .askques p span {
            display: block;
            font-family: 'noto_sansregular';
            font-size: 17px;
            line-height: 23px;
            margin: 0 0 12px
        }

    .askques a {
        background-color: #870177;
        color: #fff;
        font-size: 17px;
        line-height: 36px;
        height: 37px;
        text-align: center;
        font-family: 'noto_sansregular';
        border-radius: 25px;
        padding: 0 25px;
        margin: auto;
        display: inline-block
    }

        .askques a:hover {
            background-color: #650259;
            color: #fff
        }

.ques_list {
    background-color: #047e88;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    margin: 20px 0
}

    .ques_list p {
        color: #fff;
        font-size: 21px;
        font-family: 'noto_sanssemibold'
    }

    .ques_list ul li {
        list-style: none;
        margin: 0 5px 12px;
        background-color: #fff;
        color: #282828;
        font-size: 12px;
        line-height: 29px;
        height: 29px;
        text-align: center;
        font-family: 'noto_sansregular';
        border-radius: 25px;
        padding: 0 15px 0 8px;
        display: inline-block
    }

    .ques_list a {
        background-color: #fff;
        color: #282828;
        font-size: 12px;
        line-height: 29px;
        height: 29px;
        text-align: center;
        font-family: 'noto_sansregular';
        border-radius: 25px;
        padding: 0 15px 0 8px;
        margin: auto;
        display: inline-block
    }

        .ques_list a:hover {
            background-color: #650259;
            color: #fff
        }

    .ques_list i {
        font-size: 13px;
        color: #047e88;
        margin-right: 2px
    }

    .ques_list a:hover i {
        color: #fff
    }

.live_chat {
    background-color: #289ed9;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    position: relative
}

    .live_chat p {
        color: #fff;
        font-size: 14px;
        font-family: 'noto_sansregular';
        padding: 30px 0 25px 115px
    }

        .live_chat p span {
            display: block;
            font-family: 'noto_sanssemibold';
            font-size: 30px;
            margin: 0
        }

    .live_chat::before {
        content: "\f27a";
        top: calc(50% - 50px);
        left: 54px;
        font-size: 85px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-weight: 500;
        position: absolute
    }

.chat-faculty-mid {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px
}

    .chat-faculty-mid ul li {
        list-style: none;
        text-align: center
    }

    .chat-faculty-mid h3 {
        font-family: 'noto_sanssemibold';
        font-size: 26px;
        margin: 0 0 20px;
        color: #282828;
        font-weight: 400
    }

    .chat-faculty-mid ul li img {
        border-radius: 100px
    }

    .chat-faculty-mid ul li p {
        display: block;
        margin: 17px 0 8px;
        font-size: 16px
    }

    .chat-faculty-mid ul#chatfaculty {
        padding-top: 10px
    }

    .chat-faculty-mid ul#askexpert {
        padding-top: 52px
    }

        .chat-faculty-mid ul#askexpert li span {
            border-radius: 100px;
            background-color: #870177;
            height: 100px;
            width: 100px;
            display: inline-block;
            text-align: center
        }

            .chat-faculty-mid ul#askexpert li span i {
                color: #fff;
                font-size: 45px;
                line-height: 100px
            }

        .chat-faculty-mid ul#askexpert li:nth-child(3) span {
            background-color: #047882
        }

        .chat-faculty-mid ul#askexpert li:last-child span {
            background-color: #fdba47
        }

.app_pro {
    background-color: #edf0f6;
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    margin: 30px 0 50px
}

    .app_pro span {
        font-family: 'noto_sansextrabold';
        font-size: 26px;
        color: #282828;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: normal;
        margin-right: 25px
    }

    .app_pro img {
        height: 50px;
        display: inline-block;
        vertical-align: middle
    }

.access_free {
    background-color: #eff4fd;
    padding: 65px 0 45px
}

    .access_free h2.heading_one_inner {
        margin-bottom: 5px !important
    }

    .access_free p.subtxt {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 35px
    }

.bg-sp_dots {
    width: 224px;
    height: 229px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -10px -10px
}

.bg-sp_livechat {
    width: 103px;
    height: 89px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -254px -278px
}

.bg-ap_sub1 {
    width: 59px;
    height: 58px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -405px -144px
}

.bg-ap_sub2 {
    width: 59px;
    height: 58px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -405px -222px
}

.bg-ap_sub3 {
    width: 59px;
    height: 58px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -405px -300px
}

.bg-sp_prm_1 {
    width: 79px;
    height: 114px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -405px -10px
}

.bg-sp_prm_2 {
    width: 131px;
    height: 109px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -254px -10px
}

.bg-sp_prm_3 {
    width: 104px;
    height: 119px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -254px -139px
}

.bg-sp_prm_4 {
    width: 191px;
    height: 232px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -10px -259px
}

.bg-sp_offer {
    width: 51px;
    height: 50px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/css_sprites_intro-1.png) -405px -378px
}

.access_free_list {
    background: #c592f9;
    background: linear-gradient(318deg,rgba(197,146,249,1) 0%,rgba(172,101,244,1) 100%);
    height: 173px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px
}

    .access_free_list span.offer-title {
        font-family: 'noto_sansmedium';
        color: #fff;
        font-size: 20px;
        padding: 15px 74px 0 20px;
        line-height: 26px;
        display: block
    }

    .access_free_list span.offer-txt {
        font-family: 'noto_sanssemicondensed_light';
        color: #282828;
        font-size: 15px;
        display: block;
        line-height: 18px;
        padding: 15px 100px 0 20px
    }

    .access_free_list a {
        font-family: 'noto_sansmedium';
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 20px;
        padding: 0 30px 0 0;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-White.png) no-repeat 108px 6px;
        opacity: .7
    }

        .access_free_list a:hover {
            opacity: 1
        }

    .access_free_list.lst_1 .bg-sp_dots {
        position: absolute;
        z-index: 2;
        right: -29%;
        top: -54px
    }

    .access_free_list.lst_3 .bg-sp_dots {
        position: absolute;
        z-index: 1;
        right: -20%;
        top: 29px
    }

    .access_free_list .bg-sp_prm_1 {
        position: absolute;
        z-index: 2;
        right: 17px;
        bottom: 9px
    }

    .access_free_list .bg-sp_prm_2 {
        position: absolute;
        z-index: 2;
        right: 17px;
        bottom: 9px
    }

    .access_free_list .bg-sp_prm_3 {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0
    }

    .access_free_list .bg-sp_prm_4 {
        position: absolute;
        z-index: 2;
        right: -23px;
        bottom: 19px
    }

    .access_free_list.lst_2 {
        background: #fe8756;
        background: linear-gradient(45deg,rgba(254,135,86,1) 0%,rgba(172,101,244,1) 100%)
    }

    .access_free_list.lst_3 {
        background: #5fcfb9;
        background: linear-gradient(45deg,rgba(95,207,185,1) 0%,rgba(38,156,218,1) 100%)
    }

    .access_free_list.lst_4 {
        background: #e07cc4;
        background: linear-gradient(45deg,rgba(224,124,196,1) 0%,rgba(186,69,225,1) 100%)
    }

.intro_testimonials {
    padding: 50px 0 65px;
    background-color: #edf7fa;
    text-align: center
}

    .intro_testimonials .heading_one_inner {
        position: relative
    }

        .intro_testimonials .heading_one_inner::after {
            width: 170px;
            height: 4px;
            content: "";
            position: absolute;
            bottom: -15px;
            background-color: #640058;
            left: 0;
            right: 0;
            margin: auto
        }

    .intro_testimonials ul#pills-tab {
        margin: auto auto 50px;
        display: inline-block;
        border-bottom: 1px solid #870177;
        padding: 35px 0 0
    }

        .intro_testimonials ul#pills-tab li {
            display: inline-block;
            padding: 0 15px;
            position: relative
        }

            .intro_testimonials ul#pills-tab li a {
                font-size: 20px;
                color: #494949;
                font-family: 'noto_sansregular';
                text-transform: uppercase
            }

                .intro_testimonials ul#pills-tab li a.active {
                    font-family: 'noto_sanssemibold';
                    font-size: 20px;
                    color: #870177
                }

                    .intro_testimonials ul#pills-tab li a.active::after {
                        width: 100%;
                        height: 3px;
                        content: "";
                        position: absolute;
                        bottom: -12px;
                        background-color: #870177;
                        left: 0;
                        margin: auto
                    }

            .intro_testimonials ul#pills-tab li:last-child::after {
                display: none
            }

            .intro_testimonials ul#pills-tab li::after {
                content: "/";
                position: absolute;
                bottom: 2px;
                right: -4px;
                font-family: 'noto_sansregular';
                font-size: 20px;
                color: #494949
            }

#intro_testi p {
    font-size: 16px;
    line-height: 22px;
    margin: 30px auto 10px 0;
    word-wrap: break-word
}

.introtesticoursename {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 15px 0;
    word-wrap: break-word;
    color: #999
}

#intro_testi p a {
    color: #272727
}

#intro_testi img {
    max-height: 100px;
    width: 100px;
    margin: auto
}

.introtestiname {
    font-family: 'noto_sanssemibold';
    font-size: 20px;
    color: #eb6f1e;
    margin: 0 0 10px
}

#intro_testi .fas.fa-star {
    color: #870177
}

#intro_testi .far.fa-star {
    color: #bec6c8
}

.intro_doubtclinic {
    padding: 50px 0 65px;
    background-color: #fff;
    text-align: center
}

    .intro_doubtclinic .heading_one_inner {
        position: relative
    }

        .intro_doubtclinic .heading_one_inner::after {
            width: 170px;
            height: 4px;
            content: "";
            position: absolute;
            bottom: -15px;
            background-color: #640058;
            left: 0;
            right: 0;
            margin: auto
        }

    .intro_doubtclinic ul#doubtpills-tab {
        margin: auto auto 50px;
        display: inline-block;
        border-bottom: 1px solid #870177;
        padding: 35px 0 0
    }

        .intro_doubtclinic ul#doubtpills-tab li {
            display: inline-block;
            padding: 0 15px;
            position: relative
        }

            .intro_doubtclinic ul#doubtpills-tab li a {
                font-size: 20px;
                color: #494949;
                font-family: 'noto_sansregular';
                text-transform: uppercase
            }

                .intro_doubtclinic ul#doubtpills-tab li a.active {
                    font-family: 'noto_sanssemibold';
                    font-size: 20px;
                    color: #870177
                }

                    .intro_doubtclinic ul#doubtpills-tab li a.active::after {
                        width: 100%;
                        height: 3px;
                        content: "";
                        position: absolute;
                        bottom: -12px;
                        background-color: #870177;
                        left: 0;
                        margin: auto
                    }

            .intro_doubtclinic ul#doubtpills-tab li:last-child::after {
                display: none
            }

            .intro_doubtclinic ul#doubtpills-tab li::after {
                content: "/";
                position: absolute;
                bottom: 2px;
                right: -4px;
                font-family: 'noto_sansregular';
                font-size: 20px;
                color: #494949
            }

.question_wrap_intro {
    background-color: #36312d;
    padding: 30px 45px;
    text-align: left;
    border-radius: 15px
}

    .question_wrap_intro .questionnumbers {
        font-family: 'noto_sanssemibold';
        font-size: 16px;
        color: #f95653;
        text-transform: uppercase
    }

    .question_wrap_intro h5 {
        font-family: 'noto_sanssemibold';
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        margin: 12px 0;
        line-height: 29px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .question_wrap_intro p {
        font-family: 'noto_sansregular';
        font-size: 14px;
        color: #fcf7f4;
        font-weight: 400;
        line-height: 21px;
        margin: 0
    }

.qc_txt {
    margin: 0 0 15px;
    height: 105px;
    overflow: hidden;
    display: block
}

.question_wrap_intro p a {
    color: #fff
}

    .question_wrap_intro p a img:nth-child(2) {
        display: none
    }

.question_wrap_intro .tagquestion {
    font-family: 'noto_sansregular';
    font-size: 14px;
    color: #86817d;
    font-weight: 400
}

.question_wrap_intro img {
    width: 100% !important;
    height: 35px !important
}

#light_ques.question_wrap_intro {
    background-color: #fff4e1
}

    #light_ques.question_wrap_intro h5 {
        color: #292929
    }

    #light_ques.question_wrap_intro p {
        color: #292929
    }

#light_ques_2.question_wrap_intro {
    background-color: rgba(255,244,0225,0.4)
}

    #light_ques_2.question_wrap_intro h5 {
        color: #292929
    }

    #light_ques_2.question_wrap_intro p {
        color: #292929
    }

.owl-carousel .owl-item.active:last-child {
    margin-right: 0
}

.intro_faqs {
    padding: 50px 0
}

    .intro_faqs #accordion a {
        display: block;
        background-color: #edf0f6;
        font-family: 'noto_sanssemibold';
        font-size: 16px;
        color: #282828;
        font-weight: 400;
        padding: 18px 25px
    }

    .intro_faqs #accordion p {
        font-family: 'noto_sansregular';
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        padding: 10px 25px;
        line-height: 24px;
        margin: 0 0 4px
    }

.body_accordion {
    margin-bottom: 3px
}

.intro_faqs #accordion a:after {
    content: '\f13a';
    color: #0061d9;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-left: 5px
}

.intro_faqs #accordion a.collapsed:after {
    content: "\f139"
}

.intro-ongoing .owl-dots, .intro_testimonials .owl-dots {
    display: none
}

#youtubuView .ly_pop.video {
    position: fixed;
    top: 50px
}


/*Cat List*/
.cat_list_top {
    padding: 45px 0
}

h1.hone_heading {
    font-size: 35px;
    color: #282828;
    font-family: 'noto_sanssemibold';
    margin-bottom: 5px;
    text-transform: uppercase
}

.cat_list_top p {
    font-size: 16px;
    line-height: 28px;
    color: #282828;
    font-family: 'noto_sanssemicondensed'
}

.cat_list_top_graphic {
    background: #479ed3;
    background: linear-gradient(106deg,rgba(71,158,211,1) 0%,rgba(142,76,237,1) 100%);
    border-radius: 10px;
    padding: 35px;
    margin: 35px 0 80px
}

    .cat_list_top_graphic .heading_one_inner {
        line-height: 45px
    }

.cat_top_grphic {
    position: absolute;
    top: -60px;
    right: -60px
}

.cat_listing {
    padding: 0 0 25px
}

    .cat_listing ul li {
        list-style: none;
        width: calc(20% - 40px);
        float: left;
        margin: 0 20px 40px;
        box-shadow: 0 5px 13px rgba(0,0,0,0.1);
        border-radius: 5px;
        text-align: center
    }

        .cat_listing ul li a {
            display: block;
            padding: 30px 0 20px
        }

.icon_cat_listing {
    width: 104px;
    height: 104px;
    border-radius: 104px;
    margin: auto;
    padding: 18px 0;
    background: #fe5021;
    background: linear-gradient(106deg,rgba(254,80,33,1) 0%,rgba(250,170,37,1) 100%)
}

    .icon_cat_listing img {
        margin: auto
    }

.cat_listing ul li span {
    font-size: 16px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sanssemibold';
    padding: 20px 0 10px;
    display: block;
    position: relative;
}

    .cat_listing ul li span em {
        font-size: 12px;
        display: block;
        color: #757272;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        font-style: normal;
    }

.cat_listing ul li:hover {
    box-shadow: 0 5px 13px rgba(0,0,0,0.3)
}

.cat_listing ul li:nth-child(2n+1) .icon_cat_listing {
    background: #b569e3;
    background: linear-gradient(106deg,rgba(181,105,227,1) 0%,rgba(252,134,90,1) 100%)
}

.cat_listing ul li:nth-child(3n+1) .icon_cat_listing {
    background: #8255eb;
    background: linear-gradient(106deg,rgba(130,85,235,1) 0%,rgba(46,153,218,1) 100%)
}

.ongoing_promotion {
    padding: 45px 0;
    background-color: #eff4fd
}

    .ongoing_promotion p {
        font-size: 16px;
        line-height: 28px;
        color: #282828;
        font-family: 'noto_sanssemicondensed'
    }

    .ongoing_promotion ul {
        padding-top: 25px
    }

        .ongoing_promotion ul li img {
            border-radius: 4px
        }

.ongoing_courses_cat {
    padding: 45px 0
}

    .ongoing_courses_cat p {
        font-size: 16px;
        line-height: 28px;
        color: #282828;
        font-family: 'noto_sanssemicondensed'
    }

.crsnamecatdlt {
    font-size: 16px;
    line-height: 22px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sanssemibold';
    padding: 5px 100px 20px 0;
    display: block
}

#tab_pack_nav {
    margin: 0 0 -3px
}

    #tab_pack_nav li {
        margin: 0;
        font-size: 16px;
        line-height: normal;
        color: #282828;
        font-family: 'noto_sanssemicondensed';
        padding: 10px 20px;
        display: inline-block;
        position: relative
    }

        #tab_pack_nav li::after {
            content: "|";
            position: absolute;
            font-size: 14px;
            right: 0;
            color: #282828
        }

        #tab_pack_nav li.active::after, #tab_pack_nav li:last-child::after {
            display: none
        }

        #tab_pack_nav li.active {
            background-color: #dee9fb;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px
        }

#tab_pack_content .tab-pane {
    background-color: #dee9fb;
    padding: 30px 25px 20px 20px;
    border-radius: 5px
}

#tab_pack_nav li br {
    display: none;
    margin-left: 3px
}

.course_class br, .course_class_vr br {
    display: none
}

#tab_crs_nav li {
    margin: 0 2px 0 0
}

    #tab_crs_nav li a {
        font-size: 18px;
        line-height: normal;
        color: #282828;
        font-family: 'noto_sanssemibold';
        padding: 13px 40px;
        display: block;
        background-color: #dee9fb;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

        #tab_crs_nav li a.active {
            background-color: #bfd4f6
        }

.course_validity span {
    display: inline-block;
    margin: 12px 15px 0 0
}

.course_validity {
    padding: 0 0 0 58px;
    height: 46px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/icon_validity.png) no-repeat
}

    .course_validity label {
        background: #eff4fd;
        padding: 8px 17px;
        border-radius: 5px;
        margin-right: 5px;
        margin-bottom: 0
    }

    .course_validity input[type="radio"] {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

.course_class {
    line-height: 49px;
    padding: 0 0 0 58px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/webpage/icon_class.png) no-repeat
}

.course_rating i.fill {
    color: #ffc107
}

.course_rating i {
    margin: 0 1px;
    line-height: 49px;
    font-size: 20px
}

#buycourse ul li {
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    width: 30%;
    margin: 0 3% 0 0;
    float: left;
    height: 35px;
    line-height: 36px;
    border: 1px solid #fff;
    position: relative
}

#buycourse ul {
    margin: 10px 0 17px
}

    #buycourse ul li:last-child {
        margin-right: 0
    }

    #buycourse ul li span.type {
        margin: 0 15px;
        color: #aaa
    }

    #buycourse ul li span.price_txt {
        margin: 0 15px 0 2px
    }

        #buycourse ul li span.price_txt del {
            opacity: 0.5;
            font-size: 14px;
            margin-right: 5px;
        }

        #buycourse ul li span.price_txt em {
            font-style: normal;
        }

    #buycourse ul li:hover {
        border: 1px solid #3ac0bf;
        cursor: pointer
    }

    #buycourse ul li.on {
        border: 1px solid #3ac0bf
    }

        #buycourse ul li.on::before {
            text-decoration: none;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f058";
            font-size: 21px;
            display: inline-block;
            margin: 0;
            color: #3ac0bf;
            position: absolute;
            right: 7px;
            top: -1px
        }

a.exploremore {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    background-color: #8e4ced;
    text-align: center;
    border-radius: 50px;
    padding: 0 28px;
}

#course_hr_slide .owl-nav {
    width: 53px;
    position: absolute;
    top: 20px;
    right: 0;
    height: 16px;
}

    #course_hr_slide .owl-nav button:focus {
        outline: none;
    }

    #course_hr_slide .owl-nav button span {
        position: absolute;
        top: 0;
        display: block;
        width: 23px;
        height: 16px;
        margin: 0;
        text-indent: -9999px;
        font-size: 0px;
        z-index: 100;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/arrow-why-etoos-1.png) no-repeat 0 0;
    }

    #course_hr_slide .owl-nav .owl-prev span {
        left: 0px;
    }

    #course_hr_slide .owl-nav .owl-next span {
        right: 0px;
        background-position: -23px 0px;
    }

    #course_hr_slide .owl-nav button.disabled {
        cursor: default;
        opacity: 0.5;
    }

    #course_hr_slide .owl-nav::after {
        content: "";
        height: 55px;
        width: 1px;
        background: #dadada;
        ;
        left: -35px;
        top: -19px;
        position: absolute;
    }

#course_hr_slide .owl-dots {
    display: none;
}

/* Category Details */
.bg-gradiant-cat {
    padding: 24px 10px 24px 90px;
    border-radius: 5px;
    background: #479ed3;
    background: linear-gradient(106deg,rgba(71,158,211,1) 0%,rgba(142,76,237,1) 100%)
}

    .bg-gradiant-cat img {
        position: absolute;
        left: 30px;
        top: 7px;
        width: 60px
    }

    .bg-gradiant-cat span {
        font-family: 'noto_sanssemibold';
        font-size: 19px;
        color: #fff
    }

.course_vertical_wrap p {
    font-size: 16px;
    line-height: 28px;
    color: #282828;
    font-family: 'noto_sanssemicondensed';
    margin-bottom: 35px
}

.course_vertical_box {
    position: relative
}

.crs_top_vr {
    position: relative
}

.faculty_name_vr {
    font-size: 20px;
    color: #fff;
    font-family: 'noto_sanssemibold';
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center
}

.course_name_vr {
    font-size: 15px;
    color: #fff;
    font-family: 'noto_sansmedium';
    position: absolute;
    bottom: 56px;
    left: 5px;
    right: 5px;
    text-align: center;
    line-height: 20px
}

.course_vertical_wrap .gradient-updates-vr {
    background-image: linear-gradient(to top,rgba(140,72,245,0.7) 0%,rgba(140,72,245,0.5) 30%,rgba(140,72,245,0.3) 50%,rgba(140,72,245,0.2) 100%)
}

.course_vertical_wrap .item:nth-child(2n) .gradient-updates-vr {
    background-image: linear-gradient(to top,rgba(135,1,119,0.7) 0%,rgba(135,1,119,0.5) 30%,rgba(135,1,119,0.3) 50%,rgba(135,1,119,0.2) 100%)
}

.course_vertical_wrap .item:nth-child(3n) .gradient-updates-vr {
    background-image: linear-gradient(to top,rgba(247,171,15,0.7) 0%,rgba(247,171,15,0.5) 30%,rgba(247,171,15,0.3) 50%,rgba(247,171,15,0.2) 100%)
}

#course_vr_slide_2 {
    margin-top: 30px;
    margin-bottom: 30px
}

.gradient-updates-vr {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.course_detais_vr {
    background-color: #dee9fb;
    position: relative;
    padding: 18px 10px 10px
}

.course_type_vr {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sanssemicondensed';
    padding: 0
}

.course_class_vr {
    margin: 18px 0;
    font-size: 16px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sanssemicondensed';
    padding: 0;
    position: relative
}

.course_validity_vr span {
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sanssemicondensed';
    padding: 0;
    display: inline-block
}

.course_validity_vr label {
    background: #eff4fd;
    padding: 0 17px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    height: 35px;
    line-height: 38px
}

.course_validity_vr input[type="radio"] {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.course_vertical_box .course_rating {
    position: absolute;
    right: 0;
    top: -13px
}

    .course_vertical_box .course_rating i {
        font-size: 14px
    }

.course_vertical_box #buycourse ul li {
    width: 100%;
    margin: 4px 0
}

.course_validity_vr {
    margin: 17px auto 12px
}

.btnwrapgrcat {
    position: absolute;
    left: 10px;
    right: 10px;
    margin: auto;
    bottom: 11px;
    text-align: center
}

.course_vertical_wrap .gradient-updates-vr a.btnmoredetailcat {
    margin: auto;
    width: 135px;
    display: inline-block
}

.course_vertical_wrap .gradient-updates-vr a.btnPlayYoutube {
    margin: auto;
    width: 135px;
    display: inline-block
}

.course_vertical_box #buycourse ul {
    margin-bottom: 0
}

.course_flter {
    border: 1px solid #a97ee9;
    border-radius: 5px
}

    .course_flter h4 {
        font-size: 16px;
        color: #282828;
        margin: 0 0 20px;
        text-align: center;
        padding: 14px;
        background: #f1f1f3;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.filter_heading {
    font-size: 17px;
    color: #000;
    margin: 0 0 11px;
    display: block;
    position: relative
}

    .filter_heading a {
        color: #165ddb;
        font-size: 17px;
        position: absolute;
        right: 0;
        top: 0px;
    }

.fliter_block {
    border-bottom: 1px solid #dee9fb;
    margin-bottom: 15px;
    padding: 0px 18px 10px 18px;
}

    .fliter_block ul {
        margin: 0;
    }

        .fliter_block ul li {
            list-style: none;
            margin: 0px 0;
            position: relative;
        }

            .fliter_block ul li label {
                margin: 0;
            }

            .fliter_block ul li input[type="checkbox"] {
                margin: 0 7px 0 0;
            }

            .fliter_block ul li span {
                color: #282828;
                font-size: 15px;
            }

    .fliter_block:last-child {
        margin-bottom: 0;
        border-bottom: 0px solid #dee9fb;
    }

    .fliter_block ul li label em {
        display: none;
        position: absolute;
        right: 11px;
        top: 4px;
        width: 43px;
        height: 17px;
        padding-left: 3px;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/bg_only.gif) no-repeat 0 0;
        line-height: 17px;
        font-size: 10px;
        color: #1ca7a6;
        text-align: center;
    }

    .fliter_block ul li:hover em {
        display: block;
    }

.course_detail_pagination li {
    margin: 15px 0 0 0;
}

.cat_listing_filter {
    margin: 35px 11px 0 10px;
}

    .cat_listing_filter ul li {
        list-style: none;
        width: calc(100% - 0px);
        float: left;
        margin: 0 0px 10px 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-radius: 5px;
        text-align: center
    }

        .cat_listing_filter ul li a {
            display: block;
            padding: 8px 15px
        }

.icon_cat_listing_filter {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: auto;
    padding: 2px 0;
    background: #fe5021;
    background: linear-gradient(106deg,rgba(254,80,33,1) 0%,rgba(250,170,37,1) 100%)
}

    .icon_cat_listing_filter img {
        margin: auto;
        width: 25px;
    }

.cat_listing_filter ul li span {
    float: left;
    font-size: 15px;
    line-height: normal;
    color: #282828;
    font-family: 'noto_sansmedium';
    padding: 4px 0 3px 13px;
    display: block
}

.cat_listing_filter ul li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3)
}

.cat_listing_filter ul li:nth-child(2n+1) .icon_cat_listing_filter {
    background: #b569e3;
    background: linear-gradient(106deg,rgba(181,105,227,1) 0%,rgba(252,134,90,1) 100%)
}

.cat_listing_filter ul li:nth-child(3n+1) .icon_cat_listing_filter {
    background: #8255eb;
    background: linear-gradient(106deg,rgba(130,85,235,1) 0%,rgba(46,153,218,1) 100%)
}

.newimagetype {
    background: none !important;
}

    .newimagetype .course_name_vr {
        display: none;
    }

/* Faculty List Page */
.faculty-list-top {
    padding: 25px 0 0px
}

.faculty-list-main #faculty_list ul li {
    list-style: none;
    position: relative;
    margin: 0 0 30px
}

    .faculty-list-main #faculty_list ul li a {
        display: block;
        border-radius: 6px;
        background-color: #fff
    }

.faculty_intro_details {
    position: absolute;
    left: 195px;
    top: 20px
}

.faculty-list-main #faculty_list ul li a:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.55) !important
}

.faculty-list-main #faculty_list ul li a span.picture {
    border-radius: 6px;
    width: 150px;
    height: 250px;
    background-color: #eaeaea;
    overflow: hidden;
    position: relative;
    display: block
}

    .faculty-list-main #faculty_list ul li a span.picture img {
        width: auto;
        height: 250px;
        padding: 10px 0 0
    }

.faculty-list-main #faculty_list ul li a span.ico_ctg, .faculty-list-main #faculty_list ul li a span.new {
    display: none
}

.faculty-list-main #faculty_list ul li a span.name {
    display: block;
    font-family: 'noto_sansextrabold';
    color: #282828;
    font-size: 23px;
    margin: 0 0 6px
}

.faculty-list-main #faculty_list ul li a span.txt {
    display: block;
    font-family: 'noto_sansregular';
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.facultymore {
    display: inline-block;
    font-family: 'noto_sansregular';
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #000;
    border-radius: 19px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: normal
}

    .facultymore.physics {
        background-color: #4a7af4
    }

    .facultymore.chemistry {
        background-color: #30c081
    }

    .facultymore.mathematics {
        background-color: #f8ae48
    }

    .facultymore.biology {
        background-color: #9070c8
    }

.faculty-list-filter {
    padding: 0 0 15px
}

    .faculty-list-filter .show-sub-div li {
        list-style: none
    }

        .faculty-list-filter .show-sub-div li a {
            display: block;
            font-family: 'noto_sanssemibold';
            color: #fff;
            background-color: #4a7af4;
            font-size: 28px;
            padding: 11px 0;
            text-align: center
        }

        .faculty-list-filter .show-sub-div li.Physics a {
            background-color: #4a7af4
        }

        .faculty-list-filter .show-sub-div li.Chemistry a {
            background-color: #30c081
        }

        .faculty-list-filter .show-sub-div li.Mathematics a {
            background-color: #f8ae48
        }

        .faculty-list-filter .show-sub-div li.Biology a {
            background-color: #9070c8
        }

        .faculty-list-filter .show-sub-div li ul li.on a:after {
            content: '';
            bottom: -24px;
            left: 50%;
            border: solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            z-index: 20;
            border-color: rgba(255,255,255,0);
            border-top-color: #5f96ce;
            border-width: 12px;
            margin-left: -12px
        }

        .faculty-list-filter .show-sub-div li ul li.Physics.on a:after {
            border-top-color: #4a7af4
        }

        .faculty-list-filter .show-sub-div li ul li.Chemistry.on a:after {
            border-top-color: #30c081
        }

        .faculty-list-filter .show-sub-div li ul li.Mathematics.on a:after {
            border-top-color: #f8ae48
        }

        .faculty-list-filter .show-sub-div li ul li.Biology.on a:after {
            border-top-color: #9070c8
        }

.faculty-list-main #faculty_list.cbse ul li a span.picture, .faculty-list-main #faculty_list.fd ul li a span.picture {
    width: 130px;
    height: 190px
}

    .faculty-list-main #faculty_list.cbse ul li a span.picture img, .faculty-list-main #faculty_list.fd ul li a span.picture img {
        height: 191px;
        padding: 10px 0 0
    }

#faculty_list.cbse .faculty_intro_details, #faculty_list.fd .faculty_intro_details {
    position: absolute;
    left: 145px;
    top: 8px
}

.faculty-list-main #faculty_list.cbse ul li a span.name, .faculty-list-main #faculty_list.fd ul li a span.name {
    font-size: 16px;
    line-height: 20px
}

.faculty-list-main #faculty_list.cbse ul li a span.txt, .faculty-list-main #faculty_list.fd ul li a span.txt {
    font-size: 14px;
    line-height: 20px
}

/* Offer */
.offer-list-top {
    padding: 0;
    background-color: #edf7fa
}

    .offer-list-top .heading_one_inner {
        font-size: 35px;
        color: #fff;
        font-family: 'noto_sanssemibold';
        font-weight: 400;
        margin: 30px 0 5px;
        text-transform: uppercase
    }

    .offer-list-top svg#curveoffer {
        position: absolute
    }

.offer-listing {
    background-color: #fff;
    display: block;
    margin: 0 0 5rem
}

p#offerdesc.heading_txt {
    margin: 10px 0 50px;
    color: #fff
}

#offer_details_list {
    margin: 0;
    padding: 20px 25px 0 45px
}

    #offer_details_list ul {
        margin: 0;
        padding: 0
    }

        #offer_details_list ul li, #offer_details_list p, #offer_details_list p span {
            color: #5e5e5e !important;
            font-size: 16px !important;
            line-height: 23px !important;
            font-weight: 400 !important;
            font-family: noto_sansregular !important;
            margin: 0 0 12px !important;
            list-style: disc !important
        }

.offer-listing center {
    position: relative;
    bottom: -31px
}

#offer_details_list h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px
}

/* ExamInfo Content Pages */

.examinfo_wrap .sidebar_top {
    background-color: #ededed
}

    .examinfo_wrap .sidebar_top h2 {
        color: #373737;
        font-size: 22px;
        text-align: center;
        margin: 0;
        padding: 23px
    }

        .examinfo_wrap .sidebar_top h2 span {
            display: inline-block;
            background: linear-gradient(to right, #e72a3a 10%, #ffda3b 50%, #000 60%);
            background-size: auto auto;
            background-clip: border-box;
            background-size: 200% auto;
            background-clip: text;
            text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textclip 1.5s linear infinite;
        }

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.examinfo_wrap .sidebar .lnb {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 13px 15px;
    margin: 15px auto
}

    .examinfo_wrap .sidebar .lnb h3 {
        color: #373737;
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 22px;
    }

        .examinfo_wrap .sidebar .lnb h3.berder-line-bottom {
            border-bottom: 1px solid #d0d0d0;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        .examinfo_wrap .sidebar .lnb h3 a {
            color: #373737;
        }

            .examinfo_wrap .sidebar .lnb h3 a:hover {
                color: #057f89;
                text-decoration: underline;
            }

    .examinfo_wrap .sidebar .lnb ul {
        border-bottom: 1px solid #d0d0d0;
        margin: 0 0 15px;
        padding-bottom: 11px
    }

        .examinfo_wrap .sidebar .lnb ul li {
            list-style: none;
            line-height: normal;
            margin: 0 0 5px;
            color: #3e46da;
            font-size: 15px
        }

            .examinfo_wrap .sidebar .lnb ul li a {
                color: #3e46da
            }

                .examinfo_wrap .sidebar .lnb ul li a:hover, .examinfo_wrap .sidebar .lnb ul li a.active {
                    color: #31bfce
                }

        .examinfo_wrap .sidebar .lnb ul.lastlnb {
            border-bottom: 0 solid #fff;
            margin-bottom: 0
        }

.examinfo_wrap .content h1 {
    font-size: 32px;
    color: #31bfce
}

.examinfo_wrap .content h2 {
    font-size: 24px;
    color: #232323;
    margin: 0 0 15px
}

.examinfo_wrap .content h3 {
    font-size: 21px;
    color: #232323;
    margin: 0 0 15px
}

.examinfo_wrap .content h4 {
    font-size: 19px;
    color: #232323;
    margin: 0 0 15px
}

.examinfo_wrap .content h5 {
    font-size: 18px;
    color: #232323;
    margin: 0 0 15px
}

.examinfo_wrap .content h6 {
    font-size: 16px;
    color: #232323;
    margin: 0 0 15px
}

.examinfo_wrap .content p {
    font-size: 16px;
    line-height: 25px;
    color: #232323
}

    .examinfo_wrap .content p b {
        font-weight: bold;
    }

    .examinfo_wrap .content p a {
        color: #000
    }

        .examinfo_wrap .content p a:hover {
            color: #31bfce
        }

.examinfo_wrap .content ul {
    margin: 0 0 20px 25px
}

    .examinfo_wrap .content ul li {
        font-size: 16px;
        color: #232323;
        margin-bottom: 5px
    }

        .examinfo_wrap .content ul li a, .examinfo_wrap .content ol li a {
            color: #232323;
        }

.content-data-box-wrap {
    margin-top: 20px;
    margin-bottom: 30px
}

.content-data-box-in {
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px
}

.examinfo_wrap .content .content-data-box-in h3 {
    margin: 0 0 10px;
    font-weight: 400
}

.examinfo_wrap .content .content-data-box-in ul {
    margin: 0
}

    .examinfo_wrap .content .content-data-box-in ul li {
        list-style: none;
        margin: 5px 0
    }

        .examinfo_wrap .content .content-data-box-in ul li:last-child {
            margin-bottom: 0
        }

        .examinfo_wrap .content .content-data-box-in ul li a {
            color: #3e46da
        }

            .examinfo_wrap .content .content-data-box-in ul li a:hover {
                color: #31bfce
            }

.examinfo_wrap .content .jee_adv_con {
    border: 1px solid #1ca7a6;
    margin: 0 0 20px;
    padding: 0
}

    .examinfo_wrap .content .jee_adv_con a {
        color: #1ca7a6;
        width: calc(50% - 0px);
        text-align: center;
        font-size: 17px;
        padding: 8px 0
    }

        .examinfo_wrap .content .jee_adv_con a.brlft {
            border-left: 1px solid #1ca7a6
        }

        .examinfo_wrap .content .jee_adv_con a:hover {
            color: #fff;
            background: #1ca7a6
        }

.video_bnr::after {
    display: block;
    clear: both;
    content: ""
}

.video_bnr {
    margin: 30px auto 25px
}

.sub_tab_all {
    position: relative
}

.sub_tab_basic {
    display: table;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 30px
}

    .sub_tab_basic li {
        display: table-cell;
        height: 48px;
        font-size: 12px;
        text-align: center;
        border-top: 1px solid #adadad;
        border-right: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        vertical-align: middle;
        box-sizing: border-box
    }

        .sub_tab_basic li a {
            display: block;
            text-align: center;
            color: #666;
            font-size: 14px
        }

        .sub_tab_basic li:first-child {
            border-left: 1px solid #adadad
        }

        .sub_tab_basic li.on, .sub_tab_basic li:hover {
            border-top: 2px solid #3c4147;
            border-bottom: none
        }

            .sub_tab_basic li.on a, .sub_tab_basic li a:hover {
                display: block;
                width: 100%;
                font-weight: 700;
                color: #3c4147;
                text-decoration: none
            }

.content .bbs_list tbody th, .content .bbs_list td {
    text-align: left;
    color: #232323
}

.pdfviewer {
    position: relative;
    margin: 0 0 25px
}

.download_pdf_btn {
    text-align: center;
    margin: 0 0 -25px
}

    .download_pdf_btn a {
        border-radius: 100px;
        background-color: #e6632f;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        position: relative;
        display: inline-block;
        letter-spacing: .8px;
        height: 56px;
        -webkit-transition: all .3s linear;
        z-index: 1;
        cursor: pointer;
        font-size: 17px;
        padding: 15px 43px;
        width: 350px
    }

        .download_pdf_btn a:hover {
            box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
            transform: scale(1.05);
            -webkit-transform: scale(1.05)
        }

.pdf_view {
    background-color: #f5f5f5;
    padding: 50px 150px;
    text-align: center
}

#downpdfbtn.download_pdf_btn {
    text-align: center;
    margin: -25px 0 0
}

.recommended {
    border-top: 1px dashed #b9b9b9;
    border-bottom: 1px dashed #b9b9b9;
    padding-top: 10px;
    margin-bottom: 15px;
}

.examinfo_wrap .content .recommended h4 {
    font-size: 15px;
    margin: 0 0 0 0;
}

.examinfo_wrap .content .recommended ul {
    margin-bottom: 10px;
}

    .examinfo_wrap .content .recommended ul li {
        font-size: 15px;
        margin: 0 0 0 0;
    }

.paper_tbl_head {
    font-size: 15px;
    font-weight: 700;
    margin: 25px 0 15px;
    display: block
}

.examinfo_wrap .content h3.prepaper_heading {
    margin-top: 15px
}

.examinfo_wrap .bbs_list td.subj em.new {
    margin: -5px 5px 0 0
}

#table_content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15)
}

    #table_content .bbs_list {
        border-top: 0 solid #3c4147
    }

        #table_content .bbs_list table thead th {
            color: #fff;
            border-bottom: 0 solid #d6dadd;
            background: #31bfce
        }

    #table_content .paper_tbl_head, #table_content .prepaper_heading {
        display: none !important
    }

    #table_content .bbs_list table tbody tr:nth-child(even) {
        background-color: #fbfbfb
    }

    #table_content .bbs_list table tbody tr td a.sbtn {
        background-color: #31bfce;
        color: #fff;
        padding: 0 24px 0 10px;
        border-radius: 2px;
        line-height: 20px;
        height: 19px;
        display: inline-block;
        position: relative;
        font-size: 12px;
    }

        #table_content .bbs_list table tbody tr td a.sbtn::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f019";
            font-size: 10px;
            position: absolute;
            right: 8px;
        }

        #table_content .bbs_list table tbody tr td a.sbtn:hover {
            background-color: #287e87
        }

    #table_content .bbs_list table tbody td.subj, #table_content #table_content .bbs_list table thead th:first-child {
        padding-left: 15px
    }

.examinfo_wrap .content .ly_pop.video .ly_header h5 {
    color: #fff
}

table tbody tr td a.download_btn {
    background-color: #31bfce;
    color: #fff;
    padding: 0 24px 0 10px;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

    table tbody tr td a.download_btn::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f019";
        font-size: 10px;
        position: absolute;
        right: 8px;
    }

    table tbody tr td a.download_btn:hover {
        background-color: #287e87
    }

.vod_list tr:last-child td {
    border-bottom: 1px solid #3c4147;
}

    .vod_list tr:last-child td.bdnone {
        border-bottom: 1px solid #3c4147 !important;
    }

.vod_list td {
    padding: 18px 10px;
    border-bottom: 1px solid #d6dadd;
}

.vod_list a {
    display: block;
    position: relative;
}

.vod_list .thumb img {
    width: 165px;
    height: 95px;
}

.vod_list .thumb a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    background: url(../images/common/bg_play_m.png) no-repeat 0 0;
}

.vod_list .subj {
    font-size: 15px;
    text-align: left !important;
    color: #333;
}

    .vod_list .subj a {
        color: #333;
        line-height: 18px;
        vertical-align: middle;
    }

.vod_list .tit {
    color: #000;
    display: block;
}

.vod_list .txt {
    color: #999;
    font-size: 13px;
    display: block;
}

.vod_list .by {
    color: #333;
    font-size: 12px;
    display: block;
}

.vod_list .stxt {
    font-size: 12px;
    color: #999;
}

.vod_list .ctg {
    margin-top: -2px;
    padding: 0 10px;
    text-align: left;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    background: #dadada;
    line-height: 28px;
}

    .vod_list .ctg span {
        font-weight: normal;
    }

.examinfo_wrap .content .bbs_list tbody td {
    font-size: 14px;
    font-weight: normal;
}

    .examinfo_wrap .content .bbs_list tbody td a {
        color: #232323;
    }

#article_list_ul p.subj {
    font-size: 15px;
    font-family: noto_sanssemibold;
    line-height: 22px;
    min-height: 45px;
    margin: 0 0 8px;
    font-weight: 400
}

#article_list_ul p.txt {
    font-size: 13px;
    line-height: 20px;
    color: #484848;
    margin: 10px 0
}

#article_list_ul p.date {
    font-size: 12px;
    color: #666;
    margin: 0
}

#article_list_ul .like {
    position: absolute;
    right: 25px;
    bottom: 10px
}

#article_list_ul .auther_ar_list {
    position: absolute;
    right: 32px;
    bottom: 19px;
    font-size: 12px;
    color: #666;
}

#article_list_ul .picture {
    min-height: 135px;
    max-height: 135px;
    display: block;
    overflow: hidden
}

#article_list_ul .shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.top_search_box button {
    position: absolute;
    right: 27px;
    top: 14px;
    width: 35px;
    height: 28px;
    border-left: 0;
    vertical-align: top;
    text-indent: -1000em;
    background: #fff url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/ico_search.png) no-repeat 50% 7px;
    border: none;
}

#article_detail a.btn.btn-small.btn-dark {
    color: #fff;
    text-decoration: none;
}

    #article_detail a.btn.btn-small.btn-dark:hover {
        color: #000;
        text-decoration: none;
    }

/* paging */
.paging {
    width: 100%;
    height: 30px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
}

    .paging a, .paging strong {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        color: #666;
        vertical-align: middle;
        border: 1px solid #d1d1d1;
        font-weight: normal;
    }

        .paging strong, .paging a:hover, .paging a.on {
            background-color: #52586b;
            border: 1px silid #52586b;
            color: #fff;
        }

    .paging .prev, .paging .next {
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/bbs/btn_paging_arr.gif) no-repeat 10px 10px;
    }

    .paging .next {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }


/* Responsive */
@media(max-width:767px) {

    .margin-facuilty-body {
        padding-top: 100px;
    }

    /*Common */
    img {
        max-width: 100%;
        height: auto;
    }

    .view-in-mobile {
        display: block;
    }

    .view-in-desktop {
        display: none !important;
    }

    .wrapper {
        max-width: 94%;
    }

    .btn {
        height: 30px;
        line-height: 30px;
        padding: 0 38px 0 22px;
        font-size: 13px;
    }

        .btn::after {
            right: 14px;
        }

        .btn:hover::after {
            right: 14px;
        }

    #video-responsive {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        #video-responsive iframe, #video-responsive object, #video-responsive embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }

    .wrap_ly_pop .ly_pop {
        margin: auto !important;
        top: 18% !important;
        position: fixed !important;
        width: 96% !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        min-height: auto !important
    }
    /*Header*/
    header {
        height: 55px
    }

    .logo-header img {
        max-width: 120px
    }

    .Support-numbers .view-in-desktop {
        display: none
    }

    .sales-info .view-in-mobile {
        display: inline-block;
        margin: 15px 10px 0 0;
        border-left: 1px dotted #2f2f2f;
        padding-left: 10px;
        height: 26px;
        line-height: 29px
    }

        .sales-info .view-in-mobile a img {
            margin-top: 5px;
        }

    .Support-numbers {
        font-size: 12px;
        line-height: normal;
        margin: 15px 0 0
    }

    .mail_spoort {
        margin: 0 12px 0 4px;
        display: inline-block
    }

        .mail_spoort a img {
            display: block
        }

    .cart_hader {
        margin: 15px 10px 0 0;
        padding-left: 8px;
        height: 26px
    }

        .cart_hader a img {
            width: 25px;
            margin-top: 3px
        }

    .cart-header {
        top: -8px;
        left: 28px;
        line-height: 15px;
        font-size: 11px
    }

    .cart_hader a {
        display: inline-block
    }

    /*Header Mobile*/
    #header_mobile {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        background: #ededed;
        z-index: 101;
        -webkit-transform: translateZ(0);
    }

        #header_mobile.fixed {
            position: -webkit-sticky;
            position: fixed;
            position: -moz-sticky;
            position: -ms-sticky;
            position: -o-sticky;
            position: sticky;
            left: 0;
            top: 0;
            width: 100%;
        }

        #header_mobile .honelogo {
            position: absolute;
            left: 41px;
            top: 15px;
            z-index: 10;
        }

        #header_mobile .logo a {
            display: inline-block;
        }

        #header_mobile .logo img {
            width: auto;
            height: 21px;
        }

        #header_mobile .header_left {
            position: absolute;
            left: 10px;
            top: 17px;
        }

        #header_mobile .header_right {
            position: absolute;
            right: 10px;
            top: 16px;
        }

        #header_mobile a[class^="btn_"] {
            position: relative;
            display: inline-block;
            width: 21px;
            height: 19px;
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/bg_header_dark.png) no-repeat 0 7px;
            background-size: 75px 19px;
            text-indent: -1000em;
        }

        #header_mobile a.btn_menu {
            width: 21px;
            background-position: 0 0;
        }

        #header_mobile a.btn_cart {
            width: 23px;
            background-position: -23px 0;
            margin-right: 25px;
        }

            #header_mobile a.btn_cart span.count {
                display: block;
                position: absolute;
                right: -10px;
                top: -2px;
                background: #ee3e2c;
                min-width: 18px;
                height: 12px;
                text-align: center;
                border-radius: 6px;
                font-size: 9px;
                line-height: 13px;
                color: #fff;
                font-weight: bold;
                text-indent: 0;
            }

        #header_mobile a.btn_myroom {
            width: 19px;
            background-position: -56px 0;
        }

        #header_mobile .tel {
            display: block;
            margin-top: 2px;
            font-size: 8px;
            color: #bec4cf;
            line-height: 12px;
        }

            #header_mobile .tel strong {
                font-size: 13px;
                color: #fff;
                font-weight: normal;
            }

        #header_mobile h3 {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            text-align: center;
            font-size: 19px;
            color: #222;
            font-weight: bold;
            padding-top: 15px;
            letter-spacing: -1px;
        }
    /* lnb */
    #sideNavMyRoom {
        position: fixed; /*overflow:hidden;*/
        right: 0;
        top: 0;
        width: 250px;
        bottom: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(0.1, 0.57, 0.1, 1);
        transition: transform .5s cubic-bezier(0.1, 0.57, 0.1, 1)
    }

    #sideNav {
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 250px;
        bottom: 0;
        -webkit-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(0.1, 0.57, 0.1, 1);
        transition: transform .5s cubic-bezier(0.1, 0.57, 0.1, 1)
    }

    .sidenav_inner {
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-overflow-scrolling: touch;
    }

        .sidenav_inner .inner {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            perspective: 1000
        }

    [id^="sideNav"] .top {
        height: 50px;
        padding: 0 0 0 20px;
        background: #ededed;
    }

    [id^="sideNav"] .logo_wrap {
        position: absolute;
        left: 10px;
        top: 11px;
        z-index: 10;
    }

    [id^="sideNav"] .logo a {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    [id^="sideNav"] .logo img {
        width: auto;
        height: 21px;
    }

    [id^="sideNav"] .btn_menu_close {
        position: absolute;
        right: 7px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/bg_sidenav_dark.png) no-repeat -7px -88px;
        background-size: 45px auto;
        text-indent: -1000em;
    }

    [id^="sideNav"] .gnbmenu {
        padding-bottom: 93px;
        border-top: 1px solid #e9e9e9;
    }

        [id^="sideNav"] .gnbmenu ul {
            padding: 0;
            margin: 0;
        }

            [id^="sideNav"] .gnbmenu ul li {
                list-style: none;
                padding: 0;
                margin: 0;
            }

        [id^="sideNav"] .gnbmenu > ul > li > a {
            position: relative;
            display: block;
            height: 40px;
            padding: 0 0 0 25px;
            font-size: 14px;
            color: #222;
            line-height: 43px;
            border-bottom: 1px solid #e9e9e9;
        }
        /*[id^="sideNav"] .gnbmenu > ul > li:nth-of-type(2) > a:before, [id^="sideNav"] .gnbmenu > ul > li:nth-of-type(6) > a:before {content:'';position:absolute;top:6px;right:7px;width:30px;height:30px;background:url(../images/common/bg_sidenav.png) no-repeat -7px -47px;background-size:45px auto;}*/
        [id^="sideNav"] .gnbmenu > ul > li.on > a:before {
            background-position-y: -6px;
        }

        [id^="sideNav"] .gnbmenu > ul > li > ul {
            display: none;
            padding: 7px 0;
            border-bottom: 1px solid #e9e9e9;
            background: #f8f9fb;
        }

        [id^="sideNav"] .gnbmenu > ul > li.on > ul {
            display: block;
        }

        [id^="sideNav"] .gnbmenu > ul > li > ul > li a {
            position: relative;
            display: block;
            width: 100%;
            height: 30px;
            padding: 0 0 0 35px;
            font-size: 13px;
            color: #222;
            line-height: 30px;
        }

            [id^="sideNav"] .gnbmenu > ul > li > ul > li.on a,
            [id^="sideNav"] .gnbmenu > ul > li > ul > li a:hover, [id^="sideNav"] .gnbmenu > ul > li > ul > li a:focus, [id^="sideNav"] .gnbmenu > ul > li > ul > li a:active {
                color: #18aaa1;
                font-weight: bold;
            }

    [id^="sideNav"] .sidenav_footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
    }

        [id^="sideNav"] .sidenav_footer .helpdesk {
            width: 216px;
            margin: 10px auto;
            padding: 3px 0 7px 33px;
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/common/bg_sidenav_dark.png) no-repeat 24px -129px;
            background-size: 45px auto;
            font-size: 11px;
            color: #777;
            line-height: 13px;
            box-sizing: border-box;
            border-bottom: 1px solid #e9e9e9;
            padding-left: 64px;
        }

            [id^="sideNav"] .sidenav_footer .helpdesk strong {
                color: #000;
                font-size: 16px;
            }

            [id^="sideNav"] .sidenav_footer .helpdesk a {
                color: #777777;
            }

        [id^="sideNav"] .sidenav_footer .btns {
            text-align: center;
            padding-bottom: 10px;
        }

            [id^="sideNav"] .sidenav_footer .btns .sbtn {
                width: 70px;
                background: #52586b;
                color: #fff;
                border: 1px solid #52586b;
                padding: 0 12px;
                font-size: 12px;
            }

    [id^="sideNav"] .login_box {
        position: relative;
        padding: 15px 25px 15px 25px;
    }

        [id^="sideNav"] .login_box p {
            padding-bottom: 5px;
            font-size: 12px;
            color: #222;
            line-height: 15px;
        }

            [id^="sideNav"] .login_box p .ellipsis {
                width: 150px;
                margin-bottom: -5px;
            }

        [id^="sideNav"] .login_box .btn_login {
            display: block;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border: 1px solid #aaa;
            font-size: 10px;
            color: #666;
            box-sizing: border-box;
        }

        [id^="sideNav"] .login_box .btn_logout {
            position: absolute;
            right: 10px;
            top: 17px;
            display: block;
            padding: 0 8px;
            font-size: 11px;
            min-width: 49px;
            line-height: 18px;
            border: 1px solid #aaa;
            color: #444;
        }

    #sideNavMyRoom .ico {
        width: 19px;
        height: 19px;
        display: inline-block;
    }

    #sideNav .ico {
        width: 21px;
        height: 17px;
        display: inline-block;
    }

    #sideNav .gnbmenu {
        padding-bottom: 0;
    }

    #container[class^="sideopen"] {
        background: #30323e;
    }

    .sideopenl #section {
        background: #fff;
        -webkit-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
    }

    .sideopenr #section {
        background: #fff;
        -webkit-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0);
    }

    .sideopenr #sideNavMyRoom {
        z-index: 200;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .sideopenl #sideNav {
        z-index: 200;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    [id^="sideNav"] .gnbmenu > ul > li.have_sub_menu > a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        font-size: 20px;
        right: 20px;
        position: absolute;
        top: -1px;
        display: none
    }

    [id^="sideNav"] .gnbmenu ul li.have_sub_menu {
        position: relative
    }

    .submenupls {
        position: absolute;
        right: 0;
        top: 0;
        background: #e9e9e9;
        color: #313131;
        width: 39px;
        height: 39px;
        text-align: center;
        line-height: 40px;
    }
    /*END Header Mobile*/

    /*Inner Page Menu*/
    .menu-inner {
        margin: 50px auto 0
    }

    .menu_scroll {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        margin: auto
    }

    .h2_nav {
        display: none
    }

    ul.nav_inner {
        margin: 0
    }

        ul.nav_inner li a.dpdwn::after {
            display: none;
        }

    ul.sub_menu {
        display: none;
    }

    /*JEE Intro Page*/
    .jeeintroslider h2 {
        font-size: 28px;
        padding-top: 0
    }

        .jeeintroslider h2 span {
            font-size: 22px;
            line-height: 27px
        }

    #topcourse_faculty img {
        display: none
    }

    .classname_mainpack {
        font-size: 17px;
        margin: 15px 0 0
    }

    #top_intro_slide .owl-dots {
        position: absolute;
        bottom: 6px;
        left: inherit;
        right: 0
    }

    .intro-ongoing {
        padding: 25px 0 0
    }

    .heading_one_inner {
        font-size: 20px;
        line-height: 26px
    }

    p.heading_txt {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 15px
    }

    .crsbtn {
        text-align: center
    }

    .intro-ongoing .owl-nav {
        display: none
    }

    .chat-faculty-mid {
        margin: 20px 0
    }

        .chat-faculty-mid ul li img {
            margin: auto
        }

        .chat-faculty-mid ul#askexpert {
            padding-top: 20px;
            border-top: 1px dashed #ccc
        }

    .access_free {
        padding: 25px 0 10px
    }

    .intro_doubtclinic {
        padding: 35px 0 15px
    }

        .intro_doubtclinic ul#doubtpills-tab li a {
            font-size: 15px
        }

            .intro_doubtclinic ul#doubtpills-tab li a.active {
                font-size: 15px
            }

        .intro_doubtclinic ul#doubtpills-tab li {
            padding: 0 10px
        }

    .intro_testimonials {
        padding: 35px 0 5px
    }

        .intro_testimonials ul#pills-tab li a.active {
            font-size: 15px
        }

        .intro_testimonials ul#pills-tab li a {
            font-size: 15px
        }

    .app_pro span {
        font-size: 17px;
        margin-right: 0;
        display: block;
        padding-bottom: 10px
    }

    .app_pro {
        margin: 30px 0 20px
    }


    /*cat list */
    .cat_list_top_graphic {
        padding: 10px 15px 15px;
        margin: 0 0 20px
    }

        .cat_list_top_graphic .heading_one_inner {
            line-height: 24px;
            font-size: 18px
        }

    .cat_top_grphic {
        display: none
    }

    .cat_listing ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }

        .cat_listing ul li a {
            padding: 15px 0
        }

        .cat_listing ul li span {
            font-size: 13px;
            padding: 10px 5px 0;
            min-height: 50px
        }

            .cat_listing ul li span em {
                display: none;
            }

    .icon_cat_listing {
        width: 80px;
        height: 80px;
        border-radius: 104px;
        margin: auto;
        padding: 8px 0
    }

        .icon_cat_listing img {
            margin: auto;
            width: 65px
        }

    .ongoing_promotion {
        padding: 20px 0 2px
    }

    .ongoing_courses_cat {
        padding: 20px 0 0
    }

    .ongoing_promotion ul {
        padding-top: 0
    }

    /*Cat details*/
    .cat_list_top {
        padding: 15px 0 25px
    }

    h1.hone_heading {
        font-size: 20px;
        margin-bottom: 5px
    }

    .cat_list_top p, .ongoing_courses_cat p, .course_vertical_wrap p {
        font-size: 14px;
        line-height: 23px
    }

    .bg-gradiant-cat span {
        font-family: 'noto_sansmedium';
        font-size: 16px
    }

    .bg-gradiant-cat {
        padding: 20px 10px 19px 72px
    }

        .bg-gradiant-cat img {
            top: 7px;
            width: 48px
        }

    .ongoing_courses_cat {
        padding: 30px 0
    }

    .crsnamecatdlt {
        padding: 15px 0 10px
    }

    #course_hr_slide .owl-nav::after {
        display: none
    }

    #course_hr_slide .owl-nav {
        top: -29px;
        right: 11px
    }

    #tab_pack_nav li {
        font-size: 13px;
        padding: 8px 10px
    }

    #tab_pack_nav {
        margin: 0 0 2px
    }

    #tab_pack_content .tab-pane {
        padding: 15px 15px 15px 16px
    }

    .course_validity {
        padding: 0 0 0 45px;
        height: 35px;
        background-size: 35px
    }

        .course_validity span {
            margin: 7px 15px 0 0;
            font-size: 15px
        }

    .course_class {
        line-height: 35px;
        padding: 0 0 0 45px;
        background-size: 35px;
        margin: 15px 0 0;
        font-size: 15px
    }

    #course_hr_slide .course_rating {
        position: absolute;
        right: 15px;
        top: -28px
    }

    .course_rating i {
        margin: 0 1px;
        line-height: normal;
        font-size: 15px
    }

    #buycourse ul li {
        width: 100%;
        margin: 0 0 8px;
        height: 30px;
        line-height: 29px;
        font-size: 14px
    }

        #buycourse ul li:nth-child(2) {
            margin-right: 0
        }

        #buycourse ul li.on::before {
            font-size: 15px;
            right: 5px;
            top: 0
        }

    #buycourse ul {
        margin: 15px 0 10px;
        padding-bottom: 0
    }

    a.exploremore {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0 18px;
        position: initial;
        right: 10px;
        bottom: 0
    }

    .course_vertical_box .course_rating {
        top: -2px
    }

    /*cart*/
    .cart_box {
        z-index: 4000000000 !important
    }

        .cart_box .inner {
            left: 0;
            top: 0;
            width: 100%;
            margin-left: 0
        }

        .cart_box .btns {
            right: 10px
        }

        .cart_box a.btn_buy_now {
            width: 100px
        }

        .cart_box strong {
            font-size: 13px;
            font-weight: 400;
            padding-left: 13px;
            width: 75px;
            display: inline-block;
            line-height: 17px;
            padding-top: 10px;
            vertical-align: middle
        }

        .cart_box .selected {
            width: 37px;
            height: 37px;
            margin: 12px 5px 0 10px;
            font-size: 18px;
            vertical-align: middle;
            line-height: 37px
        }

        .cart_box .detail {
            display: none
        }

    /*mobile cat filter*/
    #mobilefilter {
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        bottom: 70px;
        width: 300px;
        background: #fff;
        -webkit-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(0.1,0.57,0.1,1);
        transition: transform .5s cubic-bezier(0.1,0.57,0.1,1)
    }

    .sideopencat #mobilefilter {
        z-index: 200;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .sideopencat .course_flter h4 {
        height: 50px;
        padding: 0 0 0 20px;
        margin: 0;
        background: #3c4047;
        color: #fff;
        position: relative;
        line-height: 50px;
        text-align: left;
        border-radius: 0
    }

    .sideopencat .btn_menu_close {
        position: absolute;
        right: 7px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/mobile/images/common/bg_sidenav.png) no-repeat -7px -88px;
        background-size: 45px auto;
        text-indent: -1000em
    }

    .sideopencat .course_flter {
        border-width: 0;
        border-radius: 0
    }

    .sideopencat .fliter_in {
        padding-top: 15px;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        height: calc(100% - 50px);
        background: #fff;
        -webkit-overflow-scrolling: touch
    }

    .filter_icon_mobile {
        position: fixed;
        right: 10px;
        bottom: 80px;
        z-index: 100;
        opacity: .8
    }

        .filter_icon_mobile span {
            background: #3c4047;
            height: 45px;
            width: 45px;
            display: block;
            border-radius: 50px;
            line-height: 45px;
            text-align: center;
            cursor: pointer
        }

            .filter_icon_mobile span img {
                padding: 13px 10px 10px 9px
            }

    .cat_listing_filter {
        margin: 10px 15px 0
    }

        .cat_listing_filter ul li span {
            font-size: 14px
        }

    .sideopenl, .sideopenr, .sideopencat {
        overflow: hidden
    }

    /*Faculty */
    .faculty-list-top {
        padding: 15px 0 2px 0;
    }

    .faculty-list-filter .show-sub-div li a {
        font-size: 12px;
        padding: 1px 0;
    }

    .faculty-list-main #faculty_list ul li {
        margin: 0 0 15px
    }

        .faculty-list-main #faculty_list ul li a span.picture {
            width: 130px;
            height: auto
        }

            .faculty-list-main #faculty_list ul li a span.picture img {
                width: auto;
                height: auto
            }

    .faculty_intro_details {
        left: 144px;
        top: 7px
    }

    .faculty-list-main #faculty_list ul li a span.name {
        font-size: 16px;
        margin: 0;
        line-height: 18px;
    }

    .faculty-list-main #faculty_list ul li a span.txt {
        font-size: 12px;
        line-height: 18px;
    }

    .faculty-list-filter .show-sub-div li ul {
        margin-bottom: 0;
    }

        .faculty-list-filter .show-sub-div li ul li.on a::after {
            bottom: -19px;
        }

        .faculty-list-filter .show-sub-div li ul li {
            padding-left: 0;
            padding-right: 0;
        }

    .faculty-list_fix {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 101;
    }

    /* Offer */
    .offer-list-top .heading_one_inner {
        font-size: 21px;
        color: #222;
        margin: 17px 0 0
    }

    p#offerdesc.heading_txt {
        margin: 7px 0 20px;
        color: #222
    }

    .offer-listing {
        margin: 0 0 3rem
    }

        .offer-listing center {
            bottom: -15px
        }

    #offer_details_list {
        margin: 0;
        padding: 10px 10px 0 25px
    }

        #offer_details_list ul li, #offer_details_list p, #offer_details_list p span {
            font-size: 13px !important;
            line-height: 19px !important;
            margin: 0 0 9px !important
        }

    /* ExamInfo Content Pages */
    .clearfix.mt-5 {
        margin-top: 15px !important;
    }

    .examinfo_wrap .sidebar_top h2 {
        font-size: 16px;
        padding: 15px 10px;
    }

    .examinfo_wrap .sidebar_top {
        margin-bottom: 15px;
        position: relative;
    }

    .examinfo_wrap .sidebar .lnb {
        margin-top: 0;
    }

    .mobile_nav_toogle {
        display: none;
    }

    .examinfo_wrap .sidebar .lnb h3 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .examinfo_wrap .sidebar .lnb ul li {
        list-style: none;
        line-height: normal;
        margin: 0 0 3px;
        color: #3e46da;
        font-size: 13px
    }

    .examinfo_wrap .sidebar .lnb ul {
        margin: 0 0 7px;
        padding-bottom: 7px
    }

    .examinfo_wrap .content h1 {
        font-size: 18px;
        margin: 0 0 10px;
        font-size: 18px;
        margin: 0 0 10px 0
    }

    .examinfo_wrap .content h2 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content h3 {
        font-size: 15px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content h4 {
        font-size: 14px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content h5 {
        font-size: 13px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content h6 {
        font-size: 13px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content p {
        font-size: 13px;
        line-height: 19px;
        margin: 0 0 10px
    }

    .examinfo_wrap .content ul {
        margin: 0 0 15px 15px
    }

        .examinfo_wrap .content ul li {
            font-size: 13px;
            margin-bottom: 8px;
            line-height: 20px
        }

    .examinfo_wrap table th {
        font-size: 14px !important;
        line-height: 18px !important
    }

    .examinfo_wrap table td {
        font-size: 13px !important;
        line-height: 18px !important
    }

    .video_bnr {
        margin: 15px auto 15px auto;
    }

        .video_bnr .f_right.bnr {
            margin-top: 10px
        }

    .download_pdf_btn a {
        height: 34px;
        font-size: 12px;
        padding: 9px 35px;
        width: auto;
    }

    .pdf_view {
        padding: 38px 15px 15px 15px;
    }

    #table_content {
        border-radius: 6px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        overflow-x: scroll;
        display: block;
        width: 100%
    }

    .examinfo_wrap .content .jee_adv_con a {
        width: 100%;
        font-size: 13px
    }

        .examinfo_wrap .content .jee_adv_con a.brlft {
            border-left: 0 solid #1ca7a6;
            border-top: 1px solid #1ca7a6
        }

    .examinfo_wrap .video_bnr .f_left {
        margin-bottom: 10px
    }

    .top_search_box .navbar-brand {
        font-size: 14px;
    }

    .top_search_box .form-inline {
        width: 60%;
    }

    .examinfo_wrap .paging {
        height: auto;
    }

    .paging a, .paging strong {
        width: 23px;
        height: 23px;
        line-height: 22px;
        font-size: 11px;
    }

    .paging .prev, .paging .next {
        background-position: 7px 7px;
    }

    #article_detail .detail_body img {
        height: auto !important;
        width: 100% !important;
    }

    /* search filter course and search list page  on home*/
    .filter_search_course {
        background: #dee9fb;
        padding: 15px 0
    }

        .filter_search_course h3 {
            font-size: 15px;
            color: #444;
            margin: 0 0 12px;
            text-transform: uppercase;
        }

    .search_course {
        border-radius: 23px;
        border: 1px solid #ccc;
        height: 33px;
        width: 100%;
        padding: 0 15px;
        font-size: 13px;
        line-height: 34px
    }

    .search_wrap_crs {
        position: relative
    }

    .filter_search_course button.search_crs_btn {
        position: absolute;
        right: 2px;
        top: 0;
        width: 35px;
        height: 35px;
        background: none;
        vertical-align: top;
        text-indent: -1000em;
        outline: none;
        border: 0;
        border-radius: 50px;
        cursor: pointer
    }

        .filter_search_course button.search_crs_btn::after {
            content: "";
            display: block;
            position: absolute;
            left: 6px;
            top: 7px;
            width: 19px;
            height: 20px;
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Search.png) no-repeat 0 0
        }

    .filter_arrow_corse {
        font-size: 16px;
        padding: 10px 10px 3px 10px;
        margin: 11px 0 0 auto;
        background: #fff;
        position: relative;
        color: #2364d0;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .arrow_toogle {
        top: 6px
    }

    .tooglethisclass {
        background: #fff;
        padding: 0 8px 8px
    }

    .filter_search_course select {
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        margin: 10px 0 0;
        font-size: 13px;
        padding: 5px 10px
    }
}


@media only screen and (max-width: 1300px) and (min-width: 679px) {
    .course_vertical_wrap .gradient-updates-vr a {
        padding: 7px 4px !important;
        width: 110px !important;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mqdn {
        display: none;
    }

    #footer2018 {
        min-width: auto
    }

    .logo-header {
        width: 150px
    }

        .logo-header img {
            width: 100%
        }

    .Support-numbers {
        font-size: 14px;
        line-height: 60px
    }

    .cart_hader {
        margin: 15px 0 0;
        padding-left: 10px
    }

    body .menu-main ul li a {
        font-size: 20px;
        padding: 15px 0
    }

    body .menu-main ul li.light-font a {
        font-weight: 400;
        font-size: 15px
    }

    body .serch-home #top_search_input {
        height: 30px;
        padding: 0 35px 0 15px;
        font-size: 13px;
        line-height: 30px
    }

    body .login-signup {
        height: 30px;
        line-height: 30px;
        padding: 0 13px;
        font-size: 13px;
        margin: 16px 0 0 8px
    }

    body .serch-home button::after {
        background-size: 15px
    }
}
.otp-pswrd{
    display:flex;
}