﻿.sticky-ball {
    width: 60px;
    height: 60px;
    background: linear-gradient(to bottom, #d55a28 0%, #e68230 50%) !important;
    border-radius: 60px;
    position: fixed;
    right: 1.0000%;
    bottom: 5px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 1001;
    /* border: 1px solid #f56d00; */
}

    .sticky-ball .ball1 {
        width: 250px;
        height: 220px;
        border-radius: 5px;
        position: fixed;
        top: -160px;
        left: -200px;
        z-index: 1;
    }

    .sticky-ball img {
        top: 6px;
        left: 7px;
        position: absolute;
        z-index: 1001;
    }

    .sticky-ball .tog {
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.2);
        background-color: rgba(255,255,255,0.98);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

    .sticky-ball .display {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        background: linear-gradient(to bottom, #d55a28 0%, #e68230 50%) !important;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }

        .sticky-ball .display .closeButton, .sticky-ball .display .contact-widget-reveal {
            display: none
        }

    .sticky-ball .fa {
        position: absolute;
        top: 7px;
        left: 220px;
        font-size: 24px;
        color: #fff;
    }

    .sticky-ball .view {
        display: none;
    }

    .sticky-ball .o {
        font-size: 35px;
        left: 15px;
        top: 12px;
    }

    .sticky-ball .fa.fa-times {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: 1001;
    }

    .sticky-ball .fa.fa-circle-thin {
        font-size: 45px;
        left: 10px;
        top: 8px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        z-index: 1001;
    }

    .sticky-ball label {
    }
.support-form-header {
    background-color: #f8f8f8;
    border-radius: .66667rem .66667rem 0 0;
    border-bottom: .09167rem solid #ddd;
    color: #000;
    padding: 1.25rem 1.66667rem;
    box-sizing: border-box;
    text-transform: uppercase;
}

    .support-form-header .form-title {
       /* font: 1.16667rem sans-serif;*/
        font-weight: 700;
        line-height: 0.9;
        color: #555;
        text-align: center;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .sticky-ball {
        height: 50px;
        width: 50px;
        background-color: rgba(138, 18, 71, 0.8);
        border-radius: 60px;
        position: fixed;
        left: auto !important;
        right: -6px !important;
        top: auto !important;
        bottom: 56px !important;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        z-index: 1001;
        border: 1px solid #f56d00;
    }

        .sticky-ball .display {
            width: 50px;
            height: 50px;
        }

        .sticky-ball .o {
            left: 10px;
            top: 7px;
        }
}
