.langtabbox .nav-pills{
	margin-bottom: 20px;
}
.lesson_lists{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.lesson_lists > li{
	margin-bottom: 10px;
	position: relative;
}
.lesson_lists > li > a{
	display: block;
	font-size: 1.2rem;
	padding: 12px 20px;
	background: #e2e2e2;
	color: #333;
	padding-right: 90px;
	text-decoration: none;
}
.lesson_lists > li.open > a{
	background: #cbe4dd;
}
.lesson_lists .card-body{
	position: relative;
	padding: 15px 0;
}
.course_title{
	color: #333;
	margin: 0;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.lesson_lists > li .fn_option{
	position: absolute;
	right: 5px;
	top: 5px;
}
.lesson_lists > li .sub_lesson{
	padding-left: 15px;
}
.fn_choise_option a{
	display: flex;
	align-items: center;
}
.fn_choise_option a span{
	padding-right: 5px;
	font-size: 1.5rem;
	line-height: 1;
}
.fn_choise_option i{
	font-size: 20px;
	line-height: 0;
	margin-left: 5px;
}
.lesson_lists .choise_lists{
}
.lesson_lists .choise_lists > ul{
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.lesson_lists .choise_lists > ul > li{
	display: flex;
	font-size: 1rem;
	padding: 5px 5px;
	position: relative;
	padding-right: 100px;
}
.lesson_lists .choise_lists > ul > li:hover{
	background: #eee;
}
.lesson_lists .choise_lists > ul > li .icon{
	padding-right: 5px;
	min-width: 30px;
	max-width: 30px;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-align: center;
}
.choise_lists .fn_option .btn{
	font-size: 14px;
	align-items: flex-start;
	padding: 2px 8px;
	min-width: 28px;
}
.btnSort{
	cursor: move;
}
.choise_box{
	display: flex;
	align-items: flex-start;
}
.choise_box .form-check {
	display: flex;
	align-items: center;

}
.choise_box > .form-check .form-check-label{
	font-size: 2rem;
	color: #3881ae;
}
.choise_box .answser{
	padding-left: 20px;
}
.choise_box .answser{
	min-width: calc(100% - 60px);
}
.show_picture{
	height: 0;
	overflow: hidden;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.check_is_pic{
	display: none;
}
.check_is_pic:checked ~ .show_picture{
	height: inherit;
	overflow: inherit;
}
.view_question{
	min-height: 300px;
}
.view_question > ol{
	border-radius: 0;
	border: none;
}
.view_question > ol > li{
	position: relative;
	border: none;
	margin-bottom: 15px;
	background: #f8f8f8;
}
.view_question > ol > li:hover{
	background: #f1f1f1;
}
.view_question > ol > li .fn_option{
	position: absolute;
	right: 5px;
	top:5px;
}
.view_question > ol > li .fw-bold{
	font-size: 1.2rem;
	color: #3881ae;
	margin-bottom: 5px;
}
.view_question > ol > li .desc{
	display: flex;
	margin-bottom: 15px;
}
.view_question > ol > li .desc .img{
	width: 200px;
}
.view_question > ol > li .desc .name{
	margin-bottom: 5px;
}
.view_question > ol > li .badge{
	width: 25px;
	height: 25px;
	line-height: 0;
	display: flex;
	justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
}
.fn_option .btn{
	min-width: 30px;
}
.view_question > ol .ui-state-highlight{
	background: #fffa90!important;
	min-height: 50px;
}
.view_question > ol .ui-sortable-helper{
	opacity: 0.8;
}
.checkout .inner_header{
	height: auto;
	background: #fff;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.checkout .inner_header ul.steps{
	list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    gap: 60px;
    font-size: 1.2rem;
    position: relative;
    justify-content: space-between;
    max-width: 500px;
}
.checkout .inner_header ul.steps > li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.checkout .inner_header ul.steps > li .icon{
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background: #a3a3a3;
	color: #fff;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.checkout .inner_header ul.steps > li.active .icon{
	background: #54abd7;
}
.checkout .inner_header ul.steps::before{
	content: '';
	position: absolute;
	height: 2px;
	background: linear-gradient( to right,#a3a3a3 0%,#a3a3a3 50%,#a3a3a3 50%,#a3a3a3 100% );
	top: 33px;
	left: 30px;
	right: 30px;
}
.checkout .inner_header ul.steps.c50::before{
	background: linear-gradient( to right,#54abd7 0%,#54abd7 50%,#a3a3a3 50%,#a3a3a3 100% );
}
.checkout .inner_header ul.steps.c100::before{
	background: linear-gradient( to right,#54abd7 0%,#54abd7 50%,#54abd7 50%,#54abd7 100% );
}
.cart_info{
	display: flex;
	min-height: 500px;
	align-items: flex-start;
	padding: 80px 0;
	padding-bottom: 70px;
}
.cart_info .infos{
	min-width: calc(100% - 500px);
	max-width: calc(100% - 500px);
	padding-right: 150px;
}
.cart_info ul.cart_lists{
	list-style: none;
	padding: 30px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #b4b4b4;
}
.cart_info ul.cart_lists > li{
	margin-bottom: 20px;
}
.cart_info ul.cart_lists > li .coursesbox{
	display: flex;
}
.cart_info ul.cart_lists > li .coursesbox .img{
	width: 140px;
}
.cart_info ul.cart_lists > li .coursesbox .img > img{
	width: 100%;
}
.cart_info ul.cart_lists > li .coursesbox .info{
	padding-left: 20px;
	max-width: calc(100% - 450px);
	min-width: calc(100% - 450px);
}
.cart_info ul.cart_lists > li .coursesbox .info .subjec{
	color: #6a6257;
	font-weight: 400;
	font-size: 1.3rem;
}
.cart_info ul.cart_lists > li .coursesbox .info .desc{
	color: #999;
	display: flex;
	gap:0 50px;
	padding-top: 10px;
}
.cart_info ul.cart_lists > li .coursesbox .prices{
	display: flex;
	justify-content: flex-end;
	gap: 0 30px;
	min-width: 300px;
	max-width: 300px;
	font-size: 1.3rem;
}
.cart_info ul.cart_lists > li .coursesbox .prices .price{
	padding: 0 20px;
	color: #6a6257;
}
.cart_info .summary{
	min-width: 500px;
	max-width: 500px;
}
.cart_info .summary .suminfo{
	background: #f0f0f0;
	padding: 50px 40px;
	margin-top: 0px;
}
.cart_info ul.cart_lists > li .coursesbox .prices .delete{
	color: #000;
}
.cart_info .subinfo{
	display: flex;
	justify-content: space-between;
	gap:15px;
	font-size: 1.2rem;
	padding-bottom: 30px;
}
.cart_info .subinfo.totalinfo{
	font-size: 1.7rem;
	font-weight: 400;
}
.tranferbox,
.bill_info{
	width: 1100px;
	border: 1px solid #b4b4b4;
	margin: auto;
	padding: 40px 30px;
}
.bill_info ul.cart_lists > li .coursesbox .prices .price{
	padding-right: 0;
}
.bill_info .head{
	display: flex;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 15px;
}
.bill_info .head .center{
	padding-left: 60px;
	padding-right: 20px;
	font-size: 0.9rem;
	min-width: calc(100% - 380px);
	max-width: calc(100% - 380px);
}
.bill_info .head .center .thk{
	font-weight: 400;
	font-size: 1.2rem;
}
.bill_info .head .center .thk strong{
	color: #54abd7;
}
.bill_info .head .no{
	font-size: 0.9rem;
}
.bill_info .address_info{
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #b4b4b4;
}
.bill_info .address_info .left,
.bill_info .address_info .right{
	min-width: 50%;
	max-width: 50%;
}
.bill_info .address_info .info{
	font-size: 0.9rem;
	color: #5c5c5c;
	margin-bottom: 20px;
}
.bill_info .address_info .info .name{
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
}
.bill_info .address_info .right{
	padding-left: 40px;
	border-left: 1px solid #ddd;
}
.bill_info .sumtotal{
	display: flex;
	justify-content: space-between;
}
.bill_info .sumtotal .logo{
	min-width: 327px;
	max-width: 327px;
}
.bill_info .sumtotal .logo .img{
	display: block;
}
.bill_info .sumtotal .total{
	min-width: 500px;
	max-width: 500px;
	padding-top: 40px;
}
.bill_info .sumtotal .subinfo{
	padding-bottom: 15px;
}
.help_message{
	max-width: 650px;
	margin: auto;
	text-align: center;
	color: #000;
	font-size: 1.1rem;
	padding-bottom: 100px;
}
/* learn_box */
.learn_box{
	position: relative;
	background: #fff;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y:auto;
}
.learn_box .menu{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
    align-items: center;
    gap: 20px;
}
.learn_box .menu .name{
	font-size: 1.2rem;
	color: #fff;
}
.learn_box .learn_menu{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 600px;
	width: 100%;
	z-index: 2;
	display: flex;
    flex-direction: column;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
	-webkit-transform: translateX(-600px);
	   -moz-transform: translateX(-600px);
	    -ms-transform: translateX(-600px);
	     -o-transform: translateX(-600px);
	        transform: translateX(-600px);
      

}
.learn_box.open .learn_menu{
	box-shadow: 0 0 10px rgb(0 0 0 / 27%);
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.learn_box .learn_menu .le_header{
	display: flex;
	background: #58acd0;
	color: #fff;
	padding: 25px 30px;
	align-items: flex-end;
    justify-content: space-between;
    padding-left: 40px;
    min-height: 100px;
    max-height: 100px;
}
.learn_box .learn_menu .le_header .name{
	font-size : 1.8rem;
}
.learn_box .learn_menu .memuinfo{
	min-height: calc(100% - 100px);
	max-height: calc(100% - 100px);
	display: flex;
	flex-direction: column;
}
.learn_box .learn_menu .memuinfo .nav{
	background: #313131;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
}
.learn_box .learn_menu .memuinfo .nav .nav-link{
	border-radius: 0;
	border: none;
	color: #fff;
	display: flex;;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	padding: 20px 20px;
	min-width: 33.33%;
	max-width: 33.33%;
}
.learn_box .learn_menu .memuinfo .nav .nav-link.active{
	background: #3b85b6;
	border: none;
}
.learn_box .learn_menu .memuinfo .tab-content{
	min-height: calc(100% - 100px);
	max-height: calc(100% - 100px);
	overflow-x: auto;
}
.learn_box #learn_body{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.learn_box.open #learn_body{
	padding-left: 600px;
}
.learn_box #learn_body .inner_html iframe{
	/*width: 100%;
	height: 100%;
	float: left;*/
	height: 40vw;
}
.learn_box .learn_menu .memuinfo .accordion{
	border-radius: 0!important;
	border: 0!important;
}
.learn_box .learn_menu .accordion-item .accordion-button{
	border: none!important;
	border-radius: 0!important;
	outline: none!important;
	box-shadow: none!important;
	background: #e8e8e8;
	color: #333;
	padding-left: 40px;
}
.learn_box .accordion-body{
	padding-left: 40px;
}
.learn_box .accordion-item{
	border: none!important;
	margin-bottom: 1px;
}
ul.course_menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.course_menu > li{
	display: flex;
	font-size: 1rem;
	padding-bottom: 5px;
	align-items: center;
	align-items: flex-start;
	color: #86898b;
}
ul.course_menu > li.active{
	color: #58acd0;
	font-weight: 400;
}
ul.course_menu > li .icon{
	font-size: 1.3rem;
	padding-right: 15px;
	text-align: center;
}
ul.course_menu > li a{
	color: #86898b;
	flex-grow: 1;
}
ul.course_menu > li.active a{
	color: #58acd0;
}
.course_chat .chat_box{
	padding: 30px 40px;
	background: #eee;
}
.course_chat .chat_box .head{
	font-size: 1.8rem;
	padding-bottom: 5px;
}
.course_chat .chat_box .head i{
	margin-right: 5px;
	color: #58acd0;
	font-size: 2rem;
}
.course_chat .chat_box textarea{
	border: none;
	border-radius: 20px;
	width: 100%;
	outline: none;
}
.add_review .btnLogin,
.course_chat .chat_box .btnLogin{
	font-size: 1.3rem;
	width: auto;
	padding: 10px 80px;
}
.course_chat .chat_lists{
	padding: 30px 40px;
	padding-bottom: 100px;
}
.course_chat .chat_lists ul.chat_log{
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.course_chat .chat_lists > h4{
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 300;
}
.course_chat .chat_lists ul.chat_log > li{
	display: flex;
	margin-bottom: 15px;
	gap:15px;
}
.course_chat .chat_lists ul.chat_log > li .img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #58acd0;
}
.course_chat .chat_lists ul.chat_log > li .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.course_chat .chat_lists ul.chat_log > li .info{
	padding-top: 5px;
	min-width: calc(100% - 130px);
	max-width: calc(100% - 130px);
}
.course_chat .chat_lists ul.chat_log > li .info .teacher{
	color: #999;
	padding-bottom: 5px;
	display: flex;
	gap:10px;
}
.course_chat .chat_lists ul.chat_log > li .info .teacher strong{
	color: #58acd0;
}
.course_chat .chat_lists ul.chat_log > li .info .ms{
	border: 2px solid #58acd0;
	width: 100%;
	padding: 7px 15px;
	border-radius: 20px;
	font-size: 0.9rem;
}
.course_chat .chat_lists ul.chat_log > li.unread .info .ms{
	border-color: rgb(220, 53, 69);
}
.course_chat .chat_lists ul.chat_log > li.Answer{
	flex-direction: row-reverse;
}
.course_chat .chat_lists ul.chat_log > li.Answer .info .teacher{
	flex-direction: row-reverse;
}
.course_chat .chat_lists ul.chat_log > li.Answer .info .ms{
	text-align: right;
}
.course_chat .chat_lists ul.chat_log > li.reply{
	padding-left: 65px;
	padding-right: 65px;
	min-width: 100%;
}
.course_chat .chat_lists ul.chat_log > li.reply .replybox{
	background: #58acd0;
	min-width: 100%;
	border-radius: 30px;
}
.course_chat .chat_lists ul.chat_log > li.reply .replybox input{
	background: none;
	color: #fff;
	border: none;
	padding: 8px 15px;
	min-width: calc(100% - 40px);
	outline: none;
}
.course_chat .chat_lists ul.chat_log > li.reply .replybox input::placeholder{
	color: #fff;
}
.course_chat .chat_lists ul.chat_log > li.reply .replybox button{
	border: none;
	background: none;
	color: #fff;
}
.course_chat .chat_lists ul.chat_log > li.Question.replaybox{
	padding-left: 55px;
}
.course_reviews .review_box{
	background: #eee;
	padding: 30px 40px;
}
.course_reviews .review_box .review_desc{
	padding-bottom: 10px;
	padding-left: 20px;
}
.course_reviews .review_box .review_desc .progress{
	background: #fff;
}
.course_reviews .review_box .review_desc .averate{
	display: flex;
	gap: 20px;
	align-items: center;
	color: #999;
}
.course_reviews .review_box .review_desc .averate strong{
	font-size: 1.3rem;
	color: #333;
}
.course_reviews .review_box .review_desc .averate .totals{
	font-size: 2.5rem;
	color: #ea9808;
	font-weight: 400;
}
.add_review .chat_box textarea{
	border: none;
	border-radius: 20px;
}
.add_review .chat_box .head{
	padding-bottom: 5px;
}
#fnStarSelect .istar{
	cursor: pointer;
}
.reviews_lists{
	padding: 30px 40px;
	background: #fff;
}
.reviews_lists > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.reviews_lists > ul > li{
	display: flex;
	gap:15px;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.reviews_lists > ul > li:last-child{
	border-bottom: none;
}
.reviews_lists > ul > li .img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #58acd0;
}
.reviews_lists > ul > li .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews_lists > ul > li .info{
	min-width: calc(100% - 130px);
	max-width: calc(100% - 130px);
}
.reviews_lists > ul > li .info .member{
	color: #999;
	padding-bottom: 5px;
	display: flex;
	gap:10px;
	align-items: center;
}
.reviews_lists > ul > li .info .member strong{
	color: #58acd0;
	font-size: 1.3rem;
	font-weight: 600;
}
.reviews_lists > ul > li .info .ms{
	width: 100%;
	border-radius: 20px;
}

/* exam */
.exam{
	padding-bottom: 50px;
}
.exam .header{
	background: #3b85b6;
	color: #fff;
	padding: 30px 0;
	padding-top: 80px;
}
.exam .header .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.exam .header .timeout{
	text-align: center;
	position: relative;
	white-space: nowrap;
}
.exam .header .timeout .time{
	font-size: 2rem;
	font-weight: 400;
}
.exam .header .ms{
	font-size: 1rem;
	position: absolute;
	bottom: 100%;
	right: 0;
}
.exam .header h1{
	margin: 0;
}
.exam .body_ques{
	background: #eeeeee;
	padding: 50px 0;
	padding-bottom: 100px;
}
.exam .body_ques .choise{
	padding-bottom: 40px;
}
.exam .body_ques .choise > ul{
	list-style: none;
	padding: 0;
	display: flex;
	gap:15px;
	margin-bottom: 40px;
}
.exam .body_ques .choise > ul > li > a{
	display: block;
	width: 43px;
	height: 43px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	display: flex;
	font-size: 1.3rem;
	align-items: center;
    justify-content: center;
}
.exam .body_ques .choise > ul > li.active > a{
	background: #3b85b6;
	color: #fff;
}
.exam .body_ques .choise .ms{
	font-size: 1.4rem;
	color: #3b85b6;
}
.exam .body_ques .question{
	display: flex;
	align-items: flex-start;
    justify-content: center;
    min-height: 500px;
}
.exam .body_ques .question .qbox{
	width: 100%;
}
.exam .body_ques .question .qbox .subject{
	font-size: 1.8rem;
	margin-bottom: 25px;
	font-weight: 400;
}
.exam .body_ques .question .qbox.haveimg .anwser{
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}
.exam .body_ques .question .qbox .anwser .form-check{
	margin-bottom: 20px;
	font-size: 1.3rem;
}
.exam .body_ques .question .qbox .anwser .form-check .radio{
	display: flex;
}
.exam .body_ques .question .qbox .anwser .form-check .radio label{
	color: #727475;
	flex-grow: 1;
}
.exam .body_ques .question .qbox .anwser .form-check label strong{
	color: #3b85b6;
	font-size: 1.6rem;
}
.exam .body_ques .question .qbox .anwser .form-check .form-check-input{
	margin-left: 0;
	min-width: 30px;
}
.exam .body_ques .question .qbox.haveimg .anwser .img{
	margin-bottom: 15px;
	cursor: pointer;
}
.exam .body_ques .question .qbox.haveimg .anwser .form-check{
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 30px;
	cursor: pointer;
}
.exam .body_ques .question .qbox.haveimg.c3 .anwser .form-check{
	min-width: 33.33%;
	max-width: 33.33%;
}
.exam .body_ques .question .qbox.haveimg .anwser .img{
	max-width: 500px;
	height: 300px;
	display: block;
	overflow: hidden;
}
.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
	height: 350px;
}
.exam .body_ques .question .qbox.haveimg .anwser .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exam .body_ques .question .qbox.c4{
	max-width: 1200px;
}
.exam .summary{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exam .summary .ms1{
	font-size: 1.7rem;
	padding-bottom: 30px;
	border-bottom: 1px solid #3b85b6;
	margin-bottom: 30px;
	min-width: 100%;
	text-align: center;
}
.exam .summary .ms2{
	text-align: right;
	border-bottom: 1px solid #3b85b6;
	display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.exam .summary .ms1,
.exam .summary .ms2{
	max-width: 450px;
	min-width: 450px;
}
.exam .summary .ms2 .big{
	font-size: 7rem;
	font-weight: 600;
	color: #3b85b6;
	line-height: 7rem;
}
.exam .summary .ms2 .ms{
	font-size: 1.6rem;
	font-weight: 300;
}
.exam .summary .desc{
	font-size: 1.4rem;
	color: #868b8d;
	text-align: center;
}
.exam .summary .desc strong{
	color: #3b85b6;
}
.exam .summary .score{
	padding-top: 30px;
	font-size: 1.5rem;
}
.exam .summary .ms2 .big strong,
.exam .summary .score strong{
	color: #979797;
}
.exam .summary .ms2 .big strong.pass,
.exam .summary .score strong.pass{
	color: #0d56a9;
}
.tranferbox .t_head{
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.tranferbox .t_head > *{
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 200;
}
.tranferbox .t_head > h4{
	font-weight: 300;
}
.tranferbox .t_bank{
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.tranferbox .t_bank .info{
	font-size: 1.3rem;
}
.tranferbox .t_bank .info .ms1,
.tranferbox .t_bank .info .ms3{
	font-weight: 400;
}
.tranferbox .t_bank .info .ms2{
	color: #666;
}
.tranferbox .t_bank .info .ms3{
	font-size: 1.7rem;
}
.paymentslip{
	display: flex;
	gap: 20px;
}
.paymentslip .uploadbox .form-label{
	font-size: 1.3rem;
}
.paymentslip #GoogleCaptcha{
	margin: inherit;
}
.sliplists > h4{
	font-size: 1.2rem;
	font-weight: 400;
}
.sliplists .slipinfo{
	display: flex;
	gap: 15px;
	padding-bottom: 25px;
	border-bottom: 2px solid #eee;
	margin-bottom: 25px;
}
.sliplists .slipinfo .img{
	max-width: 200px;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
}
.sliplists .slipinfo .name{
	font-weight: 400;
	font-size: 1.3rem;
}
.head_couse{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
@media (max-width: 1899px) {
	.lesson_lists > li > a{
		font-size: 1rem;
		padding: 8.5px 10px;
		padding-left: 15px;
		padding-right: 110px;
	}
	.course_title{
		font-size: 1.1rem;
	}
	.learn_box .learn_menu{
		max-width: 500px;
	}
	.learn_box.open #learn_body{
		padding-left: 500px;
	}
	.exam .header h1{
		font-size: 2rem;
	}
	.course_reviews .review_box .review_desc .averate{
		flex-wrap: wrap;
		gap: 0 15px; 
	}
	.course_reviews .review_box .review_desc .averate strong{
		min-width: 100%;
	}
	.course_reviews .review_box{
		padding: 20px 10px;
	}
	.reviews_lists{
		padding:10px 20px;
	}
}
@media (max-width: 1440px) {
	.fn_choise_option{
		margin-top: 10px;
	}
	.fn_choise_option a{
		font-size: 0.8rem;
		padding: 3px 10px;
	}
	.exam .body_ques .question .qbox .subject{
		font-size: 1.3rem;
	}
	.exam .body_ques .question .qbox .anwser .form-check .radio label{
		font-size: 1.1rem;
	}
	.exam .body_ques .question .qbox .anwser .form-check label strong{
		font-size: 1.2rem;
	}
}
@media (max-width: 1399px) {
	.t_lesson .card-title{
		margin-bottom: 15px!important;
		font-size: 1.5rem!important;
	}
	.course_chat .chat_lists{
		padding-left: 20px;
		padding-right: 20px;
	}
	.course_chat .chat_lists{
		padding-bottom: 0;
	}
	.exam .body_ques .question .qbox.haveimg .anwser .img{
		height: 250px;
	}
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
		height: 350px;
	}
	.exam .body_ques .choise{
		padding-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.exam .body_ques .question .qbox.haveimg .anwser .img{
		height: 200px;
	}
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
		height: 300px;
	}
	.exam .summary .ms2 .big{
		font-size: 5rem;
	}
	.exam .summary .score,
	.exam .summary .desc,
	.exam .summary .ms2 .ms{
		font-size: 1.2rem;
	}
	.exam .summary .score{
		padding-top: 10px;
	}
	.exam .btnBack,
	.exam .btnLogin{
		font-size: 1.2rem;
		padding: 10px 20px;
	}
	.tranferbox, .bill_info{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.exam .body_ques .question .qbox.haveimg .anwser .img{
		height: 150px;
	}
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
		height: 220px;
	}
	.exam .header .timeout .time{
		font-size: 1.2rem;
	}
	.exam .body_ques .choise .ms{
		font-size: 1.2rem;
	}
	.exam .summary .ms1{
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.5rem;
	}
	.exam .summary .desc{
		font-size: 1rem;
	}
	.exam .btnBack, .exam .btnLogin{
		max-width: 200px!important;
	}
	.bill_info{
		width: 100%;
	}
	.bill_info .head,
	.bill_info .sumtotal{
		flex-wrap: wrap;
	}
	.bill_info .sumtotal .total{
		min-width: 100%;
		max-width: 100%;
	}
	.bill_info .sumtotal .logo{
		min-width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.bill_info .head > .img{
		min-width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.bill_info .head .center,
	.bill_info .head .no{
		padding: 0;
		min-width: 100%;
		max-width: 100%;
	}
	.cart_info{
		padding: 40px 0;
	}
	.cart_info ul.cart_lists > li .coursesbox .info .subjec{
		font-size: 1rem;
	}
	.cart_info ul.cart_lists > li .coursesbox .prices{
		font-size: 1rem;
	}
	.cart_info ul.cart_lists > li .coursesbox .img{
		min-width: 100px;
		max-width: 100px;
	}
	.cart_info ul.cart_lists > li .coursesbox .info{
		max-width: calc(100% - 200px);
    	min-width: calc(100% - 200px);
	}
	.cart_info ul.cart_lists > li .coursesbox .prices{
		max-width: 100px;
		min-width: 100px;
	}
	.cart_info ul.cart_lists{
		padding: 15px 0;
	}
	.cart_info ul.cart_lists > li{
		margin-bottom: 0;
	}
	.cart_info ul.cart_lists > li .coursesbox{
		margin-bottom: 0;
	}
	.bill_info .head{
		padding-bottom: 20px;
	}
	.bill_info .address_info{
		padding: 20px 0;
	}
	.bill_info .address_info .info{
		margin-bottom: 0;
	}
	.bill_info .sumtotal .total{
		padding-top: 0;
	}
	.cart_info .subinfo{
		font-size: 1rem;
	}
	.cart_info .subinfo.totalinfo{
		font-size: 1.2rem;
	}
	.bill_info{
		padding: 20px;
	}
	.tranferbox .t_head > *{
		font-size: 1.5rem;
	}
	.tranferbox .t_head{
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	.view_question > ol > li .fw-bold{
		font-size: 1rem;
	}
	.view_question > ol > li .desc{
		font-size: 0.9rem;
		margin-bottom: 0;
	}
	.white-popup-block .form-select.form-select-lg, 
	.white-popup-block .form-control.form-control-lg{
		font-size: 1rem;
		padding: 5px 15px;
		min-height: 40px;
	}
	.white-popup-block .input-group .btn{
		font-size: 1rem;
	}
	.white-popup-block .choise_box > .form-check .form-check-label{
		font-size: 1.4rem;
	}
	.white-popup-block .choise_box .answser .form-control{
		width: 100%;
	}
	.white-popup-block .nav-pills .nav-link{
		font-size: 1rem;
	}
	.help-block{
		font-size: 0.9rem;
	}
	ul.course_menu > li .icon,
	ul.course_menu > li a{
		font-size: 0.9rem;
	}
	.learn_box .accordion-body{
		padding-left: 20px;
	}
	.exam .body_ques .question .qbox.haveimg.c3 .anwser .form-check,
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .form-check{
		min-width: 100%;
		max-width: 100%;
	}
	.exam .body_ques .question .qbox.haveimg.c3 .anwser .img,
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
		height: 350px;
	}
	.exam .header h1{
		font-size: 1.5rem;
		padding-left: 15px;
	}
	.exam .header .timeout .time{
		font-size: 1rem;
	}
	.exam .header h1{
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.exam .header .container{
		flex-wrap: wrap;
		display: flex;
		justify-content: center;
	}
	.exam .header .ms{
		position: inherit;
	}
	.exam .body_ques .choise > ul{
		justify-content: center;
		margin-bottom: 30px;
	}
	.exam .body_ques .choise .ms{
		text-align: center;
	}
	.checkout .inner_header ul.steps{
		gap: 20px;
	}
	.checkout .inner_header ul.steps{
		font-size: 1rem;
	}
	.checkout .inner_header ul.steps{
		max-width: 320px;
	}
	.help_message{
		padding-bottom: 0;
	}
	.tranferbox .t_bank > .img{
		width: 50px;
	}
	.tranferbox .t_bank .info{
		font-size: 1.2rem;
	}
	.tranferbox .t_bank .info .ms3{
		font-size: 1.5rem;
	}
	.tranferbox .t_head > *{
		font-size: 1.3rem;
	}
	.tranferbox .t_bank{
		gap: 20px;
	}
}
@media (max-width: 600px) {
	.paymentslip{
		flex-wrap: wrap;
	}
	.tranferbox{
		padding: 30px 20px;
	}
}
@media (max-width: 575px) {
	.white-popup-block > .card{
		padding-left: 0;
		padding-right: 0;
	}
	.white-popup-block .m_title{
		margin-bottom: 15px;
	}
	.learn_box .learn_menu .memuinfo .nav .nav-link{
		font-size: 1.2em;
	}
	.course_chat .chat_lists ul.chat_log > li .img{
		width: 40px;
		height: 40px;
	}
	.course_chat .chat_lists ul.chat_log > li .info {
	    min-width: calc(100% - 110px);
	    max-width: calc(100% - 110px);
	}
	.course_chat .chat_lists ul.chat_log{
		border-bottom: none;
	}
	.course_chat .chat_lists{
		padding-top: 20px;
	}
	.exam{
		padding-bottom: 0;
	}
	.exam .body_ques{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.exam .body_ques .question .qbox.haveimg.c3 .anwser .img,
	.exam .body_ques .question .qbox.haveimg.c4 .anwser .img{
		height: 50vw;
	}
	.exam .body_ques .question .qbox .subject{
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.exam .body_ques .question .qbox.haveimg.c3 .anwser .form-check, .exam .body_ques .question .qbox.haveimg.c4 .anwser .form-check{
		padding-left: 0;
	}
	.exam .body_ques .choise > ul{
		margin-bottom: 20px;
	}
	.exam .body_ques .choise > ul > li > a{
		width: 35px;
		height: 35px;
		font-size: 1rem;
	}
	.exam .summary .ms2 .big{
		font-size: 4rem;
		line-height: 5rem;
	}
	.exam .body_ques .choise{
		margin-bottom: 20px;
	}
	.exam .summary .ms1{
		font-size: 1.2rem;
	}
	.exam .summary .ms1, .exam .summary .ms2{
		max-width: 100%;
		min-width: 100%;
	}
	.exam .summary .desc{
		font-size: 0.8rem;
	}
	.exam .summary .ms2{
		margin-bottom: 20px;
	}
	.exam .header h1{
		font-size: 1.2rem;
	}
	.exam .btnBack, .exam .btnLogin{
		font-size: 1rem;
	}
	.footerbtn{
		padding: 15px;
		margin-top: 0px!important;
	}
	.exam .body_ques .question{
		min-height: 350px;
	}
	.exam .body_ques .choise .ms{
		font-size: 1rem;
		text-align: center;
	}
	.course_chat .chat_box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.add_review .btnLogin, .course_chat .chat_box .btnLogin{
		font-size: 1.2rem;
	}
	.course_chat .chat_lists ul.chat_log > li .info .teacher{
		font-size: 0.9rem;
	}
	.cart_info ul.cart_lists > li .coursesbox .info{
		padding-left: 10px;
		max-width: calc(100% - 180px);
    	min-width: calc(100% - 180px);
	}
	.cart_info ul.cart_lists > li .coursesbox .img{
		max-width: 80px;
		min-width: 80px;
	}
	.sliplists .slipinfo .img{
		max-width: 80px;
	}
	.sliplists .slipinfo .name{
		font-size: 1rem;
	}
}