.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -310px;
    transform: translateY(-50%);
    width: 310px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
}
.sidebar-contact.active{
  right:0;
}



.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.sidebar-contact .toggle {
    position: absolute;
    height: 40px;
    width: 138px;
    text-align: center;
    cursor: pointer;
    background: #061d12;
    top: 49px;
    left: -89px;
    line-height: 38px;
    transform: rotate(-90deg);
}
.sidebar-contact .toggle:before {
    content: 'Enquire Now';
    font-family: 'Montserrat', sans-serif !IMPORTANT;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-contact .checkbox label {
    font-size: 10px;
    line-height: 13px;
}
button.btn.btn-submit {
    background-color: #5f5f5f;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
}


input#captcha-main {
    width: 160px;
}

span#captcha-display-main, span#captcha-display {
    padding: 9px 15px;
}

button#refresh-captcha-main {
    padding: 7px 8px;
}


@media(max-width: 767px) {
    .sidebar-contact {
        display: none;
    }
}