body, html {
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .bgimg-1 .title {
    position: absolute;
    left: 0;
    top: 33%;
    width: 100%;
    text-align: center;
  }

    .bgimg-1 .title p {
      color: rgb(255, 255, 255);
      font-size: 6.8em;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 20px;
      font-weight: 600;
      line-height: 130px;
      margin: 0 50px 50px 50px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

.line-1 {
  color: rgb(255, 255, 255);
  font-size: 2em !important;
  line-height: 50px !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 20px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  width: 23em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  white-space: nowrap;
  overflow: hidden;
  margin-top: 50px;
}

/* Animation */
.anim-typewriter {
  width: 0;
  /*animation: typewriter 4s steps(44) 1s 1 normal both,
            blinkTextCursor 500ms steps(44) infinite normal;*/
}

.bgimg-1 .title p span {
  color: rgb(255, 255, 255);
  font-size: 0.2em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 13px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.paragraph1 {
  color: #777;
  background-color: white;
  text-align: center;
  padding: 50px 80px;
  text-align: justify;
}

  .paragraph1 h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #111;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 600;
  }

  .paragraph1 p {
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 36px;
    letter-spacing: 1px;
  }

.downBtnLink {
  transition: color 0.3s ease;
}

.downBtn {
  cursor: pointer;
  margin: auto;
}

.contentHolder {
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  /* width: 100%; */
}

.content {
  color: #ddd;
  background-color: #ffffff;
  text-align: center;
  /* padding:50px 80px; */
  padding: 0 200px;
  text-align: left;
  display: flex;
  flex-direction: row;
  /* width: 55%; */
  justify-content: space-evenly;
  gap: 70px;
}

.left, .middle, .right {
  /* width: calc(100% / 3); */
  width:30vw;
  display: flex;
  flex-direction: column;
}

.left, .right {
  padding: 35px 0;
}
/* .left img, .middle img, .right img{
  width:75px;
  height:75px;
  
  border: 3px solid white;
  overflow: hidden;
  padding:25px;
} */

.content p {
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.location {
  opacity: 0;
}

.iconHolder {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tel, .tolFree, .afterOfficeHour, .Email, .openingHour, .address {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.4px;
}

.googlemapbox {
  width: 35vw;
  height: 65vh;
  background-image: url('../img/mttMap1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.googlemapbox1 {
  width: 35vw;
  height: 65vh;
  background-image: url('../img/mttMap2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bgimg-1 .title {
    position: absolute;
    left: 0%;
    top: 33%;
    width: 100%;
    text-align: center;
  }

    .bgimg-1 .title p {
      color: rgb(255, 255, 255);
      font-size: 2.2em;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 10px;
      font-weight: 600;
      line-height: 80px;
      margin: 0;
    }

  .line-1 {
    font-size: 18px !important;
    letter-spacing: 5px !important;
    line-height: 20px;
    width: 15em !important;
  }

  .paragraph1 {
    padding: 50px 20px;
  }

    .paragraph1 h3 {
      margin: 40px 20px 10px 20px;
      letter-spacing: 15px;
      line-height: 70px;
    }

  .content {
    flex-direction: column;
    padding: 40px 0px;
    width: 80%;
    gap: 10px;
  }

  .left, .middle, .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

    .left img, .middle img, .right img {
      padding: 5px;
    }

  .googlemapbox {
    background-image: url('../img/mttMap1.png');
    width: 80vw;
  }
  .googlemapbox1 {
    background-image: url('../img/mttMap2.png');
    width: 80vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .bgimg-1 .title {
    top: 35%;
  }

    .bgimg-1 .title p {
      font-size: 3.5em;
      line-height: 140px;
    }

  .line-1 {
    font-size: 0.1em;
    letter-spacing: 5px;
    line-height: 20px;
  }

  .paragraph1 p {
    font-size: 24px;
  }

  .content {
    flex-direction: column;
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

    .content p {
      font-size: 30px;
      padding-left: 30px;
    }

  .left, .middle, .right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .googlemapbox {
    background-image: url('../img/mttMap1.png');
  }
  .googlemapbox1 {
    background-image: url('../img/mttMap2.png');
  }
}
