#zbtQuote{
    /* width: 436px;
    height: 100%;
    position: fixed;
    right: -436px;
    top: 0px;
    transition: right .3s linear 0s; */
    width: 100%;
    height: 100%;
    border: none;
    background-color: #171a23;
    box-shadow: 0px 10px 20px 0px 
		rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
#zbtQuote-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background-color: #000;
}
#zbtQuote-modal-backdrop.fade{
    display: none;
}
#zbtQuote-modal-backdrop.fade.in{
    display: block;
    opacity: .5 !important;
}

.zbtQuote-fixed{
    width: 436px;
    height: 100%;
    position: fixed;
    right: -436px;
    top: 0px;
    transition: right .3s linear 0s;
    z-index: 9999;
}
.zbtQuote-fixed >.zbtQuote-icheck{
    position: absolute;
    top: 14px;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.zbtQuote-fixed >.zbtQuote-icheck input[type="checkbox"], .icheck input[type="radio"]{
    position: static;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    margin: 4px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}
.zbtQuote-fixed >.zbtQuote-icheck label{
    position: relative;
    font-weight: 400;
    display: inline;
    vertical-align: top;
    cursor: pointer;
}
.zbtQuote-fixed >.zbtQuote-icheck input[type="checkbox"] + label::before{
    background-image: url('../images/1c19074046c0466e5731bbc1561866c8.png');
    background-position: -12px -13px;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -17px;
}
.zbtQuote-fixed >.zbtQuote-icheck input[type="checkbox"]:checked + label::before{
    background-position: 0px -13px;
}