* {
  font-family: 'Roboto', sans-serif;
}

/* Navbar CSS */

#navbar {

}

#navbar a.navbar-brand {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

#navbar a.navbar-brand {
  margin-right: 50px;
}

#navbar button.btn.btn-outline-success {
  color: #ffffff;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
}

#navbar button.btn.btn-outline-success:hover {
  color: #ffffff;
  background-color: #ff6666;
}

/* For Modal Btn */

button.btn.btn-outline-success {
  color: #FF6666;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
}

button.btn.btn-outline-success:hover {
  color: #ffffff;
  background-color: #ff6666;
}

/* Hero CSS */

#hero .jumbotron {
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 300px;
  padding-top: 100px;

  margin-bottom: 0px;
}

.display-4 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 600;
    -webkit-text-stroke: 0.5px black;
}

.display-6 {
    font-size: 75px;
    color: #ffffff;
    font-weight: 600;
    -webkit-text-stroke: 1px black;
}

#hero p.lead {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 50px;
}

#hero button.btn.btn-outline-success {
  color: #ffffff;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
  margin-top: 40px;
}

#hero button.btn.btn-outline-success:hover {
  color: #ffffff;
  background-color: #ff6666;
}

/* counter section */

#counter {
  background-color: #ff6666;
  color: #ffffff;
  padding: 50px 0px 50px 0px;
}

#counter h1.number {
  font-size: 60px;
}

#counter p.text {
  font-size: 20px;
  font-weight: 300;
}
/* sign in section css*/

#signin h4.marketing_title {
  text-transform: uppercase;
  padding-top: 90px;
  padding-bottom: 20px;
}

#signin p.marketing_body {
  color: #333333;
  font-weight: 300;
  padding-top: 20px;
  font-size: 20px;
}

#signin p.marketing_promo {
  color: #ff6666;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 400;
}

#signin div.right {
  background-color: #006699;
}

#signin .signinform {
  padding-top: 80px;
  padding-bottom: 80px;
}

#signin label.s_email {
  color: #ffffff;
}

#signin label.s_pass {
  color: #ffffff;
  margin-top: 10px;
}

#signin input.form-control {
  border: 2px solid #ff6666;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  height: calc(2.5em + 0.75rem + 2px);
}

#signin button.btn-primary {
  color: #ffffff;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
  margin-top: 10px;
  background-color: #006699
}

#signin button.btn-primary:hover {
  color: #ffffff;
  background-color: #ff6666
}

/* card css */

#cards {
  background-color: #006699;
  padding: 60px 0px;
  color: #ffffff;
}

#cards .card {
  border: 4px solid #ff6666;
}

#cards img.card-img-top {
  padding-top: 30px;
  width: 50%;
}

#cards h5.card-title {
  font-size: 24px;
}

#cards p.school {
  font-size: 18px;
  font-weight: 100;
}

#cards div.stars {
  color: #ff6666;
  padding-bottom: 15px;
}

#cards p.comment {
  font-size: 14px;
  font-weight: 100;
  font-style: italic;
}

/* contract us css */

#contract {

}

#contract .left_section {
  background-color: #006699;
}

#contract h4.contract_title {
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #ff6666;
}

#contract .mobile {
  padding-top: 0px;
}

#contract .mob_lev{
  color: #ffffff;
}

#contract .prof_lev {
  color: #ffffff;
}

#contract button.btn-primary {
  color: #ffffff;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
  margin-top: 10px;
  background-color: #006699;
  margin-bottom: 60px;
}

#contract button.btn-primary:hover {
  color: #ffffff;
  background-color: #ff6666
}

#contract input.form-control {
    border: 2px solid #ff6666;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    height: calc(2.5em + 0.75rem + 2px);
}

#contract select.form-control {
    border: 2px solid #ff6666;
    width: 80%;
    height: calc(2.5em + 0.75rem + 2px);
}

#contract .address_title {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 30px;
}

#contract .address_promo {
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #ff6666;
  font-size: 20px;
}

#contract p.address_body {
  font-size: 20px;
  font-weight: 300;
}

/* Footer CSS */

#footer {
  background-color: #FF6666;
  padding: 20px 0px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

#footer div.copy {
    padding-top: 40px;
}
#footer div.social {
    padding-top: 40px;
}

span.bdedu_holder {
    background-color: white;
    padding: 16px 0px;
}

/* Dashboard CSS starts from here */
/* Navbar CSS */

li.pro_name {
    color: #ffffff;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 2px;
    letter-spacing: .5px;
}

a.signout {
    color: #ff6666;
    font-size: 12px;
    padding-left: 16px;
}

/* Profile Card CSS */

section#profile_card {
  margin: 40px 0px;
}

#profile_card div.blue_bg {
  background-color: #006699;
  border-radius: 15px;
  padding: 40px 20px;
  color: #ffffff;
  margin-right: 0px;
  -webkit-box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
  -moz-box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
  box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
}

#profile_card span.student_name {
  font-size: 20px;
  font-weight: 600;
}

#profile_card div.prof_padding {
  padding-top: 24px;
}

#profile_card span.status_title {
  font-size: 20px;
}

#profile_card span.status_count {
  font-size: 50px;
  font-weight: 600;
}

#profile_card div.text-center {
  padding-top: 18px;
}

#profile_card div.progress {
  background-color: #006699;
  border: 1px solid #ff6666;
  border-radius: 10px;
  height: 22px;
  margin-top: 10px;
}

#profile_card div.progress-bar {
  background-color: #FF6666;
}

/* Exam Table CSS */

#exam_table .row {
  margin-bottom: 50px;
  margin-top: 25px;
}

#exam_table .table_space {
  padding: 0px;
}

#exam_table .thbg {
  background-color: #006699;
  color: #ffffff;
}

#exam_table table {
  border: 2px solid #006699;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
}

#exam_table table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#exam_table .top-radius-left {
  border-radius: 10px 0px 0 0;
  padding-left: 30px;
}

#exam_table .top-radius-right {
  border-radius: 0px 10px 0 0;
  padding-left: 30px;
}

#exam_table th {
  padding-left: 20px;
}

#exam_table th a {
  color: #ffffff;
  padding: 0px;
}

#exam_table td {

}

#exam_table a.btn {
  color: #000000;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
}

#exam_table a.btn:hover {
  color: #ffffff;
  background-color: #ff6666;
}


/* Exam_1 CSS */
/* Exam Card Section */

#breadcrmb {
  background-color: #ff6666;
}

#breadcrmb .breadcrumb {
  background: none;
  margin-bottom: 0px;
  color: #ffffff;
}

#breadcrmb ol li {
  color: #ffffff;
}
#breadcrmb ol li a{
  color: #ffffff;
}

#breadcrmb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

/* Exam Title CSS */

#exam_title {
  background-color: #006699;
}

#exam_title h2 {
  color: #ffffff;
  padding: 10px 0px;
}

/* Exam Card CSS */

#exam_card .exam_card_details {
  margin-top: 25px;
}

#exam_card .status_bg {
  background-color: #006699;
  color: #ffffff;
  border-radius: 15px;
  padding: 30px 0px;
  -webkit-box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
  -moz-box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
  box-shadow: 3px 6px 27px -10px rgba(0,0,0,0.39);
}

#exam_card span.status_title {
  font-size: 20px;
}

#exam_card span.status_count {
  font-size: 50px;
  font-weight: 600;
}

#exam_table_description table {
  margin: 20px 0px 40px 0px;
  border: 2px solid #006699;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px 15px 0px 0px;
}

#exam_table_description .top-radius {
  border-radius: 10px 10px 0 0;
  padding-left: 30px;
}

#exam_table_description .top_left_curve {
  border-radius: 10px 0px 0 0;
}

#exam_table_description .top_right_curve {
  border-radius: 00px 10px 0 0;
}

#exam_table_description table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#exam_table_description thead {
    background-color: #006699;
    color: #ffffff;
}

#exam_table_description tr {

  border: 2px solid #006699;
  border-radius: 15px;
}

#exam_table_description td.exam_ins {
    padding: 20px 50px 20px 50px;
    line-height: 40px;
}

#exam_table_description td.exam_start_btn {
    padding: 2px 50px 50px 0px;
}

#exam_table_description a.exam_btn {
  color: #000000;
  border-color: #ff6666;
  border-radius: 0px;
  border-width: 2px;
  width: 130px;
}

#exam_table_description a.exam_btn:hover {
  color: #ffffff;
  background-color: #ff6666;
}

/* Exam 2 CSS */
/* Exam Question Answer */

.options {
  cursor: pointer;
  margin-right: 20px;
}

.options-selected {
  background-color: rgba(0, 102, 153, 0.4);
}

.options input {
  display: none;
}

#exam_table_description .question_number {
  font-size: 20px;
  color: #ff6666;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom:
}
#exam_table_description .question_title ,#exam_table_description .question_answer_title{
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding-left: 60px;
}

#exam_table_description .answer_option {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding-left: 60px;
}

#exam_table_description .prev_next {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding-left: 60px;
}

#exam_table_description .options {
  border: 3px solid black;
  padding: 2px 4px 2px 4px;
}
#exam_table_description td.btn_padding {
  padding-top: 70px;
}

#exam_table_description .orview_btn {
  background-color: #006699;
  border-color: #006699;
}

#exam_table_description .orview_btn_red {
  background-color: #ff6666;
  border-color: #ff6666;
}

#exam_table_description .overview_break {
  padding: 12px 0px;
}

th.overview_head_left_pad {
  padding-left: 30px;
}
th.overview_head_right_pad {
  padding-right: 30px;
}

a.white_color {
  color: #fff;
}

#exam_table_description .overview_padding {
  padding: 20px 0px;
}

#exam_table_description .overview_padding a {
  padding: 6px 20px;
  margin: 0px 2px;
}

#exam_table_description .promo_answer_correct {
  padding: 10px;
  background-color: #006699;
}

#exam_table_description .promo_answered {
  padding: 10px;
  background-color: #006699;
  margin-right: 10px;
}
#exam_table_description .promo_not_answered {
  padding: 10px;
  background-color: #ff6666;
  margin-left: 20px;
  margin-right: 10px;
}

#exam_table_description td.prev_nxt_btn {
  padding: 20px 0px;
}

#exam_table_description .prev_btn {
  margin-right: 10px;
}
#exam_table_description .next_btn {
  margin-left: 10px;
}
#exam_table_description .mini_table {
  margin: auto;
  width:90% !important;
  margin-bottom:20px;
}

#exam_table_description .finish_title {
  font-size: 34px;
}

#exam_table_description .finish_description {
  padding: 100px 0px;
}

/* Result CSS */

th.fedbk_head {
  padding-left: 30px;
}

.correct_answer {
  color: #006699;
}

.wrong_answer {
  color: #FF6666;
}

.auto_feedback {
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
}

.fdbk {
  font-weight: 400;
}

.fdbk_title {
  color: #FF6666;
  font-weight: 700;
  padding-left: 40px;
}

tr.fdbk_bg {
  background-color: #ffffff;
}

#exam_table_description .answer_option_weight_first {
font-size: 20px;
color: #000000;
font-weight: bold;
padding-left: 60px;
padding-top: 50px;
padding-bottom: 50px;
}

#exam_table_description .answer_option_weight {
font-size: 20px;
color: #000000;
font-weight: bold;
padding-left: 0px;
padding-top: 50px;
padding-bottom: 50px;
}

label {
    cursor: pointer;
}
.icon-padding{
  padding:0 5px 0 5px;
}