@import url("https://fonts.googleapis.com/css?family=Dosis:400,500,700,800 ");
@import url("/cancelplus/css/bootstrap.min.css");

body {
  background: #fbfbfb url("images/bg.jpg") no-repeat top center;
  font-family: 'Dosis', sans-serif;
  color: #333333;
  font-size: 14px;
}
body a {
  outline: none;
}
body header {
  margin-top: 35px;
  margin-bottom: 25px;
}
body header .branding {
  margin-bottom: 20px;
}
body header .branding h1 {
  margin: 0;
}
body header .branding h1 a {
  display: block;
}
body header .info-top {
  margin-top: 10px;
}
body header .info-top h2 {
  font-size: 1.714em;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
body header .info-top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #666666;
  text-align: center;
}
body header .info-top ul li {
  font-size: 1.071em;
  font-weight: 500;
  display: inline-block;
  color: white;
  padding: 5px 25px;
  text-transform: uppercase;
}
body header .info-top ul li i.icon-ok {
  background: transparent url("images/icon-check.png") no-repeat center center;
  height: 15px;
  width: 15px;
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
}
body section .forms {
  margin-bottom: 20px;
}
body section .forms .title {
  font-size: 1em;
  color: #0D0D0D;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body section .forms .step-one input[type="text"],
body section .forms .step-one input[type="password"],
body section .forms .step-one input[type="email"] {
  border-color: #999999;
  color: #333333;
  font-size: 1.286em;
  margin-bottom: 17px;
  height: initial;
  padding: 14px 12px;
}
body section .forms .step-one input[type="text"]::-webkit-input-placeholder,
body section .forms .step-one input[type="password"]::-webkit-input-placeholder,
body section .forms .step-one input[type="email"]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
body section .forms .step-one input[type="text"]:-moz-placeholder,
body section .forms .step-one input[type="password"]:-moz-placeholder,
body section .forms .step-one input[type="email"]:-moz-placeholder {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
body section .forms .step-one input[type="text"]::-moz-placeholder,
body section .forms .step-one input[type="password"]::-moz-placeholder,
body section .forms .step-one input[type="email"]::-moz-placeholder {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
body section .forms .step-one input[type="text"]:-ms-input-placeholder,
body section .forms .step-one input[type="password"]:-ms-input-placeholder,
body section .forms .step-one input[type="email"]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
body section .forms .step-one input[type="text"] {
  color: #336699;
}
body section .forms .step-one input[type="text"]::-webkit-input-placeholder {
  color: #336699;
}
body section .forms .step-one input[type="text"]:-moz-placeholder {
  color: #336699;
}
body section .forms .step-one input[type="text"]::-moz-placeholder {
  color: #336699;
}
body section .forms .step-one input[type="text"]:-ms-input-placeholder {
  color: #336699;
}
body section .forms .step-one p {
  background-color: rgba(200, 59, 56, 0.08);
  color: #c83b38;
  margin-top: -17px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.071em;
}
body section .forms .step-one p i.icon-warning {
  background: transparent url("images/icon-warning.png") no-repeat center center;
  height: 15px;
  width: 15px;
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
}
body section .forms .step-two .btn-group {
  width: 100%;
}
body section .forms .step-two label {
  width: 100%;
  text-align: left;
  background: #ffffff url("images/bg-radio.png") no-repeat -5px -30px;
  border-color: #999999;
  padding: 14px 12px 14px 30px;
  margin-bottom: 17px;
  font-size: 1.143em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
body section .forms .step-two label input {
  margin: 0 10px 0 0;
}
body section .forms .step-two label.active {
  background: #3f5a86 url("images/bg-radio.png") no-repeat -5px -142px;
  border-color: #336699;
  color: white;
}
body section .forms .step-two .gift {
  background: #ffffff url("images/arrow-gift.png") no-repeat 15px center;
  color: #336699;
  padding-left: 40px;
  border: solid 1px #999999;
  width: 100%;
  text-align: left;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 0.857em;
  padding: 14px 12px 14px 40px;
  margin-bottom: 17px;
}
body section .forms .step-two .gift a {
  display: block;
}
body section .forms .step-two .gift a:hover,
body section .forms .step-two .gift a:focus,
body section .forms .step-two .gift a:active {
  text-decoration: none;
}
body section .forms .step-two .gift:hover,
body section .forms .step-two .gift:focus,
body section .forms .step-two .gift:active {
  background: #336699;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3399cc), color-stop(1, #336699));
  background: -ms-linear-gradient(bottom, #3399cc, #336699);
  background: -moz-linear-gradient(center bottom, #3399cc 0%, #336699 100%);
  background: -o-linear-gradient(#336699, #3399cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#3399cc', GradientType=0);
  border-color: #336699;
}
body section .forms .step-two .gift:hover a,
body section .forms .step-two .gift:focus a,
body section .forms .step-two .gift:active a {
  color: white;
}
body section .forms .step-two .gift span {
  font-size: 1.714em;
  display: block;
  font-weight: 700;
}
body section .forms .step-three {
  position: relative;
}
body section .forms .step-three .label-offer {
  background: transparent url("images/best-offer.png") no-repeat center center;
  width: 133px;
  height: 23px;
  position: absolute;
  top: 23px;
  right: 7px;
  z-index: 100;
}
body section .forms .step-three label {
  width: 100%;
  /* height: 75px; */
  text-align: left;
  background: #ffffff url("images/bg-radio.png") no-repeat -5px 0px;
  border-color: #999999;
  padding: 14px 12px 14px 30px;
  margin-bottom: 17px;
  font-size: 1.071em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
body section .forms .step-three label input {
  margin: 14px 10px 0 0;
  float: left;
}
body section .forms .step-three label.active {
  background: #2292ca url("images/bg-radio.png") no-repeat -5px -132px;
  border-color: #336699;
  color: white;
}
body section .forms .step-three label .option {
  display: inline-block;
  line-height: 18px;
  padding-top: 10px;
  width: 195px;
}

body section .forms .step-three label .option span {
  font-weight: 500;
  white-space: normal;
}
body section .forms .step-three label .option.three-month {
  margin-top: -4px;
}
body section .forms .step-three label .option.one-month {
  margin-top: 14px;
}
body section .forms .step-three label .offer {
  float: right;
  position: absolute;
  width: 105px;
  top: 7px;
  right: 5px;
  padding-bottom: 3px;
  text-align: right;
}
body section .forms .step-three label .offer .symbol,
body section .forms .step-three label .offer .value {
  display: inline-block;
}
body section .forms .step-three label .offer .value {
  font-size: 2.286em;
  font-weight: 700;
}
body section .forms .step-three label .offer .month {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 0.786em;
}
body section .get {
  margin-bottom: 20px;
}
body section .get label {
  font-size: 1.071em;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
body section .get .btn-get {
  background-color: #669933;
  font-weight: 700;
  color: white;
  width: 100%;
  padding: 11px 0px;
  border: 4px solid #669933;
  text-align: center;
  white-space: normal;
  font-size: 1.714em;
  background: #74a245;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #74a245), color-stop(1, #669933));
  background: -ms-linear-gradient(bottom, #74a245, #669933);
  background: -moz-linear-gradient(center bottom, #74a245 0%, #669933 100%);
  background: -o-linear-gradient(#669933, #74a245);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669933', endColorstr='#74a245', GradientType=0);
}
body section .mid {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
body section .mid .image-card {
  margin-bottom: 10px;
}
body section .mid .text-one {
  font-size: 0.857em;
  color: #666666;
}
body section .mid .text-one a {
  color: #666666;
}
body section .mid .text-two {
  font-size: 0.857em;
  color: #999999;
}
body section .mid .text-two a {
  color: #999999;
}
body section .end .box-subscribe {
  border: 2px solid #f5f5f5;
  padding: 23px 27px;
  background-color: white;
  min-height: 205px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}
body section .end .box-subscribe .email-icon {
  background: transparent url("images/email-icon.png") no-repeat center center;
  width: 126px;
  height: 86px;
  position: absolute;
  top: -8px;
  right: -8px;
}
body section .end .box-subscribe h3 {
  color: #333333;
  margin: 0;
  font-size: 1.714em;
  font-weight: 700;
  text-transform: uppercase;
}
body section .end .box-subscribe .email-label label {
  font-weight: 400;
}
body section .end .box-subscribe a.unsubscribe {
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  color: #666666;
  margin: 18px 0 4px 20px;
  font-weight: normal;
  display: inline-block;
  float: left;
}
body section .end .box-subscribe a.unsubscribe:hover,
body section .end .box-subscribe a.unsubscribe:focus,
body section .end .box-subscribe a.unsubscribe:active {
  text-decoration: none;
  color: black;
}
body section .end .box-subscribe .form-email {
  border: 2px solid #f5f5f5;
  background: #666666;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(102, 102, 102, 0.5)), color-stop(1, #d7d7d7));
  background: -ms-linear-gradient(bottom, rgba(102, 102, 102, 0.5), #d7d7d7);
  background: -moz-linear-gradient(center bottom, rgba(102, 102, 102, 0.5) 0%, #d7d7d7 100%);
  background: -o-linear-gradient(#d7d7d7, rgba(102, 102, 102, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='rgba(102, 102, 102, 0.5)', GradientType=0);
  padding: 5px;
  width: 100%;
  color: #333333;
}
body section .end .box-subscribe .radio-inline {
  margin-right: 5px;
}
body section .end .box-subscribe .btn {
  background-color: black;
  color: white;
  display: inline-block;
  margin-top: 10px;
  float: left;
}
body section .end .box-subscribe .btn:hover,
body section .end .box-subscribe .btn:focus,
body section .end .box-subscribe .btn:active {
  background-color: #669933;
}
body section .end .box-members {
  border: 2px solid #f5f5f5;
  padding: 23px 27px;
  background-color: white;
  min-height: 205px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body section .end .box-members h3 {
  color: #333333;
  margin: 0px 0px 10px 0px;
  font-size: 1.714em;
  font-weight: 700;
  text-transform: uppercase;
}
body section .end .box-members p {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  line-height: 26px;
  margin-bottom: 0px;
}
body footer {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  color: #999999;
  font-size: 0.857em;
  margin-top: 20px;
  margin-bottom: 30px;
}
body footer a {
  color: #999999;
}
body footer a:hover,
body footer a:focus,
body footer a:active {
  color: black;
}


/*modal*/

#hidden-content-b .modal-content{
margin-top: 230px;
}
#hidden-content-b .modal-dialog{
  width: 500px;
}



#hidden-content-b .modal-title{
  font-family: 'dosis',sans-serif;
  font-size: 26px;
  font-weight: 600;
}

#hidden-content-b .modal-body p{
  font-family: 'dosis',sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

#hidden-content-b .modal-body p span{

  font-family: 'dosis',sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.btn-offer{
display: flex;
justify-content: center;
margin: 0 auto;
color: #fff;
height: 5em;
width: 60%;
}
.btn-offer a {
  color: #fff;
  font-size: 26px;
  font-family: 'dosis',sans-serif;
}



.bundle {
  display: none;

    height: 40px;
    justify-content: flex-start;
    padding: 0px;
    margin: 10px -10px -10px -25px;
    background-color: #333333;
}
.btn:first-child .bundle{
  display: flex;
}
.bundle img {
    width: auto;
    height: 100%;
    margin-left: -1px;
}
.bundle p {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: 1;
    justify-content: center;
    color: #fff;
}
.bundle span {
    text-transform: none;
    font-size: 12px;
    margin-top: 2px;
    color: #fff;
}


@media screen and (max-width: 767px){ /* ===== MOBILE ===== */
  #hidden-content-b .modal-dialog{
    width: auto;
  }




.close{
    font-size: 30px;
}



  .btn-offer{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  height: 5em;
  width: 100%;
  }
}
