
#formenexum input{width: 100%;margin-bottom: 1rem;}
.formslide{background-color: #fafafa;padding: 1em;border-radius: 1em;}
.iconcslideu-slider, .iconcslidet-home, .iconcslidec-home {
  width: auto;
  position: absolute;
  margin: 8px 10px;
}
.twoBlock{float: left;
  width: 50%;
}

.popup-tab {
  position: fixed;
  right: -56px;
  transform: rotate(-90deg);
  z-index: 999;
  margin: 0;
  top: 50%;
  background-color: #0154A0;
  color: #fff;
  padding: 10px 25px;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
  transition: .3s;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  display: none;
  z-index: 9999;
  border-radius: 1em;
  padding: 1.5em;
}

#popup-tab-1 img{
	width: 22px;
  padding-right: 5px;
  transform: rotate(90deg);
  padding: -3px;
  margin: 5px;
}

#popup-tab-2{
	position: relative;
  transform: none;
	top:0;
	right:0;
  z-index: 999;
font-family: 'Red Rose',display;
  background-color: #0154A0;
	font-weight:700;
  color: #fff;
  padding: 10px 25px;
  border-radius: 2em;
  cursor: pointer;
  transition: .3s;
  text-align: center;
  width: fit-content;
	}
a.whatsappIcon{height: 3em;
  width: 4em;
  position: fixed;
  right: 2em;
  bottom: 3em;
  z-index: 9999999;}