

@font-face {
    font-family: 'ralewayregular';
    src: url(../fonts/raleway/raleway-regular-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url(../fonts/raleway/raleway-semibold-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ralewaybold';
    src: url(../fonts/raleway/raleway-bold-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url(../fonts/raleway/raleway-extrabold-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-extrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ralewaylight';
    src: url(../fonts/raleway/raleway-light-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ralewaymedium';
    src: url(../fonts/raleway/raleway-medium-webfont.woff2) format("woff2"),url(../fonts/raleway/raleway-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserratlight';
    src: url(../fonts/montserrat/montserrat-light-webfont.woff2) format("woff2"),url(../fonts/montserrat/montserrat-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserratregular';
    src: url(../fonts/montserrat/montserrat-regular-webfont.woff2) format("woff2"),url(../fonts/montserrat/montserrat-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserratsemibold';
    src: url(../fonts/montserrat/montserrat-semibold-webfont.woff2) format("woff2"),url(../fonts/montserrat/montserrat-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserratbold';
    src: url(../fonts/montserrat/montserrat-bold-webfont.woff2) format("woff2"),url(../fonts/montserrat/montserrat-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserratmedium';
    src: url(../fonts/montserrat/montserrat-medium-webfont.woff2) format("woff2"),url(../fonts/montserrat/montserrat-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'poppinssemibold';
    src: url(../fonts/poppins/poppins-semibold-webfont.woff2) format('woff2'),url(../fonts/poppins/poppins-semibold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url(../fonts/poppins/poppins-bold-webfont.woff2) format("woff2"),url(../fonts/poppins/poppins-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinsmedium';
    src: url(../fonts/poppins/poppins-medium-webfont.woff2) format("woff2"),url(../fonts/poppins/poppins-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinsregular';
    src: url(../fonts/poppins/poppins-regular-webfont.woff2) format("woff2"),url(../fonts/poppins/poppins-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/* Common*/
body.home-page {
    font-family: 'poppinsregular';
}

/*header */
.logo-home {
    padding: 15px 0;
    height: 75px;
}

.header_numbers {
    color: #262626;
    font-family: 'montserratsemibold';
}

    .header_numbers ul {
        margin: 0;
    }

        .header_numbers ul li {
            list-style: none;
            font-size: 13px;
            margin: 0;
            line-height: 16px;
            padding: 0 0 0 25px;
            display: inline-block;
            position: relative;
        }

            .header_numbers ul li a {
                color: #262626;
            }

            .header_numbers ul li span {
                display: block;
                font-family: 'montserratmedium';
            }

            .header_numbers ul li.sales::before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f879";
                font-size: 13px;
                color: #3643dd;
                position: absolute;
                left: 0;
                top: 9px
            }

            .header_numbers ul li.support {
                padding: 0 15px 0 10px
            }

            .header_numbers ul li.email::before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f0e0";
                font-size: 16px;
                color: #3643dd;
                position: absolute;
                left: 0;
                top: 9px
            }

/*Intro */
.home_intro {
    min-height: 720px;
    text-align: center;
    color: #fff; /* background: rgb(69,83,252);background: linear-gradient(100deg, rgba(69,83,252,1) 0%, rgba(41,54,195,1) 100%);*/
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

#topintrosvg {
    position: absolute;
    top: -215px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: -10;
}

#golaone {
    position: absolute;
    left: -60%;
    top: -70%;
    z-index: -9;
    opacity: 0.25;
}

#golatwo {
    position: absolute;
    left: 16%;
    top: -80%;
    z-index: -8;
    opacity: .45
}

#golathree {
    position: absolute;
    right: -16%;
    top: -95%;
    z-index: -7;
    opacity: .45
}

#beforesvg {
    position: absolute;
    left: 13%;
    top: 23%;
    z-index: -6;
    width: 85px;
    height: 85px;
    fill: #fdba47;
    opacity: .5
}

#aftersvg {
    position: absolute;
    right: 15%;
    top: 30%;
    z-index: -6;
    width: 85px;
    height: 85px;
    fill: #fdba47;
    opacity: .5
}

.home-intro-img img {
    margin: auto;
    max-width: 55%;
}

.home_intro h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'montserratsemibold';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 45px
}

    .home_intro h1 span {
        font-family: 'montserratmedium';
        font-size: 30px;
        display: block;
        text-transform: none
    }

.login_signin {
    margin: 40px 0 55px
}

.serch-home {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0
}

    .serch-home #top_search_input {
        width: 185px;
        height: 30px;
        padding: 0 35px 0 15px;
        font-size: 14px;
        color: #ffff;
        background: none;
        outline: none;
        line-height: 30px;
        border: 0;
        border-radius: 50px;
        text-align: left;
        border: 1px solid #ffff;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        direction: rtl
    }

        .serch-home #top_search_input:focus {
            width: 200px
        }

        .serch-home #top_search_input::-webkit-input-placeholder {
            color: #ffffff;
            opacity: 1;
        }

        .serch-home #top_search_input:-ms-input-placeholder {
            color: #ffffff;
            ;
            opacity: 1;
        }

        .serch-home #top_search_input::placeholder {
            color: #ffffff;
            opacity: 1;
        }

    .serch-home button {
        position: absolute;
        right: 2px;
        top: 0;
        width: 35px;
        height: 30px;
        background: none;
        vertical-align: top;
        outline: none;
        border: 0;
        border-radius: 50px;
        cursor: pointer;
        font-size: 0;
    }

        .serch-home button::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f002";
            font-size: 16px;
            color: #ffffff;
            position: absolute;
            left: 8px;
            top: 3px;
            opacity: 0.8;
        }

.login-signup a {
    font-size: 18px;
    color: #fff
}

    .login-signup a.signinbtn {
        font-size: 18px;
        color: #fff;
        background-color: #2dca73;
        border-radius: 4px;
        padding: 12px 35px;
        margin: 0 0 0 30px
    }

        .login-signup a.signinbtn:hover {
            background-color: #2bb569
        }

.Shape_1 {
    background-image: -moz-linear-gradient(-180deg,#2d3aca 0%,#414ff4 100%);
    background-image: -webkit-linear-gradient(-180deg,#2d3aca 0%,#414ff4 100%);
    background-image: -ms-linear-gradient(-180deg,#2d3aca 0%,#414ff4 100%);
    position: absolute;
    left: -1px;
    top: 78px;
    width: 1922px;
    height: 762px;
    z-index: 4
}

/* Classroom Promotion */
.promo_classroom_hm_sw {
    box-shadow: 2px 1px 21px 0 rgba(0,0,0,0.23);
    background: #fff;
    border-radius: 12px;
    color: #393e5c;
    text-align: center
}

.classroom_start {
    font-size: 34px;
    font-family: 'poppinssemibold';
    color: #000;
    padding: 30px 0 14px;
    line-height: 53px
}

.promo_classroom_hm_btn {
    margin: 15px auto 0
}

.classroom_start span {
    display: block
}

.classroom_start strong {
    color: #3442d9;
    font-weight: normal;
}

.promo_classroom_hm_btn a {
    background-color: #2dca73;
    color: #fff;
    display: inline-block;
    padding: 0 52px;
    font-size: 25px;
    border-radius: 60px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.23);
    text-transform: uppercase
}

    .promo_classroom_hm_btn a:hover {
        background-color: #23a05b;
        box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.33)
    }

/* Explore */
.explore_warp {
    /*text-align: center;*/
    padding: 40px 50px 30px;
    border-radius: 20px;
    margin-top: 55px;
    background-color: #ffffff;
    position: relative;
    height:300px;
    box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.23);
    -webkit-box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.23)
}

    .explore_warp:hover {
        box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.42);
        -webkit-box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.42);
        -moz-box-shadow: 10px 10px 33px 2px rgba(0,0,0,0.42)
    }

    .explore_warp h2 {
        color: #343434;
        font-size: 28px;
        font-family: 'poppinsbold';
        font-weight: 400;
        margin: 0 0 38px
    }

        .explore_warp h2 span {
            background-color: #2dca73;
            color: #ffff;
            font-family: 'poppinsmedium';
            font-weight: 700;
            padding: 0 25px;
            display: inline-block;
            border-radius: 6px;
            margin: 0 0 0 8px
        }

    .explore_warp img {
        margin: 0 auto 35px;
        border-radius: 8px
    }

.crack_exam {
    color: #2dca73;
    font-size: 30px;
    font-family: 'poppinsmedium';
    font-weight: 700
}

    .crack_exam span {
        color: #343434;
        font-size: 28px;
        font-family: 'poppinsmedium';
        font-weight: 700
    }

.explore_warp .explr {
    color: #2dca73;
    font-size: 25px;
    margin: 20px 35px 0 0;
    display: inline-block;
    position: relative;
}

    .explore_warp .explr svg#arrowright {
        width: 28px;
        position: absolute;
        left: 105px;
        top: 5px;
        fill: #2dca73;
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -ms-transition-duration: .5s;
    }

.explore_warp:hover .explr {
    color: #343434 !important;
}

    .explore_warp:hover .explr svg#arrowright {
        left: 113px;
        fill: #343434 !important;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        direction: rtl;
    }

.explore_warp.neet h2 span {
    background-color: #fbbc04;
}

.explore_warp.neet .crack_exam {
    color: #fbbc04;
}

.explore_warp.neet .explr {
    color: #fbbc04;
}

    .explore_warp.neet .explr svg#arrowright {
        fill: #fbbc04;
    }

.explore_warp.cbse h2 span {
    background-color: #ea4335;
}

.explore_warp.cbse .crack_exam {
    color: #ea4335;
}

.explore_warp.cbse .explr {
    color: #ea4335;
}

    .explore_warp.cbse .explr svg#arrowright {
        fill: #ea4335;
    }

.explore_warp.foundation h2 span {
    background-color: #3c4ae9;
}

.explore_warp.foundation .crack_exam {
    color: #3c4ae9;
}

.explore_warp.foundation .explr {
    color: #3c4ae9;
}

    .explore_warp.foundation .explr svg#arrowright {
        fill: #3c4ae9;
    }

/*student-journey*/
#student-journey {
    background: #f8f9fa;
    padding: 55px 0 85px 0;
    text-align: center;
    margin: 100px auto 0 auto;
}

    #student-journey .heading-Journey {
        color: #212849;
        font-size: 58px;
        font-family: 'noto_sansextrabold';
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        margin: auto;
        display: inline-block;
        line-height: 60px;
    }

        #student-journey .heading-Journey span {
            color: #212849;
            display: block;
            font-size: 27px;
            font-family: 'noto_sansmedium';
        }

    #student-journey ul {
        margin: 85px 0 0 0;
        display: block
    }

        #student-journey ul li {
            list-style: none;
            position: relative;
            /*background: #efefff;*/
            background: #3ed79f30;
            height: 330px;
            width: 17.86%;
            border-radius: 5px;
            padding: 23px;
            margin: 0 2.67% 0 0;
            float: left;
        }

            #student-journey ul li:last-child {
                margin-right: 0;
            }

            #student-journey ul li:nth-child(even) {
                /*background: #ffeff2;*/
                background: #3c4ae924;
            }

            #student-journey ul li h3 {
                font-family: 'noto_sanssemibold';
                color: #282828;
                font-size: 20px;
                padding: 0 0 15px 0;
                line-height: 26px;
                display: block;
                text-transform: uppercase;
                text-align: left;
                margin: 0;
            }

            #student-journey ul li p {
                font-family: 'noto_sansregular';
                color: #676767;
                font-size: 15px;
                padding: 0px;
                line-height: 22px;
                display: block;
                text-align: left;
                margin: 0;
            }

            #student-journey ul li .image-vector {
                position: absolute;
                right: 0;
                bottom: 0;
                height: auto;
                width: auto;
            }

            #student-journey ul li img {
                display: block;
            }

            #student-journey ul li::after {
                position: absolute;
                left: 20px;
                bottom: 20px;
                color: #7777db;
                font-size: 37px;
                font-family: 'noto_sansextrabold';
                content: "01";
            }

            #student-journey ul li:nth-child(2)::after {
                content: "02";
            }

            #student-journey ul li:nth-child(3)::after {
                content: "03";
            }

            #student-journey ul li:nth-child(4)::after {
                content: "04";
            }

            #student-journey ul li:nth-child(5)::after {
                content: "05";
            }

            #student-journey ul li:nth-child(2), #student-journey ul li:nth-child(4) {
                margin-top: 118px;
            }

.Journey-arrows {
    position: relative;
}

    .Journey-arrows .Journey-arrow-1 {
        position: absolute;
        top: -460px;
        left: 250px
    }

    .Journey-arrows .Journey-arrow-2 {
        position: absolute;
        bottom: -54px;
        left: 407px
    }

    .Journey-arrows .Journey-arrow-3 {
        position: absolute;
        top: -465px;
        right: 327px
    }

    .Journey-arrows .Journey-arrow-4 {
        position: absolute;
        bottom: -41px;
        right: 123px
    }

/* Latest Offers */
.latest_offers {
    padding: 55px 0 5px 0;
    margin: 0 auto 0 auto;
}

    .latest_offers h3 span {
        color: #212849;
        font-size: 44px;
        font-family: 'noto_sansextrabold';
        font-weight: normal;
        text-transform: uppercase;
        margin: auto;
        display: block;
        line-height: 60px;
    }

    .latest_offers h3 {
        color: #212849;
        display: block;
        font-size: 27px;
        font-family: 'noto_sansmedium';
    }

.bg_latesr_offer {
    border-radius: 8px;
    padding: 0px;
}

#latestoffer {
    position: absolute;
    z-index: -1;
}

.promo_offer_heading {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
}

    .promo_offer_heading img {
        border-radius: 8px;
    }

.promo_offer_subheading {
    color: #fff;
    font-size: 20px;
    margin: 0px auto 30px auto;
}

#letest_offers .view-in-mobile {
    display: none !important;
}

#letest_offers p {
    color: #fff;
    font-size: 29px;
    font-family: 'poppinsmedium';
}

#letest_offers a {
    color: #2dca73;
    font-size: 22px;
    font-family: 'poppinsmedium';
    margin: 0px auto 0 auto;
    display: inline-block;
}

#letest_offers svg#arrowright {
    width: 28px;
    margin: 0 0 0 15px;
    fill: #2dca73
}

.sliderimgin img {
    position: absolute;
    right: 65px;
    top: 50px;
    width: 228px;
    z-index: 100
}

svg#latestoffer {
    position: absolute;
    z-index: 1;
    width: 887px;
    height: 680px;
    left: 0;
    right: 0;
    margin: auto;
    top: -291px
}

#letest_offers a:hover {
    color: #ffff
}

    #letest_offers a:hover svg#arrowright {
        fill: #ffff
    }

.moreoffers {
    text-align: right;
    display: block;
    padding: 40px 0 0;
    width: 100%
}

    .moreoffers a svg {
        margin-left: 15px;
        fill: #fff;
        width: 28px
    }

    .moreoffers a {
        font-size: 25px;
        color: #fff;
        background-color: #2dca73;
        display: inline-block;
        padding: 12px 45px;
        border-radius: 85px;
        font-weight: 700;
        border: 2px solid #fff;
    }

        .moreoffers a:hover {
            border: 2px solid #2dca73;
            color: #2dca73;
            background-color: #fff;
        }

            .moreoffers a:hover svg {
                fill: #2dca73;
            }

a.etoos-live-classes-btn {
    border: 2px solid #ea4335;
    color: #ea4335;
    font-size: 25px;
    height: 64px;
    line-height: 62px;
    border-radius: 100px;
    padding: 0 30px 0 35px;
    display: inline-block;
    background: #ffffff;
    margin-right: 25px;
}

    a.etoos-live-classes-btn i {
        font-size: 23px;
        margin-left: 6px;
        vertical-align: revert;
    }

    a.etoos-live-classes-btn:hover {
        background: #ea4335;
        color: #ffffff;
        border: 2px solid #ea4335;
    }

/*Why*/
#Why-Etoos {
    background-color: #ffffff;
    padding: 65px 0 0px 0px;
    position: relative
}

.heading-home {
    color: #212849;
    font-size: 44px;
    font-family: 'noto_sansextrabold';
     font-weight: 400;
    text-transform: uppercase;
    margin: auto;
    display: inline-block;
    position: relative
}

    .heading-home span {
        color: #212849;
        display: block;
        font-size: 27px;
        font-family: 'noto_sansmedium';
    }

#Why-Etoos .heading-home span::after {
    width: 171px;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0px;
    background-color: #2dca73;
    right: 0
}

.block-graphic {
    width: 244px;
    height: 284px;
    border-radius: 10px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/why_study_bg.png) no-repeat 0 0
}

    .block-graphic span {
        margin: 0 0 0 30px;
        display: block;
        height: auto;
        width: 85px;
        padding: 27px 0 0 0;
    }

.owl-carousel .owl-item .block-graphic span img {
    width: auto;
}

#why-etoos-wrap {
    margin-top: 90px;
    position: relative;
}

#why-etoos-slider li {
    list-style: none;
    position: relative;
}

    #why-etoos-slider li h4 {
        font-family: 'poppinsbold';
        color: #282828;
        font-size: 27px;
        font-weight: normal;
        position: absolute;
        top: 48%;
        left: 90px;
        margin: 0;
        padding-right: 15px;
    }

        #why-etoos-slider li h4 span {
            font-family: 'poppinsregular';
            color: #282828;
            font-size: 14px;
            display: block;
            font-weight: normal;
            padding: 6px 0 0 0;
            line-height: 21px;
        }

#why-etoos-wrap .owl-nav {
    width: 107px;
    position: absolute;
    top: -130px;
    right: 0;
    height: 31px;
}

    #why-etoos-wrap .owl-nav button {
        color: #ffffff;
        font-size: 0;
    }

    #why-etoos-wrap .owl-nav span {
        position: absolute;
        top: 31%;
        display: block;
        width: 40px;
        height: 31px;
        margin: 0;
        text-indent: -9999px;
        font-size: 0px;
        z-index: 100;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/arrow-why-etoos.png) no-repeat 0 0;
    }

#why-etoos-wrap .owl-prev span {
    left: 0px;
}

#why-etoos-wrap .owl-nav .owl-next span {
    right: 0px;
    background-position: -68px 0px;
}

#why-etoos-wrap .owl-nav button.disabled {
    cursor: default;
    opacity: 0.5;
}

#why-etoos-wrap .owl-dots {
    display: none;
}

.why-etoos-call-action {
    margin: 55px auto 0 0;
    text-align: center;
}

a.about-etoos {
    border: 2px solid #2dca73;
    color: #ffffff;
    font-size: 22px;
    font-family: 'noto_sanssemibold';
    height: 66px;
    line-height: 64px;
    border-radius: 100px;
    padding: 0 40px 0 40px;
    display: inline-block;
    text-transform: uppercase;
    background: #2dca73;
}

    a.about-etoos svg#arrowright {
        margin: 17px 0 0 13px;
        fill: #fff;
        width: 28px;
        vertical-align: top;
    }

a.call-back-etoos {
    border: 2px solid #363636;
    color: #363636;
    font-size: 22px;
    font-family: 'noto_sanssemibold';
    height: 66px;
    line-height: 64px;
    border-radius: 100px;
    padding: 0 40px 0 94px;
    display: inline-block;
    background: #ffffff url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/call-icon-btn.png) no-repeat 40px 17px;
    margin-left: 25px;
}

a.about-etoos:hover {
    color: #2dca73;
    background: #ffffff;
}

    a.about-etoos:hover svg#arrowright {
        fill: #2dca73;
    }

a.call-back-etoos:hover {
    background: #363636 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/call-icon-btn-white.png) no-repeat 40px 17px;
    color: #ffffff;
}

#Why-Etoos .modal-content {
    max-width: 70%;
    margin: auto;
}

#call_back .lablname {
    display: block;
    padding: 0 0 5px;
    font-size: 13px;
}

#call_back .camp, #call_back #COURSE, #call_back #CLASS {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
}

#call_back .left_ftm {
    width: 40%;
    margin-right: 10%;
    float: left
}

#call_back .right_ftm {
    width: 50%;
    float: left
}

#calltoaction .ly_pop {
    max-width: 320px;
    margin: auto;
    top: 25% !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
}

.sprat {
    clear: both;
    display: block;
    width: 100%;
    height: 15px
}

#calltoaction .ly_pop .ly_body a {
    background: #52586b;
    color: #fff;
    border: 1px solid#52586b;
    padding: 0 20px;
    height: 28px;
    line-height: 29px;
    display: inline-block;
    font-size: 15px;
}

.btn_submit.mbtn.dark {
    background: #4957ee;
    color: #fff;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    padding: 0 20px;
}

/* Full Arrow */
.full_arrow {
    position: relative;
    margin: 50px auto
}

    .full_arrow::after {
        height: 1px;
        background: #dcdddc;
        content: "";
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 0
    }

.arrowfullmid {
    text-align: center;
    width: 100%
}

.full_arrow span {
    height: 56px;
    width: 56px;
    line-height: 55px;
    border-radius: 100px;
    border: 1px solid #dbdddc;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    box-shadow: -6px 6px 38px 2px rgba(45,202,115,0.25)
}

    .full_arrow span i {
        color: #95959f;
        font-size: 17px;
        text-align: center
    }

/* Historical Result */
.etoosindiarank {
    background-color: #f5f5f5;
    border-radius: 15px;
    display: block;
    padding: 25px 30px;
    margin: 45px auto 0;
    text-align: center
}

.rankername {
    background-color: #2dca73;
    font-size: 19px;
    font-family: 'poppinsbold';
    color: #fff;
    display: inline-block;
    padding: 5px 35px;
    text-transform: uppercase
}

.rankerexam {
    color: #212849;
    font-size: 22px;
    font-family: 'poppinsbold';
    margin: 5px auto 0
}

.allinoneranker {
    margin: 35px auto 3px
}

.etoosresult_right {
    text-align: center;
    margin: 60px auto 0;
    display: block
}

    .etoosresult_right .owl-carousel .owl-item img {
        margin: auto;
        max-width: 400px;
    }

.soyeb_speak {
    color: #212849;
    font-size: 18px;
    margin: 25px auto 0;
    font-family: 'poppinsmedium'
}

    .soyeb_speak span {
        display: block
    }

.rankerstudentname {
    color: #3d4bed;
    font-size: 38px;
    margin: 15px auto 0;
    font-family: 'poppinsbold';
    text-transform: uppercase
}

    .rankerstudentname span {
        color: #212849;
        font-size: 26px;
        font-family: 'poppinsmedium';
        display: block;
        padding: 0
    }

/* ETOOS ADVANTAGE  */
.etoos-advantage {
    margin: 90px auto 110px
}

.mode_of_learning_wrap {
    border-radius: 10px;
    margin: 55px auto 0
}

.mode_of_learning {
    padding: 25px;
    background-color: #f5f5f5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.mode_of_learning_wrap img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.mode_of_learning h3 {
    color: #212849;
    font-size: 29px;
    font-family: 'poppinsmedium';
    margin: 0
}

.mode_of_learning p {
    color: #212849;
    font-size: 23px;
    margin: 15px 0 30px
}

.mode_of_learning a {
    color: #2dca73;
    font-size: 18px
}

    .mode_of_learning a svg {
        fill: #2dca73;
        width: 24px;
        margin-left: 10px
    }

.etoos-advantage .owl-nav {
    width: 107px;
    position: absolute;
    top: -130px;
    right: 0;
    height: 31px;
}

    .etoos-advantage .owl-nav button {
        color: #ffffff !important;
        font-size: 0 !important;
    }

    .etoos-advantage .owl-nav span {
        position: absolute;
        top: 31%;
        display: block;
        width: 40px;
        height: 31px;
        margin: 0;
        text-indent: -9999px;
        font-size: 0px;
        z-index: 100;
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/arrow-why-etoos.png) no-repeat 0 0;
    }

.etoos-advantage .owl-prev span {
    left: 0px;
}

.etoos-advantage .owl-nav .owl-next span {
    right: 0px;
    background-position: -68px 0px;
}

.etoos-advantage .owl-nav button.disabled {
    cursor: default;
    opacity: 0.5;
}

.etoos-advantage .owl-dots {
    display: none;
}

/* Demo Videos */
.demo_videos {
    border-radius: 10px;
    margin: 55px auto 0
}

.demo-videos-home {
    padding: 25px;
    background-color: #f5f5f5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.demo_videos img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.demo-videos-home p {
    color: #212849;
    font-size: 23px;
    margin: 10px 0
}

.Etoos_txt {
    font-size: 25px;
    color: #fff;
    font-family: 'poppinsmedium';
    position: absolute;
    top: 18px;
    left: 28px;
    z-index: 1
}

.vdo_prv a {
    font-size: 16px;
    color: #2dca73;
    font-family: 'poppinsmedium';
    background-color: rgba(255,255,255,0.82);
    border-radius: 5px;
    padding: 0 13px 0 18px;
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 28px;
    z-index: 1;
    height: 33px;
    line-height: 35px
}

    .vdo_prv a i {
        padding-left: 5px;
        font-size: 15px
    }

    .vdo_prv a:hover {
        background-color: #fff
    }

.dv_button {
    margin: 40px 0 0
}

    .dv_button a.enrollnow_dv {
        color: #fff;
        font-size: 18px;
        height: 45px;
        line-height: 48px;
        border-radius: 60px;
        padding: 0 30px;
        display: inline-block;
        background: #3d4bed
    }

        .dv_button a.enrollnow_dv svg {
            width: 20px;
            fill: #fff;
            margin-left: 6px
        }

        .dv_button a.enrollnow_dv:hover {
            background: #3844d5
        }

    .dv_button a.morevideos_dv {
        color: #212849;
        font-size: 18px;
        height: 45px;
        line-height: 48px;
        border-radius: 60px;
        padding: 0 30px;
        display: inline-block;
        background: #eee;
        margin-left: 45px
    }

        .dv_button a.morevideos_dv i {
            width: 20px;
            fill: #fff;
            margin-right: 6px
        }

        .dv_button a.morevideos_dv:hover {
            background: #000;
            color: #fff
        }

.etoos-advantage .owl-carousel .owl-item img {
    width: auto
}

.etoos-advantage #popVideo {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 10px !important;
    z-index: 200;
}

    .etoos-advantage #popVideo .ly_pop {
        left: 0 !important;
        right: 0 !important;
        top: 10px !important;
        margin: auto !important;
    }

/*Achievement*/
#Etoos-Achievement {
    background-color: #2d3acb;
    padding: 50px 0 100px;
    position: relative
}
    /*#Etoos-Achievement::before{background:url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/achvmt-bg.png);height:361px;width:468px;content:"";position:absolute;top:40%;left:0;background-position:154px -50px;background-repeat:no-repeat}*/
    /* #Etoos-Achievement svg#latestoffer {
    position: absolute;
    z-index: 1;
    width: 1360px;
    height: 1360px;
    left: 22%;
    right: 0;
    margin: auto;
    top: -142px;
}
*/
    #Etoos-Achievement .heading-home {
        color: #ffffff;
    }

        #Etoos-Achievement .heading-home span {
            color: #ffffff;
        }

.grid_achievement {
    padding: 0;
    margin: 40px auto 0;
    list-style: none;
    text-align: center
}

    .grid_achievement li {
        width: calc(20% - 16px);
        margin: 0 20px 20px 0;
        padding: 0;
        text-align: left;
        position: relative;
        float: right;
        background: #fff;
        border-radius: 8px
    }

        .grid_achievement li:nth-child(5), .grid_achievement li:last-child {
            margin-right: 0
        }

.card-achievement {
    padding: 20px;
    font-family: 'noto_sanscondensed_extrabold';
    color: #282828;
    font-size: 21px
}

a.card-front {
    font-family: 'noto_sansmedium';
    color: #2d3acb;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 7px;
    padding-right: 25px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-purple.png) no-repeat center right
}

.detail-acv {
    line-height: 38px;
    margin: 20px 0 0;
    color: #63687f;
}

    .detail-acv span {
        display: block;
        font-size: 33px;
        color: #212849;
    }

.grid_achievement figure {
    margin: 0;
    position: relative
}

    .grid_achievement figure .card-achievement {
        max-width: 100%;
        display: block;
        position: relative
    }

.grid_achievement figcaption {
    position: absolute;
    top: -30px;
    left: -30px;
    padding: 30px;
    background: #4451f3;
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px -5px rgba(99,99,99,0.65);
    -moz-box-shadow: 0 0 30px -5px rgba(99,99,99,0.65);
    box-shadow: 0 0 30px -5px rgba(99,99,99,0.65)
}

    .grid_achievement figcaption h3 {
        font-family: 'noto_sanscondensed_extrabold';
        color: #fff;
        font-size: 24px;
        margin: 0 0 10px
    }

    .grid_achievement figcaption span {
        font-family: 'noto_sanscondensed_extrabold';
        color: #fff;
        font-size: 33px
    }

    .grid_achievement figcaption p {
        font-family: 'noto_sansmedium';
        color: #fff;
        font-size: 14px;
        margin: 5px 0 12px;
        line-height: 18px
    }

    .grid_achievement figcaption .card-buy-now {
        position: absolute;
        bottom: 30px;
        left: 30px
    }

    .grid_achievement figcaption a {
        font-family: 'noto_sansmedium';
        color: #fff;
        font-size: 12px;
        display: inline-block;
        margin-right: 10px
    }

        .grid_achievement figcaption a.btn-small {
            margin-right: 0;
        }

.cs-style-5 figure .card-achievement {
    z-index: 10;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s
}

.no-touch .cs-style-5 figure:hover .card-achievement, .cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0)
}

.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s,opacity .4s;
    -moz-transition: -moz-transform 0.4s,opacity .4s;
    transition: transform 0.4s,opacity .4s;
    box-sizing: unset;
}

.no-touch .cs-style-5 figure:hover figcaption, .cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1
}

.cs-style-6 figure .card-achievement {
    z-index: 10;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s
}

.no-touch .cs-style-6 figure:hover .card-achievement, .cs-style-6 figure.cs-hover img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5)
}

.cs-style-6 figcaption {
    height: 100%;
    width: 100%
}

.free-trail-call-action {
    text-align: center;
    margin: 30px auto -146px;
    position: relative;
    z-index: 1
}

    .free-trail-call-action a {
        color: #161616;
        font-size: 27px;
        font-family: 'noto_sanssemibold';
        height: 97px;
        line-height: 97px;
        letter-spacing: 7px;
        border-radius: 100px;
        padding: 0 85px 0 150px;
        display: inline-block;
        text-transform: uppercase;
        background: #2dca73 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/vdo-ic.png) no-repeat 65px 32px
    }

        .free-trail-call-action a:hover {
            background-color: #2bb066
        }

.card-buy-now .btn.btn-small:hover::after {
    background: url("https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/Arrow-purple.png") no-repeat 0 0;
}


.grid_achievement figcaption a.btn-know-more {
    background: #fff;
    border: 1px solid #fff;
    color: #4452f3;
    height: 29px;
    line-height: 28px;
    border-radius: 50px;
    padding: 0 28px 0 15px;
    position: relative;
}

    .grid_achievement figcaption a.btn-know-more::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 10px;
        color: #4452f3;
        position: absolute;
        right: 13px;
        top: 0px
    }

.grid_achievement figcaption a.btn-regitr {
    background: #4452f3;
    border: 1px solid #fff;
    color: #fff;
    height: 29px;
    line-height: 28px;
    border-radius: 50px;
    padding: 0 28px 0 15px;
    position: relative;
}

    .grid_achievement figcaption a.btn-regitr::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 10px;
        color: #fff;
        position: absolute;
        right: 14px;
        top: 0px
    }


/*app-testimonials*/
#app-testimonials {
    padding: 120px 0 0px 0;
}

    #app-testimonials .heading-home {
        text-transform: uppercase;
        position: relative;
        color: #2dca73;
        font-family: 'noto_sansmedium';
        font-style: 45px;
        line-height: 54px;
    }

        #app-testimonials .heading-home span {
            display: block;
            font-size: 45px;
            color: #212849;
            font-family: 'poppinsmedium';
        }

.app-image-grph div {
    align-items: center;
}

.app-image-grph img {
    max-width: 100%;
    height: auto;
}

#app-testimonials .heading-home small {
    font-family: 'poppinsmedium';
    color: #212849;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    display: block;
}

.applink {
    display: inline-block;
    vertical-align: top;
}

.appleicon {
    position: relative;
}

    .appleicon span {
        display: block;
        color: #333;
        font-size: 12px;
        position: absolute;
        top: 47px;
        left: 0px;
    }

.wrap-col-app {
    text-align: left;
}

    .wrap-col-app ul {
        margin: 45px 0 35px 0;
    }

        .wrap-col-app ul li {
            background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/check-app.png) no-repeat center left;
            margin: 0;
            color: #383838;
            font-size: 16px;
            list-style: none;
            padding-left: 30px;
        }

            .wrap-col-app ul li span {
                font-family: 'noto_sanssemicondensed';
            }

.wrap-slider-testimonials {
    background-image: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/bg-testimonials.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin: 50px 0px 0 0;
    min-height: 490px;
    position: relative
}

#testimonials-home li img {
    border-radius: 150px;
    display: block;
    max-width: 100%;
    height: 152px;
    width: 150px;
    margin: 40px auto 0 auto;
}

#testimonials-home li p {
    font-family: 'noto_sanssemicondensed_light';
    color: #282828;
    font-size: 17px;
    line-height: 26px;
    margin: 15px 0 0 0;
    padding: 0 0px 0 0;
}

#testimonials-home li h6 {
    font-family: 'noto_sanssemicondensed';
    color: #eb6f1e;
    font-size: 20px;
    line-height: 21px;
    margin: 30px 0 0 auto;
}

    #testimonials-home li h6 span {
        font-family: 'noto_sanssemicondensed_light';
        color: #282828;
        font-size: 14px;
        line-height: 16px;
        font-style: italic;
        display: block;
        letter-spacing: 2px;
        padding: 7px 0 0 0;
    }

.wrap-slider-testimonials .bx-controls-direction a {
    position: absolute;
    top: 93px;
    opacity: 0.2;
    display: block;
    width: 24px;
    height: 46px;
    margin: 0;
    text-indent: -9999px;
    z-index: 100;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2020/home-v-2/arrow-student-love.png) no-repeat 0 0;
}

    .wrap-slider-testimonials .bx-controls-direction a:hover {
        opacity: 0.5;
    }

.wrap-slider-testimonials .bx-prev {
    left: 150px;
}

.wrap-slider-testimonials .bx-controls-direction a.bx-next {
    right: 150px;
    background-position: -24px 0px;
}

.wrap-slider-testimonials .bx-controls-direction a.disabled {
    cursor: default;
    opacity: 0.1;
}

/*our-offer*/
#our-offer .heading-home span {
    display: block;
    line-height: 40px;
    position: relative
}

ul.ouroffers {
    margin: 45px 0 0 0;
}

    ul.ouroffers li {
        width: calc(50% - 20px);
        min-height: 173px;
        border-radius: 5px;
        float: left;
        margin-right: 20px;
        background: #ffcbf9 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Doubt-Center-min.png) no-repeat right bottom;
        position: relative;
        margin-bottom: 30px;
    }

        ul.ouroffers li:nth-child(2) {
            background: #cbe5fe url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Smart-Device-min.png) no-repeat right bottom;
            margin-right: 0;
        }

        ul.ouroffers li:nth-child(3) {
            background: #d8cbff url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Hybrid-Classes-min.png) no-repeat right bottom;
        }

        ul.ouroffers li:last-child {
            margin-right: 0;
            background: #a5abf5 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-SLC-min.png) no-repeat right bottom;
            margin-right: 0;
        }

        ul.ouroffers li span.offer-title {
            font-family: 'poppinsmedium';
            color: #212849;
            font-size: 20px;
            padding: 15px 74px 0 20px;
            line-height: 26px;
            display: block;
        }

        ul.ouroffers li span.offer-txt {
            color: #212849;
            font-size: 15px;
            display: block;
            line-height: 18px;
            padding: 15px 100px 0 20px;
        }

        ul.ouroffers li a {
            font-family: 'poppinsmedium';
            color: #212849;
            font-size: 15px;
            text-transform: uppercase;
            display: inline-block;
            position: absolute;
            bottom: 10px;
            left: 20px;
            padding: 0 30px 0 0;
        }

            ul.ouroffers li a:hover {
                color: #fff;
            }

            ul.ouroffers li a svg {
                fill: #212849;
                width: 15px;
                vertical-align: top;
                margin: 6px 0 0 8px;
            }

            ul.ouroffers li a:hover svg {
                fill: #fff;
            }

/* Faculty List */
.exp-faculties {
    padding: 0 0 50px
}

ul#faculties-tab {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    border-radius: 5px
}

    ul#faculties-tab li {
        margin: 0;
        padding: 0;
        width: 50%;
        text-align: center
    }

        ul#faculties-tab li a {
            background: #fff;
            color: #282828;
            font-size: 24px;
            font-family: 'poppinsbold';
            height: 70px;
            line-height: 72px;
            padding: 0
        }

            ul#faculties-tab li a.active {
                background: #2d3acb;
                color: #fff
            }

            ul#faculties-tab li a#pills-faculties-jee-tab {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px
            }

            ul#faculties-tab li a#pills-faculties-neet-tab {
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px
            }

        ul#faculties-tab li a {
            border-radius: 0
        }

#faculties-tabContent {
    margin: 55px auto 0
}

.faculties-listing li {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    text-align: center;
    list-style: none;
    border-radius: 5px;
    padding: 30px 15px 15px;
    margin: 7px 6px 7px 6px;
}
    .faculties-listing li img {
        border-radius: 410px;
        height: 175px;
        width: 175px !important;
        margin: auto;
        box-shadow: -1px 8px 5px 0 rgba(0,0,0,0.1)
    }

    .faculties-listing li .info {
        display: none
    }

    .faculties-listing li h4 {
        color: #2dca73;
        font-size: 20px;
        font-family: 'poppinsmedium';
        margin: 25px 0 0;
        font-weight: 400
    }

    .faculties-listing li h5 {
        color: #212849;
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 400
    }

    .faculties-listing li a {
        color: #2d3acb;
        font-size: 14px;
        font-family: 'poppinsmedium';
        margin: 0
    }

        .faculties-listing li a svg {
            fill: #2d3acb;
            width: 15px;
            margin-left: 8px
        }

        .faculties-listing li a:hover {
            color: #000
        }

            .faculties-listing li a:hover svg {
                fill: #000
            }

/* My Room DropDown */
a.dropdown-myroom::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 13px;
    display: inline-block;
    margin: 0 0px 0 8px;
    color: #fff;
}

#menu-myroom {
    position: absolute;
    top: 70px;
    right: 0px;
    background: #fff;
    z-index: 2;
    width: 170px;
}

    #menu-myroom li {
        margin: 0;
    }

        #menu-myroom li a {
            border-top: 1px solid #e6e6e6;
            display: block;
            margin: 0;
            padding: 5px 31px 5px 20px;
            font-size: 14px;
            font-family: 'Gotham Narrow Book';
            color: #282828;
            text-align: left;
        }

            #menu-myroom li a:hover {
                background-color: #f6f6f6;
            }

/* sprites Images*/
.sprt_over_1::before {
    position: absolute;
    width: 125px;
    height: 120px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -10px no-repeat;
    left: -50%;
    top: 10%;
    display: block;
    content: "";
    z-index: -100
}

.explore::before {
    position: absolute;
    width: 125px;
    height: 120px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -10px no-repeat;
    left: 5%;
    top: 8%;
    content: "";
    z-index: -100
}

.explore::after {
    position: absolute;
    width: 89px;
    height: 79px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -118px -150px no-repeat;
    right: 7%;
    top: 52%;
    content: "";
    z-index: -100
}

.sptimg3::before {
    position: absolute;
    width: 32px;
    height: 63px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -264px -168px no-repeat;
    left: 7%;
    bottom: 0;
    content: "";
    z-index: -100
}

#student-journey::after {
    position: absolute;
    width: 125px;
    height: 120px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -10px no-repeat;
    right: 3%;
    top: 21%;
    content: "";
    z-index: 1
}

.latest_offers::before {
    position: absolute;
    width: 83px;
    height: 71px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -264px -10px no-repeat;
    left: 4%;
    top: 8%;
    content: "";
    z-index: -100
}

.latest_offers::after {
    position: absolute;
    width: 53px;
    height: 47px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -264px -101px no-repeat;
    right: 6%;
    bottom: 30%;
    content: "";
    z-index: 1
}

#Why-Etoos::before {
    position: absolute;
    width: 44px;
    height: 43px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -367px -10px no-repeat;
    left: 4%;
    top: 35%;
    content: "";
    z-index: 0
}

.etoos-results::before {
    position: absolute;
    width: 106px;
    height: 49px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -255px no-repeat;
    left: 3%;
    bottom: 4%;
    display: block;
    content: "";
    z-index: -100
}

.etoos-results::after {
    position: absolute;
    width: 53px;
    height: 47px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -264px -101px no-repeat;
    right: 6%;
    bottom: 30%;
    content: "";
    z-index: 1
}

.etoos-advantage::after {
    position: absolute;
    width: 99px;
    height: 40px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -136px -255px no-repeat;
    right: 4%;
    bottom: 13%;
    display: block;
    content: "";
    z-index: -100
}

.exp-faculties::before {
    position: absolute;
    width: 125px;
    height: 120px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -10px no-repeat;
    left: 2%;
    top: 28%;
    content: "";
    z-index: -100
}

/* Footer */
.appfooter_in {
    text-align: center;
}

    .appfooter_in a {
        float: left;
        width: 33.33%;
    }

body.home-page .appfooter_in a img {
    width: 98%;
    max-width: 140px;
    height: auto;
}

#footer2018 .footer_top li #desknumbers .tel {
    width: 235px;
    font-size: 14px;
    height: auto
}

.mrtp30 {
    margin-top: 0px
}


@media(max-width:1541px) {

    #beforesvg, #aftersvg, #latestoffer, .sprt_over_1::before, .explore::before, .explore::after, .sptimg3::before, #student-journey::after, .latest_offers::before, .latest_offers::after, #Why-Etoos::before, .etoos-results::before, .etoos-results::after, .etoos-advantage::after, .exp-faculties::before {
        display: none;
    }
}

/* Responsive */
@media(max-width:767px) {
    /* Common */

    .heading-home {
        font-size: 22px;
    }

        .heading-home span {
            font-size: 17px;
        }

    #header_mobile a.signunewicon {
        background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/signup-icon-new_dark.png) no-repeat;
    }
    /* Intro */

    .home_intro {
        min-height: auto;
        margin: 50px auto 0 auto;
    }

        .home_intro h1 {
            font-size: 18px;
            margin: 20px 0 20px;
        }

            .home_intro h1 span {
                font-size: 16px;
            }

    .home-intro-img img
    .home-intro-img {
        margin: auto;
    }

    .home-intro-img img {
        max-width: 80%;
    }

    /* explore   */
    .explore_warp {
        padding: 15px 20px 12px;
        border-radius: 8px;
        margin-top: 20px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        -moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    }


        .explore_warp h2 {
            font-size: 20px;
            margin: 0 0 15px;
        }

        .explore_warp h2 {
            font-size: 20px;
            margin: 0 0 15px;
        }

        .explore_warp img {
            margin: 0 auto 15px;
            border-radius: 8px;
        }

    .crack_exam {
        font-size: 20px;
    }

        .crack_exam span {
            font-size: 18px;
        }

    .explore_warp a {
        font-size: 18px;
        margin: 5px 10px 0 0;
    }

        .explore_warp a svg#arrowright {
            width: 18px;
            left: 72px;
            top: 5px;
        }

        .explore_warp a:hover svg#arrowright {
            left: 80px;
        }

    /* student-journey */
    #student-journey {
        background: #f8f9fa;
        padding: 15px 0 10px 0;
        margin: 20px auto 0 auto;
    }

        #student-journey .heading-Journey {
            font-size: 22px;
            line-height: 32px;
        }

            #student-journey .heading-Journey span {
                font-size: 17px;
            }

    /* Classroom Promotion */
    .promo_classroom_hm {
        margin: 20px auto 20px auto;
    }

    .classroom_start {
        font-size: 16px;
        font-family: 'poppinsmedium';
        color: #000;
        padding: 16px 12px 6px;
        line-height: 24px
    }

    .promo_classroom_hm_btn a {
        padding: 0 30px;
        font-size: 17px;
        height: 35px;
        line-height: 37px
    }

    .promo_classroom_hm_btn {
        margin: 8px auto 0
    }

    .classroom_start span {
        display: inline
    }


    .Journey-arrows {
        display: none;
    }

    #student-journey ul {
        margin: 20px auto 0 auto;
        max-width: 250px;
    }

        #student-journey ul li {
            margin: 0 !important;
            padding: 0;
            width: auto;
            height: 210px;
        }

            #student-journey ul li h3 {
                padding: 20px 20px 1px 20px;
                font-size: 16px;
            }

            #student-journey ul li p {
                padding: 0px 20px 0px 20px;
            }

            #student-journey ul li .image-vector {
                right: 25px;
                bottom: 0px;
                width: 75px;
            }

            #student-journey ul li::after {
                bottom: 65px;
            }

            #student-journey ul li::after {
                content: "" !important
            }

    #student-journey .owl-stage-outer .owl-stage .owl-item::after {
        position: absolute;
        left: 20px;
        bottom: 20px;
        color: #7777db;
        font-size: 37px;
        font-family: 'noto_sansextrabold';
        content: "01";
    }

    #student-journey .owl-stage-outer .owl-stage .owl-item:nth-child(2)::after {
        content: "02";
    }

    #student-journey .owl-stage-outer .owl-stage .owl-item:nth-child(3)::after {
        content: "03";
    }

    #student-journey .owl-stage-outer .owl-stage .owl-item:nth-child(4)::after {
        content: "04";
    }

    #student-journey .owl-stage-outer .owl-stage .owl-item:nth-child(5)::after {
        content: "05";
    }

    /* latest offers p */

    .latest_offers {
        padding: 15px 0 0px 0;
    }

    .sliderimgin {
        display: none;
    }

    .latest_offers h3 {
        font-size: 22px;
        margin: 0 0 13px 0;
    }

        .latest_offers h3 span {
            font-size: 17px;
            line-height: 27px;
        }

    .bg_latesr_offer {
        border-radius: 5px;
        padding: 15px;
    }

    .promo_offer_heading {
        font-size: 22px;
    }

    .promo_offer_subheading {
        font-size: 15px;
        margin: 0px auto 12px auto;
    }

    #letest_offers p {
        font-size: 15px;
    }

    #letest_offers a {
        font-size: 15px;
        margin: 0 auto 0 auto;
    }

    #letest_offers svg#arrowright {
        width: 17px;
        margin: 0 0 0 5px;
    }

    #letest_offers .view-in-mobile {
        display: block !important;
    }

    .moreoffers {
        text-align: center;
        padding: 15px 0 0;
    }


        .moreoffers a {
            font-size: 15px;
            padding: 0px 20px;
            font-weight: normal;
            height: 33px;
            line-height: 29px;
            min-width: 225px;
        }

            .moreoffers a svg {
                margin-left: 5px;
                width: 17px;
            }

    a.etoos-live-classes-btn {
        margin: 0 auto 15px auto
    }

        a.etoos-live-classes-btn i {
            font-size: 15px;
            margin-left: 3px;
            vertical-align: middle;
        }
    /* Why- */
    #Why-Etoos {
        padding: 15px 0 0px 0px;
    }

    #why-etoos-wrap {
        margin-top: 15px;
    }

        #Why-Etoos .heading-home span::after, #why-etoos-wrap .owl-nav {
            display: none;
        }

        #why-etoos-wrap .owl-dots {
            display: block;
        }

    .block-graphic {
        width: 185px;
        height: 210px
    }

        .block-graphic span {
            padding: 10px 0 0 10px;
            display: block;
            width: 60px;
            margin: 0 0 0 20px;
        }

    #why-etoos-slider li h4 {
        font-size: 18px;
        top: 75px;
        left: 65px;
        margin: 0
    }

        #why-etoos-slider li h4 span {
            font-size: 13px;
            display: block;
            padding: 2px 0 0;
            line-height: 19px
        }

    .why-etoos-call-action {
        margin: 15px auto 0 0;
    }

    a.about-etoos {
        font-size: 14px;
        height: 33px;
        line-height: 31px;
        padding: 0 0px;
        background: #2dca73;
        min-width: 225px;
    }

        a.about-etoos svg#arrowright {
            margin: 6px 0 0 6px;
            width: 18px;
        }

    a.call-back-etoos {
        font-size: 13px;
        height: 33px;
        line-height: 29px;
        padding: 0;
        margin: 15px auto 0 auto;
        min-width: 225px;
        background-size: 17px;
        background-position: 17px 7px;
    }

        a.call-back-etoos:hover {
            background-size: 17px;
            background-position: 17px 7px;
            color: #ffffff;
        }


    /* Mid Arrow */
    .full_arrow {
        margin: 25px auto;
    }

        .full_arrow span {
            height: 35px;
            width: 35px;
            line-height: 38px;
        }

    .etoosindiarank {
        margin: 20px auto 0;
    }

    .rankername {
        background-color: #2dca73;
        font-size: 12px;
        padding: 5px;
    }

    .rankerexam {
        color: #212849;
        font-size: 16px;
    }

    .etoosindiarank .col-6 {
        padding: 2px
    }

    .etoosindiarank img {
        max-width: 95%;
        margin: auto;
    }

        .etoosindiarank img.allinoneranker {
            margin: 15px auto 3px;
            max-width: 100%;
        }

    .etoosresult_right img {
        max-width: 60%;
    }

    .mbtp_sp {
        margin-top: 15px;
    }

    .etoosresult_right {
        margin: 20px auto 0;
    }

    .soyeb_speak {
        font-size: 13px;
        margin: 10px auto 0;
    }

    .rankerstudentname {
        font-size: 17px;
        margin: 5px auto 0;
    }

        .rankerstudentname span {
            font-size: 15px;
        }
    /* -advantage */

    .etoos-advantage {
        margin: 25px auto 15px;
    }

        .etoos-advantage .owl-nav {
            width: 65px;
            top: -55px;
            height: 26px;
        }

            .etoos-advantage .owl-nav span {
                width: 23px;
                height: 16px;
                background-size: 55px;
            }

            .etoos-advantage .owl-nav .owl-next span {
                right: 15px;
                background-position: -33px 0px;
            }

    .mode_of_learning_wrap {
        border-radius: 10px;
        margin: 10px auto 0;
    }

    .mode_of_learning {
        padding: 15px;
    }


        .mode_of_learning h3 {
            font-size: 16px;
        }

        .mode_of_learning p {
            font-size: 13px;
            margin: 5px 0 15px;
            line-height: 18px;
        }

        .mode_of_learning a {
            font-size: 15px;
        }

            .mode_of_learning a svg {
                width: 15px;
                margin-left: 4px;
            }

    .demo_videos {
        margin: 10px auto 0;
    }


    .Etoos_txt {
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: 13px;
    }

    .vdo_prv a {
        font-size: 13px;
        padding: 0 9px 0 11px;
        bottom: 10px;
        right: 10px;
        height: 25px;
        line-height: 28px;
    }

    .demo-videos-home {
        padding: 15px;
    }

        .demo-videos-home p {
            font-size: 14px;
            margin: 0 0;
            line-height: 19px;
        }

    .dv_button {
        margin: 15px 0 5px 0;
        text-align: center;
    }

        .dv_button a.enrollnow_dv {
            font-size: 13px;
            height: 30px;
            line-height: 32px;
            padding: 0 20px;
        }

        .dv_button a.morevideos_dv {
            font-size: 13px;
            height: 30px;
            line-height: 32px;
            padding: 0 20px;
            margin: 10px auto 0 auto;
        }

    /* -Achievement */

    #Etoos-Achievement {
        padding: 15px 0 25px;
    }

    .grid_achievement {
        margin: 15px auto 0;
    }

        .grid_achievement li {
            width: 100%;
        }

    .icon_achv {
        max-width: 50px;
        margin: auto;
    }

    .detail-acv {
        line-height: 30px;
        margin: 0px 0 0;
        text-align: center;
        font-size: 15px;
    }

        .detail-acv span {
            font-size: 24px;
        }

    .grid_achievement figcaption h3 {
        font-size: 18px;
        margin: 0 0 5px;
        font-weight: normal;
    }

    .grid_achievement figcaption span {
        font-size: 25px;
    }

    .grid_achievement figcaption p {
        font-size: 12px;
    }

    .free-trail-call-action {
        margin: 10px auto auto;
    }

        .free-trail-call-action a {
            font-size: 13px;
            height: 35px;
            line-height: 37px;
            letter-spacing: 0;
            padding: 0 15px 0 42px;
            background-position: 18px 12px;
            background-size: 18px;
        }

    #app-testimonials {
        padding: 15px 0 0px 0;
    }

    .app-image-grph img {
        max-width: 80%;
        margin: auto;
    }

    .wrapper-app-home {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .wrap-col-app ul {
        margin: 10px 0 20px 0;
    }

        .wrap-col-app ul li {
            font-size: 13px;
            list-style: none;
            padding-left: 18px;
            margin: 0;
            background-size: 10px;
            line-height: 26px;
        }


    #app-testimonials .heading-home {
        line-height: 30px;
    }

        #app-testimonials .heading-home small {
            font-size: 18px;
        }

        #app-testimonials .heading-home span {
            font-size: 20px;
        }

    .wrapper-app-home a.applink img {
        max-width: 125px;
    }

    .appleicon span {
        font-size: 11px;
        position: relative;
        bottom: -2px;
        left: 5px;
    }

    .wrap-col-app .row .col-6 {
        text-align: center;
    }

    .pmrzr {
        padding-right: 0px;
    }

    .pmlzr {
        padding-left: 0px;
    }


    ul.ouroffers {
        margin: 15px 0 0 0;
    }

        ul.ouroffers li {
            width: 100%;
            min-height: 150px;
            margin-bottom: 5px;
        }

            ul.ouroffers li span.offer-title {
                font-size: 14px;
                padding: 13px 65px 0 15px;
                line-height: 18px;
            }

            ul.ouroffers li span.offer-txt {
                font-size: 12px;
                line-height: 16px;
                padding: 7px 65px 0 15px;
            }

            ul.ouroffers li a {
                font-size: 13px;
            }

    #our-offer .owl-stage .owl-item:first-child li {
        background: #ffcbf9 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Doubt-Center-min.png) no-repeat right bottom;
    }

    #our-offer .owl-stage .owl-item:nth-child(2) li {
        background: #cbe5fe url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Smart-Device-min.png) no-repeat right bottom;
    }

    #our-offer .owl-stage .owl-item:nth-child(3) li {
        background: #d8cbff url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-Hybrid-Classes-min.png) no-repeat right bottom;
    }

    #our-offer .owl-stage .owl-item:last-child li {
        background: #a5abf5 url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/Offer-SLC-min.png) no-repeat right bottom;
    }

    #our-offer .owl-dots {
        width: 100%;
    }

    /* faculties */
    .exp-faculties {
        padding: 0 0 0px;
    }

    ul#faculties-tab {
        margin: 15px auto 0 auto;
    }

        ul#faculties-tab li a {
            font-size: 17px;
            height: 35px;
            line-height: 37px;
            padding: 0;
        }

    #faculties-tabContent {
        margin: 20px auto 0;
    }

    .faculties-listing.owl-carousel .owl-item img {
        width: 175px
    }

    /* Footer */
    #footer, #footer2018 {
        width: 100%;
        min-width: auto;
    }

        #footer .inner, #footer2018 .inner {
            width: 100%;
        }

        #footer .footer_top, #footer2018 .footer_top {
            margin: auto;
            display: block
        }

            #footer .footer_top li, #footer2018 .footer_top li {
                display: block;
                padding: 0;
                width: auto;
                margin: auto auto 25px auto
            }

                #footer .footer_top li.helpdesk, #footer2018 .footer_top li.helpdesk {
                    width: auto
                }

        #footer .footer_menu, #footer2018 .footer_menu {
            height: auto;
            margin: 5px 0 5px 0;
        }

            #footer .footer_menu .f_left, #footer2018 .footer_menu .f_left {
                width: 85%;
                margin: auto;
                float: none;
                padding-top: 13px;
            }

            #footer .footer_menu a, #footer2018 .footer_menu a {
                margin: 6px 4px;
            }

    .footer_sitemap .inner ul {
        width: 85%;
        margin: auto
    }

    #footer2018 .footer_sitemap ul li.coll-csm {
        width: 49%;
    }

    #footer .footer_sitemap ul li, #footer2018 .footer_sitemap ul li {
        width: 49%;
        display: inline-block;
        float: none;
        vertical-align: top;
        position: relative;
        padding-bottom: 15PX;
    }

        #footer .footer_sitemap ul li ul.submenu li, #footer2018 .footer_sitemap ul li ul.submenu li {
            width: 100%;
            display: block
        }

        #footer .footer_sitemap ul li:nth-child(5), #footer2018 .footer_sitemap ul li:nth-child(5) {
            width: 100%;
            display: block;
            border-top: 1px solid #545860;
            padding: 20px 0 0 0;
            margin-top: 6px;
        }

        #footer .footer_sitemap ul li ul.submenu li, #footer2018 .footer_sitemap ul li ul.submenu li {
            border-top: 0px solid #545860;
            padding: 0;
            margin: 0
        }

    .footer_sitemap .inner ul.follow_list {
        width: auto
    }

    #footer .footer_sitemap .follow_list li, #footer2018 .footer_sitemap .follow_list li {
        margin: 13px 15px 0px 0
    }

        #footer .footer_sitemap .follow_list li:nth-child(5), #footer2018 .footer_sitemap .follow_list li:nth-child(5) {
            border-top: 0px solid #545860;
            padding: inherit;
            margin: 13px 15px 20px 0;
            display: inline-block;
            width: 28px
        }

    #footer .footer_sitemap .aboutus .txt, #footer2018 .footer_sitemap .aboutus .txt {
        text-align: justify
    }

    #footer .footer_sitemap .aboutus .txt_list li, #footer2018 .footer_sitemap .aboutus .txt_list li {
        text-align: justify
    }

        #footer .footer_sitemap .aboutus .txt_list li:nth-child(5), #footer2018 .footer_sitemap .aboutus .txt_list li:nth-child(5) {
            border-top: 0px solid #545860;
            padding: 0px 0 0 0;
        }

    #footer .footer_bottom, #footer2018 .footer_bottom {
        padding: 20px 0 20px 0;
    }

    #footer2018 .footer_sitemap .aboutus {
        padding-left: 0;
        display: none
    }

    #footer2018 .footer_bottom .logo {
        margin-left: 0
    }

    #footer2018 .footer_sitemap .inner > ul > li:first-child {
        padding-left: 0
    }

    #footer2018 .footer_menu {
        line-height: inherit
    }

    #footer2018 .footer_top {
        border-width: 0px
    }

        #footer2018 .footer_top .h2_div {
            padding-top: 10px;
            min-height: auto
        }

        #footer2018 .footer_top li {
            border: 1px solid #e8e8e8 !important;
        }

        #footer2018 .footer_top .h2_cont {
            margin-bottom: 0;
            min-height: 110px;
            height: auto;
            margin-bottom: 15px;
        }

    .footer_sitemap .arrow_toogle {
        top: -7px;
    }

    .footer_sitemap .clck_arrow {
        background: #40444a;
    }

    #footer2018 .footer_top li.safety a.paytm {
        top: 100px
    }

    .ghau {
        padding-left: 15px;
    }

    .mobile-bottom-bar {
        width: 100%;
        height: 52px;
        background: #fff;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        /*-webkit-box-shadow: 0 -1px 1px #ccc;*/
        box-shadow: 0 -1px 1px #ccc;
        z-index: 9
    }

        .mobile-bottom-bar .footer-link {
            -ms-flex: 1;
            -webkit-box-flex: 1;
            flex: 1;
            text-align: center;
            color: #6f7284;
            padding: 7px 0
        }

            .mobile-bottom-bar .footer-link.active {
                color: #151b39
            }

            .mobile-bottom-bar .footer-link .forder-icon {
                width: 24px;
                height: 24px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 0 auto
            }

            .mobile-bottom-bar .footer-link .footer-text {
                position: relative;
                display: block;
                font-size: 12px
            }

    body.home-page {
        margin-bottom: 51px
    }
}



@media only screen and (max-width: 1399px) and (min-width: 769px) {
    #our-offer {
        padding-right: 15px;
    }
    ul.ouroffers li span.offer-title {
        font-size: 15px;
    }

    ul.ouroffers li span.offer-txt {
        font-size: 12px;
    }
}


@media only screen and (max-width: 19200px) and (min-width: 1400px) {
    #our-offer {
        padding-right: 5%;
    }
}
.marquee_class {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    color: #15ab6c;
    background: #fff;
    font-weight: 700;
    border-top: 1px solid #ccc;
    font-size: 22px;
    padding: 20px 0px 10px;
}
.header_top_strip {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'noto_sansmedium';
    height: 50px;
    line-height: 50px;
    position: relative;
}
.logo-home {
    padding: 5px 0 !important;
    height: 100px !important;
}
.sticky-sidebar.social-links {
    border-radius: 0 15px 15px 0;
    width: 50px;
    position: fixed;
    top: 50%;
    z-index: 999999;
    background-color: #fff;
}