:root {
    --ixb-white: rgb(255, 255, 255);
    --ixb-black: rgb(43, 43, 43);
    --ixb-light: rgb(245, 248, 255);
    --ixb-sky-blue: rgb(84, 131, 200);
    --ixb-blue: rgb(22, 71, 138);
    --ixb-orange: rgb(247, 139, 41)
}

.top_header_ticker {
    background-color: #f6f6f6;
    padding: 2px 15px;
    text-align: center;
    min-height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.top_header_ticker a.header_top_new_ticker {
    color: #2b2b2b;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    animation: 2s infinite glowing
}

.top_header_ticker a:hover {
    text-decoration: none
}

.top_header_ticker a span.button_for_strip {
    display: inline-block;
    margin-left: 5px
}

.close_top_header_ticker {
    color: #2b2b2b;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 99
}

.top_header_ticker a span.new_badge {
    position: relative;
    top: -1px;
    font-size: 8px;
    background: var(--ixb-orange);
    padding: 2px 5px 0;
    border-radius: 2px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ixb-white)
}

@keyframes glowing {
    0%,100% {
        color: var(--ixb-blue)
    }

    50% {
        color: var(--ixb-orange)
    }
}

.right_fix_div {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
    display: none;
    cursor: pointer
}

#modal_for_user .modal-content {
    max-width: 300px;
    margin: auto
}

#modal_for_user .close {
    position: absolute;
    right: -1px;
    background: #ccc;
    width: 25px;
    height: 25px;
    z-index: 99;
    opacity: 1;
    top: 0;
    border-radius: 2px
}

.dropdown-account,.for_add {
    position: relative
}

.full_btn_icon,.user_all_info_btn::after {
    display: none
}

.nav-color {
    background: var(--ixb-white);
    padding: 0
}

#navbarSupportedContent .nav-link {
    position: relative;
    padding-right: 20px!important;
    padding: 1rem
}

.dropdown-static .dropdown-toggle::after {
    position: absolute;
    content: "\f078"!important;
    right: 14px;
    top: 19px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: 0!important
}

.user_profile_dropdown .dropdown-toggle:hover {
    background: 0 0
}

.user_profile_dropdown .dropdown-toggle::after {
    top: 20px
}

.for_add {
    right: -7px
}

.user_all_info_btn {
    background: 0 0;
    border: 0;
    color: var(--ixb-blue);
    font-size: 22px;
    margin-top: 4px;
    margin-right: 10px
}

.navbar-nav li.nav-item a.nav-link {
    color: #2b2b2b;
    font-size: 13px
}

@media screen and (max-width: 991px) {
    #mobile_only {
        display:flex;
        width: 100%;
        justify-content: space-between
    }

    #navbarSupportedContent .nav-link {
        padding: .6rem 1rem
    }

    .this_logo {
        width: 80px
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        padding: .5rem;
        background: 0 0
    }

    .toggle_for_mobile {
        width: 40px;
        height: 40px;
        background: 0 0;
        border: 0;
        outline: 0;
        cursor: pointer;
        margin-top: 8px;
        display: block
    }

    .collapse_new,.menu_level_three {
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        transition: transform .25s ease-in-out;
        left: 0
    }

    .toggle_for_mobile span {
        height: 2px;
        background-color: var(--ixb-white)!important;
        width: 100%;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px
    }

    .collapse_new {
        background: #fff;
        transform: translateX(-100%);
        z-index: 1002;
        overflow-x: auto
    }

    .collapse_show {
        transform: translateX(0)
    }

    .menu_level_three {
        background: var(--ixb-white);
        bottom: 0;
        z-index: 1000;
        display: none;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(-100%)
    }

    .this_show {
        transform: translateX(0);
        visibility: visible
    }

    .dropdown-static {
        position: relative!important
    }

    .dropdown {
        margin: 0;
        border-bottom: 1px solid #041e49;
        font-size: 14px;
        padding: 5px 0
    }
}

.setbackground {
    background: var(--ixb-blue)
}

.menu-hover-class {
    background: #f1f4f9;
    color: #002970!important
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1000;
    display: none
}

#close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bolder;
    color: red;
    font-size: 29px
}

@media only screen and (max-width: 600px) {
    .overlay .holder,.overlay .modal,.overlay .popup {
        top:50px;
        transform: none;
        width: 70%
    }
}

@media screen and (max-width: 580px) {
    .custom_after_login {
        color:#484848!important;
        display: block;
        margin: 2px;
        padding: 3px
    }

    .user_profile_dropdown .dropdown-toggle::after {
        top: 11px!important
    }

    .dropdown-static .dropdown-toggle::after {
        top: 14px
    }

    .welcome_new_user .dropdown-toggle::after {
        top: 6px
    }

    .overlay .holder,.overlay .modal,.overlay .popup {
        top: 50px;
        transform: none;
        width: 90%
    }
}

.overlay .holder,.overlay .modal,.overlay .popup {
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 50px 30px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 20px rgba(0,0,0,.8);
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    z-index: 1010;
    background: var(--ixb-white)
}

.overlay-background {
    padding: 0!important
}

.link-fmt a {
    color: var(--ixb-black)
}

.shadow {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.02),0 1px 10px 0 rgba(0,0,0,.02),0 2px 4px -1px rgba(0,0,0,.2)
}

.btn-login,.btn-register {
    text-align: center;
    background-size: 200% auto;
    transition: .5s;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500
}

.btn-login {
    width: 42%;
    color: var(--ixb-white);
    background-image: linear-gradient(to right,#00bfe0 0,#4780d8 50%,#00bfe0 100%)
}

.btn-login:hover,.btn-register,.btn-register:hover,.highlights_ticker_p a,.otp_login_click:hover {
    color: var(--ixb-white)!important
}

.btn-register {
    width: 46%;
    color: var(--ixb-orange)!important;
    border: solid 1px var(--ixb-orange)!important
}

.btn-register:hover {
    background-color: var(--ixb-orange)
}

.otp_login_click {
    padding: 14px;
    font-size: 16px;
    margin-top: 15px;
    background: #fff;
    color: #0056b3!important;
    border: 1px solid #0056b3!important
}

.otp_login_click:hover {
    background-color: var(--ixb-blue)!important
}

.dropdown-static {
    position: static!important
}

.nav-item {
    margin: 0;
    font-size: 12px;
    padding: 0 .6rem 0 0
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.nav-link:hover {
    background: var(--ixb-white);
    color: var(--ixb-blue)!important;
    border-radius: 5px
}

.this_logo {
    width: 65px;
    height: auto;
    position: relative;
    top: 5px
}

.mega-menu-3 {
    list-style: none;
    font-weight: 500;
    color: var(--ixb-black)
}

.mega-menu-3 li {
    padding: 6px 2px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    position: relative;
    font-size: 13px
}

.mega-menu-3 li:last-child {
    border-bottom: 0
}

.mega-menu-3 li:active,.mega-menu-3 li:focus,.mega-menu-3 li:hover {
    color: var(--ixb-orange)
}

.ul-mega-menu-3 {
    list-style: none;
    margin: 5px 0;
    cursor: pointer
}

.ul-mega-menu-3 li {
    float: left
}

.menu-l3-cs {
    margin: 0 0 10px;
    padding: 0 10px
}

#navbarSupportedContent {
    padding: 0 18px;
    min-height: 50px
}

@media (min-width: 992px) {
    .dropdown-menu,.navbar-expand-lg .navbar-nav .dropdown-menu {
        position:absolute
    }

    #add_menu {
        min-height: 50px
    }

    .home-banner,.home-banner .home-page-slider {
        min-height: 420px
    }

    .home-page-slider {
        background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") center center no-repeat
    }

    .top_header_ticker a span.new_badge {
        position: relative;
        top: -10px
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .for-single_menu {
        left: unset;
        margin-top: 0;
        width: auto;
        margin-left: 0
    }

    .dm-hover {
        width: 95%;
        margin-left: 0;
        margin-top: -12px!important;
        border-top: none
    }

    .dropdown-menu {
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: var(--ixb-black);
        text-align: left;
        list-style: none;
        background-color: var(--ixb-white);
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem
    }
}

.right-2 {
    right: 2px
}

.loginbutton-for-mobile .dropdown-menu {
    left: -80px
}

.exam_dropdown_left:after {
    font: 700 13px/1 "Font Awesome 5 Free";
    content: "\f105";
    top: 10px;
    right: 0;
    width: 12px;
    height: 18px;
    position: absolute
}

.dropdown-menu.show,.mobile-left-logo-section a,.notification-Toggle {
    display: block
}

.loginbutton-for-mobile,.mobile_back,.toggle_for_mobile {
    display: none!important
}

.loginbutton-for-mobile {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu_border_active {
    color: var(--ixb-orange);
    background: 0 0!important
}

.highlights_ticker {
    width: 100%;
    position: relative;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    box-shadow: inset 0 -15px 30px rgb(0 0 0 / 40%),0 5px 10px rgb(0 0 0 / 50%);
    background-image: linear-gradient(to right,var(--ixb-blue) 0,#3b9eb3 51%,var(--ixb-blue) 100%);
    margin-bottom: -16px;
    background: var(--ixb-blue)
}

.highlights_ticker_p {
    font-size: 12px!important
}

.dm-hover {
    margin-top: 0!important;
    border-top: none;
    width: 95%;
    margin-left: 20px;
    border: none;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 20%)
}

.for-single_menu {
    left: unset;
    margin-top: -8px;
    width: auto;
    margin-left: 0
}

.for-single_menu a {
    font-size: 13px
}

.menu-link_font:hover {
    color: #f68b29;
    text-decoration: none
}

@media(min-width: 769px) {
    .menu-link_font:hover {
        text-decoration:none;
        color: var(--ixb-black);
        box-shadow: 0 0 10px #ebebeb;
        background-color: #fff;
        border: 1px solid #f68b29;
        color: #f68b29
    }

    .dropdown:hover>.dropdown-menu {
        display: block
    }

    .menu-hover-class-a {
        color: var(--ixb-blue)
    }

    .ixambee_header_ticker_main {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        margin: 20px auto auto;
        width: 50%
    }

    .menu-link_font {
        font-size: 13px;
        color: var(--ixb-black);
        position: relative;
        padding: 12px 8px;
        display: block;
        transition: .2s ease-in;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: #fbfbfb;
        display: flex;
        align-items: center
    }

    .menu-link_font span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .menu-link_font img {
        width: 35px;
        height: 35px;
        border: 1px solid #cccc;
        border-radius: 50px;
        margin-right: 10px
    }

    .menu_level_three {
        margin: 0;
        padding: 0 25px
    }
}

@media(max-width: 768px) {
    .freemockTestClass .item,.onlineUpdates h2 {
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .loginBtn,.orangeBtn,.select::after,select {
        cursor: pointer
    }

    .menu-link_font {
        font-size: 13px;
        color: var(--ixb-blue);
        position: relative;
        display: block;
        transition: .2s ease-in
    }

    .ac ul,.menu-link_font img {
        display: none
    }

    .menu-link_font::before {
        top: 0
    }

    #navbarSupportedContent {
        padding: 0
    }

    .mobile_back a {
        color: #2b2b2b!important
    }

    .home-banner {
        min-height: 240px
    }

    .ixambee_header_ticker_main {
        top: -60px;
        position: absolute;
        left: 0;
        padding: 12px 15px;
        background-color: #f1f1f1;
        color: var(--ixb-white)
    }

    .top_header_ticker a.header_top_new_ticker {
        animation: 2s infinite glowing
    }

    .SliderMain {
        width: 100%;
        height: 500px!important;
        background: var(--ixb-blue) url(../images/banner_overlayImg.png);
        top: 0
    }

    .singUpBtn {
        padding: 0 6px 1px;
        font-size: 14px;
        border-radius: 3px;
        border-top: 2px solid #ffbf6d;
        position: relative;
        border: 0;
        background: #ffa03c;
        background: -moz-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
        background: -webkit-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
        background: linear-gradient(to bottom,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
        color: var(--ixb-white);
        margin-left: 15px;
        text-shadow: 1px 1px 1px #2b2b2b
    }

    .singUpBtn:hover,.themeLightBluebg:hover,.themeOrengebg:hover {
        color: var(--ixb-white);
        text-decoration: none
    }

    .mainLogo {
        margin-top: 2px;
        padding-left: 0
    }

    .navIcon {
        margin-top: 26px
    }

    .googlePlus span img,.navIcon>a>img {
        width: 20px;
        height: auto
    }

    .signUpbutton {
        margin-top: 25px;
        padding-left: 0
    }

    .singUpBtn span {
        position: relative;
        top: -2px;
        left: -1px
    }

    .Why_we_are {
        background: var(--ixb-white);
        padding: 10px 0;
        margin-top: -240px;
        box-shadow: 0 0 6px 3px rgba(0,0,0,.07);
        -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.07);
        -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.07)
    }

    .whyWeAreInner>.testimonial:before {
        content: url(../images/testimonial1.png);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 156px
    }

    .whyWeAreInner img {
        width: 120px;
        height: auto
    }

    .whyWeAreInner {
        padding: 10px 19px 10px 10px;
        border-right: 1px solid #f2f2f2;
        color: var(--ixb-black)
    }

    .grayborder {
        border: 1px solid #d1d1d1
    }

    .lightblue {
        background: #b2e0f0
    }

    .quizsection {
        padding: 20px
    }

    .d-flex,.subscribeUs {
        display: flex
    }

    .subscribeUs input {
        width: 100%;
        padding-left: 10px;
        border: 1px solid #dadada;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .subscribeUs button {
        background: var(--ixb-blue);
        border: 1px solid #ca4e2a;
        color: var(--ixb-white);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .whitebox {
        padding: 15px;
        box-shadow: 0 0 6px 3px rgba(0,0,0,.07);
        -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.07);
        -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.07)
    }

    .blogFlex,.freeMockTest {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .sujectUpdates ul li:before {
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: -2px;
        left: 45px
    }

    .sujectUpdates ul li {
        margin-top: 10px;
        padding-left: 30px
    }

    .freemockTestClass .item {
        text-align: center;
        margin-top: 10px;
        color: var(--ixb-white);
        background: #009bcd!important;
        font-weight: 600;
        padding: 5px 10px;
        box-shadow: 3px -3px 0 var(--ixb-blue)
    }

    .whitebg {
        background: var(--ixb-white)
    }

    .lightBlueBox {
        background: #f1f4f8;
        padding: 10px;
        border: 1px solid #cfdcee
    }

    .loginBtn {
        border-top: 2px solid #00bfe0;
        color: var(--ixb-white);
        background: #009dce!important
    }

    .loginBtn:hover {
        text-decoration: none;
        color: var(--ixb-white)!important
    }

    .loginBtn span img {
        width: 14px;
        position: relative;
        top: -2px;
        left: -4px
    }

    .onlineUpdates h2 {
        color: var(--ixb-black);
        font-weight: 400;
        font-size: 1rem
    }

    .onlineUpdates p {
        color: #09c
    }

    .onlineUpdates+div p {
        color: #09c;
        margin-bottom: 0
    }

    .boxStyleing {
        background: #f1f4f8;
        padding: 15px;
        border: 1px solid #cfdcee
    }

    .orangeBtn,ul.onlineCourse li:nth-child(5),ul.onlineCourse li:nth-child(6) {
        border-bottom: 0
    }

    .orangeBtn,ul.studentFreeTest>li.nav-item:last-child {
        border-right: 0
    }

    .whiteboxinner {
        background: var(--ixb-white);
        padding: 10px;
        -webkit-box-shadow: 0 2px 6px -2px rgba(194,194,194,.85);
        -moz-box-shadow: 0 2px 6px -2px rgba(194,194,194,.85);
        box-shadow: 0 2px 6px -2px rgba(194,194,194,.85);
        min-height: 145px;
        max-height: 500px
    }

    .updates_Section h2 {
        background: #09c;
        color: var(--ixb-white);
        font-weight: 400;
        font-size: 16px;
        padding: 1px 0 6px 20px;
        width: 90%;
        margin-left: -10px
    }

    .updates_Section h2:after {
        content: url(../images/backside.png);
        position: absolute;
        right: 25px!important;
        top: 10px!important
    }

    .whiteboxinner h3 {
        color: var(--ixb-black);
        font-size: 16px;
        margin-top: 1.2rem
    }

    .graybg {
        background: #f0f0f0
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        right: 12px;
        top: 0
    }

    .close:focus,.close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

    .darkGray {
        color: #959595
    }

    .font-weight-normal {
        font-weight: 400!important
    }

    .displayBlock {
        display: block;
        width: 100%
    }

    .orangeBtn {
        background: #ff9e3c;
        background: -moz-linear-gradient(left,#ff9e3c 0,#ff8f2d 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#ff9e3c),color-stop(100%,#ff8f2d));
        background: -webkit-linear-gradient(left,#ff9e3c 0,#ff8f2d 100%);
        background: -o-linear-gradient(left,#ff9e3c 0,#ff8f2d 100%);
        background: -ms-linear-gradient(left,#ff9e3c 0,#ff8f2d 100%);
        background: linear-gradient(to right,#ff9e3c 0,#ff8f2d 100%);
        border-top: 2px solid #ffbf6d;
        border-left: 0
    }

    .LightBoxColor>.priceBox>h2,.fontsize18 {
        font-size: 18px
    }

    .facebookBtn {
        background: #45629c;
        background: -moz-linear-gradient(top,#45629c 0,#375590 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,#45629c),color-stop(100%,#375590));
        background: -webkit-linear-gradient(top,#45629c 0,#375590 100%);
        background: -o-linear-gradient(top,#45629c 0,#375590 100%);
        background: -ms-linear-gradient(top,#45629c 0,#375590 100%);
        background: linear-gradient(to bottom,#45629c 0,#375590 100%)
    }

    .facebookBtn span img {
        width: 10px;
        height: auto;
        position: relative;
        left: -10px
    }

    .googlePlus {
        background: var(--ixb-white);
        -webkit-box-shadow: 0 0 12px -2px rgba(194,194,194,.85);
        -moz-box-shadow: 0 0 12px -2px rgba(194,194,194,.85);
        box-shadow: 0 0 12px -2px rgba(194,194,194,.85);
        color: #124296!important
    }

    .loginBtn,.quiz-Section1>a>h4,.select::after,.select:hover::after,.themeLightBluebg,.themeOrengebg {
        color: var(--ixb-white)
    }

    .divider {
        height: 2px;
        border-top: 1px solid #f2f2f2;
        width: 100%;
        margin: 10px 0
    }

    .mt-2 {
        margin-top: .5rem!important
    }

    .p-1 {
        padding: .25rem!important
    }

    .notification-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        display: none;
        height: 100%;
        overflow: hidden;
        background: var(--ixb-blue);
        z-index: 999;
        transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }

    .afterLoginScreen,.bothbutton {
        display: flex;
        justify-content: center
    }

    .selected {
        animation: .5s forwards slide-in;
        -webkit-animation: .5s forwards slide-in
    }

    .dismiss {
        animation: .5s forwards slide-out;
        -webkit-animation: .5s forwards slide-out
    }

    @keyframes slide-in {
        0 {
            -webkit-transform: translateX(100%)
        }

        100% {
            -webkit-transform: translateX(0)
        }
    }

    @-webkit-keyframes slide-in {
        0 {
            transform: translateX(100%)
        }

        100% {
            transform: translateX(0)
        }
    }

    @keyframes slide-out {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(100%)
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            -webkit-transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(100%)
        }
    }

    #closeFilePanel {
        padding: 1rem;
        background-color: #09c;
        display: block
    }

    .bothbutton {
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 12px;
        background: var(--ixb-white)
    }

    @media(max-width: 576px) {
        .mainLogo img {
            width:80px;
            margin-top: 8px
        }

        .navIcon {
            margin-top: 16px
        }

        .signUpbutton {
            margin-top: 20px
        }
    }

    .heightAuto {
        height: auto
    }

    ul.onlineCourse li {
        display: inline-block;
        width: 48.3333%;
        margin-left: 0;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative
    }

    ul.onlineCourse li:nth-child(odd):after {
        border-right: 1px solid #e5e5e5;
        position: absolute;
        top: 0;
        content: "";
        height: 95%;
        right: -3px
    }

    ul.onlineCourse li h3 {
        color: var(--ixb-black);
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 0
    }

    .themeOrengebg {
        background: #ffa03c;
        background: -moz-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
        background: -webkit-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
        background: linear-gradient(to bottom,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%)
    }

    .afterLoginScreen {
        background: var(--ixb-white);
        height: 200px;
        align-items: center;
        flex-direction: column
    }

    .afterLoginScreen>h3 {
        font-weight: 400;
        color: var(--ixb-blue)
    }

    .userImg {
        width: 100px;
        height: 100px;
        background-color: #052d60;
        border-radius: 150px;
        overflow: hidden;
        position: relative
    }

    .userImg>img {
        position: absolute;
        bottom: -5px;
        left: 8px
    }

    .m-0 {
        margin: 0
    }

    .quiz-Section1 {
        width: 100px!important;
        height: 113px!important;
        background: url(../images/gkQuiz.png) 0 0/cover
    }

    .quiz-Section1>a>h4 {
        padding-top: 21px
    }

    .quiz-Section1>a>P {
        color: var(--ixb-black)!important;
        font-size: 13px!important;
        padding-top: 0!important;
        font-weight: 700!important
    }

    .textDarkGray,ul.listTypeDisc>li {
        color: var(--ixb-black)
    }

    .LightBoxColor>h3,.seleclBoxStyle,.textDarkBlue,select,ul.packageBoxText>li>a {
        color: var(--ixb-blue)
    }

    .mh-header {
        padding-bottom: 0;
        padding-top: 0
    }

    .btn-block {
        width: 100%;
        text-align: center
    }

    .freeMockPadding {
        padding: 15px 30px 0
    }

    .mb-15 {
        margin-bottom: 15px
    }

    .pdTopBottom10 {
        padding: 10px 0
    }

    .boxShadow {
        -webkit-box-shadow: -1px 1px 8px -3px rgba(0,0,0,.75);
        -moz-box-shadow: -1px 1px 8px -3px rgba(0,0,0,.75);
        box-shadow: -1px 1px 8px -3px rgba(0,0,0,.75)
    }

    ul.listTypeDisc>li {
        list-style: disc;
        margin-left: 20px
    }

    .login_position {
        position: relative;
        left: 20px
    }

    .nav_login_bottom {
        width: 14px;
        position: relative;
        right: 2px
    }

    @media screen {
        .hy-drawer-content,.hy-drawer-scrim {
            position: fixed;
            bottom: 0;
            top: 0;
            transform: translateX(0)
        }

        .hy-drawer-scrim {
            display: block;
            right: 0;
            left: 0;
            opacity: 0;
            z-index: 2;
            pointer-events: none;
            background: rgba(24,70,140,.5);
            -webkit-tap-highlight-color: transparent
        }

        .hy-drawer-content {
            z-index: 3;
            overflow-x: hidden;
            overflow-y: auto;
            contain: strict;
            width: 300px;
            background: var(--ixb-blue);
            -webkit-overflow-scrolling: touch
        }

        .hy-drawer-content.hy-drawer-left {
            left: -300px
        }

        .hy-drawer-content.hy-drawer-right {
            right: -300px
        }

        .hy-drawer-content.hy-drawer-left.hy-drawer-opened {
            left: 0!important;
            transform: translateX(0)!important
        }

        .hy-drawer-content.hy-drawer-right.hy-drawer-opened {
            right: 0!important;
            transform: translateX(0)!important
        }
    }

    @media print {
        .hy-drawer-scrim {
            display: none!important
        }

        .hy-drawer-content {
            transform: none!important
        }
    }

    .ac-list-item {
        position: relative
    }

    .ac-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 15px;
        right: 20px
    }

    .ac-btn::after {
        content: "+";
        color: #09c;
        font-size: 26px
    }

    .ac .is-open>.ac-list {
        display: block
    }

    .ac .is-open>.ac-btn::after {
        content: "-"
    }

    .ac--animation ul {
        display: block;
        max-height: 0;
        transition: max-height .3s;
        overflow: hidden;
        border-bottom: 1px solid #041e49
    }

    .mainAccordionSytle li a:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 18px;
        background: url(../images/rightArrowNav.png) no-repeat;
        width: 12px;
        height: 18px
    }

    .ac--animation .is-open>.ac-list {
        max-height: 1000px
    }

    .myAccordion-list li a {
        display: block;
        border-bottom: 1px solid #105996;
        padding: 1rem;
        color: #09c!important;
        font-size: 12px;
        text-transform: uppercase
    }

    .myAccordion-list li a:hover {
        background-color: var(--ixb-blue)
    }

    .myAccordion-list li:last-child a {
        border-bottom: none
    }

    .myAccordion-list>li>ul li a {
        padding: .5rem 1rem
    }

    select::-ms-expand {
        display: none
    }

    .select {
        position: relative;
        display: flex;
        width: 15em;
        height: auto;
        line-height: 2.5;
        overflow: hidden;
        border-radius: .25em;
        border: 1px solid #aac1e1;
        margin: 10px auto 20px
    }

    select {
        flex: 1;
        padding: 0 .5em
    }

    .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        background: #0b71ae;
        pointer-events: none;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

    .LightBoxColor {
        background-color: #f8fcfe;
        border: 1px solid #ccc;
        padding: 10px 10px 20px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px
    }

    .LightBoxColor>.boxFlexNew>h2 {
        font-size: 13px;
        text-align: center;
        color: var(--ixb-blue);
        width: 80%;
        margin: auto;
        font-weight: 400
    }

    .LightBoxColor>.boxFlexNew>h2>span {
        position: relative;
        z-index: 12;
        top: -1px
    }

    .LightBoxColor>h3 {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
        line-height: 20px
    }

    .LightBoxColor img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px
    }

    .boxFlexNew {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        flex-direction: column
    }

    .priceBox {
        position: relative;
        text-align: center;
        margin-top: 40px;
        padding: 0
    }

    ul.packageBoxText {
        margin-top: 50px
    }

    ul.packageBoxText>li {
        margin-bottom: 20px
    }

    .themeLightBluebg {
        background: #009dce;
        background: -moz-linear-gradient(top,#009dce 0,#009dce 44%,#0091c7 100%);
        background: -webkit-linear-gradient(top,#009dce 0,#009dce 44%,#0091c7 100%);
        background: linear-gradient(to bottom,#009dce 0,#009dce 44%,#0091c7 100%);
        font-size: 12px;
        padding: 8px;
        margin: auto
    }

    ul.studentFreeTest {
        text-align: center;
        margin: 0;
        padding: 0
    }

    ul.studentFreeTest>li.nav-item {
        display: inline-block;
        position: relative;
        border-right: 1px solid #94accf
    }

    ul.studentFreeTest>li.nav-item>a.nav-link {
        border: 0!important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: .2rem .5rem;
        background: 0 0;
        text-decoration: none
    }

    .examTextBox p {
        color: var(--ixb-black);
        margin-top: 20px;
        text-align: justify
    }

    .lightbluebackground {
        background-color: #fafafa;
        padding: 10px
    }

    .lightBlueBgColor {
        background-color: #f1f4f8
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table {
        width: 100%;
        max-width: 100%;
        background-color: transparent
    }

    .table td,.table th {
        padding: .75rem;
        vertical-align: top;
        border: 1px solid #dee2e6
    }

    .text-truncate {
        white-space: normal!important
    }

    .PointDetails>li {
        padding-left: 20px;
        line-height: 26px;
        color: var(--ixb-black)
    }

    .PointDetails>li:before {
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: 0;
        left: 18px
    }

    .rounded {
        border-radius: .25rem!important
    }

    .border {
        border: 1px solid #dee2e6
    }

    @media (min-width: 530px) {
        .priceBox {
            border:4px solid #b2e0f0;
            padding: 50px 0!important
        }

        .priceBox img {
            display: none
        }
    }

    @media (min-width: 300px) and (max-width:340px) {
        .priceBox img {
            display:none
        }
    }

    .boxStyleing>.row>.col-sm-4>h5 {
        font-size: 16px;
        margin-left: 10px
    }

    .loginBtn--facebook:focus,.loginBtn--facebook:hover {
        background-color: #5b7bd5;
        background-image: linear-gradient(#5b7bd5,#4864b1)
    }

    .loginBtn--facebook:before {
        border-right: 1px solid #364e92;
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat
    }

    .loginBtn--facebook {
        background-color: #4c69ba;
        background-image: linear-gradient(#4c69ba,#3b55a0);
        text-shadow: 0 -1px 0 #354c8c
    }

    .loginBtn {
        box-sizing: border-box;
        position: relative;
        margin: .2em;
        padding: 0 15px 0 46px;
        border: none;
        text-align: left;
        line-height: 34px;
        white-space: nowrap;
        border-radius: .2em;
        font-size: 16px
    }

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%
    }

    .loginBtn--google:focus,.loginBtn--google:hover {
        background: #e74b37
    }

    .loginBtn--google:before {
        border-right: 1px solid #bb3f30;
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,.1)
    }

    .loginBtn--google {
        background: #dd4b39
    }

    .panel-footer {
        padding: 10px 15px 6px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .remove-padding {
        padding: 6px!important
    }

    @media (max-width: 1200px) {
        .comboPackage>h3 {
            background-color:#b6e2f1;
            width: 100%
        }

        .comboPackage>h3:after {
            content: none
        }
    }

    .seleclBoxStyle {
        border: 1px solid #608bc6
    }

    @media screen and (max-width: 580px) {
        .overlay .holder,.overlay .modal,.overlay .popup {
            top:50px;
            transform: none;
            width: 90%
        }

        .custom_after_login {
            color: #484848!important;
            display: block;
            margin: 2px;
            padding: 3px;
            font-size: 14px
        }

        .button-gradiant-small-orange {
            font-size: 13px
        }

        .arrowfix>li:before {
            left: 35px!important
        }
    }

    @media (min-width: 993px) and (max-width:1280px) {
        .nav-item {
            margin:0 5px;
            font-size: 12px
        }
    }

    @media screen and (min-width: 992px) {
        .dropdown-static:hover .dropdown-menu {
            display:block
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }
    }

    @media screen and (max-width: 991px) {
        .dropdown-item,.mega-menu-3 li {
            color:var(--ixb-white)
        }

        .this_logo {
            width: 80px
        }

        .mobile_back,.toggle_for_mobile {
            display: block!important
        }

        .mobile_back a svg,.mobile_back i.fa {
            margin-right: 15px
        }

        .menu_border_active {
            background: 0 0
        }

        .loginbutton-for-mobile {
            display: flex!important;
            align-items: center;
            justify-content: center
        }

        .button-gradiant {
            width: 100%!important
        }

        #mobile_only {
            display: flex;
            width: 100%;
            justify-content: space-between
        }

        .p-lr-50 {
            font-size: 12px;
            padding: 3px 5px;
            margin: 0 5px
        }

        .navbar-toggler {
            background: var(--ixb-white)
        }

        .toggle_for_mobile {
            width: 40px;
            height: 40px;
            background: 0 0;
            border: 0;
            outline: 0;
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: -53px;
            z-index: 99
        }

        .toggle_for_mobile:focus {
            outline: 0
        }

        .toggle_for_mobile span {
            height: 3px;
            background-color: var(--ixb-blue)!important;
            width: 30px;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px
        }

        .overlay_mobile {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 1001;
            display: none;
            background: rgba(0,0,0,.7);
            left: 0;
            top: 0
        }

        .dm-hover {
            width: 100%;
            margin-left: 0;
            margin-top: 0!important;
            background: 0 0;
            border: none;
            padding: 0;
            box-shadow: none
        }

        .dropdown,.menu-l3-cs {
            border-bottom: 1px solid #ececee
        }

        .for_add {
            display: none
        }

        .dropdown {
            margin: 0;
            font-size: 14px;
            padding: 0
        }

        .dropdown-item,.menu-l3-cs a {
            font-size: 12px
        }

        .menu-l3-cs {
            width: 100%;
            margin: 5px 15px;
            padding: .5rem .8rem
        }

        .dropdown-toggle::after {
            right: 28px!important;
            color: #2b2b2b;
            top: 6px;
            font-size: 14px!important
        }

        .mega-menu-3 li {
            border-bottom: none;
            font-size: 12px;
            font-weight: 400;
            position: relative;
            transition: .3s ease-in
        }

        .for-single_menu a,.mobile-only-padding ul li {
            border-bottom: 1px solid #ececee;
            color: var(--ixb-blue)
        }

        .dropdown-static {
            position: relative!important
        }

        .navbar-nav li.nav-item a.nav-link {
            color: #2b2b2b;
            font-size: 13px;
            padding: .6rem;
            background: 0 0
        }

        .active_toggle::after {
            content: "-"!important
        }

        .mega-menu-3 {
            font-weight: 500;
            list-style: none;
            max-height: 160px;
            overflow-y: auto;
            overflow-x: hidden;
            background: #dbe1eb
        }

        .mobile-only-padding {
            padding: 0
        }

        .mobile-only-padding ul li {
            padding: 12px 0 12px 20px;
            font-size: 13px
        }

        .exam_dropdown_left::after {
            font: 600 14px/1 "Font Awesome 5 Free";
            content: "\f105";
            position: absolute;
            top: 13px;
            right: 18px;
            width: 12px;
            height: 18px
        }

        .for-single_menu {
            background: #dbe1eb;
            border-top: none;
            margin-top: 0!important;
            border-bottom: none;
            padding: 0;
            border-radius: 0
        }

        .for-single_menu a {
            padding: 10px 0 10px 20px;
            font-size: 13px
        }

        .second_live_menu {
            background: var(--ixb-blue)!important;
            margin-top: 10px
        }
    }

    @media only screen and (max-width: 600px) {
        .test-class {
            font-size:16px
        }

        .hide-for-mobile {
            display: none
        }

        .for-mobile {
            background: red
        }

        .menu-hover-class-a {
            background: var(--ixb-blue);
            color: var(--ixb-white);
            border-radius: none
        }

        .position-fixed {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 2
        }

        .graybg {
            background: #f0f0f0
        }

        .pr-2 {
            padding-right: 2px
        }

        .text-through {
            text-decoration: line-through
        }

        .themeOrengebg {
            background: #ffa03c;
            background: -moz-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
            background: -webkit-linear-gradient(top,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
            background: linear-gradient(to bottom,#ffa03c 0,#ffa03c 44%,var(--ixb-orange) 100%);
            color: var(--ixb-white)
        }

        .paddingTB {
            padding: 10px 0
        }

        .lineHeight20 {
            line-height: 20px
        }

        .textBlue {
            color: var(--ixb-blue);
            font-size: 20px;
            padding: 10px
        }

        .relativePosition {
            position: relative;
            display: block
        }

        .relativePosition img {
            position: absolute;
            left: 0;
            width: 40px
        }

        .img {
            vertical-align: middle;
            border-style: none
        }

        .overlay .holder,.overlay .modal,.overlay .popup {
            top: 50px;
            transform: none;
            width: 70%
        }
    }

    .loginbutton-for-mobile {
        display: none
    }

    @media (max-width: 600px) {
        .welcome_new_user,.welcome_new_user:after {
            color:#2b2b2b!important
        }

        .loginbutton-for-mobile .dropdown-account {
            position: absolute;
            right: 70px
        }

        .full_btn_icon {
            display: flex;
            justify-content: space-around;
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 1000;
            box-shadow: 0 0 10px rgb(165 149 149 / 80%);
            background-color: var(--ixb-white);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .this_main_container {
            width: 100%!important;
            min-height: 1000px;
            background: #eee
        }

        .referal_code {
            width: 100%;
            display: block;
            text-align: center;
            margin-top: 10px
        }

        .item1 {
            padding: 0
        }

        .item1 a {
            color: #063970;
            font-size: 13px
        }

        .item1 a:focus,.item1 a:hover {
            color: var(--ixb-orange);
            text-decoration: none
        }

        .mb-togo {
            margin-bottom: 100px
        }

        .cntd_watch {
            width: 413%!important;
            margin-block-start:73%!important}

        ul li.user_profile_dropdown {
            border: 0
        }

        .welcome_new_user {
            padding-right: 30px!important
        }

        .top_header_ticker {
            background-color: var(--ixb-white)
        }
    }

    .item1 a {
        display: flex;
        width: 100%;
        height: 50px;
        padding: 15px 20px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 700
    }

    .nav_active {
        color: var(--ixb-orange)!important
    }

    span.save_all_rbi {
        font-size: 30px;
        padding: 0 10px
    }
}

@media(min-width: 768px) {
    .dropdown-menu.show,.top-notification-hide {
        display:none
    }
}

.user_profile_dropdown .for-single_menu {
    padding: 0;
    position: absolute
}

.user_profile_dropdown .for-single_menu a {
    padding: 6px 0 6px 16px;
    border-bottom: 1px solid #d6d6d6;
    color: var(--ixb-blue);
    font-weight: 600;
    font-size: 13px;
    font-family: LatoWebBold
}

@media (min-width: 768px) {
    .animate {
        animation-duration:.3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    100% {
        transform: translateY(0);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.ixambee_notification {
    cursor: pointer;
    margin-right: 20px;
    font-size: 22px;
    position: absolute;
    right: 120px;
    top: 12px;
    z-index: 990
}

.user_profile_dropdown a.welcome_new_user {
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.read-this-notification p,.read-this-notification span {
    color: #838383!important
}

.ixambee_notification svg {
    color: #2b2b2b;
    font-size: 18px
}

.ixambee_notification span.pending_notifications {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fc1515;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 50px;
    left: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.all_notifications_show {
    width: 380px;
    background: #fff;
    box-shadow: 0 5px 10px #ccc;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    z-index: 99999;
    display: none;
    text-align: left;
    right: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    top: 45px
}

.all_notifications_show ul li {
    list-style: none;
    position: relative
}

.all_notifications_show h2 {
    font-size: 22px;
    margin-bottom: 15px
}

.all_notification_inner_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    padding: 8px 5px
}

.all_notification_inner_container:hover {
    background-color: #f4f4f4;
    padding: 8px 5px;
    border-radius: 10px
}

.all_notification_inner_container .notification_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #7f7f7f
}

.all_notification_inner_container .notification_img img {
    object-fit: fill
}

.all_notification_inner_container p.notification_text {
    font-size: 14px;
    margin-left: 15px;
    width: 220px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    max-height: 65px;
    -webkit-line-clamp: 3;
    line-height: 18px
}

.all_notification_inner_container p.flex-width-cehck {
    max-width: 500px;
    width: auto
}

.all_notification_inner_container span.unread_messages {
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 50px;
    position: absolute;
    right: 14px
}

.see_all_notifications {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.see_all_notifications p {
    font-size: 18px;
    font-weight: 700
}

.active-notification {
    color: #266bff!important
}

.time-goes-here {
    font-size: 14px;
    position: relative;
    left: 15px;
    color: #007bff
}

.rbi_grade_b_header {
    background-color: #17468c;
    border: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 20px;
    text-align: center
}

button.toggle_for_mobile span:nth-of-type(2) {
    width: 20px
}

.nav_new_badge {
    position: absolute;
    top: 6px;
    font-size: 9px;
    background: #f68b29;
    padding: 2px 5px 0;
    border-radius: 2px;
    right: 0;
    color: #fff
}

.youtube-video-icon img {
    width: 13px;
    position: relative;
    top: 2px
}

.mobile-left-logo-section {
    text-align: center;
    display: none;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.mobile-left-logo-section a.all-exams-packages {
    background-color: #1b488d;
    padding: 8px 6px;
    border-radius: 10px;
    margin: 0 15px;
    color: #fff;
    text-decoration: none
}

.mobile-left-logo-section a.all-exams-packages:focus {
    background: #f78b29
}

.mobile-left-logo-section a img {
    width: 100px
}

.ref-and-earn-money {
    width: 12px;
    position: relative;
    top: 2px
}

@media(min-width: 992px) {
    .navigation-scrollbar {
        max-height:58vh;
        overflow-y: auto;
        overflow-x: hidden
    }

    .menu-l3-cs {
        margin: 10px 0!important
    }
}

@media(max-width: 991px) {
    .mobile-left-logo-section {
        display:block
    }
}

#exam-12 .row .col-sm-12:nth-of-type(7)::after,
#exam-2 .row .col-sm-12:nth-of-type(13)::after,
#exam-8 .row .col-sm-12:nth-of-type(10)::after,
#previous_year-13 .row .col-sm-12:nth-of-type(2)::after,
#exam-7 .row .col-sm-12:nth-of-type(7)::after,
#online_course-8 .row .col-sm-12:nth-of-type(2)::after,
#free_mock_test-7 .row .col-sm-12:nth-of-type(4)::after{
    background-color: #f78b29;
    color: #fff;
    font-size: 9px;
    position: absolute;
    right: 16px;
    top: 5px;
    content: "Notification";
    border-radius: 50px;
    padding: 3px 6px 0
}

@media(max-width: 767px) {
    .top_header_ticker {
        padding:2px 40px 2px 10px;
        flex-direction: column;
        margin-top: 60px
    }

    .top_header_ticker a {
        display: block!important
    }

    .top_header_ticker a span.new_badge {
        display: inline-block
    }

    .top-notification-hide {
        color: #2b2b2b;
        position: absolute;
        right: 15px;
        text-align: right;
        width: 25px;
        height: 25px
    }

    .ixambee_header_ticker_main {
        padding: 12px 30px
    }

    .all_notifications_show {
        left: -150px;
        width: 330px;
        top: 100%;
        max-height: 350px
    }

    .all_notification_inner_container p.notification_text {
        width: 210px
    }

    .all_notification_inner_container span.unread_messages {
        right: 0
    }

    .ixambee_notification {
        margin-left: 10px;
        margin-right: 10px;
        right: 130px;
        top: 15px
    }

    .user_profile_dropdown a.welcome_new_user {
        width: 120px;
        text-align: right
    }

    .ixambee_notification svg {
        color: #2b2b2b;
        font-size: 17px;
        position: relative;
        top: -5px
    }

    .ixambee_notification span.pending_notifications {
        width: 15px;
        height: 15px
    }

    #exam-12 .row .col-sm-12:nth-of-type(7)::after,#exam-2 .row .col-sm-12:nth-of-type(13)::after,#exam-8 .row .col-sm-12:nth-of-type(10)::after {
        top: -5px;
        padding: 2px 6px 0
    }
}
