.form1-sub {
  margin-bottom: 36px;
  font-size: 20px;
}

@media (max-width: 360px) {
  .form1-sub {
    font-size: 15px;
  }
}

.err {
  background-color: #EBCBCB;
  text-align: center;
  padding: 6px 0px;
  font-size: 14px;
  font-weight: bold;
  color: crimson;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}

.input-group .btn-wrap input {
  visibility: hidden;
}

.input-group1 input {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 16px;
}

.input-group1 .btn-wrap {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.input-group1 .btn-wrap input:checked + label {
  background-color: #F15A24;
  color: #FFF !important;
  z-index: 1;
}

.input-group1 .btn-wrap label {
  text-align: center;
  color: #B1B1B1 !important;
  border: #B1B1B1 solid 1px;
  padding: 10px 0px;
  width: 100%;
  cursor: pointer;
  font-weight: normal !important;
}

.input-group2 input {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 16px;
}

.input-group2 .half-pass-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.input-group2 .input-active {
  -webkit-filter: invert(49%) sepia(80%) saturate(3488%) hue-rotate(346deg) brightness(96%) contrast(96%);
          filter: invert(49%) sepia(80%) saturate(3488%) hue-rotate(346deg) brightness(96%) contrast(96%);
}

.input-group2 .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  cursor: pointer;
}

.input-group2 .btn-wrap label {
  text-align: center;
  color: #333333;
}

.input-group2 .btn-wrap img {
  margin: 0 auto 10px;
}

.input-group2 div:nth-child(1) .btn-wrap:nth-child(1) img {
  width: 32%;
}

.input-group2 div:nth-child(1) .btn-wrap:nth-child(2) img {
  width: 35%;
}

.input-group2 div:nth-child(1) .btn-wrap:nth-child(3) img {
  width: 50%;
}

.input-group2 div:nth-child(2) .btn-wrap:nth-child(1) img {
  width: 37%;
}

.input-group2 div:nth-child(2) .btn-wrap:nth-child(2) img {
  width: 44%;
}

.input-group2 div:nth-child(2) .btn-wrap:nth-child(3) img {
  width: 55%;
}

@media (max-width: 991px) {
  .input-group2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-group2 > div {
    width: 100% !important;
  }
  .input-group2 div:nth-child(1) .btn-wrap:nth-child(1) img {
    width: 20%;
  }
  .input-group2 div:nth-child(1) .btn-wrap:nth-child(2) img {
    width: 22%;
  }
  .input-group2 div:nth-child(1) .btn-wrap:nth-child(3) img {
    width: 32%;
  }
  .input-group2 div:nth-child(2) .btn-wrap:nth-child(1) img {
    width: 28%;
  }
  .input-group2 div:nth-child(2) .btn-wrap:nth-child(2) img {
    width: 34%;
  }
  .input-group2 div:nth-child(2) .btn-wrap:nth-child(3) img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .resbox-exp-col {
    padding: 0px;
  }
}

.ff-title {
  font-size: 19px;
  color: #F15A24;
  margin-bottom: 20px;
  text-align: left;
}

#resbox_responsive_exp {
  position: relative;
  padding: 12px 0;
  margin: 10px auto 0;
}

#resbox_responsive_exp .panel-default {
  border: none;
}

#resbox_responsive_exp .panel-default .panel-body {
  padding: 0px;
}

#resbox_responsive_exp .info-message {
  font-weight: 700;
  font-size: 16px;
  color: #FF5A00;
}

@media (max-width: 767px) {
  #resbox_responsive_exp {
    margin-top: 0px;
    padding-top: 0px;
  }
  #resbox_responsive_exp .new-panel-heading h1 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  #resbox_responsive_exp label {
    font-size: 13px;
  }
  #resbox_responsive_exp .new-panel-heading h1 {
    font-size: 20px;
  }
  #resbox_responsive_exp .info-message {
    font-size: 13px;
  }
}

.submit-button > div {
  text-align: center;
}

.submit-button .action-button {
  width: 300px;
  background: #28BC32;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 5px;
  margin: 34px auto 10px;
  -webkit-box-shadow: 1px 1px 3px 0px #363636;
          box-shadow: 1px 1px 3px 0px #363636;
  font-family: arial,helvetica,sans-serif !important;
  font-size: 18px;
  font-weight: 400;
}

.submit-button .action-button:hover, .submit-button .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

#search-title .form1-title {
  color: #464646d6;
  margin: 10px 0;
  font-size: 20px;
}

#sidebar .sidebar3 img {
  width: 57% !important;
}

#progressbar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#progressbar > div {
  list-style-type: none;
  color: #b5b5b5;
  font-size: 15px;
  position: relative;
  padding: 7px 10px;
  border: 2px solid #b5b5b5;
  border-right: none;
  border-left: none;
  width: 20%;
}

#progressbar > div:after {
  content: "";
  position: absolute;
  border: solid;
  border-color: inherit;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 12px;
  vertical-align: middle;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -14px;
  top: 4px;
  z-index: 10;
}

#progressbar > div:last-child {
  border-right: 2px solid #b5b5b5;
}

#progressbar > div:last-child:after {
  display: none;
}

#progressbar > div:first-child {
  border-left: 2px solid #b5b5b5;
}

#progressbar > div.active {
  color: #FFFFFF;
  background-color: #F15A24;
  border-color: #F15A24;
  z-index: 5;
}

#progressbar > div.active:after {
  border-color: inherit;
  background-color: inherit;
}

#progressbar .prog-text {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 991px) {
  #progressbar {
    width: 100%;
    padding: 25px 0 25px;
    margin: 0px;
  }
  #progressbar div span {
    display: none;
  }
}

@media (max-width: 676px) {
  #progressbar > div {
    min-width: 100px;
    font-size: 11px;
    height: 39px;
    line-height: 22px;
    padding: 7px 0px;
  }
  #progressbar > div:after {
    -webkit-transform: rotateY(-45deg) rotateZ(-45deg);
            transform: rotateY(-45deg) rotateZ(-45deg);
  }
}

@media (max-width: 530px) {
  #progressbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
  #progressbar > div {
    min-width: 75px;
  }
  #progressbar > div:not(:first-child) > div {
    margin-right: -20px;
  }
  #progressbar > div .prog-m-text {
    z-index: 10;
    font-weight: 500;
    position: relative;
  }
}

.navbar-nav {
  width: 950px;
  margin: 0 auto;
  float: none;
}

@media (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  }
}

#cookie-banner {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

#cookie-banner p {
  margin: 0;
}

#accept-cookies, #denied-cookies{
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

#accept-cookies:hover, #denied-cookies:hover  {
  background-color: #45a049;
}

/*# sourceMappingURL=new_funnel_resbox.css.map */