profileDashboard@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
@charset "utf-8";
/* CSS Document */
html { font-size: 100% }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title { display: block }
/*dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 }*/
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { border: 0 }
ol, ul { list-style: none }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -0.5em }
sub { bottom: -0.25em }
* { outline:none !important; }
a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus { outline: 0; text-decoration: none; }
.clearfix { *zoom:1}
.clearfix:before, .clearfix:after { display: block; content: ""; line-height: 0 }
.clearfix:after { clear: both }
.clear { clear: both }
.btn { outline: 0px; }
.lists { list-style: none; margin: 0px; padding: 0px;}
.mainpage{ position:relative; overflow:hidden; width:100%; max-width:768px; margin:0 auto;}
.container{ max-width:1170px; margin:0 auto;}
a, button{ transition:all 0.5s ease-in-out;}
input::-webkit-input-placeholder { color: #4d4c4c;}
input::-moz-placeholder {  color:  #4d4c4c;}
input:-ms-input-placeholder { color:  #4d4c4c;}
input:-moz-placeholder { color:  #4d4c4c;}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { background:#ececec; box-shadow:0px;;}


/* Splash page */
.SplashPage{ width:100%; overflow:hidden; position:relative; }
.SplashPage .WhiteBox{ padding:0; background:#fffdf6; position:relative;}
.SplashPage .WhiteBox:before{ position:absolute; left:0; right:0; top:-100px; height:100px; content:''; background: url(../images/whiteshadow.png) center top no-repeat; background-size:100%;}
.logo-icon{ width:100%; padding:40px 40px 100px; background:#ffe7db;}
.logo-icon img{ width:85%; height:auto;}
.logo-icon2{ width:100%; padding:40px 40px 100px; background:#ffe7db;border-radius: 8px;}
.logo-icon2 img{ width:85%; height:auto;}
.SplashPage .logo{ width:230px; margin:0 auto;}
.subtag{ font-size:14px; color:rgba(40, 40, 40, 1); font-weight:500; margin-bottom:25px;}
.SplashPage .WhiteBox a.signbtn{ border-radius:40px; background:#FB7220; color:#fff; font-size:16px; text-align:center; padding:16px 0; width:80%; margin: auto; display:inline-block;}
.SplashPage .notLogin{ width:100%; padding:15px 0 0;}
.SplashPage .notLogin a{ color:#FB7220;}

/* Sign Up Page */
.SignUpHeader{ width:100%; background: #fcf1ee; padding: 10px 40px;}
.signuparea{ padding:0 10px; width: 100%;}
.signuparea ul{padding: 0; margin: 0;}
.signuparea li{ margin: 10px 0;}
.signuparea li .logoBrand{ width:40%; border-radius: 8px; float: left; background: #fee3d7; padding: 15px 0 0; min-height: 135px; text-align: center;}
.signuparea li .logoBrand img{ width:auto; height: 110px; margin: 0 auto;}
.signuparea li .logoContent{ width: 60%; border-radius: 8px; padding: 8px; float: left; background: #fee3d7; min-height: 135px;}
.signuparea li h3{ font-size: 16px; text-transform: uppercase; color: #000; font-weight: 700; margin-bottom: 2px;}
.signuparea li p{ font-size: 14px; margin-bottom: 10px; line-height: 20px;}
.signuparea li a{ border-radius:5px; background:#FB7220; color:#fff; font-size:16px; text-align:center; padding:14px 0; width:80%; margin: auto; display:inline-block;}
footer{ width:100%; position: fixed; background:#FB7220; z-index: 999; left: 0; right: 0; bottom: 0;}
footer img{ width:270px; height:auto;}

.signuparea1{ padding:0 10px; width: 100%; background: #FF8034; border-radius: 8px;}
.signuparea1 ul{padding: 0; margin: 0;}
.signuparea1 li{ margin: 10px 0;}
.signuparea1 li .logoBrand{ width:30%; border-top-left-radius: 8px; float: left; background: #FF8034; padding: 8px 0 0; min-height: 118px; text-align: center;}
.signuparea1 li .logoBrand img{ width:auto; height: 110px; margin: 0 auto;}
.signuparea1 li .logoContent{ width: 70%; border-top-right-radius: 8px; padding: 5px; float: left; background: #FF8034;}
.signuparea1 li .logoContent1{ width: 100%; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 8px; float: left; background: #FB7220;}
.signuparea1 li h3{ font-size: 24px; color: #FFF; font-weight: 700; margin-bottom: 2px; margin-top: 20px;}
.signuparea1 li h6{ color: #FFF; }
.signuparea1 li p{ font-size: 14px; margin-bottom: 10px; line-height: 20px;}
.signuparea1 li a{ border-radius:5px; background:#fee3d7; color:#333; font-size:16px; text-align:center; padding:14px 0; width:80%; margin: auto; display:inline-block;}


.errorsdata {
   padding: 15px;
   border-radius: 8px;
   background-color: rgba(230, 20, 20, 0.8);
   color: #FFF;
   font-size: 14px;
   transform: translateY(300px);
   pointer-events: all;
   margin:0 15px 10px;
   text-align:center;
   animation: slide-in 1s ease-out forwards;
   position:absolute; left:0; right:0; bottom:0; margin:0 auto; width:calc(100% - 30px);
  }
  
  @keyframes slide-in {
   to {
    transform: translateY(0px);
   }
  }

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 
.CreateAccountFrom .form-control.error{ margin:0px !important;}
.CreateAccountFrom .userphoto{ float:inherit; margin:0 auto 20px;}

/* Create New Account */
.createNewAccount{ width: 100%; padding:40px 10px; background: #f99476; text-align: center; margin-top:-1px;}
.createNewAccount h2{ font-size: 26px; color: #fff; margin-bottom: 15px;}
.createNewAccount p{ font-size: 16px; margin-bottom: 10px; line-height: 20px; color: #fff; font-weight: 500;}
.createNewAccount p a{ color: #fff;}
.createAccountLogo{ width: 100%; padding: 15px 0;}
.createAccountLogo img{ width: 120px; height: auto;}
.CreateAccountFrom{ width:100%; padding:0 15px 15px; position: relative; min-height: 73vh;}
.CreateAccountFrom label{ text-transform: uppercase; font-size: 14px; color: #8f8e8e; margin-bottom: 5px; line-height: 24px;}
.CreateAccountFrom .form-control{ background: #ececec; border-radius: 40px; height: 48px; border: 0px; box-shadow: inherit; font-weight: 500; color:  #4d4c4c; display: inline-block;}
.submit-btn{ border-radius:40px; background:#FB7220; color:#fff; font-size:15px; text-align:center; padding:16px 5px; width:calc(25% - 8px); display:inline-block; border: 0px;}
.sign-btn{ border-radius:40px; background: #0045A2; color:#fff; font-size:15px; text-align:center; padding:18px 5px; width:100%; margin: 0 auto; display:block; border: 0px;}
/* Dashboard page */
.TopRight{ float: right;}
.TopRight a{ display: inline-block; margin-left: 1px;}
.TopRight a img{ height: 22px;}
.TopRight span img{ height: 22px;}
.Menu{ float: left; padding: 3px 0 0 3px;}
.Menu img{ width: 30px; height: auto;}
.sidenav { -webkit-transform: translateZ(0); height: 100%; width: 0; position: fixed;  z-index: 1; top: 0; left: 0; background-color: #fff;  overflow-x: hidden; padding-top: 0; transition: 0.5s; z-index: 9999; background:#fff url(../images/notificationbg1.png) left top no-repeat; background-size:230px;}
.sidenav h3{ font-size: 18px; font-weight: 500; padding: 15px 15px 5px;}
.sidenav a { padding:18px 0; text-decoration: none; font-size: 16px; color: rgba(40, 40, 40, 1); display: block; transition: 0.3s; border-bottom: 1px solid #ccc; margin-left: 50px; position: relative;}
.buy-txt{ float: right; padding-right: 15px; font-size: 14px;}
.sidenav a span{ position: absolute; left: -35px; background: #FB7220; width: 30px; height: 30px; border-radius: 50%; top: 11px; text-align: center; color: #fff; padding: 7px 0 0;}
.sidenav a img{ width: 30px; height: auto; position: absolute; left: -35px; top: 13px; }
.sidenav a:hover, .offcanvas a:focus{ color: #FB7220;}
.sidenav .closebtn { position: fixed; top: 10px; right: 10px; font-size: 36px; z-index:9999;}
.date-title{ width: 90%; border-radius: 40px; padding: 13px 10px; color: #fff; font-size: 15px; text-align: center; background:#FB7220; margin: 0 auto;}

.profileMenu{ position:relative; padding:35px 35px 15px 105px; height:90px; font-size:22px; color:#333; font-weight:500;}
.profileMenu span{ font-weight:700; color:#000;}
.profileMenu img{ width:70px; height:70px; position:absolute; left:10px; top:10px; border-radius:50%;}
.profileMenu a{ position:absolute; width:100%; height:100%; left:0; top:0; bottom:0; right:0; z-index:9; border:0px; margin:0px;}


.profileindent { padding:15px 10px;}
.profileindent a { padding:18px 0; text-decoration: none; font-size: 16px; color: rgba(40, 40, 40, 1); display: block; transition: 0.3s; border-bottom: 1px solid #ccc; position: relative; margin-left:50px;}
.profileindent a span{ position: absolute; left: -43px; background: #FB7220; width: 30px; height: 30px; border-radius: 50%; top: 11px; text-align: center; color: #fff; padding: 7px 0 0;}
.profileindent a img{ width: 30px; height: auto; position: absolute; left: -35px; top: 13px; }
.profileindent a:hover, .offcanvas a:focus{ color: #FB7220;}



/* Profile Page */
.profileDashboard{ width: 100%; background: #f99476; padding: 5px; margin-top:-1px;}
.ProfileName{ float: left; width: calc(100% - 120px); padding-right: 20px; padding-top: 20px;}
.profileDashboard.buyprofile h1{ font-size: 28px; color: #fff; font-weight: 500; text-align: center;}
.ProfileName h2{ font-size: 22px; text-transform: uppercase; color: #333; font-weight: 700; margin-bottom: 8px;}
.ProfileName p{ font-size: 14px; margin-bottom: 10px; line-height: 20px;}
.userphoto{ width: 100px; float: right;}
.userphoto .upload-btn-wrapper { position: relative;  overflow: hidden; display: inline-block;}
.userphoto .btn{ background:none; padding: 0; border: 2px solid #FB7220;}
.userphoto .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; width: 100%; height: 100%;}
.profileDashboard.buyprofile{ background: #f99476; padding-top: 20px; margin-top: -2px;}
.buyFrom { padding-bottom:45px;}
.buyFrom .form-control{ float: left; height: 46px;}
.pay-btn{border-radius:40px; background:#FB7220; color:#fff; font-size:15px; text-align:center; padding:18px 5px; width:100%; margin: 0 auto; display:block; border: 0px;}
.brand-logo{ width: 200px; margin: 15px auto; border-radius: 10px; border: 1px solid #ccc; padding: 10px 40px}
.MyDashView{ width:100%; padding: 0;}
.MyDashView li{ display: inline-block; width: calc(50% - 20px); margin: 0 8px; vertical-align: top; text-align: center;}
.MyDashView li h3{ font-size: 16px; margin-bottom: 10px;}
.careerViewProfile{ padding: 10px 10px 50px; width: 100%;}
.careerViewProfile li{ border: 1px solid #ccc; background: #fee3d7; min-height: 60px; padding: 22px 60px 0 80px; position: relative; border-radius: 7px; margin: 7px 0; font-weight: 500;}
.careerViewProfile li a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; right: 0; bottom: 0;}
.careerViewProfile li span{ position: absolute; top: 10px; right: 10px;}
.img-view{ position: absolute; left: 10px; top: 8px; width: 60px;}
.img-view img{ border-radius: 5px;}
.mainpage.innerpagepad{ padding-bottom: 0px;}
.headerView{ width: 100%; position: relative; background: #fee3d7; padding: 10px; min-height: 70px; padding: 23px 0 0 160px; font-size: 20px; font-weight: 600;}
.logoview{ position: absolute; left: 10px; top: 10px; width: 60px; background: #fff; padding: 7px; border-radius: 5px;}
.imgview{ position: absolute; left: 80px; top: 10px; width: 65px;}
.imgview img{ border-radius: 5px; width: 100%;}
.about-txt{ font-size:14px; color: rgba(40, 40, 40, 1); line-height: 20px; margin-bottom: 15px; padding: 0 10px;}
.ColViewIndent{ background: #ffb58a; padding: 3px; border-radius: 8px; margin: 10px; border: 2px solid #e26c4f;}
.ColViewIndent li{ float: left; width: 46%; min-height: 150px; border-radius: 10px; padding: 10px; margin: 6px; background: #ed4ec5;}
.ColViewIndent li h3{ font-size: 20px; font-weight: 600; margin-bottom: 3px;}
.ColViewIndent li p{ font-size: 14px; line-height: 18px; margin-bottom: 3px;}
.ColViewIndent li.col1{ background: #beda16;}
.ColViewIndent li.col2{ background: #efc032;}
.ColViewIndent li.col3{ background: #24d4e5;}
.teststartView{ width: 100%; padding: 10px 5px 0; text-align: center;}
.teststartView li{ background: #fee3d7; border-radius: 5px; margin: 0 5px; min-height: 60px; display: inline-block; vertical-align: top; width: calc(32% - 10px); padding: 10px; font-size: 16px; line-height: 20px;}
.teststartView li:nth-child(2){ font-size: 12px;}
.teststartView li:last-child{ padding:0px;}
.teststartView li:last-child a{ display: block; font-size: 18px; padding: 18px 0; min-height: 60px; color: #FB7220; border-radius: 5px;}
.teststartView li:last-child a.active{ background: #FB7220; color: #fff;}
.testMestion{ background: #fee3d7; padding: 10px; margin: 10px; font-size: 15px; color: rgba(40, 40, 40, 1); line-height: 24px; border-radius: 5px;}
.mentor-txt{ background: #f1f1f1; border: 1px solid #ddd; border-radius: 10px; padding: 15px 5px; text-align: center; margin: 10px;}
.LearnTabs{ width:100%; padding:10px 7px; position:relative; min-height:450px;}
.LearnTabs .nav-tabs{ border:0px;}
.LearnTabs .nav-tabs .nav-item { margin:0px; width: 33.33%;}
.LearnTabs .nav-tabs .nav-link { border: 0px;
    background: #fee3d7;
    font-size: 11.2px;
    border-radius: 5px;
    margin: 0 3px;
    padding: 13px 6px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.LearnTabs .btn-primary.dropdown-toggle::after {
    margin-top: 12px;
	float:right;
}

.LearnTabs .nav-tabs .nav-item.show .nav-link, .LearnTabs .nav-tabs .nav-link.active { color: #fff; background-color: #e26c4f;}
.LearnTabs .tab-content{ padding:15px 3px 0;}
.LearnTabs .form-control{ width:100%; border-radius:40px; background:#ececec; border:0px; padding:12px 15px; color:#5a5959; text-align:left;}
.LearnTabs select.form-control:not([size]):not([multiple]) { height: 48px;}
.LearnTabs .dropdown-item { display: block; width: 100%; padding: 10px 15px; clear: both; font-weight: 400; color: #212529; text-align: inherit;   white-space: nowrap; background-color: transparent; border: 0; font-size: 14px;}
.syllabusWrap{ width:100%; margin-bottom:10px;}
.syllabusWrap li{ width:69%; position:relative; box-sizing:border-box; border-radius:5px; border:2px solid #FB7220; padding:3px; float:right; padding-right:100px;}
.syllabusWrap li:first-child{ width:20%; float:left;}
.syllabusWrap li:first-child img{ border-radius:3px;}
.syllabusWrap li h2{ font-size:12px; font-weight:600; color:#000;}
.syllabusWrap li p{ font-size:10px; color:#666;}
.syllabusview{ position:absolute; top:8px; right:3px;}
.syllabusview a { text-align:center; margin:0 3px; display:inline-block;}
.syllabusview span{ display:block; color:rgba(40, 40, 40, 1); font-size:10px; padding-top:3px;}
.syllabusview a img{ width:20px; height:auto;}
.helpMentorwrap{ width:100%; padding:10px;}
.helpMentorwrap h5{ background:#FB7220; color:#fff; font-weight:600; font-size:18px; margin-bottom:20px; padding:12px 15px; display:inline-block;}
.helpMentorwrap h6{ font-size:18px; color:rgba(40, 40, 40, 1); font-weight:500; margin-bottom:5px;}
.helpView{ background:#fee3d7; border-radius:6px; padding:10px; margin:10px 0;}
.helpView h4{ font-size:16px; font-weight:500; margin-bottom:10px; color:rgba(40, 40, 40, 1);}
.helpView p{ font-size:16px; font-style:italic; line-height:20px; margin-bottom:5px;}
.helpView p span{ font-size:12px; font-weight:700; font-style:inherit; text-align:center; display:block;}
.chatWrap { width:100%; position:relative;}
.chatWrap .form-control{ border:0px; border-radius:40px; background:#ececec; height:50px; padding:7px 15px;}
.syllabusslider{ width:100%; padding:10px 0 20px;}
.syllabusslider .slidebx{ margin:20px 15px 0; background:#FB7220; padding:20px; border:2px solid #ffb58a; border-radius:10px;}
.syllabusslider .slidebx h3{ font-size:22px; color:#000; font-weight:600; margin-bottom:25px;}
.syllabusslider .slidebx p{ font-size:16px; font-weight:400; margin-bottom:25px;}
.syllabusslider .slick-slide.slick-current.slick-active.slick-center .slidebx{ padding:40px 20px; margin-top:0px; background:#ffb58a; border-color:#ff4f63;}
.TimeTest{ width:calc(100% - 20px); background:#FB7220; border-radius:5px; margin:10px;}
.TimeTest li{ width:50%; float:left; font-size:18px; color:#000; font-weight:500; padding:13px}
.TimeTest li:last-child{ text-align:right;}
.questionPaper{ width:100%; position:relative; padding:0 10px;}
.questionPaper h2{ position:relative; border-radius:8px; border:2px solid #e26c4f; padding:40px 6px 6px; font-size:16px; color:#000; line-height:24px; background:#ececec; margin-bottom:15px;}
.questionPaper h2 span{ font-weight:600; font-size:26px; position:absolute; left:5px; top:8px;}
.questionPaper h4{ position:relative; border-radius:8px;padding:20px 6px 6px; font-size:16px; color:#000; line-height:24px; margin-bottom:15px;}
/*.questionPaper h4 span{ font-weight:600; font-size:22px; left:5px; top:8px;}*/
.questionPaper label { padding: 1em; display: inline-block; border: 1px solid rgba(0, 69, 162, 1); cursor: pointer; position: inherit; margin-top:0; width: 100%; border-radius: 5px; background: #fff; position:relative;}
.questionPaper .blank-label {  display: none; }
.questionPaper input[type="radio"]{ display: none; }
.questionPaper input[type="radio"]:checked + label { color: rgba(40, 40, 40, 1); border-color:#008037; }
.questionPaper input[type="radio"]:checked + label:before { width: 30px; height: 30px; content: ''; position: absolute; right: 6px; top: 6px; background: url(../images/correct.png) left top no-repeat; background-size: 100%; display:block;}
.questionPaper input + label.correct {color: rgba(40, 40, 40, 1); border-color:#008037;}
.questionPaper input + label.happy {color: rgba(40, 40, 40, 1); border-color:#008037;}
.questionPaper input + label.correct:before { width: 50px; height: 30px; content: ''; position: absolute; right: 0px; top: 8px; background: url(../images/correct.png) left top no-repeat; background-size: 60%;}
.questionPaper input + label.happy:before { width: 50px; height: 30px; content: ''; position: absolute; right: 6px; top: 10px; background: url(../images/happy2.png) left top no-repeat; background-size: 100%;}
.questionPaper input + label.sad:before { width: 50px; height: 30px; content: ''; position: absolute; right: 0px; top: 8px; background: url(../images/sad.png) left top no-repeat; background-size: 60%;}
.testComplete{width:calc(100% - 20px); border-radius:5px; margin:10px; background:#fff; padding:20px; border:2px solid #ffb58a; text-align:center;}
.testComplete p{ font-size:16px; line-height:24px;}
.testComplete h4{ font-size:22px; color:#000; margin:15px 0 25px;}
.testComplete p a{ border-radius:5px; padding:10px 15px; color:#fff; background:#FB7220; display:inline-block; margin:0 10px;}
.testComplete p a.back-btn{ background:#666;}
.answerIndent{ width:calc(100% - 20px); padding:15px 5px; border-radius:8px; margin:15px 10px 10px; border:2px solid #ffb58a; position:relative;}
.answerIndent p{ font-size:17px; padding:15px 0 25px; line-height:26px; text-align:center;}
.live-menter-txt{ font-size:15px; color:#666; line-height:22px; margin:10px; width:calc(100% - 20px); background:#ececec; padding:10px; border-radius:10px;}
.live-menter-txt-shadow{ font-size:15px; color:#666; line-height:22px; margin:10px; width:calc(100% - 20px); background:#f8f9fa; padding:10px; border-radius:10px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.live-menter-txt-shadow p{line-height: 1.6;}
.live-menter-txt-shadow h1, h2, h3, h4, h5, h6{font-weight: normal;padding-top: 5px;padding-bottom: 10px;}
.calendarWrap{ width:100%; position:relative; padding:0 10px;}
.calendarWrap .calendar { background: #f3f4f8; border-radius: 4px; height: 350px; perspective: 1000; transition: .9s; transform-style: preserve-3d; width: 100%; }
.calendarWrap .front { transform: rotateY(0deg); }
.calendarWrap .current-date { border-bottom: 1px solid rgba(73, 114, 133, .6); display: flex; justify-content: space-between; padding: 10px; }
.calendarWrap .current-date h1 { color: #333; font-size: 16px; font-weight: 300; }
.calendarWrap .week-days { color: #555; display: flex; justify-content: space-between; font-weight: 600; padding: 15px 10px; }
.calendarWrap .days { display: flex; flex-wrap: wrap; justify-content: space-between; }
.calendarWrap .weeks { color: #111; display: flex; flex-direction: column; padding: 0 10px; }
.calendarWrap .weeks div { display: flex; font-size: 16px; font-weight: 300; justify-content: space-between; margin-bottom: 20px; width: 100%; }
.calendarWrap .last-month { opacity: .3; }
.calendarWrap .weeks span { padding: 10px; }
.calendarWrap .weeks span.active { background: #f78536; border-radius: 50%; }
.calendarWrap .weeks span:not(.last-month):hover { cursor: pointer; font-weight: 600; }
.calendarWrap .event { position: relative; }
.calendarWrap .event:after { content: '•'; color: #f78536; font-size: 1.4em; position: absolute; right: -4px; top: -4px; }
.calendarWrap .back { height: 100%; transform: rotateY(180deg); }
.calendarWrap .back input { background: none; border: none; border-bottom: 1px solid rgba(73, 114, 133, .6); color: #dfebed; font-size: 1.4em; font-weight: 300; padding: 30px 40px; width: 100%; }
.calendarWrap .info { color: #dfebed; display: flex; flex-direction: column; font-weight: 600; font-size: 1.2em; padding: 30px 40px; }
.calendarWrap .info div:not(.observations) { margin-bottom: 40px; }
.calendarWrap .info span { font-weight: 300; }
.calendarWrap .info .date { display: flex; justify-content: space-between; }
.calendarWrap .info .date p { width: 50%; }
.calendarWrap .info .address p { width: 100%; }
.calendarWrap .actions { bottom: 0; border-top: 1px solid rgba(73, 114, 133, .6); display: flex; justify-content: space-between; position: absolute; width: 100%; }
.calendarWrap .actions button { background: none; border: 0; color: #fff; font-weight: 600; letter-spacing: 3px; margin: 0; padding: 30px 0; text-transform: uppercase; width: 50%; }
.calendarWrap .actions button:first-of-type { border-right: 1px solid rgba(73, 114, 133, .6); }
.calendarWrap .actions button:hover { background: #497285; cursor: pointer; }
.calendarWrap .actions button:active { background: #5889a0; outline: none; }
.calendarWrap .flip { transform: rotateY(180deg); }
.calendarWrap .front, .back { backface-visibility: hidden; }
.calendarMessage{ width:100%; padding:20px 10px 10px;}
.calendarMessage h2{ font-size:22px; font-weight:600; margin-bottom:10px;}
.calendarMessage h3{ font-size:18px; font-weight:600; margin-bottom:5px;}
.calendarMessage p{ font-size:16px; line-height:20px; margin-bottom:25px;}
.calendarMessage p a span{ font-size:15px; background:#FB7220; border-radius:5px; display:inline-block; margin-right:10px; padding:10px 15px; color:#fff;}
.calendarMessage p a span.join-btn{ background:#fde3d7;}
.HeaderWrap{ width:100%; background:#fcf0ed; padding:10px; position:relative;}
.ProfileView ul {margin: 0; padding: 0;}
.ProfileView li{ width:22%; float:left; }
.ProfileView li:nth-child(2){ width:56%; padding:15px 0px; text-align:center;}
.ProfileView li h3{ font-weight:600; font-size:20px;}
.ProfileView li p{ font-size:16px; color:#333; line-height:24px;}
.brandlogo{ width:100%; border-radius:10px; border:3px solid #FB7220; padding:10px; text-align:center; background:#fff;}
.brandlogo img{ width:100%; height:auto;}
.testProfile{ width:100%; text-align:center;}
.testProfile img{ width:100%; height:auto; border-radius:6px; border:3px solid #FB7220;}
.purchasebx{ width:100%; text-align:center; padding:10px 0;}
.purchasebx ul{margin: 0; padding: 0;}
.purchasebx li{ display:inline-block; padding:0 1px; width:32%;}
.purchasebx li a{ background:rgb(0, 69, 162); border-radius:5px; color:#fff; font-size:14px; display:block; padding: 8px 15px; line-height: 20px;}
.purchasebx1{ width:100%; text-align:center; padding:10px 0;}
.purchasebx1 ul{margin: 0; padding: 0;}
.purchasebx1 li{ display:inline-block; padding:0 1px; width:49%; }
.purchasebx1 li a{ background:#FB7220; border-radius:5px; color:#fff; font-size:14px; display:block; padding: 8px 15px; line-height: 20px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.testTotal{ width:100%; position:relative}
.testTotal ul{margin: 0; padding: 0;}
.testTotal li{ display:inline-block; width:24%;}
.testTotal li a{ display:block; border-radius:5px; background:#fff; padding:8px 0; height:70px; color:rgba(40, 40, 40, 1); vertical-align:top; font-size:12px; text-align:center; font-weight:500;}
.testTotal li a img{ width:28px; height:auto;}
.testTotal li a.active{ background: linear-gradient(270deg, #00439D 0%, #012C67 96.53%), linear-gradient(0deg, #0047A6, #0047A6); color:#fff;}
.testTotal li a span{ display:block; padding:10px 0 0;}
.SelectExam{ width:100%; padding:15px 10px;}
.SelectExam .form-control{ border:2px solid #ccc; height:52px; font-size:16px;}
.SelectExam label{ display:block; font-size:14px;}
.SelectExam select.form-control:not([size]):not([multiple]) { height:52px;}
.AgricltureOfficer{ width:100%; padding:0;}
.AgricltureOfficer h2{ font-size:16px; color:rgba(40, 40, 40, 1); margin-bottom:10px; font-weight:600;margin-top: 10px; margin-left: 10px;}
.AgricltureOfficer h3{ font-size:16px; color:rgba(40, 40, 40, 1); margin-bottom:10px; font-weight:600; line-height:28px;}
.AgricltureOfficer h3 span{ border-radius:5px; float:right; padding:7px 10px; color:#fff; background:#FB7220;}
.AgricltureOfficer h3 a{ border-radius:5px; float:right; padding:2px 10px; color:#fff; background:#FB7220;}
.AgricltureOfficer h2 span{ float:right; font-size:12px; display:inline-block; padding:6px 0 0; margin-right: 8px;}
.AgricltureOfficer ul {margin: 0; padding: 0;}
.AgricltureOfficer li{ width:32%; display:inline-block; margin:0;  background:#fee3d7; padding:20px 5px; font-size:12px; line-height:18px; border-radius:5px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.AgricltureOfficer li a{ color:#333;}

.AgricltureOfficerNew{ width:100%; padding:0;}
.AgricltureOfficerNew h2{ font-size:16px; color:rgba(40, 40, 40, 1); margin-bottom:10px; font-weight:600;margin-top: 10px; margin-left: 10px;}
.AgricltureOfficerNew h3{ font-size:16px; color:rgba(40, 40, 40, 1);}
.AgricltureOfficerNew h2 span{ float:right; font-size:12px; display:inline-block; padding:6px 0 0; margin-right: 8px; text-align: center;}
.AgricltureOfficerNew ul {margin: 0; padding: 0;}
.AgricltureOfficerNew li{ width:32%; display:inline-block; margin:0;  background:#fee3d7; padding:20px 5px; font-size:12px; line-height:18px; border-radius:5px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.AgricltureOfficerNew li a{ color:#333;}

.NewTestFrame{ width:100%; padding:10px;}
.NewTestFrame li{ width:65%; float:left; background:#FB7220; border-radius:5px; padding:14px 15px; color:#000; font-weight:600;}
.NewTestFrame li span{ float:right;}
.NewTestFrame li:last-child{ width:30%; padding:0px; float:right; text-align:center;}
.NewTestFrame li:last-child a{ display:block; background:#FB7220; border-radius:5px; padding:14px 15px; color:#000;}
.subheader{ width:100%; position:relative; background:#fcf0ed; margin-bottom:10px;}
.subheader li{ float:left; padding:13px 10px; width:50%; font-size:14px; font-weight:500; color:#000;}
.subheader li:last-child{ text-align:right; color:#ff0000;}
.skipwrap{ width:100%; padding:10px; text-align:right;}
.skipwrap a{ border-radius:5px; border-radius:5px; font-size:15px; color:#333; padding:10px 15px; border:1px solid #333;}
.skippedwrap{ width:100%; background:#f3f3f3; padding:20px; font-size:18px; color:#000; border-radius:5px;}
.skippedwrap a{ display:inline-block; padding:15px 25px; color:#000; background:#ccc; border-radius:5px; margin-top:15px; font-weight:500;}

.resultwrap{width:calc(100% - 20px); border-radius:5px; margin:10px; background:#fff; padding:10px; border:2px solid #ffb58a;}
.resultwrap .result-btn{ margin-bottom:15px; border-radius:5px; padding:10px 15px; color:#fff; font-size:16px; background: #0045A2; border:0px;}
.resultwrap h4{ font-size:22px; font-weight:800; margin:15px 0 10px; color:#000;}
.resultwrap li{ width:100%; padding:7px 0;}
.resultwrap li label{ width:190px; font-size:16px; font-weight:500; color:#000; padding:10px 0; margin:0px; display:inline-block;}
.resultwrap li .form-control{ border:0px; background:#f5d6c3; width:110px; display:inline-block;}

.targetresult{ width:100%; position:relative; margin-bottom:10px;}
.targetresult span{ display:inline-block; padding:15px 0; font-size:15px; color:#333;}
.targetresult img{ width:60px; height:auto; margin-right:42px;}
#chartdiv { width: 150px; height: 40px; float:right;}
.ans-btn{ border-radius:5px; padding:10px 15px; color:#fff; font-size:16px; background:#FB7220; border:0px;}

.testTime{ width:100%; margin-top:10px; padding:0 10px;}
.testTime ul {margin: 0; padding: 0;}
.testTime li{ float:left; width:50%;}
.testTime li:last-child{ text-align:right;}
.testTime li span{border-radius:5px; background: #0045A2; color:#fff; font-size:1px; font-size:16px; padding:12px 20px; display:inline-block;}

.historyView{ width:100%; padding:0 10px;}
.historyView li{ padding:0 5px; border-radius:5px; border:1px solid #ccc; color:#333; padding:20px 5px; text-align:center; width:21%; float:left; min-height:60px; font-size:12px; margin:0 2px; font-weight:500;}
.historyView li:first-child{ padding:0 5px; border-radius:5px; border:1px solid #FB7220; background:#FB7220; padding:20px 15px; text-align:center; width:19%; display:inline-block;}
.historyView li:last-child { width: 34%; background: #fee3d7; font-size: 12px; line-height: 22px; text-align: center;padding: 5px 10px;}

.buyCourseBox{ width:100%; padding:10px 10px 55px;}
.buyCourseBox h3{ text-align:center; font-size:20px; color:#FB7220; font-weight:500; margin-bottom:15px;}
.buyCourseBox ul{ text-align:center;}

.titleview{ position:absolute; left:0; right:0; top:0; font-size:13px; font-weight:500; color:#fff; margin:0 auto; padding: 8px 0 0; text-transform: uppercase;}

.buyCourseBox li{ width:45%; display:inline-block; margin:0 2%; text-align:center; position:relative;}
.buyCourseBox li p{ font-size:20px; font-weight:600; padding:110px 0 8px;}
.buyCourseBox li span{ display:block; font-size:14px; color:#333; margin-bottom:50px;}
.buyCourseBox li a { display: inline-block; font-size: 22px; font-weight: 600; color: #000; padding: 5px 0 0;}
.buyCourseBox li.sliver{ background:url(../images/silverbg.png) center top no-repeat; background-size:100%; height:270px;} 
.buyCourseBox li.gold{ background:url(../images/goldbg.png) center top no-repeat; background-size:100%; height:270px;} 
.buyCourseBox li.platinum{ background:url(../images/platinumbg.png) center top no-repeat; background-size:100%; height:270px;} 


/* METER GRAPH CSS */
.chart-gauge { width: 110%; margin: 0; height:60px; }
.chart-first { fill: #f34423;}
.chart-second { fill: #f88e2c;}
.chart-third { fill: #ffdf39;}
.chart-fourth { fill: #86b727;}
.chart-fifth { fill: #45911b;}
.needle, .needle-center { fill: #000000; }
.chart-gauge .text { color: "#112864"; font-size: 16px;}
.chart-gauge svg { font: 10px sans-serif;  }
#scale20, #Value, #scale0, #scale10 { display:none;}

/* Notification */
.notificationwrap { width:100%; background:url(../images/notificationbg.png) top right no-repeat; padding:15px 10px 45px; background-size:140px;}
.notificationwrap h1{ font-size:24px; font-weight:500; margin-bottom:15px;}
.notificationwrap h1 span{ font-weight:700;}
.notificationwrap .nav-tabs .nav-item { margin:0px;}
.notificationwrap .nav-tabs .nav-link{ border:0px; margin-right:30px; border-radius:0px; font-size:16px; text-align:center; display:block; padding:10px 8px 18px; position:relative; color:rgba(40, 40, 40, 1); font-weight:500;}
.notificationwrap .nav-tabs .nav-item.show .nav-link, .notificationwrap .nav-tabs .nav-link.active{color:#FB7220;}
.notificationwrap .nav-tabs .nav-item.show .nav-link:after, .notificationwrap .nav-tabs .nav-link.active:after{ width:100%; height:2px; background:#FB7220; content:''; position:absolute; left:0; right:0; bottom:-2px;}
.notificationwrap .tab-content{ padding:15px 0 0;}
.notificationwrap .notibx{ background:rgb(241 241 241 / 45%); border-radius:5px; margin-bottom:10px; padding:10px 10px 12px 70px; position:relative;}
.notificationwrap img{ position:absolute; left:15px; top:13px; width:40px;}
.notificationwrap h2{ font-size:16px; font-weight:600; margin-bottom:10px; line-height:22px;}
.notificationwrap p{ font-size:15px; color:#666;}

/* Embedded video */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media only screen and (min-width: 640px) and (max-width: 668px) {
.signuparea {
    padding: 0 10px 45px;
}

.signuparea1 {
    padding: 0 10px 45px;
}

}

@media only screen and (min-width: 414px) and (max-width: 980px) {
.logo-icon { padding: 80px 30px 120px;}
.logo-icon img { width: 100%;}
.SplashPage .WhiteBox { padding: 20px 0;}





}
@media only screen and (max-width: 376px) {
.syllabusWrap li {
    width: 67%;
}
}

.testTotal li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}
.testTotal li a {
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 8px 0;
    height: 80px;
    color: rgba(40, 40, 40, 1);
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    font-weight: 100;
}

.live-menter-txt1{ font-size:15px; color:#666; line-height:50px; margin:10px; width:calc(100% - 20px); background:#ececec; padding:10px; border-radius:10px;}
.live-menter-txt-shadow1{ font-size:15px; color:#666; line-height:50px; margin:10px; width:calc(100% - 20px); background:#f8f9fa; padding: 0px 10px 1px 10px; border-radius:10px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.live-menter-txt-shadow1 p{line-height: 0;}
.live-menter-txt-shadow1 h1, h2, h3, h4, h5, h6{font-weight: normal;padding-top: 5px;padding-bottom: 10px;}
.