.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ptb-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes up-dawn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes up-dawn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

.h2 {
  font-size: 40px;
  font-weight: 600;
  color: #263b5e;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.h2-white {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.h3 {
  font-size: 30px;
  font-weight: 600;
  color: #263b5e;
  margin: 0;
}

.h4 {
  font-size: 20px;
  font-weight: 500;
  color: #263b5e;
  margin: 0;
}

.p-1 {
  font-size: 16px;
  font-weight: 400;
  color: #6a7695;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.p-2 {
  font-size: 16px;
  font-weight: 300;
  color: #6a7695;
  line-height: 28px;
  margin: 0;
  padding: 0 !important;
}

.p-3 {
  font-size: 15px;
  font-weight: 300;
  color: #6a7695;
  line-height: 28px;
  margin: 0;
  padding: 0 !important;
}

.p-white {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
  padding: 0 !important;
}

.how-work .box {
  padding: 50px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.how-work .box:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.check {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
  padding: 120px;
  position: relative;
}

.check .rocket-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.check .rocket-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.check .btn {
  background: #ffffff;
  color: #263b5e;
  height: 60px;
  width: 160px;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  margin-left: 20px;
}

.offers .box {
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.offers .box .text {
  margin-left: 25px;
}

.offers .box .icon img {
  width: 40px;
}

.counter {
  background: url("../../img/bg/offers.png") center center no-repeat;
  background-size: contain;
}

.counter .content {
  background: url("../../img/offers-line.png") center center no-repeat;
}

.counter .content .circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.counter .content .circle h3 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.counter .content .circle .num {
  display: inline-block;
}

.counter .content .circle .color-1 {
  color: #f25a68;
}

.counter .content .circle .color-2 {
  color: #f5a315;
}

.counter .content .circle .color-3 {
  color: #9cbb2f;
}

.counter .content .circle .color-4 {
  color: #009bc2;
}

.customers {
  background-color: #e8f5f7;
  padding: 120px 0 90px 0;
}

.customers .parteners {
  display: none;
}

.customers .testimonials {
  padding: 30px;
}

.customers .testimonials .carousel-inner {
  padding: 30px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 70px 115px;
  width: 100%;
  border-radius: 5px;
}

.customers .testimonials .carousel-item {
  padding: 0 50px;
}

.customers .testimonials .carousel-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 6px;
}

.customers .testimonials .carousel-item h4 {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.customers .testimonials .carousel-item p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 15px;
}

.customers .testimonials .carousel-item .line {
  background: #eff0f3;
  height: 1px;
  width: 100%;
}

.customers .testimonials .carousel-item .tes {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #01c9db;
  font-style: italic;
}

.customers .testimonials .carousel-item .tes span {
  color: #6a7695;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}

.customers .testimonials .carousel-indicators {
  display: none;
}

.customers .testimonials .control {
  cursor: pointer;
  margin-top: 235px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
  font-size: 20px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.06);
  opacity: 1 !important;
  margin: 20px;
  margin-top: 215px;
}

.ready {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
}

a.btn-blue {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
  padding: 12px 45px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  -webkit-box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.btn-blue:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

a.btn-blue:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

a.btn-blue::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
}

div.btn {
  padding: 0;
}

a.btn-white {
  background: #ffffff;
  padding: 12px 45px;
  color: #051441;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  -webkit-box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.btn-white:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

a.btn-white:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

a.btn-white::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}

.shape-1 {
  position: absolute;
  width: 25px;
  top: 50%;
  right: 15%;
  -webkit-animation: pulse 3s  infinite ease-in-out;
          animation: pulse 3s  infinite ease-in-out;
}

.shape-2 {
  position: absolute;
  width: 30px;
  top: 20%;
  right: 25%;
  -webkit-animation: up-dawn 5s  infinite ease-in-out;
          animation: up-dawn 5s  infinite ease-in-out;
}

.shape-3 {
  position: absolute;
  width: 15px;
  bottom: 10%;
  right: 20%;
  -webkit-animation: up-dawn 5s  infinite ease-in-out 1s;
          animation: up-dawn 5s  infinite ease-in-out 1s;
}

.shape-4 {
  position: absolute;
  width: 25px;
  top: 20%;
  left: 20%;
  -webkit-animation: pulse 3s  infinite ease-in-out 1.5s;
          animation: pulse 3s  infinite ease-in-out 1.5s;
}

.shape-5 {
  position: absolute;
  width: 20px;
  top: 30%;
  left: 50%;
  -webkit-animation: up-dawn 5s  infinite ease-in-out 1.7s;
          animation: up-dawn 5s  infinite ease-in-out 1.7s;
}

.shape-6 {
  position: absolute;
  width: 15px;
  bottom: 30%;
  left: 40%;
  -webkit-animation: up-dawn 5s  infinite ease-in-out 2.3s;
          animation: up-dawn 5s  infinite ease-in-out 2.3s;
}

.shape-7 {
  position: absolute;
  width: 25px;
  bottom: 15%;
  left: 20%;
  -webkit-animation: pulse 3s  infinite ease-in-out 1s;
          animation: pulse 3s  infinite ease-in-out 1s;
}

.shape-8 {
  position: absolute;
  width: 25px;
  bottom: 10%;
  left: 60%;
  -webkit-animation: up-dawn 5s  infinite ease-in-out 3s;
          animation: up-dawn 5s  infinite ease-in-out 3s;
}

form.form-inline .form-group input.form-control {
  border: 0;
  width: 500px;
  height: 60px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
  color: #6a7695;
}

.navbar {
  background: #e8f5f7;
}

.navbar .nav-item {
  margin: 0;
  padding: 25px 0;
}

.navbar .nav-item .nav-link {
  margin: 0;
  padding: 0;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #051441;
}

.navbar .nav-item .nav-link:hover {
  color: #01c9db;
}

.navbar .nav-item:hover > .dropdown-menu {
  display: block;
}

.navbar .dropdown .dropdown-menu {
  border: #ffffff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}

.navbar .dropdown .dropdown-menu a {
  padding: 15px 5px 15px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #051441;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar .dropdown .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.navbar .dropdown .dropdown-menu a:hover {
  color: #ffffff;
  background-color: #01c9db;
  border: none;
}

.navbar .dropdown .dropdown-menu a:hover:not(:last-child) {
  border-bottom: 1px solid #01c9db;
}

.navbar .dropdown-toggle:after {
  content: none;
}

.slider {
  background: #e8f5f7;
  height: 1000px;
  position: relative;
}

.footer .who {
  padding-right: 30px;
}

.footer .links ul {
  margin: 0;
  padding: 0;
}

.footer .links ul li {
  list-style: none;
}

.footer .links ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #6a7695;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer .links ul li a:hover {
  color: #01c9db;
}

.footer .links ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .social .icons .icon {
  border: 1px solid #e2e2eb;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer .social .icons .icon a {
  font-size: 14px;
  color: #848ca7;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer .social .icons .icon:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#01c9db), to(#039bb2));
  background-image: linear-gradient(to right bottom, #01c9db, #039bb2);
  color: #ffffff;
}

.footer .social .icons .icon:hover a {
  color: #ffffff;
}

.footer .social .ico {
  display: inline-block;
}

.footer .bottom {
  background: #6a7695;
  padding: 10px 0;
}

.footer .bottom span {
  font-size: 15px;
  color: #6a7695;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.bottom {
  background: #e3eef0;
  padding: 20px 0;
}

.bottom span {
  font-size: 15px;
  color: #6a7695;
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (max-width: 575.98px) {
  .navbar {
    background: #e8f5f7 !important;
    border-bottom: 1px solid rgba(106, 118, 149, 0.2);
  }
  .slider {
    text-align: center;
    padding: 200px 0;
    height: auto !important;
  }
  .slider .content {
    margin-bottom: 50px;
  }
  .how-work {
    padding: 120px 0 90px 0;
  }
  .how-work .box {
    margin-bottom: 30px;
  }
  .company {
    text-align: center;
  }
  .company .text-1 {
    margin-top: 50px;
  }
  .company .text-2 {
    margin-bottom: 50px;
  }
  .check {
    display: none;
  }
  .offers {
    padding: 0 0 90px 0 !important;
  }
  .offers .box {
    margin-bottom: 30px !important;
  }
  .counter .content {
    background: #ffffff;
  }
  .counter .circle {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .counter .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .testimonials {
    padding: 0 !important;
  }
  .testimonials .carousel-item {
    padding: 0 !important;
  }
  .testimonials .control {
    display: none;
  }
  .testimonials .carousel-inner {
    padding: 70px 30px !important;
  }
  .ready h2 {
    margin-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .who {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer .links {
    margin-bottom: 30px;
  }
  div#gopayment {
        right: 0;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .imagePreview {
        width: 100%;
        height: 500px !important;
    }
  .navbar {
    background: #e8f5f7;
    border-bottom: 1px solid rgba(106, 118, 149, 0.2);
  }
  .slider {
    text-align: center;
    padding: 50px 0;
    height: auto !important;
  }
  .slider .content {
    margin-bottom: 50px;
  }
  .how-work {
    padding: 120px 0 90px 0;
  }
  .how-work .box {
    margin-bottom: 30px;
  }
  .company {
    text-align: center;
  }
  .company .text-1 {
    margin-top: 50px;
  }
  .company .text-2 {
    margin-bottom: 50px;
  }
  .check {
    display: none;
  }
  .offers {
    padding: 0 0 90px 0 !important;
  }
  .offers .box {
    margin-bottom: 30px !important;
  }
  .counter .content {
    background: #ffffff;
  }
  .counter .circle {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .counter .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .testimonials {
    padding: 0 !important;
  }
  .testimonials .carousel-item {
    padding: 0 !important;
  }
  .testimonials .control {
    display: none;
  }
  .testimonials .carousel-inner {
    padding: 70px 30px !important;
  }
  .ready h2 {
    margin-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .who {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer .links {
    margin-bottom: 30px;
  }

}
.fmobile-video {
    display: none;
}

@media (max-width: 767.98px) {
    .fmobile-video {
     display:block;   
    }
    #ozellikler{
        display:none;
    }
}

@media (max-width: 991.98px) {
  .navbar {
    background: #e8f5f7;
    border-bottom: 1px solid rgba(106, 118, 149, 0.2);
  }
  .slider {
    padding: 50px 0;
    padding-top: 80px;
    height: auto !important;
  }
  .slider .content {
    margin-bottom: 50px;
  }
  .how-work {
    padding: 120px 0 90px 0;
  }
  .how-work .box {
    margin-bottom: 30px;
  }
  .check {
    display: none;
  }
  .offers {
    padding: 0 0 90px 0 !important;
  }
  .offers .box {
    margin-bottom: 30px !important;
  }
  .counter .content {
    background: #ffffff;
  }
  .counter .circle {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .counter .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .testimonials {
    padding: 0 !important;
  }
  .testimonials .carousel-item {
    padding: 0 !important;
  }
  .testimonials .control {
    display: none;
  }
  .testimonials .carousel-inner {
    padding: 70px 30px !important;
  }
  .ready h2 {
    margin-bottom: 30px;
  }
  .footer .icon {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=main.css.map */
.right-main-img {
  width: 600px;
}

.right-main-img img {
  width: 100%;
}
.row.main-boxs .box {
  height: 400px;
}
.row.main-boxs .box img {
  width: 70px;
}
.ptb-50 {
  padding: 50px 0;
}
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url(/biyometrik/system/themes/distema/img/uploadimg.jpeg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}

.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
  padding: 30px;
}

.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
  padding-left: 10px;
  cursor: pointer;
}

.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
  background-color: #d65470;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #fb1647;
}

.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  color: #888888;
  background-color: #f1f1f1;
  border: none;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
  width: calc(100% / 3);
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #d65470;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #d65470;
  left: 50%;
  width: 50%;
  border-color: #d65470;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}
.amount-price {
    font-size: 25px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.amount-price>div {
  display: none;
}

.imagePreview {
  width: 100%;
  height: 240px;
  background-position: center center;
  background: url(/system/themes/distema/img/uploadimg.jpeg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

.imgUp {
  margin-bottom: 15px;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}
span.panel-datatitle {
    font-size: 14px;
} 
#gopayment {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 20%;
    left: 35%;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #4b4b4b;
    /* opacity: 0.9; */
    padding: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    border-radius: 50px;
    z-index: 9999;
}
.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}
.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}
.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

.load-wrapp {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffffff;
}
@keyframes loadingA {
  0 {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

.profile-img img {
    max-width: 200px;
}

.profile {
    padding: 20px;
    background: #1e232b;
}
.status {
    width: 100%;
    justify-content: space-between;
    font-size:20px;
    padding: 15px;
}
.header,.customer{
    padding: 15px;
    margin: 0 10px;
} 
.customer-details, .content {
    font-size: 17px;
    padding: 3px 0;
}
.profile-top {
    font-size: 22px;
    padding: 7px 0;
}
a.navbar-brand img {
    width: 150px;
}

.refs {
    display: inline-flex;
    background: #313844;
    border: 1px solid red;
    border-radius: 10px;
    margin:10px;

}

.refs-col {
    padding: 10px;
}
img#preview {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.form-items input {
    background: transparent;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    margin: 10px;
}

.form-items > * {
    width: 100%;
}
.form-items input[type="submit"] {
    background: #282e38;
    border: 1px solid #f60;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}
.form-items {
    display: inline-block;
}

.withdraw-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-items input {
    background: transparent;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    margin: 10px;
    color: white;
}
.wp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    font-size: 50px;
    background: #e3eef0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-button i {
    color: #4CAF50;
}
 
@keyframes scan-line {
  0%   { top: 0; }
  100% { top:100%; }
}

.scanner-line-moving {
  animation: scan-line 2s linear infinite alternate;
}

.second-are > div{
    max-width:100%;
}

.text-xs {
    font-size: 11px !important;
}