    /*float css start*/
.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -371px;
    top: 30%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #F39205;
    top: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #F39205;
    box-shadow: 0 0 40px #00000026!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 30px 0 0 30px;
    z-index: 9999;
}
.btns_wrap .call_wrap {
    width: 280px;
    border: 1px solid #F39205;
    background-color: #F39205;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    border-radius: 30px 0 0 30px;
}
.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #6b6bb7;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #fff;
    background-color: #F39205;
    background-image: -webkit-linear-gradient(10deg, #F39205, #F39205, #F39205);
}
.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0;
}
.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}
.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}
@media only screen and (max-width : 767px){
   
     .floatbutton {
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        position: fixed;
        right: -371px;
        top: 30%;
        font-size: 0;
        width: 420px;
        z-index: 999;
    }
    .btns_wrap {
        position: fixed;
        right: -18px;
    }
    .btns_wrap .chat_wrap {
        display: block;
        position: absolute;
        right: -225px;
        width: 280px;
        background-color: #F39205;
        top: -14px;
        border-radius: 0;
        overflow: hidden;
        border: 1px solid #F39205;
        box-shadow: 0 0 40px #00000026!important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 30px 0 0 30px;
        z-index: 9999;
    }
    .btns_wrap .call_wrap {
        width: 280px;
        border: 1px solid #F39205;
        background-color: #F39205;
        position: absolute;
        right: -225px;
        top: 42px;
        border-radius: 3px 0 0 3px;
        overflow: hidden;
        box-shadow: 0 0 40px #00000026!important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 9999;
        border-radius: 30px 0 0 30px;
    }
    .btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
        color: #fff;
        font-size: 14px;
        padding: 12px 15px;
        border-right: 1px solid #F39205;
        vertical-align: middle;
        display: inline-block;
        border-radius: 10px 0 0 10px;
        border-right: 1px solid #fff;
    }
    .btns_wrap a:hover {
        text-decoration: none!important;
        right: 0;
    }
}