.common-right-nav-new{
    position: fixed;
    right: .3rem;
    bottom: 10%;
    transform: translate(0,-50%);
    z-index: 3
}
.icon-link1{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #8c7b77;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}
.icon-link1:hover{
     background: #735d59;
}
.icon-link1 img{
    width: 100%
}
.icon-link8{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #8c7b77;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .17rem;
    cursor: pointer;
    transition: all .3s
}
.icon-link8:hover{
   background: #735d59; 
}
.icon-link8 img{
    width: 100% 
}
.btn-go-top{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #8c7b77;
    align-items: center;
    justify-content: center; 
    margin-top: .17rem;
    transition: all .3s;
    display: none
}
.icon-close{
    display: none
}
.btn-go-top:hover{
   background: #735d59; 
}
.btn-go-top img{
    width: 100% 
}

@media (max-width: 767px){
.sidebar-mb-menu{
    position: fixed;
    bottom: 7%;
    width: .75rem;
    height: .75rem;
    background: #8c7b77;
    right: .2rem;
    z-index: 2;
    border-radius: 50%;
    	box-shadow: 0px 7px 10px 0px 
		rgba(34, 36, 39, 0.08);
}
.sidebar-mb-menu img{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.common-right-nav-new{
    position: fixed;
    right: .2rem;
    bottom: -3%;
    transform: translate(0, 0);
    z-index: 2;
    height:0;
    transition: all .5s;
    overflow: hidden;
}
.common-right-nav-new ul {
    background: #8c7b77;
    border-radius: .43rem;
    padding: .2rem .07rem .24rem;
}
.icon-link1{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}
.icon-link1:hover{
     background: transparent;
}
.icon-link1 img{
    width: 160%
}
.icon-link8{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    cursor: pointer;
    transition: all .3s
}
.icon-link8:hover{
   background: transparent; 
}
.icon-link8 img{
    width: 160% 
}
.btn-go-top{
       width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: .5rem;
    transition: all .3s
}
.btn-go-top:hover{
   background: transparent; 
}
.btn-go-top img{
    width: 160% 
} 
.icon-close{
    width: .6rem;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    transition: all .3s;
}
.icon-close img{
    width: 50%;
}
}