.slider, .slider2{
    width: 100%;
    height:300px;
    min-height:300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image:url('../../../images/defaults/bgCurveBlue.svg');
}
.slider2{
    height: 200px;
    min-height:200px;
}
.slider .item-slider, .slider2 .item-slider{
    position: relative;
    display: initial;
}
.item-header-h{
    color:#162351;
    width: 100%;
    margin-top: 30px;
}
.item-prev-text{
    font-size:18px;
    margin-top: 30px;
    text-align: center;
}

.item-bill{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start;
    margin-top:80px;
}
.item-desp-left{

}
.item-help-bill{
    margin-top:30px;
    max-width: 300px;
}
.item-form-retrieve-bill{
    background: #F8F8FF;
    border-radius: 20px;
    min-height: 180px;
    padding:15px;
    margin-bottom: 30px;;
}
.item-frspt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.centerBtn{
    margin: 20px auto 0 auto;

}
.item-gradient-anx{
    background: linear-gradient(180deg, #F5F5F5 78.12%, #D4D4D4 100%);
    border-radius: 4px;
    padding: 10px 15px;
    transition: 0.5s;
    cursor:pointer;
}
.item-gradient-anx:hover{
    background: linear-gradient(180deg, #eeeeee 78.12%, #c2c2c2 100%);
}
.displayError{
    max-width: 380px;
}

.pay-box{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top:5px;
}
.info-line{
    font-weight: 600;
}
.item-result{
    text-align:right;
}
.item-total{
    margin-top: 30px;
}
.item-icon-payment{
    display: flex;
    margin-top:30px;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px){
    .slider{
        height: 160px;
        min-height: 160px;
    }
    .item-header-h {
        margin-top: 0px;
        padding-top: 0px;
    }
    .slider H2{
        line-height: 18px;
        font-size: 18px;
    }
    .item-help-bill{
        max-width: initial;
    }
    .item-bill{
        flex-direction: column;
        text-align: center;
        margin-top:60px;
        align-items: initial;
    }
    .item-desp-left H3 {
        width: 100%;
        text-align: center;
    }
    .item-slider H1{
        display: flex;
        flex-direction: column;
    }
}