@media only screen and (min-width: 1000px) {
    .footer-dock{
        display:none;
    }
}
@media only screen and (max-width: 999px) {

    .footer-dock {
        display:block;
        display: flex;
        justify-content: center;
    }
    .custom-navigation li {
        list-style: none;
        text-align: center;
        flex-grow: 1;
        flex-basis: 0;
    }
    .custom-navigation ul {
        max-height: 62px;
        display: flex;
        justify-content: space-around;
        margin: 0;
        padding: 17px 3px;
    }
    .custom-navigation {
        border-radius: 10px 10px 0 0 !important;
        box-shadow: 0px 6px 10px #0000003d;
        position: fixed;
        bottom: 0;
        width: 70%;
        z-index: 9999;
        color: #fff !important;
        margin: auto;
		margin-top: 15px;
    }

div.nectar-global-section.before-footer > div > div:last-of-type {
    padding-bottom: 70px !important;
}
#footer-outer #copyright{
    padding-bottom: 70px !important;
} 
    .custom-navigation a {
        position: relative;
        text-decoration: none;
        top: -19px;
    }
    .custom-navigation i {
        top: 18px !important;
        position: relative !important;
        font-size: 20px;
    }
    .custom-navigation li:nth-child(n + 2) {
        border-left: 1px solid #bfbfbf;
    }
    .custom-navigation img {
        max-width: 25px;
    }
    .custom-navigation img {
        width: auto;
        position: relative;
        height: 25px;
        top: 70%;
    }
	.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    font-size: 25px !important;
}
  }

/* DESKTOP CSS */
@media only screen and (max-width: 999px) {
    .desktop-dock{
        display:none;
    }
}
@media only screen and (min-width: 1000px) {

    .desktop-dock {
        bottom: 50%;
        transform: translate(0, 50%);
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 50%;
        flex-direction: column;
        z-index: 99999;
    }
    .desktop-dock .custom-navigation li {
        list-style: none;
        text-align: center;
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }
    .desktop-dock .custom-navigation ul {
        display: flex;
        margin: 10px 0;
        flex-direction: column;
        padding:0 7px;
        justify-content: center;
    }
    .desktop-dock .custom-navigation {
        border-radius: 0 10px 10px 0 !important;
        box-shadow:3px 0 10px #00000026;
        /* position: fixed;
        bottom: calc(50% - 72px); */
        width: auto;
        z-index: 9999;
        color: #fff !important;
        margin: auto;
        margin-left: 0;
    }
    .multi-location{
        border-radius: 0 5px 5px 0;
        box-shadow:3px 0 10px #00000026;
    }
    .desktop-dock .multi-location .custom-navigation {
        box-shadow: unset;
    }
div.nectar-global-section.before-footer > div > div:last-of-type {
    padding-bottom: 70px !important;
}
#footer-outer #copyright{
    padding-bottom: 70px !important;
} 
.desktop-dock .custom-navigation a {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    }
    .desktop-dock .custom-navigation i {
        top: 0 !important;
        position: relative !important;
        font-size: 32px;
    }
    .desktop-dock .custom-navigation > ul > li:not(:last-child) {
        border-bottom: 1px solid #bfbfbf;
    }
 
    .desktop-dock .custom-navigation img {
        max-width: 25px;
    }
    .desktop-dock .custom-navigation img {
        width: auto;
        position: relative;
        height: 25px;
        top: 70%;
    }
	.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    font-size: 25px !important;
}
.multi-location {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: min-content;
}
.location-name {
    writing-mode: tb-rl;
    font-size: 18px;
    padding: 15px 6px;
    max-width: 57px;
    border-radius: 0 3px 3px 0;
}
.desktop-dock .multi-location:not(:last-child) {
    margin-bottom: 7px;
}
.desktop-dock .multi-location .custom-navigation {
    transform: scale(0);
    width: 0;
    opacity: 0;
    height: 80px;
    transition: height 0.3s ease, width 0.2s ease,opacity 0.2s ease;
}
.desktop-dock .multi-location .custom-navigation ul{
    border-right: 1px solid #bfbfbf;
}
.desktop-dock .multi-location .custom-navigation.hovered {
    width:47px;
    transform: scale(1);
    opacity: 1;
    height: auto;
}
.desktop-dock .multi-location .custom-navigation ul li:first-child a {
    padding-top: 0;
    padding-bottom: 5px;
}
.desktop-dock .multi-location .custom-navigation ul li:last-child a {
    padding-top: 5px;
    padding-bottom: 0;
}
}

