.create-free-account,
.create-free-account .wrapper-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.create-free-account {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    z-index: 999999;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    top: 0;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.signup-otp-screen.form-content.pop-hide {
    transform: translate(200%, 0);
    overflow: hidden;
    height: 0;
    -webkit-transform: translate(200%, 0);
    -moz-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    -o-transform: translate(200%, 0)
}

.create-free-account .wrapper-content {
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    border-radius: 14px;
    background: linear-gradient(to right, #fff, #edf3fa);
    max-width: 1050px;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 1px 86px rgba(0, 25, 65, .13);
    width: 90%;
    position: relative
}

.create-free-account .pattern {
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
    flex-basis: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.create-free-account .pattern img {
    max-width: 135px
}

.create-free-account .pattern h3 {
    font-size: 30px;
    line-height: 1.2
}

.create-free-account .signup-main-screen {
    width: 100%;
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.create-free-account .form-account {
    max-width: 45%;
    margin: 0 auto;
    flex-basis: 45%
}

.create-free-account .form-account .right-colume {
    background-color: rgba(255, 255, 255, .58);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    max-width: 351px;
    margin: 18px 0 18px auto;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .11)
}

.create-free-account .form-account .right-colume .embibe-account a {
    color: #001065;
    text-decoration: underline;
    font-size: 12px
}

.custom-checkbox {
    position: relative
}

.styled-checkbox {
    position: absolute !important;
    opacity: 0 !important;
    width: 18px;
    height: 18px
}

body .book-list {
    min-height: 370px
}

@media (min-width: 320px) and (max-width:350px) {
    .tab-mobile ul.mobile-new-tabs li {
        padding: 10px !important
    }
}

@media (max-width: 767px) {
    body .signup-popup {
        height: 100%
    }

    .sectiontitle .titlebgblue h1 {
        font-size: 22px
    }

    .create-free-account .form-account .right-colume .embibe-account {
        margin: 20px 0;
        display: block;
        position: relative;
        z-index: 999
    }

    .book-list .book-details .author-s span.author-name {
        display: block;
        margin-bottom: 0
    }

    body .tab-mobile ul.mobile-new-tabs li span {
        font-size: 9px !important;
        line-height: 1.6;
        display: inline-flex
    }

    .page-template-exam-books-list-second .quick-tab {
        top: 0 !important
    }

    .form-popup .form-inner {
        max-height: 380px
    }

    .create-free-account .form-account .right-colume {
        margin: 0 auto
    }

    .page-template-exam-books-list-second .tab-mobile,
    .single-exam .tab-mobile {
        margin-top: 0
    }

    body .book-list {
        min-height: 240px
    }

    .important-books .important-carousel .desc-right .description {
        margin-bottom: 0
    }

    body footer {
        z-index: 1;
        padding-bottom: 60px
    }

    body .embibe-menu {
        flex-basis: 60%;
        max-width: 60%
    }

    .mobile-latest-article .latest-card-main .card-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        min-height: 120px
    }
}

.create-free-account .form-account .right-colume h3 {
    font-size: 16px;
    color: #001065;
    text-transform: uppercase;
    margin: 0 0 20px
}

.create-free-account .form-account .right-colume form {
    position: relative
}

.create-free-account .form-account .right-colume .check.term {
    font-size: 12px;
    margin: 1.4rem 0 .5rem;
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #001065
}

.create-free-account .signup-otp-screen input,
.create-free-account .signup-otp-screen input[type=number] {
    font-family: "Lato-Bold";
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0;
    margin-right: 15px;
    height: 50px;
    background-color: transparent;
    text-decoration: none
}

.form-popup .form-inner .signup-otp-screen input[type=number],
.form-popup .form-inner .signup-otp-screen input[type=number]:focus,
.form-popup .form-inner .signup-otp-screen input[type=number]:visited {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0 0 6px;
    margin-right: 15px;
    line-height: 40px;
    height: 50px
}

.create-free-account .form-account .right-colume .check.term a {
    font-size: 12px
}

.create-free-account .form-account .right-colume input#agree {
    width: 15px;
    height: 12px;
    -webkit-appearance: auto;
    border: 1px solid #001065;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px
}

.create-free-account .form-account .right-colume .embibe-account {
    margin-top: 10px
}

@media (min-width: 1101px) and (max-width:1200px) {
    .create-free-account .form-account .right-colume .check.term {
        margin: 1.2rem 0 1rem
    }

    .create-free-account .form-account .right-colume input.button-md.primary-button {
        position: relative
    }
}

.create-free-account .signup-otp-screen .otpinput {
    margin: 2.5rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 360px
}

.create-free-account .signup-otp-screen .message-invalid,
.form-popup .form-inner .signup-otp-screen .message-invalid,
.please-enter-otp,
.signup-otp-screen form .incorrect-otp,
.signup-otp-screen form .otp-expired {
    position: absolute;
    color: red;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
    text-transform: inherit;
    margin-top: 0
}

.create-free-account .signup-otp-screen p.message-success {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    text-transform: inherit
}

.create-free-account .signup-otp-screen .Proceed {
    margin-top: 80px
}

.create-free-account .signup-otp-screen .Proceed a#otp-proceed-btn {
    margin-bottom: 10px;
    display: inline-block
}

.create-free-account .signup-otp-screen .Proceed p.resendotpwrapper {
    text-transform: inherit;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 180px;
    margin: 0 auto
}

.create-free-account .signup-otp-screen .Proceed p.resendotpwrapper a#resendotp_btn {
    text-decoration: underline;
    margin-top: 10px;
    display: block
}

.create-free-account .signup-otp-screen input[type=text] {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0;
    margin-right: 15px;
    background-color: transparent
}

.create-free-account .signup-otp-screen input[type=text]:last-child,
.form-popup .form-inner .signup-otp-screen input[type=text]:last-child,
input#sixth {
    margin-right: 0
}

.create-free-account:before {
    background: no-repeat padding-box rgba(226, 226, 226, .8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.signup-otp-screen.form-content.pop-show {
    position: relative;
    top: 0;
    left: 0;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    -moz-transform: translate(-200%, 0);
    -o-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    -webkit-transform: translate(-200%, 0);
    transform: translate(0, 0);
    height: auto
}

.signup-otp-screen {
    text-align: center
}

.signup-otp-screen .login_frm {
    font-size: 34px;
    font-weight: 500
}

.mobile-signup .signup-main-screen .login_frm {
    font-size: 24px
}

.signup-otp-screen form {
    max-width: 360px;
    position: relative;
    margin: 0 auto
}

.form-popup .signup-otp-screen h3 {
    font-size: 24px;
    text-align: center
}

@media (min-width: 320px) and (max-width:350px) {
    .create-free-account .form-account .right-colume {
        padding: 15px 20px
    }

    .create-free-account .form-account .right-colume .check.term,
    .create-free-account .form-account .right-colume .check.term a {
        font-size: 10px
    }

    .mobile-signup .form-popup {
        max-height: 430px
    }

    .form-popup .form-inner {
        max-height: 420px
    }
}

.pattern {
    text-align: center;
    max-width: 35%;
    margin: 0 auto;
    flex-basis: 35%
}

.signup-main-screen.form-content.pop-hide {
    position: relative;
    top: 50%;
    left: 50%;
    display: none;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    -moz-transform: translate(-170%, 0);
    -o-transform: translate(-170%, 0);
    -ms-transform: translate(-170%, 0);
    -webkit-transform: translate(-170%, 0);
    transform: translate(-170%, 0)
}

.wrapper-bg {
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 534px;
    padding: 30px 5%;
    justify-content: center;
    align-items: center;
    background-image: url(https://exams-assets.embibe.com/exams/wp-content/uploads/2022/05/31221553/pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.wrapper-bg .close {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 30px;
    display: block;
    height: 30px
}

.wrapper-bg .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #001065
}

.wrapper-bg .close span:first-child {
    transform: rotate(45deg)
}

.wrapper-bg .close span:nth-child(2) {
    transform: rotate(-45deg)
}

.form-popup .form-inner .signup-otp-screen .otpinput {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.resend-otp-successfull,
.send-otp-successfull {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
    text-transform: inherit;
    margin-top: 0;
    letter-spacing: 0;
    color: #008d36
}

input#agree_footer {
    top: 3px;
    position: relative
}

.form-popup .form-inner .signup-otp-screen p.message-success {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    text-transform: inherit
}

.form-popup .form-inner .signup-otp-screen .Proceed {
    margin-top: 50px
}

.form-popup .form-inner .signup-otp-screen .Proceed p.resendotpwrapper {
    text-transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 160px;
    margin: 0 auto
}

body .form-popup .form-content {
    min-height: 370px
}

.otpcounter-wrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative
}

span#otp_counter {
    border: 2px solid #001065;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: auto;
    color: #001065;
    line-height: 28px;
    left: auto;
    margin: 0 auto
}

.form-popup .form-inner .signup-otp-screen .Proceed p.resendotpwrapper a#resendotp_btn {
    text-decoration: underline;
    margin-top: 30px;
    display: block
}

.form-popup .form-inner .signup-otp-screen input[type=text] {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    margin-right: 15px
}

.form-inner .form-content {
    min-height: 270px;
    overflow: hidden;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.embibe-account-pop-up a.already_account-pop-up {
    text-decoration: underline
}

#agree_error,
#mcq_agree_error1,
#mcq_mobile_error1,
.error,
div#agree_error_footer {
    position: absolute;
    color: red;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 14px
}

.otp-field::-webkit-inner-spin-button,
.otp-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0 15px 0 0
}

p.resendotpwrapper span#otp_counter {
    display: block;
    position: inherit;
    margin: 10px auto
}

.point-to-remember,
figure.poster-img {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width: 1201px) and (max-width:1300px) {
    .flotingbar {
        z-index: 999
    }
}

.flotingbar .flotingbar-dis a {
    padding: .5rem 2.2rem
}

.exam-list-table .science-important .mb-6 {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) and (max-width:1000px) {
    .mobile-signup .form-popup {
        width: 100%
    }

    .mobile-signup .form-popup .form-inner {
        max-height: 330px;
        padding: 40px 100px
    }

    .create-free-account .form-account .right-colume {
        padding: 15px 20px
    }

    .flotingbar {
        display: none !important;
        padding: 0
    }

    .flotingbar .flotingbar-dis {
        padding: 15px 40px
    }

    html body .quick-tab {
        margin-top: 30px !important;
        padding-bottom: 20px;
        padding-top: 5px;
    }

    body .tab-mobile.fixed-tab {
        top: 74px
    }

    .exam-list-table .science-important .mb-6 {
        margin-bottom: 0
    }

    .in-menu-search-result .not-found {
        background-image: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
}

.Math_content_Book .point-to-remember h4 {
    color: #fff;
    padding: 0 20px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 103px
}

.point-to-remember {
    background-size: cover;
    min-height: 103px
}

@media (max-width: 767px) {
    .flotingbar .flotingbar-dis {
        padding: 12px 30px
    }

    p.resendotpwrapper span#otp_counter {
        margin: 20px auto
    }

    body .footer-slider .footer-award-slide .client-logo p {
        font-size: 18px
    }

    .flotingbar {
        display: none
    }

    body p,
    body ul li,
    ol li {
        line-height: 24px
    }

    .mobile-signup .form-popup {
        bottom: 0;
        height: 370px
    }

    body .examlistingouter .search-book-details ul li:first-child {
        margin-bottom: 0
    }

    body .point-to-remember {
        background-size: contain
    }

    body .Math_content_Book .point-to-remember h4 {
        font-size: 14px;
        padding: 0 20px !important
    }

    body .embibe-menu {
        flex-basis: 55%;
        max-width: 55%
    }

    body footer .copyright {
        padding: 20px 0 !important
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    vertical-align: text-top;
    width: 13px;
    height: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #010754;
    position: relative;
    top: 1px
}

.styled-checkbox:checked+label:before,
.styled-checkbox:hover+label:before {
    background: #fff
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.styled-checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: 2.5px;
    display: inline-block;
    font: 9px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #010754
}

body footer .footerouter .footerleft-col .footernav .footernav-col ul li {
    line-height: normal
}

body .footer-slider .footer-award-slide .client-logo p {
    font-size: 22px
}

body footer .footerouter .footerright-col .innerblock ul.socilamedia li a i {
    font-size: 18px
}

body .author-info {
    display: none
}

@media (max-width: 767px) {
    body .author-info {
        display: block
    }
}

figure.poster-img {
    background-size: cover;
    min-height: 257px
}

figure.poster-img .main_content {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 250px
}

figure.poster-img p {
    color: #fff;
    font-size: 14px
}

figure.poster-img h2 {
    font-size: 22px;
    color: #fff
}

figure.poster-img .learn_button {
    position: absolute;
    bottom: 40px;
    left: 30px
}

figure.poster-img .learn_button button {
    background: linear-gradient(#ffeb00, #ffc300, #ff9300) no-repeat padding-box;
    color: #000;
    text-transform: inherit;
    cursor: pointer;
    font-weight: 500;
    padding: .7rem 1.5rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    font-size: 14px;
    position: relative;
    width: 100%;
    border: 0
}

body .authorinfo ul li span {
    text-transform: uppercase
}

.exam-list-table figure.poster-img {
    min-height: auto
}

.important-books .important-carousel .desc-right .description {
    margin-bottom: 20px
}

.outline-button a.secondary-button {
    color: #001065 !important;
    border-color: #001065 !important;
    text-decoration: none !important
}

.primary-button {
    text-decoration: none !important
}

.accordion_popup:before {
    content: "";
    position: fixed;
    background-color: rgba(222, 222, 223, .46);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9
}

.single-book .accordion-wrapper .answer-list ul li pre {
    display: inline-block
}

.single-book .accordion-wrapper .answer-list ul li blockquote {
    padding: 0;
    display: inline-block;
    border-left: none;
    margin: 0;
    background-color: transparent
}

@media (min-width: 1700px) and (max-width:2560px) {
    .related-articles .related-article-slide .article-slide {
        max-width: 90%;
        min-height: 520px
    }
}

@media screen and (max-device-width: 767px) and (orientation:landscape) {
    body .burger {
        flex-basis: 5%;
        max-width: 5%
    }

    body .embibe-menu {
        flex-basis: 80%;
        max-width: 80%
    }

    body .quick-tab,
    body .quick-tab-mobile {
        padding-top: 20px;
        padding-bottom: 0
    }

    body footer {
        z-index: 1;
        padding-bottom: 50px
    }
}

@media (min-width: 1001px) and (max-width:1100px) {
    body .wrapper {
        display: block
    }

    body .burger {
        flex-basis: 5%;
        max-width: 5%
    }

    body .embibe-menu {
        flex-basis: 80%;
        max-width: 80%
    }

    body .examlistingouter {
        padding-right: 32px;
        width: calc(100% - 292px)
    }

    body .examlistingouter .search-book-details {
        padding: 30px 24px
    }

    body .examright {
        max-width: 292px
    }

    body .tab-mobile {
        top: 74px
    }

    .form-popup .form-inner {
        max-width: 600px;
        margin: 0 auto
    }

    .exam-list-table .science-important .mb-6 {
        margin-bottom: 1rem
    }

    .in-menu-search-result .not-found {
        background-image: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
}

.create-free-account,
.create-free-account .wrapper-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

body .authorinfo ul li span {
    text-transform: uppercase
}

.create-free-account {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    z-index: 999999;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    top: 0;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.signup-otp-screen.form-content.pop-hide {
    transform: translate(200%, 0);
    overflow: hidden;
    height: 0
}

.create-free-account .wrapper-content {
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    border-radius: 14px;
    background: linear-gradient(to right, #fff, #edf3fa);
    max-width: 1050px;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 1px 86px rgba(0, 25, 65, .13);
    width: 90%;
    position: relative
}

.create-free-account .pattern {
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
    flex-basis: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.create-free-account .pattern img {
    max-width: 135px
}

.create-free-account .pattern h3 {
    font-size: 30px;
    line-height: 1.2
}

.create-free-account .signup-main-screen {
    width: 100%;
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.create-free-account .form-account {
    max-width: 45%;
    margin: 0 auto;
    flex-basis: 45%
}

.create-free-account .form-account .right-colume {
    background-color: rgba(255, 255, 255, .58);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    max-width: 351px;
    margin: 18px 0 18px auto;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .11)
}

.create-free-account .form-account .right-colume .embibe-account a {
    color: #001065;
    text-decoration: underline;
    font-size: 12px
}

.custom-checkbox {
    position: relative
}

.styled-checkbox {
    position: absolute !important;
    opacity: 0 !important;
    width: 18px;
    height: 18px
}

body .book-list {
    min-height: 370px
}

@media (min-width: 320px) and (max-width:350px) {
    .tab-mobile ul.mobile-new-tabs li {
        padding: 10px !important
    }
}

@media (max-width: 767px) {
    .sectiontitle .titlebgblue h1 {
        font-size: 22px
    }

    .create-free-account .form-account .right-colume .embibe-account {
        margin: 20px 0;
        display: block;
        position: relative;
        z-index: 999
    }

    .book-list .book-details .author-s span.author-name {
        display: block;
        margin-bottom: 0
    }

    .form-popup .form-inner {
        max-height: 380px
    }

    .create-free-account .form-account .right-colume {
        margin: 0 auto
    }

    .important-books .important-carousel .desc-right .description {
        margin-bottom: 0
    }

    body footer {
        padding-bottom: 60px
    }
}

.create-free-account .form-account .right-colume h3 {
    font-size: 16px;
    color: #001065;
    text-transform: uppercase;
    margin: 0 0 20px
}

.create-free-account .form-account .right-colume form {
    position: relative
}

.create-free-account .form-account .right-colume .check.term {
    font-size: 12px;
    margin: 1.4rem 0 .5rem;
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #001065
}

.create-free-account .signup-otp-screen input,
.create-free-account .signup-otp-screen input[type=number] {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0;
    margin-right: 15px;
    height: 50px;
    background-color: transparent;
    text-decoration: none
}

.form-popup .form-inner .signup-otp-screen input[type=number],
.form-popup .form-inner .signup-otp-screen input[type=number]:focus,
.form-popup .form-inner .signup-otp-screen input[type=number]:visited {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0 0 6px;
    margin-right: 15px;
    line-height: 40px;
    height: 50px
}

.create-free-account .form-account .right-colume .check.term a {
    font-size: 12px
}

.create-free-account .form-account .right-colume input#agree {
    width: 15px;
    height: 12px;
    -webkit-appearance: auto;
    border: 1px solid #001065;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px
}

.create-free-account .form-account .right-colume .embibe-account {
    margin-top: 10px
}

@media (min-width: 1101px) and (max-width:1200px) {
    .create-free-account .form-account .right-colume .check.term {
        margin: 1.2rem 0 1rem
    }

    .create-free-account .form-account .right-colume input.button-md.primary-button {
        position: relative
    }
}

.create-free-account .signup-otp-screen .otpinput {
    margin: 2.5rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 360px
}

.create-free-account .signup-otp-screen .message-invalid,
.form-popup .form-inner .signup-otp-screen .message-invalid,
.please-enter-otp,
.signup-otp-screen form .incorrect-otp,
.signup-otp-screen form .otp-expired {
    position: absolute;
    color: red;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
    text-transform: inherit;
    margin-top: 0
}

.create-free-account .signup-otp-screen p.message-success {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    text-transform: inherit
}

.create-free-account .signup-otp-screen .Proceed {
    margin-top: 80px
}

.create-free-account .signup-otp-screen .Proceed a#otp-proceed-btn {
    margin-bottom: 10px;
    display: inline-block
}

.create-free-account .signup-otp-screen .Proceed p.resendotpwrapper {
    text-transform: inherit;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 180px;
    margin: 0 auto
}

.create-free-account .signup-otp-screen .Proceed p.resendotpwrapper a#resendotp_btn {
    text-decoration: underline;
    margin-top: 10px;
    display: block
}

.create-free-account .signup-otp-screen input[type=text] {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0;
    margin-right: 15px;
    background-color: transparent
}

.create-free-account .signup-otp-screen input[type=text]:last-child,
.form-popup .form-inner .signup-otp-screen input[type=text]:last-child,
input#sixth {
    margin-right: 0
}

.create-free-account:before {
    background: no-repeat padding-box rgba(226, 226, 226, .8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.signup-otp-screen.form-content.pop-show {
    position: relative;
    top: 0;
    left: 0;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    -moz-transform: translate(-200%, 0);
    -o-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    -webkit-transform: translate(-200%, 0);
    transform: translate(0, 0);
    height: auto
}

.signup-otp-screen {
    text-align: center
}

.signup-otp-screen .login_frm {
    font-size: 34px;
    font-weight: 500
}

.mobile-signup .signup-main-screen .login_frm {
    font-size: 24px
}

.signup-otp-screen form {
    max-width: 360px;
    position: relative;
    margin: 0 auto
}

.form-popup .signup-otp-screen h3 {
    font-size: 24px;
    text-align: center
}

@media (min-width: 320px) and (max-width:350px) {
    .create-free-account .form-account .right-colume {
        padding: 15px 20px
    }

    .create-free-account .form-account .right-colume .check.term,
    .create-free-account .form-account .right-colume .check.term a {
        font-size: 10px
    }

    .mobile-signup .form-popup {
        max-height: 430px
    }

    .form-popup .form-inner {
        max-height: 420px
    }
}

.pattern {
    text-align: center;
    max-width: 35%;
    margin: 0 auto;
    flex-basis: 35%
}

.signup-main-screen.form-content.pop-hide {
    position: relative;
    top: 50%;
    left: 50%;
    display: none;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    -moz-transform: translate(-170%, 0);
    -o-transform: translate(-170%, 0);
    -ms-transform: translate(-170%, 0);
    -webkit-transform: translate(-170%, 0);
    transform: translate(-170%, 0)
}

.wrapper-bg {
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 534px;
    padding: 30px 5%;
    justify-content: center;
    align-items: center;
    background-image: url(https://exams-assets.embibe.com/exams/wp-content/uploads/2022/05/31221553/pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.wrapper-bg .close {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 30px;
    display: block;
    height: 30px
}

.wrapper-bg .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #001065
}

.wrapper-bg .close span:first-child {
    transform: rotate(45deg)
}

.wrapper-bg .close span:nth-child(2) {
    transform: rotate(-45deg)
}

.form-popup .form-inner .signup-otp-screen .otpinput {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.resend-otp-successfull,
.send-otp-successfull {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
    text-transform: inherit;
    margin-top: 0;
    letter-spacing: 0;
    color: #008d36
}

input#agree_footer {
    top: 3px;
    position: relative
}

.form-popup .form-inner .signup-otp-screen p.message-success {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    text-transform: inherit
}

.form-popup .form-inner .signup-otp-screen .Proceed {
    margin-top: 50px
}

.form-popup .form-inner .signup-otp-screen .Proceed p.resendotpwrapper {
    text-transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 160px;
    margin: 0 auto
}

.otpcounter-wrapper {
    width: 100%;
    display: flex;
    text-align: center;
    margin: 25px auto 0;
    position: relative;
    justify-content: center
}

.form-popup .form-inner .signup-otp-screen .Proceed p.resendotpwrapper a#resendotp_btn {
    text-decoration: underline;
    margin-top: 30px;
    display: block
}

.form-popup .form-inner .signup-otp-screen input[type=text] {
    border-bottom: 2px solid #001065 !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #001065;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    margin-right: 15px
}

.form-inner .form-content {
    min-height: 330px;
    overflow: hidden;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.embibe-account-pop-up a.already_account-pop-up {
    text-decoration: underline
}

#agree_error,
#mcq_agree_error1,
#mcq_mobile_error1,
.error,
div#agree_error_footer {
    position: absolute;
    color: red;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 14px
}

.otp-field::-webkit-inner-spin-button,
.otp-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0 15px 0 0
}

p.resendotpwrapper span#otp_counter {
    display: block;
    position: inherit;
    margin: 10px auto
}

.point-to-remember,
figure.poster-img {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width: 1201px) and (max-width:1300px) {
    .flotingbar {
        z-index: 999
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    .mobile-signup .form-popup {
        width: 100%
    }

    .mobile-signup .form-popup .form-inner {
        max-height: 350px;
        padding: 40px 100px
    }

    .create-free-account .form-account .right-colume {
        padding: 15px 20px
    }

    .flotingbar {
        display: none !important;
        padding: 0
    }

    .flotingbar .flotingbar-dis {
        padding: 15px 40px
    }

    body footer {
        padding-bottom: 70px
    }

    body footer .copyright {
        padding: 20px 0 !important
    }
}

.Math_content_Book .point-to-remember h4 {
    color: #fff;
    padding: 0 20px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 103px
}

.point-to-remember {
    background-size: cover;
    min-height: 103px
}

@media (max-width: 767px) {
    .flotingbar .flotingbar-dis {
        padding: 12px 30px
    }

    p.resendotpwrapper span#otp_counter {
        margin: 20px auto
    }

    body .footer-slider .footer-award-slide .client-logo p {
        font-size: 18px
    }

    .flotingbar {
        display: none
    }

    body p,
    body ul li,
    ol li {
        line-height: 24px
    }

    .mobile-signup .form-popup {
        bottom: 0;
        height: 370px
    }

    body .examlistingouter .search-book-details ul li:first-child {
        margin-bottom: 0
    }

    body .point-to-remember {
        background-size: contain
    }

    body .Math_content_Book .point-to-remember h4 {
        font-size: 14px;
        padding: 0 20px !important
    }

    body .embibe-menu {
        flex-basis: 55%;
        max-width: 55%
    }

    body footer .copyright {
        padding: 20px 0 !important
    }
}

body footer .copyright {
    padding: 20px 10px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    vertical-align: text-top;
    width: 13px;
    height: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #010754;
    position: relative;
    top: 1px
}

.styled-checkbox:checked+label:before,
.styled-checkbox:hover+label:before {
    background: #fff
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.styled-checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: 2.5px;
    display: inline-block;
    font: 9px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #010754
}

body footer .footerouter .footerleft-col .footernav .footernav-col ul li {
    line-height: normal
}

body .footer-slider .footer-award-slide .client-logo p {
    font-size: 22px
}

body footer .footerouter .footerright-col .innerblock ul.socilamedia li a i {
    font-size: 18px
}

figure.poster-img {
    background-size: cover;
    min-height: 257px
}

figure.poster-img .main_content {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 250px
}

figure.poster-img p {
    color: #fff;
    font-size: 14px
}

figure.poster-img h2 {
    font-size: 22px;
    color: #fff
}

figure.poster-img .learn_button {
    position: absolute;
    bottom: 40px;
    left: 30px
}

figure.poster-img .learn_button button {
    background: linear-gradient(#ffeb00, #ffc300, #ff9300) no-repeat padding-box;
    color: #000;
    text-transform: inherit;
    cursor: pointer;
    font-weight: 500;
    padding: .7rem 1.5rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    font-size: 14px;
    position: relative;
    width: 100%;
    border: 0
}

.exam-list-table figure.poster-img {
    min-height: auto
}

.important-books .important-carousel .desc-right .description {
    margin-bottom: 20px
}

.outline-button a.secondary-button {
    color: #001065 !important;
    border-color: #001065 !important;
    text-decoration: none !important
}

.primary-button {
    text-decoration: none !important
}

.accordion_popup:before {
    content: "";
    position: fixed;
    background-color: rgba(222, 222, 223, .46);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9
}

.single-book .accordion-wrapper .answer-list ul li pre {
    display: inline-block
}

.single-book .accordion-wrapper .answer-list ul li blockquote {
    padding: 0;
    display: inline-block;
    border-left: none;
    margin: 0;
    background-color: transparent
}

@media (min-width: 1700px) and (max-width:2560px) {
    .related-articles .related-article-slide .article-slide {
        max-width: 90%;
        min-height: 520px
    }
}

@media screen and (max-device-width: 767px) and (orientation:landscape) {
    body .burger {
        flex-basis: 5%;
        max-width: 5%
    }

    body .embibe-menu {
        flex-basis: 80%;
        max-width: 80%
    }

    body .quick-tab,
    body .quick-tab-mobile {
        padding-top: 20px;
        padding-bottom: 0
    }

    footer {
        z-index: 1;
        padding-bottom: 50px
    }
}

@media (min-width: 1001px) and (max-width:1100px) {
    body .wrapper {
        display: block
    }

    body .burger {
        flex-basis: 5%;
        max-width: 5%
    }

    body .embibe-menu {
        flex-basis: 80%;
        max-width: 80%
    }

    body .examlistingouter {
        padding-right: 32px;
        width: calc(100% - 292px)
    }

    body .examlistingouter .search-book-details {
        padding: 30px 24px
    }

    body .examright {
        max-width: 292px
    }

    body .tab-mobile {
        top: 65px
    }

    .form-popup .form-inner {
        max-width: 600px;
        margin: 0 auto
    }

    .exam-list-table .science-important .mb-6 {
        margin-bottom: 1rem
    }

    footer .footerouter .footerleft-col .footernav .footernav-col ul li a {
        font-size: 14px !important;
    }
}

.loaders img {
    margin: 0 auto;
    display: block
}

section#book-detail div#breadcrumbs {
    background-color: transparent
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img .main_content {
        top: 15px !important;
        left: 28px !important
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img {
        min-height: 150px !important
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img h2 {
        font-size: 16px !important
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img p {
        font-size: 10px !important;
        line-height: 1.4 !important;
        padding: 0 12px 0 0
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img .learn_button {
        bottom: 25px !important
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    figure.poster-img .learn_button button {
        font-size: 12px !important;
        padding: .25rem 1rem !important
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    .class-banner .class-img img {
        max-width: 380px !important
    }
}

.wrapper-side #genesis-content p a {
    color: #1330b4;
    text-decoration: underline
}

.sidebar .examlist h4 {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto .5em
}

.yoast-field-group__title {
    position: relative;
    display: inline-block
}

.yoast-field-group_title span.yoast-help_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    padding: 2px
}

.yoast-field-group_title span.yoast-help_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    padding: 2px;
    margin-left: 3px
}

.single-booklisting .article-replace div:nth-child(2).sectiontitle {
    margin-top: 10px
}

table tbody th,
table tfoot th,
table thead th {
    line-height: 1.3 !important
}

.footer-slider .footer-inner-slide {
    max-width: 80%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .single-booklisting .quick-tab {
        padding-bottom: 5px;
        padding-top: 30px
    }

    .footer-slider .footer-inner-slide {
        max-width: 100%
    }

    .single-booklisting section.main-wrapper {
        padding-top: 10px
    }

    .archive .category .searchfilter .shorting input,
    .archive .category .searchfilter .shorting input:focus,
    .archive .category .searchfilter .shorting input:visited {
        box-shadow: 0 0 6px rgb(0 0 0 / 16%)
    }

    nav#mob_nav_menu>ul.pushNav.js-topPushNav.isOpen {
        overflow: hidden;
    }

    ul.secondary-screen .mob-menu-header label.sel-menu-label {
        display: -webkit-box !important;
        display: flex;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    nav#mob_nav_menu ul li .openLevel,
    nav#mob_nav_menu ul li a {
        padding: 0.9rem 1rem;
    }

    body ul.pushNav li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .list ul li::before {
        top: 22px !important;
    }

    .in-menu-search-result .not-found {
        background-image: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 320px) and (max-width: 380px) {

    nav#mob_nav_menu ul li .openLevel,
    nav#mob_nav_menu ul li a {
        padding: 0.9rem 1rem;
    }

    body .openLevel,
    body .closeLevel,
    body .pushNav a {
        padding: 0.9rem;
    }

    nav#mob_nav_menu ul li.closeLevel {
        margin-bottom: 0;
        padding-top: 0.5rem;
    }

    nav#mob_nav_menu ul li {
        padding-bottom: 0;
    }
}

ul.secondary-screen li.has-border {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

a[rel~="nofollow"] {
    text-decoration: underline !important;
}

header.fixed .overlay {
    top: 79px !important;
}

.hide-desktop {
    display: none;
}

header .header-wrap ul li:nth-child(11) .mega-menu-wrapper {
    right: 200px;
}

header .header-wrap ul li:nth-child(11) .mega-menu-wrapper:before {
    right: -230px;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .single-exams .quick-tab {
        margin-top: 70px !important;
    }

    .tab-mobile.fixed-tab {
        top: 62px !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .hide-mobile {
        display: none;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .hide-mobile {
        display: none;
    }
}

header .header-wrap .gt-signup-btn a {
    background: transparent linear-gradient(#ffeb00, #ffc300, #ff9300) 0 0 no-repeat padding-box;
    color: #141414;
    text-transform: inherit;
    font-weight: bold;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;
    font-size: 14px;
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    display: block !important;
}

header .header-wrap {
    align-items: center;
}

header .header-wrap .gt-signup-btn {
    display: block !important;
}

.flotingbar .flotingbar-dis a {
    z-index: 99;
}

body footer .footerouter .footerleft-col {
    width: 100%;
    padding: 40px 0 0px 0;
}

body footer .copyright {
    background-color: #14005a;
}

body footer .footerouter .footerleft-col .footernav {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_3 h4::after {
    max-width: 60%;
}

body footer .footerouter .footerleft-col .footernav .footernav-col h4::after {
    width: 100%;
    max-width: 60%;
    background-color: #A59DBF;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

body footer .footerouter .footerleft-col .footernav .footernav-col {
    flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body .footernav-col.footer_menu_1,
.footernav-col.footer_menu_2,
.footernav-col.footer_menu_3 {
    width: 23.333%;
}

body .footernav-col.footer_menu_4 {
    width: 30%;
}

body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_5 {
    width: 100% !important;
    display: block !important;
    padding-bottom: 80px;
}

body footer .footerouter h4 {
    position: relative;
}

body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_5 {
    padding-top: 80px;
}

body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_5 h4::after {
    max-width: 95%;
}

body footer .footerouter:before {
    content: none;
}

body footer .footerouter h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #A59DBF;
}

@media (max-width: 991px) {
    .footer-inner {
        border-top: none;
    }
}

@media (max-width: 991px) {
    .footer-inner {
        display: block;
    }
}

@media (max-width: 767px) {
    .footer-inner {
        display: block;
    }
}

@media (max-width: 991px) {
    .list {
        border-top: none;
    }
}

@media (max-width: 991px) {
    .list {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .list {
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .list {
        max-width: 270px;
    }
}

.list ul {
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .list ul {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.list ul li {
    padding: 13px 14px;
    position: relative;
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .list ul li {
        padding: 13px 10px;
    }
}

@media (max-width: 767px) {
    .list ul li {
        padding: 16px 12px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .list ul li {
        padding: 13px 10px;
    }
}

.list ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .list ul li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .list ul li a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .list ul li a {
        font-size: 12px;
    }
}

.list ul li:first-child {
    padding-left: 0;
}

.list ul li:nth-child(3)::before {
    display: none;
}

@media (max-width: 767px) {
    .list ul li:nth-child(4) {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .list ul li:nth-child(6) {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .list ul li:last-child ::before {
        display: none;
    }
}

.list ul li:nth-child(5)::before {
    display: none;
}

@media (max-width: 767px) {
    .list ul li:nth-child(7)::before {
        display: none;
    }
}

.list ul li:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .list ul li:last-child {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .list ul li:last-child::before {
        display: none;
    }
}

.list ul li::before {
    height: 14px;
    background-color: #fff;
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    display: none;
}

@media (max-width: 767px) {
    .list ul li::before {
        display: block;
    }

    .list ul li::before {
        top: 17px !important;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4::after {
        content: none;
    }
}

.social-media ul {
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .social-media ul {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

@media (max-width: 767px) {
    .social-media ul {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.social-media ul li {
    padding: 13px 14px;
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .social-media ul li {
        padding: 13px 11px;
    }
}

@media (max-width: 767px) {
    .social-media ul li {
        padding: 10px 3% 0;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .social-media ul li {
        padding: 13px 10px;
    }
}

.social-media ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.social-media ul li a img {
    max-width: 32px;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .social-media ul li a img {
        max-width: 30px;
    }
}

.social-media ul li:first-child {
    padding-left: 0;
}

.social-media ul li:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    footer .copyright .copyrightBox p {
        padding: 10px 0 0;
        text-align: center;
    }

    body .mobile-signup .form-popup {
        bottom: 0;
        height: 420px;
    }

    body .form-popup .form-inner {
        max-height: 420px;
    }

    body .form-popup .form-content .check.term label {
        padding-left: 20px;
    }

    footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        font-weight: 400;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_5 {
        padding: 10px 0;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        padding-right: 20px;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col ul li {
        margin: 10px 0;
    }

    footer .footerouter .footerleft-col .footernav .footernav-col h4:before {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    body .mobile-signup .form-popup .form-inner {
        max-height: 420px;
    }
}

@media (max-width: 991px) {
    footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        font-size: 24px;
        margin-bottom: 36px;
    }

    footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        font-weight: 400;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        padding-right: 20px;
    }

    body .form-popup .form-content .check.term label {
        padding-left: 20px;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col.footer_menu_5 {
        padding: 10px 0;
    }

    body .footernav-col.footer_menu_6 ul {
        column-count: 1;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4 {
        padding-right: 20px;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col ul li {
        margin: 10px 0;
    }

    footer .footerouter .footerleft-col .footernav .footernav-col {
        width: 100% !important;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4:before {
        display: block;
    }

    body footer .footerouter .footerleft-col .footernav .footernav-col h4::after {
        content: none;
    }
}

footer .footerouter .footerleft-col .footernav .footernav-col h4.active::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

footer .footerouter .footerleft-col .footernav .footernav-col h4:before {
    content: "" !important;
    width: 13px;
    height: 13px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: none;
}

.wp-block-table thead th {
    padding: 1.4rem 1rem;
    font-size: 18px;
}

.wp-block-table table thead {
    border-bottom: 0;
}

.wp-block-table tbody td {
    padding: 1rem;
}

@media (max-width: 767px) {
    .wp-block-table thead th {
        padding: 1rem;
        font-size: 14px;
    }

    .wp-block-table tbody td {
        padding: 0.8rem;
    }
}

body .footernav-col.footer_menu_5 ul {
    justify-content: flex-start;
}

body .footernav-col.footer_menu_5 ul {
    justify-content: flex-start;
}

.wp-block-table thead th {
    padding: 1.4rem 1rem;
    font-size: 18px;
}

.wp-block-table table thead {
    border-bottom: 0;
}

.wp-block-table tbody td {
    padding: 1rem;
}

@media (max-width: 767px) {
    .wp-block-table thead th {
        padding: 1rem;
        font-size: 14px;
    }

    .wp-block-table tbody td {
        padding: 0.8rem;
    }
}

.desktop_smart_banner {
    width: 100%;
    margin-top: 0;
}

header {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.alert-section {
    background: transparent linear-gradient(94deg, #00115A 0%, #3B0DEB 100%) 0% 0% no-repeat padding-box;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    padding: 0.3rem 0;
    max-height: 95px;
    margin-top: 0;
}

.wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-image: url(https://exams-assets.embibe.com/exams/wp-content/uploads/2024/01/lines_20240131141617.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-inner .wrapper-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 60%;
    max-width: 60%;
}

.wrapper-inner .wrapper-content .robot-img {
    padding-right: 0.5rem;
    width: 80px;
    height: 80px;
}

.langis-en .wrapper-inner .wrapper-content h2,
.langis-en .wrapper-inner .wrapper-content h2 span {
    font-size: 1.4rem;
}

.wrapper-inner .wrapper-content h2,
.wrapper-inner .wrapper-content h2 span {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 0;
    font-family: "Lato-Bold";
    font-weight: 500;
    margin-bottom: 0.2rem;
    text-align: left;
}

.alert-section .container {
    margin: 0.2rem auto;
    max-width: 1200px;
    width: 100%;
    padding: 0;
}

.wrapper-inner .wrapper-content p {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    font-family: "Lato-Bold";
    font-weight: 400;
    color: rgb(214, 214, 214);
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.desktop_smart_banner .alert-section a.primary-button {
    font-size: 12px;
    padding: 0.8rem 1.2rem;
    font-family: "Lato-Bold";
    font-weight: 400;
    background: transparent linear-gradient(180deg, #FFEB00 0%, #FFC300 49%, #FF9300 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    text-align: center;
    color: #141414;
    border-radius: 40px;
}

.right-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5px;
    max-width: 45%;
    flex-basis: 45%;
}

.right-section #scanCode a {
    color: #fff;
    background: #0000005D 0% 0% no-repeat padding-box;
    border: 1px solid rgb(255 255 255 / 96%) !important;
    padding: 0.75rem 1.2rem;
}

.right-section #scanCode a img {
    vertical-align: middle;
    margin-right: 1rem;
}

#scanCode {
    margin-right: 0;
}

.right-section>.button {
    margin-right: 1rem;
}

.alert-section .close {
    width: 35px;
    display: block;
    height: 20px;
}

.alert-section .close span {
    right: 0rem;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    top: 15px;
}

.alert-section .close span:nth-child(2) {
    transform: rotate(-45deg);
}

.alert-section .close span:first-child {
    transform: rotate(45deg);
}

.alert-active header {
    height: auto;
}

.language-selector .dropdown-scroll {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}

.language-selector .dropdown-scroll {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}

header .header-wrap {
    padding: 0 4rem;
}

.alert-active section.banner-main-section {
    padding-top: 9rem;
}

.alert-active header .desktop_smart_banner .container {
    background: transparent;
    padding: 0;
}

.alert-active header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.alert-active.single-post .sidebar.float-sidebar {
    top: 230px;
}

.single-post.alert-active .quick-tab {
    padding-top: 180px;
}

@media (max-width: 767px) {
    .alert-section .container {
        padding: 0 1.2rem;
    }

    .single-post.alert-active .quick-tab {
        padding-top: 120px;
    }

    .single-exams.alert-active .author-info {
        margin-top: 60px;
    }

    .single-exams.alert-active .tab-mobile {
        top: 150px !important;
    }

    .single-exams.alert-active .tab-mobile.fixed-tab {
        top: 138px !important;
    }

    .wrapper.large-hide {
        position: fixed;
        z-index: 11;
        top: 0px;
    }

    .alert-section {
        padding: 0.5rem 0 1rem;
        max-height: 95px;
        margin-top: 0;
    }

    .wrapper-inner p {
        max-width: 90%;
        font-size: 14px;
        font-family: "Lato-Bold";
        font-weight: 400;
        color: rgb(214, 214, 214);
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        top: -3px;
        position: relative;
        letter-spacing: -0.5px;
        max-width: 80%;
    }

    .right-section>.button {
        margin-right: 0.2rem;
    }

    div#smartBannerButtonGoalEvent a {
        font-size: 14px;
        font-family: "Lato-Bold";
        font-weight: 400;
        background: transparent linear-gradient(180deg, #FFEB00 0%, #FFC300 49%, #FF9300 100%) 0% 0% no-repeat padding-box;
        color: #141414;
        border-radius: 40px;
        white-space: nowrap;
        padding: 0.7rem 0.9rem;
        margin-left: 4%;
    }

    .alert-section .close {
        width: 19px;
        height: auto;
    }

    .alert-section .close span {
        right: 1rem;
        width: 14px;
        height: 3px;
        top: 5px;
    }

    .wrapper.large-hide {
        position: fixed;
        z-index: 999;
        top: 0px;
    }

    .alert-active .mobile-menu-header {
        top: 5.0rem;
    }

    .right-section {
        display: block;
        padding: 0;
    }

    .langis-mr .alert-section .wrapper-inner p,
    .langis-mr .right-section .button a.primary-button {
        font-size: 13px !important;
    }

    .langis-ta .alert-section .wrapper-inner p,
    .langis-ta .right-section .button a.primary-button,
    .langis-ml .alert-section .wrapper-inner p,
    .langis-ml .right-section .button a.primary-button {
        font-size: 9px !important;
    }

    .langis-ta .alert-section .button a.primary-button,
    .langis-ml .alert-section .button a.primary-button {
        display: block;
        text-align: center;
        white-space: inherit;
        font-size: 9px !important;
    }

    .langis-te .alert-section .wrapper-inner p,
    .langis-te .right-section .button a.primary-button,
    .langis-hi .alert-section .wrapper-inner p,
    .langis-hi .right-section .button a.primary-button {
        font-size: 12px !important;
    }

    .right-section .button a.primary-button {
        padding: 0.7rem !important;
        font-size: 13px;
    }

    .langis-te .right-section,
    .langis-ml .right-section {
        display: block;
        padding: 0;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .single-exams.alert-active .quick-tab {
        top: 126px;
    }

    .single-booklisting.alert-active .quick-tab,
    .single-exams.alert-active .quick-tab {
        top: 100px !important;
        padding: 0;
    }

    .single-booklisting.alert-active .quick-tab.fixed-tab {
        position: fixed;
        width: 100%;
        height: auto;
        top: 154px !important;
    }

    .single-booklisting.alert-active .quick-tab.fixed-tab div#breadcrumbs-mobile {
        display: block;
    }
}

@media(min-width: 320px) and (max-width:470px) {

    html .alert-section .wrapper-inner p,
    html .right-section .button a.primary-button {
        font-size: 14px;
        font-weight: 400;
    }

    .alert-active section.banner-main-section {
        padding-top: 12rem;
    }

    .alert-section .wrapper-inner p {
        max-width: max-content;
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .alert-section .wrapper-inner .wrapper-content .robot-img img {
        max-width: 80px;
    }

    .alert-section .wrapper-inner .wrapper-content h2,
    html .alert-section .wrapper-inner .wrapper-content h2 span {
        font-size: 20px;
    }

    html .alert-active .desktop_smart_banner .alert-section a.primary-button,
    html .right-section div#scanCode a {
        font-size: 12px;
        padding: 0.8rem 1rem;
    }

    .alert-active header .desktop_smart_banner .container {
        max-width: 95%;
    }
}

.single-exams header.fixed .header-wrap .currentmenu .mega-menu-wrapper .overlay,
.single-booklisting header.fixed .header-wrap .currentmenu .mega-menu-wrapper .overlay {
    top: 0px !important;
}

.alert-active header {
    padding: 0;
}

.desktop_smart_banner .header-wrap {
    padding: 0;
}

header .header-wrap {
    padding: 0;
}

.alert-active section.inner-banner .right-form {
    padding-top: 6rem;
}

html .single-booklisting .alert-active .quick-tab,
html .single-exams .alert-active .quick-tab {
    top: 160px;
    padding-top: 10px;
}

.single-exams.alert-active .quick-tab {
    top: 171px;
}

.single-booklisting.alert-active .quick-tab {
    top: 171px;
    padding: 0;
}

.alert-active .tab-mobile {
    top: 220px !important;
}

.quick-tab,
.quick-tab-mobile {
    background-color: #fff;
    z-index: 9999;
}

.alert-active section.inner-banner .container {
    padding-top: 4rem;
}

html .single-exams .quick-tab,
html .single-booklisting .quick-tab {
    z-index: 9999;
}

.search-results.alert-active .quick-tab,
.search-no-results.alert-active .quick-tab,
.category.alert-active .quick-tab,
.page-template-template-all-lab-experiments.alert-active .quick-tab {
    margin-top: 70px !important;
}

.alert-active .float-sidebar {
    top: 300px;
}

.subscription .mc-field-group span {
    position: relative;
    padding-top: 40px;
}

.wrapper-inner .wrapper-content h2,
.wrapper-inner .wrapper-content .smart-heading,
.wrapper-inner .wrapper-content h2 span,
.wrapper-inner .wrapper-content .smart-heading span {
    font-size: 1.3rem;
    font-family: "Lato-Bold";
}

html .right-section div#smartBannerButtonGoalEvent .smartbanner_download {
    font-size: 15px;
    padding: .8rem 1.2rem;
    font-weight: 400;
    text-align: center;
    color: #141414;
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none !important;
    text-transform: none;
    font-weight: 400;
    padding: .7rem 1rem;
    font-size: 12px;
    background: transparent linear-gradient(180deg, #FFEB00 0%, #FFC300 49%, #FF9300 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    letter-spacing: normal;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}