/* mobile */
@media (max-width: 767px) {
    .left-sidebar {
        display: none;
    }
    
    .logo-main {
        display: none;
    }
    
    .logo-mobile img {
        height: 5em;
    }
    
    .agileits_w3layouts_banner_nav {
        max-height: 100px;
    }
    
    .main-content {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .navbar-collapse {
        width: 70% !important;
    }
    
    .banner-bottom2 {
        display: flex;
    }
    
    #bs-example-navbar-collapse-1 {
        margin-top: -12px;
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
    
    .page_image img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 90vh;
    }
    
    .agileits_w3layouts_banner_nav {
        position: fixed;
        z-index: 9999;
    }
}

/* desktop */
@media (min-width: 768px) {
    .logo-mobile {
        display: none;
    }
    
    .logo-main img {
        width: 100%;
        max-width: 250px;
        margin-left: 20px;
    }
    
    .page_image img {
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*margin-left: -150px;*/
    }
    
    .spacer {
        min-width: 150px;
        float: left;
        display: block;
    }
    
    .lower-sidebar-mobile {
        display: none;
    }
    
    .free-case-evaluation-mobile {
        display: none !important;
    }
}

.logo-main {
    background: none !important;
}

.lower-sidebar-mobile {
    background-color: lightgray;
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
}

.free-case-evaluation-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    /*
    color: white;
    background-color: rgb(37, 180, 190);
    border-radius:2em;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    */
    
    border:1px solid #1c888f; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
    border-radius: 8px; 
    padding: 10px 10px 10px 10px; 
    text-decoration:none; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold; 
    color: #FFFFFF;
    background-color: #25B4BE; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25B4BE), to(#76BDD1));
    background-image: -webkit-linear-gradient(top, #25B4BE, #76BDD1);
    background-image: -moz-linear-gradient(top, #25B4BE, #76BDD1);
    background-image: -ms-linear-gradient(top, #25B4BE, #76BDD1);
    background-image: -o-linear-gradient(top, #25B4BE, #76BDD1);
    background-image: linear-gradient(to bottom, #25B4BE, #76BDD1);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#25B4BE, endColorstr=#76BDD1);
}

.free-case-evaluation-mobile:hover{
    border:1px solid #146369;
    background-color: #1d8c93;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d8c93), to(#50abc4));
    background-image: -webkit-linear-gradient(top, #1d8c93, #50abc4);
    background-image: -moz-linear-gradient(top, #1d8c93, #50abc4);
    background-image: -ms-linear-gradient(top, #1d8c93, #50abc4);
    background-image: -o-linear-gradient(top, #1d8c93, #50abc4);
    background-image: linear-gradient(to bottom, #1d8c93, #50abc4);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1d8c93, endColorstr=#50abc4);
}

.salesforceFormModal {
    width: 100%;
    padding: 0;
}

#salesforceFormModal {
    z-index: 10000 !important;
}

#salesforceFormModal input, textarea {
    width: 100%;
}

.disclaimer {
    font-size: 12px;
}

.navbar-toggle {
    margin-top: -30px;
}