
  .regFormNew{
    margin-left: 220px;
}
.stepRegForm {
    padding-bottom: 0px !important;
  }
  .nextBtn::after, .prevBtn::after {
    display: none;
  }
  .nextBtn, .prevBtn {
    float: left !important;
    padding:12px 35px !important;
  }
  .regContainer {
    margin-left: 0px;
    width: 495px;
  }
.nextBtn, .prevBtn{
    font-weight: normal;
    background-color: #989DAF !important;
    border: none !important;
}
.prevBtn{
    margin-right: 15px;
}
.categorySec .accordion-item{
    position: relative;
}
#regForm .accordion-body {
    padding: 0 25px 0 42px;
  }
  #regForm .accordion-button {
    border-radius: 10px;
    color: #262937;
    background-color: transparent;
  }
  .categorySec .accordion-collapse {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(68, 92, 113, 0.2);
  }
  .categorySec .accordion-item {
    background-color: transparent !important;
    border: 1px solid #dfdfdf;
    border-radius: 10px !important;
    margin-bottom: 10px;
  }
  .categorySec .accordion-item.active {
    border: 1px solid #2eb6b8 !important;
  }
  .categorySec .accordion-button.active {
    color: #2eb6b8;
  }
  .formStep {
    font-family: 'sf-ui-display-regular';
    position: fixed;
    right: 30px;
    top: 30px;
    color: #5A617B;
    z-index: 92;
  }
  .formStep select{
      background-color: transparent !important;
  }
  .formStep select option {
    background:transparent !important;
  }
.catDone{
    font-family: 'sf-ui-display-regular';
    background-color: #2EB6B8;
    color: #fff;
    border-radius: 40px;
    margin-top: 15px;
    margin-left: 20px;
    border: none !important;
    margin-bottom: 15px;
}

@media (max-width: 1366px) {
.regFormNew {
    margin-left: 120px;
  }


}
@media (max-width: 1239px) {
    .regFormNew {
        margin-left: 80px;
      }


}
@media (max-width: 1200px) {
    .loginLeftCol {
        width: 300px;
      }
      .regFormNew {
        margin-left: 60px;
      }
      .regContainer {
        width: 460px;
      }
}
@media (max-width: 1024px) {
      .regFormNew {
        margin-left: 50px;
      }
      .regContainer {
        width: 420px;
      }
}
@media (max-width: 959px) {

    .loginRightCol::before {
        content: '';
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        background-color: rgba(255,255,255,0.5);
        height: 85px;
        width: 100%;
        z-index: 9;
      }
    .regFormNew {
      margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .regFormNew {
        margin-left: 0px;
      }
      .regContainer {
        width: calc(100% - 80px);
        margin-left: 40px;
      }
      .categorySec{
          max-width: 100%;
      }
}
@media (max-width: 480px) {
    .regFormNew {
        margin-left: 0px;
      }
      #step-1.regContainer {
        width: 100% !important;
        margin-left: 0px !important;
      }
      .regContainer {
        width: calc(100% - 40px);
        margin-left: 20px;
        max-width: calc(100% - 40px) !important;
      }
      #step-1.regContainer, #step-2.regContainer {
        width: calc(100% - 0px);
        margin-left: 0px;
        max-width: calc(100% - 0px) !important;
      }
}
