.full {
    border: 10px #fff solid;
    padding: 0% !important;
    overflow: hidden;

}

.full img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

::placeholder {
    color: #bbbbec !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbbec !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbbbec !important;
}


#social {
    text-align: center;
    margin: 0 auto;
}

#social a:link,
#social a:visited,
#social a:hover {

    text-decoration: none;
    border: 0px #ffffff solid;
}


#socialall {
    text-align: center;
    margin: 0 auto;
}

#socialall a:link,
#socialall a:visited,
#socialall a:hover {

    text-decoration: none;
    border: 0px #ffffff solid;
}


#overlayall {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;


    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);


    z-index: 9999;
    padding-top: 1em;
}


.mydiv {

    border: 1px #ececec solid;
    padding: 2%;
    background: #ececec;
    border-radius: 5px;

    width: 90%;
    height: max-content;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    margin: auto;
}

.mydiv h4 {
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    text-indent: 4em;
}

.qr {
    position: sticky;
    float: right;
    right: 0%;
    bottom: 0%;
    border-radius: 5px;
    border: 1px #ececec solid;
    padding: 0.5%;
    background: #fff;
}

.line-icon {

    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;

    margin-bottom: -8px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

.box p {
    text-indent: 4em;
    text-align: left;
}




/* h2 {
    font-size: 1.2em;
}


h3 {
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
} */

i.mini {
    color: #888;
    font-size: .9em;
}


.mydiv h4 {
    text-indent: 0 !important;
    font-size: 1em;
}

.onexit {
    position: absolute;
    right: 3%;
    top: 3%;
    border-radius: 5px;
    color: #000;
    border: 1px #000 solid;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 !important;
    background: #fff;
    cursor: pointer;
}

.onexit:hover {
    position: absolute;
    right: 3%;
    top: 3%;
    border-radius: 5px;
    color: #fff;
    border: 1px #000 solid;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 !important;
    background: #fe3f40;
    cursor: pointer;
}

a:link.clickchat, a:visited.clickchat {

    color: #bb0000;
}

#socialall a:link.clickchat img, #socialall a:visited.clickchat img{
    max-width: 272px;
    margin: .5em;
}

.fit-content{
    width: fit-content;
    margin: auto;
}

.main-banner{
    /* margin-top: -60px!important; */
    margin-top: 0!important;
    padding-top: 120px!important;
}

.main-banner .left-content h2 {
    font-size: 45px!important;
    /* font-weight: 700!important; */
    line-height: 50px!important;
}


.ired{
    color: #fe3f40;
}



/**Your Screen **/



.myproduct img {
    max-width: 100%;
    height: auto;

}
