/*      side nav call back       */

.intercom.active,
.intercomCloseBtn.active {
    opacity: 1;
    z-index: 3;
    transition: .5s;
}

.intercom {
    padding: 12px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010103;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer;
}

.navPanel {
    position: fixed;
    bottom: -1000px;
    right: -1000px;
    width: 360px;
    height: 360px;
    background: rgb(0 0 0 / 88%);
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
}

.navPanel.active {
    bottom: -170px;
    right: -165px;
    transition: .5s;
}

.navPanel .link1 {
    left: 148px;
    top: 18px;
}

.navPanel .link2 {
    left: 65px;
    top: 52px;
}

.navPanel .link3 {
    left: 20px;
    top: 132px;
}

.navPanel .link {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
}

.navPanel .link figure {
    padding: 15px;
    /* background: #fff; */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    margin: 0 0 0.2rem;
}

.navPanel .link span {
    margin-top: 3px;
    display: block;
    font-size: 20px;
    color: #fff;
}

.intercomCloseBtn.active {
    background: #646464;
    border: solid 1px #4d4d4d;
}

.intercom.active,
.intercomCloseBtn.active {
    opacity: 1;
    z-index: 3;
    transition: .5s;
}

.intercomCloseBtn {
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58bf93;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*.icon-close:before {
    content: "\e901";
}*/


/*      end side nav call back       */



.fl-fl {
    -webkit-box-shadow: 0px 4px 11px -1px black;
    ;
    box-shadow: 0px 4px 11px -1px black;
    ;
    background: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: auto;
    border-radius: 50%;
    position: fixed;
    right: 0px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.icon {
    color: #e12454;
}

.s {
    font-size: 40px;
    color: #ff5f13;
    ;
    padding: 13px 0;
    width: 33px;
    padding-right: 9px;
    margin-left: 13px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #ff5f13;
    !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.float-fb {
    top: 72%;
}

.float-tw {
    top: 64%;
}

.float-gp {
    top: 48%;
}

.float-rs {
    top: 56%;
}