

.smartBar {
    bottom: 0%;
    right: -250px;
  /*  left: -202px; */
    z-index: 99999;
    position: fixed;
    padding: 10px;
    background-color: #000;
    
    max-width: 250px;
    height: 100%;

    box-shadow: 0 0 6px rgba(0,0,0,.25);

}

.smartBar .demoItem {
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}

.smartBar .cta {
    height: 90px;
    width: 80%;
    margin: 0px auto;
}

.smartBar .demoBox {
    overflow-y: scroll;
    z-index: 99999;
    height: 77%;
    background:#000;
    padding-right: 5px;
  
}

.smartBar .cta .wspbtn {
    margin-top: 10px;
    background: #25d366;
 
}

.smartBar .demoactual {border: 2px #FF5722 solid;}



.smartBar .btnCta {
    float: left;
    background-color: #9E9E9E;
    text-align: center;
    color: white;
    font-size: 10px;
    font-family: montserrat;
    padding: 9px;
    cursor: pointer;
    /* margin: 0px auto; */
    margin-left: 24px;
    width: 138px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.25);
}

.smartBar .smartToggle {

    float: left;
    margin-left: -59px;
    top: 80%;
    position: relative;
    /* text-orientation: sideways-right; */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #000;
    letter-spacing: 3px;
    /* margin-top: 202px; */
    font-family: montserrat;
    color: white;
    border-radius: 3px 3px 0px 0px;
    padding: 15px;
    font-weight: 100;
    font-size: 13px;
    cursor:pointer;

}


.smartBar .demoItem .title {
    BACKGROUND: #00000073;
    COLOR: WHITE;
    TEXT-ALIGN: CENTER;
    PADDING: 5PX;
    font-family: Montserrat;
    margin-top: -29px;
    font-size: 12px;
}

.smartBar select {
    
    font-family: Montserrat;
    line-height: 48px;
    padding: 13px;
          
}

.demosTit {
    color: white;
    margin: 20px 0px 10px 0px;

}

.grecaptcha-badge{
    display: none !important;
}

.txt-footer{
    font-size: 14px;
    color: white;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 768px){
    .txt-footer{
        text-align: center;
    }
    .social{
        margin-top: 1rem;
    }
}