
        #custom_fc_button {
            position: fixed;
            right: 30px;
            bottom: 0;
            background-color: #6dd0ad;
            color: #fff;
            text-align: center;
            border-radius: 4px 4px 0 0 !important;
            box-shadow: none;
            background-clip: padding-box !important;
            border: 0 !important;
            z-index: 2000000000;
        }
        #open_fc_widget {
            position: relative;
            display: block;
            white-space: nowrap;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            padding: 5px 40px 5px 15px;
            letter-spacing: 1px;
        }
        #fc_icon {
            height: 20px;
            margin: 0;
            padding: 0;
            position: absolute;
            right: 15px;
            top: 7px;
        }
        #imageicon {
            height: 30%;
            width: 30%
        }
        div.chat-fc-form-outer {
            max-width: 390px;
        }
        .chat-fc-form-outer p.fc-header .fc-minimize {
            font-size: 0;
        }
        .chat-fc-form-outer p.fc-header .fc-minimize:after {
            display: inline-block;
            content: '\00d7';
            font-size: 22px;
            line-height: 1em;
        }
        .chat-fc-form-outer p.fc-header {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            padding: 15px 20px;
        }
        .chat-fc-form-outer div.fc-form {
            margin: 0;
        }
        .chat-fc-form-outer div.fc-form p {
            font-size: 14px;
            line-height: 1.5em;
            margin-top: 0;
            font-weight: inherit;
        }
        .chat-fc-form-outer div.fc-form ul li label {
            top: -10px;
            left: 10px;
            font-size: 14px;
            margin-left: 0;
            font-weight: normal;
            padding: 0;
        }
        .chat-fc-form-outer div.fc-form a.fc-button {
            text-decoration: none;
            padding: 15px 0;
            font-weight: 600;
            font-size: 16px;
        }
        .chat-fc-form-outer div.fc-form ul li {
            padding: 0;
            border: 1px solid #ddd;
            border-radius: 3px;
        }
        .chat-fc-form-outer div.fc-form ul li input {
            padding: 15px 10px;
            font-size: 14px;
            border: 0 !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
        .chat-fc-form-outer div.fc-form ul li .pre-fc-error {
            position: absolute;
            font-size: 13px;
            color: red;
            background: #ffffff;
            top: -10px;
            text-align: right;
            right: 10px;
        }
        @media (max-width: 767px) {
            #custom_fc_button {
                right: 5px;
            
            }
        }
    