@media (max-width:1800px) {
    body {
        display: none !important;
    }
}
@media (max-width:448px) {
    body {
        display: block !important;
    }
}

.tradepibtnnn{
    background: none;
    color: #ffff;
    border: none;
}