.inner-officeHead {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.inner-officeHead p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  color: #555e69;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 40px;
}

.headinfo {
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  padding: 25px 21px;
  height: 100%;
  border-radius: 20px;
}

.headinfoContent {
  display: flex;
  margin: 0px 0px 0px 0px;
}

.head-icon {
  /* float: left; */
  width: 30px;
  margin: 4px 0px 20px 0px;
}

.head-icon svg,
.head-icon i {
  font-size: 16px;
  border: 1px dashed #8a8a8a;
  padding: 3px;
  color: #5a5a5a;
  border-radius: 100px;
  background: #ffffff;
}

.head-content {
  margin: 0px 0px 0px 10px;
  text-align: left;
  width: 90%;
}

.head-content p {
  font-size: 15px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 10px;
}

.inner-contactus {
  position: relative;
  top: 8px;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100%;
}

.head-content span {
  margin-top: 6px;
  display: block;
  font-weight: 600;
}

.head-content span svg {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

/* .outer-contactusbg {
    background: url(../images/contact-bg1.jpg);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    height: 550px;
}

.inner-contactusbg h1 {
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
} */

.mail-head a {
  color: #000;
}

.mail-head a:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .head-content p {
    overflow-wrap: anywhere;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .head-content p {
    overflow-wrap: anywhere;
  }
  .head-icon {
    float: none;
    margin: 8px 0px 20px -34px;
  }
  .head-content {
    width: 100%;
  }
}
@media screen and (max-width: 921px) and (min-width: 768px) {
  /* .inner-contactusbg h1 {
    font-size: 60px;
  } */

  .head-icon {
    float: none;
    margin: 8px 0px 20px -34px;
  }
  .head-content {
    width: 100%;
  }
  /* .head-content {
    margin-left: auto;
    margin-top: 24px;
  } */

  .headinfo {
    display: block;
  }

  .head-content p {
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 767px) {
  /* .inner-contactusbg h1 {
    font-size: 40px;
  }

  .outer-contactusbg {
    height: 450px;
  } */

  .inner-officeHead h2 {
    font-size: 22px;
  }

  .inner-officeHead p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .inner-officeHead {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .inner-officeHead .mt-5 {
    margin-top: 1rem !important;
  }

  .headinfo {
    padding: 16px 10px;
    min-height: 132px;
  }

  .head-content {
    font-size: 15px;
    margin-right: 10px;
  }

  .head-icon svg {
    font-size: 31px;
  }

  .contact-head {
    margin-top: 31px;
  }

  .mail-head {
    margin-top: 27px;
  }
}
