.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius:5%;
}

.one-edge-shadow {
	 -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
 small{
      color:#dc3545;
    }

    .loader {
     background-color: red;
     position: relative;
     left: 0px;
     top: 50%;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     opacity: 0.5;
     filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
    /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loader-modal {
    display:   none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loader-modal {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loader-modal {
    display: block;
}

/* malar -gallery start */
 .img-thumbnail-col {
            height: -moz-fit-content;
            height: fit-content;
        }
        .img-thumb {
            cursor: pointer;
        }
        .filter-button {
            font-size: 18px;
            border: 1px solid #3648ff;
            border-radius: 5px;
            text-align: center;
            color: #3648ff;
            margin-bottom: 30px;
        }
        .filter-button:hover {
            font-size: 18px;
            border: 1px solid #3648ff;
            border-radius: 5px;
            text-align: center;
            color: #ffffff;
            background-color: #3648ff;
        }
        .btn-default:active {
            background-color: #3648ff;
            color: white;
        } 
        .filter-button:active {
            background-color: #3648ff;
            color: white;
        }
        .filter-button-active {
            background-color: #3648ff;
            color: white;
        }
       .carousel-indicators {
            position: relative !important;
            right: auto;
            left: auto;
            bottom: auto;
            display: block;
            margin: 0px 0px;
            text-align: center;
        }
        .carousel-indicators [data-bs-target] {
            width: 150px;
            height: 150px;
            margin-top: 4px;
            margin-bottom: 4px;
            border: none;
            text-indent: initial;
        }
        .img-indicator {
            width: 150px;
            height: 150px;
        }

/* malar -gallery ends */
body{
  margin: 0;
  background-color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #4a4a4a;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.bg-video{
  padding: 50px;
 /* background-image: url("../img/bg.png"); /* The image used */
  background-size: cover;
background-color: #0E2046;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.bg-video h2{
    color:#fff;
    padding: 20px 20% ;
    line-height: 2.5rem;
}
.bg-video iframe{
  background-color: #0E2046;
  height: 600px;
  width:100%;
  border-color: #0E2046;
  margin-bottom: 50px;
}
footer{
  text-align: center;
}
.test-modal .modal-title{
  text-transform: capitalize;
}

.error {
  color: red;
}
/* online test layout design start */
.sample-test-panel .nav-pills,.main-test-panel .nav-pills {
  width: 100%;
}
.sample-test-panel .nav-item{
  width: 50%;
}
.main-test-panel .nav-item{
  width: 16.6%;
}
.nav-pills .nav-link:not(.active):hover {
    color: #fff;
}
li.active > a.hidden-xs {
 display: block!important;
}
li.active > a.visible-xs {
  display: none!important; 
}
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 10px solid #eee;
  border-left: 10px solid #eee;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
  padding: 10px;
}
.nav-pills.nav-wizard > li .active .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li a:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li .active .nav-arrow {
  border-color: transparent transparent transparent #428bca;
}.nav-pills.nav-wizard > li a .nav-arrow {
  border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard > li .active .nav-wedge {
  border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard > li a.active {
  background-color: #428bca;
}

/* online test layout design ends */

/* main test start */
.main-test-panel .question-header {
    background-color: #458BCA;
    color: #fff;
    overflow: visible;
    padding: 18px 26px 16px 30px;
    text-align: right;
    position: relative;
    margin-top: 15px;
    font-family: "alternate-gothic-no-3-d","Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: top 0.3s;
}
.question-header-label {
    display: inline-block;
    width: 150px;
    text-align: center;
    overflow: visible;
    direction: ltr;
}
.main-test-panel .question-radios {
    margin-bottom: 4px;
    border-top: none;
    padding: 15px 33px 18px;
    background-color: #f8f5f2;
    position: relative;
}
.main-test-panel .question-radios:nth-child(2n) {
    background-color: #fff;
}
.main-test-panel .question-radios > .control-label {
    display: block;
    width: 400px;
   /* margin: 0;*/
    padding-right: 10px;
}

.question-radios > .form-radios {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0px;
}
.radio{
  position: relative;
}
.question-radios  .form-radios .form-type-radio.radio {
    display: inline;
    margin-left: 80px;
}
.question-radios  .form-radios .form-type-radio.radio label {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding-left: 5px;
}
.question-radios  .form-radios .form-type-radio.radio input[type="radio"] {
    display: inline-block;
    width: 25px;
    left: 15px;
    position: relative;
    max-width: initial;
    vertical-align: middle;
    margin-right: 5px;
    height: 25px;
    top: 15px;
    border-radius: 50px;
}



.question-radios  .form-radios .form-type-radio.radio input[type=radio] {
  border: 2px solid #458bca;
  padding: 0.8em;
  -webkit-appearance: none;
  margin-right: 8px;
}

.question-radios  .form-radios .form-type-radio.radio input[type=radio]:checked {
  
  background: #458bca no-repeat center center;
  background-size: 0.90em;
}
.question-radios  .form-radios .form-type-radio.radio input[type=radio]:checked:before {
  content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    margin-top: -25px;
    margin-left: -10px;
    background: #458bca no-repeat center center;
   
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.question-radios  .form-radios .form-type-radio.radio input[type=radio]:focus {
  outline-color: #fff;
  content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
}
.question-radios  .form-radios .form-type-radio.radio label .label-text {
    padding-top: 10px
}

/* main test ends */

.footer-widget ul {
  list-style-type: none;
}
.footer-widget li {
  text-align: left;
  color: #fff;
} .footer-widget li a {
  padding-left: 10px;
  color: #fff;
}
.copyright{
  border-top: 1px solid #fff;
}


 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
      /* malar */
    .register-box {
      width: 750px;
    }
    .question-radios  .form-radios .form-type-radio.radio label .label-text {
        display: none;
    }
    .question-radios  .form-radios .form-type-radio.radio:last-child {
        display: inline-block;
        width: 25px;
        left: 40px;
        position: relative;
        max-width: initial;
        vertical-align: middle;
        margin-right: 5px;
        height: 25px;
        top: -2px;
    }
    /* malar ends */

}

@media (max-width: 1024px) {
  .question-radios  .form-radios .form-type-radio.radio input[type="radio"]{
    top: 0px;
    margin-right: 15px;
  }
  .main-test-panel .question-header{
    display: none;
  }
  .question-radios  .form-radios .form-type-radio.radio {
    display: inline;
    margin-left: 20px;
}
}




