.flag_notification::after,
.flag_recommended::after {
    font-size: 8px;
    position: absolute;
    right: 36px;
    top: -8px;
    border-radius: 50px;
    padding: 3px 6px
}

:root {
    --ixb-white: #fff;
    --ixb-black: #2b2b2b;
    --ixb-light: #f5f8ff;
    --ixb-sky-blue: #5483c8;
    --ixb-blue: #16478a;
    --ixb-orange: #f78b29
}

.notification_out {
    position: relative;
    padding: 8px 20px 0 0
}

.flag_recommended::after {
    background-color: #16478a;
    color: #f8f5f5;
    content: "Recommended"
}

.flag_notification::after {
    background-color: #f78b29;
    color: #fff;
    content: "Notification"
}

.flag_most_popular_mainNavOption::before,
.flag_notification_mainNavOption::before {
    color: #fff;
    font-size: 9px;
    border-radius: 50px;
    padding: 3px 0 0;
    width: 70px !important;
    text-align: center;
    top: 3px;
    right: 40px
}

.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;
    font-size: 13px;
    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
}

.flag_notification_mainNavOption::before {
    background-color: #f78b29;
    position: absolute;
    content: "Notification"
}

.flag_most_popular_mainNavOption::before {
    background-color: #a21805;
    position: absolute;
    content: "Most Popular"
}

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

@keyframes glowing {

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

    50% {
        color: #000
    }
}

.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
}

.ac-list-item,
.customeBlogNavBar,
.dropdown-account,
.footerLink h5,
.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: 1rem 20px .8rem .5rem !important
}

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

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

.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: 17px !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,
.textDarkGray,
ul.listTypeDisc>li {
    color: var(--ixb-black)
}

.headerShadow,
.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: #000 !important;
    border: solid 1px #000 !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: 0px
}

.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,
.social-icons a: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;
    position: relative
}

#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
}

.ac .is-open>.ac-list,
.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 {
    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 #000;
    box-shadow: inset 0 -15px 30px #000 5px 10px #000;
    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 #cfcfcf
}

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

.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
    }

    .flag_notification_mainNavOption::before {
        width: 16%
    }

    .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: 15px 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: -53px;
        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-weight: 700;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px
    }

    .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 {
    100% {
        -webkit-transform-webkit-transform: translateX(100%) translateX(0)
    }
}

@-webkit-keyframes slide-in {
    100% {
        transformtransform: translateX(100%) 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
}

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

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
}

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

.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
}

.userImg {
    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
}

.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-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-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: #f2f2f2
}

.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: 30px !important;
    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: -55px;
        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: #f5f5f5
    }

    .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%
    }
}

#more,
.loginbutton-for-mobile,
.online-course-banner:after,
.online-course-banner:before,
.userProfileIcon img {
    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 red;
        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: 10px
    }

    .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 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.add_name a:hover,
.nav_active {
    color: var(--ixb-orange) !important
}

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

.user_profile_dropdown .for-single_menu {
    padding: 0;
    position: absolute;
    margin-top: -15px
}

.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;
    font-size: 22px;
    position: absolute;
    z-index: 990
}

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

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

.ixambee_notification span.pending_notifications {
    position: absolute;
    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 {
    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
}

.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;
    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: 0
}

.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: 4px;
    font-size: 8px;
    background: #16478a;
    padding: 2px 5px 0;
    border-radius: 2px;
    right: 4px;
    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
}

.footerLink h3:after,
.footerLink ul li a::after {
    position: absolute;
    background: #f68b29;
    left: 0;
    content: ""
}

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

.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
    }
}

.closeCustomPopup,
.customPopup {
    display: flex;
    justify-content: center
}

.closeCustomPopup,
.customPopup {
    align-items: center
}

.closeThisBar {
    cursor: pointer
}

.footerLink a,
footer {
    color: var(--ixb-white) !important;
    font-size: 14px
}

footer {
    background: #f4f4f4;
    border-top: solid 4px #6ABE52;
    position: relative;
    padding: 10px;
}

.footerLink ul li a {
    font-size: 12px;
    color: #525252;
    position: relative;
    padding-left: 12px
}

.footerLink ul li a::after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 3px;
    opacity: 1 !important
}

.footerLink h3:after {
    border: 0;
    width: 40px;
    height: 3px;
    z-index: 1;
    margin-left: 0;
    bottom: -10px
}

.footerLink h3,
.footerLink h3 a {
    color: var(--ixb-white) !important;
    font-weight: 600;
    display: block;
    font-family: LatoWeb, sans-serif !important;
    font-size: .9rem;
    margin-bottom: 35px;
    position: relative
}

.companyDetails p,
.copyright h3 {
    margin-bottom: 0
}

.bottomfooter {
    padding-top: 15px;
}

.bottomfooter a img {
    width: 32px;
    height: 32px
}

.inner_footer {
    padding: 50px 20px
}

.copyright,
.social-icons {
    text-align: center
}

.footerText {
    color: #525252;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 50px 0
}

.footerLink ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.footerLink ul li {
    list-style: none;
    padding-bottom: 15px
}

ul.socialLink {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

ul.socialLink li {
    display: inline-block;
    margin-left: 15px
}

ul.socialLink li:first-child {
    margin-left: 0
}

.companyDetails {
    color: #666;
    margin: 0 0 15px
}

.companyDetails h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--ixb-white)
}

.copyright h5 {
    font-weight: 400;
    font-size: 14px
}

@media(max-width:990px) {
    .copyright h5 {
        text-align: center
    }

    .inner_footer {
        padding: 0 20px 20px 0
    }
}

.social-icons a {
    font-size: 2rem;
    color: #000;
    margin-right: 10px
}

.privacyPolicyNotification {
    text-align: center;
    background: #dde9f6;
    position: relative
}

.privacyPolicyNotification i {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px
}

#christmas_close {
    position: absolute;
    right: 10px;
    top: 6px
}

.profile-sidebar {
    padding: 20px 0 10px;
    background: #fff
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px
}

.profile-userbuttons .btn:last-child {
    margin-right: 0
}

.profile-userpic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 10px #ccc
}

.profile-userpic img {
    border-radius: 50px
}

.profileContainer {
    width: 100%;
    padding: .6rem;
    background: #d5e3f3;
    text-align: center;
    display: flex;
    align-items: center
}

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

.searchBoxShow,
.top_header_ticker a.header_top_new_ticker {
    display: block !important
}

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

.ixambee_header_ticker_main {
    padding: 3px 40px
}

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

.all_notification_inner_container p.notification_text {
    width: 210px
}

.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;
    right: 40px
}

.footerLink h5 a {
    margin-top: 30px;
    display: block
}

.privacyPolicyNotification {
    padding: 10px 45px;
    font-size: 12px
}

.privacyPolicyNotification p {
    line-height: 18px
}

.userProfileSectionBeRupee {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 10px;
    width: 80%;
    display: flex;
    flex-direction: column
}

a.beeRupeeWallet {
    position: relative;
    width: 100px;
    margin-left: 20px;
    top: 0;
    display: block
}

.userProfileSectionBeRupee p {
    text-align: left
}

.blinkNotification {
    animation: 2s infinite notificationColor-change
}

.backButtonForMobile {
    background: 0 0;
    color: #000;
    font-size: 13px
}

@keyframes notificationColor-change {

    0%,
    100% {
        color: #f68b29;
        border: 1px solid #f68b29
    }

    50% {
        color: #2b2b2b;
        border: 1px solid #ebebeb
    }
}

.remove_alert,
.success_alert {
    padding: 15px 20px;
    z-index: 99999;
    right: 20px;
    top: 20px;
    border-radius: 5px;
    position: fixed;
    color: #fff
}

.blinkNotification:after {
    animation: 2s infinite changeNotificationColor
}

@keyframes changeNotificationColor {

    0%,
    100% {
        background-color: #f78b29
    }

    50% {
        background-color: #5b96d5
    }
}

@media(min-width:768px) {

    #setting_dropdown,
    .dropdown-menu.show,
    .myhomeHideDesktop,
    .profileContainer,
    .top-notification-hide {
        display: none
    }

    .mega-menu-3 li a {
        color: var(--ixb-blue)
    }
}

.success_alert {
    background-color: #2db87c;
    max-width: 310px;
    transform: translateX(150%)
}

.remove_alert {
    background-color: #b82d2d;
    max-width: 500px
}

.success_alert.show {
    animation: 1s forwards show_slide
}

@keyframes show_slide {
    0% {
        transform: translateX(100%)
    }

    100%,
    40% {
        transform: translateX(-10%)
    }

    80% {
        transform: translateX(0)
    }
}

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #000
}

.beecoinIconMsg {
    width: 30px;
    height: 30px;
    margin-right: 15px
}

#coin_msg {
    display: flex;
    align-items: center
}

div#slide {
    min-height: 200px
}

#password2 {
    margin: 15px 0
}

.loginIdForOTP {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: .4rem .6rem;
    border-radius: 50px;
    display: inline
}

.loginIdForOTP::after {
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: 600
}

.loginIdForOTP i {
    font-size: 12px
}

.appDownloadSection {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #f1f1f1;
    padding: 5px;
    border: 1px solid #ccc;
    transform: translatey(150%);
    transition: transform .25s ease-in-out;
    width: 500px;
    box-shadow: 0 0 20px #000
}

#sale_start .close,
#timeStartNow::after,
.appDownloadCrossBtn {
    position: absolute;
    background-color: #fff
}

.appDownloadCrossBtn {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:562px) {
    .appDownloadSection {
        width: 100%
    }
}

.omg-popup {
    margin: auto;
    max-width: 320px
}

#christmas_modal .modal-content,
#sale_start .modal-content {
    overflow: hidden
}

#christmas_modal .modal-body,
#sale_start .modal-body {
    padding: 10px 10px 5px
}

#sale_start .close {
    top: 10px;
    z-index: 999;
    opacity: 1;
    padding: 0 10px;
    right: 10px
}

#timeStartNow span {
    z-index: 99;
    position: relative;
    margin-right: 4px
}

#timeStartNow::after {
    width: 100%;
    height: 20px;
    content: "";
    padding: 20px 0
}

#black_friday_sale .modal-content {
    background-color: transparent;
    border: 0
}

#black_friday_sale .close {
    opacity: 1;
    color: #fff
}

.customPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center
}

.contentSection {
    background-color: #fff;
    padding: 1rem;
    position: relative;
    margin: 2rem;
    max-width: 1024px !important
}

.contentSection img {
    width: 100%
}

.closeCustomPopup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #5f9ea0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10px;
    top: -10px;
    border-radius: 50px;
    cursor: pointer
}

#christmas_modal .close {
    position: absolute;
    right: 15px;
    top: 10px
}

.optSectionCenter {
    flex-direction: column;
    display: flex;
    align-items: center
}

.get_otp {
    margin: 0 5px !important
}

.welcome_new_user::after {
    right: 20px !important;
    top: 22px !important
}

.beeCoinHeadSection {
    position: absolute;
    min-width: 85px;
    right: 122px;
    top: 11px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #cbcbcb;
    padding: 2px 0 0;
    box-shadow: 2px 4px 0 #6c757d;
    transition: 90ms ease-in
}

.beeCoinHeadSection:focus {
    box-shadow: 0 0 0 #6c757d
}

.beeCoinHeadSection span {
    font-size: 12px;
    top: -2px;
    position: relative;
    color: #007bff
}

.beeCoinHeadSection img {
    width: 15px
}

a.downloadIxambeeApp {
    position: absolute;
    right: 115px;
    top: 7px
}

.add_name a,
.add_name a:hover {
    text-decoration: none;
    font-family: Roboto !important
}

#findYourFavJob .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9
}

.jobFindOption {
    display: flex
}

.findJobForAll .form-check {
    margin-right: 50px
}

.free_mock_test_min_height {
    min-height: 125px !important
}

.fmt_landing_view_fmt_class {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#myBtn {
    background: 0 0;
    color: #1a69dd
}

#myBtn:hover {
    color: #f58c29
}

@media(max-width:767px) {

    .box,
    .box-small,
    .box-ul li,
    .show_when_exam_start li {
        text-align: center;
        cursor: pointer
    }

    .top_header_ticker {
        padding: 2px 40px 2px 10px;
        flex-direction: column;
        margin-top: 0;
    }

    .blinkNotification {
        @import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap);
    }

    .custom-container,
    .custom-nav {
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        z-index: 40
    }

    .bold,
    .box {
        font-weight: 700
    }

    .loading-div,
    .overlay {
        left: 0;
        position: fixed
    }

    @media screen and (min-width:992px) {
        * {
            scrollbar-width: thin;
            scrollbar-color: #70778B #D1D8EB
        }

        ::-webkit-scrollbar {
            width: 9px;
            height: 9px;
            -webkit-appearance: none
        }

        ::-webkit-scrollbar-track {
            background: #d1d8eb
        }

        ::-webkit-scrollbar-thumb {
            background-color: #70778b;
            border-radius: 20px
        }
    }

    .purple,
    .purple_checked {
        height: 50px !important;
        margin-bottom: 0 !important;
        color: #fff !important
    }

    a strong,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Roboto Slab', serif
    }

    b,
    p,
    span,
    strong,
    ul li {
        font-family: Lato, sans-serif
    }

    #instructions_1 ul,
    #other_instructions_text_copy ul,
    ul {
        margin-left: 0px;
        padding: 0
    }

    .show_when_exam_start li {
        background: url(https://www.ixambee.com/v5/assets/images/questions-sprite.png) no-repeat;
        color: #fff;
        float: left;
        font-size: 1rem;
        font-weight: 400;
        height: 43px;
        line-height: 42px;
        margin-bottom: 10px;
        margin-right: 2px;
        width: 50px
    }

    .show_when_exam_start li.questionlisting {
        background-position: -157px -4px;
        color: #474747;
        height: 43px;
        line-height: 36px
    }

    .purple {
        background-position: -108px -1px !important;
        line-height: 40px !important
    }

    .purple_checked,
    .purple_checked:hover {
        background-position: -66px -178px !important
    }

    .purple_checked {
        line-height: 41px !important;
        margin-right: 5px !important;
        width: 49px !important
    }

    .box-selected,
    .red {
        background-position: -57px -3px !important;
        color: #fff !important
    }

    .box-selected:hover,
    .red:hover {
        background-position: -57px -124px !important
    }

    .green {
        background-position: -4px -5px !important;
        color: #fff !important
    }

    .green:hover {
        background-position: -4px -126px !important
    }

    #thisbody {
        overflow-x: hidden
    }

    #instructions_1 h4 {
        margin-top: 0
    }

    #instructions_1 h4 span,
    .instructions_2 h4 span,
    .instructions_2 h4 strong {
        font-size: 1.4rem;
        font-weight: 500;
        color: #5483c8;
        position: relative;
        margin: 20px 0;
        font-family: 'Roboto Slab', serif
    }

    #instructions_1 h4 span:after,
    .instructions_2 h4 span:after,
    .instructions_2 h4 strong:after {
        content: "";
        width: 92px;
        height: 4px;
        background-color: #f68b29;
        display: block;
        margin-top: 10px;
        border-radius: 10px
    }

    #instructions_1 ul li,
    .check_box_for_mocktest,
    .instructions_2 p span,
    .instructions_2 ul li {
        font-size: 1.1rem;
        letter-spacing: .6px;
        line-height: 1.8rem
    }

    #instructions_1 table {
        width: 100%;
        font-size: 1.1rem
    }

    #instructions_1 table tr:first-child td {
        background-color: #17468c;
        color: #fff
    }

    #instructions_1 table tr:last-child td {
        background-color: #e2e2e2
    }

    #instructions_1 table tr td {
        padding: 8px
    }

    .custom-container {
        width: 100%;
        padding: 20px
    }

    .float-right {
        float: right
    }

    .inline {
        display: inline-block
    }

    .newbackground {
        background-color: #d9edf7;
        min-height: 700px
    }

    .footer {
        position: fixed !important;
        box-shadow: 0 1px 0 #888, 0 -1px 18px #888;
        border-top: 2px solid #e3e3e3;
        z-index: 500
    }

    .clear-response,
    .mark-review,
    .next_1,
    .next_2,
    .report-issue,
    .save-next,
    .skip_section {
        letter-spacing: .24px;
        text-transform: uppercase;
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%)
    }

    .box-wrapper {
        display: block;
        clear: both;
        height: 200px;
        overflow-y: auto
    }

    .button-previous,
    .closeme,
    .for-solution,
    .fordirection,
    .forgroupquestion,
    .hidden,
    .instructions-listing,
    .line_for_direction,
    .line_for_groupquestion,
    .nehi_dikhana,
    .nodisplay,
    .show_before_exam_start2,
    .show_when_exam_start {
        display: none
    }

    .box,
    .box-small {
        display: inline-block;
        z-index: 40
    }

    .box-ul {
        list-style: none;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 8px;
        overflow: auto;
        background: rgb(166 220 247) !important
    }

    .box,
    .box-ul li {
        margin: 7px
    }

    .box-ul li {
        font-size: 16px;
        color: #000;
        float: left;
        width: 50px;
        padding: 4px 0 0;
        position: relative;
        border-radius: 4px
    }

    .box {
        width: 40px;
        height: 40px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        font-size: 1.2rem;
        background-color: #fff
    }

    .correct_answer {
        background: #d9f6e0 !important;
        border: 2px solid #8ad29b !important
    }

    .green_box {
        background-position: -6px -54px !important
    }

    .red_box {
        background-position: -41px -54px !important
    }

    .purple_box {
        background-position: -74px -54px !important
    }

    .white__box {
        background-position: -105px -54px !important
    }

    .line-separator {
        height: 1px;
        background: #717171;
        border-bottom: 1px solid #c6c6c6
    }

    .Unattamped,
    .box-small {
        background-color: #fff
    }

    .row-attampt {
        margin: 25px 0 15px
    }

    .box-small {
        height: 25px;
        width: 30px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        margin-bottom: -5px
    }

    .correct {
        color: #fff;
        background-color: green
    }

    .InCorrect {
        color: #fff;
        background-color: red
    }

    .singleline {
        padding: 0;
        margin: 0
    }

    .noofquestion {
        margin-top: 10px;
        margin-left: 8px
    }

    ul.options_url li span {
        font-size: 1.1rem
    }

    .singlequestion {
        padding: 10px 0;
        text-align: justify
    }

    .left-fix {
        margin-left: 30px
    }

    .margin-right {
        margin-right: 20px
    }

    .test-answers {
        list-style: none;
        padding-left: 0
    }

    .test-answers li {
        padding: 5px;
        display: block
    }

    .solution-underline {
        text-decoration: underline
    }

    .solution img {
        width: 80% !important
    }

    .maininstructions {
        margin-bottom: 90px;
        padding: 60px 20px 0 !important;
        text-align: justify
    }

    .boxlegend,
    .come_in_center,
    .feedback-heading,
    .feedback-summery,
    .ques-data {
        text-align: center
    }

    .btn-info-test {
        background-color: #a9d0f5;
        border-radius: 0;
        border: 1px solid #92c4f2;
        color: #333;
        text-shadow: 0 0 0 transparent
    }

    .btn-theme {
        color: #fff;
        background-color: #1fbad6;
        border-color: #1ca7c0;
        font-size: 11px
    }

    .boxlegend,
    .closeme {
        color: #000;
        cursor: pointer
    }

    .footer-inner {
        margin-top: 11px
    }

    .redclass {
        background-color: red !important
    }

    .blueclass {
        background-color: #00f
    }

    .greenclass {
        background-color: green
    }

    .greenclassimg {
        background-color: green !important
    }

    .queststionlisting_listing {
        padding: 10px;
        border-bottom: 1px solid #3e3e3e
    }

    .questionlisting_main {
        margin-bottom: 30px;
        display: none
    }

    .displayblock,
    .noofquestion,
    .show_before_exam_start {
        display: block
    }

    .showhide_wrapper {
        width: 100%;
        height: 100%;
        background-color: red;
        position: relative;
        top: 0;
        bottom: 0;
        z-index: 99
    }

    .backtoexams {
        width: 100px;
        margin: 0 auto
    }

    .margin-bottom {
        width: 100%;
        margin-bottom: 50px
    }

    .displayblock,
    .displaybox {
        margin-bottom: 10px
    }

    .pad10 {
        padding: 20px;
        font-size: 1.2rem
    }

    .displaybox {
        height: auto;
        width: 100%;
        margin-top: 30px
    }

    .displayboxhalf {
        padding: 0;
        margin: 0;
        width: 48%;
        height: auto;
        display: inline-block
    }

    .boxlegend {
        height: 30px;
        font-size: 1.2rem;
        margin: 7px;
        float: left;
        width: 30px;
        padding: 4px 0;
        border-radius: 4px;
        background: url(https://www.ixambee.com/v5/assets/images/questions-sprite.png) no-repeat
    }

    .boxlegend-text {
        padding-top: 7px;
        display: inline-block;
        font-size: 14px;
        line-height: 32px
    }

    .marked {
        background-color: #0d3ef1
    }

    .header-border {
        width: 100%;
        background-color: green;
        height: 20px
    }

    .overlay {
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, .9);
        z-index: 510;
        display: block
    }

    .btn_change {
        z-index: 1000 !important
    }

    .loading-div,
    .loading-div-with-string,
    .popup {
        margin: auto;
        z-index: 560;
        overflow-y: auto
    }

    .popup {
        width: 700px;
        height: auto;
        border: 5px solid #d5d5d5;
        background: #fafafa;
        border-radius: 2px;
        padding: 20px 20px 5px;
        display: none
    }

    .loading-div {
        width: 150px;
        height: 150px;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px
    }

    .loading-div-with-string {
        top: 30%;
        left: 30%;
        position: fixed;
        right: 0;
        bottom: 0;
        font-size: 20px
    }

    .closeme {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 22px !important
    }

    .closeme:hover {
        list-style: none;
        text-decoration: none
    }

    .checkboxset {
        width: 17px;
        height: 17px
    }

    .removing-padding {
        padding-left: 0 !important
    }

    .feedback-header {
        width: 100%;
        height: 120px;
        background-color: #f68b2c
    }

    .feedback-heading {
        font-size: 29px;
        padding-bottom: 10px;
        display: block;
        color: #fff
    }

    .feedback-summery {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .freez,
    .overcomedisable {
        height: 100%;
        width: 100%
    }

    .feedback-summery table {
        margin: 100px auto 0
    }

    .feedback-summery table tbody th td {
        padding: 20px;
        margin: 20px
    }

    .feedback-summery table td,
    .feedback-summery table th {
        height: 70px;
        padding: 30px
    }

    .margin-top {
        margin-top: 30px;
        display: block
    }

    .studentfont {
        font-size: 13px
    }

    .fordirection span,
    .getgroup_question {
        text-align: justify
    }

    .overcomedisable {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 101;
        display: block
    }

    .givingheight {
        height: auto;
        overflow-x: hidden;
        margin-bottom: 100px
    }

    .section_name {
        padding: 8px;
        margin-bottom: 2px;
        display: inline-block
    }

    .section_type {
        background-color: #d9edf7;
        margin: 0
    }

    .sections {
        background-color: #1fbad6;
        padding: 4px;
        margin-bottom: 2px;
        border-radius: 3px;
        cursor: pointer;
        margin-right: 5px;
        display: inline-block;
        font-size: 12px
    }

    .highlight-sections {
        background-color: #f68b29 !important;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, .13)
    }

    .right-padding {
        margin-right: 10px
    }

    .popup2 {
        width: 500px;
        height: 500px;
        border: 5px solid #d5d5d5;
        background: #fafafa;
        border-radius: 2px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 560;
        overflow-y: auto;
        padding: 20px;
        display: none
    }

    .overlay_new,
    .section_ends {
        left: 0;
        height: 100%;
        width: 100%;
        display: none
    }

    .margin10 {
        margin: 10px
    }

    .newmargin {
        margin: 6px 10px;
        padding: 3px 0 3px 3px
    }

    .section_ends {
        position: absolute;
        top: 100px;
        background: #fff;
        z-index: 500;
        text-align: center;
        vertical-align: middle;
        line-height: 90px
    }

    .section_ends p {
        font-size: 30px;
        margin-top: 30px
    }

    .overlay_new {
        position: fixed;
        top: 0;
        background: rgba(255, 255, 255, .9);
        z-index: 510
    }

    .clear-response,
    .next_1,
    .next_2,
    .report-issue,
    .skip_section {
        background-color: #9bcbff;
        border: 0;
        padding: 5px 20px;
        border-radius: 5px;
        color: #2b2b2b
    }

    .save-next,
    .submit_exam:hover {
        background-color: #17468c
    }

    .clear-response:hover,
    .mark-review:hover,
    .next_1:hover,
    .next_2:hover,
    .report-issue:hover,
    .save-next:hover,
    .show_hide_submit_button:hover,
    .skip_section:hover,
    .submit_exam:hover {
        opacity: .8
    }

    .submit_exam {
        border: 0;
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
        text-transform: uppercase
    }

    .mark-review,
    .save-next {
        padding: 5px 20px
    }

    .save-next {
        border: 0;
        border-radius: 5px;
        color: #fff
    }

    .mark-review {
        background-color: #9bcbff;
        border: 0;
        border-radius: 5px;
        color: #2b2b2b
    }

    .singlequestion img {
        width: 50%
    }

    .AM img {
        width: auto !important
    }

    .fordirection img,
    .forgroupquestion img {
        width: 100%
    }

    @media only screen and (max-device-width:650px) and (-webkit-min-device-pixel-ratio:2) {
        .submit_exam {
            text-align: center !important;
            width: 100% !important;
            margin-bottom: 2px;
            box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
            letter-spacing: .24px;
            text-transform: uppercase
        }

        .submit_exam_mobile {
            width: 65% !important
        }

        .sidebarbuttons {
            display: none !important
        }

        .reportaform_mobile {
            margin-right: 0 !important
        }

        .loading-div-with-string {
            width: 100%;
            padding: 0 115px;
            position: fixed;
            top: 30%;
            left: 5%;
            z-index: 560;
            overflow-y: auto;
            font-size: 20px
        }
    }

    .exam_time_left {
        text-align: right;
        position: relative;
        left: 0;
        top: 2px;
        border-radius: 4px;
        display: inline-block
    }

    .static_table {
        width: 100% !important
    }

    .right_side_hide_show {
        color: #fff;
        background-color: #17468c;
        height: 50px;
        width: 20px;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
        font-size: 24px;
        top: 50%;
        right: 0;
        border-radius: 5px 0 0 5px;
        z-index: 99;
        display: none
    }

    .mock_right_side {
        right: 0;
        transition: .3s
    }

    .mock_show_hide {
        position: absolute;
        right: -800px
    }

    .rotate_arrow {
        transform: rotate(-180deg)
    }

    .modal_back_button {
        background-color: #6c757d;
        padding: 5px 20px;
        border: 0;
        border-radius: 5px;
        color: #fff
    }

    .mock_option_active {
        border: 2px solid orange !important
    }

    .exam_time_left {
        background: #17468c;
        color: #fff;
        padding: 5px 10px;
        margin: auto auto 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 200px
    }

    select#drop {
        background-color: #d9edf7;
        padding: 2px 5px 5px;
        border-radius: 5px
    }

    .show_hide_submit_button {
        background-color: #17468c;
        cursor: pointer;
        border: 0;
        padding: 5px 20px;
        color: #fff;
        border-radius: 5px
    }

    .bg-color-Allevents {
        background-color: #f7f7f7;
        border-radius: 10px;
        border: 2px solid #eaeaea;
        min-height: 265px
    }

    .user-ask-something {
        display: flex;
        flex-direction: row;
        padding: 0 0 30px;
        border-bottom: 1px dashed #ededed;
        margin-bottom: 10px
    }

    .user-avatar-comment {
        display: block;
        padding: 0 1.5rem 0 0
    }

    .user-name-comment {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    #myTab--latest--update,
    .user-name-comment {
        justify-content: center
    }

    .udlite-avatar {
        background: 0 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        object-fit: contain;
        color: #fff;
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.2rem;
        border: 1px solid #ccc;
        padding: .2rem
    }

    .user--inner-sec {
        width: 100%;
        white-space: normal
    }

    .bg-color-Allevents h2 {
        color: #0056b3
    }

    .user--inner-sec h2 {
        font-size: 1.1rem
    }

    .user--inner-sec p {
        line-height: 18px;
        margin-top: 6px !important;
        font-size: 13px
    }

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

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

    .border-0 {
        border: 0 !important
    }

    .date-time-events {
        padding: 0 20px 10px;
        font-weight: 500
    }

    .date-time-events p {
        font-size: 14px;
        margin-bottom: 5px;
        white-space: break-spaces
    }

    .join-now-btn a,
    .join-now-btn button {
        background-color: #0056b3;
        padding: 6px 20px;
        display: inline-block;
        margin-bottom: 20px;
        margin-left: 20px;
        color: #fff;
        border-radius: 5px
    }

    .join-now-btn a:hover,
    .join-now-btn button:hover {
        text-decoration: none;
        background-color: #ffb539
    }

    .horizontal--scrollbar {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        flex-wrap: inherit;
        padding-bottom: 20px
    }

    div#whats_active {
        padding-top: 5rem;
        width: 100%;
        clear: both;
        display: block
    }

    .date-time-events span {
        font-weight: 600
    }

    #myTab--latest--update .nav-item .nav-link.active,
    #myTab--latest--update .nav-item .nav-link:hover {
        background-color: #0056b3;
        color: #fff !important;
        border-radius: 5px;
        position: relative
    }

    #myTab--latest--update .nav-item .nav-link.active::after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -10px;
        content: "";
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0056b3
    }

    #myTab--latest--update .nav-item .nav-link {
        cursor: pointer;
        border: 0;
        background-color: #ededec;
        border-radius: 5px;
        margin-left: 20px;
        color: #2b2b2b
    }

    @media(max-width:767px) {
        .right_side_hide_show {
            display: none !important
        }

        #thisbody {
            overflow-y: auto
        }

        .options {
            padding-bottom: 150px !important
        }

        #instructions_1 table,
        .check_box_for_mocktest,
        .height_of_questio_option_div strong,
        .question_div div,
        .question_div p,
        .question_div p div,
        ul.options_url li span {
            font-size: 1.4rem !important
        }

        #instructions_1 ul li,
        .instructions_2 p span,
        .instructions_2 ul li {
            font-size: 1.4rem
        }

        .section_buttons {
            font-size: 1.2rem !important
        }

        .bg-color-Allevents {
            min-width: 410px
        }

        .main-div {
            padding: 30px 30px 0 !important
        }
    }

    .userProfileIcon {
        width: 70px !important
    }

    .userProfileIcon img {
        display: block !important;
        width: 30px
    }

    .userProfileIcon .userWelcomeNav {
        display: none
    }

    .beeCoinHeadSection {
        position: absolute;
        min-width: 90px;
        right: 25px;
        top: 13px;
        background: #fff;
        border-radius: 50px;
        border: 1px solid #838383;
        padding: 2px 0 0;
        display: none
    }

    a.downloadIxambeeApp {
        position: relative;
        top: 5px;
        right: 5px;
        width: 120px;
        display: inline-block
    }

    .mb-btn-block {
        display: block;
        width: 100% !important
    }
}

.online-course-banner {
    background-image: none !important;
    background-color: transparent !important;
    color: #2b2b2b !important
}

.online-course-banner .custom-breadcrumb li.breadcrumb-item.active,
.online-course-banner h1,
.online_course_banner_detail p {
    color: var(--ixb-black) !important
}

.online-course-banner .custom-breadcrumb li a,
.online_course_banner_detail a.orange-theme-color:hover {
    color: #9b9b9b !important
}

#emptyform form div.form-group {
    margin-bottom: 1rem
}

.this_bold_hindi {
    font-weight: 800;
    margin: 20px 0
}

.ongoing_interview::before {
    background-color: #03a84e;
    position: absolute;
    content: "Ongoing Interview";
    color: #fff;
    font-size: 9px;
    border-radius: 50px;
    padding: 3px 0 0;
    width: 98px !important;
    text-align: center;
    top: -8px;
    right: 40px;
    z-index: 1
}

@media(max-width:767px) {
    .user_profile_dropdown {
        display: none
    }

    .recommendedForYouTop {
        margin-top: 0 !important
    }
}

.breadcrumb-item.active {
    background-color: transparent
}

.companyDetails h3
.companyDetails h3 a,
.companyDetails a,
.companyDetails p,
.companyDetails p a,
.copyright h3{
    color: #000 !important;
        font-weight: normal;
}

button#auto-button {
    background: #16478a;
    border: 0;
    font-size: 12px;
    margin-right: 14px;
}

