@font-face {
    font-family: "poppings-sembold";
    src: url("../font/Poppins-SemiBold_0.ttf") format("woff"),
        url("../font/Poppins-SemiBold_0.ttf") format("opentype"),
        url("../font/Poppins-SemiBold_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppings-bold";
    src: url("../font/Poppins-Bold_0.ttf") format("woff"),
        url("../font/Poppins-Bold_0.ttf") format("opentype"),
        url("../font/Poppins-Bold_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppings-regular";
    src: url("../font/Poppins-Regular_0.ttf") format("woff"),
        url("../font/Poppins-Regular_0.ttf") format("opentype"),
        url("../font/Poppins-Regular_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppings-medium-italic";
    src: url("../font/Poppins-MediumItalic_0.ttf") format("woff"),
        url("../font/Poppins-MediumItalic_0.ttf") format("opentype"),
        url("../font/Poppins-MediumItalic_0.ttf") format("truetype");
}

@font-face {
    font-family: "teko-bold";
    src: url("../font/Teko-Bold_0.ttf") format("woff"),
        url("../font/Teko-Bold_0.ttf") format("opentype"),
        url("../font/Teko-Bold_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppings-light";
    src: url("../font/Poppins-Light_0.ttf") format("woff"),
        url("../font/Poppins-Light_0.ttf") format("opentype"),
        url("../font/Poppins-Light_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppins-extrabold";
    src: url("../font/Poppins-ExtraBold_0.ttf") format("woff"),
        url("../font/Poppins-ExtraBold_0.ttf") format("opentype"),
        url("../font/Poppins-ExtraBold_0.ttf") format("truetype");
}

@font-face {
    font-family: "poppins-semibold";
    src: url("../font/Poppins-SemiBold_0.ttf") format("woff"),
        url("../font/Poppins-SemiBold_0.ttf") format("opentype"),
        url("../font/Poppins-SemiBold_0.ttf") format("truetype");
}

body {
    width: 100%;
    background-image: url(../Nimg/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-color: #200a30; */
    /* overflow: scroll; */
    overflow-x: hidden;
    /* height: 100vh; */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.desk_background {
    /* background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding-top: 10px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(182, 181, 181, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(163, 85, 132);
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.5);
}

.logo{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo img{
    width: 95%;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    padding: 10px;
    margin-bottom: 1vh;
}

.header .points {
    position: relative;
    width: 120px;
}

.header .header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .middle_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.middle_heading h3 {
    font-size: 2vw;
    text-align: center;
    color: white;
}

.header .userpoints {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;


}

.header .userpoints p {
    color: white;
    font-family: "teko-bold";
    margin: 0px;
    font-size: 2vw;
}

.header .speaker img {
    width: 40px;
    cursor: pointer;
    float: right;
}

.header .finish img {
    width: 40px;
    cursor: pointer;
}

.header .points img {
    width: 120px;
}

.overflow-scroll {
    overflow: auto;
    height: 90vh;
}

.img_width1 {
    width: 50%;
    padding-top: 2vh;
}

.img_width3 {
    padding-top: 2vh;
    width: 50%;
    float: right;
}

.img_width2 {
    width: 21%;
    padding-top: 2vh;
    float: right;
    margin-right: -23vh;
}

.box_header {
    text-align: center;
    padding: 10px;
    position: relative;
}


/*  Bhupesh Css */


section.categories .category_area {
    position: relative;
    padding: 15px;
    width: 80%;
    margin: auto;
}

section.categories .category_area .category_name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.categories .category_area .category_name a {
    text-decoration: none;
    color: white;
    width: 80%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

section.categories .category_area .category_name h5 {
    font-family: "teko-bold";
    font-size: 28px;
    word-break: break-word;
}

.header_quiz {
    background-image: url('../images/blank_sheet.png');
}

.quiz .questions_strip {
    margin-top: 4vh;
    position: relative;
}

.questions_timer {
    position: relative;
    width: 73%;
    margin: auto;
}

.questions_timer .timer {
    position: absolute;
    top: 0;
    width: 11%;
    height: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questions_timer .timer .time {
    font-size: 29px;
    font-family: "teko-bold";
    color: white;
}

.questions_timer .question {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.questions_timer .question .question_area {
    height: 20vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    width: 82%;
}

.questions_timer .question .question_count {
    color: white;
    font-family: "teko-bold";
    font-size: 4vw;
    margin: 0px;
}

.questions_timer .question .question_text {
    color: white;
    font-family: "teko-bold";
    font-size: 1.5vw;
    width: 100%;
    text-align: center;
}

.answers_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.answers_area .options {
    position: relative;
    cursor: pointer;
}

.answers_area .options .answer {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    text-align: center;
    margin: auto;
}

.answers_area .options .answer p {
    color: white;
    font-family: "teko-bold";
    font-size: 24px;
    height: 12vh;
    margin: 0px;
    width: 90%;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: auto;
}

.answers_area .options .answer .select_options {
    position: absolute;
    bottom: -8%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.answers_area .options .answer .select_options img {
    width: 50%;
}

.quiz_completed {

    /* background-color: #612764; */
    padding: 10px;
    width: 65%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    flex-direction: column;
    margin: auto;
    margin-top: 5vh;
    background-image: linear-gradient(to right, #520d56, #9f22a1 400px, #520d56);

}

.quiz_text {
    font-size: 3rem;
    color: white;
    font-family: "poppings-bold";
    margin-bottom: 0px;
}

.quiz_score {
    color: white;
    font-family: "poppings-bold";
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0px;
}

.quiz_msg {
    font-size: 20px;
    color: white;
    font-family: "poppings-regular";
    font-weight: 600;
}

.quiz_msg1 {
    font-size: 2rem;
    color: white;
    font-family: "poppings-regular";
}

.finishnew {
    text-align: center;
    cursor: pointer;
    color: white;
    font-family: "poppings-bold";
}

.quiz_completed .finish {
    text-align: center;
    cursor: pointer;
}

.quiz_completed .finish img {
    width: 100%;
}

.answers_row {
    display: flex;
}

.answer .alphabet {
    position: absolute;
    top: -18%;
}

.answer .alphabet img {
    width: 60%;
}

.alphabet .alpha-text {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    height: 100%;
    color: white;
    font-family: "poppings-bold";
}

.strip_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    margin: auto;
    text-align: center;
}

.quiz .questions_strip .number-ball {
    margin: 5px;
    border-radius: 50%;
    min-width: 33px;
    min-height: 33px;
    text-align: center;
    color: white;
    font-family: 'teko-bold';
    font-size: 19px;
    align-items: center;
    border: 3px solid #fff;
    -webkit-box-shadow: 5px 5px 11px 2px rgb(0 0 0 / 65%);
    -moz-box-shadow: 5px 5px 11px 2px rgb(0 0 0 / 65%);
    box-shadow: 5px 5px 11px 2px rgb(0 0 0 / 65%);
}

.quiz .questions_strip .success {
    background-image: linear-gradient(to bottom, #28a745 0%, #09591c 100%) !important;
}

.quiz .questions_strip .failed {
    background-image: linear-gradient(to bottom, #dc3545 0%, #7e121c 100%) !important;
}


.left_ads {
    position: absolute;
    left: 0;
    width: 15%;
    height: 100%;
    margin-top: 16vh;
}

.right_ads {
    position: absolute;
    right: 0;
    width: 15%;
    height: 100%;
    margin-top: 16vh;
}

.head_top {
    width: 100%;
    /* margin: 10px auto 20px; */
    display: block;
    height: auto;
    min-height: 140px;
    padding: 0 54px;
    position: relative;
    background-color: whitesmoke;
}

.head_top .top_header_left {
    float: left;
    width: 230px;
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 5px;
}

/* .head_top .top_header_left .bl_big_logo {
    width: 230px;
    display: block;
}

.head_top .top_header_left .bl_big_logo .bl_logo_lang .brandlogo {
    margin-top: 15px;
} */

.footer .bl_aboutLinksWrap {
    background-color: #313131;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks {
    /* width: 1220px; */
    margin: 0 auto;
    display: block;
    height: 160px;
    background-color: #313131;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .copyright_txt {
    /* float: left; */
    color: #a2a2a2;
    font-size: 12px;
    /* margin-top: 60px; */
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .bl_footer_logo {
    /* float: left; */
    /* width: 40.001%; */
    text-align: center;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .bl_footer_logo .brandlogo {
    text-align: center;
    margin-top: 42px;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .bl_footer_logo .tw_handle .tw_handle_alink {
    font-size: 16px;
    color: #ff2d2d;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .socialLinks {
    float: left;
    width: 30.001%;
    margin-top: 60px;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .socialLinks ul {
    text-align: right;
}

.footer .bl_aboutLinksWrap .bl_aboutLinks .socialLinks ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer .bl_menulinksWrap {
    background-color: #2d2d2d;
    text-align: center;
    height: 61px;
}

.footer .bl_menulinksWrap .bl_menulinks {
    width: 1220px;
    margin: 0 auto;
    display: block;
    background-color: #2d2d2d;
}

.footer-ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

ul.navbar-nav {
    display: table;
    width: 100%;
}

.fixed {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999999;
}

.main-menu {
    /* height: 50px; */
    padding: 0rem 0rem;
    z-index: 900000;
    background: linear-gradient(to left, #a617be, #f32c89, #f32c89, #f32c89, #f32c89, #a617be);
}

.logo_sticky {
    display: none;
}

.fixed .logo_sticky {
    display: block;
    position: relative;
    top:0px;
    left:0px;
}

.logo_sticky .logo_txt {
    position: fixed;
    top: 0;
    left: 0;
    width: 85px;
    font-size: 34px;
    height: 0;
    border-bottom: 53px solid #f32c89;
    border-right: 35px solid transparent;
    color: #fff;
    padding-left: 12px;
    font-weight: 700;
}

.fixed ul.navbar-nav {
    margin-left: 100px;
}

.nav-link {
    color: #f2f2f2 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.nav-link:hover,
.nav-link:hover i {
    color: #000 !important;
}

.nav-item {
    margin-right: 0px;
    float: left;
    padding: 5px 0px;
}

/* .nav-item-search{
    margin-right: 5px;
    float: left;
    padding: 5px 0px;
    margin-top: -45px;
} */

.socialSearch {
    float: right;
    /* margin-right: 0px !important;
    margin-top: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* li.nav-item:last-child {
    float: right;
} */

.socialSearch a {
    margin: 5px;
}

.socialSearch a.search {
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.socialSearch a i {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
}

.socialSearch a.spt i:after {
    content: '';
    height: 18px;
    background: #fff;
    opacity: 0.5;
    display: inline-block;
    width: 1px;
    vertical-align: middle;
    margin-left: 10px;
}

.socialSearch a:last-child i:after {
    display: none;
}

.show_next_data {
    cursor: pointer;
}

.options {
    display: flex;
    justify-content: center;
}

.congratsgif {
    width: 11%;
}

.score {
    background: #370377;
    padding: 10px 29px 10px 29px;
    border-radius: 10px;
    margin-bottom: 17px;
    box-shadow: 10px 15px 15px 10px transparent;
}

/* language css start */
.dropdown {
    position: relative;
    display: inline-block;
}

.language-bl {
    color: blue;
}

.dropdown-content {
    display: none;
    border-radius: 4px;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 200px;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999999;
    left: 0px;
    top: 45px;
    padding-bottom: 6px;
}

.language-drp {
    width: auto;
    padding: 0 10px 0;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.language-drp {
    background: #ddd;
    border-radius: 50px;
    padding: 0 20px 0px 10px;
    margin-left: 10px;
    font-weight: 600;
}

.dropdown-content a {
    color: black;
    font-weight: 500;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.radioCircle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.show {
    display: block !important;
}

.language-drp:before {
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    border: 1px solid #000;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    right: 8px;
    background: none;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    right: 37%;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #f7f7f7;
}

.active .radioCircle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 1px solid #f32c89;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.active .radioCircle::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #f32c89;
    vertical-align: middle;
    position: absolute;
    left: 3px;
    top: 3px;
}

/* ANIMATED X */
.navbar-toggler.x {
    border: none;
    /* width: 100%; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translateY(-4px) translateX(-3px);
    transform: rotate(45deg) translateY(-4px) translateX(-3px);
}

.navbar-toggler.x .icon-bar {
    width: 20px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 25px;
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.drpMore_li {
    float: left;
}

.drpMore {
    position: relative;
    cursor: pointer;
    z-index: 9999;
    display: inline-block;
    padding: 13px 0px;
    color: #ffffff;
    margin-left: -18px;
    margin-right: 43px;
}

.drpMore .fa {
    padding: 0px 20px;
}

.drpMore-content {
    background: #f3f3f3;
    display: none;
    z-index: 9999;
    position: absolute;
    right: -50px;
    top: 50px;
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
    padding: 12px 0px;
    z-index: 1;
}

.drpMore-content a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 7px 12px;
    font-size: 13px;
}

.drpMore:hover .drpMore-content {
    display: block;
    color: #666666;
    z-index: 9999;
}

.drpMore:hover .drpMore-content a:hover {
    background: #dddddd;
    color: #333333;
}

/* language css end */


/* language2////////// */
.ae-dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999999;
}

.ae-dropdown .ae-select {
    position: relative;
    z-index: 99999999999;
}

.language_choose_text {
    color: blue;
}

span.swith_text {
    cursor: not-allowed;
}

.ae-select-content {
    background: #ddd;
    border-radius: 50px;
    padding: 5px 20px 5px 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.ae-select-content:before {
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    border: 1px solid #000;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    right: 8px;
    background: none;
}

.ae-dropdown .ae-select.chosen {
    color: #333;
}

.ae-dropdown .ae-select .down-icon,
.ae-select .up-icon {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 999999999999;
}

.dropdown_menu_lang {
    border-radius: 4px;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 200px;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999999;
    left: 0px;
    top: 45px;
    padding-bottom: 6px;
}

.dropdown_menu_lang::before {
    content: '';
    position: absolute;
    right: 37%;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #f7f7f7;
}

.ae-dropdown .ae-select {
    cursor: pointer;
}

.ae-dropdown .dropdown_menu_lang>li {
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.dropdown_menu_lang li a {
    color: black;
    font-weight: 500;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
}

.dropdown_menu_lang .radioCircle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.dropdown_menu_lang .selected .radioCircle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 1px solid #f32c89;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dropdown_menu_lang .selected .radioCircle::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #f32c89;
    vertical-align: middle;
    position: absolute;
    left: 3px;
    top: 3px;
}

.ae-dropdown .dropdown_menu_lang>li>a:focus,
.ae-dropdown .dropdown_menu_lang>li>a:hover {
    background: none;
}

.ae-disabled {
    pointer-events: none;
}

.ae-hide {
    display: none;
}

ul.dropdown_menu_lang {
    list-style-type: none;
}

ul.ddropdown_menu_lang {
    margin: 0px;
    padding: 5px;
    border: 1px solid #ccc;
}

ul.dropdown_menu_lang li {
    padding: 5px 0px;
}

.custom_link_mobile {
    display: none;
    font-size: 20px;
    color: #666 !important;
    padding: 0px 0px 0px 5px;
}

/* language2////////// */
.navbar-toggler.x {
    display: none;
}

/* mobile_navscroll_x css start  */
.mobile_navscroll_x {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
}

.mobile_navscroll_x .appendNavBar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 40px;
}

.mobile_navscroll_x .nav-item,
.drpMore_li {
    border-bottom: none;
    padding: 0px 0px 0px;
    margin: 0px 0px;
    display: inline-block;
}

.mobile_navscroll_x .nav-item,
.mobile_navscroll_x .drpMore_li:hover,
.mobile_navscroll_x .nav-item,
.mobile_navscroll_x .drpMore_li:hover {
    background: none !important;
    color: #000;
}

.mobile_navscroll_x li.nav-item:last-child {
    float: inherit;
    justify-content: start;
    padding-left: 0px;
}

.mobile_navscroll_x li.nav-item .nav-link {
    padding: 8px 10px;
}


/* mobile_navscroll_x css end  */
.mobile_navscroll_x ::-webkit-scrollbar {
    height: 3px !important;
}

.mobile_navscroll_x ::-webkit-scrollbar-thumb {
    background: #666 !important;
}

.mobile_navscroll_x ::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.middle-li{
    margin-top: 3px;
}

.nav-row{
    justify-content: center;
}

/* new css start */

.category_wraper {
    display: flex;
    height: 100vh;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}
.category_header {
    align-items: start;
    display: flex;
    height: 7vh;
    width: 100%;
    /* margin-top: 13vh; */
}

.category_secton, .quiz_secton, .question_mbox, .scored_bord_section {
    align-items: center;
    display: flex;
    height:calc(93vh - 30px);
    width: 100%;
    overflow: auto;
   
}

.question_mbox{
    align-items: flex-start;
    /* margin-top: 15px; */
}

.question_mbox.scoreboard {
    align-items: center;
}

.quiz_secton.play_game_section{
    height:calc(100vh - 30px);
}
footer#Newfooter {
    display: flex;
    align-self: end;
    height: 215px;
    flex-direction: column;
    width: 100%;
}

.category_secton{
    margin-top: 14vh;
    align-items: flex-start !important;
    /* margin: 20px auto; */
}
/* .question_mbox{
    align-items: flex-start !important;
} */

.star_img{
    background-image: url(../Nimg/Group-979.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 111px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.star_img img{
    max-width: 100%;
    width: 17px;
    height: 17px;
}

.star_img span{
    text-align: center;
    font: normal normal bold 23px/21px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-left: 10px;
}
.speaker_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.speaker_img, .close_img{  
    background: #4C097B;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close_img{
    margin-left: 25px;
}
.speaker_img img{
    width: 15px;
    height:auto;
}
 .close_img img{
    width: 11px;
    height:11px;
}

.cotegory_div {
    display: flex;
    justify-content: center;
    max-width: 660px;
    flex-flow: wrap;
    margin: 0 auto;
}

.category_box {
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-flow: wrap;
    margin: 0 auto;
}

.category_img{
    background-image:url(../Nimg/Group868.svg);
    background-repeat: no-repeat;
    width: 300px;
    height: 71px;
    margin-bottom: 20px;
    text-decoration: none !important;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.category_box:nth-child(1), .category_box:nth-child(3), .category_box:nth-child(5){
 margin-right: 40px;
}
.category_img > span{
    display:flex;
    align-items:center;
    justify-content:center ;
    font: normal normal bold 13px/17px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}



.quiz_name{
    text-align: center;
}
.quiz_name h5{
    text-align: center;
    font: normal normal 800 21px/13px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.quiz_name h4{
    text-align: center;
    font: normal normal 800 18px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.quiz_img{
    margin-bottom: 30px;
}
.quiz_start_img{
    background-repeat: no-repeat;
    width: 242px;
    height: 58px;
    line-height: 55px;
    margin: 0 auto;
    display: block;
    text-decoration: none !important;
    background-size: cover;
}
.quiz_start_img span{
    text-align: center;
    font: normal normal bold 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}   
.quiz_time{
    text-align: center;
    font: normal normal 500 13px/20px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    width: 65px;
    height: 26px;
    line-height: 26px;
    margin: 0px auto 10px;
}

.question_secton {
    margin-top: 5vh;
    width: 100%;
}
.question_no_img{
    background-repeat: no-repeat;
    width: 238px;
    height: 31px;
    line-height: 31px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-size: cover;
}
.question_no_img span{
    text-align: center;
    font: normal normal 800 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #230348;
    text-transform: uppercase;
}
.question_box {
    margin-top: -1px;
    position: relative;
}
.question_box:before {
    content: '';
    width: 100%;
    height: 38px;
    background: #ddd;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translate(0px, -50%);
}
.question_img{
    background-repeat: no-repeat;
    width: 537px;
    height: 94px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 40px;
    display: flex;
    justify-content: start;
    /* align-items: center; */
    background-size: cover;
    overflow: auto;
}
.question_img p{
    text-align: center;
    font: normal normal 600 14px/24px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
   
}

.quiz_option {
    display: flex;
    justify-content: center;
    max-width: 530px;
    flex-flow: wrap;
    margin:0px auto;
    cursor: pointer;
}
.quiz_option_img{
    position: relative;
    overflow: auto;
}

.quiz_option_img a{
    background-image:url(../Nimg/Group856.svg);
    background-repeat: no-repeat;
    width: 242px;
    height: 58px;
    margin-top: 15px;
    text-decoration: none !important;
    padding: 0px 10px;
    background-size: cover;
    overflow: auto;
    display: grid;
    place-items: center;
}
.quiz_option_img.active_answer a{
    background-image:url(../Nimg/Group863-new.svg);
}
.quiz_option_img.correct_answer a{
    background-image:url(../Nimg/Group864.svg);
}
.quiz_option_img > p{
    display: none;
    
}
.quiz_option_img.correct_answer > p{
    display: block;
}
.disable-cursor{
    cursor: none !important;
}
.quiz_option_img:nth-child(1), .quiz_option_img:nth-child(3){
 margin-right: 40px;
}
.quiz_option_img a > p{
    text-align: left;
    font: normal normal 500 12px/14px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 3px 10px;
    margin-bottom: 0px;
}
.quiz_option_img a > p span{
    margin-right: 10px;
}
.quiz_option_img.correct_answer > p{
    text-align: left;
    font: normal normal normal 12px/18px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 10px;
    opacity: 0.7;
    margin-bottom: 0px;
}

.scored_bord{
    max-width: 306px;
    min-height: 306px;
    background: #230348 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    margin: 0 auto;
    padding: 30px 20px 30px;
}
.scored_bord h4{
    text-align: center;
    font: normal normal 800 20px/17px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.scored_bord h1{
    text-align: center;
    font: normal normal 800 38px/24px Montserrat;
    letter-spacing: 0px;
    color: #E2A32B;
    margin-top: 25px;
}
.scored_bord h6{
    text-align: center;
    font: normal normal 600 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 20px 0px 15px;
}
.button_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.play_btn {
    text-decoration: none !important;
    background-image: url(../Nimg/Group-989.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 132px;
    height: 40px;
    text-align: center;
    display: block;
    position: relative;
}

.play_btn span{
    text-align: center;
    font: normal normal 700 14px/17px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.scored_bord p{
    text-align: center;
    font: normal normal 500 16px/18px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 0px 25px;
}

.modal.adsModal {
    z-index: 99999999999999;
    padding: 0px !important;
    overflow: visible;
}
.adsModal .modal-dialog {
    margin: 0px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.adsModal .modal-content {
    background: transparent;
    border-color: transparent;
}
.adsModal button.close {
    width: 22px;
    opacity: 1;
    height: 22px;
    position: absolute;
    right: -12px;
    top: -16px;
    z-index: 9;
    border: none !important;
    outline: none !important;
}
.adsModal .modal-body {
    padding: 0px;
}
.adsModal .modal-body img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}


#footer{
    display: none!important;
}

.footer_ads{
    /* background: #fff;  */
    text-align: center;
}
.footer_ads img{
    max-width: 100%;
    height: auto;
}
.footer_text{
    background: #e7e7e7;
    padding: 50px 0px 30px;
}
.footer_text p{
    color: #000;
    text-align: center;
    margin: 0px !important;
    font: normal normal 600 14px Montserrat;
}
.footer_text p span {
    color: #888;
}
.footer_text hr {
    border-top: 6px solid #000;
    max-width: 180px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.question_row, .scored_row{
    width: 100%;
    margin: 0 auto;
}
body.iframe .adsbygoogle{
    position:absolute;
    bottom:10px;
    left: 50%;
    transform: translate(-50%, 0px);
    
}
.quiz_name p {
    color: #fff;
    font: normal normal bold 18px Montserrat;
    line-height: 27px;
}
.quiz_instructions {
    text-align: center;
    font: normal normal 500 14px/17px Montserrat;
    padding: 15px 10px 10px;
    color: #d7d7d7;
}
.quiz_instructions span {
    display: block;
    font: normal normal 800 20px/17px Montserrat;
    text-transform: uppercase;
    padding-top: 5px;
    color: #fff;
}
.category_header.ct_header{
    height: 17vh;
}
.category_title {
    margin-top: 9vh;
    font: normal normal bold 20px/17px Montserrat;
    color: #fff;
    text-align: center;
    padding: 25px 0px 0px;
}
/* ----------------responsive css start ---------------------------------------------*/
/* @media (max-width:1920px) and (min-width:1440px) {
    .category_header {
        height: 4vh;
    }
    .category_secton, .quiz_secton, .question_mbox, .scored_bord_section {
        height: 80vh;
    }
    .footer#Newfooter{
        height: 16vh;
    }
}

@media (max-width:1366px) and (min-width:1365px) {
    .category_header {
        height: 5vh;
    }
    .category_secton, .quiz_secton, .question_mbox, .scored_bord_section {
        height: 76vh;
    }
    .footer#Newfooter{
        height: 19vh;
    }
} */

@media (max-width:992px) {

    .logo{
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .logo img{
        width: 80%;
    }
   
    .mobile_navscroll_x {
        display: block;
    }

    .navbar-toggler.x {
        display: block;
    }

    .head_top {
        top: 0;
        min-height: 50px;
        padding: 0 15px;
        background-color: #fff !important;
        position: fixed;
        z-index: 999999;
    }

    .fixed ul.navbar-nav {
        margin-left: 0px;
    }

    .main-menu {
        height: 40px;
        position: fixed;
        top: 50px;
        width: 100%;
        left: 0;
    }

    .navbar-collapse {
        margin: 40px 0px 0px 0px;
        background: linear-gradient(45deg, #f52889 0, #6c00ff 100%);
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    ul.navbar-nav {
        display: table;
    }

    .nav-item,
    .drpMore_li {
        float: inherit;
        border-bottom: 1px solid rgba(203, 33, 165, .66);
        padding: 0px 10px 0px;
        margin: 0px 10px;
        /* width: 250px;
        background: #000000; */

    }

    .nav-item:hover,
    .drpMore_li:hover {
        background: linear-gradient(to right, #f32c89, #730be2);
    }

    li.nav-item:last-child {
        float: left;
        justify-content: start;
        padding-left: 5px;
    }

    .socialSearch {
        display: none;
    }

    .drpMore-content {
        left: 7px;
        top: 50px;
        width: 250px;
    }

    .nav-link:hover,
    .nav-link:hover i {
        color: #fff !important;
    }

    .head_top .top_header_left {
        width: 100%;
        text-align: center;
        position: inherit;
    }

    .bl_logo_lang a img {
        max-height: 30px;
        width: auto;
    }

    .ae-dropdown {
        position: absolute;
        top: 3px;
        right: 25px;

    }

    span.swith_text {
        display: none;
    }

    .custom_link_mobile {
        display: inline-block;
    }

    .dropdown_menu_lang {
        left: auto;
        max-width: 160px;
        right: 0px;
        top: 45px;
        padding-bottom: 6px;
    }

    .dropdown_menu_lang::before {
        right: 25%;
    }

    .fixed .logo_sticky {
        display: none;
    }

    .desk_background {
        padding-top: 100px;
    }

    .score {
        padding: 7px 10px 10px 10px;
    }

    .quiz_completed {
        width: 80%;
        height: 60vh;
    }

    .quiz_completed .finish img {
        width: 90%;
    }

    .quiz_msg1 {
        font-size: 5vw;
    }

    .congratsgif {
        width: 30%;
    }
    .category_wraper {
        margin-top: 110px;
    }

}
@media (max-width:768px) {
    body {
        background-image: url(../Nimg/bg-2.jpg);
    }
    .cotegory_div {
        flex-direction: column;
        max-width: 100%;
    }
    .category_img {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .category_box:nth-child(1), .category_box:nth-child(3), .category_box:nth-child(5) {
        margin: 0 auto;

    }
    .footer_text {
        background: #e7e7e7;
        padding: 15px 0px 10px;
    }
    .quiz_option {
        flex-direction: column;
        max-width: 100%;
    }
    .quiz_option_img {
        margin: 0 auto ;
    }
    .quiz_option_img:nth-child(1), .quiz_option_img:nth-child(3) {
        margin-right:0px;
        margin: 0 auto ;
    }
    
    .quiz_option_img a {
        margin-top: 15px;
    }
    .question_mbox {
        margin: 50px 0px 50px;
    }
    .adsModal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .category_secton, .quiz_secton, .question_mbox, .scored_bord_section {
        height:calc(93vh - 160px);
    }
    .category_secton{
        margin-top: 5vh !important;
    }
    .category_title{
        margin-top: 5vh !important;
    }
    .quiz_secton.play_game_section{
        height:calc(100vh - 160px);
    }
    footer#Newfooter {
        height: 160px;
    }
    .question_secton {
        margin-top: 3vh;
        /* width: 100%; */
    }
    .quiz_instructions span {
        font: normal normal 800 18px/17px Montserrat;
    }
    
    
}
@media (max-width:575px){
    .question_img {
        width: 360px;
        height: 63px;
        padding: 0px 10px;
    }
    .question_img p {
        font: normal normal 600 12px Montserrat;

    }
    .question_box:before {
        height: 20px;
    }
    .question_mbox {
        margin: 5px 0px;
    }
}

@media (max-width:480px){
    body {
        background-image: url(../Nimg/bg-1.jpg);
    }
    .close_img{
        margin-left:20px;
    }
   
    .quiz_option_img a {
        width: 209px;
        height: 50px;
    }
    .star_img {
        width: 100px;
        height: 40px;
    }
}
@media (max-width:376px) {
    /* body{
        height: 100vh;
    } */

    .bl_logo_lang a img {
        margin-left: -100px;
    }

    .desk_background {
        padding-top: 100px;
    }

    .score {
        padding: 7px 10px 10px 10px;
    }

    .quiz_completed {
        width: 80%;
        height: 60vh;
    }

    .quiz_completed .finish img {
        width: 90%;
    }

    .quiz_msg1 {
        font-size: 5vw;
    }

    .congratsgif {
        width: 30%;
    }
    .question_img {
        width: 303px;
        height: 53.7px;
        padding: 0px 10px;
    }
    
    .category_img {
        height: 58px;
        width: 236px;
        background-size: contain;
        text-align: center;
    }

    /* .iframe .adsbygoogle{
        width: 320px!important;
    } */

    /* .ads{
        min-width: 320px;
        margin: auto;
    } */

}

.iframe{
    overflow: hidden;
}

.iframe .desk_background{
    padding-top: 10px;
}



.iframe .category_wraper{
    margin-top:20px!important;
}

.iframe #footer_bottom{
    display: none;
}

.iframe #menuTarget{
    display: none;
}

.iframe #header{
    display: none;
}

.iframe .category_secton{
    height: 70vh;
}
