/*
 * Main.css V1.0
 * Copyright 2020-2021 Branforge.com
 * Author: Branforge.com
 * Client:  Enskool LLP
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

/* Global Styles */

*{
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
}
html{
    padding:0;
    margin:0;
    height: 100%;
}

body{
    width:100%;
    height:100%;
    background: #FFFFFF;
    color: #787878;
    font-size: 2vw;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
}

::selection {
    color:#652f87;
    background:#ffffff;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

input, textarea{border-radius: 0;}

a,
button{
    text-decoration:none;
    outline:none;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: background-color  0.5s ease-out, letter-spacing 0.5s ease-out;
    -moz-transition: background-color  0.5s ease-out, letter-spacing 0.5s ease-out;
    -o-transition: background-color  0.5s ease-out, letter-spacing 0.5s ease-out;
    transition: background-color  0.5s ease-out, letter-spacing 0.5s ease-out;
    font-size: 3.8vw;
}

.btn{
    border: 0;
    border-radius: 30px;
}

.btn_primary{
    background: #652f87;
    color: #fff !important;
}
.btn_secondary{
    background: #dfdedf;
    color: #fff !important;
}

a.txtBtn{
    padding: 8px 40px;
}
a.tagBtn{
    padding: 4px 20px;
}

a.txtBtn:focus,
a.txtBtn:hover,
button:focus,
button:hover{
    background-color: #381346;
}

a:focus,
a:hover,
button:focus,
button:hover{
    outline: none;
    text-decoration: none;
    letter-spacing: 3px;
}
.txt_link{
    color: #652f87;
    text-align: center;
    display: block;
}
.img_link{}
p{
    color: #787878;
    line-height: 1.5;
    font-size: 3.8vw;
}

h1, h2, h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    color: #404040;
}
h1{
    font-weight: 700;
    font-size: 4vw;
}
h2{
    font-size: 2.2vw;
}
h3{
    font-size: 7vw;
}
.pos_rel{
    position: relative;
}
.pos_abs{
    position: absolute;
}
.pos_fixed{
    position: fixed;
}
.d_block{display: block;}
.d_none{display: none;}
main{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 60px;
}
main.login{padding-top: 0px;}
.wide_wrap{
    width: calc(100% - 30px);
    margin: 0px auto;
}
/*Header Styles*/

header{
    position: fixed;
    left: 0;
    top: 0px;
    padding: 10px 15px;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    background: #f9f9f9;
}
header h1{
    margin: 0 0 0 55px;
    width: 300px;
    float: left;
}
.login header{
    background: none;
}
.login header h1 .logo_default{
    display: block;
}
.login header h1 .logo_alt{
     display: none;
}
header h1 .logo_default{
    display: block;
}
header h1 .logo_alt{
     display: none;
}
.menuLink{
    position: absolute;
    right: 30px;
    top: 20px;
}
.headerRightpart{
    float: right;
    width: 135px;
}
.headerRightpart ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.headerRightpart ul li{
    list-style: none;
}
.headerRightpart ul li span{}
.headerIcon{
    color: #652f87;
    font-weight: 400;
    padding: 8px 12px;
    background: #e7e3e3;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    cursor: pointer;
}
.headerIcon.backbtn{
    position: absolute;
    left: 16px;
    top: 9px;
    line-height: 1;
}
.headerIcon.homebtn{}
.headerIcon.menubtn{}
.headerMenupart{}
.headerHomepart{}
nav{}
nav ul{}
nav ul li{}
nav ul a{}

/*Login page Styles*/

section.leftpane{
    display: none;
    float: left;
    width: 35%;
    height: 100%;
    background: url(../img/wave-pattern-light.svg) #381346;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.info_container{
    padding: 30px;
}
.info_container h2{
    color: #ffffff;
}
.info_container p{
    color: #ffffff;
    margin-bottom: 30px;
}
.info_container a{}

section.maincontent{
    width: 100%; 
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_container{padding: 20px;width: 400px;}

/*Form Styles*/
.form-title{}
form{}
.form-title{}
.form-title-desc{
}
.form_control{
    margin-bottom: 20px;
}
.form_alt_options{}
.form_elements{
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    color: #484848;
    font-size: 3.8vw;
}
.examform .form_elements.chkBox{width: auto; margin-right: 10px; vertical-align: middle;}
.form_elements:focus, .form_elements:active{
    border: 0;
    border-bottom: 1px solid #652f87;
    outline: 0;

}
.form_error{
    color: #ff0000;
    font-style: italic;
    display: none;
}
.form_alt_options p{
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
.form_alt_options p a{
    letter-spacing: normal;
    display: inline;
}
#submit-que{position: absolute; bottom: -20px;}
#prev-que{float: left;}
#next-que{float: right;}

/*Home Style*/
.scrolltrigger{
    padding-top: 220px;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.scrolltrigger.scrolled{
    padding-top: 170px;
}
.profilesec{
    z-index: 1;
    padding-top: 80px;
    
    height: 220px;
    width: 100%;
    left: 0;
    top: 0;background: #f9f9f9;
}
.prof_container{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: url(../img/wave-pattern-light.svg) #381346;padding: 10px;border-radius: 20px;
}
.prof_img{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;border: 2px solid #652f87;border-radius: 13px;
}
.prof_img img{
    width: 100%;
    
    
}
.profileinfo{}
.profileinfo h3{margin-bottom: 8px;}
.profileinfo p{margin: 0;}
.profileinfo h3, .profileinfo p{color: #fff;}
.profilesec .alg_rb{bottom: 10px;right: 15px;color: #fff;}

.scrolled .profilesec{
    height: 148px;
    z-index: 3;
}
.scrolled .profilesec .prof_img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.scrolled .profilesec .prof_img img{}
.scrolled .profileinfo{}
.scrolled .profileinfo h3{font-size: 5vw;margin-bottom: 2px;}
.scrolled .profileinfo p{font-size: 3vw;}
.scrolled .profilesec .alg_rb{font-size: 3vw;}
.tabs{
    height: auto;
    background: #f9f9f9;
    position: relative;
    z-index: 2;padding-bottom: 120px;
}
.tabs-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 20px;
}
.tabframe{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0px;
}
.tabframe a{
    font-size: 18vw;
    background: #ffffff;
    padding: 6vw 4vw;
    border-radius: 20px;
    box-shadow: 0px 10px 5px #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;color: #4e60a7;
}
.tabframe a span{
    font-size: 3.5vw;
    text-align: center;
    margin: 20px auto;color: #222222;
}
/*Profile page styles*/
.summary_container{
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.summarybox{
    padding: 0 20px;
    width: 100%; 
    margin-bottom: 40px;
}
.profile_summary{
    padding: 40px 0;
}
.overall_progress{}
/*Overall Progress - Circle Progress Bar*/
.circle_percent {
  font-size: 200px;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8em;
  height: 0.8em;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8em;
  height: 0.8em;
  background: #652f87;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #652f87;
  content: "";
}
.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
}
.percent_text {
  position: absolute;
  font-size: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.profile_progress{}
/*Progress Bar*/
.progress {
  width: 100%;
  max-width: 100%;
  height: 6px;
  background: #e1e4e8;
  border-radius: 3px;
  margin-bottom: 35px;
  position: relative;
}
.progress:last-child{
    margin-bottom: 0;
}
.progress .progress-bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ffd33d, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #ffd33d 68%, #ea4aaa 85%, #b34bff);
  background-size: 300% 100%;
  -webkit-animation: progress-animation 2s linear infinite;
          animation: progress-animation 2s linear infinite;
}


@-webkit-keyframes progress-animation {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

@keyframes progress-animation {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

.progress-bar span{
    display: block;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px;
    text-align: right;
}
.cat_summary{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cat_box{
    background: #ff0000;
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
}
.tot_cards{}
.tot_video{}
.tot_test{}
.cat_summary p{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
}
.cat_summary span{}

/*footer styles*/
footer{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 2;
    background: url(../img/wave-pattern-light.svg) #381346;
    color: #fff;
}
.foot_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_container p{
    color: #fff;
    line-height: 2.6;font-size: 3vw;
}
.switch_lang{
    position: relative;
    top: -14px;
    right: 92px;
}
.switch_lang form{position: relative;}
.switch_lang form:before{
    content: 'EN';
    left: -25px;
    top: 5px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
}
.switch_lang form:after{
    content: 'ML';
    right: -85px;
    top: 5px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
}
/*toogle css*/
.toggle-control {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: #662f88;
}
.toggle-control input:checked ~ .control:after {
  left: 30px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 60px;
  border-radius: 25px;
  background-color: darkgray;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 25px;
  background: white;
  transition: left 0.15s ease-in;
}
/*Text page styles*/
.pagecontent{
    height: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    align-content: center;
    overflow: auto;
}
.pagecontent:after, .contentwrapper:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
}
.pagecontent h2, .pagecontent p{
    margin-right: 20px;
    margin-bottom: 60px !important;
    width: 100%;
}
.pagecontent h2{
    margin-right: 30px;
    font-size: 6vw;
    margin-bottom: 20px !important;
}
.back-to-home{
    margin-bottom: 20px;
}
.fixedscroll{
    padding-top: 60px;
    height:100%;
    position: relative;
    background: #f9f9f9;
}
.contentwrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-bottom: 120px;
}
.contentwrapper div{
    flex: auto;
}
.topicview{
    height: 100vh;
    overflow: hidden;
}
.topicview h2{}
.topicview p{}
.topicview p a{}
.topicview p span{}
.scroll_action_div{}
.topicview_content{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #e9e6e6;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 1px 10px #e1dede;
    margin-top: 20px;
}
.topicview_content.video{padding: 0}
.topicview_content iframe{
    width: 100%;
    height: 100%;
}
.topicview_content p{font-size: 16px; color:#444;}
.topicview_content img{width: 100%; margin: 20px 0;}
.form_nav{
    width: 100%;
    margin-top: 20px;
}
/*Accordion Style*/
#MainMenu{width: 100%;}
#MainMenu li{list-style: none;}
#MainMenu li label{margin-bottom: 20px;display: block;}
#MainMenu li label img{height: 300px;width: auto;0px;}
#MainMenu li a{display: block;}
#MainMenu li ul{margin-left: 0px;padding-left: 24px;}
#MainMenu li ul li{}
#MainMenu li ul li label{}
#MainMenu li ul li label img{height: 100px;width: auto;}
#MainMenu li ul li a{color: #222222;background: #def0ff;margin-bottom: 10px;padding: 12px;border-radius: 4px;}
#MainMenu li ul li ul{}
#MainMenu li ul li ul li{}
#MainMenu li ul li ul li label{}
#MainMenu li ul li ul li a{}
.mcqpad li{}
.mcqpad li label{
    background: url(../img/wave-pattern-light.svg) #381346;
    padding: 20px;
    color: #ffffff;
    font-size: 4vw;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}
.mcqpad li ul li label{
    background: #652f87;
}

.scroll_action_div * {
    scrollbar-width: thin;
    scrollbar-color: #472363 #dfdedf;
    font-size: 1.8vw !important;
    color: #222222;
    line-height: 2 !important;
}
.scroll_action_div img{
    max-width: 100% !important;
}
/* Custom Scroll */
.scroll_action_div::-webkit-scrollbar {
  width: 12px;
}

.scroll_action_div::-webkit-scrollbar-track {
  background: #dfdedf;
}

.scroll_action_div::-webkit-scrollbar-thumb {
  background-color: #472363;
  border-radius: 20px;
  border: 3px solid #dfdedf;
}

/*Subject Tabs*/
:root {
    --shadow-white: white;
    --shadow-gray: #c8d0e7;
    --bg-gray: #e4ebf5;
    --text-purple: #6d5dfc;
}

.subtabs {
    width: 90%;
}

.subtabs .subtabs--nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    box-shadow: 1rem 0.3rem 0.6rem -0.6rem var(--shadow-gray),
        -0.2rem -0.2rem 0.5rem var(--shadow-white);
    border-radius: 1rem 1rem 0 0;
    background-color: var(--bg-gray);
}

.subtabs .subtabs--nav span {
    padding: 15px;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.5s;
    border-radius: 0.75rem;
    cursor: pointer;
}

.subtabs .subtabs--nav span.wait-animation {
    pointer-events: none;
}

.subtabs .subtabs--nav span:not(:first-of-type):not(:last-of-type) {
    margin: 0 10px;
}

.subtabs .subtabs--nav span.active {
    color: var(--text-purple);
    transition-delay: 0.25s;
    transition-duration: 0.5s;
}

.subtabs .subtabs--nav span:not(.active):hover {
    /*  box-shadow: inset 0.15em 0.15em 0.15em var(--shadow-white),
        inset -0.15em -0.15em 0.15em var(--shadow-gray),
        0.3rem 0.3rem 0.6rem var(--shadow-gray),
        -0.3rem -0rem 0.6rem var(--shadow-white); */
    box-shadow: inset 0.2rem 0.2rem 0.5rem var(--shadow-gray),
        inset -0.2rem -0.2rem 0.5rem var(--shadow-white);
}

.subtabs .subtabs--nav .subtabs--fx {
    position: absolute;
    /*  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--shadow-gray),
        inset -0.2rem -0.2rem 0.5rem var(--shadow-white); */
    box-shadow: inset 0.15em 0.15em 0.15em var(--shadow-white),
        inset -0.15em -0.15em 0.15em var(--shadow-gray),
        0.3rem 0.3rem 0.6rem var(--shadow-gray),
        -0.3rem -0rem 0.6rem var(--shadow-white);
    border-radius: 0.75rem;
    opacity: 0;
}

.subtabs .subtabs--content {
    padding: 20px;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--shadow-gray),
        -0.2rem -0.2rem 0.5rem var(--shadow-white);
    border-radius: 0 1rem 1rem 1rem;
    background-color: var(--bg-gray);
}

.subtabs .subtabs--content span {
    color: var(--text-purple);
    width: 300px;
    display: block;
    cursor: pointer;
    background: #cccccc;
    padding: 20px;
    margin-bottom: 20px;
}
.ans_review_box{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ededed;
}
.ans_review_box p{
    margin-bottom: 14px !important;
}