.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-100px;
    top:400px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    /* background-color:#fff; */
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    /* margin-left:-50px; */
}
.sticky li img{
    float:left;
    margin:55px 44px;
    margin-right:5px;
}
.sticky li p{
    padding-top:10px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

#callnowbutton{
	    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #2dc62d;
    border-bottom: 1px solid #006700;
    text-shadow: 0 1px #006700;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    padding-right: 20px;
    background: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

@media (min-width: 1024px) {
    #hidden-on-desktop {
        display: none;
    }
}