body {
  overflow: auto;
}
.modal-cont {
  position: relative;
  width: 95%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-form {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.num {
  position: absolute;
  left: -40px;
  top: 2px;
  display: inline-block;
  color: #0d3c83;
  font-size: 20px;
}
.sec-form .form-label {
  font-size: 24px;
}
.sec-form .form-control {
  color: rgb(4, 69, 175);
  box-shadow: rgba(4, 69, 175, 0.3) 0px 1px;
  border: none;
  border-radius: 0;
  font-size: 30px;
  padding: 0;
}
.sec-form .form-control::placeholder {
  color: #b3c7e7;
  font-size: 30px;
}
.sec-form .form-control:focus {
  box-shadow: rgb(4, 69, 175) 0px 2px;
}
.sec-form .select2-selection {
  border: none !important;
  margin-inline-end: 8px;
  box-shadow: rgba(4, 69, 175, 0.3) 0px 1px;
  border-radius: 0 !important;
  line-height: 1.5;
  height: auto !important;
  padding: 0 0 16px !important;
  margin-top: 9px;
}
.sec-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 4px;
}
.statics {
  position: fixed;
  right: 14%;
  bottom: 50px;
}
.statics .arrows {
  margin-inline-end: 1rem;
}
.statics button {
  padding: 6px 8px;
  border-radius: 4px;
  border: none;
}

.statics img {
  height: 20px;
  filter: invert(1);
}
.statics a {
  padding: 10px;
  text-decoration: none;
  border: none;
  padding: 8px;
  border-radius: 4px;
}
.statics .arrows #top button {
  margin-inline-start: 12px;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  border-style: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.sec-form ul li {
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 110px;
  height: 70px;
  border-bottom: 1px solid #333;
}
.sec-form ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.sec-form ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 16px 16px 16px 56px;
  margin: 10px auto;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.sec-form ul li:hover label {
  color: #0049b6;
}
.sec-form ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #aaaaaa;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.sec-form ul li:hover .check {
  border: 5px solid #0049b6bd;
}
.sec-form p {
  font-size: 24px;
}
.sec-form ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2.5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.sec-form input[type="radio"]:checked ~ .check {
  border: 5px solid #0049b6;
}
.sec-form input[type="radio"]:checked ~ .check::before {
  background: #0049b6;
}
.sec-form input[type="radio"]:checked ~ label {
  color: #0049b6;
}
.modal {
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  inset: 0;
  z-index: -1;
}
.modal .main {
  position: absolute;
  background-color: #fff;
  width: 75%;
  height: 100%;
}

.modal-body {
  position: absolute;
  bottom: 0;
  right: 13%;
}

.modal-body button {
  padding: 6px 20px;
  border: 0;
  background: black;
  color: #fff;
}

.iti--container {
  top: 100px !important;
  left: 0 !important;
}

.iti__country-list {
  width: 200px;
}

.iti__country-list li {
  color: #353535 !important;
  display: flex !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  border-bottom: none !important;
}

@media (max-width: 786px) {
  .modal-cont {
    height: 50%;
  }
  .modal {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  .modal .main {
    height: 90%;
    width: 100%;
  }
  .sec-form ul {
    padding-left: 0;
    width: 100%;
  }

  .sec-form ul li {
    width: 100%;
  }
  .sec-form p {
    font-size: 19px;
    padding-inline-start: 40px;
  }

  .sec-form .container .w-75 {
    width: 100% !important;
  }

  .sec-form .form-label {
    padding-inline-start: 40px;
  }
  .num {
    left: 0;
  }
  .statics {
    position: fixed;
    right: 3%;
    bottom: 30%;
  }
}
