body {
  margin: 0;
  padding: 0;
  background-color: #ddd;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
}

.main {
  width: 100%;
  position: relative;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}
.location {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
.location .gmap_canvas iframe {
  position: absolute;
}
.location .gmap_canvas a {
  position: absolute;
  left: 350px;
  top: 800px;
  transform: translate(-50%, 0);
  color: #202020;
  display: none;
}
.data {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 20px;
  bottom: 100px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.data::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202020;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  border-radius: 5px;
}
.call_ , .facebook{
  width: 100%;
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
  z-index: 3;
}
.call_ img , .facebook img{
  width: 2.5vw;
  height: 2.5vw;
  margin-top: 10px;
}
.call_ p , .facebook p{
  color: white;
  font-family: 'Cairo';
  font-size: 1.3vw;
  text-align: left;
  padding-left: 10px;
  margin: 0px;
}
.facebook p a , .call_ p a{
  text-decoration: none;
  color: white;
  font-size: 1.3vw;
}
.facebook p a:hover , .call_ p a:hover{
  cursor: pointer;
}
@media (max-width: 1600px) {
  .location {
    margin-top: 50px;
  }
}
@media (max-width: 1199.99px) {
  .location {
    margin-top: 45px;
  }
}
@media(max-width: 699.99px) {
  .location {
    margin-top: 35px;
  }
  .data {
    bottom: 50px;
  }
  .call_ img , .facebook img{
    width: 4vw;
    height: 4vw;
    margin-top: 5px;
  }
  .facebook p a , .call_ p a{
    font-size: 2.5vw;
  }

}
@media(max-width:374.99px){
  .location {
    margin-top: 35px;
  }
}
