.lng-span{
    text-transform: uppercase;
}

.swal2-container{
    z-index: 106089!important;
}

.footer-copyright{
    color: #fff;
}

.subscriber-info{
    margin-top: 50px;
}

.img-and-content-div{
    position: relative;
}

.img-and-content-div #loader-sec{
    position: absolute;
    left: 0;
    right: 0;
    /*top: 20px;*/
    top: 50%;
    /*top: 50vh;*/
}

.img-and-content-div #content-div{
    /*position: relative;*/
}

.mar-30{
    margin-bottom: 30px;
}

/* -------------------- start instructions items ------------------------- */
.instructions .content {
    border: 1px solid #9994;
    border-radius: 10px;
    background-color: #f7f7f7;
}

.instructions-table,
.instructions-form {
    display: flex;
}

.instructions-table .items,
.instructions-form .items {
    text-align: center;
    padding: 20px;
    border: 1px solid #9993;
    border-radius: 10px;
    background-color: #fff;
    margin: 5px;
    width: 100%;
}

.instructions-table .items h5,
.instructions-form .items h5 {
    padding: 15px;
    background-color: #B34E3D;
    color: #fff;
    margin-bottom: 15px;
}

.instructions-table .items h6 {
    padding: 15px;
    background-color: #fff;
    color: #B34E3D;
    margin-bottom: 20px;
    line-height: 2;
    min-height: 200px;
}

.instructions-table .items strong {
    padding: 15px;
    background-color: #FFF3D0;
    color: #333;
    display: block;
}

@media screen and (max-width: 991px) {
    .instructions-table,
    .instructions-form {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .instructions-table .items,
    .instructions-form .items {
        width: 48%;
    }
}

@media screen and (max-width: 787px) {
    .instructions-table .items,
    .instructions-form .items {
        width: 90%;
    }
}
/* -------------------- end instructions items ------------------------- */

.models-username{
    font-size: 16px;
    font-weight: bold;
}

.preview-user-box{
    margin-bottom: 20px;
    color: #7b7373;
}



















