.catalog-product-view .sb-quickdemoeditor{
    margin-bottom: 3rem;
}
.side-buttons {
    position: relative;
    z-index: 9999;
}
.side-buttons .design {
    position: fixed;
    top: 250px;
    right: 0;
}
.side-buttons .design a.design {
    background: #f75200 none repeat scroll 0 0;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 8px 10px;
    text-transform: uppercase;
    right: -70px;
    cursor: pointer;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.side-buttons .design a.design:hover {
    background: #4c5e7f;
}

#side-buttons-schedule-demo {
    position: relative;
    z-index: 9999;
    z-index: 999 !important;
}
#side-buttons-schedule-demo .design {
    position: fixed;
    top: 250px;
    right: 0;
}
#side-buttons-schedule-demo .design a.design {
    background: #4c5e7f none repeat scroll 0 0;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 8px 10px;
    text-transform: uppercase;
    right: -80px;
    cursor: pointer;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
#side-buttons-schedule-demo .design a.design:hover {
    background: #f75200;
}

@media screen and (max-width: 450px){
    .side-buttons,#side-buttons-schedule-demo 
    {
        display: none;
    }
}



.button_cont .schedule-demo-demo img.calendericon{
    width: 20px;
    margin-right: 5px;
}
.button_cont.schedule-demo-demo img.calendericon-hover{
    width: 20px;
    margin-right: 5px;
    margin-top: 20px;
}

.schedule-demo-demo img.calendericon-hover, .schedule-demo-demo:hover img.calendericon{
    display: none; 
    width: 20px;
}
.schedule-demo-demo:hover img.calendericon-hover{
    display: inline;
}
.schedule-demo-demo {
    border: none;
    /* background: #f2823a; */
    color: #404041 !important;
    font-weight: 700 !important;
    padding: 20px;
    /* text-transform: uppercase;
    border-radius: 6px; */
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    /* -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,.57);
    transition: all .3s ease 0s;
    margin: 0px 19px 0px 0px; */
}
.schedule-demo-demo:hover {
    /* color: #404040 !important; */
    color: #ffffff !important;
    font-weight: 1000 !important;
    /* letter-spacing: 3px;
    background: 0 0;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,.57);
    transition: all .3s ease 0s; */
}

.change-demo-text.quickdemo-block{
    margin-bottom: 13px;
}

.request-demo-button {
    border: none;
    background: #f2823a;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 20px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.3s ease 0s;
}
.request-demo-button:hover {
    color: #404040 !important;
    font-weight: 1000 !important;
    letter-spacing: 3px;
    background: none;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.3s ease 0s;
}

#req-cust {
    border: none;
    /* background: #4c5e7f; */
    background-color: #f3f3f3;
    border-radius: 6px;
    color: #404040;
    font-weight: 700 !important;
    padding: 20px;
    text-transform: uppercase;
    /* border-radius: 6px; */
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    -webkit-box-shadow: unset;
    transition: all .3s ease 0s;
}
#req-cust:hover {
    /* color: #404040 !important; */
    font-weight: 1000 !important;
    /* text-decoration: underline !important; */
    /* letter-spacing: 3px; */
    /* background: 0 0; */
    background-color: #4c5e7f;
    color: #ffffff !important;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    transition: all .3s ease 0s;
}

.button_cont .request-demo-button img.scheduledemoicon{
    width: 20px;
    margin-right: 5px;
}
.button_cont.request-demo-button img.scheduledemoicon-hover{
    width: 20px;
    margin-right: 5px;
    margin-top: 20px;
}
.request-demo-button img.scheduledemoicon-hover, .request-demo-button:hover img.scheduledemoicon{
    display: none; 
    width: 20px;
}
.request-demo-button:hover img.scheduledemoicon-hover{
    display: inline;
}
.request-demo-button{
    display: revert;
}

@media screen and (max-width: 768px) {
    .quickdemo-container {
        display: none;
    }
}