.QapTcha {
  float: none;
  margin-top: 0;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.QapTcha .clr {
  clear: both;
}
.QapTcha .bgSlider {
  width: 100%;
  height: 45px;
  float: none;
  border: 1px solid #f2f3f4;
  background-color: #f2f3f4;
  z-index: 50;
}
.QapTcha .Slider {
  width: 36px;
  height: 100%;
  background: rgb(33, 65, 166) url(../img/slide.png) 11px 14px no-repeat;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  background-size: 14px;
  border-radius: 2px;
}
.QapTcha .TxtStatus {
  width: 100%;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: roboto, sans-serif;
  clear: both;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 10px 13px 55px;
  line-height: 18px;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.QapTcha .dropSuccess {
  color: rgb(33, 65, 166);
  padding: 13px 10px 13px 20px;
}
.QapTcha .dropError {
  color: rgb(33, 65, 166);
}
#scrolUp {
  background: #a2a2a2 url("../images/icons/top.png") 50% 50% no-repeat;
  background-size: 18px;
  border-radius: 2px;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#scrolUp:hover {
  background-color: #00676f;
}
@media (max-width: 767px) {
  #scrolUp {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #scrolUp {
    bottom: 25px;
    right: 25px;
  }
}
#scrolUp-active {
  display: none;
}
body.modal-open #scrolUp {
  display: none;
}
