
.stickybar {
    background: #f1f1f1 none repeat scroll 0 0;
    position: fixed;
    right: 0px;
    border-bottom: 1px solid #02bed7;
    border-top: 1px solid #02bed7;
    z-index: 9999;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.stickybar.fixed {
    position: fixed;
    right: 0px;
    top: 600px;
}
.stickybar.out {
    width: 330px;
}
.stickybar .inner1 {
    height: 100%;
    position: relative;
    width: 100%}
div.stickybar ul {
    margin: 0;
    padding: 0px;
}
.stickybar ul li {
    list-style: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: 0;
    right: 0px;
}
.stickybar li a {
    background-color: #ee3c40;
    display: inline-block;
    font-size: 8px;
    height: 60px;
    font-weight: 600;
    line-height: 10px;
    padding: 9px 0 10px;
    text-transform: uppercase;
    width: 50px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: 0;
    border-bottom: 1px solid #0497ab;
}
.stickybar .content {
    background-color: #f1f1f1;
    border: 0;
    color: #676767;
    left: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 0;
    width: 280px;
    display: none;
}
.stickybar li.active>.content {
    display: block;
}
.stickybar li.chat.active>.content {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    padding: 0;
}
.content>h3 {
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.content>h4 {
    color: #000;
}
.stickybar .content .hbspt-form {
    position: relative;
    z-index: 99999999;
}
.stickybar .content .hs-form.stacked .field {
    margin-bottom: 0;
}
.stickybar .content .hs-form.stacked .field label {
    display: none;
}
body .hs-form .hs-input, body .hs-form textarea.hs-input {
    box-sizing: border-box !important;
    width: 100%}
body .stickybar .content input.hs-input, body .stickybar .content textarea.hs-input, body .stickybar .content select.hs-input {
    height: 34px !important;
}
body .stickybar .content .hs-form.stacked .actions {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}
body .stickybar .content .hs-form .hs-button {
    background: #ffc216 !important;
    border-color: #ffc216 !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #fff !important;
    font-size: 20px;
    height: auto;
    line-height: 20px;
    transition: opacity .15s linear 0s;
    padding: 5px !important;
    width: auto !important;
}
body .stickybar .content .hs-form .hs-button:hover:not(.inactive), body .stickybar .content .hs-form .hs-button:focus:not(.inactive), body .stickybar .content .hs-form .hs-button.hovered:not(.inactive) {
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}
body .stickybar .content .inputs-list.multi-container li label {
    display: block !important;
    font-weight: bold !important;
}
.stickybar li:first-child a {
    background-color: #ee3c40;
}
.stickybar li:first-child a:hover {
    background-color: #cf1b1f;
}
.stickybar li:nth-child(2) a {
    background-color: #ee3c40;
}
.stickybar li:nth-child(2) a:hover {
    background-color: #cf1b1f;
}
.stickybar li:nth-child(3) a {
    background-color: #ee3c40;
}
.stickybar li:nth-child(3) a:hover {
    background-color: #cf1b1f;
}
.stickybar li:nth-child(4) a {
    background-color: #ee3c40;
}
.stickybar li:nth-child(4) a:hover {
    background-color: #cf1b1f;
}
.stickybar li:nth-child(5) a {
    background-color: #ee3c40;
}
.stickybar li:nth-child(5) a:hover {
    background-color: #cf1b1f;
}
.stickybar li:nth-child(6) a {
    background-color: #ee3c40;
}
.stickybar li:nth-child(6) a:hover {
    background-color: #cf1b1f;
}
.stickybar li a:hover, .stickybar li a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #cf1b1f !important;
}
.sticky-switcher i {
    margin-top: 25px;
}
.stickybar li a i {
    font-size: 22px !important;
    vertical-align: middle;
    color: #fff;
    display: block;
    margin-bottom: 4px;
    margin-right: 8px;
}


@media(max-width:767px) {
    .stickybar {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 70px !important;
    left: 0;
    right: 0;
    transform: none;
    z-index: 9999999;
}

.stickybar ul li {
    float: left;
    width: 20%;
    border-right: 1px solid #00adc4;
}
.stickybar li a {
    font-size: 10px;
    height: 70px;
    width: 100%}
.stickybar .content {
    left: 0;
    width: 100%;
    max-width: 400px;
    max-width: 100%}
.stickybar.out {
    width: 100%}
.stickybar .content {
    opacity: 0;
    top: auto;
    bottom: 70px;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: 0;
}
.stickybar li.active .content {
    opacity: 1;
    visibility: visible;
}


.stickybar {
    right: 0px;
    z-index: 999999;
}


@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {

.stickybar {
    right: 6px;
    z-index: 999999;
}


.stickybar .content h5{padding-top: 10px; padding-bottom: 10px; font-size: 20px; font-family: 'Roboto'; font-weight: 600;} 

}