body {
  font-family: 'Mukta', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  color: #434343;
}
h1,
h2,
h3,
h4 {
  font-family: 'Righteous', 'Mukta', Arial;
  margin: 0px;
}
.breadcrumb-outer {
  background-color: #f1f1f1;
  margin-bottom: 15px;
}
.breadcrumb-outer .breadcrumb {
  margin-bottom: 0px;
  background-color: transparent;
  padding-left: 0px;
}
.breadcrumb {
  padding: 2px 0px 3px !important;
}
.breadcrumb > li {
  font-size: 13px;
}
.title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.container-fluid {
  max-width: 1300px;
}
a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.btn {
  padding: 8px 20px;
  text-transform: uppercase;
}
.form-control {
  background-color: #F5F8F9;
}
.form-control:focus {
  border-color: #00afef;
  outline: none;
  background: #fff;
  box-shadow: none;
}
.home-page-captcha .btn {
  padding: 8px 28px;
}
.home-page-captcha .captcha {
  border: 1px solid #cccccc;
  padding: 4px 30px;
  border-radius: 4px;
  line-height: 2.4;
  background-color: #F5F8F9;
}
.home-page-captcha .captcha-input .form-control {
  height: 38px;
  width: 91px;
}
.contact-captcha .captcha {
  border: 1px solid #cccccc;
  padding: 4px 46px;
  border-radius: 4px;
  line-height: 2.4;
  background-color: #F5F8F9;
}
.contact-captcha .btn {
  padding: 8px 44px;
}
.contact-captcha .captcha-input .form-control {
  height: 38px;
  width: 113px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .captcha-input .form-control {
    height: 38px;
    width: 100% !important;
  }
}
/*login page*/
.test-details {
  background-color: #00afef;
  padding: 20px 0px;
  color: #fff;
}
.test-details .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.student-details {
  background-color: #797676;
  padding: 20px 0px;
  color: #fff;
  line-height: 1.8;
}
.student-details .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.student-details .yellow {
  color: #ece940;
  padding: 10px 0px;
}
.student-details .user-pic {
  border: 1px solid #000;
  padding: 10px;
  background-color: #fff;
}
.login-form {
  background-color: #f5f5f5;
  margin-top: 60px;
  border-radius: 6px;
}
.login-form .login-header {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: #d4d4d4;
  border-radius: 6px 6px 0px 0px;
}
.login-form form {
  padding: 20px;
}
.login-form .input-group {
  margin: 10px 0px;
}
.login-form .sign-in-btn {
  margin: 20px 0px;
}
.login-form .sign-in-btn .btn {
  width: 100%;
}
.total {
  height: 100vh;
  overflow: hidden;
}
.instructions .instra-header {
  background-color: #9dd9ef;
  padding: 15px;
}
.instructions .next-bar {
  background-color: #D4D4D4;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 75%;
}
.instructions .next-bar a {
  float: right;
  color: #000;
}
.instructions .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.instructions .all-instructions {
  padding: 15px;
}
.instructions .all-instructions ul {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
.instructions .user-desk {
  padding: 15px ;
  background-color: #f5f5f5;
  height: 100vh;
  border-left: 1px solid #ccc;
}
.padding-none {
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .student-name span {
    float: none !important;
  }
  .student-name .user-pic {
    background-color: transparent;
    border: none;
  }
  .next-bar {
    width: 100%;
  }
}
.pre-btn {
  border: 1px solid #00afef;
  padding: 4px 15px;
  margin-right: 41px;
  border-radius: 6px;
}
.pre-bar {
  padding-top: 20px;
}
.answer-attended ul li {
  line-height: 14px !important;
}
.result {
  width: 25%;
}
.result .answer-details {
  /*height: 200px;
  overflow-y: scroll;*/
  max-height:250px;
  overflow:auto;
  padding: 0px 10px;
}
.result #style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.result #style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.result #style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.result .answer-attended{
  margin-top: 15%;
}
.result .answer-attended ul {
  padding: 0;
}
.result .answer-attended ul li span {
  font-size: 11px;
  position: relative;
  top: -3px;
}
/*27/10*/
.all-instructions {
  height: 400px;
  width: 100%;
  overflow-y: scroll;
}
.all-instructions ul {
  list-style-type: none;
}
.all-instructions #style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.all-instructions #style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.all-instructions #style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.symbols li {
  position: relative;
  margin-bottom: 10px;
}
.tab-content {
  height: 100vh;
  overflow-y: scroll;
  padding: 5px;
}
.tab-content .tab-pane {
  height: 500px;
  overflow-y: scroll;
  padding: 5px;
}
.not-answered {
  width: 40px;
  height: 40px;
  background: red;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.not-answered:before {
  content: "";
  width: 40px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 14px solid red;
  border-left: 14px solid #fff;
  border-right: 14px solid #fff;
}
.answered {
  width: 40px;
  height: 40px;
  background: #5AC200;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.answered:after {
  content: "";
  width: 40px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 14px solid #5AC200;
  border-left: 14px solid #fff;
  border-right: 14px solid #fff;
}
.instruct {
  position: relative;
  top: -15px;
  left: 10px;
  display: inline-block;
}
.instruct2 {
  position: relative;
  top: -60px;
  left: 52px;
  display: inline-block;
}
.not-visited {
  background-color: #d4d4d4;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
}
.m-review {
  background-color: #7C008F ;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.a-m-review {
  background-color: #0058F0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.no {
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 2.1;
  left: 0;
  right: 0;
}
.text-left {
  position: absolute;
}
@media only screen and (min-width: 1120px) and (max-width: 1400px) {
  .all-instructions {
    height: 400px !important;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1980px) {
  .all-instructions {
    height: 500px !important;
  }
}
.prenav {
  background-color: #00afef;
  color: #fff;
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.prenav a {
  color: #fff;
}
.prenav .top-login {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.prenav .top-contact {
  text-align: left;
}
.prenav .top-contact span {
  margin-right: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-brand {
  max-width: 280px;
  padding: 9px 15px;
}
.navbar {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Righteous', 'Mukta', Arial;
  text-transform: uppercase;
  font-size: 13px;
}
.navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0px 5px 57px -21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 57px -21px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 57px -21px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  min-width: 180px;
  border-color: #f1f1f1;
}
.navbar-nav > li > .dropdown-menu li a {
  padding: 5px 20px;
  color: #939393 !important;
}
.testimonial-box {
  padding-top: 15px;
}
.testimonial-box .description {
  background: #f3f3f3;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  font-style: italic;
  padding: 45px 35px;
  position: relative;
}
.testimonial-box .description:before {
  content: "\f10d";
  font-family: "fontawesome";
  font-weight: 900;
  position: absolute;
  top: -20px;
  font-size: 35px;
  color: #00afef;
}
.testimonial-box .description:after {
  content: "";
  width: 27px;
  position: absolute;
  bottom: -12px;
  border-top: 13px solid #f3f3f3;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.testimonial-review {
  padding-top: 25px;
}
.testimonial-review .user-image {
  background-size: cover;
  border-radius: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}
.testimonial-review .testimonial-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  float: left;
  text-transform: capitalize;
  font-family: 'Mukta', sans-serif;
}
.testimonial-title small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}
.video-box a.video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.video-box a.video .fa {
  color: #fff;
  font-size: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.video-box a.video:hover .fa {
  opacity: 1;
}
.section-numbers {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00afef;
  color: #fff;
}
.section-numbers .number-box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section-numbers .number-box h3 {
  font-size: 52px;
}
.section-numbers .number-box h3 span {
  font-family: 'Mukta', sans-serif;
  font-size: 42px;
  position: relative;
  top: -2px;
}
.section-numbers .number-box p {
  text-transform: uppercase;
  font-weight: 600;
}
.section-about-teacher .title {
  margin-top: 30px;
}
.section-about-teacher .message {
  font-size: 18px;
  font-style: italic;
}
.section-about-teacher .message .fa {
  color: #00afef;
}
.section-about-teacher .message .fa-quote-right {
  margin-left: 10px;
}
.section-about-teacher .message .fa-quote-left {
  margin-right: 10px;
}
.section-about-teacher .sign {
  font-weight: 700;
  margin-bottom: 30px;
}
.home-enquiry {
  border: 1px solid #dfdfdf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px 30px 15px 30px;
  -webkit-box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #00afef;
  border-top: 4px solid #00afef;
}
.home-enquiry .sub {
  font-size: 13px;
  color: #8b8b8b;
}
.home-enquiry h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home-enquiry form .row .col-md-6:first-child {
  padding-right: 7px;
}
.home-enquiry form .row .col-md-6:last-child {
  padding-left: 7px;
}
/*noticeboard*/
.noticeboard .notice-box {
  max-width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}
.noticeboard .notice-box .inner-box {
  top: 0;
  left: 10%;
  background-color: #fbe338;
  padding: 25px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px 33px 8px #d4d4d4;
  -moz-box-shadow: 10px 10px 33px 8px #d4d4d4;
  box-shadow: 10px 10px 33px 8px #d4d4d4;
  -webkit-transform: skew(0deg, -3deg);
  /* Safari */
  transform: skew(0deg, -3deg);
  /* Standard syntax */
}
.noticeboard .notice-box .inner-box .notice {
  transform: skew(3deg);
  text-align: justify;
}
.noticeboard .notice-box .inner-box .pushpin {
  width: 31%;
  position: absolute;
  right: 0;
  top: 0;
}
.scroll-box ul li {
  margin: 0px 10px;
  font-weight: bold;
  list-style-type: none;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  opacity: 0.3;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav button {
  display: inline-block;
  border: 2px solid #fff !important;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
}
.owl-nav button i {
  position: relative;
  font-size: 46px;
  color: #fff;
  top: -2px;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav .owl-prev {
  margin-left: 30px;
}
.owl-nav .owl-prev i {
  left: -2px !important;
  display: inline-block;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0px;
  margin-right: 30px;
}
.owl-nav .owl-next i {
  right: -2px !important;
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00afef;
}
.section-map .contact-details {
  background-color: #f3f3f3;
  top: 50%;
  display: block;
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 6px;
}
.section-map .contact-details .home-enquiry {
  background-color: #fff;
}
.section-map .contact-details .title {
  color: #00afef;
}
.section-map .contact-details .phone-numbers {
  padding-top: 20px;
}
.section-map .address {
  margin-bottom: 30px;
}
.section-map .address h4 {
  margin-bottom: 10px;
}
.section-map .address p {
  line-height: 1.4;
}
.section-map .map {
  padding-top: 50px;
}
.title {
  color: #00afef;
}
.about-us .italic {
  color: #a59f9f;
  font-style: italic;
  text-align: center !important;
  font-size: 18px;
}
.about-us p {
  text-align: justify;
}
.about-text {
  background-color: #f3f3f3;
  padding: 50px 0px;
}
.about-text .style-new {
  padding: 30px 0px;
}
.about-text .sub-heading {
  color: #08447F;
  text-decoration: underline;
  padding-top: 30px;
}
.our-message {
  border-bottom: 1px solid #d4d4d4;
}
.quotation {
  background-color: #f3f3f3;
  padding: 50px 0px;
  text-align: center;
}
.quotation .text span {
  padding: 0px 10px;
  font-size: 20px;
}
.programmes p {
  text-align: justify;
}
.course-detail-opt {
  padding: 30px 0px;
  text-align: center;
}
.course-detail-opt a {
  text-decoration: underline;
  color: #08447F;
  padding: 10px 0px;
}
.all-courses {
  padding: 50px 0px;
}
.all-courses .title2 {
  color: #00afef;
  padding: 10px 0px;
  text-transform: uppercase;
}
.all-courses .navbar {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.all-courses .navbar ul {
  padding-bottom: 30px;
  padding-top: 30px;
}
.all-courses .navbar ul li {
  list-style-type: none;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  background-color: #08447F;
  margin: 3px;
  border-radius: 3px;
}
.all-courses .navbar ul li a {
  color: #fff;
  text-transform: uppercase;
}
.all-courses .navbar ul li a:focus {
  text-decoration: none;
}
.all-courses .navbar ul li a .active {
  text-decoration: none;
}
.all-courses .title {
  color: #00afef;
}
.all-courses .course {
  padding: 20px 0px;
  border-bottom: 1px solid #d4d4d4;
}
.all-courses .details {
  padding-top: 30px;
}
.nav-item {
  transition: background 200ms;
}
.nav-link {
  outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .all-courses .navbar ul li {
    padding: 12px 45px;
    display: inline-block;
    text-align: center;
  }
}
.apply-button {
  margin-top: 30px;
}
.apply-button a {
  background-color: #00afef;
  color: #fff;
  border-color: #009cd6;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 4px;
}
.apply-button a:hover {
  color: #ffffff;
  background-color: #008abc;
  border-color: #007098;
}
.testimonials {
  padding-bottom: 50px;
}
.testimonials .links {
  padding: 30px 0px;
}
.testimonials .box-testimonial {
  padding: 30px 0px;
}
.testimonial-video {
  padding: 50px 0px;
}
.testimonials {
  padding: 50px;
}
.written-testimonials .author-name {
  background-color: #00afef;
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}
.written-testimonials .testimonial-img-box {
  padding: 20px 0px;
}
.written-testimonials .testimonial-img-box img {
  border-radius: 5px;
}
.registration {
  padding-bottom: 30px;
}
.registration h2 {
  color: #00afef;
}
.registration label {
  font-size: 14px;
  font-weight: regular;
}
.registration form {
  line-height: 45px;
}
.registration #file {
  display: inline-block;
  width: 100%;
  padding: 36px 0 0 0;
  height: 34px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F8F9;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-size: 150px 100px;
}
.registration .form-div {
  width: 70%;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #00afef;
  border-top: 4px solid #00afef;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px 30px 15px 30px;
}
.registration .submit-btn {
  text-align: center;
}
.registration .submit-btn .btn {
  color: #ffffff;
  background-color: #00afef;
  border-color: #009cd6;
  padding: 8px 25px;
  text-transform: uppercase;
}
.gallery .title {
  display: inline-block;
  color: #00afef;
  padding: 20px 0px;
}
.gallery .gallery-images {
  padding: 30px 0px;
}
.gallery .side-border {
  background-color: #00afef;
  width: 100px;
  height: 2px;
  display: inline-block;
  margin-left: 12px;
}
.gallery .gal-img {
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 6px solid #fff;
  -webkit-box-shadow: 10px 10px 85px -5px #888888;
  -moz-box-shadow: 10px 10px 85px -5px #888888;
  box-shadow: 10px 10px 85px -5px #888888;
}
.gallery .gal-img img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  /*height:330px !important;*/
}
.gallery .gal-img .img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #00afef;
  color: #fff;
  padding: 15px 20px 4px 20px;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  line-height: 1.2;
}
.packages .title {
  color: #00afef;
}
.packages .package {
  -webkit-box-shadow: 10px 10px 65px -5px rgba(136, 136, 136, 0.4);
  -moz-box-shadow: 10px 10px 65px -5px rgba(136, 136, 136, 0.4);
  box-shadow: 10px 10px 65px -5px rgba(136, 136, 136, 0.4);
  margin: 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.packages .package-nm,
.packages .validation {
  background-color: #00afef;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 0px;
}
.packages .add-cart {
  background-color: #08447F;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 0px;
}
.packages .package-nm {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.packages img {
  border: 1px solid #fff;
}
.package-details {
  padding: 30px 0px;
}
.package-details .title {
  color: #00afef;
  margin-bottom: 0 !important;
}
.package-details .center {
  background-color: #08447F;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
.package-details .features {
  padding: 20px 0px;
}
.package-details .features .p-name {
  padding-bottom: 15px;
  color: #00afef;
  text-align: center;
}
.package-details .features .table-bordered > thead > tr > th,
.package-details .features .table-bordered > tbody > tr > th,
.package-details .features .table-bordered > tfoot > tr > th,
.package-details .features .table-bordered > thead > tr > td,
.package-details .features .table-bordered > tbody > tr > td,
.package-details .features .table-bordered > tfoot > tr > td {
  border: 1px solid #00afef;
}
.package-details .detail-info {
  border: 1px solid #00afef;
}
.package-details .detail-info .pro-info {
  background-color: #08447F;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
.package-details .detail-info .informations {
  padding: 20px 0px;
}
.package-details .detail-info .informations .new-style li {
  list-style-type: none;
}
.package-details .detail-info .informations .new-style li:before {
  content: '\f0a4';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #00afef;
  font-size: 22px;
}
.top-header {
  background-color: #00afef;
  padding: 20px 0px 15px 0px;
}
.top-header .test-name {
  text-transform: capitalize;
  color: #fff;
}
.top-header .timing {
  border-radius: 0;
  background-color: #fff;
  padding: 9px 30px;
  height: 20px;
  border: none;
}
.top-header .links {
  background-color: #08447F;
  padding: 5px 20px;
}
.top-header .links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.exam {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  width: 100%;
  background-color: #f5f5f5;
  height: 100vh;
}
.exam .container {
  width: 100%;
  padding: 30px;
}
.exam .exam-details {
  width: 75%;
  background-color: #f5f5f5;
}
.exam .exam-details .sub-head {
  background-color: #f5f5f5;
  padding: 10px 10px 0px 10px;
  border-bottom: 1px solid #d4d4d4;
}
.exam .exam-details .sub-head .container {
  padding: 0 !important;
}
.exam .exam-details .sub-head .select,
.exam .exam-details .sub-head .marks-info {
  font-size: 14px;
  font-weight: bold;
}
.exam .exam-details .nav-tabs {
  border-bottom: 2px solid #DDD;
  padding: 0px 15px;
}
.exam .exam-details .nav-tabs > li.active > a {
  border-width: 0 !important;
  border: none !important;
  color: #00afef;
  background: transparent;
}
.exam .exam-details .nav-tabs > li.active > a:focus,
.exam .exam-details .nav-tabs > li.active > a:hover,
.exam .exam-details .nav-tabs > li.active > a::after {
  border-width: 0 !important;
}
.exam .exam-details .nav-tabs > li > a {
  border: none !important;
  color: #666;
  font-size: 15px;
}
.exam .exam-details .nav-tabs > li > a:hover {
  border: none !important;
  color: #00afef !important;
  background: transparent;
}
.exam .exam-details .nav-tabs > li > a::after {
  content: "";
  background: #4285F4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px !important;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.exam .exam-details .nav-tabs > li:hover > a::after {
  transform: scale(1) !important;
}
.exam .exam-details .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.exam .exam-details .tab-pane {
  padding: 0 !important;
}
.exam .exam-details .xam-questions {
  padding: 20px;
  font-size: 15px;
}
.exam .exam-details .xam-questions input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.exam .exam-details .xam-questions input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #00afef;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.exam .exam-details .xam-questions .radio-buttons input {
  margin: 15px 0px;
}
.exam .exam-details .card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.footer-bottom {
  background-color: rgba(7, 8, 8, 0.9);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer-bottom a {
  color: #fff;
  text-decoration: 'none';
}
.footer-bottom .pad-0 {
  padding: 0;
  padding: 15px 0px;
}
.footer-bottom .border-r {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.tab-content {
  /*height: 100vh;
  overflow-y: scroll;*/
  max-height: 100%;
  overflow:auto;
  padding: 5px;
}
.tab-content .tab-pane {
  /*height: 500px;
  overflow-y: scroll;*/
  max-height: 70%;
  overflow:auto;
  padding: 5px;
}
#style5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style5::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
#style5::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.keyboard .button-like {
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: 12px;
  margin: 10px 0px;
  background-color: #ccc;
  text-align: center;
}
.keyboard ul {
  padding-left: 35px;
}
.keyboard ul .button-like {
  border: 1px solid #000;
  padding: 5px 15px;
  border-radius: 12px;
  margin: 0;
}
.keyboard ul li {
  padding: 0;
}
.blank-box {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d4d4d4;
}
.description {
  text-align: justify;
  padding: 30px 0px;
}
.description .apply-button .btn {
  margin-top: 20px;
}
.payment {
  padding: 50px 0px;
}
.payment .paymnt-dtls-box {
  border: 1px solid #dfdfdf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px 30px 15px 30px;
  -webkit-box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #00afef;
  border-top: 4px solid #00afef;
  background-color: #fff;
}
.payment .paymnt-dtls-box .sub-title {
  color: #00afef;
  text-transform: capitalize;
  padding: 0px 0px 10px 0px;
}
.payment .apply-button .btn-success {
  color: #ffffff;
  background-color: #00afef;
  border-color: #009cd6;
}
.payment .apply-button .btn-success:hover {
  color: #ffffff;
  background-color: #008abc;
  border-color: #007098;
}
.thank-you {
  background-color: #f6f6f6;
  height: 100%;
  padding: 100px 0px;
  margin: 0 auto;
  display: block;
}
.thank-you .mr-auto {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 70%;
}
.thank-you .thnk-txt h1 {
  font-family: 'Charmonman', cursive;
  font-size: 40px;
  /*font-family: 'Great Vibes', cursive;	*/
  padding-top: 150px;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .thank-you .mr-auto {
    width: 100%;
  }
  .thank-you .thnk-txt h1 {
    padding-top: 20px;
  }
}
.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #173c49;
}
.footer .widget {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
}
.footer .widget h3 {
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .locations {
  margin-bottom: 15px;
}
.footer .locations .name {
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #00afef;
}
.footer .locations .name .fa {
  font-size: 13px;
}
.footer .locations p {
  line-height: 1.5;
  font-size: 13px;
  color: #ddd;
}
.footer .locations span {
  font-size: 15px;
  margin-top: 3px;
  display: block;
  font-weight: 600;
}
.footer .locations span .fa {
  margin-right: 5px;
}
.footer .phone {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ddd;
}
.footer .phone i {
  margin-right: 6px;
}
.footer .social-icons h4 {
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
  color: #ddd;
}
.footer .social-icons a {
  margin-right: 7px;
}
.footer .social-icons a img {
  max-width: 32px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.footer .social-icons a:hover img {
  transform: scale(1.1);
}
.footer-menu {
  list-style-type: none;
  padding: 0px;
}
.footer-menu li a {
  font-size: 15px;
  display: block;
  padding: 3px 0px;
}
.footer-menu li a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #00afef;
  margin-right: 0px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.footer-menu li a:hover {
  color: #fff;
}
.footer-menu li a:hover:before {
  width: 10px;
  margin-right: 4px;
}
.copyright {
  background-color: #0d222a;
  color: #96a4a9;
  padding: 8px 0px;
}
.copyright p {
  text-align: center;
  margin: 0px;
  font-size: 13px;
  letter-spacing: 1px;
}


/*06112018*/

.sbox {
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
  padding: 4px;
  position: relative;
  padding-top: 75px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sbox .simg {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
}
.sbox h5 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}
.sbox p {
  top: 70%;
  font-size: 12px;
  margin-bottom: 0px;
  color: #fff;
  min-height: 85px;
}
.sbox:hover {
  -webkit-box-shadow: 10px 10px 55px -5px rgba(136, 136, 136, 0.3);
  -moz-box-shadow: 10px 10px 55px -5px rgba(136, 136, 136, 0.3);
  box-shadow: 10px 10px 55px -5px rgba(136, 136, 136, 0.3);
}
.section-results .title {
  border-bottom: 1px solid #00afef;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 30px;
}
.section-results .col-md-2:nth-child(odd) .sbox {
  background-color: #00afef;
}
.section-results .col-md-2:nth-child(odd) .simg {
  border: 2px solid #00afef;
}
.section-results .col-md-2:nth-child(even) .sbox {
  background-color: #0c5fb4;
}
.section-results .col-md-2:nth-child(even) .simg {
  border: 2px solid #0c5fb4;
}
