@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

:root {
  --primary-color: #f1f1f1;
  --secondery-color: #BA0F0F;
  --shadow-color: #dce1e8;
}

.bodyk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -118px;
  background-position-y: 201px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.bodyk:hover {
  background-position-x: -147px;
  background-position-y: 311px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  /* transform: scale(1.1); */
  background-size: scale(1.1);
}

.form__container {
  margin-top: 4rem;
  background-color: var(--primary-color);
  border-radius: 2rem;
  padding: 1rem;
  height: 562px;
}

.title__container {
  width: 100%;
  height: 4.5rem;
  padding: 0.6rem 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #42434e;
}

.title__container h1 {
  letter-spacing: 2px;
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
  color: black;
}

.title__container p {
  color: var(--shadow-color);
  font-size: 0.75rem;
}

.body__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.left__container {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #42434e;
  padding: 1.25rem 0;
  margin-right: 2rem;
  padding-right: 1.8rem;
}

.side__titles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title__name {
  padding: 1.6rem 0.1rem;
  margin-bottom: 0.25rem;
  height: 74px;
}

.title__name h3 {
  margin-bottom: 0.2rem;
  text-align: center;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.title__name p {
  text-align: right;
  color: var(--shadow-color);
  font-size: 0.75rem;
}

.progress__bar__container {
  padding-top: 0.6rem;
}

.ion {
  width: 28px;
  height: 31px;
  color: white;
}

.loi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.progress__bar__container ul .active {
  background-color: var(--secondery-color);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
  background-image: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
}

.ro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 296px;
}

span.if {
  font-size: 12px;
}

.progress__bar__container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  background: #2b2c3196;
  padding: 0.5rem 0.6rem;
  margin-bottom: 1.9rem;
  border-radius: 50%;
  font-size: 2rem;
  color: #ffffff;
  margin-left: 0rem;
}

.progress__bar__container ul li::before {
  content: '';
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--shadow-color);
  display: none;
}

.progress__bar__container ul .active::before {
  content: '';
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--secondery-color);
  display: none;
}

.right__container {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.5rem;
}

.right__container form {
  width: 100%;
}

.right__container fieldset {
  border: none;
}

.sub__title__container {
  padding: 1rem 0 1.2rem 0;
  /* border-bottom: 1px solid #42434e */
}

.sub__title__container h2 {
  letter-spacing: 2px;
  color: #000000;
  margin: 0.4rem 0;
  white-space: nowrap;
}

.sub__title__container p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.active__form {
  display: none;
}

.input__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
}

.input__container label {
  color: #ffffff;
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
}

.input__container input {
  padding: 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.75rem;
  background: none;
  border: 1px solid var(--secondery-color);
  margin-bottom: 1.2rem;
  outline: none;
  color: #ffffff;
}

.nxt__btn {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  background: #ba0f0f;
  border: none;
  color: #ffffff;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
  background-image: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
}

.nxt__btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background: #9e1713;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 3;
  border-color: #007bff !important;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  cursor: pointer;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

.prev__btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  color: #ba0f0f;
  font-size: 18px;
  cursor: pointer;
}

.selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--shadow-color);
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.selection:hover {
  border: 1px solid var(--secondery-color);
  background-color: var(--primary-color);
  cursor: pointer;
}

.imoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 0.4rem;
  margin: 0 0.2rem;
  margin-right: 0.4rem;
  font-size: 2rem;
  font-weight: 900;
  color: yellow;
  border-radius: 50%;
  background: var(--shadow-color);
}

.descriptionTitle h3 {
  color: #ffffff;
  margin-bottom: 4px;
}

.descriptionTitle p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 0.75rem;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: relative;
  margin-top: 3rem;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--secondery-color);
  cursor: pointer;
  position: relative;
}

.slider::-webkit-range-thumb {
  width: 50px;
  height: 50px;
  background: var(--secondery-color);
  cursor: pointer;
  position: relative;
}

.output__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 2em;
  padding: 0.8rem 0.8rem;
  position: absolute;
  background-color: var(--secondery-color);
}

.output__value::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: 40px;
  background-color: var(--secondery-color);
}

@media only screen and (max-width: 600px) {
  body {
    background-color: var(--primary-color);
  }
  .form__container {
    margin: 0;
    padding: 0;
  }
  .body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
  }
  .right__container {
    width: 90%;
    margin: 0;
  }
  .title__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem;
  }
  .left__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    border: none;
  }
  .buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .descriptionTitle h3 {
    font-size: 1rem;
  }
  .descriptionTitle p {
    font-size: 0.6rem;
  }
  .side__titles {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .title__name h3 {
    font-size: 0.75rem;
  }
  .title__name p {
    font-size: 0.5rem;
  }
  .progress__bar__container {
    margin-bottom: 0;
  }
  .progress__bar__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .progress__bar__container ul::before {
    height: 5vh;
  }
  .progress__bar__container ul li {
    margin: 10px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .progress__bar__container ul .active::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.forml {
  font-size: 18px;
  font-weight: 600;
  margin-top: 26px;
}

.formi {
  height: 42px;
  border-radius: 4px;
  border-color: #a8a8a8;
  outline: none;
  width: 100%;
  border: 1px solid;
  padding: 10px;
  color: #a6a6a6;
}

.formain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

input[type=file]::file-selector-button {
  border: 2px solid #201e2e;
  padding: .2em .4em;
  border-radius: 4px;
  background-color: #ba0f0f;
  -webkit-transition: 1s;
  transition: 1s;
  height: 42px;
  outline: none;
  /* margin-bottom: 10px; */
  margin: 0;
  outline: none;
  border-color: #00000000;
  padding: 10px;
  color: #ffffff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

input[type=file]::file-selector-button:hover {
  background-color: #ba0f0f94;
  /* border: 2px solid #00cec9; */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#r1 .wrapper .option {
  background: #fff;
  height: 100%;
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  display: flex;
  align-items: center;
  /* width: 251px; */
  height: 56px;
  white-space: nowrap;
}

#r1 .wrapper .option .dot {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin: 8px;
}

#r1 .wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ba0f0f;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#r1 input[type="radio"] {
  display: none;
}

#r1 #option-1:checked:checked ~ .option-1,
#r1 #option-2:checked:checked ~ .option-2 {
  border-color: #ba0f0f;
  background: #ba0f0f;
}

#r1 #option-1:checked:checked ~ .option-1 .dot,
#r1 #option-2:checked:checked ~ .option-2 .dot {
  background: #fff;
}

#r1 #option-1:checked:checked ~ .option-1 .dot::before,
#r1 #option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#r1 .wrapper .option span {
  font-size: 20px;
  color: #808080;
  margin-top: 10px;
}

#r1 #option-1:checked:checked ~ .option-1 span,
#r1 #option-2:checked:checked ~ .option-2 span {
  color: #fff;
  margin-top: 10px;
}

#r1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#r2 [type="radio"]:checked,
#r2 [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#r2 [type="radio"]:checked + label,
#r2 [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

#r2 [type="radio"]:checked + label:before,
#r2 [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

#r2 [type="radio"]:checked + label:after,
#r2 [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ba0f0f;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#r2 [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#r2 [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#r2 .fore12 {
  margin: 30px;
}

.partner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
}

#par .forml {
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
}

#par .formi {
  height: 38px;
  border-radius: 4px;
  border-color: #a8a8a8;
  outline: none;
  width: 80%;
  border: 1px solid;
  padding: 10px;
  color: #a6a6a6;
  font-size: 12px;
}

.par-tit {
  font-size: 20px !important;
  font-weight: bold !important;
  margin: 0 !important;
}

.partnerrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 93% !important;
  }
}

@media screen and (max-width: 576px) {
  .container,
  .container-sm {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .formain {
    width: 82vw !important;
  }
  section.contact-us {
    padding: 33px 0px 0px 0px;
  }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #BA0F0F;
    --active-inner: #fff;
    --focus: 2px rgba(254, 39, 57, 0.3);
    --border: #BBC1E1;
    --border-hover: #BA0F0F;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 18px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

.chk {
  margin-top: 2px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formaini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.formi1 {
  height: 42px;
  border-radius: 4px;
  border-color: #a8a8a8;
  outline: none;
  width: 100%;
  border: 1px solid;
  padding: 10px;
  color: #a6a6a6;
}

.redd {
  color: #BA0F0F !important;
  cursor: pointer !important;
  z-index: 120;
}

.redd:hover {
  font-weight: 600;
}

.titj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.jio {
  background-image: url("/assets/images/qq 207.png");
}

option {
  font-size: 16px;
  color: black;
}

select:focus {
  outline: 1px solid white;
  outline-offset: -2px;
}

select ~ input[type=button] {
  -moz-appearance: menulist-button;
  margin-left: -19px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
