@media only screen and (max-width: 1259px) {
  .checkbox-wrapperG label {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 1050px) {
  .checkbox-wrapperG label {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1133px) {
  .checkbox-wrapperG [type="checkbox"]:not(:checked) + label:before,
  .checkbox-wrapperG [type="checkbox"]:checked + label:before {
    top: -10px !important;
  }
  .checkbox-wrapperG [type="checkbox"]:not(:checked) + label:after,
  .checkbox-wrapperG [type="checkbox"]:checked + label:after {
    top: -8px !important;
  }
}

/**
FORM CHANGES 
**/

.row .col {
  padding: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 42px !important;
}

.push-select-req {
  margin: 20px 0 35px 0;
}
@media only screen and (max-width: 999px) {
  .push-select-req {
    margin: 0px 0 35px 0;
  }
}

.row .col-sel {
  padding: 0;

  width: 80%;
  margin-right: 0px;
}

.row .col-sub {
  padding: 0;

  max-width: 20%;
  margin-right: 0px;
}

@media only screen and (max-width: 999px) {
  .row .col-sel {
    width: 100%;
  }

  .row .col-sub {
    max-width: 100%;
  }
}

input[type="text"],
input[type="email"],
textarea {
  border: none;
  display: block;
  font-weight: 200;
  width: 100%;
  max-width: 100%;
  font-size: 36px;
  line-height: 40px;
  height: 50px;
  min-height: 40px;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #707070;
  color: #000000;
  outline: none;
  font-family: "Helvetica Neue LT W05_45 Light";
}

textarea {
  height: 200px !important;
}

.checkbox-wrapperG [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapperG [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  transition: all 0.2s;
  background: url(/img/X.png) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 40px;
  height: 40px;
}

.checkbox-wrapperG [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrapperG [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  border: 1px solid #071f3b;
  height: 42px;
  width: 42px;
  display: block;
  float: left;
}

@media only screen and (max-width: 710px) {
  .checkbox-wrapperG [type="checkbox"]:not(:checked) + label,
  .checkbox-wrapperG [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 65px;
    cursor: pointer;
    margin-right: 40px;
    display: block;
  }

  .checkbox-wrapperG [type="checkbox"]:not(:checked) + label:before,
  .checkbox-wrapperG [type="checkbox"]:checked + label:before {
    top: 2px !important;
  }

  .checkbox-wrapperG [type="checkbox"]:not(:checked) + label:after,
  .checkbox-wrapperG [type="checkbox"]:checked + label:after {
    top: 4px !important;
  }
}

/*** 
BUTTON
***/

.b6 {
  background: transparent;
  padding: 15px 42px;
  width: 100%;
  border: solid 4px #4db8e2;
  color: #4db8e2;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 30px;
  text-decoration: none;
  transition: all 0.2s;
}

.b6:hover {
  background: #4db8e2;
  color: white;
  transition: all 0.2s;
}

@media only screen and (max-width: 1050px) {
  .b6 {
    font-size: 24px;
  }
}

.case-req-text p {
  color: black;
  font-size: 30px;
  line-height: 150%;
  font-family: "Helvetica Neue LT W05_45 Light";
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media only screen and (max-width: 999px) {
  .case-req-text p {
    font-size: 22px;
  }
}

.req-container {
  padding: 0 0px 45px 0px;
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.req-container h2 {
  padding: 100px 0 35px 0;
}

.formmain {
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  clear: both;
  margin: 0 auto;
}

div.row {
  max-width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}

.section-req-form {
  padding: 0px 25px 150px 25px;
}

.g-recaptcha iframe {
  transform: scale(1);
  margin-left: 0px;
}

.recaptcha-padd {
  margin-left: 0px;
}

@media only screen and (max-width: 768px) {
  .submit-padd-req {
    float: left;
  }
}

.wrapper-req {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
