#stepseone form {
  padding: 50px 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.locksgif {
    opacity: 0;
    position: relative;
    z-index: -999;
    display: none;
}
.locksgif.vizusse {
    opacity: 1;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.locksgif span {
    font-size: 28px;
    font-weight: bold;
}
#stepseone.hiders {
    display: none;
}
#stepsetwo {
    height: 0;
	overflow: hidden;
}
#stepsetwo.shous {
    display: flex;
    height: initial;
}
#stepsethree {
    display: none !important;
}
#stepsethree img {
    max-width: 200px;
}
#stepseone form.hiders {
    display: none;
}
#stepsethree.shous {
    display: flex !important;
}
#stepsefour {
    display: none;
}
#stepsefour.shous {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#stepsefour p {
    width: 100%;
    font-size: 24px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}

#top-links .open > .dropdown-menu {
  display: none;
}
#generatecard {
  display: none;
}

.secorconn {
	color:#4743c9;
}
#cardform .form-check-input[type="radio"] {
  border-radius: 50%;
  padding: 0;
}



.locksgifloader {
    width: 100%;
  position: relative;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader1 {
  position: relative;
  width: 160px;
  height: 160px;
  font-size: 24px;
  color: #000;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader1::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border-top: 12px solid #4743c9;
  border-right: 12px solid #4743c9;
  border-bottom: 12px solid #4743c9;
  border-left: 12px solid #fff;
  transform: translateZ(0);
  animation: load 1.2s infinite linear;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jumbotronss {
	padding: 100px 0;
}