.formInnerWrap {
    max-width: 568px;
    margin: 0 auto;
    padding: 0px;
}

.formgroupWrapper.slides {
    border: 1px dashed #CDE0EC;
    padding: 0px 30px 30px;
    position: relative;
    overflow: hidden;
}

.formgroupSlide {
    margin: 30px 0px;
    /* display: none; */
}

/* .formgroupSlide.activeSlide {
    display: block;
} */
.checkboxgrop h5 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.formInnStep label {
    color: #000000;
    font-family: 'Roboto';
    font-size: 14px;
    padding-left: 8px;
}

.formInnStep input[type="radio"] {
    position: relative;
    top: 2px;
}


.formInnStep {
    margin-bottom: 10px;
}

/* General styles for hiding slides */
.formgroupSlide {
    display: none;
    opacity: 0;
    transform: scale(0.5);
    transition: all 1s ease-in-out;
  }
  
  .formgroupSlide.activeSlide {
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease-in-out;
  }
  
  /* Animation for slide-out (left with bounce) */
  .slide-out-left {
    animation: scaleOutLeft 1s ease-in-out forwards;
  }
  
  @keyframes scaleOutLeft {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(0.5);
      opacity: 0.5;
    }
    100% {
      transform: translateX(-100%) scale(0.5);
      opacity: 0;
    }
  }
  
  /* Animation for slide-in (right with bounce) */
  .slide-in-right {
    animation: scaleInRight 0.5s ease-in-out forwards;
  }
  
  @keyframes scaleInRight {
    0% {
      transform: translateX(100%) scale(0.5);
      opacity: 0;
    }
    50% {
      transform: scale(0.7);
      opacity: 0.7;
    }
    100% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }
  }
  


  .ghl-progress-bar {
    display: flex;
}

.ghl-progress-bar-text {
    width: 40px;
    border-radius: 0;
    background-color: #168bf5;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.ghl-progress-bar-background {
    width: 100%;
    background: #e9ecef;
    display: block;
    border-left: 1px solid #ffffff;
}
.ghl-progress-bar-inner {
    border-radius: 0;
    height: 20px;
    background: #168bf5;
}
.btnWrapper {
    text-align: center;
    margin: 3px 0px;
}

.btnWrapper button {
    float: inherit;
    height: 55px;
    width: 310px;
    min-width: 50px;
    margin: 0 auto;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 0 50px;
    font-weight: 400;
    background: #168bf5;
    font-family: roboto;
    font-size: 20px;
    color: #fff;
    max-width: 150px;
    margin: 0 auto;
}

.formInnStep .form-control {
  background-color: #e9ecef;
  color: #000000 !important;
  border: 0px none #FFFFFF;
  border-radius: 5px;
  padding: 15px 20px 15px 20px;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.formInnStep label {
  cursor: pointer;
}



/* #counter {
  font-size: 2em;
  font-weight: bold;
  color: green;
} */

.cusnterWrapsOuter h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.cusnterWrapsOuter p {
  color: #ffffff !important;
  font-size: 2em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
}

.cusnterWrapsOuter {
  padding: 20px 0px;
}

p.errorMsg {
  margin: 10px 0px 0px;
  border-left: 10px solid red;
  padding: 5px 0px;
  padding-left: 15px;
  margin-bottom: 0px;
  background: #fff4f4;
  color: red;
  position: relative;
}
.formgroupWrapper.slides{
  margin-bottom: 30px;
}