/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
  font-family: helvetica;
  src: url("../fonts/Helvetica-Font/Helvetica.ttf");
}
@font-face {
  font-family: lato;
  src: url("../fonts/lato/Lato-Regular.ttf");
}
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Regular.otf");
}
@font-face {
  font-family: poppinsBold;
  src: url("../fonts/poppins/Poppins-Bold.otf");
}

/* Loader */
.crm-action-loader {
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: none !important;
  width: 100% !important;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
}
.crm-action-loader .layer {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: none;
  width: 100%;
  opacity: 0.3;
  z-index: 999;
}
.crm-action-loader .lds-ring,
.crm-action-loader .lds-ring div {
  width: 40px;
  height: 40px;
}
.crm-action-loader .lds-ring-vector {
  position: relative;
  z-index: 999;
}
.crm-action-loader .lds-ring-vector svg {
  width: 70px;
}

/* Checkmark */
#form-crm-reg .crm-checkmark {
  padding-left: 30px;
}
.crm-checkmark {
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
}
.crm-checkmark input.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.crm-checkmark .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1.8px solid #000000;
  border-radius: 5px;
}
.crm-checkmark input.checkbox.error ~ .checkmark {
  border: 1px solid #f00;
}
.crm-checkmark input.checkbox.error ~ span,
.crm-checkmark input.checkbox.error ~ a {
  color: #f00;
}
.crm-checkmark input:checked ~ .checkmark {
  background-color: transparent;
}
.crm-checkmark .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.crm-checkmark input:checked ~ .checkmark:after {
  display: block;
}
.crm-checkmark .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Subscription Form */
.crm-sub-box {
  max-width: 550px !important;
}
.crm-sub-box .crm-form {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.crm-sub-box .crm-inner {
  display: flex;
}
.crm-sub-box .crm-inner .bg-input {
  position: relative;
  width: 100%;
}
.crm-sub-box .crm-inner .bg-input label {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #181818;
  margin-bottom: 0;
  margin-left: 12px;
  position: absolute !important;
  /*margin-top: 5px;*/
  top: 0 !important;
  left: 0;
}
.crm-sub-box .crm-inner .bg-input input {
  padding-top: 20px;
  font-weight: 300;
  font-size: 14px;
  border: none;
  outline: none;
  width: 100%;
  font-family: "poppins";
  background: #fff;
  box-shadow: none;
  height: 50px;
}
.btn-crm-yellow,
.crm-sub-box .crm-inner .button-box button {
  border-radius: 14px;
  background: #eec243;
  color: #171717;
  text-align: center;
  text-decoration: none;
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  min-width: 150px;
  height: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  text-transform: none;
  outline: none;
  border: none;
}
.form-crm-sub .button-box {
  /*margin-top: 25px;*/
}
.crm-sub-box .agreement-box .crm-checkmark-prova-gratis,
.crm-sub-box .agreement-box label a {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  top: 0 !important;
  left: 0 !important;
}
.crm-checkmark-prova-gratis .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1.8px solid #ffffff;
  border-radius: 5px;
}
.crm-checkmark-prova-gratis .checkbox {
  display: none !important;
}
.crm-checkmark-prova-gratis input.checkbox.error ~ span,
.crm-checkmark-prova-gratis input.checkbox.error ~ a {
  color: #000000;
}
.btn-crm-yellow:hover,
.crm-sub-box .crm-inner .button-box button:hover {
  background: #deb331;
}

.btn-crm-yellow:focus,
.crm-sub-box .crm-inner .button-box button:focus {
  background: #deb331;
}

.crm-sub-box .crm-inner .bg-input input.error {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error::-webkit-input-placeholder {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error:-moz-placeholder {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error::-moz-placeholder {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error:-ms-input-placeholder {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error::-ms-input-placeholder {
  color: #f00;
  background: transparent;
}
.crm-sub-box .crm-inner .bg-input input.error::placeholder {
  color: #f00;
  background: transparent;
}

.btn-crm-yellow {
  display: flex;
  padding: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.btn-crm-yellow .icon {
  margin-left: 10px;
}
.crm-sub-box .agreement-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.crm-sub-box.crm-sidebar-container .agreement-box {
  justify-content: left;
  margin-bottom: 20px;
}

.crm-sub-box.crm-sidebar-container .crm-title-sidebar {
  font-style: normal;
  color: #171717;
}
.crm-sub-box.crm-sidebar-container .crm-title-sidebar .crm-small-title {
  font-family: "poppins";
  font-size: 10px;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  line-height: 150%;
}
.crm-sub-box.crm-sidebar-container .crm-title-sidebar .crm-main-title {
  font-family: "poppinsBold";
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 0px;
  line-height: 150%;
}
.crm-sidebar-container {
  background: #f0f0f0;
  padding: 30px 20px;
  border-radius: 15px;
}
.crm-sidebar-container.mobile {
  background: transparent;
  display: none;
}
.crm-sidebar-container form {
  margin-bottom: 0;
  margin-top: 10px;
}
.crm-sub-box.crm-sidebar-container .agreement-box .crm-checkmark {
  font-size: 13px;
}
.crm-badge-red {
  background: #e3383e;
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
}

.crm-sub-box .agreement-box label,
.crm-sub-box .agreement-box label a {
  font-family: "poppins";
  font-weight: 400 !important;
  font-size: 14px;
  color: #171717;
  /* text-align: center; */
  top: 0 !important;
  left: 0 !important;
}
.crm-sub-box .agreement-box label a {
  font-family: "poppinsBold";
  text-decoration: underline;
}

/* Registration Form */
.crm-ms-wrapper {
  background: #fce9e9;
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
}
.crm-ms-wrapper::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fce9e9;
}
.crm-container {
  width: 1200px;
}
.crm-container form {
  width: 900px;
  margin: 0;
  position: relative;
  background: #ffffff;
  padding: 60px 150px 60px 100px;
}
.crm-container form::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.crm-container .featured-img {
  position: absolute;
  left: 98%;
  top: 30%;
  width: 500px;
}
.crm-container .featured-img .step-2-featured-img {
  display: none;
  margin-left: -30px;
}
.crm-container .featured-img .step-3-featured-img {
  display: none;
  margin-left: -30px;
}
.crm-container .featured-img .step-thankyou-featured-img {
  display: none;
}

.crm-container .progress-box {
  min-width: 100px;
  /* max-width: 300px; */
  margin-bottom: 40px;
  position: relative;
}
.crm-container .progress-box .progress-now {
  background: #e3383e;
  width: 33.3%;
  height: 4px;
  top: 0;
  position: absolute;
  margin-top: -2px;
  transition: width 0.6s ease;
}
.crm-container .progress-box .line-stretch {
  background: #171717;
  width: 100%;
  height: 2px;
}
#form-crm-login .crm-ms-reg-box {
  padding-bottom: 50px !important;
}
.crm-container .crm-ms-reg-box {
  background: #ffffff;
  width: 100%;
  position: relative;
  /* padding: 60px 150px 60px 100px; */
}
.crm-ms-wrapper .back-step {
  width: 100%;
  margin-bottom: 40px;
}
.crm-ms-wrapper .back-step a {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #010101;
  display: flex;
  align-items: center;
}
.crm-ms-wrapper .back-step a img {
  width: 30px;
  margin-right: 10px;
  margin-left: -5px;
}
.crm-ms-wrapper .head-box {
  display: flex;
}
.crm-ms-reg-box.step-1 .head-box {
  display: block!important;
}
.crm-ms-reg-box.step-1 .info-p a {
  text-decoration: none!important;
}
.crm-ms-reg-box.step-1 .btn-box .info-p a {
  text-decoration: underline!important;
}
.crm-ms-wrapper .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #171717;
}
.crm-ms-wrapper .title span {
  color: #e3383e;
  position: relative;
}
.crm-ms-wrapper .title span#ty-user_name::after {
  content: "";
  position: absolute;
  height: 64px;
  width: 64px;
  top: -30px;
  right: -40px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/stars.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.crm-ms-wrapper .info {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #171717;
}
.crm-ms-wrapper .crm-ms-reg-box.step-3 .info {
  text-align: left;
}
.crm-ms-wrapper .info a {
  font-weight: 700;
  color: #000000;
}
.crm-ms-wrapper .info-p.txt-center {
  text-align: center;
}
.crm-ms-wrapper .info-p,
.crm-ms-wrapper .info-p span,
.btn-box .info-p span,
.crm-ms-wrapper .info-p a {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #010101;
  margin-bottom: 0px;
}
.crm-ms-wrapper .info-p {
  margin-bottom: 10px;
}
.crm-ms-wrapper .info-p b {
  font-family: "poppinsBold";
  font-weight: 700;
}
.crm-ms-wrapper .info-p a {
  font-family: "poppinsBold";
  text-decoration: underline;
  font-weight: 700;
}
.crm-ms-wrapper .info-p a.skipped {
  text-decoration: none;
  color: #666666;
}
.crm-ms-wrapper .info-p .pass-bad {
  color: #f00;
}
.crm-ms-wrapper .info-p .pass-strong {
  color: #0eb735;
}
.crm-ms-wrapper .info-p .pass-good,
.crm-ms-wrapper .info-p .pass-missmatch {
  color: #eec243;
}

.crm-ms-wrapper .main-notice-box .notif-error {
  background: #fce9e9;
  border-radius: 10px;
  padding: 15px;
}
.crm-ms-wrapper .main-notice-box .notif-error p {
  color: #e3383e;
  margin-bottom: 0;
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

/* .crm-ms-wrapper .field-section-outer {
  min-height: 40vh;
} */
.crm-ms-wrapper .field-section {
  display: flex;
  flex-flow: wrap;
  margin: 30px -15px 0px;
}
.crm-ms-wrapper .field-section input.error {
  border: 2px solid #f00;
}
.crm-ms-wrapper .field-section .coll-2 {
  width: 50%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.crm-ms-wrapper .field-section .normal-coll {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.crm-ms-wrapper .field-section .bg-input {
  /* background: #F3F6FE;
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 10px 15px; */
  position: relative;
}
.crm-ms-wrapper .field-section label {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #181818;
  margin-bottom: 0;
  margin-left: 20px;
  position: absolute;
  margin-top: 10px;
}

.crm-ms-wrapper .field-section input[type="text"],
.crm-ms-wrapper .field-section input[type="password"] {
  border-radius: 15px;
  border: 2px solid #666666;
  outline: none;
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  background: none;
  padding: 40px 15px 25px 20px;
  width: 100%;
  height: 60px;
}
.crm-ms-wrapper .field-section input[type="text"]:focus,
.crm-ms-wrapper .field-section input[type="password"]:focus {
  border: 2px solid #181818;
  background: none;
}
.crm-ms-wrapper .field-section .bg-input > input[type="text"].error,
.crm-ms-wrapper .field-section .bg-input > input[type="password"].error {
  border: 2px solid #f00!important;
}
.crm-ms-reg-box.step-1 label.error {
  position: absolute;
  left: 0;
  color: red;
  bottom: -20px;
  font-size: 12px;
  font-family: 'Poppins';
}

.crm-ms-wrapper .option-field-section-outer {
  min-height: 40vh;
}
.crm-ms-wrapper .option-field-section {
  margin-top: 30px;
  min-height: 50vh;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba {
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba .plan-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
  border-radius: 10px;
  background: none;
  border: 2px solid #666666;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba.type-2.without_experience_section {
  display: none;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba.type-2 .plan-content {
  padding: 20px 70px 20px 20px;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba .plan-content .plan-info {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba .plan-content .plan-info span {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba .plan-content .plan-info p {
  width: 100%;
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba input[type="radio"] + .plan-content:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 33px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/arrow-right.svg");
}
.crm-ms-wrapper .option-field-section .plan-crm-ba input[type="radio"] + .plan-content:after {
  top: 30px;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba.execute input[type="radio"] + .plan-content:after {
  content: none;
}

.crm-ms-wrapper .option-field-section .plan-crm-ba.type-2 input[type="radio"] + .plan-content:after {
  top: 35%;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba.type-2 input[type="radio"]:checked + .plan-content:after {
  top: 35%;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba input[type="radio"]:checked + .plan-content .slider-range-box {
  display: block;
}
.crm-ms-wrapper .option-field-section .plan-crm-ba .lds-box {
  position: absolute;
  right: 0;
  margin-right: 15px;
  top: 35%;
}

.crm-ms-wrapper .reason-section-outer {
  min-height: 40vh;
}
.crm-ms-wrapper .reason-section {
  background: #fce9e9;
  border-radius: 10px;
  padding: 30px;
  margin: 40px 0px 60px 0px;
  position: relative;
}
.crm-ms-wrapper .reason-section p {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #010101;
}
.crm-ms-wrapper .reason-section ul {
  margin: 0;
}
.crm-ms-wrapper .reason-section ul li {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #010101;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.crm-ms-wrapper .reason-section ul li img {
  width: 22px;
  margin-right: 10px;
}
.crm-ms-wrapper .reason-section::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  top: 5%;
  right: -70px;
  background-image: url(/wp-content/plugins/crm_multistep_subscription/public/icons/thankyou-reason-featured.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.crm-ms-wrapper .btn-box {
  margin-top: 40px;
}
.crm-ms-wrapper .btn-box.flex {
  display: flex;
  align-items: center;
}
.crm-ms-wrapper .btn-box.flex.end {
  justify-content: end;
}
.crm-ms-wrapper .btn-box.flex .info-p {
  width: 100%;
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.crm-ms-wrapper .btn-box.flex button,
.crm-ms-wrapper .btn-box.flex a {
  min-width: 100px;
  width: auto !important;
  margin-bottom: 0 !important;
  display: flex;
}
.crm-ms-wrapper .btn-box button.btn-default,
.crm-ms-wrapper .btn-box a.btn-default {
  background: #eec243;
  width: 100%;
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #eec243;
  color: #171717;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.crm-ms-wrapper .btn-box button.btn-default:hover,
.crm-ms-wrapper .btn-box a.btn-default:hover {
  background: #deb331;
  border: 2px solid #deb331;
}
.crm-ms-wrapper .btn-box .btn-second.btn-login-google {
  display: flex;
  justify-content: center;
}

.crm-ms-wrapper .btn-box button.btn-second,
.crm-ms-wrapper .btn-box a.btn-second {
  background: #ffffff;
  width: 100%;
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #101010;
  color: #101010;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.crm-ms-wrapper .btn-box button.btn-second:hover,
.crm-ms-wrapper .btn-box a.btn-second:hover {
  background: #f4f4f4;
}

/*  */
/* .crm-ms-reg-box.step-1{
    display: none;
} */
.crm-ms-reg-box.step-2 {
  display: none;
}
.crm-ms-reg-box.step-3,
.crm-ms-reg-box.step-3 #lavoro,
.crm-ms-reg-box.step-3 #no-lavoro {
  display: none;
}
.crm-ms-reg-box.step-4-thankyou {
  display: none;
}

/* Range slider */
.crm-ms-reg-box .slider-range-box {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.crm-ms-reg-box .slider-range-box .range-caption {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.crm-ms-reg-box .slider-range-box .range-caption .capt-col {
  width: 100%;
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #010101;
}
.crm-ms-reg-box .slider-range-box .range-caption .capt-col.left {
  text-align: left;
}
.crm-ms-reg-box .slider-range-box .range-caption .capt-col.center {
  text-align: center;
}
.crm-ms-reg-box .slider-range-box .range-caption .capt-col.right {
  text-align: right;
}
.crm-ms-reg-box .slider-range-box input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 3px;
  background: #171717;
  border-radius: 5px;
  background-image: linear-gradient(#e3383e, #e3383e);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
}
/* Input Thumb */
.crm-ms-reg-box .slider-range-box input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e3383e;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e3383e;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e3383e;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-webkit-slider-thumb:hover {
  background: #ececec;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-moz-range-thumb:hover {
  background: #ececec;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-ms-thumb:hover {
  background: #ececec;
}
/* Input Track */
.crm-ms-reg-box .slider-range-box input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.crm-ms-reg-box .slider-range-box input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

/* Prova Gratis */
.page-id-601 main#main article div.entry-content {
  display: block !important;
}
.crm-prova-gratis-box {
  height: 337px;
  margin-bottom: 100px;
  padding: 24px 54px 24px 54px;
  background: #eec243;
  border-radius: 30px;
  position: relative;
}
.crm-prova-gratis-box #crm-pg-cloud-1 {
  position: absolute;
  height: 57px;
  width: 151px;
  left: -40px;
  top: -24px;
  z-index: 1;
}
.crm-prova-gratis-box #crm-pg-cloud-2 {
  position: absolute;
  height: 105px;
  width: 282.5px;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.crm-prova-gratis-box #crm-pg-cloud-3 {
  display: none;
}
.crm-prova-gratis-box #crm-pg-ninja {
  position: absolute;
  width: 301px;
  right: 109px;
  top: 60px;
}
.crm-prova-gratis-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 0;
}
.crm-prova-gratis-box a:hover {
  color: #171717;
}
.crm-prova-gratis-box a {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 14px;
  color: #171717;
}
.crm-prova-gratis-box #crm-pg-arrow {
  width: 15.7px;
  height: 15.34px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .crm-prova-gratis-box {
    height: 534px;
    margin-bottom: 100px;
    padding: 80px 29px 24px 29px;
    background: #eec243;
    border-radius: 30px;
    position: relative;
  }
  .crm-prova-gratis-box p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
  }
  .crm-prova-gratis-box #crm-pg-cloud-1 {
    position: absolute;
    height: 57px;
    width: 151px;
    left: -40px;
    top: -24px;
    z-index: 1;
  }
  .crm-prova-gratis-box #crm-pg-cloud-2 {
    display: none;
  }
  .crm-prova-gratis-box #crm-pg-cloud-3 {
    display: block;
    position: absolute;
    height: 96px;
    width: 235px;
    right: -21px;
    bottom: 125px;
    z-index: 1;
  }
  .crm-prova-gratis-box #crm-pg-ninja {
    position: absolute;
    width: 220px;
    left: 25px;
    top: 195px;
  }
}

/* Product Results */
.crm-pr-box {
  padding: 15px;
  max-width: none !important;
  width: 750px !important;
  margin: 0 auto;
}
.crm-pr-box .info {
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
  margin-bottom: 15px;
}
.crm-pr-box .info.center {
  text-align: center;
}
.crm-pr-box .info.left {
  text-align: left;
}
.crm-pr-box p a {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #171717;
  text-decoration: underline;
}
.crm-pr-box .crm-row {
  display: flex;
}

.crm-pr-box .feat-product-box .mobile-col-include {
  display: none;
}

.crm-pr-box .feat-product-box .col-product {
  border-right: 1px solid #cccccc;
}
.crm-pr-box .feat-product-box .crm-row .col-product,
.crm-pr-box .feat-product-box .crm-row .col-includes {
  width: 50%;
  padding: 40px;
}

.crm-pr-box .std-link {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #171717;
  text-decoration: none;
}
.crm-pr-box .btn-box {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.crm-pr-box .btn-box.left {
  justify-content: left;
}
.crm-pr-box .btn-box .btn-default {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #171717;
  text-transform: none;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #eec243;
  border-radius: 14px;
  text-decoration: none;
  border: none;
}
.crm-pr-box .btn-box .btn-default:hover {
  background: #deb331;
}

.crm-pr-box .feat-product-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 17px rgb(0 0 0 / 15%);
  margin-bottom: 50px;
}
.crm-pr-box .feat-product-box p,
.crm-pr-box .feat-product-box .p-text {
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
}
.crm-pr-box .feat-product-box p.interest-topic {
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.crm-pr-box .feat-product-box .product-name {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #171717;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 125%;
}
.crm-pr-box .feat-product-box .rates {
  margin-top: 80px;
}
.crm-pr-box .feat-product-box .rates .symbol,
.crm-pr-box .feat-product-box .rates .per {
  font-family: poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
}
.crm-pr-box .col-product .strong-things {
  font-family: "poppinsBold";
}
.crm-pr-box .feat-product-box .rates .price {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  bottom: -3px;
  position: relative;
}
.crm-pr-box .feat-product-box .btn-box {
  margin-top: 30px;
}
.crm-pr-box .feat-product-box .btn-box a {
  margin-top: 10px;
}
.crm-pr-box .feat-product-box .btn-box a.buy {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #eec243;
  border-radius: 14px;
  color: #171717;
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.crm-pr-box .feat-product-box .include-title .strong-things {
  font-family: poppinsBold;
  font-size: 120%;
}
.crm-pr-box .feat-product-box .include-title .left {
  font-family: poppinsBold;
}
.crm-pr-box .feat-product-box .include-title {
  background: #fbf0d0;
  padding: 8px 5px;
  font-size: 14px!important;
}

.crm-pr-box .feat-product-box .col-includes p.inc {
  font-family: poppinsBold;
  margin-bottom: 16px;
  font-size: 18px !important;
}
.crm-pr-box .feat-product-box .col-includes ul {
  margin: 0;
  padding: 0;
}
.crm-pr-box .feat-product-box .col-includes ul li {
  list-style: none;
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
  position: relative;
  margin-left: 0;
  padding-left: 40px;
  margin-bottom: 20px;
}
.crm-pr-box .feat-product-box .col-includes ul li.include::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/check-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -5px;
}
.crm-pr-box .feat-product-box .col-includes ul li.none {
  opacity: 0.7;
}
.crm-pr-box .feat-product-box .col-includes ul li.none::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/close-dark-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -5px;
}
.crm-pr-box .feat-product-box.pr_selected {
  border: 2px solid #eeb81c;
}
.crm-pr-box .feat-product-box.pr_selected .btn-box .btn-default {
  opacity: 0.5;
}
.crm-pr-box .collapse-control-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crm-pr-box .collapse-control-box .info-box {
  width: 60%;
}
.crm-pr-box .additional-product-item-box {
  display: none;
  margin-top: 60px;
}

.crm-pr-box .cart {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: none;
}
.crm-pr-box .cart .cart-info {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #171717;
  text-decoration: none;
}
.crm-pr-box .cart .col-product-added {
  width: 500px;
}
.crm-pr-box .cart .crm-row {
  justify-content: space-between;
}
.crm-pr-box .cart .col-product-added .base-package {
  border-right: 1px solid #000000;
  padding: 0px 30px 0px 0px;
  width: 50%;
}
.crm-pr-box .cart .col-product-added .info {
  font-family: poppinsBold;
  font-style: normal;
  font-size: 12px;
  line-height: 21px;
  color: #171717;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.crm-pr-box .cart .col-product-added ul {
  margin: 0;
  padding: 0;
}
.crm-pr-box .cart .col-product-added ul li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
  position: relative;
  padding-left: 35px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.crm-pr-box .cart .col-product-added ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/check-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -5px;
}
.crm-pr-box .cart .col-product-added .add-on {
  padding-left: 30px;
  width: 100%;
}
.crm-pr-box .cart .col-checkout {
  width: 250px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.crm-pr-box .cart .col-checkout .btn-box .btn-default {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 15px 35px;
}
#crm-add-on-container{
  margin-bottom: 100px;
}
#crm-add-on-title{
  text-align: center;
  font-weight: 600;
  color: black;
}
.crm-add-on-content{
  display: flex;
  gap: 30px;
  padding: 30px;
  border: 1px solid lightgray;
  margin-bottom: 20px;
  color: black;
  border-radius: 20px;
}
.crm-add-on-content .left-section{
  width: 65%;
}
.crm-add-on-content .left-section p{
  margin: 0 0 5px;
}
.crm-add-on-content .left-section .crm-add-on-title{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.crm-add-on-content .left-section .crm-add-on-description{
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 21px;
}
.crm-add-on-content .crm-add-on-link{
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #171717;
  text-decoration: none;
}
.crm-add-on-content .crm-add-on-link.mobile{
  display: none;
}
.crm-add-on-content .right-section{
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.crm-add-on-content .right-section .rates{
  margin: 0;
}
.crm-add-on-content .right-section .rates .symbol,
.crm-add-on-content .right-section .rates .per {
  font-family: poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
}
.crm-add-on-content .right-section .rates .price {
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  position: relative;
}
.crm-add-on-content .right-section .crm-add-on-buy {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  gap: 10px;
  background: #eec243;
  border-radius: 14px;
  color: #171717;
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .crm-add-on-content{
    flex-direction: column;
  }
  .crm-add-on-content .left-section,
  .crm-add-on-content .right-section{
    width: 100%;
  }
  .crm-add-on-content .crm-add-on-link{
    display: none;
  }
  .crm-add-on-content .crm-add-on-link.mobile{
    display: block;
    text-align: center;
  }
  .crm-add-on-content .right-section .rates .price {
    font-size: 45px;
  }
  .crm-add-on-content .right-section .crm-add-on-buy{
    width: 100%;
    margin: 19px 0 13px;
  }
}
/* Stories */
.crm-stories-box {
  padding: 15px;
  max-width: 1200px !important;
  width: 100% !important;
}
.crm-stories-box .explanation {
  display: flex;
  justify-content: center;
}
.crm-stories-box .explanation .inner {
  width: 750px;
}
.crm-stories-box .title {
  font-family: poppinsBold;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #171717;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.crm-stories-box p.ex {
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #171717;
  text-align: center;
}
.crm-stories-box .grid-wrap {
  display: flex;
  flex-flow: wrap;
  margin: 40px -15px 0px;
}
.crm-stories-box .grid-wrap .feat-item {
  background: #e3383e;
  border-radius: 20px;
  margin: 15px;
}
.crm-stories-box .grid-wrap .feat-item .feat-row {
  display: flex;
}
.crm-stories-box .grid-wrap .feat-item .col-feat-img,
.crm-stories-box .grid-wrap .feat-item .col-detail {
  width: 50%;
}
.crm-stories-box .grid-wrap .feat-item .col-feat-img div {
  height: 100%;
}
.crm-stories-box .grid-wrap .feat-item .col-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}
.crm-stories-box .grid-wrap .feat-item .col-detail {
  padding: 50px;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .post-badge span {
  background: #eec243;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 12px;
  font-family: "poppinsBold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .post-title {
  font-family: "poppinsBold";
  color: #ffffff;
  font-size: 36px;
  margin-top: 25px;
  margin-bottom: 0;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .excerpt {
  font-family: "poppins";
  color: #ffffff;
  font-size: 18px;
  margin-top: 25px;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .user-detail {
  margin-top: 50px;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .user-name {
  font-family: "poppinsBold";
  color: #ffffff;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.crm-stories-box .grid-wrap .feat-item .col-detail .user-position {
  font-family: "poppins";
  color: #ffffff;
  font-size: 14px;
  margin-top: 0px;
}
.crm-stories-box .grid-wrap .feat-item .btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.crm-stories-box .grid-wrap .feat-item .btn-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.crm-stories-box .grid-wrap .feat-item .btn-box .a-cover {
  background: #e3383e;
  display: flex;
  padding-left: 20px;
  position: relative;
}
.crm-stories-box .grid-wrap .feat-item .btn-box .btn-default {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 14px;
  padding: 10px 25px;
  font-family: "poppinsBold";
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.crm-stories-box .grid-wrap .feat-item .btn-box .btn-default img {
  margin-left: 10px;
}
.crm-stories-box .grid-wrap .col-item {
  width: calc(25% - 30px);
  border-radius: 20px;
  margin: 15px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.crm-stories-box .grid-wrap .col-item::before {
  content: "";
  background: #000000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
}
.crm-stories-box .grid-wrap .col-item .post-badge span {
  background: #eec243;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 12px;
  font-family: "poppinsBold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
}
.crm-stories-box .grid-wrap .col-item .post-title {
  font-family: "poppinsBold";
  color: #ffffff;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.crm-stories-box .grid-wrap .col-detail {
  position: relative;
  padding-top: 100px;
}
.crm-stories-box .grid-wrap .col-item .date-excerpt {
  font-family: "poppins";
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
.crm-stories-box .grid-wrap .col-item .user-detail {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.crm-stories-box .grid-wrap .col-item .user-detail .profile {
  width: 50px;
}
.crm-stories-box .grid-wrap .col-item .user-detail .profile img {
  width: 100%;
}
.crm-stories-box .grid-wrap .col-item .user-detail .other {
  margin-left: 10px;
}
.crm-stories-box .grid-wrap .col-item .user-detail .user-position {
  font-family: "poppins";
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.crm-stories-box .grid-wrap .col-item .user-detail .user-name {
  font-family: "poppinsBold";
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.crm-stories-box .grid-wrap .col-item .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* Rings Loader */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring.black div {
  border: 2.5px solid #000000;
  border-color: #000000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.crm-banner-prova-gratis {
  background-color: var(--red-ninja);
  border-radius: 20px;
  border: 1px solid var(--red-ninja);
  padding: 20px;
  color: white;
}
.crm-banner-prova-gratis h2 {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: white;
  padding: 0px 20px;
}
.crm-banner-prova-gratis .title span {
  background-color: #ffffff;
  color: var(--black-ninja);
  padding: 0px 25px;
  border-radius: 20px;
  padding-bottom: 4px;
  display: inline-block;
}
.crm-span-description {
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0px 20px;
}
.crm-form-prova-gratis {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  padding: 8px 8px 8px 15px;
}
.crm-checkmark-prova-gratis {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  top: 0 !important;
  left: 0 !important;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media screen and (max-width: 992px) {
  /* Registration Form */
  .crm-container {
    width: 100%;
  }
  .crm-container form {
    width: 100%;
    padding: 60px 15px 60px 15px;
  }
  .crm-container .featured-img {
    display: none;
  }

  /* Product Result */
  .crm-pr-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  .crm-sub-box.crm-sidebar-container.mobile {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .crm-sub-box.crm-sidebar-container {
    display: none;
  }
  .crm-checkmark {
    text-align: center;
  }

  .crm-sub-box.crm-sidebar-container .button-box button {
    font-size: 12px;
  }
  .crm-sub-box.crm-sidebar-container .button-box button img {
    width: 20px;
  }
}

/* Wizard step1 */
#form-crm-reg .crm-ms-reg-box.step-1 .title {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #171717;
}
#form-crm-reg .crm-ms-reg-box.step-1 .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  text-align: center;
  color: #171717;
  margin-top: 20px;
}
#form-crm-reg .crm-ms-reg-box.step-1 .field-section input[type="text"],
#form-crm-reg .crm-ms-reg-box.step-1 .field-section input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 20px;
}
.crm-ms-wrapper .field-section input[readonly]{
  background: #ecf6ff !important;
  cursor: not-allowed;
}
#form-crm-reg .crm-ms-reg-box.step-1 #password-strength {
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
}
#form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #171717;
}
#form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #171717;
}
#form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark .checkmark {
  top: 0!important;
}
#form-crm-reg .crm-ms-reg-box.step-1 .info-p.txt-center {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
}
#form-crm-reg .crm-ms-reg-box.step-1 .info-p.txt-center a {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #171717;
}
.crm-ms-reg-box.step-1 .btn-default {
  margin-top: 20px;
}
.crm-ms-reg-box.step-1 .checkbox-accordion {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button {
  padding: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-header {
  color: #000!important;
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 0;
  position: relative;
  width: 600px;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #171717;
  padding: 0;
  border-top: 1px solid #171717;
  margin-top: 10px;
  padding-top: 10px;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-body span {
  font-family: 'PoppinsBold';
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button:hover,
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button:focus,
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion {
  padding-left: 30px;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .info-p {
  position: absolute;
  top: 0;
}
.crm-ms-reg-box.step-1 .accordion-header:before,
.crm-ms-reg-box.step-1 .accordion-header:after{
  display: none!important;
}
.crm-ms-reg-box.step-1 .accordion-button::after {
  content: '+';
  float: right;
  margin-left: 10px;
  background: red;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  height: 15px;
  width: 15px;
  line-height: 15px;
  position: absolute;
  right: -25px;
}
.crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -25px;
}
/* Wizard Step2 */
#form-crm-reg .crm-ms-reg-box.step-2 .title {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #171717;
}
#form-crm-reg .crm-ms-reg-box.step-2 .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  text-align: left;
  margin-bottom: 0px;
}
#form-crm-reg .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba .plan-content {
  border: 1px solid #000000;
  border-radius: 20px;
}
#form-crm-reg .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba .plan-content .plan-info span {
  line-height: 150%;
  color: #000000;
}
#form-crm-reg .crm-ms-reg-box.step-2 .info-p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  margin-top: 40px;
  max-width: 450px;
}
#form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box .info-p {
  margin-top: -10px;
}
#form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box .btn-default {
  border-radius: 15px;
}
/* Wizard Step3 */
#form-crm-reg .crm-ms-reg-box.step-3 .back-step a {
  color: #171717;
  line-height: 150%;
}
#form-crm-reg .crm-ms-reg-box.step-3 .title {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 15px;
}
#form-crm-reg .crm-ms-reg-box.step-3 .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  margin-bottom: 0px;
}
#form-crm-reg .crm-ms-reg-box.step-3 .option-field-section .plan-crm-ba {
  margin-bottom: 15px;
}
#form-crm-reg .crm-ms-reg-box.step-3 .option-field-section .plan-crm-ba .plan-content {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 35px 70px 35px 20px;
}
#form-crm-reg .crm-ms-reg-box.step-3 .option-field-section .plan-crm-ba .plan-content span {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

@media screen and (max-width: 600px) {
  /*  */
  .crm-checkmark {
    padding-left: 25px;
  }
  .crm-checkmark .checkmark {
    top: 3px;
  }

  /* Subscription Form */
  .crm-sub-box {
    min-width: auto;
  }
  .crm-sub-box .crm-inner .bg-input label {
    margin-top: 2px;
    margin-left: 10px;
    left: 0 !important;
  }
  .crm-sub-box .crm-inner .bg-input label,
  .crm-sub-box .crm-inner .bg-input input {
    font-size: 12px !important;
  }
  .crm-sub-box .crm-inner .bg-input input {
    padding: 17px 0px 0px 10px;
  }
  .crm-sub-box .crm-inner .button-box button {
    font-size: 12px;
    min-width: 120px;
  }
  .crm-sub-box .agreement-box label,
  .crm-sub-box .agreement-box label a {
    font-size: 12px !important;
    top: 0 !important;
    left: 0 !important;
  }

  /* Registration Form */
  .crm-ms-wrapper::before {
    background: #ffffff;
  }
  .crm-ms-wrapper .head-box {
    flex-flow: wrap-reverse;
  }
  .crm-container .progress-box {
    margin-bottom: 20px;
  }
  .crm-ms-wrapper .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .crm-ms-wrapper .info {
    font-size: 14px;
  }
  .crm-ms-wrapper .crm-checkmark {
    font-size: 14px;
  }
  #form-crm-reg .crm-checkmark {
    font-size: 17px;
    line-height: 31px;
  }
  .crm-action-loader .lds-ring-vector {
    position: absolute;
    top: 45%;
    left: 42%;
  }

  /* Wizard Step1 */
  #form-crm-reg .crm-ms-reg-box.step-1 .title {
    font-family: 'PoppinsBold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #171717;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 180%;
    text-align: center;
    color: #171717;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .info-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 150%!important;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark {
    padding-left: 20px!important;
    font-size: 12px!important;
    line-height: 150%!important;
    text-align: left;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 150%;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  #form-crm-reg .crm-ms-reg-box.step-1 .crm-checkmark .checkmark {
    height: 16px;
    width: 16px;
    top: 0px!important;
  }
  .crm-ms-reg-box.step-1 .checkbox-accordion .accordion {
    padding-left: 20px;
  }
  .crm-ms-reg-box.step-1 .checkbox-accordion .accordion-button,
  .crm-ms-reg-box.step-1 .checkbox-accordion .accordion-body {
     font-weight: 400;
     font-size: 12px!important;
     line-height: 150%;
   }
  .crm-ms-reg-box.step-1 .checkbox-accordion .accordion-header {
    padding-top: 12px;
    position: relative;
    width: 80vw;
  }
  .crm-ms-reg-box.step-1 .accordion-button::after {
    right: -20px;
  }
  /* Wizard Step2 */
  #form-crm-reg .crm-ms-reg-box.step-2 .title {
    font-family: "PoppinsBold";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #171717;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #171717;
    margin-bottom: 20px;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba .plan-content .plan-info span {
    font-family: 'PoppinsBold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .info-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 150%;
    color: #171717;
    margin-top: 90px;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .info-p a {
    font-size: 12px!important;
    line-height: 150%;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .btn-box .info-p.m-txt-center a {
    font-size: 14px!important;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box .info-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 150%;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box button.btn-default {
    border-radius: 15px!important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 150%;
    color: #171717;
    padding: 10px 20px;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box #floors::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: #fff;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box #floors::-moz-range-thumb {
    width: 40px;
    height: 40px;
    background: #fff;
  }
  #form-crm-reg .crm-ms-reg-box.step-2 .slider-range-box .range-caption {
    margin-top: 20px;
  }
  /* Wizard Step3 */
  #form-crm-reg .crm-ms-reg-box.step-3 .title {
    font-size: 18px;
  }
  #form-crm-reg .crm-ms-reg-box.step-3 .info {
    font-size: 14px;
  }
  #form-crm-reg .crm-ms-reg-box.step-3 .info-p.m-txt-center {
    margin-top: 80px;
  }

  .crm-ms-wrapper .crm-ms-reg-box.step-4-thankyou .title {
    font-size: 24px;
    line-height: 30px;
  }
  .crm-ms-wrapper .title span#ty-user_name::after {
    top: -40px;
    right: -40px;
  }

  .crm-ms-wrapper .field-section {
    margin: 20px -15px 0px;
  }
  .crm-ms-wrapper .option-field-section {
    margin-top: 20px;
  }
  .crm-ms-wrapper .field-section .coll-2 {
    width: 100%;
  }
  .crm-ms-wrapper .btn-box {
    margin-top: 20px;
  }
  .crm-ms-wrapper .btn-box.flex {
    flex-flow: wrap-reverse;
  }
  .crm-ms-wrapper .btn-box.flex a {
    width: 100% !important;
  }
  .crm-ms-wrapper .btn-box.flex .info-p {
    text-align: center;
  }
  .crm-ms-wrapper .info-p.m-txt-center {
    text-align: center;
  }

  .crm-ms-wrapper .btn-box button.btn-default,
  .crm-ms-wrapper .btn-box a.btn-default {
    font-size: 16px;
    justify-content: center;
  }

  .crm-ms-reg-box .slider-range-box {
    margin-left: 0px;
  }

  .crm-ms-wrapper .option-field-section .plan-crm-ba .plan-content .plan-info span {
    margin: 5px 0px;
    font-size: 14px;
  }

  .crm-ms-wrapper .title.m-txt-center,
  .crm-ms-wrapper .info.m-txt-center {
    text-align: center;
  }

  .crm-ms-wrapper .reason-section-outer {
    position: relative;
  }
  .crm-ms-wrapper .reason-section-outer::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 200px;
    bottom: 80px;
    left: -100px;
    background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/cloud.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .crm-ms-wrapper .reason-section {
    padding: 100px 30px 170px 30px;
  }
  .crm-ms-wrapper .reason-section::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    top: 20px;
    left: -80px;
    background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/cloud.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .crm-ms-wrapper .reason-section::after {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    top: inherit;
    bottom: 0px;
    right: -50px;
    background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/step-thankyou-featured-wo-cloud.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .crm-ms-wrapper .reason-section p {
    font-size: 17px;
    text-align: center;
  }
  .crm-ms-wrapper .reason-section ul li {
    font-size: 14px;
  }

  /* Product Result */
  .crm-pr-box .info.txt-mob-center {
    text-align: center;
  }
  .crm-pr-box .info .a-mob-block {
    display: block;
  }

  .crm-pr-box .feat-product-box .crm-row .col-includes {
    display: none;
  }
  .crm-pr-box .feat-product-box .mobile-col-include,
  .crm-pr-box .feat-product-box .mobile-col-include .col-includes {
    display: block;
  }

  .crm-pr-box .feat-product-box .crm-row {
    flex-flow: wrap;
  }
  .crm-pr-box .feat-product-box .crm-row .col-product {
    padding: 30px;
    border: none;
  }
  .crm-pr-box .feat-product-box .crm-row .col-product,
  .crm-pr-box .feat-product-box .crm-row .col-includes {
    width: 100%;
  }
  .crm-pr-box .feat-product-box .crm-row .col-includes {
    padding: 0;
    margin-top: 30px;
  }
  .crm-pr-box .feat-product-box p.interest-topic {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .crm-pr-box .feat-product-box .product-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .crm-pr-box .feat-product-box .col-includes p.inc,
  .crm-pr-box .feat-product-box .col-includes ul li {
    font-size: 12px;
  }
  .crm-pr-box .feat-product-box .rates .symbol {
    font-size: 18px;
  }
  .crm-pr-box .feat-product-box .rates .price {
    font-size: 45px;
  }
  .crm-pr-box .feat-product-box .rates .per {
    font-size: 16px;
  }

  .crm-pr-box .collapse-control-box {
    flex-flow: wrap;
  }
  .crm-pr-box .collapse-control-box .info-box {
    width: 100%;
    text-align: center;
  }
  .crm-pr-box .btn-box {
    width: 100%;
  }

  .crm-pr-box .cart {
    padding: 30px;
  }
  .crm-pr-box .cart .col-checkout,
  .crm-pr-box .cart .col-checkout .btn-box {
    width: 100%;
  }
  .crm-pr-box .cart .cart-info {
    font-size: 14px;
  }
  .crm-pr-box .cart .crm-row {
    flex-flow: wrap;
  }
  .crm-pr-box .cart .col-product-added .base-package {
    border: none;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #000000;
  }
  .crm-pr-box .cart .col-product-added .add-on {
    padding: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 500px) {
  .crm-sub-box.crm-sidebar-container .crm-title-sidebar .crm-main-title {
    margin-bottom: 10px;
    display: block !important;
  }
}
.nsm7Bb-HzV7m-LgbsSe {
  border: 2px solid !important;
  border-radius: 10px !important;
  padding: 22px !important;
}

.nsm7Bb-HzV7m-LgbsSe:hover {
  border: 2px solid !important;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  font-family: "poppinsBold" !important;
  font-weight: 700 !important;
  font-size: 14px;
  color: #171717;
}

#masthead .site-header {
  position: fixed;
  width: 100% !important;
}

.sticky-header .site-header {
  position: fixed;
  width: 100%;
}


/* =====================  Profiling Wizzard ================================*/

/* Wizard Step1 */
#form-crm-profiling .crm-ms-reg-box.step-1 .title {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #171717;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  text-align: left;
  margin-bottom: 0px;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .option-field-section .plan-crm-ba .plan-content {
  border: 1px solid #000000;
  border-radius: 20px;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .option-field-section .plan-crm-ba .plan-content .plan-info span {
  line-height: 150%;
  color: #000000;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .info-p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  margin-top: 40px;
  max-width: 450px;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box .info-p {
  margin-top: -10px;
}
#form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box .btn-default {
  border-radius: 15px;
}
/* Wizard Step2 */
#form-crm-profiling .crm-ms-reg-box.step-2 .back-step a {
  color: #171717;
  line-height: 150%;
}
#form-crm-profiling .crm-ms-reg-box.step-2 .title {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 15px;
}
#form-crm-profiling .crm-ms-reg-box.step-2 .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 150%;
  color: #171717;
  margin-bottom: 0px;
  text-align: left;
}
#form-crm-profiling .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba {
  margin-bottom: 15px;
}
#form-crm-profiling .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba .plan-content {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 35px 70px 35px 20px;
}
#form-crm-profiling .crm-ms-reg-box.step-2 .option-field-section .plan-crm-ba .plan-content span {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .crm-container #form-crm-profiling {
    padding: 60px 25px 60px 25px!important;
  }
}
@media screen and (max-width: 600px) {
  #form-crm-profiling .crm-ms-reg-box.step-1 .title {
    font-family: "PoppinsBold";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #171717;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #171717;
    margin-bottom: 20px;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .option-field-section .plan-crm-ba .plan-content .plan-info span {
    font-family: 'PoppinsBold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .info-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 150%;
    color: #171717;
    margin-top: 90px;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .info-p a {
    font-size: 12px!important;
    line-height: 150%;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .btn-box .info-p.m-txt-center a {
    font-size: 14px!important;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box .info-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 150%;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box button.btn-default {
    border-radius: 15px!important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 150%;
    color: #171717;
    padding: 10px 20px;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box #floors::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: #fff;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box #floors::-moz-range-thumb {
    width: 40px;
    height: 40px;
    background: #fff;
  }
  #form-crm-profiling .crm-ms-reg-box.step-1 .slider-range-box .range-caption {
    margin-top: 20px;
  }
  /* Wizard Step2 */
  #form-crm-profiling .crm-ms-reg-box.step-2 .title {
    font-size: 18px;
  }
  #form-crm-profiling .crm-ms-reg-box.step-2 .info {
    font-size: 14px;
    text-align: left;
  }
  #form-crm-profiling .crm-ms-reg-box.step-2 .info-p.m-txt-center {
    margin-top: 80px;
  }

}

.crm-pr-box .crm-discount-line{
  text-decoration: line-through;
}
.crm-pr-box .crm-discount{
  display: block;
  margin-bottom: 14px;
}
.crm-pr-box .crm-discount .symbol{
  text-decoration: line-through;
}
.crm-pr-box .crm-discount .price{
  font-size: 31px !important;
  text-decoration: line-through;
  font-weight: 600 !important;
  font-family: 'Poppins' !important;
}
.crm-pr-box .p-text p{
  margin: 0;
}

@media screen and (max-width: 600px) {
  .crm-pr-box .crm-discount .price{
    font-size: 25px !important;
  }
}
#before-register{
  width: 900px;
  margin: 0;
  position: relative;
  background: #ffffff;
  padding: 140px 150px 60px 100px;
}
#form-crm-reg,
#before-register,
#register-business{
  display: none;
}
#form-crm-reg.active,
#before-register.active,
#register-business.active{
  display: block;
}
#before-register .title{
  font-size: 36px;
  font-family: "PoppinsBold";
  line-height: 130%;
}
#before-register:before{
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
#before-register p.info{
  text-align: start !important;
  margin-top: 0 !important;
}
#before-register .plan-content{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
  background: none;
  border: 1px solid #000000;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#before-register .plan-content span{
  font-family: "poppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
#before-register .plan-content:after{
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 30px;
  background-image: url("/wp-content/plugins/crm_multistep_subscription/public/icons/arrow-right.svg");
}
@media screen and (max-width: 800px) {
  #before-register{
    width: 100%;
    padding: 60px 15px 60px 15px;
  }
  #before-register .plan-content{
    width: 100%;
  }
  #before-register .title{
    font-size: 25px;
  }
  #before-register .plan-content span{
    font-size: 14px;
  }
}