﻿@media only screen and (min-width : 280px) {
    /*TOP NAVBARS*/
    .topLinks {
        height: 70px;
    }

    .topLinkBtn1 a, .topLinkBtn2 a {
        font-size: 12px !important;
        padding: 5px !important;
    }

    .topLinkBtn2{
        margin-top:5px;
    }

    .topLinksList li {
        float: right;
        margin-right: 5px;
    }

    .forDoctorsButton{
        margin-bottom: 10px;
    }

    .forDoctorsButton a{
        padding: 5px !important;
    }

    .linearGradientButton {         
        width:150px;
        margin-left:-5px;
    }

    .linearGradientButtonGreenOnly {
        padding: 10px 10px;
    }

    .linearGradientButtonBlueOnly { 
        padding: 10px 10px;
    }

    /*FOOTER*/
    .footerLinksList > ul li a {
        font-size: 15px;
    }

    .socialIconsFooter a {
        margin-left:20px;
        font-size: 25px;
    }

    .footerGIcon {
        width: 20px;
        height: 25px;
    }

    .footerAIcon{
        width:20px;
        height:25px;
    }

    .socialIconsFooter a:hover {
        color: #fff;
    }

    .downloadButtonFooter {        
        font-size: 9px !important;
        padding: 10px;
        width: 120px;
    }
}

@media only screen and (min-width : 320px) {
    /*FOOTER*/
    .footerLinksList > ul li a {
        font-size: 15px !important;
    }

    .socialIconsFooter a {
        margin-left: 20px;
        font-size: 25px;
    }

    .footerGIcon {
        margin-left: 0px;
    }

    footerAIcon {
    }

    .socialIconsFooter a:hover {
        color: #fff;
    }

    .downloadButtonFooter {
        font-size: 11px !important;
        padding: 10px;
        width:150px;
    }
}


@media only screen and (min-width : 360px) {

}

@media only screen and (min-width : 411px) {
    /*TOP NAVBARS*/
    .topLinks {
        height: 50px;
    }

    .topLinkBtn1 a, .topLinkBtn2 a {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .topLinkBtn2 {
        margin-top: 0px;
    }

    .topLinksList li {
        float: right;
        margin-right: 5px;
    }

    .forDoctorsButton a {
        padding: 8px !important;
    }

    .linearGradientButton {
        width: 150px;
        margin-left: -5px;
    }

    .linearGradientButtonGreenOnly {
        padding: 10px 10px;
    }

    .linearGradientButtonBlueOnly {
        padding: 10px 10px;
    }
}

@media only screen and (min-width: 480px){
    /*FOOTER*/
    .footerLinksList > ul li a {
        font-size: 15px !important;
    }

    .socialIconsFooter a {
        margin-left: 20px;
        font-size: 25px;
    }

    .footerGIcon {
        margin-left: 0px;
    }

    footerAIcon {
    }

    .socialIconsFooter a:hover {
        color: #fff;
    }

    .downloadButtonFooter {
        font-size: 10px !important;
        padding: 10px;
        width: 130px;
    }
}

@media only screen and (min-width: 540px){
    /*FOOTER*/
    .downloadButtonFooter {
        font-size: 15px !important;
        padding: 10px;
        width: 190px;
    }
}


@media only screen and (min-width : 600px) {
    /*TOP NAVBARS*/
    .topLinks {
        height: 50px;
    }

    .topLinkBtn1 a, .topLinkBtn2 a {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .topLinkBtn2 {
        margin-top: 5px;
    }

    .topLinksList li {
        float: right;
        margin-right: 10px;
    }

    .topLinkBtn2 {
        margin-top: 0px;
    }

    /*FOOTER*/
    .downloadButtonFooter {
        font-size: 15px !important;
        padding: 10px;
        width: 190px;
    }
}

@media only screen and (min-width : 1024px) {
    .forDoctorsButton .linearGradientButton {
        width: 130px !important;
    }

    .forDoctorsButton a {
        padding: 8px !important;
        font-size: 14px;
    }
    /*TOP NAVBARS*/
    .navBarList > .nav-item > a { 
        font-size:12px !important;
        letter-spacing: 0px !important;
        line-height:18px;
    }
    .navbar-brand img{
        width: 120px;
        height:30px;
    }
}

@media only screen and (min-width : 1280px) {
    /*TOP NAVBARS*/
    .forDoctorsButton .linearGradientButton{
        width:150px !important;
    }

    .forDoctorsButton a {
        padding: 8px !important;
        font-size: 16px;
    }

    .navbar-brand img {
        width: 180px !important;
        height: 40px !important;
    }

    .linearGradientButton{
        margin:0px !important;
    }

    .navBarList > .nav-item > a {        
        line-height: 30px; 
        font-size:12px !important;
        letter-spacing: 1px !important;
    }

    a.linearGradientButtonGreenOnly {
        background: transparent linear-gradient(90deg, #35B04B 0%, #35A495 100%) 0% 0% no-repeat padding-box;
        border-radius: 8px;
        font-size: 13px !important;
        color: #fff;
        font-weight: 500;
        padding: 5px;
        opacity: 1;
    }

    a.linearGradientButtonBlueOnly {
        background: transparent linear-gradient(90deg, #35A497 0%, #3599DE 100%) 0% 0% no-repeat padding-box;
        border-radius: 8px;
        font-size: 13px !important;
        color: #fff;
        font-weight: 500;
        padding: 5px;
        opacity: 1;
    }


}