/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.rtwwcfm_step_by_step-nav {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.rtwwcfm_wrap {
  box-shadow: 0 5px 30px 5px rgba(112, 119, 125, 0.6);
  padding: 25px;
}

.rtwwcfm_step_by_step-nav ul .rtwwcfm_step_by_step-item {
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
  list-style-type: none;
  padding: 11px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.rtwwcfm_step_by_step-nav ul .rtwwcfm_step_by_step-item.active {
  color: var(--white-color);
}

.rtwwcfm_step_by_step-nav ul {
  margin: 0;
  padding: 0!important;
  line-height: initial;
}
.rtwwcfm_step_by_step-nav ul .rtwwcfm_step_by_step-item {
  width: 50%;
}

.rtwwcfm_step_by_step-nav {
 position: relative;
 z-index: 1;
 margin-bottom: 30px;
}

.rtwwcfm_step_by_step-nav ul {
 margin: 0;
 padding: 0!important;
 display: flex;
 background-color: #f1f1f1;
 overflow-x: auto;
}



.rtwwcfm_step_by_step-nav ul .rtwwcfm_step_by_step-item.active {
 color: var(--white-color);
}

.rtwwcfm_step_by_step-nav ul {
 margin: 0;
 padding: 0!important;
 line-height: initial;
}

.rtwwcfm_wrap {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--gray-color);
  line-height: 1.618;
  font-weight: 400;
  font-size: 16px;
}

.rtwwcfm_step_by_step_move {
    position: absolute;
    left: -4px;
    top: -9px;
    background-color: var(--brand-color);
    width: 16.66%;
    border-radius: 4px;
    -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -webkit-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -moz-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -ms-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -o-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    padding: 27px 20px;
}


@media (max-width:576px){
  .rtwwcfm_step_by_step-nav {
      display: none;
  }

}