.popup-contact-icon {
    position: fixed;
    top: 50%;
    right: -158PX;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #005a80;
    color: white;
    padding: 10px;
    transition: right 0.3s ease;
    line-height: 31px;
   
}

.popup-contact-icon:hover   {
    cursor: pointer;
    right: 0; 
}
.popup-contact-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-contact-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 40px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 680px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 4px solid #a0db4f;
}
.popup-contact-modal-content h2 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
}
.popup-contact-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.popup-contact-close:hover,
.popup-contact-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.contact-us-text .dashicons {
    font-size: 35px;
    width: 35px;
    height: 35px;
    padding-right: 50px;
}
.popup-contact-modal table, .popup-contact-modal tbody, .popup-contact-modal th, .popup-contact-modal td, .popup-contact-modal tr {
    border: 0;
    padding: 0;
    margin: 0;
}
.popup-contact-modal .textFormFieldBlock,
.popup-contact-modal .dateTimeFormFieldBlock, 
.popup-contact-modal .twoOptionFormFieldBlock, 
.popup-contact-modal .optionSetFormFieldBlock, 
.popup-contact-modal .multiOptionSetFormFieldBlock, 
.popup-contact-modal.lookupFormFieldBlock {
    padding: 0;
}
.marketingForm p {
    text-transform: none;
}
.contact-us-text {
    text-transform: uppercase;
    line-height: 34px;
}

.optionSetFormFieldBlock select, .textFormFieldBlock input, .dateTimeFormFieldBlock input, .lookupFormFieldBlock input, .marketingForm textarea, div[data-editorblocktype="Captcha"] input {
    border: 1px solid #a0db4f !important;
    width: 100% !important;
}