
    @font-face {
        font-family: 'Montserrat-regular';
        src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
      }
    @font-face {
        font-family: 'Montserrat-bold';
        src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    }
    @font-face {
        font-family: 'Montserrat-black';
        src: url('../fonts/Montserrat/Montserrat-Black.ttf');
    }
    @font-face {
        font-family: 'Montserrat-light';
        src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    }

    body{
        font-family: 'Montserrat-regular';
        max-width:900px;
        margin:0 auto
    }

    /* The snackbar - position it at the bottom and in the middle of the screen */
#toast {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 90%;
    margin-left: 0%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 5%;
    bottom: 60px;
    border-radius: 100px;
    box-shadow: 0px 0px 23px #cccccc75;
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #toast.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
.acc_btn{
    background: #118b11;
    color: #fff;
    border: none;
    font-size: 13px;
    width: 48%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.prof_btn{
    background: #d5ae4d;
    color: #fff;
    border: none;
    font-size: 13px;
    width: 48%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.crstype_activebtn{
    text-decoration: underline;
    background: #e7e7e7;
    color: #080000;
    font-weight: bold;
}

.navbar{
    background: #6998ce  !important;
}
.loginlogo{
    text-align: center;
}

.phone-list{
    padding:15% 0 5% 0
}

#loginCarousel img{
    width:100%
}

.login-top{
    padding:0 15%
}

.otp{
    display:none
}

.logo{
    color: #fff;
    font-size: 14px;
}

.logo img{
    width: 40px;
}

.loginlogo h3{
    text-align: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background: -webkit-linear-gradient(#a6e8ff, #f257ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1%;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

#loginverify{
    display:none
}

.loginlogo img{
    width:50px
}

#nineone{
    box-shadow: 0px 0px 15px #00bdff6e;
    background: #e0e0e0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mob{
    box-shadow: 0px 0px 15px #00bdff6e;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    
}

#otp{
    box-shadow: 0px 0px 15px #00bdff6e;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.loginbtn{
    width: 100%;
    background: #0066a2;
    margin: 10% 0%;
    padding: 2% 0%;
    color: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: 0px 0px 15px #00bdff6e;
}
.card_icon_head{
    width: 25px !important;
}

#edu_vid{
    background: #eaf8ff;
    padding: 5%;
    text-align: center;

}

#edu_vid h3{
    font-size: 16px;
    margin: 0;
    font-family: 'Montserrat-bold';
    color: #747474;
}


.header_right_name{
    position: absolute; 
    right: 10px;
    top: 15px;
    text-align: right;
    color:#f3f3f3
}

.header_right_name h4{
font-size: 12px;
line-height: 18px;
}

.header_right_name h4 span{
    color:#fff
}

.header_right_name p{
    font-size: 11px;
    line-height: 0;
}

#apply_for_shiksha {
    width: 90%;
    background: #196eb1;
    text-align: center;
    padding: 2%;
    color: #fff;
    border-radius: 100px;
    margin: 10px 5%;
    font-size: 14px;
    cursor: pointer;
    display:none
}

#sel_langu{
    padding: 0;
    margin: -10px 0;
    text-align: left;
}

#sel_langu select{
    font-size: 13px;
    width: 95%;
    border: 1px solid #1e6b83;
    color: #ffffff;
    background: #187db9;
}

.apply_for_shiksha{
    animation: apply_for_shiksha 1s infinite ease-in-out alternate;
}



  @keyframes apply_for_shiksha {
    from { transform: scale(0.95); }
    to { transform: scale(1.01); }
  }


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(176, 3, 3);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  #crstype_switch{
    text-align: center;
    line-height: 33px;
    margin: 2% 2% 0 2%;
  }

.crs_type_sw {
    font-size: 12px;
    color: #000751;
}

#acc_courses{
    text-align: center;
    padding: 4% 0 17% 0;
    background:#e7e7e7
}

.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(140, 140, 140);
    font-size:12px
}

.crs_de_icons{
    padding: 0% 3% 0% 0%;
}

.crs_de_icons img{
    width: 12px;
    margin: 1% 0;
}

.crs_heading{
    font-family: 'Montserrat-bold';
    color: #727272;
    font-size: 13px;
}

.crs_heading_sub{
    color: #727272;
    font-size: 15px;
    border-bottom: 1px solid #d6d4d4;
}

.crs_section{
    text-align: left;
    color: #040101;
    font-size: 12px;
    padding: 0% 0 5% 0;
    font-family: 'Montserrat-regular';
    /* position: absolute; */
    color: #8f8f8f;
    line-height: 12px;
    
    border-bottom: 1px solid #8e8a8a;
}

#get_crs .container{
    padding-bottom:10%
}

.crs{
    padding: 0;
}

.crs_img{
   
    padding:0
}

.card-img-top{
    width: 100%;
    padding: 5%;
    border-radius: 10px;
}


.crs .card-title{
    font-size: 13px;
    padding: 5% 0 0 0;
    font-family: 'Montserrat-bold';
    text-align: left;
    position: relative;
    
}

.crs_inner_tag{
    position: absolute;
    right:0;
    top: 0;
}

.crs_inner_tag img{
    width:80px
}

.crs_des{
    padding: 0 1% 0 0%;
    margin: 0;
    text-align: left;
    list-style: none;
    font-size: 11px;
}

.crs_des li {
    color: #595959;
}

.crs_list{
    padding: 0% 0 5% 0;
    margin: 5% 0;
    box-shadow: 5px 5px 5px #ccc;
}

.crs_list_pro {
    padding: 0% 0 5% 0;
    margin: 5% 0;
    box-shadow: 5px 5px 5px #ccc;
}

.class_list_crs{
    font-size: 14px;
    /* background: #173a03; */
    margin: -8px 0px 0 0;
    color: #000000;
    padding: 0% 2% 4% 2%;
    border-bottom: 1px solid #ccc;
}

.classes_list{
    text-align: left;
    padding: 0;
    list-style: none;
}

.classes_list li{
    border-bottom: 1px solid #ccc;
    padding: 3% 0;
    opacity: 0.6;
    position: relative;
    font-size: 13px;
    display: flex;
    min-height: 60px;
}

.classes_list li img{
    width: 20px;
    margin: 2%;
    height: 20px;
}

.classes_list li button{
    font-size: 11px;
    background: #2c912c;
    color: #fff;
    border: none;
    float: right;
    position: absolute;
    right: 0;
    width: 26%;
    border-radius: 5px;
    line-height: 13px;
    padding: 2.5% 0;
    box-shadow: 6px 5px 13px #919191;
    font-weight: bold;
    top:5px;
}

.active_class_pro{
    font-size: 11px;
    background: #2c912c;
    color: #fff;
    border: none;
    float: right;
    position: absolute;
    right: 0;
    width: 26%;
    border-radius: 5px;
    line-height: 13px;
    padding: 2.5% 0;
    box-shadow: 6px 5px 13px #919191;
    font-weight: bold;
}

.backup_class{
    bottom: 10%;
    width: 40% !important;
    padding: 3% 0 !important;
    background: #066681 !important;
}

.classes_list li p {
    width: 65%;
    margin:0
}

.active_class{
    opacity: 1 !important;
}

.noschedule{
    z-index: 9999;
    opacity:0.8 !important
}

.active_class_pro{
    right: 0% !important;
    width:40% !important;
    padding: 3% 0 !important;
    top: 10%;
}

.pro_class_list{
    min-height: 60px !important;
}

.liveclass{
    width: 60px !important;
    float: right;
}

.notstarted{
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 0px;
    top: 13%;
    background: #617fe7;
    border-radius: 5px;
    padding: 0 5px;
    padding: 5px;
}

.notscheduled{
    font-size: 11px;
    background: rgb(67, 67, 67);
    color: #fff;
    border: none;
    float: right;
    position: absolute;
    right: 0;
    width: 20%;    
    text-align: center;
}

#crs_buy .modal-header{
    background: #940808;
    color: #fff;
}

#crs_buy .modal-body{
    background: #d8fbd8;
}

.crs_cost {
    background: #02a4cb;
    padding: 5% 4%;
    color: #fff;
    font-size: 15px;
    border-radius: 60px;
    text-align: center;
}

.or {
    text-align: center;
    opacity: 0.5;
}

.buy_shiksa{
    background: #52f8bc;
    padding: 5% 4%;
    color: #000;
    margin-top: 5%;
    text-align: center;
    font-size: 15px;
    border-radius: 60px;
}

.buy_shiksa img{
    width: 35px;
}



.actualcost{
    text-decoration: line-through;
}

.payable {
    font-family: 'Montserrat-bold';
}

.bottom_fe_boxes img{
    width:100%;
    border-radius: 15px;
}

.bottom_fe_boxes .col-12{
    padding:7.5px 15px
}

.shikshacard_img  img{
    width: 57%;
    margin-top: 40px;
}

.shikshacard_img h3{
    font-size: 15px;
    color: #02547c;
    /* text-transform: uppercase; */
    background: #e7e6da;
    width: 109%;
    margin-left: -5%;
    padding: 2% 5%;
    text-align: center;
}

.shikshacard_img h3 span{

    font-family: 'Montserrat-bold';
    color: #082323;
}

.apply_shikshacard{
    background: #ebfbff;
    min-height: 100vh;

}

.apply_shikshacard h2{
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 16px;
    padding: 2%;
    background: #943d08;
    color: #fff;
}

.adv_of_card{
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 1% 4%;
}

.adv_of_card li{
    padding: 1.7%;
    list-style-position: inside;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
}

.apply_shikshacard button{
    background: #389038;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

.shikshacard_success{
    padding: 20% 5%;
    background: #fafafa;
}

.shikshacard_success img{
    width: 30% !important;
}

.gotochapter{
    width: 49%;
    background: #43a143;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 5px 9px 17px #333;
}

.gotorevision{
    width: 49%;
    background: #ba8207;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 5px 9px 17px #333;
}

.exam_link{
    width: 48%;
    background: #4f008b;
    color: #fff;
}

.rev_class_list{
    background:#fffbcc;
}

.qick_tips_link{
    width: 48%;
    background: #6f7005;
    color: #fff;
}

.qnpaper_sec{
    background: #dbffdb !important;
}
                        
#cart_shiksha .crs_name{
    padding: 0 2%;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    color: #838383;
}

#cart_shiksha .crs_name span{
    font-size: 18px;
    display:block;
    color: #000;
}

#cart_shiksha .crscost{
    padding: 0 2%;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    color: #838383;
}

#cart_shiksha .crscost span{
    font-size: 18px;
    display:block;
    color: #000;
}

#cart_shiksha .wallet_bal{
    padding: 0 2%;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    color: #838383;
}

#cart_shiksha .wallet_bal span{
    font-size: 18px;
    display:block;
    color: #000;
}

#activate_shiksha_crs{
    background: #389038;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

#reapply_card{
    background: #389038;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

#gotoclassroom{
    background: #389038;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

.lowbal{
    font-size: 15px;
    padding: 0 10%;
}

#class_parts{
    padding: 0;
    margin: 0;
    list-style: none;
}

#class_parts li{
    width: 25%;
    display: inline-block;
    font-size: 12px;
    font-family: 'Montserrat-Bold';
    border: 1px solid #aaa;
    padding: 3% 0px;
    margin: 1% 0;
    position: relative;
}

#class_parts li img{
    width: 12px;
    margin: 2px;
}

#class_parts li .startsat{
    display: block;
    font-size: 10px;
    font-family: 'Montserrat-Regular';
    display:none
}

.class_chat_name{
    font-size: 15px;
    padding:2%;
    font-family: 'Montserrat-Bold';
    color: #015883;
}

#class_fac_details{
    background: #0372a9;
    margin: 3% 0 3% 0;
    position: relative;
    min-height:200px
}

.class_fac_pht{
    width:30%;
    position: absolute;
    left:0px;
    bottom:30px;
}

.class_fac_name{
    position: absolute;
    left: 0px;
    bottom: -15px;
    color: #fff;
    padding: 1% 2%;
    font-size: 13px;
}

.play_class{
    position: absolute;
    left: 45%;
    top: 75px;
    width: 12%;
}

.class_part_h{
    color: #fff;
    padding: 3%;
    font-size: 15px;
    font-family: 'Montserrat-Bold';
}

.recOn{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 2%;
    font-size: 12px;
    color: #fff;
}

.recOn span{
    display: block;
}

.notactiveclass {
    
    width: 100%;
    background: #0c0c0c4d !important;
    z-index: 99;
}

.notactiveclass img{
    filter: grayscale(100%);
}

.class_perifer{
    width: 48%;
    background: #fff;
    margin: 1%;
    position: relative;
    min-height:100px
}

.class_perifer img{
    width:50%
}

.class_perifer h3{
    font-size: 15px;
}

.class_perifer h4{
   font-size: 13px;
    background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, rgb(255, 98, 0), rgb(112, 2, 70));
    width: 116%;
    margin-left: -8%;
    min-height: 55px;
    padding: 10px 0;
    color: #fff;
    border-bottom-left-radius: 10px;    
    border-bottom-right-radius: 10px;
}

#get_prof_classes{
    padding:0% 5%
}

#add_prof{
    background: #389038;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

#add_acc{
    background: #806901;
    width: 80%;
    margin: 3% auto;
    border: none;
    color: #fff;
    padding: 3%;
    border-radius: 70px;
}

.facultycrs{
    width: 57px;
    position: absolute;
    top: 41%;
    right: 8%;
}

#chap_parts{
    padding: 0;
    list-style: none;
}

#chap_parts li{
    background: rgb(22 155 118);
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 5px 1%;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 4%;
    position: relative;
    box-shadow: 5px 5px 5px #9f9898;
    border-radius: 5px;
   
}

#chap_parts li small{
    position: absolute;
    right: 40px;
    font-family: 'Montserrat-regular';
    color: #e9e9e9;
}

#chap_parts li img{
    width: 20px;
    float: right;
}


#class_parts li{
    background: #0c2852;
    color: #fff;
    display: inline-block;
    width: 47%;
    border-radius: 5px;
}

.playing{
    display:none
}

#vid{
    width: 100%;
    height: 215px;
}

#bottom_banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #6998ce;
    padding: 2% 1% 2% 1%;
    font-size: 12px;
    line-height: 13px;
    color:#fff;
    z-index: 99999;
}

.fac_img_vid{
    width:20px
}

#chat{
    text-align: left;
    font-size: 12px;
    padding-bottom: 100px;
}

.chat_faq{
    width: 100%;
    background: #fffed7;
    margin: 20px 0;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-height: 40px;
    padding: 0 15% 0 2%;
}

.chatusr{
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 95%;
}

.chat_usr{
    width: 100%;
    background: #d7ffda;
    margin: 20px 0;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-height: 40px;
    padding: 0 15% 0 2%;
}

.profile_pic{
    width: 30px;
    height: 30px;
    border: 2px solid #adadad;
    background: #ccc;
    border-radius: 100px;
    /* padding: 1.5%; */
    position: absolute;
    text-align: center;
    right: 5px;
    top: 5px;
}

#send_chat{
    position: fixed;
    width:100%;
    background: #fff;
    bottom: 50px;
}

#send_chat textarea{
    width:78%;
    margin: 2% 0 0 0;
}

#send_chat button{
    width: 19%;
    background: green;
    display: inline-block;
    margin-top: -45px;
    height: 55px;
    color: #fff;
}

#bottom_banner .col-4{
    border-right: 1px solid #4b8295;
    cursor: pointer;
}

#bottom_banner p{
    padding: 0%;
    margin: 0;
}

#bottom_banner img{
    width:25px
}

.gotochapter_pro{
    width: 50%;
    background: #43a143;
    font-size: 14px;
    border-radius: 20px;
    color:#fff;
}

.gotoexam_pro{
    width: 48%;
    background: #869804;
    font-size: 14px;
    border-radius: 20px;
    color:#fff;
}

.gotocert_pro{
    width: 48%;
    background: #373e01;
    font-size: 14px;
    border-radius: 20px;
    color:#fff;
}

.crs_des_pro {
    padding: 0 1% 0 2%;
    margin: 0;
    text-align: left;
    list-style: none;
    font-size: 11px;
}

.sel_lang {
    padding:2% 2%;
}

#sel_lang {
    background: #b6dcf3;
    margin: 3% 0;
    width: 80%;
    border-radius: 2px;
    padding: 1%;
}
.sel_lang h4{
    font-size: 13px;
}

.sel_lang select{
    width: 90%;
    margin: 1% 5%;
    border: 1px solid #ccc;
    padding: 1% 2%;
    font-size: 12px;
}
.vid_crs{
    padding:4% 0
}
.vid_crs h3{
    font-size: 14px;
    font-family: 'Montserrat-bold';
}

.chapter-header{
    font-size: 13px;
}

.card-header{
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.vid_crs .chapters_list_views{
    padding: 0;
    margin: 0;
    list-style: none;
}

.vid_crs .topic_name{
    font-size: 14px;
    font-family: 'Montserrat-bold';
    background: #0e557e;
    color: #fff;
    padding: 2%;
}

.vid_part{
    margin: 4% 0 0px 0;
    /* background: red; */
    text-align: left;
    font-size: 11px;
    font-family: 'Montserrat-bold';
    color: #026c02;
}

.view_video{
    box-shadow: 5px 5px 5px #e0dcdc;
}

.enotes_bot{
    background: #ca6a00;
    margin: 4% 0 5% -5%;
    display: block;
    padding: 5% 0 5% 0;
    width: 110%;
}

.enotes_bot img{    
    width:20px
}

.enotes_bot a{
    color: #fff;
    border: 2px solid #fff;
    width: 80%;
    display: block;
    margin: 0 10%;
    text-decoration: none;
    padding: 2%;
    font-family: 'Montserrat-regular';
}

.enotes_bot p{
    font-size: 12px;
    padding: 5% 1%;
    color:#fff
}

#banner{
    width: 107%;
    margin-left: -3.5%;
    position: relative;
    text-align: left;
}

#banner h2{
    position: absolute;
    bottom: 1%;
    left: 0;
    padding: 5%;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    font-size: 20px;
}

#banner img{
    width:100%;
}

.crs_block{
    width: 45%;
    display: inline-block;
    margin: 2%;
    box-shadow: 5px 6px 14px #b1afaf;
}


.crs_block h3{
    font-size: 11px;
    color: #333;
    max-height: 32px;
    overflow: hidden;
    min-height: 32px;
    font-weight: bold;
}

.crs_block_full{
    width:100%;
    display: block;
    margin: 10% 0%;
    padding:3% 0;
    box-shadow: 5px 6px 14px #b1afaf;
}

.crs_block_full img{
    width:100%
}

.crs_block_full h3{
    font-size: 11px;
    color: #333;
    max-height: 32px;
    overflow: hidden;
    min-height: 32px;
}

#home_sec{
margin:5% 0 20% 0
}

#home_sec img{
    width:100%;
    border-radius: 5px;
}

#home_sec h2{
    font-size: 16px;
    background: #0990c8;
    color: #fff;
    padding: 2% 0;
    border-bottom: 5px solid #ff5959;
}

.add_via_shiksha{
    background: #349134;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}

.know_mr{
    background: #917720;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}

.already_active{
    background: #053d97;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}

.already_active2{
    background: #3d0597;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}

.add_to_cart{
    background: #349134;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
}

.crs_intre{
    padding: 0 5%;
    list-style: none;
}

.crs_intre li{
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.crs_intre li img{
    width:10px;
    margin:0 5%
}

.crs_description{
    font-size: 12px;
    text-align: left;
    padding: 0 5%;
}

.shikshabox{
    color: #fff;
    position: relative; 
    border-radius: 10px;
    padding: 3%;
    margin: 13% 0;
}

.shikshabox img{
    position: absolute;
    right: -15px;
    top: 30%;
}

.shikshabox p{
    margin: 0;
    color: #ededed;
}

.shikshabox span{
    display: block;
}

.ham_menu{
    width: 40px;
    cursor: pointer;
}

.sidenav{
    position: fixed;
    width: 100%;
    right: 0px;
    background: #000000ab;
    top: 0;
    height: 100vh;
    z-index: 1;
    display:none
}

.menu_links_policy{
    padding-bottom: 30%;
}

#myLinks{
    width: 80%;
    background: #fff;
    position: fixed;
    height: 100vh;
    right: 0px;
    z-index: 9999;
    box-shadow: -5px 0px 15px #000;
    overflow: auto;
}

.close_menu{
    position: fixed;
    right: 10px;
    top: 2px;
    font-size: 20px;
    color: #000;
    text-decoration: none;  
}

.profile_sec{
    text-align: center;
    font-size: 20px;
    background: #dbdbdb;
    padding: 5% 0;
}

.edit_prof{
    font-size: 14px;
}

.def_profile{
    width: 30%;
}

.menu_links {
    padding-bottom: 5%;
}

.menu_links a{
    display: block;
    padding: 3% 8% 3% 15%;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    background: url('../images/icons/arrow_left.png')no-repeat;
    background-size:3%;
    background-position: 5% 50%;
    font-size: 13px;
}



.menu_links_policy a{
    display: block;
    padding: 2% 8%;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.download_cert_again{
    color:green;
    text-align: center;
}

#sib-conversations {
    bottom: 70px;
}

#edit_profile{
    padding: 3% 3% 20% 3%;
}

#edit_profile label{
    display: block;
    text-align: left;
    margin: 3% 0 0 0.2%;
}

#edit_profile input{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #666;
    box-shadow: none;
}

#edit_profile input[type="checkbox"]{
    width: 100px;
    display: inline;
    margin: -30px 0px 0 25px;
}

#edit_profile select{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #666;
    box-shadow: none;
}

#edit_profile button{
    background: rgb(0, 79, 0);
    width: 100%;
    margin: 7% 0;
    color: #fff;
    padding: 2%;
    border: none;
    border-radius: 3px;
}

#earn_check_div{
    text-align: left;
    padding: 3% 0;
    line-height: 20px;
}

#earn_check_div span{
    display: block;
    margin-top: 15px;
}


#policypages{
    padding:4% 0 10% 0
}

#policypages h4{
    text-align: center;
    padding:3% 0
}

#get_sel_crs .crs_section{
    padding:3%;
    font-weight: bold;
    text-align: center;
}

.actual_cost{
    text-decoration: line-through;
}

#cart3{
    font-size: 21px;
    text-transform: uppercase;
}

.carth4{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    color: #878787;
}

.cart_table{
    text-align: left;
    width:100%;
    font-size: 13px;
}

.cart_table td{
    border: 1px solid #333;
    padding:5px
}

.cart_table td img{
    width:20px
}

.cart_table th{
    border: 1px solid #d3d3d3;
    padding: 5px;
    text-align: center;
    background: #1157a4;
    color: #fff;
}

.cart_total {
    padding: 3% 0;
    line-height: 35px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.cart_total_item {
    border-bottom: 1px solid #aaa;
    padding: 0 10%;
}

.cart_total_item span {
    float: right;
}

.totalcartbig {
    font-size: 16px;
    color: #1e4977;
}

.paynow_container {
    width: 100%;
    position: fixed;
    z-index: 999999;
    bottom: -5px;
    padding: 5% 5%;
    border-radius: 0;
    background: #004e98;
    left: 0%;
}

.paynow_container {
    text-align: left;
}

.discounton_crs_cost {
    display: block;
    padding: 6px 6% 0px 0%;
    font-family: sans-serif;
    color: #c6f656;
    font-weight: bold;
    font-size: 16px;
}

.crs_cost_in {
    font-size: 33px;
    font-family: sans-serif;
    color: #fff;
}

#disk {
    color: #fff;
}


.remove_from_cart {
    position: relative;
    width: 50%;
    /* background: red; */
    right: -5%;
    text-align: right;
    top: 32px;
}

.remove_from_cart img {
    width: 30px !important;
    position: absolute;
    top: -50px;
    right: 16px;
}

.actual_crs_cost {
    font-size: 15px;
    font-family: sans-serif;
    padding: 0 10px;
    text-decoration: line-through;
    color: #8c8c8c;
}

.paynow_container button {
    width: 45%;
    position: absolute;
    right: 2%;
    background: #fff;
    padding: 4%;
    top: 20%;
    font-size: 17px;
    color: #004e98;
    font-weight: bold;
    border: 3px solid #1e8bf1;
    border-radius: 100px;
}

.reg_down{
    text-align: center;
}

#clear_cart{
    font-size: 13px;
    border: none;
    border-bottom: 1px solid;
    padding: 0% 0px;
    background: transparent;
    line-height: 1;
    color: #07377e;
    float: right;
    margin: 1% 0;
}

#paycart{
    background: rgb(0, 79, 0);
    width: 100%;
    margin: 7% 0;
    color: #fff;
    padding: 2%;
    border: none;
    border-radius: 3px;
}
#discount_pop {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000cf;
    left: 0;
    z-index: 9999;
    height: 100vh;
}

#discount_pop img {
    width: 90%;
    padding: 35% 5%;
}

.course_top_head img {
    width: 100%;
}

.crs_detals_head h2{
    font-size: 15px;
    padding: 2% 0;
    font-weight: bold;
    background: #d7d7d7;
}

.course_details_body{
    text-align: left;
}

.course_details_body h2{
    font-size: 13px;
    font-weight: bold;
}

.course_features p{
    font-size: 13px;
}

.course_features p img{
    width:15px
}

.chapters_box{
    background: #fbfbfb;
}

.chapters_box h3{
    border-top: 1px solid #cbcbcb;
    font-size: 13px;
    padding: 3% 0;
    font-weight: bold;
}

.chapters_box ul{
    font-size: 13px;
    padding: 0;
}

.chapters_box li{
    border-top: 1px solid #cbcbcb;
    font-size: 12px;
    padding: 1% 0;
    position: relative;
}

.chapters{
    padding:0;
    margin:0;
    list-style:none;
}

.chapters li{
    height:80px
}

.chapters p{
    display:inline-block;
    width:70%;
    padding: 5% 1%;
}

.chapters button{
   position: absolute;
   top: 30%;
   width: 30%;
   background: #3c7419;
   right: 0%;
   color: #fff;
   border: none;
   padding: 2%;
}

.crs_detals_head p{
    text-align: left;
    font-size: 13px;
    padding: 0 3%;
}

.recommended_inner{
    width:49%;    
    display: inline-grid;

}

.recommended_inner h4 {
    font-size: 11px;
}

.recommended_inner a img{
    width:100%
}

#get_exams table{

}

#get_exams table th{
    border: 1px solid #333;
    padding: 2%;
    font-size: 12px;
    font-weight: bold;
}

#get_exams table td{
    border: 1px solid #333;
    padding: 2%;
    font-size: 12px;
    width: 20%;
}

.earn_menu{
    display:none
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.8); }
    to { transform: scale(1.2); }
  }

  #earn p{
    font-size: 13px;
    text-align: center;
  }

  .prime_points{
    text-align: left;
    font-size: 13px;
  }

  #prime_interested{
    width: 48%;
    background: #0b891b;
    color: #fff;
    border: none;
    padding: 2%;
    border-radius: 5px;
  }

  #prime_not_interested{
    margin: 5% 0 30% 0;
    border: none;
    background: transparent;
    width: 90%;
  }

  #prime_skip{
    width: 48%;
    background: #89260b;
    color: #fff;
    border: none;
    padding: 2%;
    border-radius: 5px;
  }

  .prime_points li{
    padding: 1% 0;
  }

  .resendotp{
    width: 50%;
    background: #d5f0ff;
    margin: 1% 0%;
    padding: 1% 0%;
    color: #000;
    border-radius: 100px;
    border: none;
    /* box-shadow: 0px 0px 15px #00bdff6e; */
    float: right;
    display:none
  }

  .completeChapter {
    padding-bottom: 16%;
}


#new_update{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000cc;
    top: 0;
}

#new_update span{
    background: #fff;
    display: block;
    padding: 15% 5%;
    font-size: 20px;
}

#new_update a{
    display: block;
    width: 80%;
    background: #0c5c02;
    text-align: center;
    margin: 5% 10%;
    padding: 2%;
    color: #fff;
    text-decoration: none;
}

#atended_on{
    font-size: 9px;
    text-align: right;
    background: #639ec9;
    display: block;
    width: 30%;
    color: #fff;
}
#atended_on span{
    display:block;
}