@media (min-width: 320px) {



    .h_line {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
    }

    .line1 {
        width: 10px;
        height: 10%;
        background-color: red;
        border-radius: 16px;
        position: absolute;
        margin-top: 15px;
        margin-left: 5%;


    }

    .h_line1 {
        padding-top: 21px;
        font-size: 26px;
        margin-left: 11%;
    }


    .picend {
        width: 100%;
    }





    .numload {
        font-size: 35px;
        text-align: center;
        color: #CF2F28;

    }



    .iconR {
        text-align: center;
    }

    .iconL {
        text-align: center;

    }

    .picPhone {
        width: 100%;
    }

    .info {
        font-size: 26px;
    }

    .picscan {
        text-align: center;
    }

    .picscan1 {
        text-align: center;
    }

}

@media (min-width: 425px) and (max-width: 767.98px) {

    .h_line {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
    }

    .line1 {
        width: 10px;
        height: 13%;
        background-color: red;
        border-radius: 16px;
        position: absolute;
        margin-top: 15px;
        margin-left: 1%;


    }

    .h_line1 {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
        text-align: center, none;
    }





    .numload {
        font-size: 35px;
        text-align: center;
        color: red;
        ;

    }



    .iconR {
        text-align: center;
    }

    .iconL {
        text-align: center;

    }

    .picPhone {
        width: 100%;
    }

    .info {
        font-size: 26px;
    }

    .picscan {
        text-align: end;
    }

    .picscan1 {
        text-align: start;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {


    .h_line {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
    }

    .line1 {
        width: 10px;
        height: 13%;
        background-color: red;
        border-radius: 16px;
        position: absolute;
        margin-top: 15px;
        margin-left: 16%;


    }

    .h_line1 {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
        text-align: center, none;
    }



    .numload {
        font-size: 35px;
        text-align: center;
        color: red;
        ;
    }



    .iconR {
        text-align: center;
    }

    .iconL {
        text-align: center;

    }

    .picPhone {
        width: 43%;
        margin-left: auto;
    }

    .info {
        font-size: 26px;
    }

    .picscan {
        text-align: end;
    }

    .picscan1 {
        text-align: start;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {



    .h_line {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
    }

    .line1 {
        width: 10px;
        height: 13%;
        background-color: red;
        border-radius: 16px;
        position: absolute;
        margin-top: 15px;
        margin-left: 1%;


    }

    .h_line1 {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
        text-align: center, none;
    }



    .numload {
        font-size: 35px;
        text-align: center;
        color: red;
        ;
    }



    .iconR {
        text-align: end;

    }

    .iconL {
        text-align: left;

    }

    .picPhone {
        width: 100%;
        padding-top: 20%;
    }

    .info {
        font-size: 26px;
    }

    .picscan {
        text-align: left;
    }

}

@media (min-width: 1200px) {


    .h_line {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
    }

    .line1 {
        width: 10px;
        height: 13%;
        background-color: red;
        border-radius: 16px;
        position: absolute;
        margin-top: 15px;
        margin-left: 1%;


    }

    .h_line1 {
        padding-top: 21px;
        font-size: 25px;
        margin-left: 5%;
        text-align: center, none;
    }



    .numload {
        font-size: 35px;
        text-align: center;
        color: red;
        ;

    }



    .iconR {
        text-align: end;

    }

    .iconL {
        text-align: left;

    }

    .picPhone {
        width: 100%;
        /* padding-top: 20%; */
    }

    .info {
        font-size: 26px;
    }

    .picscan {
        text-align: left;
    }

    .h_app {
        padding-bottom: 6%;
        padding-top: 6%
    }


}

.txt-app {
    font-size: xx-large;
    font-weight: bold;
    font-family: "prompt-regular";
    color: #343434;
    margin-top: 18px;

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .txt-app {
        font-size: x-large;
        font-weight: bold;
        font-family: "prompt-regular";
        color: #343434;
        margin-top: 0px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .txt-app {
        font-size: unset;
        font-weight: bold;
        font-family: "prompt-regular";
        color: #343434;
        margin-top: 10px;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .txt-app {
        font-size: x-large;
        font-weight: bold;
        font-family: "prompt-regular";
        color: #343434;
        margin-top: 10px;

    }

}

@media (max-width: 575.98px) {
    .txt-app {
        margin-top: 10px;
        font-size: x-large;
        font-weight: bold;
        font-family: "prompt-regular";
        color: #343434;
    }
    .picphone {
        display: none;
    }
}

@media (max-width: 467px) {
    .txt-app {
        /* margin-top: 10px; */
        font-size: small;
        font-weight: bold;
        font-family: "prompt-regular";
        color: #343434;
        padding: 0px;

    }

}


/* .pic1{
    width: 100%;
}

.line{
    width: 10px;
    height: 15%;
    background-color: red;
    border-radius: 16px;
    position: absolute;
    margin-top: 15px;
}

h5{
    padding-left: 23px;
    padding-top: 21px;
    font-size: 25px;
}
p{
    margin-top: 0px;
    font-size: 20px;
}
a{
    color: black;
    font-size: 16px;
}
.numload{
    font-size: 35px;
    text-align: center;
    color: #CF2F28;
    
}
h4{
    text-align: center;
    font-size: 26px;
}
.iconR{
    text-align: end;
    
}
.picPhone{
    width: 100%;
}
.info{
    font-size: 26px;
}
.picend{
    width: 100%;
    
} */

/* width: 10px;
    height: 12%;
    background-color: red;
    border-radius: 16px;
    position: absolute;
    margin-top: 15px;
    margin-left: 36%; */