/*custom stylesheet*/
/*font*/
/* @font-face {
  font-family: "lemonada";
  src: url("../fonts/lemonada/Lemonada-VariableFont_wght.ttf") format("truetype"),
       url("https://websiteseoworks.com/flfk/fonts/lemonada/Lemonada-VariableFont_wght.ttf") format("woff");
} */
/*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@100;200;300;400;500;600;700;900&display=swap');

* {
    font-family: 'Titillium Web', sans-serif;
}


/*@@@@@@ COMMON @@@@@@*/
.mt-30{
    margin-top: 30px;
}
.trans-box, .bg-trans {
    background: transparent;
    border: 0;
    color: #fff;
}
.flx-row{
    display: flex;
}
.flx-wrap{
    flex-flow: wrap;
}
.flx-al-center{
    align-items: center;
}
.flx-just-center{
    justify-content: center;
}

/*margin*/
.mt-7{
    margin-top: 7em;
}

/*padding*/
.sect-padding{
    padding: 3em 0;
}
.pt-0{
    padding-top: 0;
}
.login h4:before{
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}
.signup{
    background: #2f2e6c;
    padding: 10px 20px;
    border-radius: 14px;
    margin-left: 18px;
}
.signup h4{
    color: #fff !important;
    margin: 0px !important;
}
/*@media (min-width: 1200px){*/
/*.container {*/
/*    max-width: 1280px;*/
/*}*/
/*}*/

/*header*/
header{
    padding: 0em 0;
}
/*header img {*/
/*    width: 100%;*/
/*    padding: 0px 0;*/
/*}*/
.header-right-col{
    align-items: center;
    justify-content: right;
    display: flex;
}
.header-right-col1{
    align-items: center;
    justify-content: center;
    display: flex;
}
form.login-form input {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 3px;
    font-family: sans-serif;
}
button.login-btn {
    background-color: #3ea758;
    color: #fff;
    border: 0;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: sans-serif;
}
button.login-btn:hover {
    background-color: #537b07;
    cursor: pointer;
}
.remember-txt{
    font-family: sans-serif;
    font-size: 13px;
    margin: 0;
    position: relative;
    top: -3px;
}

/*front page*/
.subject-box-sect div.action-nav-button, .box-sect {
    padding: 40px 20px;
    margin-bottom: 30px;
}
.subject-box-sect div.action-nav-button{
    text-align: center;
}
.subject-box-sect .box__label{
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.3em;
}
.subject-box{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100px 100px [main-start] 1fr [main-end] 100px 100px;
  grid-template-rows: 100px [main-start] 100px 100px [main-end] 100px;
}
.box-topic a{
    font-size: 20px;
    color: #fff;
}

[class^="item"] {
  background-color: blue;
}

.item1 {
  background-color: red;
  grid-area: main;
}
.subject_desc .cont{
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
.subjects .subject_bx {
    /*background-color: #329c64;*/
    padding: 4px 10px;
}
.subject-box-sect  .subjects{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subject-box-sect  .subjects a{
    color: #fff;
}
.box-sect.box-topic
{
    background-color: #3fac62 !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}

/*home page subject box*/
.color-0 .action-nav-button{
    background-color: #61c28f;
}
.color-1 .action-nav-button{
    background-color: #ec67ae;
}
.color-2 .action-nav-button{
    background-color: #31c6c9;
}
.color-3 .action-nav-button{
    background-color: #f5bd3f;
}
.color-4 .action-nav-button{
    background-color: #f8734a;
}
.color-5 .action-nav-button{
    background-color: #c689d0;
}
.color-6 .action-nav-button{
    background-color: #ec686c;
}
.color-7 .action-nav-button{
    background-color: #63d598;
}
.color-8 .action-nav-button{
    background-color: #d0415f;
}
.color-9 .action-nav-button{
    background-color: #fa6057;
}
.color-10 .action-nav-button{
    background-color:#29afb9;
}
.color-11 .action-nav-button{
    background-color: #f5bd3f;
}
.color-12 .action-nav-button{
    background-color:#4aadf8;
}
.color-13 .action-nav-button{
    background-color: #c689d0;
}


/*secondary header*/
/*.secondary-header{*/
/*    background-color: #537b07;*/
/*    padding: 18px 5px;*/
/*}*/
/*.secondary-header input:focus{*/
/*    outline: 0;*/
/*}*/
.secondary-header .menu-sc{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.secondary-header .menu-sc a{
    color: #2f2e6c;
    margin-right: 30px;
    position: relative;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
.secondary-header .search-bar input::placeholder{
    color: #2f2e6c !important;
}
.secondary-header .menu-sc a:before {
    content: '\f0da';
    position: absolute;
    left: -13px;
    top: 0px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #2f2e6c;
    font-size: 20px;
}
.trans-box{
    font-size: 0px;
}
::placeholder{
    color:#2f2e6c !important;
}
.secondary-header .flx-row{
    justify-content: space-between;
}
 .membership_btn{
    margin-left: 4em;
    /* transform: scale(1.5); */
    transform: scale(1.3);
}
.secondary-header .membership_btn a {
    background-color: #3ea453;
    z-index: 1;
    padding: 8px;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.secondary-header .membership_btn a:hover {
    background-color: #23923a;
}
.secondary-header .membership_btn:before {
    border-top: 7px solid #1f5a2b;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 114%;
    content: '';
    position: absolute;
    bottom: -11px;
    left: -10px;
    z-index: 0;
}
.secondary-header .membership_btn:after {
    border-bottom: 7px solid #1f5a2b;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 114%;
    content: '';
    position: absolute;
    top: -12px;;
    left: -10px;
    z-index: 0;
}

/*question page*/
.audio-btn {
    border: 1px solid #c7c7c7;
    border-radius: 5px; 
}
.audio-btn .audio-svg{
    width: 30px;
}
.question-box{
    background-color: #fffffff0;
    padding: 21px 100px;
    border-radius: 10px;
}
.question p {
    margin-bottom: 0;
}
.question-box label[for="question"] {
    font-size: 23px;
}
.question-box label[for="question"]:first-letter{
    text-transform: uppercase;
}
.question-timer{
    /* background-color: #607D8B; */
    /* color: #fff; */
    /*width: fit-content;*/
    padding: 6px 10px;
    width: 100%;
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    /* border-radius: 100%; */
    /* border: 3px solid #E91E63; */
    /* box-shadow: 0px 0px 3px 0px #00000075; */
    margin-bottom: 20px;
    /* position: absolute; */
    left: 10px;
    top: 10px;
}
.question-timer label{
    margin-bottom: 0;
}
.question-opt{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    
}
.option-qt .radio-inline{
    width: 100%;
    height: 100%;
}
.option-qt {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.option-qt:last-child(){
    margin-right: 0;
}
/*.option-qt  input[type="radio"]:checked + .cust-check {*/
/*    background: linear-gradient(45deg, #00821e, #28a745);*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
    /* z-index: -1; */
/*}*/
.cust-radio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.option-qt input[type="radio"]:checked + .cust-check + div {
    color: #fff;
}
.options-cust{
    position: relative;
    z-index: 1;
    /*padding: 20px 20px;*/
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.options-cust p{
    margin-bottom: 0;
}
.choice {
    font-size: 17px;
    padding-left: 40px;
}
.options-cust .option{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    box-shadow: 0px 0px 4px 1px #cccc;
    color: #f00;
    font-size: 17px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}
.option-qt label {
    margin-bottom: 0rem;
}
.question-opt img {
    width: 100%;
    height: 100%;
}
.question-opt.qt-result img{
    height: auto !important;
}
.option-group{
    display: block;
}
.question-opt .control-group{
    margin-right: 15px;
    
}
.question-opt .control-group > .controls {
    border: 2px solid #a9a9a9;
    border-radius: 100%;
    overflow: hidden;
    width: 100% !important;
        max-width: 150px;
}
.option-qt input[type="image"]{
    height: 100% !important;
    width: 100% !important;
}
.action-btn-qt{
    /*position: fixed; */
     margin-top: 15px; 
    left: 0;
    width: 100%;
    /* padding: 2em 3em; */
    bottom: 0;
    /* background-color: #f1eded; */
    /* text-align: right;*/
}
.subt-btn-qt{
    background-color: #fcb239;
}
.subt-btn-qt:hover{
    background-color: #f59d0f;
    position: relative;
    transition: .4s;
    animation-name: horizontalMove;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.btn-hover:hover{
    position: relative;
    transition: .4s;
    animation-name: horizontalMove;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.subt-btn-qt {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

/* Wobble Horizontal */
@keyframes horizontalMove {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}




/*question-not available*/
.question-not-available_page .section-cust{
    background: #f6f6f6;
    height: 100%;
    margin-top:0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-not-available_page .question-box{
    background: #f6f6f6;
}
/*.question-not-available{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 100%;*/
    /*position: relative;*/
/*    margin: auto;*/
/*}*/
.question-not-available h1{
    font-size: 29px;
    font-weight: 700;
    color: #F44336;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #eee;
    padding: 30px;
}
.question-not-available #goBack{
    display: block;
    font-size: 14px;
    background-color: #4CAF50;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 3px #000000b8;
    cursor: pointer;
}
.question-not-available #goBack:active{
    position: relative;
    top: 6px;
}

/*result*/
.result-head{
    border-bottom: 3px solid #8BC34A;
    margin-bottom: 12px;
}
.answer-check{
    margin-top: 20px;
}
.answer-strip{
    padding: 1em 0;
}
.displayflx.answerchk{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 2em 0;
}
.answerchk span{
    font-size: 1.3em;
    background: transparent;
    color: #338005;
}
.expl-img{
    display: none;
}

/*correct answer tick*/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  /*margin: 10% auto;*/
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
@keyframes fill2 {
  to {
      display: none;
    box-shadow: inset 0px 0px 0px 30px #fff;
    display: none !important;
    opacity: 0;
  }
  
}


/*site loader*/
.site-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*membership section*/
.membership_section{
    background-image: url(https://websiteseoworks.com/flfk/img/member-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.membership_section .membership-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #d9d9d9;
    border-radius: 100%;
    width: 330px;
    height: 330px;
    margin: auto;
    padding: 25px;
    padding-top: 3em;
}
 .membership-bx img.bx-icon {
    position: absolute;
    top: -61px;
}
.membership-botom{
    text-align: center;
    margin-top: 2em;
}
.member-botom-txt{
    margin-bottom: 2em;
    color: #0d275a;
}
.member-botom-txt span{
    font-size: 20px;
    font-weight: 900;
}
.cust-join-btn{
    background-color: #0d275a;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 100px;
}
.cust-join-btn:hover{
    box-shadow: 0px 0px 3px 4px #cccc;
}

/*#### topics page ####*/
ul.topics-ul {
    list-style-type: decimal;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    padding-left: 22px;
}
ul.topics-ul li a {
    color: #fff;
}
/*banner*/
.topic-banner-section{
    padding: 3em 0;
    background: linear-gradient(178deg, #669dde, #aae1f9);
    color: #fff;
}
.topic-banner-section h1{
    font-weight: 700;
}

/*questions- header*/
.heading-bx {
background-color: #208782;
    text-align: center;
    color: #fff;
    /* font-size: 14px; */
    padding: 10px 3px;
}
.questions-answered .heading-bx{
    background-color: #8bc517;
    border-radius: 10px;
}
.time-elapsed .heading-bx{
    background-color: #27b0e5;
    border-radius: 10px;
}
.score .heading-bx{
    background-color: #2f2e6c;
    border-radius: 10px;
}
.base-timer{
    background-color: #eee;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.down-bx {
    min-height: 5em;
    text-align: center;
    padding: 10px 3px;
    background: #eee;
}

.sideqt-bx h5, 
.sideqt-bx p{
    margin: 0;
}

/*hightlight text*/
.hightlight-text .btn-green-cust{
    color: #fff;
    font-size: 14px;
    background-color: #0b522f;
    border-radius: 40px;
    padding: 14px 20px;
}
.hightlight-text {
    text-align: center;
    background-color: #16a757;
    padding: 0px 0px;
    color: #fff;
    margin: 0 40px;
    border-radius: 50px;
    font-size: 13px;
}

/*testimonial slider*/
.testimonial-sect{
    background-image: url(https://websiteseoworks.com/flfk/img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 6em 0;
}
.testimonial-text {
    color: #fff;
    text-align: center;
}
.testimonial-text  .fas.fa-quote-left{
    font-size: 2.5em;
    margin-bottom: 20px;
}




/*### footer r###*/
#top-footer-section{
    background-color: #fff !important;
}

footer .top-footer{
    
    padding: 2em 0;
}
footer .footer-logo-text{
    font-size: 14px;
}
footer .top-footer h5{
    color: #000 !important;
    font-weight: 600;
}
footer a:hover {
    text-decoration: none;
}
/* ul.list-50 li{
    width: 50%;
    float: left;
} */
ul.icon-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.icon-ul li{
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    color: #000;
}
ul.icon-ul li a{
    color: #000;
}
ul.icon-ul li:hover a{
    color: #1d8a91;
}
ul.icon-ul li:before{
    content: "\f105";
    position: absolute;
    left: 0;
    color: #1d8a91;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.bottom-footer{
    text-align: center;
    padding: .8em 0;
}
.bottom-footer .social-icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-bottom: 14px;
}
.bottom-footer .social-icons .s-icon {
    font-size: 14px;
}
.bottom-footer .social-icons .s-icon a:hover{
    color: #000;
}
.bottom-footer .s-icon i {
    color: #fff;
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.bottom-footer .s-icon.facebook_ic i{
    background-color: #1c4d88;
}
.bottom-footer .s-icon.facebook_ic a{
    color: #1c4d88;
}
.bottom-footer .s-icon.google_ic i{
    background-color: #d54836;
}
.bottom-footer .s-icon.google_ic a{
    color: #d54836;
}
.bottom-footer .s-icon.twitter_ic i{
    background-color: #59a4d7;
}
.bottom-footer .s-icon.twitter_ic a{
    color: #59a4d7;
}
.bottom-footer .s-icon.pintrest_ic i{
    background-color: #c7332d;
}
.bottom-footer .s-icon.pintrest_ic a{
    color: #c7332d;
}
.bottom-footer .s-icon.linkdin_ic i{
    background-color: #0272af;
}
.bottom-footer .s-icon.linkdin_ic a{
    color: #0272af;
}
.copyright-text {
    font-size: 13px;
}


/*@@@@ responsive @@@@*/
@media only screen and (min-width: 1100px){
    .cust-width-col .col-lg-2:nth-child(1) {
        max-width: 20%;
        flex: inherit;
    }
    .cust-width-col .col-lg-3:nth-child(3) {
        max-width: 21%;
        flex: inherit;
    }
}
@media only screen and (max-width: 999px){
    .option-qt{    
        width: 100%;
        max-width: 11em;
        height: auto;
    }
    .options-cust{
        padding: inherit;
    }
    .options-cust p{
        margin-bottom: 0;
    }
    .question-timer {
        width: 100%;
        position: inherit;
        border-radius: 0;
        height: auto;
    }
    .question-box {
        padding: inherit;
    }
    .action-btn-qt{
        text-align: center;
    }
    
    /*question-not-available*/
    .question-not-available img{
        width: 100%;
    }
    .question-not-available h1{
        font-size: 4.81vw;
        top: 59%;
    }
    .question-not-available #goBack {
        font-size: 2vw;
    }
    .quest-isnt-sect{
        height: 100%;
        width: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        background-color: #f6f6f6;
    }
}

@media only screen and (max-width: 640px){
    .question-not-available #goBack {
        font-size: 10px;
        padding: 5px 10px;
    }
}

/* header */
.navbar-fixed-top {
    background-color: #537b0700;
    /*position: absolute;*/
    right: 0;
    left: 0;
    z-index: 1030;
}

/* banner_heading_text here to start */
.banner-section {
    position: relative;
}
.banner_heading_text h4{
    position: absolute;
    top: 31%;
    left: 29%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: #40ac61;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.banner_heading_text p{
    position: absolute;
    top: 47%;
    left: 34%;
    transform: translate(-50%,-50%);
    width: 30%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
/*menu-icons here to start  */
.menu-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.analytics-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.menu-icons img{
    width: 28px;
}
.analytics-icons img{
    width: 28px;
}
.menu-icons h4{
    margin: 4px 0px 4px 8px;
    font-size: 19px;
    margin-bottom: 0px;
    font-family: 'Titillium Web', sans-serif;
    color: #2f2e6c;
    font-weight: 700;
}
.analytics-icons h4{
    margin: 6px 0px 0 8px;
    font-size: 19px;
    margin-bottom: 0px;
    font-family: 'Titillium Web', sans-serif;
    color: #2f2e6c;
    font-weight: 800;
}

/* box section here to start */
.first_box{
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
    text-align:center;
}
.second_box{
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
    text-align:center;
}
.third_box{
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
    text-align:center;
}
.fourth_box{
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
    text-align:center;
}
.membership_box h3{
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 16px;
    padding-bottom: 10px;
}
.membership_box p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}

    .first_box h3{
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 16px;
    }
.second_box h3{
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 16px;
}
.third_box h3{
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 16px;
}
.fourth_box h3{
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 16px;
}
.second_box h4{
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 8px;
    font-family: 'Titillium Web', sans-serif;
}
.third_box h4{
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 8px;
    font-family: 'Titillium Web', sans-serif;

}
.first_box p ,.second_box p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}
.second_box{
    font-family: 'Titillium Web', sans-serif;
}
.third_box p{
    font-family: 'Titillium Web', sans-serif;
}

.first_box:hover h3{
    color: #fff;
}
.first_box:hover p{
    color: #fff;
}
.fourth_box:hover h3{
    color: #fff;
}
.first_box, .second_box, .third_box, .fourth_box{
    background: #3fac62 !important;
    box-shadow: 0 0 5px;
    border: 1px solid #3fac62;
}

/* .second_box:hover{
    background: #3fac62;
    box-shadow: 0 0 10px;
    border: 0px;
    
} */
/* .third_box:hover{
    background: #3fac62;
    padding: 20px;
    border-radius: 23px;
    box-shadow: 0 0 10px;
    border: 0px;
} */

.second_box:hover h3{
    color: #fff;
}
.second_box:hover h4{
    color: #fff;
}

/*search here to start  */
 

.search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .searchTerm {
    width: 100%;
    border-right: none;
    padding: 5px;
    height: 20px;
    font-weight: 600;
    outline: none;
    color: #2f2e6c !important;
    border: none;
    background: transparent;
    font-family: 'Titillium Web', sans-serif;
  }
  
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  .searchButton i{
    color: #2f2e6c;
  }
  
  /*Resize the wrap to see the search bar change!*/
 
  button:focus{
      outline: none;
  }


  /*  */
  .powerful_learning{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .powerful_learning img{
      width: 28px;
  }

  .subject_section{
   
      background-image: url('../img/bg2.jpg');
      background-position: center;
      background-repeat: no-repeat;
    
    }
    /* .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
        display: unset !important;
    } */
    .owl-nav{
        display: none;
    }


    .home-demo .owl-dots{
        margin: 0 auto !important;
        display: block !important;
    }
    /*  */
    .section_heading_text h2{
        text-align: center;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 600;
        font-size: 30px;
    }
    .home-demo{
        margin-top: 50px;
    }
    .home-demo h3{
        font-weight: 600;
        padding-top: 30px;
        text-align: center;
        color: #000;
    }

    /*  */
    .third_boxes{
        padding-bottom: 60px;
    }
    /* membership_section  here to start*/
    .membership_section{
        background-image: url(../img/Financial_Literacy_bg.jpg);
        background-position: center;
    }
.membership_section .section_heading_text{
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 31px;
    }
    .membership_box .know_more_btn{
        float: right;
    }
.space_increase{
    padding-top: 70px;
}

/*  */
.third_box:hover h3{
    color: #fff;
}
.third_box:hover h4{
    color: #fff;
}
.membership_box:hover{
    background: #3fac62;
    z-index: 3;
    transition: 0.5s
}
.membership_box:hover h3{
    color: #fff !important;
}
.membership_box:hover p{
    color: #fff !important;
}
.membership_box{
    border: 1px solid #dddddd;
    padding: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 100%;
    min-height: 300px;
    min-width: 300px;
    background-color: #fff;
    margin: 10px;
    cursor: pointer;
}
.know_more_btn{
    border: 0;
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #3fac62;
    box-shadow: 0 0 7px #0000005e;
}
.awards_section_box{
position:absolute;
top: -70px;
}

/* our_services_section here to start*/
.our_services_section h2{
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 31px;
    background: #f1f1ef;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 17px;
}
.our_service_left_section{
    background: #f1f1f1;
}
.our_service_left_section h3{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.our_service_right_section{
padding: 0px;
}
.number_increase{
    font-size: 70px;
    color: #40ac61;
    font-weight: 700;
}

.our_services_section .section_heading_text:before{
    content: "";
    position: absolute;
    height: 7px;
    width: 55px;
    background: #3fac63;
    bottom: 5px;
    border-radius: 2px;
}
.our_services_section .section_heading_text:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 127px;
    background: #3eaf6f;
    bottom: 8px;
    transform: translate(-50%,50%);
}
 /* subject_section */
 .subject_section .section_heading_text h2:before{
    content: "";
    position: absolute;
    height: 7px;
    width: 100px;
    background: #3fac63;
    border-radius: 2px;
    transform: translate(-50%,50%);
    bottom: -10px;
    left: 50%;
 }
 .subject_section .section_heading_text h2::after{
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 149px;
    background: #3eaf6f;
    bottom: -10px;
    transform: translate(-50%,50%);
 }
 .section_heading_text{
     position: relative;
 }
 /* membership_section */
 .membership_section h2:before{
    content: "";
    position: absolute;
    height: 7px;
    width: 124px;
    background: #3fac63;
    border-radius: 2px;
    transform: translate(0%,50%);
    bottom: -10px;
 }
 .membership_section h2::after{
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 203px;
    background: #3eaf6f;
    bottom: -10px;
    transform: translate(-50%,50%);
 }
 .Financial_para{
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    padding-top: 30px;
 }
 .footer-logo-text{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px !important;
    font-weight: 600; 
 }
 .footer_right_section{
     background-color: #dae3ec;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .footer_right_section p{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
 
 .footer_right_section button{
    border: oldlace;
    color: #fff;
    background: #3fac62;
    padding: 8px 23px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 7px;
 }
 .membership_box .know_more_btn::after{
    content: "\f0a9";
    color: #ffffff;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 5px;
 }
 .header_log img{
    width: 100%;
    position: absolute;
    top: -17px;
    height: 76px;
    object-fit: contain;
 }
 /*  */
 .footer_right_section button{
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f72359;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight:700;
  }
  .footer_right_section button span {
    position: relative;
    pointer-events: none;
  }
  .footer_right_section button::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4405f7, transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
  }
  .footer_right_section button:hover::before {
    --size: 400px;
  }
  .mrg_top_ad{
    margin-top: -40px;
  }

  /*  */
   
.go-top {
    position:fixed;
    bottom: 20%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
      -webkit-font-smoothing: antialiased;
  }
  .go-top:after {
    font-family: FontAwesome;
    content: "\f106";
       
      padding: 10px 15px;
    color: #6a6e7c;
    position: absolute; 
    bottom:10px;
    font-size: 28px;
  }
  
  .go-top-text {
      position: absolute;
      width: 60px;
      text-align: center;
      font-family: 'Questrial';
      line-height: 1.5;
      letter-spacing: 3px;
      font-size: 12px;
      margin: 20px 0 0 -4px;
  }
  
  .go-top:hover {
      transition: all .4s linear;
      transform: scale(1.1);
  }
  .login_here{
    margin-left: 50px;
  }
  a:hover {
    color: #0056b3;
    text-decoration: none;
}
.lesson_demo {
    margin-top: 50px;
}
.money_math {
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    height: 100%;
    min-height: 100px;
    cursor: pointer;
}
.money_math h3 {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 16px;
    text-align:center;
}
.money_math:hover {
    background: #3fac62;
    box-shadow: 0 0 10px;
    border: 1px solid #3fac62;
}
.money_math:hover h3{
    color: #fff;
}
.membership_box h2{
    font-size: 35px;
}
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 10px;
}

.dropdown-content a {
    color: black;
    padding: 5px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}
.logout_users{
    display: flex;
    align-items: center;
}
h3 a{
    color: #fff;
}
h3 a:hover{
    color: #fff;
}
.box-sect.box-topic h3:hover a {
    color: #fff;
}
a:hover{
    color: #fff;
}
.modal.show .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
/*.modal-body{*/
/*    background-color: #2f2e6c;*/
/*    color: #fff;*/
/*    border-radius: 10px;*/
/*}*/
.modal-content{
    border-radius: 12px !important;
}
#next__question{
    color:#fff;
}
.logo_img img{
    width: 100%;
    max-width: 120px;
    object-fit: cover;
}
.navbar-fixed-top .container-fluid{
    padding-right: 25px;
    padding-left: 25px;
}
#top-footer-section .logo.mb-4 img{
    width: 100%;
    max-width: 140px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 10px;
}
.logo_img img{
    box-shadow: 0px 0px 5px #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
}
.modal-content{
    padding: 25px;
}
.modal-header.subcategory{
    padding:0px;
}
#lessons, #endless{
    padding: 10px 20px;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
}
#exam, #limited{
    padding: 10px 20px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
}
.modal-header.subcategory, .modal-header.exammode{
    border-bottom: 0px solid #e9ecef !important;
}
.box-topic:hover h3, .box-topic h3:hover a{
    color: #fff;
    text-decoration: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color:#2f2e6c;
    font-weight: 700;
}
input{
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    font-weight: 200 !important;
    color: #676767;
    font-size: 15px;
}
textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    font-weight: 200 !important;
    color: #676767;
    font-size: 15px;
}
.prof_edit {
    margin-bottom: 25px;
}
.cust-reg-title {
    background: #efefef;
    padding: 4em 0em;
}
.cust-registe_page {
    padding-top:2em;
}

.parentFormregistration {
    opacity: 0.87;
    position: absolute !important;
    top: 72px !important;
    left: 5px !important;
    margin-top: unset !important;
}
.formErrorContent{
    color:red;
}
.submit{
    margin: 0 auto;
    display: block;
    background-color: #2f2e6c;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #2f2e6c;
    border-radius:5px;
}
#analytics_table{
    width:100%;
    margin-top:4em;
}
table tr th, tr td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
.view_btn{
    color: #2f2e6c;
}
.view_btn:hover{
    color: #2f2e6c;
}

tr:nth-child(even) {background: #eee; border: 1px solid #ccc;}
tr:nth-child(odd) {background: #fff; border: 1px solid #ccc;}
.dropdown.menu-icons b{
    padding-left: 10px;
}
.questions_div h2
{
    font-size: 22px;
    font-weight: 600;
}
.question_content{
    margin-top: 4em;
}
.option_a{
    font-size: 16px;
    font-weight: 600;
}
.question_content .justify-content-center{
        padding: 22px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.question_content span{
    padding:15px 5px;
}