*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.grey-back-body{
    background-color: #fafafa; 
}
.user-guide-header{
    background-color:#ececec ;
    border-radius: 15px;
    padding: 40px 50px;
    margin: 70px 10px;
}

.user-guide-header button{
    background-color: #007bb6;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
}
.user-guide-header h1{
    font-weight: 700;
}
.user-guide-header p{
  color: #5C5F6E;
}
.user-steps-circle{
    background-color: #007bb6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}
.user-steps-section{
    padding: 170px 10px 30px;
}
.user-steps-section  h2{
    font-weight: 700;
    margin-bottom: 3px;
}
.user-steps-section  p{
    color: #5C5F6E;
    margin-bottom: 9px;
}
.user-steps-section  ul li{
    color: #5C5F6E;
    padding-left: 0px;
}
.user-detail-step{
    padding-left: 70px;
}
.user-detail-step   button{
    background-color: #007bb6;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
}
.user-img-container{
    background-color: #e0f7fa;
    width: 100%;
    height: 120%;
    border-radius: 25px;
margin:0px 30px;
display: flex;
justify-content: center;
align-items: center;
margin-top: -40px;
}
.guide-cta{
    background-color: #70c5ec;
    border-radius: 20px;
    margin: 140px 10px 70px;
    color: #fff;
}
.manufacture_hero_btn {
    border: none;
    background-color: #007bb6;
    color: #fff;
    border-radius: 10px;
    padding: 13px 35px;
    margin-right: 30px;
    transition: all 0.3s ease;
  }
  .manufacture_hero_learn_btn {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 35px;
    font-weight: 600;
  }
  .container-guide{
    max-width: 1200px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 600px) {
    .user-guide-header img{
        width: 100%;
        margin-top: 30px;
    }
    .user-img-container img{
        width: 100%;
    }
    .guide-cta img{
        width: 100% !important
    }
    .user-img-container{
    margin:0px ;
    margin-top: 20px;
    padding: 30px;
    }
    .user-detail-step{
        padding-left: 20px;
    }
  }