﻿.blogtitle
{
    font-size:40px !important;
}
@media only screen and (max-width : 1920px) {
}

@media only screen and (max-width : 1600px) {
}
@media only screen and (max-width : 1440px) {

    
}

@media only screen and (max-width : 1366px) {

    
}
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 640px) {
}
@media only screen and (max-width : 480px) {
    .pnlpopup {
        width: 400px;
    }
    .topfirst {
        display: none !important;
    }
}
@media only screen and (max-width : 425px) {
    .pnlpopup {
        width: 350px;
    }
}
@media only screen and (max-width : 375px) {
}
@media only screen and (max-width : 320px) {
    .pnlpopup {
        width: 300px;
    }
}
