#overLay {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #707070;
    opacity: 0.7;
    z-index: 9;
    left: 0;
    top: 0;
}

@media screen and (max-width: 570px) {
    #overLay {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
  .feedback-cookie-container {
        display: none!important;
    }
    
}


.feedback-cookie-container {
    border-radius: 15px;
    background-image: url("/images/pages/contact/HowAreWeDoing.webp");
    width: 617px;
    height: 400px;
    margin: auto;
    position: sticky;
    vertical-align: middle;
    z-index: 9999
    ;
   display: none;
    left: 0;
    right: 0;
    /* background: #2f3640;  */
    /* background: #fff; */
    /* color: #f5f6fa; */
    padding: 10px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
   
    
}


.feedback-cookie-container.active {
    bottom: 30%;
}

.feedback-link-btn {
    margin-top: 295px;
    float: right;
    width: 265px;
    height: 100px;
    margin-left: 5px;
    right: 4.5rem;
    opacity: 0;
    background: blue
}




.feedback-cookie-container a {
    color: #f5f6fa;
}


.feedback-close-btn {
    position: absolute;
    z-index: 200;
    top: -1rem;
    left: 40rem;
    font-size: 2.5rem;
    color: whitesmoke;
}

.feedback-close-btn:hover {
    opacity: 0.50;
}

