#formRegister .form-control::placeholder{
	font-size: 12px;
}

.btn-theme-color{	
    background-color: #f83138;
	border-color:#f83138;
	color:#fff;
    margin-left: 5px;
}

.has-error small{
	color:red;
}

#formLogin .form-control:focus,.verifyForm .form-control:focus{
	border:1px solid #ced4da;
}
.verifyForm .btn-theme-color:hover{
	color: #fff;
}

/* Exam Calender */
.exam-calender-section{
	padding: 20px;
	width: 100%;
}

.block-description{
	color: #646f79;
	font-size: 13px;
	padding: 0 10px;
	line-height: 24px;
}

.exam-calender-main{
	margin-top: 30px;
}

.exam-calender-main h5 i{
	float: right;
}
.exam-calender-main h5{
	color: #000;
}

.exam-calender-main .accordion > .card .card-header{	
	border-radius: 5px;
	background: #F1F4F6;
	border: none;
	border-left: 4px solid #4788f4;
}

.exam-calender-main .card{
	background: transparent;
	box-shadow: none;
	margin-bottom: 20px;
}

.exam-calender-main .accordion > .card:not(:first-of-type) .card-header:first-child{
	border-radius: 5px;
}

.exam-calender-block{
	background: #fff;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	padding: 15px;
	margin-bottom: 15px;
	font-size: .75rem;
}

.exam-calender-block .date-details{
	margin-bottom: 10px;
}
.exam-calender-block .exam-date{
	color: #86a1ae;
	font-size: 12px;
}

.exam-calender-block .exam-date i{
	margin-right: 5px
}

.exam-status-official{
	color: #fff;
	background: #25cd71;
	margin-left: 10px;
	vertical-align: unset !important;
	font-size: 10px;
	border-radius: 9px;
	padding: 3px 9px;
	text-transform: uppercase;
}

.exam-status-other{
	color: #fff;
	background: #ccc;
	margin-left: 10px;
	vertical-align: unset !important;
	font-size: 10px;
	border-radius: 9px;
	padding:3px 9px;
	text-transform: uppercase;
}

.exam-status-tentative{
	color: #fff;
	background: #86a1ae;
	margin-left: 10px;
	vertical-align: unset !important;
	font-size: 10px;
	border-radius: 9px;
	padding: 3px 9px;
	text-transform: uppercase;
}

.exam-details{
	line-height: 40px;
}
.exam-details img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
}

.exam-details span{
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
}

.exam-details a{
	font-size: 12px; 
	float: right;
	font-weight: normal;
}

/* Practice Section For User */
.practice-section.pracitce-view{
	background-image:none;
	box-shadow: none;
}

.practice-section.pracitce-view .practice-main-title{
	color: #000;
	font-weight: 600;
}
.practice-section{
	margin:50px 20px 20px 10px;
}

.practice-main-title{
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}

.practice-section p{
	text-align: center;
	color: #646f79;
}


.practice-section .practice-block:hover{
    -webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

.practice-section .practice-block{	
	color:#6c757d !important;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	-moz-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	margin: 10px;
}

.practice-section .practice-block img{
	width: 40%;
	border-radius: 70px;
	padding: 3px;
}

.practice-section .practice-block span{
	width: 100%;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin: 5px auto;
}


.backimagemain{
    background-image: url("../images/pass.jpg");
    background-repeat: no-repeat;
    background-size: cover;
   
    padding-bottom: 20px;
}

.searchbar{
    background-blend-mode: multiply;
    background-color: rgba(0, 58, 124, 0.753);
}

.cardboder{
    border-radius: 20px;
}

.cardorange{
    background: #ffb347;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff9743, #e75500);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff9253, #f05901); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.cardoblue{
    background: #478dff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #43d3ff, #0077e7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #43d3ff, #0077e7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.playbgcol{
    background-color: rgba(44, 42, 39, 0.411);
}

.orangetext{
    color: #ff8239;
}

.bluetext{
    color: #43d3ff;
}

.testsize{
    font-size: 0.9em;
}

/* Popular section Css */


.course-section{		
	border-radius: 5px;
	-webkit-box-shadow: 0px 6px 16px -10px #777;
	-moz-box-shadow: 0px 6px 16px -10px #777;
	box-shadow: 0px 6px 16px -10px #777;
	margin:0 10px 34px;
}


.course-img-sec{
    width: 100%;
    background: white;
    text-align: center;
}

.course-body{
	padding: 15px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.course-body .title{
	font-size: 16px;
	color: #000;
}
.course-img{
	border-radius: 5px 5px 0 0;
}

.course-status{
	font-size: 12px;
	color: #646f79;
}

.video-content ul strong{
	color:#000;
}

.video-content{
	font-size: 13px;
	margin-top: 25px;
	color: #646f79;
}

.video-button{
	margin-top:10px;
	padding: 5px;
	background-color:#f83138;
	font-size: 14px;
	color:#fff;
	border:none;
	border-radius: 5px;
	width:100%;
	cursor:pointer;
}

/* finish Course Block */

/* Other CSS Block Start*/

.course-exam-column.menu-full-width{
	width: 100%;
}

.stdetails .stimage img{
	height: 100%;
}

.courses-carousel img{
	height: 100%;
}

/* Other CSS Block END*/

/* FAQ section start */

.faq-section{
	padding: 20px;
	width: 100%;
}


.faq-main{
	margin-top: 30px;
}

.faq-main h5 i{
	float: right;
}
.faq-main h5{
	color: #000;
	font-size: 14px;
}

.faq-main .accordion > .card .card-header{	
	border-radius: 5px;
	background: #F1F4F6;
	border: none;
	border-left: 4px solid #f83138;
}

.faq-main .card{
	background: transparent;
	box-shadow: none;
	margin-bottom: 20px;
}

.faq-main .accordion > .card:not(:first-of-type) .card-header:first-child{
	border-radius: 5px;
}

.faq-block{
	background: #fff;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	padding: 15px;
	margin-bottom: 15px;
	font-size: .75rem;
}

/* FAQ section END */


/* SEARCH section css START */

.search-block{
	background: #fff;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
	padding: 15px;
	margin-bottom: 15px;
	min-height: 150px;
}

.search-block .stud__name, .search-block .streview{
	color: #000;
}

.search-title{
	color: #000;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	margin:30px 10px;
}

.search-title span{
	color: #f83138;
}

/* SEARCH section css END */


/* Google Language Section START */

#google_translate_element {
	margin:0 10px;
	 bottom: calc(53px + 16px);
	 right: 16px !important;
}
 .goog-te-gadget {
	 font-family: Roboto, 'Open Sans', sans-serif !important;
	
}

.account{
	width: 440px;
}
 .goog-te-gadget-simple {
	 color: rgb(146, 148, 185) !important;

	 padding: 2px !important;
	 border-radius: 4px !important;
	 font-size: 1rem !important;
	 line-height: 2rem !important;
	 display: inline-block;
	 cursor: pointer;
	 zoom: 1;
	 width: 100%;
}
}
 .goog-te-menu2 {
	 max-width: 100%;
}
.google-class{
	width: 200px;
	float: left;
}

 .goog-te-menu-value {
	 color: #000 !important;
	 width: 100%;
	display: inline-block;
	text-align: center;
}
 .goog-te-menu-value:before {
	 font-family: 'Material Icons';
	 content: "\E927";
	 margin-right: 16px;
	 font-size: 1.4rem;
	 vertical-align: -5px;
}

 .goog-te-menu-value span:nth-child(5) {
	 display: none;
}
 .goog-te-menu-value span:nth-child(3) {
	 border: none !important;
	 font-family: 'Material Icons';
}
 .goog-te-menu-value span:nth-child(3):after {
	 font-family: 'Material Icons';
	 content: "\E5C5";
	 font-size: 1.5rem;
	 vertical-align: -6px;
}
 .goog-te-gadget-icon {
	 background-image: url(https://placehold.it/32) !important;
	 background-position: 0px 0px;
	 height: 32px !important;
	 width: 32px !important;
	 margin-right: 8px !important;
	 display: none;
}
 .goog-te-banner-frame.skiptranslate {
	 display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span{
	
}


body {
	 top: 0px !important;
}
/* ================================== *\ Mediaqueries \* ================================== */
 @media (max-width: 667px) {
	 #google_translate_element {
		 bottom: calc(100% - 50% - 53px);
		 left: 16px !important;
		 width: 100% !important;
	}
	 #google_translate_element goog-te-gadget {
		 width: 100% !important;
	}
	 #google_translate_element .skiptranslate {
		 width: 100% !important;
	}
	 #google_translate_element .goog-te-gadget-simple {
		 width: calc(100% - 32px) !important;
		 text-align: center;
	}
}
/* Google Language Section END */

.front-section .carousel-item{
	height: 300px;
}

#myModalLogin .form-control:focus,
#formRegister .form-control:focus,
.subscriber-box .form-control:focus{
	border:1px solid #ced4da;
	
}

#bannerAd .modal-body{
	
}

#bannerAd .modal-body img{
	width: 100%;
}

.subscriber-box{
	text-align: center;
}

.sbox-title{
	color: #007791;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
}

.sbox-subtitle{
	color: #000;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}

#bannerAd .modal-dialog,
#subscribed .modal-dialog,{
	top:20%;
}

.select-login-type{
	width: 100%;
	display: flex;
}

.select-login-type label{
	vertical-align: middle;
}

.global-continer-height{
	min-height: 300px;
}

.about-us-section{
	margin-bottom: 20px;
}
.about-us-section ul li{
	list-style-type: disc;
	margin-left: 30px;
}

.about-us-section .page-title{
	color: #ff0012;
}

.about-us-section.privacy strong{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
}

#formRegister input::-webkit-outer-spin-button,
#formRegister input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#formRegister input[type=number] {
  -moz-appearance: textfield;
}

.front-section .invite-referral{
	background: none;
	background-color: #86a1ae;
	background-size: unset;
}

.front-section .invite-referral .top-content .how-it-works{
	background-color: #1b1b1b;
}



.exam-calender-main .accordion > .card .card-header {
	border-radius: 5px;
	background: #f73138;
	border: none;
	border-left: 4px solid #f73138;
	color: #fff;
  }
  .exam-calender-main .accordion > .card .card-header h5{
	color: #fff;
  }

  .exam-calender-main .card {
    border: none;
    background: #fff;
}

.exam-calender-main .card .exam-calender-block {
    background: #f5f5f5;
}
.exam-status-official {
    color: #fff;
    background: #f73138;}


	.practice-section .practice-block img {
		padding: 5px;
		width: 80px;
		height: 80px;
		overflow: hidden;
		border-radius: 100%;
		margin: auto;
		object-fit: cover;
		margin-bottom: 20px;
		box-shadow: 0px 3px 5px #f73138;
	}
	
	.practice-section .practice-block span {
		text-align: center;
		font-size: 14px;
		min-height: 30px;
	}