@media screen and (max-device-width: 1180px) and (min-device-width: 1024px) and (orientation : landscape) {
}

@media screen and (max-device-width: 1180px) and (min-device-width: 1180px) and (orientation : landscape) {
    .banner-section {
        min-height: 85vh;
    }

    .form-section-outer {
        margin-top: 113px;
    }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 1024px) and (orientation : landscape) {
    .banner-section {
        min-height: 85vh;
    }

    .form-section-outer {
        margin-top: 113px;
    }
}

@media screen and (max-device-width: 768px) and (min-device-width: 768px) and (orientation : portrait) {
    .registration-form-section {
        margin: 150px 20px 35px 20px;
    }
}

@media(max-width:1023px) {
}

@media(max-height:720px) {
    div#getEmployeetbl_wrapper .row.dt-row .col-sm-12 {
        max-height: 170px;
    }
}

@media(min-height:900px) {
    div#getEmployeetbl_wrapper .row.dt-row .col-sm-12 {
        max-height: 520px;
    }
}

@media(min-height:1200px) {
    div#getEmployeetbl_wrapper .row.dt-row .col-sm-12 {
        max-height: 720px;
    }
}

@media(min-height:1400px) {
    div#getEmployeetbl_wrapper .row.dt-row .col-sm-12 {
        max-height: 920px;
    }
}



@media(max-width: 991px) {

    .smx-header button {
        display: none;
    }
}

@media(max-width:767px) {
}

@media(max-width: 600px) {
    .form-section-outer {
        width: 100%;
        margin: 0px 20px;
        margin-top: 113px;
    }

    .banner-section {
        min-height: 85vh;
    }

    .pattern h6 {
        font-size: 12px;
        text-align: center;
        margin: 0px 20px;
        margin-top: -20px;
    }

    .pattern img {
        height: 66px;
    }

    .smx-header {
        padding: 0px;
    }

    .registration-form-section {
        margin: 35px 20px 35px 20px;
    }
}

@media(min-width: 319px) and (max-width: 360px) {
    .banner-section {
        min-height: 94vh;
    }
}


@media(max-width:767px) {
    .main .left-sidebar {
        margin-left: -266px;
    }
}