.scrollToTopBtn {
  background-color: #2ea740;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 80px;
  right: 30px;
  /* keep it on top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}
.call_btn {
  left: 30px;
}

.call_btn a:hover {
  text-decoration: none;
  outline: none;
}

.call_btn img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.call_btn,
.whatsapp_btn {
  position: fixed;
  bottom: 15px;
  z-index: 99;
}

.whatsapp_btn {
  right: 30px;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.form-control {
  border-radius: 0;
  padding: 10px;
  background-color: rgba(205, 205, 205, 0.518);
}

.form-control::placeholder {
  font-size: 14px;
  padding-left: 10px;
  color: gray;
  font-weight: 200;
}

body {
  font-family: sans-serif;
}

#attachedsection {
  background-image: url('../image/attachedsection.jpg');
  background-size: cover;
  width: 100%;
  background-position: center;
}

.phoneicon {
  color: #2ea740;
  border-radius: inherit;
  padding-left: 14px;
  padding-top: 6px;
  height: 45px;
  width: 45px;
  border: 2px solid #e1e1e1;
}

.mailicon {
  color: #2ea740;
  border-radius: inherit;
  padding-left: 9px;
  padding-top: 6px;
  height: 45px;
  width: 45px;
  border: 2px solid #e1e1e1;
}

.hovertext:hover {
  color: #2ea740;
  transition: all 0.5s ease-in-out;
}

.mailicon:hover {
  color: #2ea740;
  transition: all 0.5s ease-in-out;
}

.container {
  width: 78%;
}

#topdiv {
  background-color: #f0f5f9;
}
#logo {
  height: 100px;
}
#contact {
  font-size: 15px;
}
#mail {
  font-size: 15px;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }

  #topdiv .row {
    width: 100%;
  }
  #maplogo {
    margin: inherit;
    width: 100%;
    text-align: center;
  }
  #topnav {
    font-size: 15px;
  }
  #sitelogo {
    text-align: center;
  }
  #logo {
    height: 65px;
  }
  #contact {
    font-size: 15px;
    text-align: center;
  }
  #mail {
    font-size: 15px;
    text-align: center;
    margin-top: -22px;
  }
}
