@media (max-width: 1199.98px) {}


@media (max-width: 991.98px) {
  .step-no-wrapper {height: 260px;}
  #step-no-1{
    font-size: 120px;
    top: -13%;
    left: -5px;
  }
  .step-no-wrapper-3{
      max-width: 288px;
}
#step-no-3 {
    left: -32%;
}
.gdpr-img img{max-width:100%}
}

@media (max-width: 767.98px) {  
.step-no-wrapper {height: 260px;}
  #step-no-1{
    font-size: 80px;
    top: 6%;
    left: -5px;
  }
  #svg-tick {
    top: 20px;
    right: 0px;
  }

  #svg-plus {
      bottom: 50px;
      right: 0px;
  }
  #step-no-2 {
    top: 50%;
    transform: translateY(-50%);
  }

  .step-no-wrapper-2 {
      margin-bottom: 50px;
  }
  .step-no-wrapper-3 {
      margin-bottom: 50px;
  }
  .form-wrapper {
    margin-top: 60px;
}
#step-no-3 {
    left: 15%;
}

}

@media (max-width: 575.98px) {
  .step-no-wrapper{margin-bottom:50px;}
  #svg-tick {
    top: 0px;
    right: 65px;
  }

  #svg-plus {
      bottom: 50px;
      right: 50px;
  }
}

@media (max-width: 425px) {
  #svg-tick {
    top: 0px;
    right: 0px;
  }

  #svg-plus {
      bottom: 50px;
      right: 5px;
  }

  .step-no-wrapper-3 {
      width: 100%;
      height: 229px;
  }
  .font_3 {
      font-size: 100px;
  }

}