@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
.group:after {
  content: "";
    display: table;
    clear: both;
}


body {
    font-size: 14px;
  /*  background-image: url(images/background-vector.png);
    background-position: 110px 390px;
    background-repeat: no-repeat;*/
    background-color: #dff3fd;
    padding-top: 100px;
}

/* 100% height and middle */
html,body {
  height: 100%;
}
/*.wrapper {
  height: calc(100% - 100px);
}
#contentbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  height: 100%;
}
#contentbox > .form-container {
    resize: vertical;
}*/
/* 100% height and middle */

.bit-icon {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0 !important;
    vertical-align: middle;
}
.bit-icon::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(images/bit-icon.png) no-repeat 0 0;
    top: -7px;
    left: -7px;
}

.registration-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.main-header {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.header-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.wallet {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #777777;
}
.wallet > span {
  color: #04b815;
  font-size: 22px;
  font-weight: 700;
}
.wallet-win {
  color: #29ae05;
  border-color: #33a912;
}

#walletArrow {
  display:none;
}
.wallet > span.mywallet {
    font-weight: 400;
    color: #333;
    padding-right: 12px;
    display: inline-block;
    font-size: 20px;
  }

.logo {
    display: inline-block;
    position: absolute;
    padding: 0;
    left: 20px;
}
.logo img {
  max-width: 100%;
}
.upto {
    display: inline-block;
    text-align: center;
}
.main-content {
    padding: 40px;
    width: 90%;
    margin: 35px auto 50px;
    background: #fff;
    min-height: 550px;
    overflow: hidden;
    border-radius: 30px;
}
h4 {
    text-align: center;
    color: #444444;
    padding: 0 0 5px;
    font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #333;
  border: 1px solid #d4d4d4;
  margin: 0 0 20px;
}
select {
  padding: 15px;
  font-size: 16px;
  color: #333;
  border: 1px solid #d4d4d4;
  margin: 0 0 20px;
}
select#month {
  width: 29%
}
select#day {
  width: 29%
}
select#year {
  width: 39%
}
.form-container {
  display:none;
}
.continue,
.rj,
.dove,
.continue-two,
.continue-three,
.continue-four,
.continue-qualified,
.submit_button_form, 
.ext-btn-submit {
    max-width: 280px;
    width: 100%;
    border: none;
    background: #f26f21 !important;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 25px auto 0;
}
.ext-btn-submit_QH {
    max-width: 280px;
    width: 100%;
    border: none;
    background: #00FF00 !important;
    border-radius: 35px;
    font-size: 24px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 25px auto 0;
}
.continue.continue-grey {
  background: #a3a3a3 !important;
}
.continue.continue-orange {
  background: #f26f21 !important;
}
.continue-two,
.continue-three {
  margin-top: 10%;
}
.continue-four {
  margin-top: 10%;
}
.select-gender label input[type="radio"] {
    height: 0;
    width: 0;
}
.select-gender {
  text-align: center;
  padding-top: 10%;
}
p.tcpa-new {
    margin-bottom: 40px !important;
}
label.male span {
    display: inline-block;
    width: 128px;
    background: url(images/male.png) #a5a5a5 no-repeat center 10px;
    border-radius: 20px;
    text-align: center;
    padding: 105px 0 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #a5a5a5;
}
label.female span {
    display: inline-block;
    width: 128px;
    background: url(images/female.png) #a5a5a5 no-repeat center 10px;
    border-radius: 20px;
    text-align: center;
    padding: 105px 0 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #a5a5a5;
}
.select-gender .male input[type=radio]:checked ~ span {
  background-color: #04b815;
  border: 1px solid #04b815;
}
.select-gender .female input[type=radio]:checked ~ span {
  background-color: #04b815;
  border: 1px solid #04b815;
}
.select-gender .male input[type=radio].error ~ span {
  border: 1px solid #ff0000;
}
.select-gender .female input[type=radio].error ~ span {
  border: 1px solid #ff0000;
}

.submit_button_form {
    max-width: 280px;
    width: 100%;
    border: none;
    background: #f26f21;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 25px auto 0;
}


/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444444;
  padding-bottom: 40px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
    padding: 15px 15px 15px 35px;
    color: #fff;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #388ecd;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #388ecd;
  border-color: #388ecd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 12px;
  top: 17px;
  width: 13px;
  height: 13px;
  border: none;
  background: #fff;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
  left: 15px;
  top: 15px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  background: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.container .checkmark:after {

}
/*.container input.error ~ .checkmark {
  border-color: #ff0000;
}*/

.submit {
  text-align: center;
}
span.that {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    background: #fff;
    color: #333333;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    line-height: 12px;
}

label.error {
  display: none !important;
}
input.error {
  border-color: #ff0000;
}
select.error {
  border-color: #ff0000;
}

a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}

#contentbox {
  background-color: #fff;
}

#footer1, #footer1 a {
  color: #434343 !important;
}

#progress_bar_box { display: none; background: none; width: 100%; height: auto; padding: 0; position: relative; }
.the-progress {
  display: block;
}
#progress_bar_holder {
  padding-left: 0;
  padding: 0;
  width: 100%;
  display: block;
}
#progress_bar_table {
    width: 100%;
    border-collapse: collapse;
}
#progress_bar_table tr {
    background-color: #3584bf;
}
#progress_bar_row {
    display: none;
}
#progress_bar_table tr td {
    color: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 100;
}
#progress_bar_table tr td strong {
    font-size: 20px;
}
textarea{
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}

.offer-content {
 text-align: center;
}

.btn-yes-no a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #8b8b8b;
  color: #ffffff;
  font-weight: 700;
  margin: 0 5px 10px;
  border-radius: 5px;
  width: 45%;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

ul:not(.browser-default)>li {
  list-style-type: none;
}

table tr {width: 100%;}
select, textarea, input[type="text"] {width: 100%;}
#contentbox {
    padding: 10px 20px;
    text-align: justify;
    /*padding-top: 120px;*/
}
.continue{
    color: #fff !important;
    /*margin-top: 0px;*/
    margin-bottom: 10px
  }
.sbt-btn {
    text-align: center;
}
.next_exit {
  color: #D3D3D3 !important;
    font-weight: 600;
    font-style: italic;
}
.next {
  color: #5e5d5d !important;
    font-weight: 600;
    font-style: italic;
}
.continue, .continue-two, .continue-three, .continue-four, .submit_button_form, .continue-qualified {
    max-width: 280px;
    font-size: 24px;
    padding: 15px;
}
#contentbox > div {
    padding: 0 5px !important;
}
#contentbox > div > table > tbody > tr {
    display: table;
}
#contentbox > div > table > tbody > tr > td.offer-column-1 {
    width: 100% !important;
    display: table-footer-group;
    text-align: center;
}
#contentbox > div > table > tbody > tr > td.offer-column-3 {
    width: 100% !important;
    display: table-header-group;
    text-align: center;
}
#contentbox > div > table > tbody > tr > td.offer-column-2 {
    width: 100% !important;
    font-size: 16px;
    color: #2b4e5f;
}
#contentbox table tr td img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.new-yesno-button > input[type="radio"] + label.class-yes {
    margin: 0 auto;
    background: #8b8b8b;
    width: 250px !important;
    color: #ffffff;
    height: 55px !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 8px;
    font-weight: 400;
    margin-bottom: 5px;
    border: 1px solid #c5dbe3;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.new-yesno-button > input[type=radio] + label.class-no {
    margin: 0 auto;
    background: #8b8b8b;
    width: 250px !important;
    color: #ffffff;
    height: 55px !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 8px;
    font-weight: 400;
    margin-bottom: 5px;
    border: 1px solid #c5dbe3;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.new-yesno-button > input[type=radio]:checked + label.class-yes {
  background-color: #dff3fd !important;
}
.new-yesno-button > input[type=radio]:checked + label.class-yes:after {
    background-color: #00da29;
    background-image: url(images/icon-check.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.new-yesno-button > input[type=radio]:checked + label.class-no {
  background-color: #dff3fd !important;
}
.new-yesno-button > input[type=radio]:checked + label.class-no:after {
    background-color: #00da29;
    background-image: url(images/icon-check.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.fix-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.sub-question {display: none}
.question-content {
  margin-bottom: 10px;
}
.btn-yes-no {
  margin-top: 10px;
}

.question-content.error {
  color: red;
}

.question-content.error input, .question-content.error select, .question-content.error textarea {
  border-color: red;
}

/* star-dollar-bar */
.star-bar {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    height: 35px;
}
.star-bar table {
    width: 100%;
    text-align: center;
}
.star-bar table td .noshade-star {
    color: #999999;
    font-size: 22px;
}
.star-bar table td .shade-star {
    color: #f6c503;
    font-size: 22px;
}
.dollar-bar {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    margin-top: 30px;
}
.dollar-bar table {
    width: 100%;
    text-align: center;
}
.dollar-bar table td {
    /*width: 6%;*/
}
.dollar-bar table td .noshade-dollar {
    background-color: #cfcfcf;
    font-family: arial;
    font-size: 12px;
    color: #6d6d6d;
    display: block;
    text-align: center;
    margin: 2px;
    padding: 3px 0 2px;
    border-radius: 5px;
}
.dollar-bar table td .shade-dollar {
    color: #fff;
    background-color: #35bcff;
    font-family: arial;
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 2px;
    padding: 3px 0 2px;
    border-radius: 5px;
}

.dollar-bar table td .shade-dollar-green {
  background-color: #04b815 !important;
}

/* star-dollar-bar */
.form-heading {
    padding: 0 0 50px;
    text-align: center;
}
.form-heading h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    padding: 20px 0 0;
}
div#footer1 {
    background: none;
    padding: 20px 0 7px;
}
.the-campaign-container {
    margin-top: 30px !important;
    max-width: 900px;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    min-height: 550px;
    padding: 30px !important;
    border-radius: 30px;
}
#contentbox > div > table {
    max-width: 500px;
}

@media screen and (max-width: 859px) {
  select,input[type="text"], input[type="email"], input[type="tel"] {
    padding: 10px 5px;
  }

  .continue, .continue-two, .continue-three, .continue-four, .submit_button_form, .continue-qualified {
    max-width: 200px;
    font-size: 18px;
    padding: 10px;
  }

}
@media screen and (max-width: 799px) {
  .shade-dollar, .noshade-dollar {
    padding: 0px !important;
  }
  .main-content {
    padding: 20px;
  }
  .dollar-bar {
    padding: 10px 0 0;
  }
  .form-heading {
    padding: 0 0 20px;
  }
  p.tcpa-new {
    margin-bottom: 20px !important;
  }

}
@media screen and (max-width: 680px) {

  .the-campaign-container {
    margin-top: 0 !important;
    min-height: 500px;
  }
  .dollar-bar table td .shade-dollar {
    margin: 0;
  }
  .dollar-bar table td .noshade-dollar {
    margin: 0;
  }
  body {
    background-image: none;
  }
  .logo {
    display: none;
  }
  .logo img {
    max-width: 130px;
  }
  /*.header-wrap {
    text-align: right;
  }*/
  .upto {
    margin-top: 5px;
  }
  .dollar-bar {
    margin-top: 0px;
  }
}
