@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

    .main-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }

    .inner-header {
        padding: 10px;
    }

    .header {
        margin-bottom: 25px;
    }

    .header-left {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .header-right {
        justify-content: center;
    }

}


/* iPad and Tablests Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


}

/* Laptops */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {


}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {



}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {


}