﻿@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .toolbar1 {
        text-align:left;
    }

    .footer .text-left,
    .footer .text-end {
        text-align: center !important;
    }

    .ssm-table {
        width: 100% !important;
    }
    .sm-table {
        width: 100% !important;
        margin: auto;
    }
    .btnAuto {
        width: 100% !important;
    }

    .login-img {
        background-image: none !important;
    }

    .login-container {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

   

}

@media (min-width: 768px) and (max-width: 1024px) {

  

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

 /*   #txtCreatepage .table {
        width: 310% !important;
    }*/
 
    
}

@media (min-width: 481px) and (max-width: 767px) {

    .ssm-table {
        width: 100% !important;
    }
    .sm-table {
        width: 100% !important;
        margin: auto;
    }

    .navbar-header .font-size-13 {
        font-size: 12px !important;
    }

    #txtCreatepage .table {
        width: 250% !important;
    }

    .without-label-field {
        margin-top: 0.2rem !important;
    }

    .login-sec1 {
        display: none !important;
    }

   /* .circle-icon {
        border: 4px solid;
        padding: 10px;
        font-size: 2rem;
        border-radius: 50px;
        color: #0c666e;
        background-color: #fffbff;
    }*/

    .heading-icon {
        display: block;
    }

    .heading-h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .navbar-header .font-size-13 {
        font-size: 12px!important;
    }

    #txtCreatepage .table {
        width: 310% !important;
    }

    .without-label-field {
        margin-top: 0.2rem !important;
    }

    .login-sec1 {
        display: none !important;
    }

    .circle-icon {
        border: 4px solid;
        padding: 10px;
        font-size: 2rem;
        border-radius: 50px;
        color: #0c666e;
        background-color: #071729;
    }

    .heading-icon {
        display: block;
    }

    .heading-h2 {
        font-size: 1.5rem;
    }
}



/* Overlay styles */
@media (max-width: 991.98px) {
    .sidebar-overlay-b {
        display: block !important;
    }

    .sidebar-overlay-n {
        display: none;
    }

    .navbar-header .font-size-13 {
        font-size: 11px !important;
    }

    login-sec1 {
        display: none !important;
    }
    /*.login-sec1 {
        display: none !important;
    }*/

}
    .circle-icon {
        border: 4px solid;
        padding: 10px;
        font-size: 2rem;
        border-radius: 50px;
        color: #071729;
        background-color: #fffbff;
    }
    /* End Overlay styles */