   .progress-bar1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  }
  
  .progress-step1 {
    text-align: center;
    position: relative;
  }
  .progress-step1:before, .progress-step1:after {
    background-color:  #071c38;
    content: "";
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 25px;
  }
  .progress-step1:after {
    left: 50%;
    width: 100%;
  }
  .progress-step1:last-of-type.is-active:after {
    background-color: #071c38;
  }
  
  .progress-step1:last-of-type:after {
    left: 50%;
    width: 50%;
  }
  .progress-step1 .step-count1 {
      background-color: #23a89b;
      height: 60px;
      width: 60px;
      margin: 0 auto;
      border-radius: 50%;
      color: white;
      line-height: 45px;
      z-index: 100;
      border: 7px solid #f1f3f4;
      font-size: 0.8rem;
      font-weight: 600;
  }
  
  /* .progress-step .step-count:before {
    counter-increment: step-count;
    content: counter(step-count);
  } */
  .progress-step1.is-active .step-description {
    font-weight: 500;
  }
  .progress-step1.is-active:after {
    background-color:#c8e2e0;
  }
  .progress-step1.is-active ~ .progress-step1 .step-count1 {
    background-color: #c8e2e0;
    color:#071c38;
  }
  .progress-step1.is-active ~ .progress-step1:after {
    background-color: #c8e2e0;
  }
  
  .step-description {
    font-size: 0.8rem;
  }
  .right-survey12{
    text-align:end;
  }
  .fontleft-dermatology{
    font-size: 16px;
    font-weight: 700;
      margin: 0;
      line-height: 1.9;
  }
  

 @media screen and (min-width: 640px) {
    .progress-step1:first-of-type:before {
      right: 50%;
      width: 50%;
    }
  }
  @media screen and (max-width: 640px) {
    .progress-step1:first-of-type:before, .progress-step:last-of-type:after {
      background-color: white !important;
    }
  }
@media screen and (max-width: 576px) {
    .secondary-color {
        color: var(--primary-text-color);
        line-height: 1.4;
    }
    .home-section {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 25px;
        padding-left: 12px;
        padding-right: 12px;
    }

    input.form-control {
        width: 100%!important;
        margin-top: 12px;
    }
    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        flex-direction: column;
    }
    .input-group.input-group-width  {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        flex-direction: row;
    }
    .input-group-text {
        display: inline-block;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        color: #ecf6ff;
        text-align: center;
        white-space: nowrap;
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 0rem;
        font-family: 'Poppins';
        letter-spacing: 1.4px;
        width: 100%;
        text-align: start;
    }
    .input-group-text1 {
        display: inline-block;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        background-color: var(--secondary-form-bg-color);
        border: 1px solid var(--secondary-form-bg-color);
        border-radius: 0rem;
        font-family: 'Poppins';
        letter-spacing: 1.4px;
        width: 100%;
        text-align: start;
    }
    .input-group-text1.input-text-width {
        width: 161px;
      
    }
    .bottombg-img{
        display: none;
    }
    .mobilr-bottombg-img{
        display: block;
    }
    .home-img-bg1{
        display: none;
    }
    .input-group-text1.input-text-width2,.input-group-text4.input-text-width4 {
        width: 100%;
    }
    img.img-fluid.mobilr-bottombg2-img {
        width: 40%;
        margin-top: -42px;
    }
    .input-group2 {
        background-color: #ffffff00;
    }
    header {
        height: auto;
        /* height: 12vh; */
        background-color: var(--header-bg-color);
        background-image: url(../images/keshav-bg1.png);
        background-position: bottom;
        position: sticky;
        background-repeat: no-repeat;
        width: 100%;
        top: 0;
        background-size: 100% 14%;
        align-items: center;
        display: flex;
        z-index: 9999;
    }
    .logo-right-mobile {
        display: none;
        height: 60px;
        position: absolute;
        right: 75px;
        top: 6px;
    }
    .logo-right {
       display: none;
    }
    .form-control2 {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c8e2e0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin: 12px 0px;
    }
    input.form-control.login-input {
        border: 1px solid #23a89b;
    }
    .secondary-text {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 12px;
    }
    .containerr1 {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0!important;
        width: 100%;
        padding: 12px;
    }
    .form-box {
        width: auto;
        padding: 26px;
        background: white;
        border-top: 4px solid #15a8b7;
        border-bottom: 4px solid #15a8b7;
        box-shadow: 0px 0px 4px 0px #15a8b76e;
        border-radius: 6px;
    }
    .right-area {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 16px;
}
.right-area img {
    display: none;
}
.as#navbarTogglerDemo02 {
    display: none;
   
}
  }
  
/*  @media screen and (max-width: 376px) */
/*  {*/
/*.input-group-text1.input-text-width {*/
/*    width: 120px;*/
/*}*/
/*  .right-area {*/
/*    display: flex;*/
/*    align-items: end;*/
/*    justify-content: start;*/
/*    gap: 16px;*/
/*}*/
/*.right-area img {*/
/*    display: none;*/
/*}*/
/*}*/

  @media screen and (max-width: 320px) {
  input.form-control111 {
    width: inherit;
}
  .right-area {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 16px;
}
.right-area img {
    display: none;
}
.as#navbarTogglerDemo02 {
    display: none;
   
}

  }
  
  