/* go to top */
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #064089;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

/* go to top */
/* theme-btn */
.theme-btn.bt-support-now {
    background: #064089;
    bottom: 146px;
}

.theme-btn.bt-buy-now {
    background: #8ac346;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
}

.theme-btn {
    border-radius: 40px;
    bottom: 59px;
    display: table;
    height: 66px;
    left: 30px;
    min-width: 66px;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}
.theme-btn:hover{
    color: #fff;
}
.theme-btn,
span.coupon {
    position: fixed;
    color: #fff;
}

.theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation;
}

@keyframes scrollDownAnimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* theme-btn */

/* float-side-btn */
.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    z-index: 99;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.floatbutton .ban-form input,
.floatbutton .ban-form textarea {
    padding: 10px 15px;
    outline: 0 !important
}

.floatbutton .theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation
}

.floatbutton span.coupon {
    text-transform: uppercase
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .banner-form,
.floatbutton .clickbutton {
    position: relative;
    display: inline-block
}

.floatbutton .clickbutton {
    overflow: hidden;
    border-radius: 11px 0 0 11px;
    width: 50px;
    z-index: 999;
    height: 300px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    vertical-align: top;
    background: #064089;
    margin-top: 185px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    /* border: 3px solid #fff; */
}

.floatbutton .clickbutton .crossplus:before {
    width: 20px;
    height: 2px;
    background: #fbb334;
}

.floatbutton .clickbutton .crossplus:after {
    width: 2px;
    height: 20px;
    background: #fab334;
}

.floatbutton .clickbutton .crossplus {
    display: block;
    transition: .4s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    white-space: pre;
    bottom: 0;
    z-index: 100;
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f;
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    position: absolute;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    background: none;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: -30px;
}

.floatbutton .btns_wrap .call_wrap {
    width: 295px;
    right: -240px;
    top: 126px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span {
    color: #1e3236;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    right: -225px;
    width: 280px;
    top: 65px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #064089;
    font-size: 18px;
    padding: 14px 20px 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 9px;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #1e3236;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.floatbutton .banner-form h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.floatbutton .banner-form .filed-box .btn-box .btn-wh {
    background-color: #0A61C9;
    padding: 7px 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 14px;
    text-decoration: none;
    border: 1px solid #0A61C9;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    width: 100%;
}

.floatbutton .banner-form .filed-box {}

.floatbutton .banner-form .filed-box .input-main {}

.floatbutton .banner-form .filed-box .input-main label {}

.floatbutton .banner-form .filed-box .input-main .form-control {
    min-height: 50px;
    border-radius: 7px;
    background-color: rgba(250, 250, 250, .92);
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 1px solid #0A61C9;
    padding: 15px;
    font-family: Poppins, sans-serif;
}
.floatbutton .banner-form .filed-box .input-main .form-control:focus{
    box-shadow: none;
}
input.invalid {
    border: 2px solid red;
}
/* float-side-btn */