.input-text-container-doble-div{
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  width: 97%;
}

.input-text-container-doble{
  width: 48%;
}

.input-text{
  font-weight: normal;
  height: 30px;
  display: flex;
  width: 98%;
  line-height: 30px
}

.input-radio{
  display: block;
  height: 12px;
  margin: auto 0px;
  margin-right: 8px;
  background-color: transparent;
  outline: none;
  transition: all 0.5s;
}

.label-container {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 23px;
  margin-right: auto;
  margin-left: 2.6%;
  transition: all 0.5s;
}

.label-container .input-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translate(0px, -7px);
  left: 0;
  height: 12px;
  width: 12px;
  padding-right: 8px;
  background-color: transparent;
  border-radius: 50%;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-container input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  top: 20%;
  left: 20%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.select-style, .select{
    width: 120px;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    transition: all 0.5s;
}

.select-style select:focus {
    outline: none;
}

.footer-col-1{
  font-size: 23px;
  line-height: 19px;
}
