body {
    font-family: 'saprootz-avant-garde-sm';
    line-height: 20px;
    color: #999999;
    font-size: 16px;
    background:#2b2b2b;
}
@font-face {
    font-family: 'saprootz-avant-garde-lg';
    src:url('../fonts/ITCAvantGardeStd-Demi.otf');
}
@font-face {
    font-family: 'saprootz-avant-garde-md';
    src:url('../fonts/ITCAvantGardeStd-Md.otf');
}
@font-face {
    font-family: 'saprootz-avant-garde-sm';
    src:url('../fonts/ITCAvantGardeStd-Bk.otf');
}
.uppercase { text-transform: uppercase; }
.vertical-center { align-items: center }
.vertical-bottom { align-items: flex-end }
.text-size-12 { font-size: 12px; }
.text-size-13 { font-size: 13px; }
.text-size-15 { font-size: 15px; }
.text-size-16 { font-size: 16px; }
.text-size-18 { font-size: 18px; }
.text-size-22 { font-size: 22px; }
.text-size-30 { font-size: 30px; }
.text-size-50 { font-size: 50px; }
.text-size-60 { font-size: 60px; }
.text-gray { color: #7f7f7f; }
.text-white { color: #fff !important; }
.text-red { color: #e74c3c; }

.margin-0 { margin: 0; }
.margin-top-0 { margin-top: 0; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }

.font-weight-400 { font-weight: 400 }
.font-weight-600 { font-weight: 600 }

.margin-bottom-0 { margin-bottom: 0; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }
.border-green-bright {
    border-color: #33ccff;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.float-right {
    float: right;
}
.errormsg {
    color: red !important;
}
.p-0 {
    padding: 0px;
}

.mx-2{
  margin-right: 15px;
  margin-left: 15px;
}
.sapbtn-outline{
    background-color: transparent;
    border-radius: 6px;
    padding: 13px 20px;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #33ccff;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}
.sapbtn-outline:hover {
    background: #33ccff;
    color: #000;
}
.sapbtn-dark{
    background-color: #33ccff;
    border-radius: 6px;
    padding: 15px 20px;
    color: #000;
    border: 2px solid #33ccff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
}
.sapbtn-dark:hover {
    background: transparent;
    color: #33ccff;
}
a, a:hover{
  text-decoration: none !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, button {
    font-family: 'saprootz-avant-garde-md';
}
.text-green-bright {
    color: #33ccff !important;
}
.pull-right {
    float: right!important;
}
header{
  border: 0px;
  padding: 10px 0;
  transition: all 0.3s;
  background-color: #2b2b2b;
  position: relative;z-index: 1000;
  box-shadow: 0px 0px 10px #00000061;
}
.navbar{
  margin: 0px;
}
.navbar-brand{
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.navbar-default {
    background-color: #282828;
    border-color: #e7e7e7;
}
.navbar-brand img{
  width: 150px;
}
.navbar-collapse {
  padding: 0px;
  float: right;
}
.navbar-toggle{
  border: 1px solid white;
}
.navbar-toggle .icon-bar{
  background: #fff;
}
ul.dropdown-menu {
  right: 0px;
  left: inherit;
}
.header-spec {
  background-color: #2b2b2b;
}
.header ul li a {
  color: #fff;
  background: none !important;
  font-size: 16px;
  transition: all ease .4s;
}
.header ul li a:hover {
  color: #31c7f9;
}
.header ul li {
  padding-left: 20px;
}
.header ul li .login-btn {
  background-color: #32cafc !important;
  padding: 8px 15px;
  color: #000;
  border-radius: 4px;
  margin-top: 7px;
}
.header ul li .login-btn:hover {
  color: #fff;
}
.header .navbar-brand {
  padding: 0;
}
.header .dropdown.show {
  margin-top: 15px;
}
.header .dropdown-menu {
  padding: 10px;
}
.header .dropdown-menu a.dropdown-item {
  color: #000;
  padding: 5px 0 5px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  transition: all ease .4s;
}
.header .dropdown-menu a.dropdown-item:hover {
  color: #31c7f9;
}

.dropdown-toggle img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.header .dropdown-menu li {
  padding-left: 0;
}
.header .dropdown-menu li a {
  color: #000;
  padding: 5px 0;
}
/*** footer ***/
.site-footer {
  border-top: 2px solid #2e7994;
  background-color: #2b2b2b;
/*      margin-top: 62px;*/
}
.footer-menu {
  display: table;
  margin: 0 auto;
}
.footer-menu ul {
  overflow: hidden;
  margin-top: 30px;
  padding: 0;
}
.footer-menu ul li {
  float: left;
  color: #fff;
  margin: 0 10px;
  vertical-align: middle;
}
.footer-menu li a {
  padding: 0 20px 0 0;
}
.footer-menu li a {
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.footer-menu p {
  font-size: 14px;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.footer-menu .btn-default {
  color: #fff !important;
  background: none !important;
  border: none !important;
  padding: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left;
}
.footer-menu .btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  background: none;
  color: #fff;
  border: none;
}
.footer-menu .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
  background: #2a3336;
  padding: 10px 0;
  min-width: 150px;
}
.footer-menu ul {
  overflow: initial;
  margin-top: 30px;
  padding: 0;
}
.footer-menu .dropdown-menu li {
  margin: 0;
  padding: 3px 0;
}
.footer-menu ul li {
  float: left;
  color: #fff;
  margin: 0 10px;
  vertical-align: middle;
}
.footer-menu li a {
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.footer-menu.text-center p {
  padding: 10px 0;
}
header.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}

/*** Trending Skill css
 ***/
}

.contain-body {
    position: relative;
    border-top: 1px solid #39bbe2;
    padding: 12px 1px 1px 1px;
    width: 151%;
    margin-bottom: -53px;
}
.tests h2 {
   margin-bottom: 97px;
    margin-top: 1px;
    color: #fff;
   font-size: 22px;
}
.which h2{
 margin-bottom: 19px;
 margin-top: 84px;
 color: #fff;
 font-size: 22px !important;
}
.adssesson p {
  color: #fff !important;
  margin-bottom: 38px;
  font-size: 13px;
  line-height: 23px;
}
.tests {
    /*display: flex;
    justify-content: space-between;
    position: relative;*/
}
.contain-body .form-input, .contain-body button {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}
.contain-box .box-cont img {
    max-width: 95px !important;
}
.contain-box .box-cont h4 {
   font-weight: 200;
    color: #fafbfc !important;
    margin-bottom: 25px;
    border-bottom: 4px solid #00c0ff;
    width: 100%;
    padding: 5px 2px;
}
.contain-box:hover hr{
  border: 3px solid #00c0ff !important;
}
.contain-box .box-cont p {
 font-size: 14px !important;
    margin-top: 5px !important;
    color: #282828 !important;
}
.box-cont i{
    font-size: 80px;
    color: #000000;
}
.contain-box .box-cont {
    padding: 10px !important;
    margin: 10px !important;
    overflow: hidden !important;
    background-color: #293337 !important;
    height: 165px !important;
    width: 65% !important;
    border: 0px;
    border-radius: 5px;
    text-align: center;
}
.form-inline i{
color: #31c7f9;
    margin-left: 99px;
}
.contain-box .box-cont:hover {
 border: 1px solid #00c0ff !important;
}
.text-dark {
    color: #343a40!important;
}
h2.mt-1.mb-4 {
    color: #282828;
}
.form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.form-input:-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}





/***All Tests css***/
.contain-body .fillter {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #33ccff;
    color: #f2f7f5 !important;
    font-size: 25px !important;
    border-radius: 50% !important;
    padding: 3px !important;
    text-align: center !important;
}
.alltest {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
}
section {
    float: left;
    position: relative;
    width: 100%;
}
.printer p {
color: #2b2b2b !important
}
.maxnew {
    display: flex;
}
.form-inline {
    border-radius: 50px !important;
    border: 2px solid #33ccff !important;
    height: 40px !important;
    padding: 0 10px !important;
    margin-right: 28px;
    margin-bottom: 28px;
}
.tables-con td span
{
  font-size: 24px !important;
  font-weight: 700 !important;
}
.newiconew {
    text-align: right;
    margin-right: 67px;
}

table th{
  border: none !important;
}
.table-striped tbody tr{
  border: 1px solid transparent !important;
}
.table-striped tbody tr td{
  border: 1px solid transparent !important;
}
.table-striped tbody tr:nth-of-type(odd):hover td:first-child{
border-left: 4px solid #33ccff !important;
}
.table-striped tbody tr:nth-of-type(odd):hover td:last-child{
 border-right: 4px solid #33ccff !important;
}
.table-striped tbody tr:nth-of-type(odd):hover td{
border-top: 2px solid #33ccff !important;
    border-bottom: 2px solid#33ccff !important;
}
.table-striped tbody tr:nth-of-type(odd):hover .start-btn{
 background: #33ccff !important;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd)
{
  background-color: #33ccff !important;
  font-weight: bold;
}
.table-striped tbody tr:nth-of-type(odd):hover{
  background-color: #f2f7f5 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
  line-height: 40px !important;
}
tr {
    color: #2b2b2b;

}
.btn-light {
    color: black;
    background-color: #f2f7f5;;
}
.start-btn {
    padding: 7px 20px !important;
    border-radius: 0;
}
h1, h2, h3 {
    font-weight: 600;
}
h2.main_shadow {
    position: absolute;
    /* top: -5rem; */
    /* left: 10px; */
    color: transparent;
    font-size: 45px;
    letter-spacing: 2px;
    text-shadow: 3px -15px 2px rgb(0 0 0 / 5%);
    color: #ffffff !important;
}
.trending button.thusbtn {
    border-radius: 5px;
    background-color: #00c0ff !important;
    padding: 10px 23px;
    color: #000;
    border: 2px solid #00c0ff;
}
.trending button.thusbtn:hover{
background-color: #3cf !important;
border: 2px solid #00c0ff !important;
color: #ffffff;
}
.platform img.mt-3 {
   width: 100%;
    position: relative;
    top: 45px;
}








/*** main-info ***/
.test-wrap {
  padding: 50px 0 0;
}
.main-info {
  position: relative;
  overflow: hidden;
}
.main-info:before {
  background-image: url(../img/left-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 80px;
  height: 190px;
  display: block;
  position: absolute;
  left: 1%;
  bottom: 0%;
}
.main-info:after {
  background-image: url(../img/right-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 60px;
  height: 190px;
  display: block;
  position: absolute;
  right: 1%;
  top: 2%;
}
.test-wrap .features h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.test-wrap .features p {
  font-size: 14px;
  font-weight: 400;
  color: #fff!important;
  padding: 15px 0;
}
.test-wrap .features .btn-block {
 padding-top: 20px;
}
.test-wrap .img-block {
  padding-top: 25px;
}
.test-wrap .img-block img {
  width: 100%;
}
.saprotz-btn {
  background-color: #33ccff;
  padding: 10px 15px !important;
  min-width: 180px;
  border-radius: 4px;
  border: 2px solid #33ccff;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  transition: all ease .4s;
}
.saprotz-btn:hover {
  color: #fff;
}
.saprotz-btn.style-tow {
background: none;
    border: 2px solid #33ccff;
    border-radius: 4px;
    transition: all ease .4s;
    padding: 11px 10px !important;
    color: #fff!important
}
/*.saprotz-btn.style-tow:hover {
  border-color: #33ccff;
  color: #383838;
}*/
.features-wrap {
  padding-top: 100px;
}
.features-wrap .img-block img {
  width: 65%;
}
.features-wrap .features-block {
  float: right;
  padding-top: 50px;
}
.features-wrap .features-block h4 {
  color: #31c7f9!important;
  font-size: 20px;
}
.features-wrap .features-block ul {
  padding: 0;
  margin: 0;
}
.features-wrap .features-block ul li {
  color: #fff;
  font-size: 14px;
  padding: 10px 0 0 30px;
  list-style: none;
  background-image: url(../img/check.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 1% 68%;
}
.features-benets {
  padding-top: 80px;
}
.features-benets .features-block {
  padding-top: 50px;
}
.features-benets .features-block h4 {
  color: #31c7f9!important;
  font-size: 20px;
}
.features-benets .features-block ul {
  padding: 0;
  margin: 0;
}
.features-benets .features-block ul li {
  color: #fff;
  font-size: 14px;
  padding: 10px 0 0 32px;
  list-style: none;
  background-image: url(../img/check.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 1% 68%;
}
.features-benets .img-block img {
  width: 100%;
}
.left-design img {
  position: absolute;
  top: 400px;
  left: 15px;
  width: 140px;
  display: none;
}
.right-design img {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 60px;
  display: none;
}

/*** instructions ***/
.instructions {
    padding: 105px 0px 0px !important;
}
.instructions .role-info {
  padding: 0;
  margin:0;
}
.instructions .role-info li {
  display: inline-block;
  padding-right: 50px;
  font-size: 16px;
  color: #fff;
  list-style: none;
}
.instructions .role-info li span {
  color: #33c9ff;
}
.instructions .user-contant h2 {
  font-size: 30px;
  color: #fff;
  padding-top: 20px;
}
.instructions .user-contant p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0;
}
.instructions .user-contant ul {
  padding: 0;
  margin: 0;
}
.instructions .user-contant ul li {
  color: #fff;
  font-size: 14px;
  padding: 15px 0 15px 20px;
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0% 50%;
  list-style: none;
}
.instructions .img-block {
  text-align: right;
  padding-top: 50px;
}
.instructions .user-wrap p {
  font-size: 14px;
  padding-top: 30px;
  color: #31c7f9 !important;
}
.instructions .user-wrap .btn-block {
  text-align: center;
  padding-top: 50px;
}
.user-wrap .btn-block .saprotz-btn {
  min-width: 250px;
}
.footer-menu .btn-default.active.focus {
  color: #fff;
  background: none !important;
  border: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0;
}


.question {
padding: 101px 0px 80px;
}
.question .packer .d-flex {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.question .packer .d-flex li {
  font-size: 14px;
  color: #fff;
  list-style: none;
  font-weight: 500;
  display: inline-block;
}
.question .packer ul li span {
  color: #33c9ff;
}
.question .steps {
  padding: 0;
}
.question .steps ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-right: 15px;
}
.question .steps ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #31c7f9;
  padding: 6px 20px;
  transition: all ease .6s;
  margin-right: 5px;
}
.question .steps ul li a {
  color: #fff;
  font-size: 18px;
}
.question .steps ul li:last-child {
  border-radius: 0 10px 10px 0;
}
.question .steps ul li:first-child {
   border-radius: 10px 0px 0px 10px;
}
.question .steps ul li:hover {
  background-color: #31c7f9;
  color: #000;
}
.question .steps ul li a.active {
 /* background-color: #31c7f9;*/
  color: #fff;
}
li.current {
    background-color: #31c7f9;
}

.errormessage span {
    color: red;
}
.question .steps a.boder-radius {
  border-radius: 0px 10px 10px 0;
}
.question .steps a.first-border {
  border-radius: 10px 0 0 10px;
}
.steps .pagination a {
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 14px;
}
.steps .pagination a.active {
  color: #31c7f9;
}
.question .four-wrap h4 {
  color: #31c7f9 !important;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 0 20px;
  margin: 0;
  display: grid;
}
.question .four-wrap span {
  color: #eef1f2 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin:0;
  line-height: 24px;
  margin-top: 15px;
}
.question .leave-info a {
  border: 2px solid #31c7f9;
  display: inline-block;
  padding: 15px;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all ease .8s;
  min-height: 100px;
}

.question .leave-info a:hover {
  background-color: #31c7f9;
  color: #000;
}
.question .leave-info a.active {
  background-color: #31c7f9;
  color: #000;
}
.question .language {
  width: 200px;
  padding-top: 30px;
}
.question .language .form-control {
  background-color: #31c7f9;
  border-radius: 20px;
  color: #000;
  min-width: 200px
  border: 1px solid #31c7f9;
  outline: none;
  box-shadow: none;
}
.question .back-next {
  padding-top: 25px;
  text-align: right;
}
.question .back-next .saprotz-btn {
  border-radius: 20px;
  min-width: 130px;
}

.test-wrap .features h5 {
  color: #31c7f9;
  font-size: 16px;
  padding-top: 15px;
}
.test-wrap .recomendation {
  text-align: right;
  padding-top: 90px;
}
.test-wrap .recomendation h5 {
  color: #31c7f9;
  font-size: 16px;
  padding-top: 15px;
}
.test-wrap .recomendation p {
  font-size: 14px;
  color: #fff;
}
.average-img {
  text-align: center;
  padding-top: 50px;
}
.well-below {
  text-align: center;
  padding: 10px 0 50px 0;
  margin: 0;
}
.well-below li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 50px;
}
.view-report {
  text-align: right;
  padding-bottom: 50px;
}
.average-img img {
  width: 100%;
}
.view-report a {
  font-size: 14px;
  color: #31c7f9;
}


.situational {
  padding: 30px 0;
}
.situational .test-report h3 {
  font-size: 26px;
  color: #31c7f9;
  font-weight: 600;
}
.situational .test-report h4 {
  color: #fff;
  font-size: 18px;
}
.situational .contact-info {
  text-align: right;
}
.situational .contact-info h5 {
  font-size: 18px;
  color: #31c7f9;
}
.situational .contact-info ul {
  padding: 0;
  margin: 0;
}
.situational .contact-info ul li {
  list-style: none;
  padding-bottom: 10px;
}
.situational .contact-info ul li a {
  color: #fff;
  font-size: 14px;
}
.situational .contact-info ul li a i {
  padding-right: 5px;
}
.situational .total-score h6 {
  font-size: 16px;
  color: #31c7f9;
  text-align: center;
  padding-bottom: 15px;
}
.situational .score {
  text-align: center;
}
.situational .total-info ul {
  padding: 0;
  margin: 0;
}
.situational .total-info ul li {
  list-style: none;
  padding-bottom: 10px;
  color: #31c7f9;
  font-size: 14px;
}
.situational .total-info ul li span {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
}
.situational .total-info {
  padding-top: 100px;
}
.situational .all-score {
  padding-top: 80px;
}
.situational .all-score ul {
  padding: 0;
  margin: 0;
}
.situational .all-score ul li  {
  list-style: none;
  display: inline-block;
  width: 224px;
  margin-bottom: 40px;
}
.situational .all-score ul li:last-child {
  padding-right: 0;
}
.situational ul li .img-block {
  text-align: center;
}
.situational ul li .img-block h5 {
  color: #31c7f9;
  font-size: 16px;
  padding-top: 10px;
  display: inline-grid;
}

.situational .data-info {
  padding-top: 0;
}

.situational .data-info .progress{
    width: 210px;
    height: 210px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.situational .data-info .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 40px solid #2e738c;
    position: absolute;
    top: 0;
    left: 0;
}
.situational .data-info .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.situational .data-info .progress .progress-left{
    left: 0;
}
.situational .data-info .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 40px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.situational .data-info .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 110px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.situational .data-info .progress .progress-right{
    right: 0;
}
.situational .data-info .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.situational .data-info .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 36px;
    color: #fff;
    line-height: 190px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: 700;
}




.situational .progress{
    width: 110px;
    height: 110px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.situational .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid #2e738c;
    position: absolute;
    top: 0;
    left: 0;
}
.situational .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.situational .progress .progress-left{
    left: 0;
}
.situational .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.situational .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.situational .progress .progress-right{
    right: 0;
}
.situational .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.situational .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 22px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: 700;
}

.situational .progress.yellow .progress-bar{
    border-color: #ffc033;
}
.situational .progress.yellow .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
.situational .progress.blue .progress-bar{
    border-color: #47ff33;
}
.situational .progress.blue .progress-left .progress-bar{
    animation: loading-2 1s linear forwards 1.8s;
}
.situational .progress.yellow .progress-bar{
    border-color: #47ff33;
}
.situational .progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.situational .progress.blue .progress-bar{
    border-color: #ff334c;
}
.situational .progress.blue .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.situational .progress.red .progress-bar{
    border-color: #ff334c;
}
.situational .progress.red .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
.situational .progress.yellow .progress-bar{
    border-color: #47ff33;
}
.situational .progress.yellow .progress-left .progress-bar{
    animation: loading-6 1.2s linear forwards 1.8s;
}
.situational .progress.blue .progress-bar{
    border-color: #47ff33;
}
.situational .progress.blue .progress-left .progress-bar{
    animation: loading-7 1.2s linear forwards 1.8s;
}
.situational .progress.blue .progress-bar{
    border-color: #47ff33;
}
.situational .progress.blue .progress-left .progress-bar{
    animation: loading-8 1.2s linear forwards 1.8s;
}
.situational .progress.yellow .progress-bar{
    border-color: #ffc033;
}
.situational .progress.yellow .progress-left .progress-bar{
    animation: loading-9 1.2s linear forwards 1.8s;
}
.situational .progress.yellow .progress-bar{
    border-color: #ffc033;
}
.situational .progress.yellow .progress-left .progress-bar{
    animation: loading-10 1.2s linear forwards 1.8s;
}
.situational .data-info .progress.yellow .progress-bar{
    border-color: #47ff33;
}
.situational .data-info .progress-left .progress-bar{
    animation: loading-11 1.2s linear forwards 1.8s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(78deg);
        transform: rotate(78deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}
@keyframes loading-7{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(83deg);
        transform: rotate(83deg);
    }
}
@keyframes loading-8{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(85deg);
        transform: rotate(85deg);
    }
}
@keyframes loading-9{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(66deg);
        transform: rotate(66deg);
    }
}
@keyframes loading-10{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

@keyframes loading-11{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(76deg);
        transform: rotate(76deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}




.grading-system ul {
  text-align: right;
      padding: 0;
    margin: 0;
}
.grading-system ul li {
  display: inline-block;
  padding-left: 15px;
}
.grading-system ul li {
  font-size: 14px;
  color: #fff;
}
.grading-system ul li a i {
  padding-right: 10px;
}
.grading-system ul li .high-score {
  color: #47ff33;
}
.grading-system ul li .average-text {
  color: #ffc033;
}
.grading-system ul li .low-text {
  color: #ff334c  ;
}

.all-score.test8 {
  text-align: center;
}
.all-score.test8 ul li {
  width: 375px;
}
.submit-test .modal-content {
  background-color: #252525;
  border: 2px solid #33c9ff;
  text-align: center;
}
.modal-dialog.modal-dialog-centered.modal-md {
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    top: 176px !important;
}
.submit-test .modal-body {
  padding: 0 35px 45px;
}
.submit-test .modal-header {
  border-bottom: none;
}
.submit-test .modal-body h3 {
  font-size: 26px;
  color: #fff !important;
  font-weight: 500;
  margin: 0;
}
.submit-test .modal-body p {
  font-size: 14px;
  color: #fff !important;
  padding: 20px 0;
}
.submit-test .saprotz-btn {
  border-radius: 50px;
}
.submit-test .close:focus, .close:hover {
  opacity: 10;
  color: #fff;
}
.submit-test .close {
  color: #fff;
  opacity: 10;
}

.title.current {
  margin: 0;
  padding: 0;
}
.packer ul {
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
}
.packer ul li {
  display: flex;
  list-style: none;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
}
.timer {
  display: flex;
  margin: 0px 15px;
  min-width: 45px;
}
.actions.clearfix ul {
  margin: 0;
  text-align: right;
}
.actions.clearfix ul li {
  display: inline-block;
  list-style: none;
}
.actions.clearfix ul a {
  display: inline-block;
  margin-left: 30px;
  padding: 12px 20px;
  background-color: #31c7f9;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  min-width: 150px;
  text-align: center;
}
.actions.clearfix ul a:hover {
  background-color: #fff;
  color: #31c7f9;
}

@-webkit-keyframes fa-hourglass-half /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-hourglass-half {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-hourglass-half {
  -webkit-animation: fa-hourglass-half 2s linear infinite;
  -moz-animation: fa-hourglass-half 2s linear infinite;
  -ms-animation: fa-hourglass-half 2s linear infinite;
  -o-animation: fa-hourglass-half 2s linear infinite;
  animation: fa-hourglass-half 2s linear infinite;
}
.fa-hourglass-half{
  display: inline-block;
  max-width: 24px;
  height: 19px;
  position: relative;
  top: 0px;
}
.modal-header {
    padding: 15px 18px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #33ccff;
    color: #ffff;
    width: 599px;
    border-radius: 5px;
}
h6#result-comment {
    color: #33ccff;
}
#intro-modal .modal-header{
  padding: 15px;
  border-bottom: 1px
  solid #e5e5e5;
  background-color: #33ccff;
  color: #2b2b2b;
}

#intro-modal .btn-primary{
    color: #383838!important;
    background-color: #33ccff!important;
    border-color: #33ccff!important;
}

#intro-modal .btn-primary :hover{
    color: #fff!important;
    background-color: #33ccff!important;
    border-color: #33ccff!important;
}
.btn {
    border-radius: 0 !important;
    /* border-color: transparent !important; */
    color: grey;
}
a.dropdown-toggle.btn-rotate.nav-link {
    margin-top: 4px !important;
}

@media only screen and (max-width: 792px) {
  .packer ul {
      float: left;
      margin-bottom: 10px;
  }
      .actions.clearfix ul {
      margin-top: 20px;
  }
      .actions.clearfix ul a {
      display: initial;
      margin-left: 30px;
      padding: 12px 20px;
      background-color: #31c7f9;
      border-radius: 50px;
      color: #000;
      font-weight: 600;
      font-size: 20px;
      min-width: 100%;
      text-align: center;
      margin-top: 15px;
  }
  }

  .question .steps ul li {
      margin: 0;
      list-style: none;
      display: inline-block;
      border: 1px solid #31c7f9;
      padding: 6px 20px;
      transition: all ease .6s;
      margin-right: 5px;
      margin-bottom: 10px;
  }



