.header .live-chat {
    margin-top: 18px;
    margin-right: 20px;
    text-align: right;
    width: 136px;
}

#target-bridge-install-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#installBtn{
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border: none !important;
    background: #0187c6;
    color: #fff !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 10px !important;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}
h4{
    font-size: 20px;
}
#installBtn:hover{
    background-color: #017cc6;
}

.bridge-manuall-download {
    cursor: pointer;
}

.bridge-auto-install {
    cursor: pointer;
    margin-left: 15px;
}

.bridge-manuall-download .store-setup {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    padding-left: 2%;
    width: 20%;
}

.header-line{
    background: #48b4ee;
    height: 50px;
}

.plugin-head-title{
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.pull-left-lg,
.pull-left-md,
.pull-left-sm,
.pull-left-xs {
    float: left;
}
.pull-right-lg,
.pull-right-md,
.pull-right-sm,
.pull-right-xs {
    float: right;
}

.services-divider{
    margin: 50px auto;
    border: 2px solid #48b4ee;
    width: 5%;
    border-radius: 3px;
    background: #48b4ee;
}

img{
    display: inline-block !important;
}

.btn i {
    font-size: 2.2em !important;
    vertical-align: middle !important;
    padding-top: 2px !important;
}
.help-support-section_item{
    margin: 20px auto;
}

.tool-free ul .phone-number {
    color: #4E4E4E;
    font-size: 1.4em;
    font-weight: 300;
}

.toll-free-img {
    position: relative;
    padding-left: 28px;
}
.tool-free ul .works-days {
    margin-top: -10px;
    color: #000;
    font-size: .8em;
}
.tool-free ul .works-days .gray-text {
    color: #847f7f;
    font-weight: 300;
}

.btn-live-chat,
.btn-ticket{
    width: 210px !important;
}
.btn-live-chat{
    background: #3ecf50 !important;
}

.content-position-right{
    float: right;
    padding-top: 7px;
}
.content-position-left{
    float: left;
}
/* --------------------- The Footer ----------------------- */
.module-footer {
    z-index: 1;
    width: 100%;
    padding: 36px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .module-footer {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .content-position-right{
        float: none;
    }
    .content-position-left{
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .wizard-sidebar{
        display: none;
    }
}

.bridge-auto-install,
.bridge-manuall-download{
    color: #797979 !important;
    font-size: 87%;
}

.yellow-error {
    background-color: #ffeebf;
    word-wrap: normal;
}

#cart-id-target ~ .help-block {
    display: none;
}

.next-step-buttons {
    display: flex;
    justify-content: space-around;
}
.advanced-demo {
    display: block;
    position: relative;
    width: 330px;
}
.advanced-demo span{
    width: 330px;
    position: absolute;
    top: -25px;
    left: 0;
}
ul.list {
    list-style: none;
}
ul.list li::before {
    content: "- ";
    font-weight: 900;
}
.fade {
    opacity: 1!important;
}