/* Colors */
/* Fonts */
body .wrapper h1,
body .wrapper h2,
body .wrapper h3 {
  max-width: 490px;
  margin-bottom: 10px;
  line-height: 52px;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 46px;
  font-weight: 700;
}
body .wrapper h2,
body .wrapper h3 {
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 36px;
}
@media (max-width: 480px) {
  body .wrapper h1 {
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 28px;
  }
  body .wrapper h2,
  body .wrapper h3 {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 24px;
  }
}
body .wrapper strong {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
}
body .wrapper .affiliate-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
body .wrapper .affiliate-columns p {
  margin-bottom: 30px;
  line-height: 24px;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 16px;
}
body .wrapper .affiliate-columns > div {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .wrapper .affiliate-columns .button-box .codefusion-button {
  margin-left: 10px;
}
body .wrapper .affiliate-columns .button-box .codefusion-button:first-child {
  margin-left: 0;
}
@media (min-width: 1366px) {
  body .wrapper .affiliate-columns img {
    max-width: none;
  }
}
@media (max-width: 1199px) {
  body .wrapper .affiliate-columns .affiliate-content,
  body .wrapper .affiliate-columns .affiliate-image {
    width: 50% !important;
  }
  body .wrapper .affiliate-columns .affiliate-content picture,
  body .wrapper .affiliate-columns .affiliate-image picture {
    float: none !important;
  }
}
@media (max-width: 991px) {
  body .wrapper .affiliate-columns {
    text-align: center;
  }
  body .wrapper .affiliate-columns h1,
  body .wrapper .affiliate-columns h2,
  body .wrapper .affiliate-columns h3 {
    margin: 0 auto 30px;
  }
  body .wrapper .affiliate-columns .affiliate-content,
  body .wrapper .affiliate-columns .affiliate-image {
    width: 100% !important;
    order: 1;
  }
  body .wrapper .affiliate-columns .affiliate-content {
    margin-bottom: 40px;
    order: 0;
  }
}
@media (max-width: 480px) {
  body .wrapper .affiliate-columns .button-box .codefusion-button {
    margin: 0 0 20px;
  }
  body .wrapper .affiliate-columns .button-box .codefusion-button:last-child {
    margin-bottom: 0;
  }
}
body .wrapper .sale-box {
  background-color: #f2f8fc;
  padding: 100px 0 90px;
}
@media (max-width: 768px) {
  body .wrapper .sale-box {
    padding: 50px 0 90px;
  }
}
body .wrapper .sale-box .affiliate-content {
  width: 45%;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  body .wrapper .sale-box .affiliate-content .button-box {
    display: flex;
  }
  body .wrapper .sale-box .affiliate-content .button-box .codefusion-button {
    padding: 18px 15px 16px;
  }
}
body .wrapper .sale-box .affiliate-image {
  width: 55%;
}
body .wrapper .signup-box {
  padding: 100px 0 0;
}
body .wrapper .signup-box .affiliate-image picture {
  float: right;
}
body .wrapper .lifetime-box {
  padding: 100px 0;
}
body .wrapper .make-money-box {
  box-sizing: border-box;
  background-color: #f2f8fc;
  padding: 100px 50px 90px;
  max-width: 1310px;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
body .wrapper .make-money-box h3 {
  max-width: 580px;
  margin: 0 auto 30px;
}
body .wrapper .make-money-box ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1106px;
  margin: 0 auto;
}
body .wrapper .make-money-box ul li {
  box-sizing: border-box;
  width: 33.333333%;
  padding: 0 15px;
}
body .wrapper .make-money-box ul li .make-money-icon {
  box-sizing: border-box;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  padding: 7px;
  border-radius: 50%;
  border: 2px dashed #aaaaaa;
  background-color: #f2f8fc;
}
body .wrapper .make-money-box ul li .make-money-icon::after {
  content: "";
  border-bottom: 2px dashed #aaaaaa;
  height: 2px;
  width: 383px;
  margin-top: -2px;
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
  right: -383px;
  z-index: -1;
}
body .wrapper .make-money-box ul li .make-money-icon picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #ffffff;
}
body .wrapper .make-money-box ul li:last-child .make-money-icon::after {
  display: none;
}
body .wrapper .make-money-box ul li h3 {
  margin-bottom: 16px;
  line-height: 28px;
  font-size: 24px;
}
@media (max-width: 991px) {
  body .wrapper .make-money-box ul {
    max-width: 520px;
  }
  body .wrapper .make-money-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  body .wrapper .make-money-box ul li .make-money-icon::after {
    display: none;
  }
  body .wrapper .make-money-box ul li:last-child {
    margin-bottom: 0;
  }
}
body .wrapper .sell-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  margin: 0 auto 100px;
}
@media (min-width: 1200px) {
  body .wrapper .sell-box {
    max-width: 1110px;
  }
}
body .wrapper .sell-box .sell-content-info {
  box-sizing: border-box;
  width: 40%;
  padding: 0 15px;
}
body .wrapper .sell-box .sell-content-info p {
  line-height: 24px;
  font-size: 16px;
}
body .wrapper .sell-box .sell-features-info {
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
}
body .wrapper .sell-box .sell-features-info ul {
  display: flex;
  flex-wrap: wrap;
}
body .wrapper .sell-box .sell-features-info ul li {
  display: flex;
  align-self: flex-start;
  box-sizing: border-box;
  width: 40%;
  padding: 0 15px 30px;
}
body .wrapper .sell-box .sell-features-info ul li .sell-features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #4cbeb5;
  border-radius: 50%;
  font-size: 23px;
  color: #ffffff;
}
body .wrapper .sell-box .sell-features-info ul li .sell-features-description {
  line-height: 24px;
  font-size: 16px;
}
body .wrapper .sell-box .sell-features-info ul li:nth-child(odd) {
  width: 60%;
}
@media (max-width: 991px) {
  body .wrapper .sell-box .sell-content-info {
    width: 100%;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
  }
  body .wrapper .sell-box .sell-content-info h3 {
    margin: 0 auto 30px;
  }
  body .wrapper .sell-box .sell-features-info {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  body .wrapper .sell-box .sell-features-info ul {
    display: flex;
    flex-wrap: wrap;
  }
  body .wrapper .sell-box .sell-features-info ul li {
    flex-direction: column;
    width: 100% !important;
  }
  body .wrapper .sell-box .sell-features-info ul li .sell-features-icon {
    width: 40px;
    margin: 0 auto 20px;
  }
  body .wrapper .sell-box .sell-features-info ul li .sell-features-description {
    text-align: center;
  }
  body .wrapper .sell-box .sell-features-info ul li:last-child {
    padding-bottom: 0;
  }
}
body .wrapper .platform-box {
  margin-bottom: 70px;
}
body .wrapper .platform-box h3 {
  text-align: center;
  margin: 0 auto 30px;
}
body .wrapper .platform-box .platform-row {
  display: flex;
}
body .wrapper .platform-box .platform-row .platform-column {
  box-sizing: border-box;
  width: 33.333333%;
  margin: 0 15px;
  background-color: #ffffff;
  border: 2px dashed #aaaaaa;
  min-height: 270px;
  padding: 34px 20px;
  text-align: center;
  margin-bottom: 25px;
}
body .wrapper .platform-box .platform-row .platform-column picture {
  display: block;
  min-height: 68px;
  margin-bottom: 30px;
}
body .wrapper .platform-box .platform-row .platform-column h4 {
  margin-bottom: 10px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}
body .wrapper .platform-box .platform-row .platform-column p {
  line-height: 26px;
}
@media (max-width: 991px) {
  body .wrapper .platform-box .platform-row {
    flex-wrap: wrap;
  }
  body .wrapper .platform-box .platform-row .platform-column {
    width: 100%;
  }
}
body .wrapper .make-money-bottom-box {
  position: relative;
  background: #4cbeb5 url("../../images/pages/affiliate/affiliate-joinnow-bg.svg") no-repeat 50%;
  padding: 70px 0 100px;
  text-align: center;
}
body .wrapper .make-money-bottom-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: url("../../images/pages/affiliate/wave.png") repeat-x 0 0;
}
body .wrapper .make-money-bottom-box h3 {
  position: relative;
  margin: 0 auto 30px;
  color: #ffffff;
}
body .wrapper .make-money-bottom-box h3::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -65px;
  width: 135px;
  height: 75px;
  background: transparent url("../../images/pages/affiliate/arrow-join-title.svg") no-repeat 50%;
  background-size: cover;
  z-index: 2;
}
body .wrapper .make-money-bottom-box .button-box {
  margin-bottom: 30px;
}
body .wrapper .make-money-bottom-box .button-box .codefusion-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #303442;
}
body .wrapper .make-money-bottom-box .button-box .codefusion-button:hover, body .wrapper .make-money-bottom-box .button-box .codefusion-button:active, body .wrapper .make-money-bottom-box .button-box .codefusion-button:focus {
  background-color: #0774e4;
  border-color: #0774e4;
  color: #ffffff;
}
body .wrapper .make-money-bottom-box .link-box a {
  color: #ffffff;
}
body .wrapper .make-money-bottom-box .link-box a:hover, body .wrapper .make-money-bottom-box .link-box a:active, body .wrapper .make-money-bottom-box .link-box a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body .wrapper .make-money-bottom-box {
    padding-bottom: 70px;
  }
  body .wrapper .make-money-bottom-box::after {
    display: none;
  }
  body .wrapper .make-money-bottom-box h3::after {
    display: none;
  }
}
body .wrapper .questions-box {
  padding: 80px 0;
  background-color: #303442;
  text-align: center;
  color: #ffffff;
}
body .wrapper .questions-box h3 {
  margin: 0 auto 15px;
  color: #ffffff;
}
body .wrapper .questions-box p {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
}
body .wrapper .questions-box .wpcf7 {
  max-width: 920px;
  margin: 0 auto;
}
body .wrapper .questions-box .wpcf7 .wpcf7-response-output {
  padding: 10px 20px;
}
body .wrapper .questions-box .questions-form {
  display: flex;
  flex-wrap: wrap;
}
body .wrapper .questions-box .questions-form > div {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
}
body .wrapper .questions-box .questions-form > div.questions-form-full {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
body .wrapper .questions-box .questions-form > div.questions-form-full .codefusion-button:hover, body .wrapper .questions-box .questions-form > div.questions-form-full .codefusion-button:active, body .wrapper .questions-box .questions-form > div.questions-form-full .codefusion-button:focus {
  color: #ffffff;
}
body .wrapper .questions-box .questions-form .wpcf7-form-control-wrap {
  display: block;
}
body .wrapper .questions-box .questions-form p {
  margin-bottom: 0;
}
body .wrapper .questions-box .questions-form [data-name=username] {
  margin-bottom: 20px;
}
body .wrapper .questions-box .questions-form input[type=text],
body .wrapper .questions-box .questions-form input[type=email],
body .wrapper .questions-box .questions-form textarea {
  border-radius: 5px;
  background-color: #444855;
  border-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
body .wrapper .questions-box .questions-form input[type=text]::-webkit-input-placeholder,
body .wrapper .questions-box .questions-form input[type=email]::-webkit-input-placeholder,
body .wrapper .questions-box .questions-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .wrapper .questions-box .questions-form input[type=text]::-moz-placeholder,
body .wrapper .questions-box .questions-form input[type=email]::-moz-placeholder,
body .wrapper .questions-box .questions-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .wrapper .questions-box .questions-form input[type=text]::-ms-input-placeholder,
body .wrapper .questions-box .questions-form input[type=email]::-ms-input-placeholder,
body .wrapper .questions-box .questions-form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .wrapper .questions-box .questions-form input[type=text]::placeholder,
body .wrapper .questions-box .questions-form input[type=email]::placeholder,
body .wrapper .questions-box .questions-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .wrapper .questions-box .questions-form textarea {
  height: 120px;
}
body .wrapper .questions-box .questions-form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 13px;
}
body .wrapper .questions-box .questions-form .wpcf7-spinner {
  display: none;
}
@media (max-width: 767px) {
  body .wrapper .questions-box .questions-form > div {
    width: 100%;
  }
  body .wrapper .questions-box .questions-form [data-name=useremail] {
    margin-bottom: 20px;
  }
}
body .modal-affiliate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  z-index: 1050;
}
body .modal-affiliate,
body .modal-affiliate p {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 16px;
}
body .modal-affiliate p {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  body .modal-affiliate.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
body .modal-affiliate .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 780px;
  width: 780px;
}
body .modal-affiliate .modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 75px;
  border-radius: 10px;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
}
body .modal-affiliate .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 20px;
  padding: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 50%;
  background-color: #eeeeee;
  font-size: 21px;
  border: 0;
  cursor: pointer;
}
body .modal-affiliate .modal-content .close span {
  color: #000000;
  opacity: 0.5;
}
body .modal-affiliate .modal-content .close:hover span {
  opacity: 1;
}
body .modal-affiliate .modal-content .close:focus {
  outline: none;
}
body .modal-affiliate .modal-header {
  border-bottom: 0 none;
  display: block;
  padding: 0;
  margin-bottom: 30px;
  align-items: unset;
  justify-content: unset;
}
body .modal-affiliate .modal-body {
  padding: 0;
  flex: none;
  margin-bottom: 15px;
}
body .modal-affiliate .modal-body .fieds-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body .modal-affiliate .modal-body .fieds-wrap > div {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
body .modal-affiliate .modal-title {
  color: #111111;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
body .modal-affiliate .modal-sub-title {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
}
body .modal-affiliate .steps-points-nav {
  margin-bottom: 30px;
}
body .modal-affiliate .steps-points {
  list-style: none;
  padding: 0;
  width: 370px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
body .modal-affiliate .steps-points li {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
body .modal-affiliate .steps-points li .step-point {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: block;
  width: 30px;
  height: 30px;
  color: #111111;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  z-index: 1;
}
body .modal-affiliate .steps-points li:not(:first-of-type)::after {
  content: "";
  height: 1px;
  margin-top: -1px;
  border-bottom: 1px dashed #dddddd;
  position: absolute;
  top: 50%;
  width: 85px;
  right: 0;
  z-index: -1;
}
body .modal-affiliate .steps-points li.current .step-point, body .modal-affiliate .steps-points li.passed .step-point {
  border-color: #1a98fc;
}
body .modal-affiliate .steps-points li.current::after, body .modal-affiliate .steps-points li.passed::after {
  border-bottom: 1px dashed #1a98fc;
}
body .modal-affiliate .text-center {
  text-align: center;
}
body .modal-affiliate .form-group {
  margin-bottom: 30px;
}
body .modal-affiliate .form-group {
  position: relative;
}
body .modal-affiliate .form-group label {
  display: block;
  padding-left: 20px;
  color: #111111;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
body .modal-affiliate .form-control {
  border: 1px solid #d6d2d5;
  background-color: #f3f4f6;
  color: #303442;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 25px;
  height: 50px;
  line-height: 52px;
}
body .modal-affiliate .form-control::-webkit-input-placeholder {
  line-height: 26px;
}
body .modal-affiliate .form-control::-moz-placeholder {
  line-height: 26px;
}
body .modal-affiliate .form-control::-ms-input-placeholder {
  line-height: 26px;
}
body .modal-affiliate .form-control::placeholder {
  line-height: 26px;
}
body .modal-affiliate .form-control:focus {
  background-color: #fff;
  border-color: #2dbeb5;
  color: #303442;
}
body .modal-affiliate .form-control.error {
  border-color: #de3354;
}
body .modal-affiliate .field-error-message {
  background-color: #de3354;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  position: absolute;
  top: -8px;
  right: 0;
}
body .modal-affiliate .field-error-message::after {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-top-color: #de3354;
}
body .modal-affiliate textarea.form-control {
  height: 185px;
  resize: none;
  border-radius: 10px;
  padding: 10px 20px 0;
}
body .modal-affiliate .btn-navs-wrap {
  box-sizing: border-box;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button {
  padding-right: 20px;
  padding-left: 30px;
  height: 52px;
  line-height: 18px;
  font-size: 14px;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button.prev {
  float: left;
  padding-right: 30px;
  padding-left: 20px;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button.next {
  float: right;
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button:focus {
  outline: none;
  box-shadow: 0 0 0 0 transparent;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button i {
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button.loading {
  padding: 0 30px;
  background-color: transparent;
  border-color: #0774e4;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button.loading {
  font-size: 0;
}
body .modal-affiliate .btn-navs-wrap .codefusion-button.loading i {
  font-size: 24px;
  width: auto;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  color: #0774e4;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body .modal-affiliate .checkbox {
  position: relative;
  margin-bottom: 14px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #303442;
}
body .modal-affiliate .checkbox label {
  display: block;
}
body .modal-affiliate .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
body .modal-affiliate .thankyou-img-wrap {
  padding: 50px 7%;
  text-align: center;
}
body .modal-affiliate .error-terms-message {
  color: #aaa;
  font-size: 14px;
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}
body .modal-affiliate .error-notice {
  color: red;
  font-size: 13px;
  display: block;
  margin: -5px 0 5px;
}
body .modal-affiliate .error-already-message {
  color: #aaa;
  font-size: 14px;
  display: inline-block;
  padding: 5px 30px;
}
@media (max-width: 768px) {
  body .modal-affiliate {
    box-sizing: border-box;
    padding: 15px;
    z-index: 9999999;
  }
  body .modal-affiliate .modal-dialog {
    display: block;
    width: auto;
  }
  body .modal-affiliate .modal-dialog .modal-content {
    padding: 30px 15px;
  }
  body .modal-affiliate .modal-dialog .modal-content.step-5 .modal-header .modal-title {
    padding-top: 30px;
    text-align: center;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-header .steps-points-nav {
    width: 70%;
    max-width: 370px;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-header .steps-points-nav .steps-points {
    width: 100%;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-header .modal-title {
    text-align: left;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body p {
    text-align: left;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .modal-sub-title {
    display: none;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .checkbox {
    line-height: 20px;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .checkbox .checkmark {
    top: -2px;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .fieds-wrap > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .fieds-wrap .form-group {
    margin-bottom: 16px;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .fieds-wrap .form-group label {
    padding-left: 5px !important;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .fieds-wrap .form-group .form-control {
    border-radius: 10px;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body label {
    padding-left: 5px !important;
  }
  body .modal-affiliate .modal-dialog .modal-content .modal-body .form-control {
    padding: 8px 20px;
    border-radius: 10px;
  }
  body .modal-affiliate .modal-dialog .modal-content .close {
    margin-top: 30px;
  }
  body .modal-affiliate .modal-dialog .modal-content .btn-navs-wrap {
    display: block;
    bottom: 30px;
    padding: 0 15px;
  }
  body .modal-affiliate .modal-dialog .modal-content .btn-navs-wrap .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 40px;
  }
  body .modal-affiliate .modal-dialog .modal-content .btn-navs-wrap .error-terms-message {
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
  body .modal-affiliate .thankyou-img-wrap {
    padding: 30px 0 80px;
  }
  body .modal-affiliate .checkbox {
    font-size: 14px;
  }
  body .modal-affiliate .error-terms-message {
    font-size: 13px;
    display: block;
    padding: 0.4rem 0 0;
    float: none;
    text-align: center;
    clear: both;
  }
}
@media (max-width: 580px) {
  body .modal-affiliate .steps-points li:not(:first-of-type)::after {
    display: none !important;
  }
}
@media (max-width: 480px) {
  body .modal-affiliate .steps-points {
    width: 280px;
  }
}
@media (max-width: 380px) {
  body .modal-affiliate .modal-header {
    margin-bottom: 30px;
  }
  body .modal-affiliate .modal-title {
    font-size: 24px;
    line-height: 30px;
  }
  body .modal-affiliate .form-group {
    margin-bottom: 1rem;
  }
  body .modal-affiliate .steps-points {
    width: 210px;
  }
}
@-webkit-keyframes error_checkbox {
  from {
    border-color: red;
  }
  to {
    border-color: #ddd;
  }
}
@keyframes error_checkbox {
  from {
    border-color: red;
  }
  to {
    border-color: #ddd;
  }
}
body .checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
body .checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 4px;
}
body .checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: -1px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../../images/pages/affiliate/affiliate-check.svg) no-repeat center center;
}
body .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .checkbox input.error ~ .checkmark {
  -webkit-animation-name: error_checkbox;
          animation-name: error_checkbox;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
body .checkbox input:checked ~ .checkmark {
  background-color: #0096ff;
  border-color: #0096ff;
}
body .checkbox input:checked ~ .checkmark:before {
  content: none;
}
body .checkbox input:checked ~ .checkmark:after {
  display: block;
}
body .checkbox.checkbox-tumbler {
  padding-left: 46px;
}
body .checkbox.checkbox-tumbler .checkmark {
  background-color: #ddd;
  width: 36px;
  height: 20px;
  border-radius: 20px;
}
body .checkbox.checkbox-tumbler .checkmark::after {
  display: block;
  background: transparent url("../../images/pages/affiliate/affiliate-uncheck-tumbler.svg") no-repeat left 1px;
  transition: left 0.2s ease 0s;
}
body .checkbox.checkbox-tumbler input:checked ~ .checkmark::after {
  left: 14px;
  background: transparent url("../../images/pages/affiliate/affiliate-check-tumbler.svg") no-repeat left 1px;
  background-position: left 1px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}