﻿.ban-form input, .ban-form textarea {
    width: 100%;
    padding: 10px 15px;
    font-weight: 400;
    outline: 0 !important
}

.banform .container {
    width: 100%
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton, .floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 600px;
    z-index: 9
}

    .banner-form, .floatbutton .clickbutton {
        position: relative;
        background: #fff;
        display: inline-block
    }

    .floatbutton .clickbutton {
        border-radius: 30px 0 0 30px;
        width: 50px;
        z-index: 999;
        height: 270px;
        cursor: pointer;
        box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
        padding-top: 0;
        vertical-align: top;
        margin-top: 198px;
        color: var(--color-secondry);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: Poppins,sans-serif;
        -ms-box-shadow: 0 0 40px #00000026;
        -o-box-shadow: 0 0 40px #00000026
    }

.btns_wrap .call_wrap, .btns_wrap .chat_wrap {
    position: absolute;
    right: -235px;
    width: 280px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #000;
    left: -79px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

    .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
    }

.banner-form {
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    margin: 0 0 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-family: sans-serif
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0
}

.ban-form input[type=submit] {
    color: #000;
    font-weight: 600;
    background: #f7e7ce;
    border-radius: 2px;
    text-align: center;
    background-image: #f7e7ce;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    font-family: Graphik
}

.ban-form textarea {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 120px;
    margin: 1px 0 0
}

.btns_wrap {
    position: fixed;
    right: -6px
}

    .btns_wrap a:hover {
        text-decoration: none !important;
        right: 0
    }

    .btns_wrap .call_wrap {
        background: #fff;
        top: 120px;
        border-radius: 50px 0 0 50px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .btns_wrap .call_wrap span {
            color: #333;
            font-size: 20px;
            vertical-align: middle;
            background: #fff;
            padding: 15px 20px 15px 15px
        }

    .btns_wrap .chat_wrap {
        display: block;
        background: #fff;
        top: 40px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
            color: #000;
            background: #fff;
            font-size: 18px;
            padding: 7px 14px;
            border-right: 1px solid #ded9d9;
            vertical-align: middle;
            display: inline-block;
            border-radius: 10px 0 0 10px;
            box-shadow: 1px 0 13px #eee
        }

.footer-cta-wrap a.btn-outline-white.chat-btn, .social-links a {
    color: #000;
    border-color: #000
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff
}
