:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.callcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont3e6e3e6e.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont3e6e3e6e.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont3e6e3e6e.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont3e6e3e6e.ttf?v=4.7.0') format('truetype'),url('http://www.wpbright.com/element/prima/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-phone:before {
  content: "\f095";
}
.cc-style10 .cc-button2 .cc-chat-icon i{
    border: 2px solid #fff;
}
.cc-style10 .cc-button2 .cc-chat-icon i,
.cc-style10 .cc-button2 p{
    color: #fff;    
    background: -webkit-linear-gradient(to left, #26C281, #09e072);
    background: -moz-linear-gradient(to left, #26C281, #09e072);
    background: -ms-linear-gradient(to left, #26C281, #09e072);
    background: -o-linear-gradient(to left, #26C281, #09e072);
    background: linear-gradient(to left, #26C281, #09e072);
}
.cc-style10 a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.cc-style10 p{
    margin-top: 0;
    margin-bottom: 1rem
}
.cc-style10{
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;	  
}

.cc-style10 .cc-button2{
    display: flex;
    position: fixed;
    bottom: 1em;
    left: 1em;
    outline: 0;
    cursor: pointer;  
}
.cc-style10 .cc-button2 .cc-chat-icon i{
    position: relative;
    padding: 13px;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.cc-style10 .cc-button2:hover .cc-chat-icon i{
    box-shadow: 0 0px 10px #222;
}
.cc-style10 .cc-button2 p{
    padding: 2px 13px 2px 25px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.cc-style10 .cc-button2:hover .cc-chat-icon i,
.cc-style10 .cc-button2:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cc-style10 .cc-button2 .cc-chat-icon i,
.cc-style10 .cc-button2:hover p{
    box-shadow: 0 0px 2px #222;
}
