body{
	box-sizing: border-box !important;
	background: #fff !important;
}

ul{
	list-style: none !important;
}

p{
	color: #646f79!important;
}

:root {
  --boxshadow: -2px 1px 30px rgba(115, 128, 157, 0.24);
  --smshadow: 0px 0px 12px rgb(138 138 138 / 24%);

}


section.course_curriculum{
	min-height: 80vh;
	margin-top: 16px;
}

.modal{
	background-color: rgb(0,0,0,0.4) !important;
}

.fix-bottom .mob-menu{display: none !important;}

.coaching-tabs .ctbox h2{
	font-weight: 600;
	font-size: 24px;
	padding: 12px 0;
}

.coaching-tabs .ctbox .btnlive label{
	display: inline-block;
    margin: 8px 0 0 10px;
    padding: 3px 10px;
    background: #EE3136;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0px 0px 2px 0px rgba(93, 83, 83, 0.5);
}

.coaching-tabs .ctbox .smlite,
.coaching-tabs .ctbox .smbold{
	display: flex;
	justify-content: space-between;
	align-content: center;
	text-align: center;
}

.coaching-tabs .ctbox .smlite li,
.coaching-tabs .ctbox .smbold li{
	border-right: 1px solid #ddd;
	padding: 0px 15px 0 0;
	text-transform: capitalize;
}

.coaching-tabs .ctbox ul li:last-child{
	border-right: 0;
}

.coaching-tabs .ctbox .smbold{
	margin: 25px 0;
}

.coaching-tabs .ctbox .smbold li{
	padding: 0px 40px 0 0;
}

.coaching-tabs .ctbox .smbold li h4{
	font-weight: bold;
	margin-bottom: 0px;
}

.coaching-tabs .book-free-couns .outinebtn{
	color: #0073E6;
	border: 1px solid #0073E6;
	transition: ease 0.1s;
	padding: 8px 12px;
}

.coaching-tabs .book-free-couns .outinebtn:hover{
	background: #0555f9;
	color: #fff;
}

.coaching-tabs .book-free-couns{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	width: 90%;
	margin: 20px 0;	
}

.coaching-tabs .book-free-couns figure{
	background: #0073E6;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    box-shadow: 0px 0px 2px 6px #3b73e654;
    margin-top: 20px;
    margin-right: 50px;
}

.coaching-tabs .book-free-couns i{
	color: #fff;
	font-size: 16px;
}


.coaching-tabs .form-control,
.coaching-tabs .input-group-text{
	border:1px solid #0073E6 !important;
}

.coaching-tabs .form-control::-webkit-outer-spin-button,
.coaching-tabs .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  }


.coaching-tabs .startbtn .btn{
	background:#0073E6 !important;
	color: #fff;
	text-transform: capitalize;
	padding: 8px;
}

.coaching-tabs .book-free-couns .input-group-text{
	background: #0073E6 !important;
	color:#fff!important;
}

.coaching-tabs .youbuynow{
	display: flex;
	justify-content: space-between;
}

.coaching-tabs .youbuynow h3 i{
	font-size: 20px;
	margin-right: 3px;
}

.coaching-tabs .youbuynow h3 del{
	font-size: 15px;
	padding-left: 10px;
}

.coaching-tabs .youbuynow h3 span{
	font-size: 12px;
	background: #00C95D;
	color: #fff;
	padding: 5px 8px;
	border-radius: 15px;
	box-shadow: 0px 0px 2px 0px rgba(93, 83, 83, 0.5);
}

.coaching-tabs .youbuynow .btn{
	font-size: 15px;
	padding: 10px 35px;
	border-color: #FF203A;
	background: #FF203A;
}

.coaching-tabs .youbuynow label{
	cursor: pointer;
}

.modal.modalclick{
	background: rgba(0,0,0,0.2) !important;
}

.modal.modalclick .modal-header .close{
	padding:0!important ;
    margin: 0!important;
    cursor: pointer;
}

.modal.modalclick .modal-header{
	background: #F3F3F3 !important;
	text-transform: uppercase;
}

.btn-primary{
	background: #0073E6 !important;
	border-color:#0073E6 !important
}

.btn-primary:focus{
	outline:#0073E6 !important
}

.modal.modalclick .modal-header .close:focus{
	border: none !important;
	outline: none !important;
}

.spacing{
	padding-top: 40px;
}

/*today's past classes css*/

.today-past-tabs .nav>li>a:hover, 
.today-past-tabs .second-nav .nav>li:focus,
.today-past-tabs .second-nav .nav>li:hover,
.today-past-tabs .second-nav .nav>li>a:focus{
	background: transparent !important;
}

.today-past-tabs .nav-link.active,
.today-past-tabs .nav-link:hover{
	border-bottom: 2px solid #0073E6 !important;
	color: #000 !important;
	background: transparent !important;
}

.today-past-tabs .nav-link{
	font-size: 16px !important; 
	cursor: pointer !important;
	margin-right: 20px;
	text-transform: capitalize;
	color: #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0!important;
	transition: all linear 0.4s;
}

.today-past-tabs .tab-content ul li a{
	background: #F1F2F4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	border-radius: 6px;
	border-right: 6px solid #0073E6;
	margin-bottom: 12px;
}

.today-past-tabs .tab-content ul li a i{
	color: #0073E6;
}

.today-past-tabs .tab-content li img{
	float: left;
	padding:5px 25px 10px 0;
}

.today-past-tabs .tab-content li h4{
	font-size: 16px;
}

.today-past-tabs .tab-content li h4 label{
	display: block;
	white-space: nowrap;
}

.course_curriculum ul.nav-tabs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.course_curriculum .nav>li>a:hover, 
.course_curriculum .second-nav .nav>li:focus,
.course_curriculum .second-nav .nav>li:hover,
.course_curriculum .second-nav .nav>li>a:focus{
	background: transparent !important;
	color: #FF203A !important;
}

.course_curriculum .nav-tabs .nav-link:focus,
.course_curriculum .nav-tabs .nav-link:hover{
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
}

.course_curriculum .subwise-nav{
	border-bottom:none !important;
}

.course_curriculum .subwise-nav .nav-link.active{
	border-bottom:2px solid #0073E6 !important;
	color: #000 !important;
	background: #0000!important;
}

.course_curriculum .subwise-nav .nav-link:hover{
	border-color: #0073E6 !important;
	color: #000 !important;
	background: #0000!important;
}



.course_curriculum .subwise-nav .nav-link{
	border-bottom: 2px solid #ddd !important;
	color: #ddd !important;
	background: #0000!important;
	text-transform:capitalize; 
}


.course_curriculum .nav-link.active,
.course_curriculum .nav-link:hover{
	border-bottom: 2px solid #FF203A !important;
	color: #fff !important;
	background: #0073E6 !important;
}

.course_curriculum .nav-link.active h5,
.course_curriculum .nav-link:hover h5{
	color: #fff !important;
}

.course_curriculum .nav-link{
	font-size: 16px !important; 
	cursor: pointer !important;
	margin-right: 40px;
	text-transform: uppercase;
	border-bottom: 2px solid !important;
	transition: all linear 0.4s;
	color: 
}

.course_curriculum .nav-link,
.course_curriculum .nav-link:hover{
	border-top: none;
	border-left: none;
	border-right: none;
}

.course_curriculum .vertical-tab .nav-pills{
    box-shadow: var(--boxshadow);
    border-radius: 7px;
    overflow:hidden;
}

.course_curriculum .vertical-tab .nav-pills .nav-link {
    font-size: 15px !important;
    cursor: pointer !important;
    text-transform: capitalize;
    border-bottom: 1px solid #eee !important;
    padding: 12px 10px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    color: #333333;
}

.course_curriculum .vertical-tab .nav-pills .nav-link ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 24px;
	margin: 0 10px 0 0;
	list-style-type: disc;
}

.collapsedefault .card-header:after{
    font-family: 'Font Awesome 5 Free';  
    content: "\f077" !important;
    float: right; 
    display: inline-block;
    font-weight: 900;
}

.collapsedefault .card-header.collapsed:after{
    content: "\f078" !important; 
}

.drop-row .card-header h5{
	float: left;
	width: 95%;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}

.drop-row .card-header h5 label.float-right{
	color: #0075E1;
}

.mock-test .card-header[aria-expanded="true"]{
	background:#fff !important;
    color: #000 !important;
}

.mock-test .card-header[aria-expanded="true"] h5{
    color: #000 !important;
}

.collapsedefault .mock-test .card-header:after{
	display: none !important;
}

.drop-body-row .card-header[aria-expanded="true"]{
	background: #00ADEC;
	color: #fff;
}

.drop-body-row .card-header[aria-expanded="true"] h5{
	color: #555555 !important;
}

.drop-body-row .card-header{
  cursor: pointer;
  box-shadow:2px 0px 20px -4px rgba(111, 111, 111, 0.37), 0 4px 6px -2px rgba(0, 0, 0, 0.09);
  margin-bottom: 8px;
}

.drop-row .card-header{
  box-shadow: var(--smshadow);
  margin-bottom: 5px;
  cursor: pointer;
}

.drop-row .card-header[aria-expanded="true"]{
	background: #0073E6;
	color: #fff;
}

.drop-row .card-header[aria-expanded="true"] h5{
	color: #fff;
}

.drop-row .card-body{
	/*box-shadow: var(--smshadow);*/
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0;
}

.drop-row .card-body:last-child{
	padding-bottom: 0;
	margin-bottom: 5px;
}

.acortwo:last-child .dbr-wpare{
	border-bottom: none;
	padding-bottom: 0;
}

.acortwo:last-child{
	margin-bottom: 0;
}

.drop-row .card-body:last-child
.drop-body-row .card-header[aria-expanded="true"]{
	background:#fff;
	color: #555555;
}

.drop-body-row .dbr-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.drop-body-row .dbr-wpare{
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}

.drop-body-row .dbr-wpare img{
	/*width: 20px;*/
    margin: 0 5px;
    vertical-align: text-bottom;
}

.drop-body-row .dbr-wpare .dbr-flex img{
	/*width: 15px;*/
    margin: 0 5px;
    vertical-align: text-bottom;
}


.drop-body-row .dbr-wpare h3{
	font-size: 16px;
	margin-bottom: 5px;
}

.drop-body-row .dbr-flex h4{
	font-size: 14px;
	text-transform: uppercase;
}

.drop-body-row .dbr-flex .btn{
	font-size: 12px;
    padding: 7px 15px;
    margin-top: -5px;
    transition: all linear 0.2s;
    background: #fff !important;
    color: #3b73e6;
    font-weight: 500;
    text-align: left;
    padding-right: 40px;
    border: none;
    position: relative;
    box-shadow: 2px 2px 7px 0px #3b73e642;
    border-radius: 20px;
    overflow: hidden;
}

.drop-body-row .dbr-flex .btn:active{
    box-shadow: none !important;
    color: #3b73e6 !important;
}

.btn:active{
    box-shadow: none !important;
}

.drop-body-row .dbr-flex .btn i{
	background: #3b73e6;
    position: absolute;
    width: 30px;
    color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
	margin-top: 0 !important;
}

.drop-body-row .dbr-flex .btn:hover{
	transform: translateY(-3px);
}

.drop-row .card-header h5 .litedate{
	background: #f1f2f4;
    padding: 4px 12px;
    border: 1px solid #e2e2e2;
    font-weight: 500;
    font-size: 12px;
    border-radius: 16px;
    display: inline;
    margin-left: 35px;
    color: #000;
}

.testimonialLive {
	font-family: "Montserrat", sans-serif;
	color: #8d97ad;
	font-weight: 300;
  }
  
  .testimonialLive h1,
  .testimonialLive h2,
  .testimonialLive h3,
  .testimonialLive h4,
  .testimonialLive h5,
  .testimonialLive h6 {
	color: #3e4555;
  }
  
  .testimonialLive .bg-light {
	background-color: #f4f8fa !important;
  }
  
  .testimonialLive .subtitle {
	color: #8d97ad;
	line-height: 24px;
  }

  .testimonialLive .owl-stage-outer{
	  padding: 10px;
  }
  
  .testimonialLive .testi1 .card-body {
	padding: 35px;
  }
  
  .testimonialLive .testi1 .thumb {
	padding: 10px 20px 10px;
	padding-left: 90px;
	margin-left: -35px;
  }
  
  .testimonialLive .testi1 .thumb .thumb-img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 20px;
	top: -10px;
  }
  
  .testimonialLive .testi1 h5 {
	line-height: 22px;
	font-size: 15px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .testimonialLive .testi1 .devider {
	height: 1px;
	background: rgba(120, 130, 140, 0.13);
	width: 100px;
  }
  
  .testimonialLive .bg-success-gradiant {
	background: #2cdd9b;
	background: -webkit-linear-gradient(to right, #1f59d2 0%, #38a9ff 100%);
	background: -webkit-linear-gradient(to right, #1f59d2 0%, #38a9ff 100%);
	background: -webkit-linear-gradient(to right, #1f59d2 0%, #38a9ff 100%);
	background: -o-linear-gradient(to right, #1f59d2 0%, #38a9ff 100%);
	background: linear-gradient(to right, #1f59d2 0%, #38a9ff 100%);
  }
  
  .testimonialLive .card.card-shadow {
	-webkit-box-shadow: -2px 1px 30px rgba(115, 128, 157, 0.24);
	box-shadow:-2px 1px 30px rgba(115, 128, 157, 0.24);
	background: #fff;
	max-height: 320px;
  }
  
  .testimonialLive .owl-theme .owl-dots .owl-dot.active span,
  .testimonialLive .owl-theme .owl-dots .owl-dot:hover span {
	background: #316ce8;
  }

  .talk_footer{
  	display: none;
  }


@media (min-width:576px){
	.pless-lg{padding:0;}
	.course_curriculum .vertical-tab .nav-pills .nav-link{
		padding-left: 30px
	}

	.coaching-tabs .video_right .yvideo{
		padding-right: 55px;
	}
	.coaching-tabs{
		margin-top: 130px;
	}
}

.footer-bottom-custom{
	position: inherit;
}

.testimonial9 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.testimonial9 h1, .testimonial9 h2, .testimonial9 h3, .testimonial9 h4, 
.testimonial9 h5, .testimonial9 h6 {
  color: #3e4555;
}

.testimonial9 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial9 h5 {
	line-height: 22px;
	font-size: 15px;
}

.testimonial9 .font-13 {
	font-size: 13px;
}

.testimonial9 .owl-carousel .owl-stage-outer{
	padding: 10px;
}

.testimonial9 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(53, 57, 60, 0.19);
    box-shadow: 0px 0px 30px rgba(53, 57, 60, 0.19);
}

.testimonial9 .card::after {
  position: absolute;
  bottom: -15px;
  left: 35px;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.testimonial9 .owl-theme .owl-dots .owl-dot.active span,
.testimonial9 .owl-theme .owl-dots .owl-dot:hover span {
  background: #188ef4;
}

.testimonial9 .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    right: 0;
    z-index: 55555;
    width: fit-content;
    top: 230px;
    outline: none;
}

.testimonial9 .owl-theme .owl-nav.disabled+.owl-dots button{
	outline: none;
}

.testimonial9 .devider {
  height: 2px;
  width: 40px;
}

.testimonial9 .bg-info {
    background-color: #188ef4 !important;
}

.testimonial9 .customer-thumb img {
  width: 60px !important;
}

#faq_section #accordion4{
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    padding: 20px;
    border-radius: 5px;
}

#faq_section #accordion4 .card-header{
	background: #f5f5f5;
	color: #555;
	cursor: pointer;
	transition: all linear 0.2s;
	box-shadow: none;
	border:none;
}

#faq_section #accordion4 .drop-row .card-body{
	box-shadow: 0px 0px 16px -4px rgba(158, 149, 149, 0.37),
	 0 4px 6px -2px rgba(199, 199, 199, 0.09);
}

#faq_section #accordion4 .card-header h5{
	font-weight: 500;
}

#accordion4 .card-header[aria-expanded="true"]{
	background:#f5f5f5!important; 
}

#accordion4 .card-header[aria-expanded="true"] h5{
	color: #555!important; 
}

section .sec-title{
	padding: 1rem 0  .5rem 0;
	text-align: center;
}


@media (max-width: 767px) {
  .testimonial9 .owl-dots {
    top: 260px !important;
    right: 10px !important;
  }

  .today-past-tabs .nav-link.class_title,
  .subwise-nav .nav-link.class_title{
	  margin: 0 15px 0 0 !important;
  }

  .coaching-tabs .book-free-couns{
		width: 100%;
	  	justify-content: center;
  		margin: 20px auto 5px;
	}

	.coaching-tabs .book-free-couns > div:nth-child(1){
    	display: none;
    }

    .coaching-tabs .book-free-couns > div:nth-child(2){
    	margin-left: 20px;
    }

    .coaching-tabs .book-free-couns .input-group-text{
    	padding: 10px;
    }
    .coaching-tabs .form-control, .coaching-tabs .input-group-text{
    	height: 42px !important;
    }

    .coaching-tabs .form-control, .coaching-tabs .input-group-text::placeholder{
    	font-size: 14px;	
    }

    .coaching-tabs .book-free-couns .outinebtn{
    	font-size: 15px;
    	font-weight: 500;
    }
    .book-free-couns .align-items-center{
    	display: flex;
    	justify-content: center;
    	flex-wrap: nowrap;
    	width: 100%;
    }
    .book-free-couns h4{
    	font-size: 20px;
    	text-align: center;
    	font-weight: 600;
    }

    .book-free-couns p{
    	font-size: 16px;
    	text-align: center;
    }

   .coaching-tabs .ctbox .smlite li, .coaching-tabs .ctbox .smbold li{
   		font-size: 14px;
   		padding: 0px 10px 0 0;
   		width: -webkit-fill-available;
   }
   .coaching-tabs .ctbox h2{
   		text-align: center;
   		font-size: 22px;
   }

   .coaching-tabs .ctbox .btnlive{
   		text-align: center;
   }

   .coaching-tabs .ctbox .smlite, .coaching-tabs .ctbox .smbold{
   		padding-top: 20px;
   		border-top: 1px solid #ddd;
   }

   .coaching-tabs .startbtn .btn{
   	    font-size: 16px;
    	font-weight: 500;
    	margin-bottom: 20px;
    	border-radius: 4px;
   }

   	.coaching-tabs .youbuynow .btn{
   	    font-size: 15px;
    	padding: 8px 15px;
    	margin-top: 10px;
   	}

   	.today-past-tabs .nav li,
    .course_curriculum ul.nav-tabs li{
   		width: 100%;
		   text-align: center;
		   margin-bottom: 8px;
   	}

   .course_curriculum .nav-link{
   		font-size: 14px !important;
   		margin-right: 0px !important;
   		padding: 10px;
   		min-width: 140px;
   		scroll-behavior: smooth;
   }

   .today-past-tabs .nav-link{
   		font-size: 14px !important;
   		margin-right: 0px !important;
   		padding: 10px;
   		min-width: 200px;
   		scroll-behavior: smooth;
   		border-radius: 0px !important;
   }

   .course_curriculum ul.nav-tabs,
   .today-past-tabs .nav{
 	   	display: flex !important;
    	justify-content: space-between;
    	flex-wrap: nowrap;
    	flex-flow: row;
    	overflow-x: scroll;
    	overflow-y: hidden;
	}

	.today-past-tabs .tab-content li img {
	    float: left;
	    width: 45px;
	    padding: 10px;
	}
	.today-past-tabs .tab-content ul li a{
		padding: 10px;
	}

	.today-past-tabs .tab-content li h4{
		font-size: 14px;
	}

	.spacing .pless-lg{
		padding: 0!important
	}

	.course_curriculum .vertical-tab .nav-pills{
		width: 80%;
		margin-left: 10%;
		margin-bottom: 10px;
	}

	.course_curriculum .vertical-tab .nav-pills h5{
		font-size: 15px;
	}

	.course_curriculum .vertical-tab .nav-pills .nav-link ul{
		flex-wrap: wrap !important;
		flex-flow: column;
	}

	.course_curriculum .vertical-tab .nav-pills .nav-link{
		padding-left: 10%;
	}

	.mock-test .drop-row .float-right{
		float:none !important;
		padding-top: 2px;
	}

	.testi1.mt-4{
		margin-top: 0!important;
	}
	.testimonial9 .card.card-shadow{
		margin-top: 15px;
	}
	.drop-body-row .dbr-flex{
		flex-wrap: wrap;
		margin-bottom: 8px;
	}

	.drop-body-row .dbr-flex .btn{
		margin-left: auto;
	}

	.subsroll{
		display: flex !important;
	    justify-content: space-between !important;
	    flex-wrap: nowrap !important;
	    flex-flow: row !important;
	    overflow-x: scroll !important;
	    overflow-y: hidden !important;
	    width: 100% !important;
	    margin-left: 0!important;
	}

	.subsroll .nav-link{
	    min-width: 60% !important;
	    padding-left: 5% !important;
	    text-align: center;
	    border-radius: .25em !important;
	    margin: 5px !important;
	}

	.course_curriculum .vertical-tab .subsroll .nav-link,
	.course_curriculum .vertical-tab .subsroll .nav-link.active{
	    border: none !important;
	}

	.subsroll .nav-link h5{
		margin-bottom: 0;
	}

	.subsroll .nav-link ul{
		display: none !important;
	}

	.coaching-tabs .youbuynow h3 del i{
		font-size: 13px;
	}

}

.getcompletemain h6{
	text-transform: uppercase;
	font-size: 14px;
	color: #191616bd;
}

.getcompletemain h4{
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.getcompletemain .border ul li{
	font-size: 15px;
    display: flex;
    padding-bottom: 10px;
}

.getcompletemain .border ul li img{
	padding: 5px;
    width: 28px;
    height: 28px;
}

.getcompletemain .praorange{
	background: #EFF8FF;
    color: #3b73e6;
    padding: 10px;
    font-size: 16px;
    margin: 15px -20px 0;
    text-align: center;
    position: relative;
}

.getcompletemain .praorange i{
	float: left;
	font-size: 30px;
	padding-right: 10px;
}

.getcompletemain .needhelp{
	background: #EFF8FF;
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 1px 13px -2px rgba(119, 114, 114, 0.28);
}

.getcompletemain .needhelp .btn{
	border-color: #0073E6 !important;
	color: #0073E6 !important;
	opacity:100;
}

.getcompletemain .needhelp .btn:hover{
	background: #0073E6 !important;
	color: #fff !important;
}

.getcompletemain .d-flex{
	justify-content: space-between;
}

.getcompletemain .d-flex h4 i{
	padding-right: 4px;
}

.getcompletemain .d-flex h4{
	border:none;
	font-size: 22px;
	font-weight: 600;
	padding-top: 4px;
	margin-bottom: -16px;
}

.getcompletemain .d-flex del{
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}


.getcompletemain .d-flex .btn{
	font-size: 15px;
    padding: 10px 35px;
    border-color: #FF203A;
    background: #FF203A;
}

.today-past-tabs .class_title,
.subwise-nav .class_title{
	padding: 10px 15px;
    border-radius: 6px;
	border-left: 3px solid #0073E6 !important;
	color: #0073E6 !important;
	border-bottom: none !important;
	box-shadow:1px 1px 5px 0px #4fabfb45;
	cursor: default !important;
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 6px !important;
}

.today-past-tabs .nav>li>a.class_title:hover,
.course_curriculum .subwise-nav .nav-link.class_title:hover{
	color: #0073E6 !important;
	border-left: 3px solid #0073E6 !important;
	border-bottom: none !important;
}

.getcompletemain .border{
	border-color:#f1f2f3 !important;
	box-shadow: 0px 1px 13px -2px rgba(119, 114, 114, 0.28);
	border-radius: 5px;
	border-top: 4px solid #3b73e6 !important;
	padding: 20px;
}

@media (min-width: 576px){
	.coaching-tabs .video_right{
		width: 90%;
		margin-left: 10%;
	}
	.coaching-tabs .video_right .yvideo iframe{
		width: 89%;
		height: 235px;
		border-radius: 5px;
	}
	.coaching-tabs .youbuynow .btn{
		margin-right: 50px;
	}
}

.tab-content .text-center button.btn{
	font-size: 15px;
    padding: 7px 15px;
    margin-top: -5px;
    transition: all linear 0.2s;
    background: #fff !important;
    color: #3b73e6;
    font-weight: 500;
    text-align: left;
    padding-right: 40px;
    border: none;
    position: relative;
    box-shadow:var(--boxshadow);
    border-radius: 20px;
    overflow: hidden;
}

.tab-content .text-center button.btn i {
    background: #3b73e6;
    position: absolute;
    width: 30px;
    color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

@media (max-width: 768px){
	.getcompletemain{
		margin-top: 20px;
	}
	.getcompletemain .needhelp{
		width: 80%;
		margin:20px auto 0;
	}
	.livewifi{width: 80% !important;}

	.dbr-flex .headfx{
		width: 100% !important;
		flex-wrap: wrap;
	}

	.dbr-flex .headfx div{
		width: 100% !important;
	}

	.dbr-flex .headfx div:first-child{
		margin-bottom: 10px;
	}

	.drop-row .card-body{
		padding: 6px 4px; 
	}

	.nonflex{
		display: block;
	}
}

.livewifi{
	display: inline-flex;
	width: 30%;
	align-items: center;
	color: #ed2324;
	font-size: 14px;
}

.livewifi .icon-wrapper {
     display: flex;
    align-items: center;
    justify-content: center;
    height: 5px;
    width: 5px;
    margin-left: auto;
    margin-right: 10px;
    color: #fff;
    background: #ed2324;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 250ms color;
    -webkit-transition: 250ms color;
    -moz-transition: 250ms color;
    -ms-transition: 250ms color;
    -o-transition: 250ms color;
    animation-name: live-wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes live-wave {
  0% {box-shadow:0 0 0px 0px rgba(237, 35, 36, 0.61);}
  100% {box-shadow:0 0 0px 15px rgba(237, 35, 36, 0.28);}
}

.accordion-menubar .card-body.leftcb-link{
	padding: 0!important;
}

.accordion-menubar .card-body.leftcb-link .dbr-wpare{
	padding: 0;
}

.accordion-menubar .card-body.leftcb-link .dbr-link h3{
	margin-bottom: 0!important;
	font-size: 12px;
}

.accordion-menubar .card-body.leftcb-link .dbr-link h3 .headflex{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 12px 20px;
	margin-bottom: 0px;
	color: #515365;
	transform: all linear 0.4s;
	border-bottom: 1px dashed #ddd;
}

.accordion-menubar .dbr-link .headflex:hover,
.accordion-menubar .dbr-link .headflex.active{
	background: #f0f5ff;
	border-right-color:#4fa9ff !important;
	box-shadow: inset 0px 0px 9px 1px #3b73e614 !important;
	border-bottom-color: #0000 !important;
}

.accordion-menubar .card .card-body .card-header{
	margin-bottom: 0;
	box-shadow: none!important;
	padding-left: 8px;
	padding-right: 8px;
}

.accordion-menubar .card .card-body .card-header h5{
	font-size: 14px;
}

.accordion-menubar .card .card-body{
	box-shadow: 0 4px 24px 0 rgba(103,151,255,.1),
	 0 12px 64px 0 rgba(103,151,255,.1) !important;
	padding-left: 8px;
	padding-right: 8px;
}

.tab-pane .sub_rightside{
	background: #fff;
	padding: 15px 0 0;
	box-shadow: 2px 0px 20px -4px rgba(111, 111, 111, 0.15), 
	0 4px 6px -2px rgba(0, 0, 0, 0.09);
	border-radius: 5px;
	height: 100%;
}

.tab-pane .sub_rightside ul li a{
	margin:0!important;
	text-align: center!important;
	font-size: 11px!important;
	transition: none !important;
	border-bottom: 0!important;
}

.tab-pane .sub_rightside ul li.nav-item a{
	background: #fff!important;
	color: #ddd !important;
	border-bottom: 2px solid #ddd !important;
}

.tab-pane .sub_rightside ul li a,
.tab-pane .sub_rightside ul li a:hover,
.tab-pane .sub_rightside ul li a.active{
	background: #fff!important;
	border-bottom: 2px solid #007EFA !important;
	color: #0075E1!important;
	font-weight: 600 !important;
}

.tab-pane .sub_rightside .sr_livetake ul li a{
	margin:0!important;
	text-align: center!important;
	font-size: 11px!important;
	transition: none !important;
	border-bottom: 0!important;
}

.sub_rightside .sr_livetake ul li.nav-item a{
	background: #fff!important;
	color: #ddd !important;
	border-bottom: 2px solid #ddd !important;
}

.sub_rightside .sr_livetake ul li a,
.sub_rightside .sr_livetake ul li a:hover,
.sub_rightside .sr_livetake ul li a.active{
	background: #fff!important;
	border-bottom: 2px solid #007EFA !important;
	color: #0075E1!important;
	font-weight: 600 !important;
}

.sub_rightside .sr_livetake ul li a{
	margin:0!important;
	text-align: center!important;
	font-size: 11px!important;
	transition: none !important;
	border-bottom: 0!important;
}



.sr_playvideo .take_shot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
	flex-wrap: wrap;
}

.sr_playvideo .take_shot .btn-group a:first-child{
	margin-right: 10px;
}

.sr_playvideo .take_shot .btn-group a{
	padding: 8px 15px;
    color: #0073E6 !important;
    box-shadow: 1px 1px 5px 0px #4fabfb45;
    text-transform: capitalize;
    font-size: 12px;
    transition: all linear 0.2s;
    border-radius: 30px;
    background: #fff;
}

.sr_playvideo .take_shot .btn-group a:hover,
.sr_playvideo .take_shot .btn-group a.active{
    background: #0073E6 !important;
    color: #fff !important;
}

.sr_playvideo .faculty_rating{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 15px;
	flex-wrap: wrap;
}

.sr_playvideo .faculty_rating .fr_faculty{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000;
}


.star_rating {
    display:block;
    border: 0;
    width: max-content;
    margin: auto;
    margin: auto;
}

.star_rating > input {
    display: none;
}

.star_rating > label {
    float: right;
    color: #ddd;
}

.star_rating > label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f005 ";
}

.star_rating .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

.star_rating input:checked ~ label,
.star_rating label:hover,
.star_rating label:hover ~ label{color: #FBC64B !important;}
.star_rating input:checked + label:hover,
.star_rating input:checked ~ label:hover,
.star_rating input:checked ~ label:hover ~ label,
.star_rating label:hover ~ input:checked ~ label {color: #FBC64B !important} 

.checkbox_check ul{
	background: #eee;
	padding: 20px 20px 10px;
	margin: 20px 0;
}

.checkbox_check label.checkbox{
	 position: relative;
	 padding: 0 0 0 30px;
	 font-size: 14px;
	 cursor: pointer;
	 margin-bottom: 12px;
	 color: #333333;
}

.checkbox_check label.checkbox input[type="checkbox"] {
	 display: none;
}

.checkbox_check label.checkbox input[type="checkbox"]:checked + span {
	 opacity: 1;
}

.checkbox_check label.checkbox::before {
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 0;
	 height: 14px;
	 width: 14px;
	 border-radius: 2px;
	 border: 2px solid #333333;
}

.checkbox_check label.checkbox span {
	 position: absolute;
	 top: 3px;
	 left: 2px;
	 width: 12px;
	 height: 5px;
	 -ms-transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 opacity: 0;
	 transition: opacity 500ms ease;
}

.checkbox_check label.checkbox span::before {
	position: absolute;
    content: '';
    left: 10px;
    top: -4px;
    width: 3px;
    height: 15px;
    background-color: #0075E1;
}
.checkbox_check label.checkbox span::after {
	 position: absolute;
	 content: '';
	 top: 8px;
	 left: 7px;
	 width: 4px;
	 height: 3px;
	 background-color: #0075E1;
}

.checkbox_check textarea{
	border: none;
	border-bottom: 2px solid #eee;
	width: 100%;
	min-height: 100%;
	outline: none !important;
	resize: none !important;
	letter-spacing: 1px;
	height: 30px;
}

.checkbox_check textarea:focus{
	border-color: #00DFC2 !important;
}

.fr_vrating label{
 	color: #000 !important;
 }

 .modal .cross_end{
 	position: absolute;
 	right: -8px;
 	top: -5px;
 	cursor: pointer;
}

.sr_livetake .border{
	flex:1;
	padding: 8px;
	text-align: center;
	color: #000;
}

.sr_livetake .text-center{
	flex:4;
	padding: 8px;
	border-bottom: 2px solid #3b73e6ad;
}

.sr_livetake .tabtakenote .tb-body textarea{
	width: 100%;
	border-color: #eee !important;
	min-height: 100%;
	resize: none;
	outline: none;
	padding: 5px 8px;
	height: 350px;
	overflow:auto;
}

.sr_livetake .tb-body .tbfoot{
	font-size: 12px;
	border: 1px solid #eee;
	padding: 8px 4px;
}

.sr_livetake .tb-body .tbfoot .btn{
	cursor: pointer;
}

.sr_livetake .tb-body .tbfoot .btn{
	padding: 4px;
    font-size: 10px;
    color: #fff;
    background: #3b73e6;
}

.text-primary{
	color: #007EFA !important;
}

.sr_livetake .tk-live .tb-body .onchatuser{
	cursor: pointer;
	padding: 2px 8px;
}

.sr_livetake .tk-live .tb-body .onchatuser .stu_name label span{
	font-weight: 600;
	color: #333333;
	font-size: 14px;
	text-transform: capitalize;
}

.sr_livetake .tk-live .tb-body .onchatuser:hover{
	background: #eee;
}

.sr_livetake .tk-live .tb-body .onchatuser .hover-dblock{
	visibility: hidden;
}

.sr_livetake .tk-live .tb-body ul.heightscroll{
	height: 350px;
	overflow: auto;
	border: 1px solid #dee2e6;
    border-bottom: 0;
}

.tk-live .tb-body .onchatuser:hover .hover-dblock{
	visibility: visible;
}

.sr_livetake .tk-live .tb-body ul.heightscroll::-webkit-scrollbar{
    width: 5px;
}
 
.sr_livetake .tk-live .tb-body ul.heightscroll::-webkit-scrollbar-track{
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sr_livetake .tk-live .tb-body ul.heightscroll::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#3b73e6c9; 
}

.sr_livetake .tk-live .say_chatbox{
	display: flex;
	justify-content: space-between;
	align-content: center;
	border: 1px solid #eee;
	border-top: 0;
	padding: 4px 8px;
}

.sr_livetake .tk-live .say_chatbox .saytext textarea{
	resize: none;
	border: none;
	outline: none;
	min-height: 10px !important;
	width: 100%;
	padding:4px;
}

.sr_livetake .tk-live .say_chatbox .saytext textarea::-webkit-scrollbar{
   display: none;
}

.sr_livetake .tk-live .say_chatbox .stu_profile{flex: 1}
.sr_livetake .tk-live .say_chatbox .saytext{flex: 4}
.sr_livetake .tk-live .say_chatbox .msgsend{
	flex: 0;
	cursor: pointer;
	font-size:20px;
}
.sr_livetake .tk-live .say_chatbox .msgsend:hover{color: #007EFA;}

.accordion-menubar .drop-body-row .card-header[aria-expanded="true"]{
	background: #0000;
}

@media (max-width: 576px){
	.sub_rightside .sr_playvideo iframe{height: auto;}
	.sub_rightside .sr_playvideo .take_shot .btn-group{
		justify-content:space-between;
		display: flex;
		width: 100%;
		margin-bottom: 15px;
	}
	.sr_playvideo .faculty_rating .fr_vrating{
		margin-top: 10px;
	    background: #ffffff;
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 7px;
	    font-size: 14px;
	    border-radius: 6px;
	    box-shadow: 0px 0px 8px 0px #a09b9b5e;
	}
	.modal-dialog{
		width: 96%;
	}

	.sub_rightside .Quizstart{
		width: 80% !important;
	}

	.logedbg .course_curriculum .subwise-nav{
		top: -30px !important;
		padding-left: 0px !important;
	}

	.logedbg .today-past-tabs .nav li,
	.logedbg .course_curriculum ul.nav-tabs li{
		margin-bottom: 0!important;
	}

	.logedbg .course_curriculum .nav-link{
		width: 120px;
	}

	.selectdropdown img{
		top: 4px!important;
		right: 4px!important;
	}

	.selectdropdown .btn{
		padding: 10px;
	}

	.logedbg .sub_rightside{
		margin-top: 15px;
	} 

	.logedbg section.course_curriculum{
		padding-top: 25px !important;
	}

	.sm_p-0{
		padding-right: 0;
		padding-left: 0;
	}

	.coaching-tabs .ctbox .smbold{
		flex-wrap: wrap;
	}
	.coaching-tabs .ctbox .smbold li{
		width: 50% !important;
	}
	.coaching-tabs .ctbox .smbold li:nth-child(1){
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}

	.coaching-tabs .ctbox .smbold li:nth-child(2){
		border-bottom: 1px solid #ddd;
		border-right: 0;
	}

	.coaching-tabs .ctbox .smbold li:nth-child(3){
		padding-top: 15px;
	}

	.coaching-tabs .ctbox .smbold li:nth-child(4){
		padding-top: 15px;
	}
	.logedbg .sub_rightside .bg_light{display: none;}
}

/*end media query*/

.sub_rightside .bg_light{
	background: #eee !important;
	display: inline-block;
    /* margin-top: -15px; */
    width: 100%;
    height: 100%;
}

.sub_rightside .Quizstart{
	width: 55%;
    background: #fff;
    padding: 30px;
    margin: 5% auto;
    text-align: center;
}

.sub_rightside .mcq_pdf{
	width: 90%;
    background: #fff;
    padding: 30px;
    margin: 5% auto;
    text-align: center;
}

.loadshadow{
	background: rgba(0,0,0,0.5) !important;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}


.teacher_dashboard.sidetoggle .sidebar-container{
	transform: translateX(-230px);
	transition: all linear 0.4s;
  }
  
  .teacher_dashboard.sidetoggle .content-container{
	padding-left: 0px;
  }
  
  .teacher_dashboard .btnslide .chevright,
  .teacher_dashboard .btnslide .chevleft,{
	transition: all linear 0.4s;
  }
  
  .teacher_dashboard .btnslide .chevright{
	display: none;
  }
  
  .teacher_dashboard.sidetoggle .btnslide .chevright{
	display: block;
  }
  
  .teacher_dashboard.sidetoggle .btnslide .chevleft{
	display: none;
  }
  
  .sidebar-container{
	position: fixed;
	width: 220px;
	height: 100%;
	left: 0;
	background: #1a1a1a;
	color: #fff;
	transition: all linear 0.4s;
	/* overflow-x: hidden;
	overflow-y: auto;*/
  }
  
  .sidebar-container.sidetoggle{
	transform: translateX(-230px);
	transition: all linear 0.4s;
  }
  
  .sidebar-container .btnslide{
	content: "";
	position: absolute;
	left: 220px;
	width: max-content;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #1a1a1a;
	z-index: 99999;
	cursor: pointer;
	transition: all linear 0.4s;
	border-radius: 0px 20px 20px 0;
	overflow: hidden;
  }
  
  .sidebar-container .btnslide:before{
	width: 0;
  }
  
  .sidebar-logo {
	padding: 10px 15px 10px 30px;
	font-size: 16px;
	background-color: #2574A9;
  }
  
  .sidebar-navigation {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
  }
  
  .sidebar-navigation li {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 20px;
  }
  
  .sidebar-navigation li a {
	padding: 10px 15px 10px 30px;
	display: block;
	color: #fff;
  }
  
  .sidebar-navigation li .fa {
	margin-right: 10px;
  }
  
  .sidebar-navigation li a:active,
  .sidebar-navigation li a:hover,
  .sidebar-navigation li a:focus {
	text-decoration: none;
	outline: none;
  }
  
  .sidebar-navigation li::before {
	background-color: #2574A9;
	position: absolute;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	width: 3px;
	z-index: -1;
  }
  
  .sidebar-navigation li:hover::before {
	width: 100%;
  }
  
  .sidebar-navigation .header {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #151515;
	padding: 10px 15px 10px 30px;
  }
  
  .sidebar-navigation .header::before {
	background-color: transparent;
  }
  
  .content-container {
	padding-left: 220px;
	transition: all linear 0.4s;
	background: #F1F6F9;
  }
  
  .navbar ul li.profiledetails .iprofile{
	background: #38a9ffa1;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 30px;
  }
  
  .navbar .profiledetails .dropdown-menu{
	border: none;
	box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
  }

  .navbar .profiledetails .nav-link{
	color:#3C3D41 ;
  }

  .navbar .profiledetails span{
	margin-right: 8px;
	font-size: 14px;
  }
  
  .coaching-tabs{
	margin-top: 130px;
  }
  
  .navbar .profiledetails .dropdown-menu .dropdown-item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:14px;
	padding:5px 10px;
  }
  
  .navbar .profiledetails .dropdown-menu .dropdown-item.active
  .navbar .profiledetails .dropdown-menu .dropdown-item:hover{
	background:#0000 !important;
	color:#018BFD!important;
  }
  
  .navbar.dashnavbar{
	  background: #F1F2F4;
	  box-shadow: 0px 9px 12px -6px rgb(97 103 109 / 25%);
  }  

  .navbar .profiledetails .dropdown-menu .dropdown-item .dropdown-toggle::after { 
	content: none !important; 
}

@media (max-width:576px){
	.navbar.dashnavbar{
		padding:10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	} 
	.navbar.dashnavbar .profiledetails span{
		display: none;
	}
	.navbar.dashnavbar .profiledetails .dropdown-menu{
		right: 0 !important;
		left: inherit;
	}
	.coaching-tabs .youbuynow{
	    position: fixed;
	    bottom: 0;
	    background: #ffff;
	    width: 100%;
	    left: 0;
	    z-index: 999;
	    padding: 10px 10px 5px 10px;
	    justify-content: space-around;
	    box-shadow: 0 0px 10px -5px #3b73e63d;
	}

	.coaching-tabs .youbuynow h3 span{
		display: block;
		width: max-content;
		margin: 5px;
	}

	.coaching-tabs .youbuynow div:first-child{
		width: 70%;
	}

	.talk_footer{
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #F7F8FF;
		text-align: center;
		padding: 6px;
		box-shadow: 0 0px 10px -5px #3b73e63d;
	}

	.talk_footer p{
		font-size: 16px;
	    color: #000 !important;
	    margin-bottom: 8px;
	    font-weight: 500;
	}

	.talk_footer .flex-btn-group{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}

	.talk_footer .flex-btn-group .btn{
		width: 40%;
	    border: 1px solid #20A6F6;
	    font-size: 13px;
	    letter-spacing: .90px;
	    border-radius: 4px !important;
	}

	.talk_footer .flex-btn-group .btn-clear{
		background: #fff;
		color: #20A6F6;
	    text-transform: uppercase;
	}

	.talk_footer .flex-btn-group .btn-blue{
		background: #20A6F6;
		color: #fff;
	}

}

.content-container .livepanelbox {
	background: #F1F2F4;
	padding: 40px;
}

.content-container .livepanelbox .livepanel{
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-shadow: 2px 5px 12px 0 rgba(111, 111, 111, 0.15);
	padding: 10px;
	cursor: pointer;
	background: #fff;
	width: 80%;
	margin:0 auto 10px;
	border-left: 2px solid #57c3f7;
}

.content-container .livepanelbox .livepanel .sequence{
	background: #55C3F7;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}

.content-container .livepanelbox .livepanel .dot::before{
	content:"•";
	margin-right: 5px;
	color: red;
}

.card .card-body h6.ng-binding{
	color: #555555 ;
    font-weight: 100;
    font-size: 14px;
    margin: 4px 0px 0;
    padding: 5px;
    text-transform: capitalize;
}


.selectdropdown .dropdown-toggle::after{
	border-top-color:#0000 !important;
	position: static !important;
}
.selectdropdown .btn{
	outline: none !important;
	box-shadow:0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1) !important;
	margin:10px 0;
	background: #fff !important;
	border-color:#fff !important;
	color: #000 !important;
	font-family: arial !important;
	font-weight: normal !important;
	letter-spacing: .90px;
}

.selectdropdown .btn a{
	color: #000 !important;
	padding:10px !important;

}

.selectdropdown .dropdown-item:active,
.selectdropdown .dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: #279EFB;
	transition: all linear 0.4s;
}

.selectdropdown .dropdown-menu{
	box-shadow: 0px 0px 6px -4px #49494a!important;
	margin:5px 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-color:#0000 !important;
}

.card-header h5.smdateday .litedate {
	margin-left: 0px;
	font-size: 11px;
}

.card-header.setdateheader{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.card-header.setdateheader[aria-expanded="true"]{
	background: #fff !important;
	margin-bottom: 0;
    box-shadow: none!important;
    padding-left: 8px;
    padding-right: 8px;
}

.drop-body-row .card-header h5 small{
	padding: 4px 8px;
    background: #fcfdff;
    color: #7a7a7a;
    margin: 5px 5px 0;
    display: inline-block;
    border-radius: 20px;
    font-size: 11px;
    box-shadow: inset 0px 0px 22px 0px #d7e6f5;
}

.drop-body-row .card-header[aria-expanded="true"] h5 small{
	background: #3b73e6;
	color: #fff;
    box-shadow:none	;
}

.logedbg{
	background: #E7ECF1 !important;
}

.logedbg .course_curriculum .subwise-nav{
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	background: #fff;
	padding-left: 10%;
}

.logedbg .course_curriculum .subwise-nav .nav-link{
	border-color: #0000 !important;
}

.logedbg .course_curriculum .subwise-nav .nav-link.active{
	border-color: #0074E1 !important;
}

.logedbg .sub_rightside .bg_light{
	background: #fff !important;
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12) !important;
}

.logedbg .drop-row .card-header{
	margin:5px !important;
	padding: 10px;
	margin-bottom: 0 !important;
	box-shadow: none !important;
}

.logedbg .drop-body-row .card-header[aria-expanded="true"] h5 small{
	/*background: #a3b1cb !important;*/
	box-shadow: var(---smboxshadow);
}

.logedbg .accordion-menubar .card-body.leftcb-link .dbr-link h3 .headflex{
	line-height: 24px;
	align-items: center;
	padding: 6px 10px;
	width: 97%;
	margin: auto;
}

.logedbg .accordion-menubar .card-body.leftcb-link .dbr-link h3 .headflex span{
	width: 50%;
	margin: auto;
}

.logedbg .accordion-menubar .card-body.leftcb-link .dbr-link h3 .headflex div{
	width: 26%;
}

.logedbg .accordion-menubar .card .card-body{
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12) !important;
}

.logedbg .accordion-menubar .card .card-body .card-header{
	padding: 4px 3px 12px !important;
}

.logedbg #day_wise .card-body.leftcb-link .dbr-link h3 .headflex div{
	min-width: 95px;
}

.logedbg #day_wise .card-body.leftcb-link .dbr-link h3 .headflex div img{
	margin:0 5px 0 0 !important;
}

.logedbg #mock_test_view .leftcb-link .dbr-link h3 .headflex{
	width: 100%;
}

.logedbg #mock_test_view .card-body.leftcb-link:last-child{
	margin-bottom: 0!important;
}

.selectdropdown,
.selectdropdown .dropdown-menu{
	width: 100% !important;
}

.selectdropdown .dropdown-item{
	margin:5px;
	width: 96%;
	border-radius: 4px;
}

.selectdropdown img{
    position: absolute;
    right: 2px;
    top: 5px;
    margin: 5px;
}

.logedbg .drop-row .card-header h5 .litedate{
	padding: 4px 8px;
}

.logedbg .drop-row .card-header h5 .daydata{
	width: 65px;
	display: inline-block;
}

.logedbg .drop-body-row .dbr-wpare{
	border-bottom: none;
}

.dbr-flex .headfx{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin-top: 5px;
}

.dbr-flex .headfx div{
	width: 50%;
}

 .logedbg .mock-test .card-body.leftcb-link .dbr-link h3 .headflex div{
 	width: 30%	;
}

.mob_video_modal,
.mob_video_modal .Quizstart{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

