.main-banner {
  position: relative;
  background: url("../assets/contact.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.dark-overlay {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(92, 88, 88, 0.5);;
}

.content-padding {
  padding: 50px 0px;
}

.banner-content {
  text-align: center;
}

.banner-content h2 {
  font-size: 35px;
text-transform: none;
line-height: 25px;
font-family: "Poppins", sans-serif;
padding-top: 37px;
}

.banner-content h1 span {
  text-decoration: underline;
}

.banner-content p {
  width: 70%;
  margin: 15px auto 30px;
}

.banner-content-img {
  padding-top: 120px;
}

h1 {
  color: black;
  margin-bottom: 10px;
}

iframe {
  width: 80%;
  height: 500px;
  filter:blur(100%);
}

.container1 {
  width: 100%;
  height: 50vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.float {
  opacity: 0.7;
  position: fixed;
  width: 120px;
  height: 35px;
  bottom: 330px;
  right: 0px;
  background-color: #fd583f;
  color: #fafa01;
  border-radius: 50px 0px 0px 50px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 5px 5px 3px #999;
}

.float:hover {
  opacity: 1;
}

.my-float {
  margin-top: 22px;
}