.popup-form {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
z-index: 999;
}
.popup-form-content {
margin: auto;
padding: 20px;
width: 500px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
background: #fff;
}
.close-popup {
font-weight: bold;
right: 0px;
position: absolute;
top: 0;
background: #333332;
padding: 6px 7px 4px 7px;
}
.popup-logo.menu {
z-index: 99;
}
@media only screen and (max-width: 1024px){
#Gutenmodalpopup.popup-form {
padding-top: 10px;
}
}  .overlay-mobile {
height: 100%;
width: 0;
position: fixed;
left: 0;
top: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
z-index: 999999;
}
.overlay-mobile .closebtn {
position: absolute;
top: 21px;
right: 18px;
font-size: 21px;
background-color: #458561;
color: #fff;
height: 30px;
text-align: center;
width: 30px;
border-radius: 10px;
padding-top: 0px;
z-index: 1000;
}
.overlay-mobile a {
text-decoration: none;
}
.overlay-content-mobile {
position: relative;
top: 0;
width: 100%;
text-align: center;
margin-top: 0px;
}  .float-container-btns {
position: fixed;
top: 50%;
display: flex;
flex-direction: column;
right: -190px;
width: 250px;
z-index: 99;
}
.float-container-btns a {
display: flex;
align-items: center;
padding: 10px;
margin-bottom: 10px;
transition: all 0.2s linear;
background: #458561;
border-radius: 5px 0px 0px 5px;
color: #fff;
box-shadow: 0 2px 4px #7d7d7d;
border: 2px solid #fff !important;
}
.float-container-btns img {
width: 35px;
height: auto;
margin-right: 15px;
}
.float-container-btns>a:hover {
transform: translateX(-188px);
transition: all 0.2s linear;
color: #fff;
}  #btn-back-to-top {
position: fixed;
bottom: 11%;
right: 10px;
display: none;
cursor: pointer;
color: #fff;
background-color: #458561;
width: 45px;
height: 45px;
font-size: 34px;
border-radius: 5px;
z-index: 10000;
text-align: center;
border: 2px solid #fff;
}
#btn-back-to-top:hover {
background: #333;
}