.term1{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/Termbg.webp"),white;
    background-repeat:no-repeat;
    min-height:40vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
p{
    font-family: 'Outfit';
    font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 35px;
color:black;
}
h1{
    font-weight:600;
    font-size:56px;
}

h3{
    font-weight: 700;
}
h2{
    font-family: 'Outfit';
    font-weight: 600;
    font-size:28px;
    line-height:40.32px;
}
.list-group-item {
    border:none !important;
}
.container.wrapper{
min-width:90% !important;
max-width:90% !important;
}
#list-item-2, #list-item-12{
   background: #E9EFF9B2;
   padding: 30px 40px;
   border-radius:20px;
}
.w1{
    width: 593px;
}
.w2{
    width: 699px;
}
.w3{
    width: 776px;
}
.list-group-item.list-group-item-action{
    border-radius: 0;
    background: transparent;
    padding-left: 20px;
}
.list-group-item{
    position: relative;
    font-size: 18px;
}
.list-group-item:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 20px;
    top: 20px;
    left: -8px;
}
.list-group-item.active:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #2172ff;
    border-radius: 20px;
    top: 20px;
    left: -8px;
}
.list-group-item.active {
    z-index: 2;
    color: #000000;
    background-color: transparent;
}
.sp{
    font-size:16px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
}
#sticky{
    position: sticky;
    top:10%;
    border-left: 2px solid #c5c5c5;
}
.bottom {
    margin-bottom: 49.5px;
}

.anger a{
    color:black;
    text-decoration: none;
}
.flow{
    border:1px solid  #007bff;
    padding:20px 20px;
    border-radius:10px;
}
.flow p{
    color:white !important;
}
.flow a{
    font-size:15px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    color:black !important;
    text-decoration: none;
    font-family: 'Outfit';
    cursor: pointer;
}
.flow {
    display: none;
    position: sticky;
    top: 12%;
}
.info{
    margin-bottom:10px;
    border:1px solid #007bff;
    padding:10px 20px;
}
@media (max-width:1025px){
    .w1,.w2,.w3{
        width:auto !important;
    }
    h2{
        font-family: 'Outfit';
        font-weight: 600;
        font-size:25px;
        line-height:32px;
    }
    p{
        font-family: 'Outfit';
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color:black;
    }
    .container.wrapper{
        min-width:100% !important;
        max-width:100% !important;
        }
        
        #list-item-2, #list-item-12{
            background: #E9EFF9B2;
            padding: 20px 20px !important;
        }
        h1{
            font-weight:700;
            font-size:35px;
        }
        .flow{
            display:block;
        }
        #sticky{
            display: none !important;
        }
    }

    @media(max-width:1440px){
        .w1,.w2,.w3{
            width:auto !important;
        }
    }
    @media(max-width:1440px){
        .flow{
            display:block !important;
        }
        #sticky{
            display: none !important;
        }
    }
    @media(min-width:1440px) and (max-width:1535px){
        
        .flow{
            display:block !important;
        }
        #sticky{
            display: none !important;
        }
       
    }