.fixed-address{
    position: fixed;
    bottom: 60px;
    left: 0px;
    transform: rotate(-90deg) translate(72px , -4px);
    z-index: 120;
    transform-origin: 50% 71%;
}
.fixed-address a{
    color: #FCB64E;
}
.fixed-address a:hover{
    color: black;
}
.menu .fixed-address{
    position: absolute;
    color: #FCB64E;
}
.fixed-address.blackBg:hover,
.menu .fixed-address a:hover{
    color: white!important;
}
.fixed-follow{
    position: fixed;
    bottom: 60px;
    right: 0px;
    transform: rotate(90deg) translate(-90px , -35px);
    z-index: 120;
    transform-origin: 50% 71%;
}
.menu .fixed-follow{
    position: absolute;
}
.fixed-follow span.header{
    display: inline-block;
    position: relative;
    margin-right: 90px;
    font-size: 14px;
    transition: .4s ease;
}
.fixed-follow.blackBg span.header,
.menu .fixed-follow span.header{
    color: white;
}
.fixed-follow span.header:after{
    position: absolute;
    left: calc(100% + 20px);
    top: 49%;
    width: 50px;
    height: 1px;
    background-color: black;
    content: ' ';
    transition: .4s ease;
}
.fixed-follow.blackBg span.header:after,
.menu .fixed-follow span.header:after{
    background-color: white;
}
.fixed-follow a{
    display: inline-block;
    margin-right: 20px;
    transform: rotate(-90deg);
}
#instagram_icon .cls-1,
#facebook_icon .cls-1,
#twitter_icon .cls-1{
    fill: #4d4d4d;
}
.blackBg #instagram_icon .cls-1,
.blackBg #facebook_icon .cls-1,
.blackBg #twitter_icon .cls-1,
.menu #instagram_icon .cls-1,
.menu #facebook_icon .cls-1,
.menu #twitter_icon .cls-1{
    fill: white;
}
.fixed-follow a:hover #instagram_icon .cls-1,
.fixed-follow a:hover #facebook_icon .cls-1,
.fixed-follow a:hover #twitter_icon .cls-1{
    fill: #FCB64E;
}
.fixed-follow a span{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 12px;
    max-width: 0px;
    overflow: hidden;
    display: inline-block;
    color: #4D4D4D;
    transition: 0.4s ease-in-out;
}
.fixed-follow a:hover span{
    max-width: 150px;
}
.fixed-follow.blackBg a span,
.menu .fixed-follow a span{
    color: white;
}

@media (max-width: 575px) {

}

@media (max-width: 767px) {
    .fixed-address,
    .fixed-follow{
        display: none;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 1199px) {
    .fixed-address{
        left: -40px;
        bottom: 20px;
    }
    .fixed-follow{
        right: -40px;
        bottom: 20px;
    }

}