.elementor-message {
  position: absolute;
}
.elementor-message-success {
 direction: ltr;   
}
.color_stripe:before {
  content: "";
  background-image: url(../images/color_stripe.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: -32px;
  z-index: 100;
}
.hidden {
  display: none;
}
.elementor-editor-active .hidden {
  display: block;
}
.step_container > .elementor-container {
  background: rgba(37, 64, 143, 1);
  padding: 9px 0;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .step_container > .elementor-container {
    padding: 6px 0;
  }
}
.step_container > .elementor-container > .elementor-row {
  background: white;
  border-radius: 50px;
}
.step_container.to_slide {
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .step_container.to_slide {
    z-index: 20;
    top: 65vh;
  }
}
.step_container .next_step, .step_container .return_back {
  cursor: pointer;
}
.step_container.result > .elementor-container {
  padding-top: 190px;
}
@media (max-width: 768px) {
  .step_container.result > .elementor-container {
    padding-top: 145px;
  }
}
.step_container.result > .elementor-container > .elementor-row {
  border-radius: 0 0 50px 50px;
}
.send_file_form form .elementor-form-fields-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.send_file_form form .elementor-form-fields-wrapper input[type="email"], .send_file_form form .elementor-form-fields-wrapper input[type="text"] {
  height: 100%;
  padding-right: 35px;
}
.send_file_form form .elementor-form-fields-wrapper .elementor-field-type-submit {
  margin-left: -20px;
}
/*form styles*/
#step-list {
  margin: 50px auto;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #step-list {
    margin: 0 auto 10px;
  }
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  color: white;
  padding-top: 30px;
  /* Circles */
  /*progressbar connectors*/
  /*connector not needed before the first step*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it   green*/
}
@media (max-width: 768px) {
  #progressbar {
    padding: 15px !important;
    margin: 0 !important;
  }
}
#progressbar li {
  list-style-type: none;
  color: #ef6f00;
  text-transform: uppercase;
  font-size: 15px;
  width: calc(100% / 7);
  float: left;
  position: relative;
  cursor: pointer;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-family: "Rubik", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: white;
  background: white;
  border-radius: 50px;
  top: 0;
  position: relative;
  margin: 0 auto 5px auto;
}
@media (max-width: 768px) {
  #progressbar li:before {
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    top: 14px;
  }
}
#progressbar li:after {
  top: 23px;
  position: relative;
  content: '';
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  left: -50%;
  z-index: -1;
  /*put it behind the numbers*/
}
@media (max-width: 768px) {
  #progressbar li:after {
    height: 2px;
  }
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before, #progressbar #progressbar li.active:after {
  background: #ef6f00;
  color: white;
  font-size: 32px;
  font-weight: 700;
  width: 95px;
  line-height: 95px;
  top: -22px;
}
@media (max-width: 768px) {
  #progressbar li.active:before, #progressbar #progressbar li.active:after {
    font-size: 16px;
    width: 32px;
    line-height: 32px;
    top: 8px;
  }
}
#progressbar li:nth-child(1):before, #progressbar li:nth-child(2):after {
  background: rgba(37, 64, 143, 1);
}
#progressbar li:nth-child(2):before, #progressbar li:nth-child(3):after {
  background: rgba(83, 189, 229, 1);
}
#progressbar li:nth-child(3):before, #progressbar li:nth-child(4):after {
  background: rgba(226, 103, 163, 1);
}
#progressbar li:nth-child(4):before, #progressbar li:nth-child(5):after {
  background: rgba(167, 211, 163, 1);
}
#progressbar li:nth-child(5):before, #progressbar li:nth-child(6):after {
  background: rgba(238, 134, 82, 1);
}
#progressbar li:nth-child(6):before, #progressbar li:nth-child(7):after {
  background: rgba(83, 189, 229, 1);
}
#progressbar li:nth-child(7):before, #progressbar li:nth-child(8):after {
  background: rgba(37, 64, 143, 1);
}
.profile_categories {
  display: flex;
  flex-direction: column;
}
.profile_categories .profile_category .category_heading {
  display: flex;
  align-items: center;
}
.profile_categories .profile_category .category_heading .circle {
  position: absolute;
  width: 65px;
  height: 65px;
  background: var(--categorycolor);
  border-radius: 40px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_heading .circle {
    width: 20px;
    height: 20px;
  }
}
.profile_categories .profile_category .category_heading .title_block {
  margin-right: 70px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_heading .title_block {
    margin-right: 20px;
  }
}
.profile_categories .profile_category .category_heading .name {
  font-family: "Rubik", Sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  color: var(--categorycolor);
  padding-right: 20px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_heading .name {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
}
.profile_categories .profile_category .category_heading .description {
  font-family: "Rubik", Sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #25408f;
  padding-right: 20px;
  padding-top: 10px;
}
.profile_categories .profile_category .category_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px 35px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_grid {
    margin: 10px -15px;
  }
}
.profile_categories .profile_category .category_grid .category_option {
  flex-basis: calc(33.3% - 30px);
  margin: 15px;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.5px;
  color: #000;
  padding: 20px 60px 20px 20px;
  align-self: center;
  position: relative;
  height: 182px;
  transition-duration: 0.5s;
  border-radius: 10px 27px 27px 10px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_grid .category_option {
    flex-basis: calc(50% - 30px);
    font-size: 12px;
    line-height: 14px;
    padding: 10px 32px 10px 10px;
    height: 140px;
  }
}
.profile_categories .profile_category .category_grid .category_option .option_name {
  position: relative;
  z-index: 50;
  bottom: 0;
  height: 140px;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_grid .category_option .option_name {
    height: 110px;
  }
}
.profile_categories .profile_category .category_grid .category_option .option_mask {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 182px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_grid .category_option .option_mask {
    display: none;
    width: 105%;
    height: 136px;
  }
}
.profile_categories .profile_category .category_grid .category_option .option_mask.checked {
  display: none;
}
.profile_categories .profile_category .category_grid .category_option .option_mask.mobile {
  display: none;
}
@media (max-width: 768px) {
  .profile_categories .profile_category .category_grid .category_option .option_mask.mobile {
    display: block;
  }
}
.profile_categories .profile_category .category_grid .category_option .option_mask.mobile.marked {
  display: none;
}
