body.homepage{
    background: #ffedb8;
    height: 100%;
}
main {
    min-height: calc(100% - 310px);
}
.logo a img {
    width: 190px;
}
.main-menu ul li.profile-menu a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.main-menu ul li.profile-menu a{
    text-decoration: none;
}
section.main-banner {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
}
.banner-title h1 {
    font-size: 50px;
    color: #002B54;
    font-weight: 600;
    line-height: 60px;
}
.banner-title .banner-para{
    padding: 20px 50px 20px 0px;
}
.banner-title .banner-para p{
    font-size: 18px;
    color: #002B54;
    font-weight: 500;
    line-height: 30px;
}
.banner-title .btn.btn-primary{
    padding: 10px 25px;
}
.btn.btn-primary{
    background:#002B54;
    border-radius: 10px;
    border: 2px solid #002B54;
}
.btn.btn-primary:hover{
    background: transparent;
    color: #002B54;
    border: 2px solid #002B54;
}
.language-menu a{
    text-decoration: none;
}
.language-menu a img{
    width: 20px;
    margin-right: 3px;
}
.language-menu a.select-lang:after{
    content: "";
    position: absolute;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    right: 0;
    margin-top: 10px;
}
.delete-account h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.btn-second {
    color: #fff;
    background-color: #002B54;
    border-color: #002B54;
}
.section-padding{
    padding: 50px 0px;
}
.subject-section.section-padding{
    padding: 30px 0px;
}
.feature-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px 20px;
    box-shadow: 0px 0px 20px 5px #00000036;
}
.feature-box .feature-img img{
    height: 180px;
}
.feature-box .feature-title{
    padding: 50px 0px 0px;
}
.feature-box .feature-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #002B54;
}
.btn.btn-outline-primary {
    background: transparent !important;
    color: #002B54 !important;
    border: 2px solid #002B54 !important;
    border-radius: 7px;
    font-weight: 500;
}
.chapter-box img {
 width: 100%;
 min-height: 290px;
 border-radius: 10px;
 object-fit: cover;
 object-position: center;
}
.chapter-box h3 {
    padding: 10px 0;
    font-size: 16px;
    color: #002B54;
}
.chapter-box{
    position: relative;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}
.chapter-box .chapter-number {
    text-align: center;
    background: url(../img/ch-bg.png);
    position: absolute;
    top: 0;
    width: 40px;
    padding: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.chapter-box.video-box a{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(180deg, rgba(2, 39, 75, 0.1) 10.29%, #000000 100%);
   border-radius: 10px;
}
.chapter-box.video-box .video-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    min-height: 70px;
    margin: auto;
}
.chapter-box.video-box h3{
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 15px;
}
footer{
    background: #002B54;
    padding: 0px 0px;
    border-bottom: 1px solid #ffffff52;
}
footer ul.footer-list {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    padding: 25px 0px;
    margin-bottom: 0;
}
footer ul.footer-list li {
    flex: auto;
}
footer ul.footer-list li a {
    color: #FFCF3C;
    text-decoration: none;
    font-size: 16px;
}
.contact-info {
    padding: 25px 0px;
    display: flex;
    justify-content: flex-end;
}
.footer-copyright{
    background: #002B54;
    padding-bottom: 30px;
}
.contact-info a {
    color: #FFCF3C;
    margin: 0px 10px;
    font-size: 16px;
    text-decoration: none;
}
.other-link ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}
.other-link ul li:first-child {
    padding-left: 0;
}
.other-link ul li {
    padding: 10px 15px;
}
.other-link ul li a {
    color: #FFCF3C;
    font-size: 14px;
    text-decoration: none;
}
.other-link p{
    color: #FFCF3C;
}
.social-link ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.social-link ul li {
    padding: 10px 4px;
}
.social-link ul li a img {
    width: 30px;
}
.authentication-logo{
    text-align: center;
    padding-bottom: 50px;
}
.signin-form .form-group .form-control{
    height: 48px;
}
.iti__selected-flag{
    background: #fff !important;
}
.signin-form label{
    color: #002B54;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.signin-form span{
    color: #39321C;
    display: inline-block;
    padding-top: 5px;
}
.signin-form a.btn.btn-primary {
    height: 48px;
    line-height: 30px;
}
.signin-form .otp {
    display: flex;
}
.signin-form .otp .form-control{
    margin: 5px;
}
a.resend-code img {
    width: 18px;
}
a.resend-code{
    text-decoration: none;
    color: #002B54;
}
.signin-form h3{
    margin-bottom: 0;
    color: #002B54;
}
.signin-form a.number-edit{
    color: #002B54;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
}
.signin-form a.number-edit img{
    width: 21px;
}

.page-header {    
    padding: 15px 0;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.page-header:before{
    content: "";
    position: absolute;
    border-radius: 50px;
    max-width: 1410px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #002B54;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.about img.img-fluid {
    width: 100%;
}
.about-description {
    padding: 25px 50px;
}
.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.page-header .page-title h1{
    font-size: 34px;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}
.terms-condition h4{
    font-size: 18px;
}
.search-box {
    position: relative;
    margin-bottom: 30px;
}
.search-box .form-control{
    height: 48px;
    border-radius: 10px;
    padding-top: 5px;
}
.search-box i{
    position: absolute;
    top: 18px;
    right: 15px;
}
.support-ticket-img {
    text-align: center;
}
.support-ticket-img{
    margin-bottom: 20px;
}
.support-ticket-img img{
    width: 400px;
}
.form-select{
    min-height: 48px;
    padding-top: 15px;
}
.ticket-box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
}
.ticket-box .ticket-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.ticket-box .ticket-img img{
    width: 40px;
}
.ticket-box .ticket-img span.raise-badge {
    background: #FFCF3C;
    color: #39321C;
    padding: 3px 5px;
    border-radius: 3px;
}
.ticket-box .ticket-detail h5{
    margin-bottom: 5px;
}
.ticket-box .ticket-detail h6{
    margin-bottom: 2px;
}
.ticket-box .ticket-img span.working-badge {
    background: #9C9AED;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.ticket-box .ticket-img span.solved-badge {
    background: #36E367;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.ticket-footer{
    color:#736F64;
}
label.profile-img{
    position: relative;
    margin-bottom: 30px;
}
label.profile-img input[type="file"] {
    display: none;
}
label.profile-img{
    text-align: center;
}
label.profile-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

label.profile-img span {
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 0px 5px 3px #00000030;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.success-box{
    text-align: center;
}
.success-box img{
    width: 80px;
}
.success-box h2{
    color: #36E367;
    font-size: 24px;
    margin-top: 15px;
}
.signup-title{
    margin-bottom: 25px;
}
.signup-title h2{
    color: #002B54;
    font-size: 30px;
    margin-bottom: 0;
}
.authentication-logo a img{
    width: 200px;
    margin-bottom: 15px;
    margin-top: 20px;
}
/*----------Animation-Form-------------------*/
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}
.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 27px;
  left: 13px;
}

label.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 18px;
  display: block;
  transition: 0.3s;
  font-size: 10px;
  color: #736F64;
  left: 13px;

}
.signup-form .form-control{
    padding-top: 15px;
}

.form__field:focus ~ .form__label {
  color: #736F64;
}

.form__field:focus {
  padding-bottom: 6px;
}


.select {

    position: relative;
}

.select-text {
    position: relative;
}

/* Remove focus */
.select-text:focus {
    outline: none;
}

/* Use custom arrow */



/* LABEL ======================================= */
.select-label {
    color: #736F64;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
}


/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {

    top: 2px;
    transition: 0.2s ease all;
    font-size: 10px;
    left: 8px;
}
.select-text:valid:not(focus) ~ .select-label {
    color: #736F64;
}
/*----Notification--------------*/
.notification-box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 15px;
}
.notification-left{
    flex-shrink: 0;
    margin-right: 10px;
}
.notification-left span {
    background: #002B54;
    width: 44px;
    height: 44px;
    color: #FFCF3C;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}
.notification-detail {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.notification-detail p{
    margin-bottom: 5px;
}
.notify-ch{
    position: relative;
}
.notify-ch img {
    width: 50px;
}

.notify-ch .notivideo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background: #002B54;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 7px;
    color: #FFCF3C;
    cursor: pointer;
}

.bg-blue-light{
    background: #edf6ff;
}
.text-blue{
    color: #003060;
}
li.notify-bell{
    margin-left: 0 !important;
}
li.notify-bell a{
    font-size: 21px;
    color: #002B54 !important;
}
li.notify-bell a span.count {
    background: #f44336;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 10px;
}
li.download-bell {
    margin-left: 10px !important;
}
li.download-bell a{
    text-decoration: none;
    color: #002B54 !important;
}
li.download-bell a i{
    font-size: 21px;
    margin-right: 3px;   
}
.notify-bell.r-notify{
    display: none;
}
.download-bell.r-download{
    display: none;
}
.r-menu{
    display: none !important;
}
a.menu-back{
    display: none;
}
/*-----------------------------------*/
.download{
    background: #fff;
}
.download-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.download-box .download-img{
    height: 70px;
    width: 100px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
}
.download-box .download-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.download-details{
    flex: 1;
}
.download-details h3{
    font-size: 21px;
}
.download-box .download-img .notivideo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    background: #002B54;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 8px;
    color: #FFCF3C;
    cursor: pointer;
    left: 0;
    top: 0;
    margin: auto;
}
.profile-img{
    text-align: center;
    margin-bottom: 15px;
}
.profile-img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #002b54;
}
.profile-section {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.profile-section .profile-school {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 15px 15px 0;
    margin-top: 15px;
}
.profile-section .profile-school img{
    width: 24px;
    margin-right: 15px;
}
.profile-section .profile-school div{
    display: flex;
    flex-direction: column;
    text-align: left;
}
a.edit-icon {
    position: absolute;
    right: 15px;
}
a.edit-icon img{
    width: 16px;
}
.edit-profile input#phone{
    padding-top: 5px;
}
.delete-account a{
    text-decoration: none;
}
.ch-details{
    background: #fff;
}
.video-details h2{
    color: #39321C;
}
.video-tag h3 {
    color: #736f64a3;
    font-size: 24px;
}
.video-tag ul{
    display: flex;
    flex-wrap: wrap;
}
.video-tag ul li{
    margin: 10px;
}
.video-tag ul a{
    text-decoration: none;
    color: #736f64a3;
    border: 1px solid #736f64a3;
    border-radius: 20px;
    padding: 10px 15px;
    display: block;
}
.video-tag ul a:hover{
    color: #fff;
    background: #002B54;
}
.video-ch{
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}
.video-ch img {
    width: 300px;
    height: 400px;
}
.video-ch a{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.video-ch a img{
    width: 70px;
    height: 70px;
}
/* Video Popup */
.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: none !important;
    overflow: hidden;
}

.video-popup.show-video {
    display: flex !important;
}

.iframe-wrapper {
    position: relative;
}

.iframe-wrapper .close-video {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    right: 0;
    background: url(../img/close.svg);
    border-radius: 50%;
    background-size: cover;
}

.chapter-name {
    position: absolute;
    background: #ea073d;
    color: #fff;
    right: 0;
    padding: 10px 15px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*----------------*/
.count-down{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.count-down p{
    color: #fff;
    font-size: 16px;
}
.card {
  background-color: transparent;
  
  position: relative;
  user-select: none;
  cursor: cursor;
  border: none;
}


.card .num {
  width: 100%;
  height: 100%;
  z-index: 10;
  
}

.card .num h2 {
  font-size: 8em;
  
  color: #fff;
}


.question-wizard.wizard .nav-tabs > li{
    width: auto;
    display: none;
}
.question-wizard.wizard .nav-tabs > li.active{
    display: block;
}



.payment {
    border-radius: 10px;
    margin-bottom: 20px;
}
img.payment-select{
  display: none;
}
.payment label{ 
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 10px;
}
.payment label p{
  margin-bottom: 0;
  color: #000000;
}

.payment .text-radio input[type="radio"] {
  display: none;
}
.payment [type="radio"]:checked,
.payment [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.payment [type="radio"]:checked + label,
.payment [type="radio"]:not(:checked) + label
{
/*position: relative;*/
cursor: pointer;
line-height: 20px;
display: flex;
color: #4A2C76;
text-decoration: underline;
border-radius: 10px;
}
.payment [type="radio"]:checked + label:before,
.payment [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.payment [type="radio"]:checked + label:after,
.payment [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #4DFF82;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.payment [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.payment [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment .text-radio [type="radio"]:checked + label:before,
.payment .text-radio [type="radio"]:not(:checked) + label:before{
    display: none;
}
.payment .text-radio [type="radio"]:checked + label:after,
.payment .text-radio [type="radio"]:not(:checked) + label:after{
    display: none;
}
.payment .text-radio [type="radio"]:checked + label,.payment .text-radio [type="radio"]:not(:checked) + label{
    text-decoration: none;
    background-color: #fff;
    padding: 6px;
    font-weight: 500;
    border-radius: 20px;
    border:1px solid #fff;
    margin-right: 0px;
}
.payment .text-radio [type="radio"]:checked + label{
  background: #36E367;
}
.payment label span{
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #002B54;
}
.payment label p {
    color: #002b54;
    line-height: 30px;
}
.quiz-box .question p {
    font-size: 16px;
}
.timer {
    text-align: center;
    padding: 20px;
}
.timer span {
    background: #ddd;
    padding: 7px 15px;
    border-radius: 20px;
}
.timer span img{
    width: 16px;
}
.payment label p img {
    height: 30px;
}
.quiz-box .question p img {
    display: block;
    max-width: 100%;
    height: 50px;
}
.wizard.question-wizard .wizard-inner {
    position: absolute;
    bottom: 0px;
}

.wizard.question-wizard{
    position: relative;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #002B54;
    color: #fff;
    border-color: #002B54;
    margin-top: 15px;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #000000;
}

.wizard .nav-tabs > li {
    width: 32%;
}

/*.wizard li:after {
    content: " ";
    position: absolute;
    left: 125px;
    opacity: 1;
    margin: 0 auto;
    bottom: -1px;
    border: 5px solid transparent;
    border-bottom-color: #e0e36e;
    transition: 0.1s ease-in-out;
}*/



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -25px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-3%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
    background-color: #002B54;
    color: #ffffff;
}
.skip-btn{
    background-color: #585858;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
/*--------------------------------*/
.aboutus-img{
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.aboutus-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.about-details{
    padding: 20px 0px;
}
/*-----------------------*/
.score-title{
    background: url(../img/result-bg.png) #002B54;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.score-title img {
    width: 65px;
    margin-bottom: 10px;
}
.score-title h2{
    color: #36E367;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
}
.score-title p{
    color: #fff;
}
.result-view {
    padding: 30px;
    text-align: center;
}
.result-view h3{
    font-size: 40px;
    color: #002B54;
}
.result-view p{
    text-transform: uppercase;
    font-size: 20px;
    color: #002B54;
}
.result-score{
    display: flex;
    justify-content: center;
}
.result-score .correct-score {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.result-score .correct-score img {
    width: 27px;
}
.correct-score label {
    font-size: 21px;
    margin-top: 5px;
    color: #002B54CC;
}
.correct-score span{
    color: #002B54CC;
}
.result-btn{
    display: flex;
}
.result-btn a{
    width: 100%;
    margin: 10px;
}
.result-btn a.btn{
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
}
.view-score {
    box-shadow: 2px 2px 14px 4px #ddd;
    border-radius: 10px;
}



/*----------------*/
.player-container {

    max-width: 700px;
    margin: 0 auto;
}
.player {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background: #000000;
}
.player:fullscreen {
    padding-bottom: 100vh;
}
.player:-webkit-full-screen {
    padding-bottom: 100vh;
}
.player:-moz-full-screen {
    padding-bottom: 100vh;
}
.player:-ms-fullscreen  {
    padding-bottom: 100vh;
}
.player video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.controls {
    padding: 0;
    position: absolute;
    bottom: -48px;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    background: linear-gradient(
        180deg,
        rgba(37, 37, 37, 0) 10%,
        rgba(37, 37, 37, 0.6) 80%
    );
    transition: all 0.2s ease-in 5s;
}
.player:hover .controls {
    bottom: 0;
    transition: all 0.2s ease-out;
}
.time {
    position: absolute;
    right: 30px;
    bottom: 100%;
    padding-bottom: 14px;
}
.progress {
    height: 8px;
    width: calc(100% - 0px);
    background: rgba(60, 60, 60, 0.6);
    margin: auto;
    border-radius: 6px;
    position: absolute;
    left: 0px;
    bottom: 100%;
    transition: height 0.1s ease-in-out;
}
.progress:hover {
    height: 10px;
}
.progress-filled {
    background: #FFCF3C;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    transition: all 0.1s; 
}
.controls-main {
    width: calc(100% - 0px);
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 43, 84, 0.7);
}
.controls-left,
.controls-right {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.controls-left {
    margin-left: 10px;
}
.controls-right {
    margin-right: 10px;
    justify-content: flex-end;
}
.volume {
    display: flex;
    align-items: center;
}
.volume-btn {
    margin-right: 10px;
}
.volume-btn #volume-off, .volume-btn #volume-high {
    opacity: 0;
}
.volume-btn.loud #volume-high{
    opacity: 1;
}
.volume-btn.muted #volume-off {
    opacity: 1;
}
.volume-btn.muted #volume-high, .volume-btn.muted #volume-low {
    opacity: 0;
}
.volume-slider {
    height: 8px;
    width: 80px;
    background: rgb(177 174 174 / 60%);
    border-radius: 6px;
    position: relative;
}
.volume-filled {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: width 0.2s ease-in-out;
}
.volume-filled:hover, .play-btn:hover.play-btn:before, .play-btn:hover.play-btn:after{
    background: var(--accent);
}
button {
}
.play-btn {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
    transform: rotate(-90deg) scale(0.8);
    transition: -webkit-clip-path 0.3s ease-in 0.1s, shape-inside 0.3s ease-in 0.1s,
    transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}
.play-btn.paused {
    transform: rotate(0deg);
}
.play-btn:before,
.play-btn:after {
    content: "";
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: inherit;
}
.play-btn:before {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
    shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}
.play-btn:after {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
    shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}
.play-btn.paused:before {
    -webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
    shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}
.play-btn.paused:after {
    -webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
    shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}

button:focus {
    outline: none;
}
.speed-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: 20px;
    text-align: center;
}
.speed-list li {
    color: #fff;
    padding: 5px;
    cursor: default;
}
.speed-list li:hover,
.speed-list li.active {
    color: #FFCF3C;
    font-weight: bold;
}
.fullscreen {
    display: flex;
    justify-content: center;
}

.replay-vid{
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.replay-vid img{
    width: 14px;
    margin-right: 3px;
}
.download-vid{
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.download-vid img{
    width: 14px;
    margin-right: 3px;
}
.controls-left .video-title{
    color: #fff;
    margin-right: 20px;
}
.controls-left .video-title span{
    color: #FFCF3C;
    display: block;
    font-size: 12px;
}
/*--------------*/
.quiz-start {
    background: #002b54;
    text-align: center;
    padding: 15px;
    color: #ffcf3c;
    font-size: 24px;
}
.quiz-start a{
    color: #ffcf3c;
    text-decoration: none;
}
.quiz-start img{
    width: 24px;
}


/*-------Custom-Checkbox----------*/
/*--Radio--*/
.tags-box .text-checkbox {
  display: inline-block;

}
.tags-box .text-checkbox input[type="checkbox"] {
  display: none;
}
.tags-box [type="checkbox"]:checked,
.tags-box [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.tags-box [type="checkbox"]:checked + label,
.tags-box [type="checkbox"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #D4D4D4;
    text-decoration: underline;
}
.tags-box [type="checkbox"]:checked + label:before,
.tags-box [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.tags-box [type="checkbox"]:checked + label:after,
.tags-box [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #4DFF82;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tags-box [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tags-box [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tags-box .text-checkbox [type="checkbox"]:checked + label:before,
.tags-box .text-checkbox [type="checkbox"]:not(:checked) + label:before{
    display: none;
}
.tags-box .text-checkbox [type="checkbox"]:checked + label:after,
.tags-box .text-checkbox [type="checkbox"]:not(:checked) + label:after{
    display: none;
}
.tags-box .text-checkbox [type="checkbox"]:checked + label,.tags-box .text-checkbox [type="checkbox"]:not(:checked) + label{
    text-decoration: none;
    background-color: transparent;
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 20px;
    border:1px solid #736F64;
    margin-right: 10px;
    color: #736F64;
}
.tags-box .text-checkbox [type="checkbox"]:checked + label{
    background: #002b54;
    color: #fff;
}
/*-------------------*/

/* FORMS */
#steps-container {
  margin: auto;
  max-width: 100%;
  /* min-height: 420px; */
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
  justify-content: center;
  /* padding-top: 50px; */
}
.step {
  display: none;
}
.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}
button#prev-btn, button#next-btn, a#submit-btn {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #002B54;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
}
button#prev-btn{
    display: none !important;
}
button#prev-btn:after, button#next-btn:after, a#submit-btn:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #265078;
  content: "";
  z-index: -2;
  transition: transform .3s;
}
button#prev-btn:hover::after, button#next-btn:hover::after, a#submit-btn:hover::after {
  transform: translateY(-100%);
  transition: transform .3s;
}

.progress {
  border-radius: 0px !important;
}
.q__question {
  position: relative;
}
.q__question:not(:last-child) {
  margin-bottom: 10px;
}
.question__input {
  position: absolute;
  left: -9999px;
}
.question__label {
  position: relative;
  display: block;
  line-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 50px;
  background-color: #fff;
  padding: 5px 20px 5px 50px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 15px 0px;

}
.question__label span{
    position: absolute;
    left: 18px;
    color: #fff;
}
.question__label:hover {
  border-color: #fff;
}
.question__label:before, .question__label:after {
  position: absolute;
  content: "";
}
.question__label:before {
  top: 12px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #002B54;
  box-shadow: inset 0 0 0 1px #002B54;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}



.question__input:checked+.question__label{
    background-color: #36E367;
    color: #fff;
}
.question__input:checked+.question__label:before {
  background-color: #fff;
  box-shadow: 0 0 0 0;
}
.question__input:checked+.question__label:after {
  top: 22px;
  left: 18px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #36E367;
  border-bottom: 2px solid #36E367;
  transform: rotate(-45deg);
}
.form-check-input:checked, .form-check-input:focus {
  background-color: #fff !important;
  outline: none !important;
  border: none !important;
}
input:focus {
  outline: none;
}
#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}
label.form-check-label.radio-lb {
  margin-right: 15px;
}
#q-box__buttons {
  text-align: center;
}
/*input[type="text"], input[type="email"] {
  padding: 8px 14px;
}*/
input[type="text"]:focus, input[type="email"]:focus {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form-select:focus{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-check-input:checked[type=radio], .form-check-input:checked[type=radio]:hover, .form-check-input:checked[type=radio]:focus, .form-check-input:checked[type=radio]:active {
  border: none !important;
  -webkit-outline: 0px !important;
  box-shadow: none !important;
}
.form-check-input:focus, input[type="radio"]:hover {
  box-shadow: none;
  cursor: pointer !important;
}
#success {
  display: none;
}
#success h4 {
  color: #DC3545;
}
.back-link {
  font-weight: 700;
  color: #DC3545;
  text-decoration: none;
  font-size: 18px;
}
.back-link:hover {
  color: #82000a;
}

/* PRELOADER */
#preloader-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
#preloader {
  background-image: url('../img/preloader.png');
  width: 120px;
  height: 119px;
  border-top-color: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
#preloader-wrapper .preloader-section {
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #F7F9FF;
  z-index: 1000;
}
#preloader-wrapper .preloader-section.section-left {
  left: 0
}
#preloader-wrapper .preloader-section.section-right {
  right: 0;
}
.loaded #preloader-wrapper .preloader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #preloader-wrapper .preloader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #preloader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.chapter-box.video-box .progress:hover {
  height: 70px;
}
.video-ch .progress:hover {
  height: 70px;
}
.progress {
  width: 70px;
  height: 70px;
  background: none;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1199px) {
  #title-container {
    padding: 80px 28px 28px 28px;
}
#steps-container {
    width: 85%;
}
}
@media (max-width: 991px) {
  #title-container {
    padding: 30px;
    min-height: inherit;
}
}
@media (max-width: 767px) {
  #qbox-container {
    padding: 30px;
}
#steps-container {
    width: 100%;
    min-height: 400px;
}
#title-container {
    padding-top: 50px;
}
}
@media (max-width: 560px) {
  #qbox-container {
    padding: 40px;
}
#title-container {
    padding-top: 45px;
}
}

/* blog */
.blog-box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-box .blog-content{
    padding: 15px;
}
.blog-box .blog-content h3{
    font-size: 21px;
}
.blog-box .blog-content h3 a{
    text-decoration: none;
    color: #002B54;
}
.blog-single .blog-s-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-single .blog-s-img img.img-fluid{
    width: 100%;
}
.single-blog-details h3{
    color: #002B54;
}

/*-----------------------------*/
.modal-logo {
  padding: 0px 0 15px;
  text-align: center;
}
.modal-logo img.img-fluid{
    max-width: 150px;
}

.terms-condition ol li,.terms-condition ul li {
  list-style: image-set;
}
.login-bg {
    background-image: url(https://www.studeasy.in/assets/img/login-bg.png);
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
}

input.form-control.country-selected {
    padding-left: 55px;
}

span.country-code-india {
    position: relative;
    bottom: 36px;
    z-index: 1;
    left: 10px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.desk-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-search.search-box{
    max-width: 400px;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 1rem;
}

#back_button_id {
  position: absolute;
  z-index: 9;
}



ul.search-list li .ch-video-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
ul.search-list li .ch-video-box .ch-video-img{
    display: flex;
}
ul.search-list li .ch-video-box .ch-video-img img {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}
ul.search-list li .ch-video-box .ch-video-img .ch-video-title{
    text-align: left;
}
ul.search-list li .ch-video-box .play-icon {
    position: relative;
}
ul.search-list li .ch-video-box .play-icon a{
    width: 20px;
    height: 20px;
    background: #002B54;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 7px;
    color: #FFCF3C;
    cursor: pointer;
    display: block;
}
ul.search-list li .ch-video-box .play-icon a i{
    position: initial;
}
ul.search-list li .ch-video-box .play-icon.list-playicon a{
    background: transparent;
    font-size: 14px;
    color: #002B54;
} 
ul.search-list {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    overflow-y: scroll;
    max-height: 400px;
}