/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.step-component-content .title-wrapper {
  text-align: center; }
  .step-component-content .title-wrapper .component-heading {
    font-family: "archiaregular";
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .step-component-content .title-wrapper .component-heading {
        font-family: "archiabold";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        width: 75%;
        padding: 0px 32px; } }

.step-component-content .steps-wrapper {
  width: 90%;
  margin: 3rem auto; }
  @media (max-width: 992px) {
    .step-component-content .steps-wrapper {
      width: 100%; } }
  @media (max-width: 768px) {
    .step-component-content .steps-wrapper {
      width: 100%;
      margin: 2rem auto 1rem; } }
  @media (max-width: 768px) {
    .step-component-content .steps-wrapper .icon-box {
      display: -ms-flexbox;
      display: flex;
      padding: 0 2rem 2.1rem;
      -ms-flex-align: center;
          align-items: center; } }
  .step-component-content .steps-wrapper .icon-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .step-component-content .steps-wrapper .icon-wrapper-first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #25e1ff;
    background: #fff; }
    @media (max-width: 768px) {
      .step-component-content .steps-wrapper .icon-wrapper-first {
        width: 70px;
        height: 70px; } }
    .step-component-content .steps-wrapper .icon-wrapper-first img {
      width: 34px; }
  .step-component-content .steps-wrapper .icon-wrapper-second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #25e1ff;
    background: #fff; }
    @media (max-width: 768px) {
      .step-component-content .steps-wrapper .icon-wrapper-second {
        width: 70px;
        height: 70px; } }
    .step-component-content .steps-wrapper .icon-wrapper-second img {
      width: 34px; }
  .step-component-content .steps-wrapper .icon-wrapper-third {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #25e1ff;
    background: #fff; }
    @media (max-width: 768px) {
      .step-component-content .steps-wrapper .icon-wrapper-third {
        width: 70px;
        height: 70px; } }
    .step-component-content .steps-wrapper .icon-wrapper-third img {
      width: 34px; }
  .step-component-content .steps-wrapper .text-steps {
    font-family: "archiaregular";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    padding-top: 15px; }
  .step-component-content .steps-wrapper .text-description-steps {
    padding: 20px 10px; }
    @media (max-width: 768px) {
      .step-component-content .steps-wrapper .text-description-steps {
        padding: 0;
        margin-left: 1rem; } }
    .step-component-content .steps-wrapper .text-description-steps p {
      font-family: "archiaregular";
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 23px;
      text-align: center; }
      @media (max-width: 768px) {
        .step-component-content .steps-wrapper .text-description-steps p {
          text-align: left; } }

.step-component-content .steps-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .step-component-content .steps-button-wrapper .steps-btn {
    padding: 6px 32px; }
  .step-component-content .steps-button-wrapper .btn.btn-primary.whiteHover:hover {
    color: white;
    border: 2px solid white; }

.buttonMob {
  display: none;
  width: 378px;
  height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0px;
  z-index: 1; }
  @media (max-width: 768px) {
    .buttonMob {
      display: block;
      width: 100%;
      z-index: 95; } }
  .buttonMob .floating-button {
    width: 197px;
    height: 39px;
    margin-top: 20px; }
