:root{
    --bg-f9 : #323a4517;
    --text-h-clr : #161616;
    --bg-course-color : #ffffff;
    --footer-bg-color: #292F38;
    --refer-bg-clr : #e1ebff;
    --refer-text-clr : #02042b;
    --refer-border-clr : #43516d;


    --light-bg-banner: #f6fbff;
    --white-bg-banner: #f6fbff;
    --default-font-color: #0d2366;
    --panel-heading-bg:  #efeff3;
    --panel-headingText-bg:  #1a1f22;

    --main-color-blue : #3281ff;
    --main-color-dark : #02042b;
    --main-color-green : #28a745;
}

[data-theme="dark"] {
    --bg-f9 : #000000;
    --text-h-clr : #fff;
    --bg-course-color : #141414;
    --footer-bg-color: #000000;
    --refer-bg-clr : #000000;
    --refer-text-clr : #fff;
    --refer-border-clr : #fff;


    --light-bg-banner: #141414;
    --white-bg-banner: #000000;
    --default-font-color: #ffffff;
    --panel-heading-bg:  #000;
    --panel-headingText-bg:  #fff;
}


.error-inner{color: #a94442;margin-bottom: 5px;margin-top: 5px;}

.login .content .has-error .select2-container i { color: #b94a48; }

.duplicate_error {color: #a94442;}

.astrickRequired-icon {color: red;font-size: 8px;vertical-align: middle;}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.scrollHeight500{
	max-height: 500px;
	overflow: auto;
}

@media (min-width: 576px){
	.modal-dialog.modal-custom1060{
		max-width: 1060px;
	}
}


.tagCheckboxLabel input[type="checkbox"] {
  display: none !important;
}

.tagCheckboxLabel input[type="checkbox"]:not(:disabled) ~ label {
  cursor: pointer;
}

.tagCheckboxLabel input[type="checkbox"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.tagCheckboxLabel input[type="checkbox"]:checked + label {
  background: -webkit-linear-gradient(0deg, #43516d 0%, #43516d 100%);
  color: #fff;
}

.tagCheckboxLabel input[type="checkbox"]#control_05:checked + label {
  background: #ff0000;
  border-color: #ff0000;
}

.tagCheckboxLabel label {
  display: block;
  background: white;
  border: 1px solid #ced4dd;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 0px 3px 10px -2px #a1aaa680;
  position: relative;
}

.tagCheckboxLabel input[type="radio"]:checked + label {
  background: #ced4dd;
  color: #000000;
}

.tagCheckboxLabel input[type="radio"]#control_05:checked + label {
  background: #ff0000;
  border-color: #ff0000;
}

ul.specialityListing {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.specialityListing li {
    display: inline-block !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.otpsBtn{
  color: #fff !important;
  border-radius: 5px;
  padding: 3px 3px;
  margin-top: 14px;
  text-align: center;
}
.otpBtn{
  color: #fff !important;
  border-radius: 5px;
  padding: 3px 44px;
  margin-top: 14px;
  text-align: center;
}
.resendCode-btn-verified{
  background: #28a745 !important;
}

/* The radio */
.radioLogin {
  font-weight: 500; 
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.radioLogin input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkround {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#ffae00;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}
.radioLogin input:checked ~ .checkround {
    background-color: #fff;
}
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}
.radioLogin input:checked ~ .checkround:after {
    display: block;
}
.radioLogin .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#ffae00; 
}

.FixHeight255{
  min-height: 255px;
  height: 100%;
}
.uili_search{
  opacity: 1 !important;
  visibility: visible !important;
}


.ui-menu{
  z-index: 99999;
  overflow-x: auto;
    height: 38% !important;
    width: 82% !important;
    overflow-x:hidden;
    
}
.ui-menu li{
  color: #000;
}
.rd-navbar-search-toggle{
  position: absolute;
  bottom: 61%;
  right: 12%;
  background: transparent;
  height: 50px;
  width: 50px;
  border: 0;
  cursor: pointer;
}



/* Course Refferal Start */

.referfriendCourse {
  background: #3d72a9;
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
.referfriendCourse .heading18 {
  font-weight: 600;
  font-size: 14px;
}
.referfriendCourse ul {
  padding: 10px 30px;
  margin: 0;
}
.referfriendCourse ul li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.btn.btn-invitereferOrange {
  color: #fff;
  background-color: #ff5403;
  background-image: none;
  border-color: #ff5403;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 10px;
}

/*.courseCardprice-box {
        margin-top: -600px;
}*/



.referfriendCourse{
    background: #3d72a9;
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.referfriendCourse .heading18{
    font-weight: 600;
    font-size: 14px;
}
.referfriendCourse ul{
    padding: 10px 30px;
    margin: 0;
}
.referfriendCourse ul li{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.btn.btn-invitereferOrangeDetail{
    color: #fff;
    background-color: #ff5403;
    background-image: none;
    border-color: #ff5403;
    font-weight: 600;
    padding: 0 30px;
  }

/* Course Refferal End */


/*video Speec Control*/
.speedControl {
  width: 2em;
  padding: 2px;
  border: 1px inset silver;
  box-sizing: border-box;
  background: black;
  align-self: stretch;
  margin: 0 0 0 0.5em;
  border-radius: 4px;
  overflow: hidden;
}

.indicator {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient( to left top, blue, red);
  font-size: 0.7em;
  font-family: sans-serif;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.timerStatic{
  font-size: 11px;
  display: block;
  text-align: right;
  background: green;
  color: #fff;
  padding: 2px 6px;
  float: right;
}


ol.stepInstructionList{
    padding-left: 15px;
}
ol.stepInstructionList li{
    line-height: 25px;
    margin-bottom: 10px;
}


.timeslotBox li{
  background-color: #4cd3e3;
  border: 1px solid #4cd3e3;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin: 8px 8px 0px 0;
  padding: 5px 5px;
}
.timeslotBox li a{
  color: #fff;
  font-weight: 700;
}
.timeslotBox li.active {
  color: #fff;
  background-color:#f80e8e;
  border-color: #f80e8e;
}
.timeslotBox li.active a {
  color:#fff;
  font-weight:bold;
}

.timeslot-box{
  color: #fff;
  padding: 10px;
  background: rgb(25, 140, 255);
  display: table;
  border-radius: 0;
  margin-top: 15px;
}

.bookedDetail-tablebg{
  background: #43516d;
  color: #fff;
}

/*Dark-Light Theme CSS START*/

.darkThemeToggle{
  background: #bbd1f5;
  padding: 10px;
  border-radius: 50px;
  position: fixed;
  right: 160px;
  bottom: 17px;
  z-index: 99;
}
.darkThemeToggle span.title{
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 33px;
    margin-bottom: 0;
    margin-right: 5px;
}

.theme-switch input {
  display:none;
}
span{
  cursor: default;
}
.slider {
  background-color: #8b8b8b;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 14px;
}

input:checked + .slider {
  background-color: #000;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Dark-Light Theme CSS END*/


.verified-icon{
  position: absolute;
    right: 25px;
    bottom: 25px;
}
.greenverify{
  color: green;
}
.referWallet.referWalletHeight700{
  max-height: 750px;
  overflow: auto;
}
.unverified-icon{
  position: absolute;
    right: 25px;
    bottom: 25px;
}
.checkreferverify {
    bottom: 10px !important;
}
.redunverify{
  color: red;
}


.peopleComments-text-box {
    border-radius: 10px;
    float: left;
    width: 100%;
    clear: both;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    height: 385px;
    background-color: #fff;
    max-height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.peopleComments-text-box .headName{text-align: center;font-size: 16px;margin-top: 1%;}
.peopleComments-text-box .headpara{text-align: center;font-size: 12px;margin-top: 1%;}

.peopleComments-text .quoteTop{
    display: block;
    font-size: 25px;
}
.peopleComments-text .quoteBottom{
    display: block;
    font-size: 25px;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-prev{
    height: 40px;
    background: #43516d !important;
    width: 40px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 25px !important;
    padding: 27px;
    box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-next{
    height: 40px;
    background: #43516d !important;
    width: 40px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 25px !important;
    padding: 27px;
    box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
}
.modal-open .modal#HomePageModalPopupTestimonial{
    padding-right: 0 !important;
}
.peopleComments-text {
    background: linear-gradient(110deg, #43516d 0%, #a1c5ff 100%);
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.scrollbar147{
    height: 210px;
    max-height: 100%;
    overflow: auto;
}

/*dark*/
.scrollbar-transparent::-webkit-scrollbar {
    background-color:transparent; !important;
    width:5px
}
/* background of the scrollbar except button or resizer */
.scrollbar-transparent::-webkit-scrollbar-track {
    background-color:transparent !important;
}
/* scrollbar itself */
.scrollbar-transparent::-webkit-scrollbar-thumb {
    background-color:transparent !important;
    border-radius:16px !important;
    border:5px solid #fff !important;
}

@media (min-width: 576px){
    .modal-dialog.modal-customfullmodal {
        max-width: 100%;
    }
}


/* News Update Feature Start*/

.newfeatureBox {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    width: 20%;
    height: auto;
    border-top-right-radius: 10px;
    box-shadow: 0 11px 32px -5px rgb(54 61 77 / 15%);
}
.newfeatureBox .newfeatureupdate-slider{margin-top: 10px;}
.newfeatureBox h4{
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
.newfeatureBox p{
    font-size: 14px;
}
.close.closeFeature-box{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 2px solid #a245ff;
    background: #fff;
    color: #000;
    padding: 0px 4px;
    font-size: 20px;
    opacity: 1;
}
@media (max-width: 767px){
    .newfeatureBox {
        width: 80%;
    }
}
/* News Update Feature End*/


/*Offer Price and Validity Start*/
.validatioIcon-lable{
  color: #085E7D;
}
.validatioIcon-lable img{
  width: 20px !important;
  height: 20px;
}
.validatioIcon-lable-orange {
    color: #FF5403;
}

.offerCourse-section{
    background: #e5f2ff;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.offerCourse-section p{
    margin-bottom: 5px;
}
.offerClr-1{
    color: #2666CF;
}
.radio-toolbar{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar label {
    display: inline-block;
    width: 99%;
    text-align: center;
    color: #fff;
    background-color: #3d72a9;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked+label {
    background-color: #FF5403;
}
.clear{clear: both;}

.offerCourse-section{
    margin-top: 10px;
    background: #e5f2ff;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.offerCourse-section p{
    margin-bottom: 5px;
}
.offerClr-1{
    color: #2666CF;
}
.radio-toolbar-checkout{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
.radio-toolbar-checkout input[type="radio"] {
    display: none;
}
.radio-toolbar-checkout label {
    display: inline-block;
    width: 32.33%;
    text-align: center;
    color: #fff;
    background-color: #3d72a9;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
}
/*.radio-toolbar-checkout input[type="radio"]:checked+label {
    background-color: #FF5403;
}*/

.height175-scroll{
    height: 175px;
    max-height: 100%;
    overflow-y: auto;
}


/*Home Page Coupon Section Start*/
.ticket-bg1{background: #c1dfff;}
.ticket-bg2{background: #ffe494;}
.ticket-bg3{background: #F4F4F4;}

.datas a, .datas a.link,.datas a:hover {
  display: block;
  padding: 33px 0 0 0;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}
   /*  ================================================
            TICKET STYLING & COUPON EFFECT
    ================================================  */
.ticket {
position: relative;
display: table;
width: 100%;
height: 228px;
margin: 0px auto 0 auto;
padding-bottom: 57px;
text-align: center;
}

.ticket::before {
  content:"";
  position: absolute;
  top: 54.5%;
  left: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #a52958;
}

.ticket::after {
  content:"";
  position: absolute;
  top: 54.5%;
  right: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #185661;
}

/*  ================================================
                    RIBBON EFFECT
    ================================================  */
.ribbon {
position: absolute;
display: block;
top: -4px;
right: -4px;
width: 110px;
height: 110px;
overflow: hidden;
}

.ribbon .label {
position: relative;
display: block;
left: -10px;
top: 23px;
width: 158px;
padding: 10px 0;
font-size: 15px;
text-align: center;
color: #fff;
background-color: #d2302c;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-webkit-transform: rotate(45deg) translate3d(0,0,0);
-moz-transform: rotate(45deg) translate3d(0,0,0);
-ms-transform: rotate(45deg) translate3d(0,0,0);
transform: rotate(45deg) translate3d(0,0,0);
}

.label:before, .label:after {
content: '';
position: absolute;
bottom: -4px;
border-top: 4px solid #a71c26;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}

.label:before {
left: 0;
}

.label:after {
right: 0;
}

.ribbon .label.unlimited {
    background-color: #eb2188;
}
/*  ================================================
                        CONTENT
    ================================================  */
span.spanActivate {
  display: block;
  font-size: 22px;
  color: #540c5d;
}

strong.strongActivate {
  display: block;
  font-size: 60px;
  color: #a52958;
  margin: 0 0 0px 0;
}

strong.smallActivate {
  display: block;
  font-size: 24px;
  color: #a52958;
  margin: 0 0 5px 0;
}

strong.dateActivate {
  display: block;
  font-size: 13px;
  color: #000;
  margin: 0 0 5px 0;
}

em.emActivate {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000;
  border-top: 2px dashed rgba(0,0,0,.1);
  padding: 2px 0;
}



/*  ================================================
              ACTION CALL & ARROW UP EFFECT
    ================================================  */
.buttonActivate {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  padding: 0;
  line-height: 58px;
  text-align: center;
  border-radius: 0;
  background-color: #3281ff;
}

.buttonActivate::before {
  content:"";
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #3281ff;
}
a.buttonActivate:hover{
    color: #fff;
}



/*  ================================================
                    INSIDE TICKET
    ================================================  */
.ticket-in {
  width: 450px;
  height: 280px;
  position: absolute;
  background: #a52958;
  top: 55px;
  left: calc(50% - 280px);
  z-index: -1;
  transition: left 2s;
}

.ticket-in.active {
  left: calc(50% - 585px);
  transition: left 1.5s;
}

.content {
  height: 260px;
  margin: 8px;
  border: 2px dashed #e0c68e;
  border-radius: 10px;
}

.content h1 {
  font-size: 29px;
  color: #4c483b;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'Berkshire Swash', cursive;
}

.pass {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 57px;
  margin: 15px 0 0 15px; 
  padding: 0;
  line-height: 58px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #eadbb8;
  border: 1px solid #82113c;
}

.pass::before {
  content:"";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #eadbb8;
}

.content span {
  margin: 85px 0 0 0;
  text-align: center;
  color: #82113c;
}

.content em {
  border: none;
  text-align: center;
  font-size: 89px;
  color: #eadbb8;
  text-shadow: 1px 1px 0 rgba(0,0,0,.7);
}

.check{
  
  opacity: 0.8;
    
}
/*Home Page Coupon Section End*/
.scroll625{
    max-height: 625px;
    overflow: auto;
}
/*Checkout Start*/

.p10All{
  padding: 10px 30px;
}

.p815all {
    font-size: 24px;
    padding: 8px 15px;
    padding-bottom: 0;
}
.checkbox-toolbar-checkout{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
.checkbox-toolbar-checkout input[type="checkbox"] {
    display: none;
}
.checkbox-toolbar-checkout label {
    position: relative;
    display: inline-block;
    width: 99%;
    text-align: center;
    color: #fff;
    background-color: #3d72a9;
    padding: 8px 8px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 1px;
}
.checkbox-toolbar-checkout input[type="checkbox"]:checked+label {
    background-color: #FF5403;
    box-shadow: 3px 3px 1px #3281ff;
}
.checkbox-toolbar-checkout input[type="checkbox"]:checked+label::before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-size: 50px;
    position: absolute;
    z-index: 1;
    background-color: rgb(0 36 39 / 42%);
    padding-top: 15%;
    left: 0;
    color: #fff;
    right: 0;
    bottom: 0;
    /* height: 100%; */
    top: 0;
}

.checkbox-toolbar-checkout .ribbon .label {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 4px;
    width: 109px;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #d2302c;
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    -webkit-transform: rotate(0deg) translate3d(0,0,0);
    -moz-transform: rotate(0deg) translate3d(0,0,0);
    -ms-transform: rotate(0deg) translate3d(0,0,0);
    transform: rotate(0deg) translate3d(0,0,0);
}
.checkbox-toolbar-checkout .ribbon {
    position: absolute;
    display: block;
    top: 0px;
    left: 25%;
    right: 25%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.checkbox-toolbar-checkout .ticket .spanActivate{font-size: 18px;padding-top: 0;font-weight: bold;}
.checkbox-toolbar-checkout .ticket strong.strongActivate{font-size: 16px;}
.checkbox-toolbar-checkout .ticket strong.smallActivate{font-size: 15px;}
.checkbox-toolbar-checkout .ticket strong.dateActivate{font-size: 9px;}
.checkbox-toolbar-checkout .ticket em.emActivate{font-size: 9px;}

.searchResult-list.couponListingTab li {
    display: inline-block;
    background: #28a745;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 14px;
}

.orangeBtn-radius50{
    background: #FF5722 !important;
}

.checkbox-toolbar-checkout .ticket{
    height: auto;
    padding-bottom: 45px;
}
.checkbox-toolbar-checkout .buttonActivate{
    height: 30px;
    line-height: 30px;
}
/*Checkout End*/
/*CHeckout Start*/
fieldset.scheduler-border {
    border: 2px solid #0077ed !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ced4da;
            box-shadow:  0px 0px 0px 0px #ced4da;
}

legend.scheduler-border {
width:inherit; /* Or auto */
padding:0 10px; /* To give a bit of padding on the left and right */
border-bottom:none;
font-weight: 600;
font-size: 27px;
}

.scheduler-border input, .scheduler-border button, .scheduler-border a.select2-choice{
  height: 45px;
}

.scheduler-border a.resendCode-btn{
  height: 45px;
  line-height: 38px;
}



.ticket-bg1{background: #c1dfff;}
.ticket-bg2{background: #ffe494;}
.ticket-bg3{background: #F4F4F4;}

.datas a, .datas a.link,.datas a:hover {
  display: block;
  padding: 33px 0 0 0;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}

.table .thead-dark th {
    color: #fff;
    background-color: #004992;
    border-color: #004992;
    padding-top: 2px;
    padding-bottom: 2px;
}

.defaultBtn-grey{
  background: grey !important;
}

.clickCouponGroup-link{
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(110deg, #3281ff 0%, #3d72a9 100%);
  margin-top: 10px;
}

.tablescroll-auto360{
  max-height: 360px;
  overflow: auto;
}
.couponTable-title tr td{font-size: 15px;}

.couponpriceOFF{
  background: red;
  color: #fff;
  border-radius: 25%;
  padding: 5px 6px;
  display: block;
  margin: 4px 0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}


/*CHeckout End*/

.table.tableOrderchild td, .table.tableOrderchild th{
  padding: 1px;
  font-size: 13px;
  text-align: left;
}

@media(max-width: 767px){
  .referBox{
      margin-bottom: 30px !important;
  }
  .p40All {
    padding: 15px;
    }
}



/*@media(max-width: 767px) {
  .referBox {
      margin-bottom: 30px;
  }
}*/



/*Offer Price and Validity End*/
@media(max-width: 768px){
    .radio-toolbar-checkout label{
        width: 99%;
    }
    .checkbox-toolbar-checkout label {
        width: 99%;
    }
}

/*Preloader Start*/

#preloader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999999;
    opacity: 0.8;
}
.loader-theme2{
  width: 100%;
  height: 100vh;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#loader-rangeBar{
  top: 50%;
  left: 50%;
}

#loader-rangeBar span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #2891FA;
}

#loader-rangeBar span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-rangeBar span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-rangeBar span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-rangeBar span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
/*Preloader End*/

.checkoutMywallerbg{
  color: #00a63e;
  padding: 3px 3px;
}
.btn-theme-one.referFriendBtnRemoveWallet{
    padding: 1px 5px;
    background-color: #d2302c;
}
.btn-theme-one.referFriendBtnRemoveWallet:before{
    background-color: #d2302c;
}

.btn-theme-one.referFriendBtnApply{
    padding: 1px 0px;
    background-color: #00a63e;
}
.btn-theme-one.referFriendBtnApply:before{
    background-color: #00a63e;
}
.btn-theme-one.referFriendBtn{
    padding: 4px 8px;
    background-color: #ff6600;
}
.btn-theme-one.referFriendBtn:before{
    background-color: #a24100;
}


.referfriends-title-staticpage{
  padding-top: 140px;
  padding-bottom: 40px;
  color: var(--refer-text-clr);
  background-color: var(--refer-bg-clr);
  height: auto;
}
.referfriends-flex-title-staticpage{
  color: #02042b;
  height: auto;
}
.referfriends-flex-title-staticpage h1{
  line-height: 140%;
  font-weight: 500;
  color: var(--refer-text-clr);
}
.referfriends-flex-title-staticpage .paraOne1{
    color: var(--refer-text-clr);
}
.referfriends-flex-title-staticpage .paraOne{
  color: var(--main-color-blue);
  font-size: 18px;
  font-weight: 600;
}
.inviteBtn{
  background: #fff;
  border-radius: 5px;
  height: 50px;
}
.btn.btn-inviterefer{
  color: #fff;
  background-color: #3281ff;
  background-image: none;
  border-color: #3281ff;
  font-weight: 600;
  padding: 0 30px;
}

.sharedreferral{
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin-top: 4%;
}
.sharedreferral ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sharedreferral ul li{
  color: #000;
  display: inline-block;
  padding: 12px 7px;
  font-size: 22px;
}
.sharedreferral ul li a{
  width: 40px;
  height: 40px;
  background: #ff6600;
  padding: 3px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  color: #fff;
}
.sharedreferral ul li a:hover{
  opacity: 0.8;
}

.referBox{
    margin: 0 13px;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: #0056df;
    -webkit-box-shadow: 0 7px 31px rgb(2 4 43);
    box-shadow: 0 7px 31px rgb(2 4 43);
    border-radius: 10px;
    position: relative;
    max-height: 100%;
    min-height: 205px;
}
.referBox .referHeading{
    font-size: 23px;
}
.referBox img{
    border:  2px dashed #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px;
}
.paddingtb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.borderDesign-refer2{
    border: 2px solid var(--refer-border-clr);
    padding: 15px 15px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.borderDesign-refer2 img[alt="barcode"]{
    background: #fff;
}
.borderDesign-refer2 h3{color: var(--main-color-blue);}
.btn-theme-one.referFriendBtn {
    padding: 4px 8px;
    background-color: #ff6600;
}
.btn-theme-one.referFriendBtn:before{
    background-color: #a24100;
}

.btn-theme-one.referFriendBtnEmail {
    padding: 4px 8px;
    background-color: #43516d;
}
.btn-theme-one.referFriendBtnEmail:before{
    background-color: #43516d;
}
.borderTop3-darktheme{
    border-top:2px dashed var(--refer-border-clr);
}

.totalReferBox{
    background: #43516d;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    display: block;
}
.totalReferBox .HeadingOverall{
  font-weight: 700;
  font-size: 19px;
  border-bottom: 3px solid #fff;
  width: 115%;
  margin-bottom: 8px;
}
.totalReferBox .HeadingOverallPrice{
  font-weight: 400;
  font-size: 20px;
}
/*@media(max-width: 767px)
{
  .referBox{
    margin-bottom: 30px;
  }
}*/


.referBox {
  margin: 0 13px;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #0056df;
  -webkit-box-shadow: 0 7px 31px rgb(2 4 43);
  box-shadow: 0 7px 31px rgb(2 4 43);
  border-radius: 10px;
  position: relative;
  max-height: 100%;
  min-height: 205px;
}
.referBox .referHeading {
  font-size: 23px;
}
.referBox img {
  border:  2px dashed #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px;
}

.shareLinkSteps .media{
  border: 2px solid #3281ff;
  border-radius: 5px;
  padding: 20px 10px;
  background: #03052c;
  color: #fff;
  margin-bottom: 10px;
}
.shareLinkSteps .media img{
  height: 60px;
}



.referWallet .table tr th{
    background-color: #bdd0f0;
    font-size: 15px;
}
.referWallet .table tr td{
  font-size: 14px;
  background-color: #f6fbff;
}
.referEmptyWallet{
  background-color: #f6fbff;
  padding: 30px;
  display: block;
  width: 50%;
  margin: 0 auto;
}
.btn-theme-one.referFriendBtn{
  padding: 4px 8px;
  background-color: #ff6600;
}
.btn-theme-one.referFriendBtn:before{
  background-color: #a24100;
  border-color: #a24100;
}
nav.navrefer > .nav.nav-tabs
{
  border: none;
  color:#fff;
  background:#02042b;
  border-radius:0;
}
nav.navrefer > div a.nav-item.nav-link{
  border: none;
  padding: 18px 25px;
  color:#fff;
  background:#02042b;
  border-radius:0;
}
nav.navrefer > div a.nav-item.nav-link.active
{
  border: none;
  padding: 18px 25px;
  color:#fff;
  background:#3281ff;
  border-radius:0;
}

nav.navrefer > div a.nav-item.nav-link.active:after
{
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #3281ff ;
}
.tab-content{
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top:5px solid #3281ff;
  border-bottom:5px solid #3281ff;
  padding:30px 25px;
}

nav.navrefer > div a.nav-item.nav-link:hover,
nav.navrefer > div a.nav-item.nav-link:focus
{
  border: none;
  background: #3281ff;
  color:#fff;
  border-radius:0;
  transition:background 0.20s linear;
}

@media(max-width: 767px){
  .referEmptyWallet
  {
    width: 100%;
  }
}


/* Course Notes CSS */
/** {
  box-sizing: border-box;
}
body {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  position: relative;
}*/
video {
  width: 100%;
  max-width: 100%;
}
.inline {
  display: inline;
}
.hide1 {
  display: none;
}
.button-container {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -19px;
  width: 100%;
  justify-content: center;
  position: relative;
}
.button-container button {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  margin: 2px 1%;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  background: #0155a9;
  color: #fff;
}
.button-container button img {
  width: 50px;
}
h4.hide1 {
  position: absolute;
  top: 0px;
  color: white;
  background: linear-gradient(rgba(211, 211, 211, 0.5), rgba(211, 211, 211, 0.5));
  padding: 50px;
}

.createNotesposition{
  background: orange !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}



.tooltip-inner{
    max-width: 350px;
    background: #000;
}

.filterBox-section{
    color: #0d2366;
    background: #e3f1ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgb(202 202 202);
}
.notesHeader .watchvideo{
    cursor: pointer;
}

.stickyNotes-box{
position: relative;
display: block;
transform: rotate(0deg);
transform: skew(-1deg,1deg);
transition: transform .15s;
box-shadow: 5px 5px 10px -2px rgb(33 33 33 / 30%);
margin-bottom: 30px;
}
.stickyNotes-box .notesHeader{
display: flex;
flex-direction: column;
align-content: center;
justify-content: space-between;
padding: 8px;
}
.stickyNotes-box .notesHeader .headerTitle{
font-size: 17px;
font-weight: 700;
text-align: center;
margin-bottom: 5px;
}
.stickyNotes-box .notesHeader .headerdatetime{
font-size: 12px;
text-align: center;
}

.stickyNotes-box .parasectionnotes{
    color: #0d2366;
    line-height: 20px;
    font-size: 14px;
    padding: 15px;
    text-align: justify;
    height: 159px;
    margin-bottom: 15px;
    overflow: auto;
    max-height: 100%;
}
.stickyNotes-box .readmoretooltip{
text-decoration: underline;
cursor: pointer;
}

/*colors Start*/
.stickyNotes-box-clr1{
background: #FFE7BF;
}
.noteHeader-clr1{
background: #2C3639;
color: #fff;
}
.notesFooter-clr1{
background: #3F4E4F;
color: #fff;
}

.stickyNotes-box-clr2{
background: #fff;
}
.noteHeader-clr2{
background: #F94C66;
color: #fff;
}
.notesFooter-clr2{
background: #BD4291;
color: #fff;
}

.stickyNotes-box-clr3{
background: #FCF9C6;
}
.noteHeader-clr3{
background: #F77E21;
color: #fff;
}
.notesFooter-clr3{
background: #F77E21;
color: #fff;
}

.stickyNotes-box-clr4{
background: #FFDAAF;
}
.noteHeader-clr4{
background: #37E2D5;
color: #000;
}
.notesFooter-clr4{
background: #C70A80;
color: #fff;
}

.stickyNotes-box-clr5{
background: #B8F1B0;
}
.noteHeader-clr5{
background: #00FFAB;
color: #000;
}
.notesFooter-clr5{
background: #14C38E;
color: #fff;
}

.stickyNotes-box-clr6{
background: #DBDFFD;
}
.noteHeader-clr6{
background: #242F9B;
color: #fff;
}
.notesFooter-clr6{
background: #646FD4;
color: #fff;
}
/*color End*/

.stickyNotes-box .notesFooter{
display: flex;
flex-direction: row;
align-content: center;
justify-content: space-between;
padding: 8px;
position: relative;
z-index: 1;
}


.stickyNotes-box .notesFooter .footerTitle{
font-size: 20px;
font-weight: 600;
}
.stickyNotes-box .notesFooter .footersubtitle{
font-size: 14px;
font-weight: 300;
}
.stickyNotes-box .notesFooter .footerclock{
font-size: 18px;
font-weight: 300;
}

.onhoverBtn{
position: absolute;
top: 0;
left: 0;
padding: 5%;
right: 0;
text-align: center;
background: rgba(0, 0, 0, 1.0);
bottom: 0;
display: flex;
justify-content: space-around;
transition: all 0.5s ease;
opacity: 0;
}
.onhoverBtn a{
color: #fff;
}
.onhoverBtn:hover{
opacity: 1;
}

@media(max-width: 767px){
  .filterBox-section{
      padding: 10px;
  }
  .filterBox-section input, .filterBox-section button, .filterBox-section select{
      margin-bottom: 15px;
  }
}

.modalbodyp0{
    padding: 0 !important;
}
.close.closemodal{
    border-radius: 50%;
    background: #024384;
    position: absolute;
    right: -15px;
    top: -16px;
    font-weight: 100;
    padding: 1px 7px;
    border: 3px solid #fff;
    z-index: 99;
    color: #ffffff;
    text-decoration: none;
    font-size: 27px;
    opacity: 1;
    display: inline-block;
}
@media (min-width: 992px){
    .modal-lg1200-vw {
        max-width: calc(100vw - 30px);
    }
    .modal-lg80-vw {
        max-width: 80vw;
    }
}

.CoursesummaryBox .createNotes{
    background: #ffa500;
    color: #fff;
    text-align: center;
    margin: 10px 22px 0 auto;
    padding: 4px 15px;
    border-radius: 5px;
    display: table;
    cursor: pointer;
    border: 0;
}



.modalNote-section{
    width: 100%;
    float: left;
    clear: both;
    margin-top: 15px;
    border: 1px solid #dadee0;
    padding: 10px;
    border-radius: 5px;
}
.modalNote-section select.form-control{
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
}
.noteBox{
    display: table;
    width: 100%;
    margin-top: 20px;
}
.tableRow{
    display: table-row;
}
.pauseDurationTag{
    display: table-cell;
    padding-right: 1.6rem;
    text-align: right;
    /*width: 1%;*/
}
.timerTagdesign{
    display: inline-block;
    min-width: 4.8rem;
    text-align: center;
    background: #1c1d1f;
    color: #fff;
    line-height: 2rem;
    height: 2rem;
    border-radius: 9999px;
    padding: 0 0.8rem;
}
.rightTopicsection{
    display: table-cell;
    width: 99%;
    word-break: break-word;
}
.notesDataBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #0d2366;
    background: #9ce5d7;
    padding: 8px 15px;
    border-radius: 5px
}
.notesDataBox .subjectTitle{
    font-weight: 700;
    font-size: 20px;
}
.notesDataBox .chapterTitle{
    font-weight: 800;
    font-size: 16px;
}
.iconsBig-clr a{
    margin-left: 15px;
}
.iconsBig-clr a i{
    color: #1c1d1f;
    font-size: 20px;
}
.rightDescription{
    padding: 0.8rem;
    margin: 0.1rem 0 0;
    color: #0d2366;
    background-color: #e3eff5;
    text-align: justify;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 20px;
}
.rightDescription textarea{
    padding: 0.8rem;
    margin: 0;
    background-color: #f7f9fa;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.notesBox-scroll400{
    /*height: 400px;*/
    min-height: auto;
    max-height: 400px;
    overflow: auto;
}
.NotesEditFilter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
@media (max-width: 767px){
    .modalFlex-filter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .modalFlex-filter select{   
        margin-bottom: 10px;
    }
    .pauseDurationTag {
        display: block;
        padding-right: 0;
        text-align: left;
        width: 100%;
    }
    .rightTopicsection {
        display: block;
        width: 100%;
        word-break: break-word;
        margin-top: 10px;
    }
    .notesDataBox{
        align-items: baseline;
        justify-content: center;
        flex-direction: column;
    }
    .iconsBig-clr{
        margin-top: 20px;
    }
    .NotesEditFilter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .NotesEditFilter select{
        margin-bottom: 15px;
    }
    .stickyNotes-box .parasectionnotes{
        height: 200px;
    }
}
@media (min-width: 992px){
    .modal-lg1200 {
        max-width: 1200px;
    }
}
            
/* Course Notes CSS */

/* Free Sample Video Course CSS Start */
#timerText{
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    z-index: 99;
}


/* Free Sample Video Course CSS End */

/*Rounded Progress Start*/
.courseHeading {
  background: #43516d;
  color: #fff !important;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress.progressRounded {
width: 60px;
height: 60px;
line-height: 60px;
background: none;
margin: 0;
box-shadow: none;
position: relative;
}
.progress.progressRounded:after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 7px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress.progressRounded > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress.progressRounded .progress-left {
left: 0;
}
.progress.progressRounded .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 7px;
border-style: solid;
position: absolute;
top: 0;
border-color: #ffa500;
}
.progress.progressRounded .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress.progressRounded .progress-right {
right: 0;
}
.progress.progressRounded .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 75px;
border-bottom-left-radius: 75px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress.progressRounded .progress-value {
display: flex;
border-radius: 50%;
width: 100%;
font-size: 15px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
font-weight: bold;
}
.progress.progressRounded .progress-value div {
margin-top: 10px;
}
.progress.progressRounded .progress-value span {
font-size: 12px;
text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
/*.progress[data-percentage="10"] .progress-right .progress-bar {
animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
animation: 0;
}*/

/*.progress[data-percentage="20"] .progress-right .progress-bar {
animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
animation: loading-1 1.5s linear forwards 1.5s;
}*/

/*
.progress[data-percentage="70"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
animation: loading-5 1.5s linear forwards 1.5s;
}*/

/*@keyframes loading-1 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(36);
  transform: rotate(36deg);
}
}

@keyframes loading-2 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(72);
  transform: rotate(72deg);
}
}
@keyframes loading-3 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(108);
  transform: rotate(108deg);
}
}
@keyframes loading-4 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(144);
  transform: rotate(144deg);
}
}

@keyframes loading-5 {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(180);
  transform: rotate(180deg);
}
}*/
.progress.progressRounded {
margin-bottom: 1em;
}
/*Rounded Progress End*/

  .skillPorgressCourse-count1 {
    padding: 6px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
/*      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);*/
  }
.skillPorgressCourse-count1 {transition: 0.4s linear;  
transition-property: width, background-color; }
.skillPorgressCourse-bar .skillPorgressCourse-count1 {
  background-color: rgb(10,98,206);
  width: 100%;
  border-radius: 6px;
/*    background-image: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);*/
  animation: progressAnimationStrike 6s;
}


@keyframes progressAnimationStrike {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}





/*Progress Bar Start*/
.skill-radio-box input.size-25{
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
.skill-radio-box input.size-16{
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.skill-radio-box.all-labelColoured.courseWatchingPage{
  margin-left: 16px;
}


.visibilityHidden{
  visibility: hidden;
}

.skillPorgressCourse {
  margin-bottom: 10px;
  position: relative;
  overflow:hidden;
  height: 31px;
  max-height: 100%;

}
.skillPorgressCourse > p {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding-bottom: 3px;
}
.skillPorgressCourse:before{
  width: 100%;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  background: #959595;
  bottom: 0;
  border-radius: 15px;
}
.skillPorgressCourse-bar {
  width: 100%;
  height: 8px;
  background:#b6d1f3;
  display: block;
  position: relative;
  border-radius: 15px;
}

/* SKILLPorgressCourse 1 */
.skillPorgressCourse1{
  width: 95%;

}
.skillPorgressCourse-bar span{
  position: absolute;
/*    border-top: 5px solid rgb(10,98,206);*/
  top: 0;
  padding: 0;
  font-size: 18px;
  padding: 4px 0;
  font-weight: 500;
}
.skillPorgressCourse-bar {
  position: relative;

}

.skillPorgressCourse1 .skillPorgressCourse-count1 {
  left: 0;
}
/*Progress Bar End*/

/* Video Spliitter CSS Start */

.button-container button img {
  width: 40px;
}
.createNotesposition{
  right: 0;
  left: unset;
}
.padding-68{
  padding: 6px 8px;
}
.videoSplitter-block a{
position: relative;
}
.videoSplitter-block a{
border: 1px solid #0155a9;
padding: 10px;
border-radius: 5px;
width: 100%;
float: left;
clear: both;
}
.videoSplitter-block img{
height: 132px;
max-height: 100%;
}
.videoSplitter-block .playIcon{
position: absolute;
color: #fff;
font-size: 3rem;
top: 30%;
bottom: 0;
left: 0;
right: 0;
height: 100%;
}

.videoSplitter-block .freeDemoAvailable-tag{
color: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; 
background: #0155a9;                           
}

@media(max-width:767px){
  .createNotesposition{
      left: 0;
      right: unset;
  }
  .heightpercentage100{
      height: 100vh;
  }
  .width-25-left{
      z-index: 9;
  }
  .slideRight-toggleclr{
      top: 26%;
      font-size: 14px;
      z-index: 99;
  }
  .darkThemeToggle{
      right: 0;
      z-index: 999;
  }
  .position-relative{
      position: relative;
  }
  .button-container button{
      position: relative;
      top: 10%;
  }
}


/* Video Spliitter CSS End */


/* Active LI Menu Class Start */

.navbar-nav > .nav-item > .active
{
  color: var(--main-color-blue) !important;
}

/* Active LI Menu Class End*/


.borderRegistration{
border: 1px solid rgba(0,0,0,.1);
border-radius: 10px;
padding: 10px 10px 0;
margin-bottom: 1rem;
}
.tagCheckboxLabel label{
margin-bottom: 5px;
}
#registerPopup .modal-body{
padding: 5px 10px;
}


.borderRegistration-profile{
  border-radius: 10px;
  padding: 20px 10px 0;
  margin-bottom: 1rem;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: both;
}
.select2-container.profileEditQualification .select2-choice{
  height: 54px !important;
  line-height: 54px;
}

/*Video Course Lecture Start*/
.titleCountTime{
    color: #fff;
    padding: 3px 7px;
    background: #28a745;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
    margin: 0px 5px;
    margin-bottom: 5px;
}
/*Video Course Lecture End*/