#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #999;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
}
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: transparent;
    width: 800px;
    height: 400px;
    margin-left: -476px;
    margin-top: -220px;
    z-index: 200;
}
#popupclose {
  float: right;
  padding: 10px;
  cursor: pointer;
  font-size: 30px;
}
.popupcontent {
  padding: 10px;
}
#button {
    cursor: pointer;
    position: absolute;
    /* height: 10px; */
    top: 105px;
    left: 45%;
	font-size: 14px;
	z-index: 4;
	background-color:#53C6BD;
}
#button:hover {
	background: #FFDC09;
}

#button_c {
    cursor: pointer;
    position: absolute;
    /* height: 10px; */
    top: 135px;
    left: 45%;
	font-size: 14px;
	z-index: 4;
	background: #3C61AF;
}
#button_c:hover {
	background: #FFDC09;
}

img#logo {
    position: absolute;
	cursor: pointer;
left: 0px;
    top: 30px;
}

div#elementor-widget-container {
    position: fixed;
    z-index: 999;
	right: 20px;
	top: 20px;
}

.close {cursor: pointer; position: absolute; top: -15px;right: 65px;float:right;z-index: 1000;}
.close:before, .close:after {content: ' '; position: absolute; width: 38px; height: 3px; background: #A3F0D5; transition: 0.4s ease;}
.close:hover:before, .close:hover:after {content: ""; position: absolute; width: 38px; height: 3px; background: #FFD998; transition: 0.4s ease;}
.close:before {transform: rotate(45deg);}
.close:after {transform: rotate(-45deg);}