
  .sec-eq .btn,
  .wufoo input.btTxt {
    background-color: #cdc595;
    color: #01416f;
    font-family: "MetaPro";
    font-weight: 600;
    -webkit-appearance: none;
    padding: 7px 20px;
    outline: none;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .sec-eq .btn.arrow:before {
    background: #fff;
  }
  
  .sec-eq .btn.arrow:after {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
  }
  
  .sec-eq .btn.arrow:hover::before {
    right: 12px;
  }
  
  .sec-eq .btn.arrow:hover::after {
    right: 12px;
  }
  
  .sec-eq form,
  form.wufoo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  
  form.wufoo #container, html.embed {
    background-color: transparent;
    margin: 0;
  }
  
  form.wufoo ul {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
  }
  
  .wufoo li div label,
  .wufoo label.desc {
    display: none;
  }
  
  .wufoo .info {
    margin: 0;
    padding: 0;
    border: none;
  }
  
  .wufoo li.focused {
    background-color: transparent !important;
  }
  
  .wufoo #errorLi {
    display: none;
  }
  
  form.wufoo li.error {
    background-color: transparent !important;
  }
  
  form.wufoo p.error {
    font-size: 10px !important;
    position: absolute;
    bottom: -4px;
  }
  
  .eqTitle,
  .wufoo .info h2 {
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 15px;
    color: #01416f !important;
  }
  
  .sec-eq .eqTitle {
    margin-left: 0;
  }
  
  .formControl,
  .noI form li {
    margin: 0 15px;
    width: 30% !important;
    padding: 0;
  }
  
  .formControl:last-child,
  .noI form li.buttons {
    width: auto !important;
    margin-right: 0;
  }
  
  .formControl input,
  .wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select, .wufoo li .wufoo-dropdown span {
    width: 100%;
    min-height: 36px;
    outline: 0;
    padding: 0 10px 0 20px;
    background: #ededed;
    border: 0;
    border-bottom: 1px solid #ffffff4d;
    border-radius: 0px;
    color: #707070 !important;
    border-radius: 40px;
    box-sizing: border-box;
  }
  
  .formControl input.error_new {
    border-bottom-color: red;
  }
  
  .formControl.btn {
    width: 100px;
  }
  
  .subBtn {
    border: 0;
    outline: 0;
    font-weight: bold;
    cursor: pointer;
  }
  
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .error_bottom {
    border-bottom: 2px solid red !important;
  }
  
  .mobEq {
    display: none;
  }
  
  .closeBtn {
    display: none;
  }
  
  .sec-eq .intl-tel-input {
    color: #232e5b;
  }
  
  .selected-dial-code {
    color: #fff;
  }
  
  .iti-mobile .intl-tel-input.iti-container {
    z-index: 99999;
  }
  
  .sec-eqMobile {
    display: none;
  }
  
  .closeIcon {
    display: none;
  }
  
  .sec-eq.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11111;
  }
  
  @keyframes upSlide {
    from {
      transform: translate(-50%, -50%) scale(1.2);
      transform-origin: center;
      opacity: 0;
    }
    to {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }
  .sec-eq.show .container {
    transform-origin: center;
    position: absolute;
    width: 300px;
    background: #232e5b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    animation-name: upSlide;
    -webkit-animation-name: upSlide;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
  }
  
  .sec-eq.show .closeIcon {
    display: flex;
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 10px;
    color: #fff;
    transform: rotate(45deg);
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffff;
    cursor: pointer;
  }
  
  .sec-eq.show .eqTitle {
    margin: 15px 0;
  }
  
  .sec-eq.show form {
    flex-direction: column;
  }
  
  .sec-eq.show .formControl {
    width: 100%;
    margin: 0 0 15px 0;
  }
  
  @media only screen and (max-width: 1200px) {
    .eqTitle {
      font-size: 16px;
    }
  
    .formControl {
      width: 180px;
      margin: 0 8px;
    }
  }
  @media only screen and (max-width: 800px) {
    .formControl {
      width: 140px;
      margin: 0 8px;
    }
  }
  @media only screen and (max-width: 767px) {
    .sec-eq {
      opacity: 0;
      pointer-events: none;
    }
  
    .sec-eq.show {
      opacity: 1;
      pointer-events: all;
    }
  
    form.wufoo {
      flex-wrap: wrap;
    }
  
    form.wufoo ul {
      width: 100%;
      flex-wrap: wrap;
    }
  
    .noI form li {
      width: 100% !important;
    }
  
    .sec-eq form {
      flex-direction: column;
    }
  
    .formControl {
      width: 100%;
      margin: 0 0 15px 0;
    }
  
    .sec-eqMobile {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      font-size: 20px;
      color: #000;
      background: #fff;
      width: 100%;
      padding: 10px 0 6px;
      text-align: center;
      z-index: 99;
    }
  
    .closeIcon {
      display: flex;
    }
  }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
  }
  
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
  }
  
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #707070;
  }
  
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
  }
  
  