@media (min-width:320px) and (max-width:961px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
    
    #providerlisting{
        display: none;
    }

    .logo{
        position: relative;
        display: flex;
        top:15px;
        left:15px;
        z-index: 5;
        width: 100px;
        height: 100px;
        background-image: url('../images/CrUninte-500.png');
        background-size: contain;
        background-position: center;
        transform: rotate(-1deg);
        cursor: pointer;
    }

    .logoset{
        display: block;
        position: relative;
        top:15px;
        left:30px;
        width: auto;
        height:auto;
        z-index: 2;
        transform: rotate(1deg);
    }

    .logo2{
        position: relative;
        top:0px;
        left:-185px;
        z-index: 0;
        width: 47px;
        height: 47px;
        background-image: url('../images/logo3.jpg');
        background-size: contain;
        background-position: center;
        margin:0 0 3px 6px;
        display: none;
        opacity:0;
        cursor: pointer;
    }

    .logo3{
        position: relative;
        top:3px;
        left:-185px;
        z-index: 0;
        width: 47px;
        height: 47px;
        background-image: url('../images/logo2.jpg');
        background-size: contain;
        background-position: center;
        margin:3px 0 0 6px;
        display: none;
        opacity:0;
        cursor: pointer;
    }

    .logo4{
        position: relative;
        top:3px;
        left:-185px;
        z-index: 0;
        width: 47px;
        height: 47px;
        background-image: url('../images/logo4.png');
        background-size: contain;
        background-position: center;
        margin:3px 0 0 6px;
        display: none;
        opacity:0;
        cursor: pointer;
    }

    .spotcontent{
        width: 90%; /* Can be in percentage also. */
        height: auto;
        min-height:200px;
        margin: auto;
        padding: 10px;
        position: absolute;
        right:15px;
        bottom:10px;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.5);
        display: grid;
        color: blue;
    }



    .spotoveraly{
        position:absolute;
        width:100%;
        height: 100%;
        top:0;
        left:0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }

    .footer, .footer1, .footer2{

        display: block;

    }

    .footer3 img{
        width:100%;
    }

    /* nav{
        position: fixed;
        background-color: black;
        color:white;
        font-size: .8rem;
        z-index: 999999;
        top:0;
        left:0;
        width: 100%;
        min-height: 80px;
        transition: 1s;
    } */

    .cursor-follower, .cursor{
        display:none;
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 20px;
        border-radius: 0;
        border: none;
        /* max-height: 300px;
        overflow-y: auto; */
        height:auto;
    }
    
    .d-flex1{
        display:block!important;
    }

    .list-group-nav{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        float:left;
    }
    
    .area1{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        float:left;
    }
    
    .area2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        float:left;
    }

    li.last {
        font-weight: 900;
        margin-left: 0!important;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .table-responsive{

        display:grid; grid-template-columns:repeat(1, 1fr) !important; column-gap: 1px;row-gap:1px;padding:0px;position: inherit; z-index:1; overflow: hidden;

    }

    .banner{
        display: none;
    }

    .grid1{
        background:none;
        grid-column: span 1;
    }
    
    .grid2{
        background:none;
    }
    
    .size1{
        width:100%; padding-bottom:100%!important;
    }
    
    .size2{
        width:100%; padding-bottom:100%;
    }

    .nowrap{
        white-space: normal;
    }

    .maxwidth{
        width:100%;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        overflow: scroll;
        max-height: 100vh;
        padding-bottom: 100px;
    }
    
    .articledflex{
        display:grid !important; 
        grid-template-columns:repeat(1, 1fr) !important;
    }
    
    .footerdflex{
        display:grid !important; grid-template-columns:repeat(2, 1fr) !important;     
    }

    .footerdflex2{
        display:grid !important; grid-template-columns:repeat(1, 1fr) !important;     
    }
    
    .footerlogo{
        width: auto;
        margin:20%; 
    }
    
    .footerlogo img{
        padding:0;
    }

    .eutext{
        color:white;
        font-size:14px; 
        font-weight:300;
        margin-top:10px;
        opacity: 1!important;
        white-space: pre-line;
        float:left;
    }

    .footerlogo2{
        width: 100%;
        margin:20%; 
    }
    
    .footerlogo2 img{
        padding:0;
        height:fit-content;
    }

    .flfirst{
        width:70%;
    }

    .flsecond{
        width:70%;
    }

    .jobcard{
        grid-area: 5 / 1 / 6 / 1;
        
    }
    
    .nav-item{
        line-height: 1rem;
    }
    
    .nav-item p{
        line-height:1rem;
    }
    
    .photocredit{
        position: relative;
        width: 200px;
        height: fit-content;
        left: 14px;
        background: #fff;
        padding: 10px;
        top: 0;
        border-top: 1px solid #0d6efd;
        border-bottom: 1px solid #0d6efd;
    }
    

    
}

@media (min-width:481px)  {
    
}

@media (min-width:641px)  {
    
}

@media (min-width:961px)  {

}

@media (min-width:1025px) {
    
}

@media (min-width:1281px) {
    /* .container-fluid, .tab-content{
        max-width:1740px !important;
        margin:0 auto;
    }

    #canvas-webgl{
        height:75vh!important;
        width: 1740px !important;
    } */
}