@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .login_box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .heading_txt {
        margin-top: 170px;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 940px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .login_box {
        margin: 0 auto;
    }

    .heading_txt {
        margin-top: 65px;
    }

    .login_inner_wrapper {
        padding-bottom: 20px;
    }

    .proj_heading_box {
        display: none;
    }

    .respo {
        position: fixed;
        z-index: 2;
        width: 280px;
        transition: 0.4s ease;
        margin-top: 40px;
        transform: translateX(-100%);
    }

    .respo.in_view {
        transform: translateX(0%);
    }

    .pdf_box_respo {
        width: 100%;
    }

    .respo_header {
        display: block;
        background-color: #333;
        color: #fff;
        position: relative;
        text-align: center;
        padding: 10px;
    }

    .respo_header p {
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
    }

    .menu_box {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    iframe {
        height: calc(100vh - 158px);
    }

    .pdf_initial_layer {
        height: calc(100% - 40px);
    }
}

@media screen and (max-width: 600px) {
    .login_box {
        width: auto;
    }
}

@media screen and (max-width: 399px) {
    .login_inner_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 520px) {}
