.footer_call {
    position: fixed;
    top: 90px;
    right: 15px;
    z-index: 9999;
    color: #fff;
}

.footer_call_circle {
    right: 7px;
    bottom: auto;
    position: fixed;
    animation: spin 8s linear infinite;
    background: orange;
    color: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #666;
    float: right;
}

.footer_call_circle a {
    color: #fff;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /-moz-osx-font-smoothing: grayscale;/
}
.border-radius-50{
        -webkit-border-radius: 50%;
}

div.form-details-box .form-wrapp {
    float: left;
    width: 100%;
}

.shareBtn {
    width: 11%;
    display: inline-block;
    margin-bottom: 5px;
}

.forDes {
    width: 31px;
    height: 31px;
    margin-right: 17px;
}