/*Social Media */

    .sticky-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -96px;
        top: 60%;
        width: 136px;
        z-index: 1100;
    }

    .sticky li {
        list-style-type: none;
        background-color: #021b53;
        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;
        border-radius: 10px;
    }

    .sticky li:hover {
        margin-left: -90px;
    }

    .sticky li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .sticky li p {
        padding-top: 10px;
        margin: 0px;
        line-height: 22px;
        font-size: 14px;
    }

    .sticky li p a {
        text-decoration: none;
        color: #fff;
    }

    .sticky li p a:hover {
        text-decoration: none;
    }

    .widget-title-white {
        color: #fff;
    }

    .book-now {
        border-radius: 0;
        display: inline-block;
        font-size: 1rem;
        height: 38px;
        line-height: 50px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        width: 100px;
        top: 35%;
        background-color: #4a73e8;
        color: #fff;
        font-weight: 600;
        border-radius: 5px 5px 0px 0px;
        /* Hover styles, 
  media queries */
    }

    .book-now:hover {
        color: #fff !important;
    }

    /* Social Media */