/* Min-Width */
/*=========================================================================*/
@media (min-width: 1600px) {}

/*=========================================================================*/
@media (min-width: 1024px) {
	
}




/* Max-Width */

/*=========================================================================*/

@media (max-width: 1600px) {
    #livechat-compact-container .chat-form{
        top: 22vh;
    }
}


/*=========================================================================*/

@media (max-width: 1440px) {}


/*=========================================================================*/

@media (max-width: 1366px) {
    #livechat-compact-container .chat-form {
        top: 26vh;
    }

    #livechat-compact-container{
        top: 32vh;
    }
}


/*=========================================================================*/

@media (max-width: 1200px) {}


/*=========================================================================*/

@media (max-width: 1024px) {}


/*=========================================================================*/

@media (max-width: 767px) {

    nav.navbar.bootsnav .navbar-toggle {
        top: 2px;
        left: -48px;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: none;
    }

    nav.navbar.bootsnav{
        z-index: 1111 !important;
    }

    .gallery .four-column-gallery .mix {
        width: 100%;
    }

    .navbar-nav li.menu-li.active, .navbar-nav li.menu-li:hover{
        background: #fff;
        color: #2b69cc;
    }

    .dropup, .dropdown{
        list-style: none;
    }

    .navbar-nav > li:hover a{
        background: transparent;
    }

    .topbar ul {
        float: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .topbar {
        background: #2B96CC;
        position: fixed;
        top: -50px;
        width: 100%;
        z-index:9999;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .medicom-header {
        min-height: 60px;
    }
    
    ul.awesome-features.list-unstyled.pull-left.text-right {
        width: 100%;
    }
    
    ul.awesome-features.list-unstyled.pull-right.text-left {
        width: 100%;
    }
    
    .medicom-awesome-features-sec{
        height: auto;
    }
    
    .tab-slider {
        /* background: url(../images/tab.png) no-repeat 0 0; */
        display: block;
        height: auto;
        margin: 0 auto;
        position: relative;
        width: 319px;
    }

    .awesome-features {
        padding-top: 0;
    }
    #livechat-compact-container .chat-form {
        top: 15vh;
    }

    #livechat-compact-container {
        top: 23vh;
    }

    .gallery .mix{
        width: 100%;
    }

    .about-sec{
        height: auto;
    }

    footer.light .copyright {
        font-size: 14px;
        padding: 10px 12px 8px;
    }

    .contact-form2 input[type="text"], .contact-form2 input[type="email"] {
        width: 46%;
    }

    .map {
        margin-top: 20px;
    }

    .caption strong {
        font-size: 12px;
    }
    .caption.medium_grey{
        font-size: 26px;
    }

    .topbar ul li a {
        margin-right: 56px;
    }

    .topbar ul li a:last-child{
        margin-top: 0;
    }

    nav.navbar.bootsnav .navbar-toggle{
        box-shadow: none;
        margin-top: 16px;
    }

    .creative-sec-thumb.one {
        width: 300px;
        margin: 20px auto 0;
    }
    .creative-sec-thumb.one, .creative-sec-thumb.two, .creative-sec-thumb.three, .creative-sec-thumb.four {
        position: static;
        display: block;
    }

    .creative-sec-thumb figure {
        position: relative;
    }

    .creative-sec-thumb.one .overlay {
        left: 50%;
        margin-left: -73px;
    }

    .creative-sec {
        background: none;
    }

    .pricing-table li span {
        width: 60%;
        font-size: 12px;
    }

    #livechat-compact-container{
        z-index: 23;
    }

    .btn-chat a.link{
        padding: 5px 15px 5px;
    }
}


/*=========================================================================*/

@media (max-width: 736px) {}


/*=========================================================================*/

@media (max-width: 667px) {}


/*=========================================================================*/

@media (max-width: 640px) {}


/*=========================================================================*/

@media (max-width: 414px) {
    .container-chat h3 {
        line-height: 20px;
    }

    .lead.section-text {
        font-size: 26px;
    }

    h2.light{
        text-align: center !important;
    }
    .btn-chat a.link{
        padding: 5px 15px 5px;
        margin-left: -8px;
    }
}


/*=========================================================================*/

@media (max-width: 375px) {
    .container-chat {
        max-width: 280px;
    }

    #livechat-compact-container.open {
        left: 280px;
    }
    .topbar ul li a {
        margin-right: 42px;
    }
}


/*=========================================================================*/

@media (max-width: 360px) {

    .topbar ul li a {
        margin-right: 38px;
    }
}


/*=========================================================================*/

@media (max-width: 320px) {

    .topbar ul li a {
        margin-right: 19px;
    }
}
