@media screen and (min-width: 1920px) {
  #childdiv {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1440px) {
  #parentdiv {
    display: flex;
    justify-content: center;
  }
  #childdiv {
    width: 85%;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
  #parentdiv {
    display: flex;
    justify-content: center;
  }
 
    #childdiv {
    width: 85%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #parentdiv {
    display: flex;
    justify-content: center;
  }
 
  #childdiv {
    width: 85%;
  }
  .hide-photo-text {
    font-size: 15px !important;
    align-items: center;
    display: flex;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .iconSvgs {
    width: 40px !important;
    height: 40px !important;
  }
  .cardlabel {
    font-size: 9px !important;
  }
  #parentdiv {
    display: flex;
    justify-content: center;
  }
  .stepperheader-text {
    font-size: 30px !important;
  }
  .hide-photo-text {
    font-size: 12px !important;
    align-items: center;
    display: flex;
    margin-left: 0px !important;
  }
  .stepperheader-text-p {
    font-size: 15px !important;
  }
  #childdiv {
    width: 85%;
  }
  .bs-stepper .bs-stepper-header{
      flex-direction: row !important;
  }
  .taxCount {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .iconSvgs {
    width: 25px !important;
    height: 25px !important;
  }
  .stepperheader-text {
    font-size: 25px !important;
  }
  .stepperheader-text-p {
    font-size: 12px !important;
  }
  .cardlabel {
    display: none;
  }
  .identitycheckphotos{
      width:230px !important;
  }
  .smallProfilebtn {
    width: 270px !important;
  }
  .hide-photo-text {
    font-size: 15px !important;
    align-items: center;
    display: flex;
    margin-left: 0px !important;
  }
  .showStepper {
    display: none !important;
  }
  .taxCount{
    padding-left:0px !important;
  }

  #parentdiv {
    display: flex;
    justify-content: center;
  }

  #childdiv {
    width: 85%;
  }
  .logosvgText {
    width: 150px !important;
  }
  .logosvg {
    width: 31px !important;
  }
  .bs-stepper .bs-stepper-header {
    flex-direction: row !important;
  }
}
