html {
    scroll-behavior: smooth;
}

/* Nav */

.steps-nav {
    padding-right: 0px;
}
.steps-box {
    padding-right: 0px;
    border-left: 1px solid #cccccc;
}

.steps-nav .sticky-wrapper ul.steps-container {
    list-style-type: none;
   /* background: #eee;*/
    padding: 0px;
    border-radius: 6px;
    max-height: 70vh;
    /*overflow-y: scroll;*/
    margin: 0;
   /* width: 265px;*/
}

.steps-nav .sticky-wrapper ul.steps-container li {
    border-bottom: 1px solid white;
    margin: 0px;
    cursor: pointer;
    word-break: break-word;
    font-size: 18px;
    font-family: Heebo-Regular;
    line-height: 24px;
    letter-spacing: 0.29px;
}

.steps-container li a {
    display: flex;
    padding: 10px 10px;
    color: #0079C1;

}

.steps-container li a:hover {
    text-decoration:none;
}

.steps-container li a.active {
    color: #000 !important;
    border-right: 3px solid #007bff;    
    font-size: 18px !important;
}

/* Content */

.steps-content-container {
    padding-left: 15px;
}

.steps-content-container h1.steps-heading {
    font-family: 'Heebo-Medium';
    font-size: 32px;
    color: #001928;
    letter-spacing: -0.2px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
}

.steps-content-container .steps-content-box h2 {
	    font-family: 'Heebo-Regular';
    font-size: 28px;
    color: #001928;
    letter-spacing: -0.5px;
    line-height: 32px;
        margin: 45px 0;
}

.steps-content-container p {
    margin: 24px 0;
}


#testing-in-my-app strong {
    font-weight: 700;
}

.title-line {
    font-size: 20px;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    line-height: 24px;
        margin-top: 15px;
}
.steps-content-container p {
    margin: 24px 0;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.steps-content-box ul {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

.steps-content-box ul li {
    position: relative;
    padding-left: 25px;
}

.steps-content-box ul li:before {
    counter-increment: numList;
    content: '0'counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 999px;
    top: 0px;
    margin: 0 auto;
}

.inner_sec h4 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Heebo-Regular';
    font-weight: 600;
}

.inner_sec h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Heebo-Regular';
}

.steps-content-box.last-content-box h2 {
    margin-bottom: 10px;
}

.steps-content-box.last-content-box ul {
    list-style: none;
    counter-reset: none;
    padding: 0;
    padding-left: 60px;
}

.steps-content-box.last-content-box ul li:before{
    display: none;
}
.steps-content-box.last-content-box ul li {
    padding: 0;
    margin-bottom: 20px;
}

.steps-content-container strong {
    font-weight: bold;
}

.steps-content-container p.last-title_line {
    margin-top: 0;
    margin-bottom: 45px;
}

.inner_sec .inner_sec_gs h5 {
    font-weight: 600;
}