.height_small {
  min-height: 300px;
}

.header-baner {
  margin: 0 auto;
  max-width: 1366px;
  background-position: 40% !important;
  position: relative;
}

.header-bg {
  background: #c9d6e2;
}

.header-top {
  background: rgba(255, 255, 255, 0.69);
  min-height: 50px;
  transition: 0.4s;
}

.htop-hover:hover {
  margin-top: 10px;
  margin-bottom: -10px;
}

.header_icons {
  padding: 7px 0px 2px;
}
.content.report-border {
  border-left: 4px solid #468ec6;
  border-right: 4px solid #468ec6;
  border-bottom: 10px solid #468ec6;
  margin-bottom: 40px;
  /* padding: 10px; */
}
.header_icons ul {
  margin-bottom: 0;
}

.header_icons ul li {
  display: inline-block;
  margin-right: 6px;
}

.header_icons ul li a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
}

.header_icons ul li .social-1 {
  background: #2b3890;
}

.header_icons ul li .social-2 {
  background: #26a9e0;
}

.header_icons ul li .social-3 {
  background: #1c75bc;
}

.header_icons ul li a i:first-child {
  top: -40px;
}

.header_icons li a:hover.accura-social-icon {
  background: #ffffff !important;
  box-shadow: inset 0px 0px 14px #b1b1b1;
  border: 2px solid #fff;
}

.header_icons ul li a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.header_icons li a i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transition: top 0.4s ease-in-out 0s;
  -moz-transition: top 0.4s ease-in-out 0s;
  -ms-transition: top 0.4s ease-in-out 0s;
  -o-transition: top 0.4s ease-in-out 0s;
  transition: top 0.4s ease-in-out 0s;
}

.header_icons li a i:last-child,
.header_icons li a i:last-child {
  top: 0;
}

.header_icons li a:hover i:first-child,
.header_icons li a:hover i:first-child {
  top: 0;
  color: #000;
}

.header_icons li a:hover i:last-child {
  top: 80px;
}

.email-head i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 16px;
  background: repeating-linear-gradient(
    -90deg,
    #ce0a0a,
    #ce0a0a 19px,
    #da1919 20px,
    #da1919
  );
  transition: 0.3s;
}

.email-head i:hover {
  background: repeating-linear-gradient(
    -90deg,
    #1170c3,
    #1170c3 19px,
    #005bab 20px,
    #005bab
  );
}

.email-head span {
  font-size: 13px;
  color: #000;
  padding-left: 10px;
  font-family: "Open Sans";
}

.top-email {
  padding: 7px 0px;
}

.banner_content {
  padding-top: 30px;
}

.banlarge {
  font-weight: bold;
  text-transform: uppercase;
}

.ban-mdl-head {
  font-family: oswald;
  min-height: 370px;
}

.ban-mdl-head h4 {
  font-size: 50px;
  letter-spacing: 6px;
}

.clrblue {
  color: #5dbaff;
}

.clrwhite {
  color: #fff;
}

.clrred {
  color: #cd2e25;
}

.ban-mdl-head h3 {
  letter-spacing: 6px;
  font-size: 34px;
}

.ban-mdl-head h3 span {
  font-size: 40px;
}

.baner-nav {
  padding-top: 15px;
}

.baner-nav ul li {
  list-style-type: none;
  background-image: url(../images/arrow-baner-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 20px 0px 18px 54px;
  line-height: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.baner-nav ul {
  font-size: 18px;
  color: #333;
}

.menu-boxall {
  min-height: 50px;
  transition: all 0.4s ease 0s;
  border-top: 5px solid #5dbaff;
  padding-top: 10px;
}

.bgwhite {
  background: #fff none repeat scroll 0% 0%;
}

.logobox {
  padding: 0;
  float: left;
}

.logobox a {
  font-family: oswald;
  font-size: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.logobox a span {
  background: #b00000 none repeat scroll 0% 0%;
  padding: 2px 15px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}

.logobox a label {
  color: #5dbaff;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}

.reg-main {
  margin-left: 13px;
  text-align: left;
  transition: 0.4s;
}

.login {
  background: rgba(255, 0, 0, 0.91);
  width: 130px;
  height: 50px;
}

.login:hover {
  background: rgba(0, 91, 171, 0.91);
}

.login:hover.login:after {
  border-top-color: rgba(0, 91, 171, 0.91);
}

.login:after {
  border: solid transparent;
  border-top-color: rgba(255, 0, 0, 0.91);
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 11px;
  margin: 0px 0px 0 54px;
  position: relative;
  top: 59px;
}

.register {
  background: rgba(0, 91, 171, 0.91);
  width: 130px;
  height: 50px;
}

.register:after {
  border: solid transparent;
  border-top-color: rgba(0, 91, 171, 0.91);
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 11px;
  margin: 66px 0px 0 54px;
  position: relative;
  top: 59px;
}

.register:hover {
  background: rgba(255, 0, 0, 0.91);
}

.register:hover.register:after {
  border-top-color: rgba(255, 0, 0, 0.91);
}

.login-reg-box {
  margin-top: -45px;
}

.log-reg-top-inner {
  margin-top: 60px;
}

.logicon {
  position: absolute;
  padding: 16px 1px 0 18px;
  cursor: pointer;
}

i.lgtop {
  font-size: 20px;
  color: #fff;
}

.logicon span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.91);
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
}

i.fa.fa-sign-in {
  font-size: 20px;
  color: #fff;
}

.reg-main:hover i.fa,
.reg-main:hover span {
  color: #fff;
}

span.lopad {
  padding-left: 15px;
}

.item-box-main {
  background-image: url("../images/book-png.png");
  background-repeat: no-repeat;
  background-color: #005bab;
  min-height: 300px;
}

.itmebox {
  padding-top: 40px;
  text-align: center;
}

.circle {
  border-radius: 50%;
}

.boxes-icon {
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
}

.icon {
  display: table;
  text-align: center;
  width: 100%;
}

.icon i {
  color: #cd2e25;
  font-size: 40px;
  line-height: 100px;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.boxes-icon:hover .icon .hvchng {
  color: #005bab;
}

.icon-box-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.desc-icon-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.paditem {
  margin-left: 30px;
}

.side-img {
  margin-top: -20px;
  position: relative;
}

.text-lg h2 {
  padding: 40px 0 20px;
  margin: 0;
  text-align: left;
}

.headbotm-txt {
  line-height: 28px;
  color: #6f6f6f;
  padding-bottom: 20px;
}

.category-box {
  background: url(../images/4-circle-bg.png);
}

.last-item {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  transition: 0.4s;
}

.bgblue {
  background: #5dbaff;
}

.last-item i.fa.anclr {
  color: #fff;
  font-size: 50px;
}

.last-item .boxes-icon {
  margin-bottom: -40px !important;
}

.last-item .content-inner {
  background: #fff;
  padding: 37px 15px 10px 15px;
  text-align: justify;
  margin-bottom: 20px;
  transition: 0.4s;
}

.last-item .boxes-icon {
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.4s;
  position: relative;
}

.last-item:hover .boxes-icon {
  -webkit-animation: rtcrcle 0.5s ease;
  -moz-animation: rtcrcle 0.5s ease;
  -o-animation: rtcrcle 0.5s ease;
  -ms-animation: rtcrcle 0.5s ease;
  animation: rtcrcle 0.5s ease;
}
.last-item:hover .boxes-icon {
  background: #f5f5f5;
  color: #f00 !important;
  box-shadow: 0px 0px 0px 4px #d6d6d6;
}

.last-item:hover .boxes-icon .icon i {
  color: #cd2e25;
}

.last-item:hover .content-inner {
  box-shadow: 0px 0px 0px 4px #d6d6d6;
}

.last-item .content-inner h3 {
  text-align: center;
  font-size: 16px;
}

.swm_dot_heading {
  height: auto;
  margin: 0 0 30px;
  font-weight: 400;
  color: #222;
  -webkit-font-smoothing: antialiased;
  background: url("../images/heading_style2_bg.png") center repeat-x;
}

.dot_h_left div.heading_text {
  padding: 0 15px 0 0;
}
.swm_dot_heading div.heading_text {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Century Gothic;
}

.top-tutr {
  padding-top: 40px;
}

.testimonial {
  margin-bottom: 1.5em;
  width: 100%;
}

.testimonial .testimonial-image {
  display: table-cell;
  width: 87px;
}

.bubble-image {
  position: relative;
  overflow: hidden;
  width: 87px;
  height: 88px;
}

.bubble-image img {
  display: block;
  width: 100%;
  height: auto;
}

.substrate {
  position: absolute;
  bottom: 0;
}

.testimonial .testimonial-text {
  display: table-cell;
  padding-left: 3.8%;
  vertical-align: top;
}

.testimonial .testimonial-text p {
  margin-bottom: 0.5em;
  font-style: italic;
  font-size: 13px;
  padding-top: 7px;
}

.nomargin {
  font-family: Century Gothic;
  color: #005bab;
  font-size: 16px;
  font-weight: bold;
}

.table-inset {
  box-shadow: inset 0px 0px 13px #dedede;
  padding: 10px;
}

.table-inset {
  box-shadow: inset 0px 0px 13px #dedede;
  padding: 10px;
}

.table-inset th {
  padding: 10px;
  border-right: 1px solid #e4e4e4;
  font-weight: normal;
}

.table-inset td {
  padding: 10px;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.table-inset td .cr-img {
  border-radius: 50%;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  color: gold;
}

.news-letter {
  padding-bottom: 22px;
}

.news-buton-br {
  box-shadow: 0px 0px 0px 4px #e8e8e8;
  margin: 25px auto 0 auto;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.news-red {
  background: #f00;
}

.news-blu {
  background: #005bab;
}

.news-top {
  margin: 0px auto 0 auto;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  border: 4px solid #fff;
}

i.top-down {
  line-height: 46px;
  color: #fff;
  width: 46px;
  font-size: 18px;
  height: 46px;
}

.dot-news h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.news-change {
  padding: 20px 20px 20px 20px;
}

.mn-form {
  position: relative;
}

.mn-form i {
  position: absolute;
  left: 16px;
  top: 1px;
  width: 38px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  text-align: center;
  border: 0px solid #eaeaea;
  border-right-width: 1px;
  font-size: 16px;
}

.mn-form input {
  padding-left: 50px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 0;
  height: 36px;
  transition: 0.4s;
  width: 100%;
}

.padletr {
  padding: 0px 15px;
}
.button {
  line-height: 36px;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  border-radius: 0px;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  width: 100%;
}
.bgred {
  background: #cd2e25;
}

.footer-space {
  background: #005bab;
  min-height: 50px;
}

.single-image {
  position: absolute;
  margin-top: -90px;
  z-index: 10;
}

.boxes-icon.last {
  padding-top: 40px;
}

.footer-inner {
  float: left;
  padding: 35px 25px;
}

.box-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}

.desc-box p {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
}

.smicon-read {
  border-radius: 3px;
  font-size: 14px;
  padding: 9px 23px;
  border: solid #ffffff;
  border-width: 2px;
  color: #ffffff;
  position: relative;
  right: -26px;
  top: 29px;
}

.footerallnav {
  background: #f3f3f3;
  height: auto;
  position: relative;
  z-index: 100;
}

.footer-txt h3 {
  color: #5dbaff;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Century Gothic;
}

.colum40 li {
  list-style-type: none;
  background: url(../images/foter-arow.png) no-repeat 0px 8px;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  color: #999;
  padding: 8px 0px 12px 26px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #565353;
  border-bottom-style: dotted;
  margin-bottom: 6px;
}

.colum40 a {
  color: #000;
  transition: 0.4s;
  text-decoration: none;
}

.colum40 a:hover {
  color: #fff;
}

.con-fotdet {
  padding-top: 10px;
}

.fot-contact {
  padding-bottom: 20px;
  overflow: hidden;
  padding-top: 2px;
}

.iconfot i {
  color: #5dbaff;
  font-size: 20px;
}

i.fa.fa-envelope-o {
  font-size: 11px;
}

.iconfot {
  float: left;
}

.icon-txt {
  float: left;
  width: 91%;
  padding-left: 10px;
  line-height: 24px;
  margin-top: -7px;
  color: #666;
  font-size: 13px;
}

.footerbottom {
  background: #fff;
  height: auto;
}

.footer-copy {
  font-size: 13px;
  color: #767676;
  padding: 16px 0px 12px;
}

.footer-copy a {
  color: #005bab;
  transition: 0.4s;
}

.footer-copy a:hover {
  color: #000;
}

.iconfot {
  float: left;
}

.open {
  z-index: 12000;
}

.inner-reg {
  margin-top: 40px;
}

.text-bold strong {
  color: #005bab;
  font-size: 16px;
}

.gray-bg {
  background: #e5eef0;
}

.section {
  margin-top: 30px;
}

.cl-botm {
  margin-bottom: 30px;
}

.client {
  background: #fff;
  padding: 20px 20px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #dcdcdc;
}

.crcle-img {
  border: 1px solid #ccc;
  border-radius: 50%;
  border-style: dashed;
}

.cl-txt h3 {
  color: #cd2e25;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0;
  padding-top: 15px;
}

.cl-txt p {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 22px;
}

.cl-txt h3 span {
  color: #000;
}

.top-in {
  padding-top: 20px;
}

.inerreg-log:hover {
  margin-top: 30px;
  margin-bottom: -40px;
}

.log-reg-head h3 {
  font-size: 16px;
  font-weight: bold;
}

.con-toptxt p {
  font-size: 13px;
  line-height: 23px;
  color: #666;
}

.contact-data h2 {
  font-size: 16px;
  padding: 10px 0 10px 0px;
  font-weight: bold;
  margin: 0;
}

.contact-data p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 28px;
}

.contact-data strong {
  color: #4b4b4b;
  padding-right: 10px;
  font-size: 14px;
}

.img-con img {
  margin: 0 auto;
  margin-bottom: 20px;
}

i.fnticon-size {
  font-size: 24px;
}

.con-form {
  padding-bottom: 15px;
}

.padd-log-reg {
  font-size: 15px;
  font-weight: bold;
  border-radius: 2px;
  margin: 10px 0;
}

.mms-email {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 0;
  height: 38px;
  width: 100%;
  padding-left: 10px;
  color: #797979;
}

i.mn-icon.fa.trea.clrred {
  position: absolute;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #f8f8f8;
  border: none;
}

.mn-form textarea {
  padding-left: 35px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 0;
  height: 80px;
  padding-top: 6px;
  font-size: 14px;
  transition: 0.4s;
  width: 100%;
}

.mn-form textarea:focus {
  background: #fff;
  padding-left: 45px;
}

.forget-pass {
  font-size: 18px;
  line-height: 35px;
}

.ager {
  font-size: 11px;
  padding-top: 15px;
}

.checkbox .vheck {
  position: absolute;
  left: -9999px;
}

.checkbox .check {
  position: absolute;
  width: 12px;
  height: 13px;
  border: 1px solid #909090;
  margin-top: -5px;
}

.checkbox input:checked + .check:after {
  opacity: 1;
}

.checkbox input + .check:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.checkbox input + .check:after {
  content: "";
  background: url("../images/tick1.png") no-repeat 1px 2px;
  top: -3px;
  left: -4px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}

.checkbox {
  padding-right: 18px;
}

.caticon {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 5px solid #005bab;
}

.caticon h4 {
  color: #666;
}

.caticon img {
  margin: 0 auto;
  padding-top: 10px;
}

.paddtopcat {
  padding-top: 20px;
  padding-bottom: 20px;
}
.science-detail {
  margin-bottom: 20px;
}
.science-detail th {
  background: #ccc;
  padding: 10px;
}
.science-detail td {
  background: rgba(204, 204, 204, 0.13);
  padding: 10px;
}
.online-test-front {
  background: #fcaa2e;
  padding: 4px;
  border: 2px solid #ffffff;
  color: #000;
  max-width: 359px;
  margin: 0px auto;
  text-align: center;
}
.online-test-front a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.front-question {
  position: absolute;
  top: 125px;
  right: 458px;
  color: #fff;
  font-size: 19px;
  width: 190px;
  text-align: -webkit-center;
  text-align: center;
  line-height: 26px;
}

.front-question a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.stream-door {
  position: absolute;
  top: 142px;
  left: 5%;
  font-size: 28px;
  font-weight: bold;
}
.stream-door a {
  color: #13a7fd;
  text-decoration: none;
  cursor: pointer;
}
.stream-door span {
  color: #0170c2;
  font-size: 34px;
}
.banner-container {
  position: relative;
  max-width: 1366px;
  text-align: center;
}
.career-stream-choice {
  text-align: justify;
}
.career-submenu {
  z-index: 1;
}
.margin-bottom .content {
  min-height: 217px;
}
.ques-border {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
}
table {
  margin-bottom: 30px;
}
.account-container th {
  background: #f6f4f4;
}
.charts__chart.chart--blue {
  padding-left: 10px;
  color: #fff;
  margin-bottom: 10px;
  height: 25px;
}
.charts {
  font-size: 12px !important;
  margin-bottom: 50px;
  margin-top: 39px;
}
.red-bg {
  border: 1px solid #ccc;
  padding: 11px;
  margin: 10px;
  background: #fbfdff;
}
.border-1 {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 40px;
}
.report-detail {
  position: relative;
  height: 111px;
  margin: 18px 0;
  padding: 10px;
}
.report-details {
  position: relative;
  height: 111px;
  margin: 18px 0;
}
.report-main-heading {
  background: #468ec6;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 4px 0px;
}
.report-title {
  color: #468ec6;
  font-size: 21px;
  text-align: left;
  clear: both;
}
.report-subhead {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ff7d17;
}
span.report-stream {
  background: #468ec6;
  color: #fff;
  padding: 15px 30px;
  border: 7px solid #e3f3ff;
}
.report-combination {
  font-size: 19px;
  padding: 10px 0;
}
.career-report a {
  text-decoration: none;
  color: #468ec6;
  font-weight: bold;
}
.report-mail a {
  text-decoration: none;
  color: #fff;
  background: #f07676;
  padding: 4px 10px;
  font-weight: bold;
}
.report-main-headings {
  background: #468ec6;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 4px 0px;
  margin-bottom: 20px;
}
.account-containers.border-none {
  margin-top: 53px;
}
.account-containers th {
  background: #f6f6f6;
}
.evaluations {
  clear: both;
  /* margin-top: 185px; */
}
.margin-btm {
  margin-bottom: 20px;
}
.content.col-sm-8.evaluation-bg {
  background: #fbfdff;
  margin-bottom: 20px;
  padding-top: 20px;
}
input.eval-input {
  width: 100%;
  background: #fff;
  padding-left: 5px;
}
.padding-40 {
  padding-top: 34px;
}
.report-subject,
.report-combination,
.report-mail {
  padding: 10px;
}
.report-combination {
  clear: both;
  padding-top: 10px;
}
.career-report {
  padding-bottom: 20px;
  margin-top: 35px;
}
.tak-test {
  text-align: left;
  background: #5dbaff;
  padding: 13px;
  margin-top: 21px;
}
.tak-test h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}
.tak-test h5 {
  color: #fff;
  font-size: 19px;
  padding-top: 7px;
}
.tak-test h6 {
  clear: both;
  padding-top: 22px;
  font-size: 18px;
  color: #f4ff71;
}
.click-here {
  margin: 30px 0;
}
.click-here span {
  background: #f3c800;
  padding: 3px 6px;
}
.sub-bg span {
  background: #468ec6;
  font-size: 20px;
  color: #fff;
  margin: 17px 0px;
  padding: 13px 16px;
  border: 1px solid #468ec6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-right: 11px;
}
.option-subject.sub-bg {
  clear: both;
  margin-top: 25px;
}

.suitable-subject.sub-bg {
  clear: both;
  margin-top: 25px;
  font-weight: bold;
  font-size: 14px;
}
.main-subject {
  background: #e3f3ff;
  font-size: 14px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.option-subject {
  background: #e3f3ff;
  font-size: 14px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.suitable-subject {
  background: #ff8919;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #fff;

  margin-top: 25px;
}

.sub-bg {
  width: 948px;
}
.forgt-pass {
  width: 404px;
  margin: 0 auto;
}
.red-tb {
  background: #ffc5c5 !important;
}
.green-tb {
  background: #a0ffce !important;
}
.purp-tb {
  background: #c5c7ff !important;
}
.yelow-tb {
  background: #f2ffc5 !important;
}
.blue-tb {
  background: #baf2ed !important;
}
.pink-tb {
  background: #ffc5f7 !important;
}
a.feedback-button {
  background: #efffa9;
  text-align: center;
  margin: 0 auto;
  padding: 8px 32px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.fb-btn {
  text-align: center;
}

.m-home-banner {
  background-image: url("/images/career-banners.jpg");
  background-size: cover;
  padding: 20px;
}

.m-home-banner .front-question {
  position: relative;
  top: 0;
  right: 0;
  left: 70%;
  width: 0;
  line-height: 15px;
  font-size: 12px;
}

.m-front-question {
   background: #5ebafe;
   padding: 13px;
   border-radius: 50%;
   width: 100px;
}

.m-home-banner .stream-door {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  font-size: 12px;
  /* font-size: 28px;
   font-weight: bold; */
}

.m-home-banner .stream-door span {
  font-size: 18px;
}

.qmark{
   font-weight: bolder;
   font-size: 20px;
}
