@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;
    }
    .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;
}
  }
