.contactus .container .heading h1,
.contactus .container .heading h2 {
  font-size: 2.0833333333vw;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.contactus .container .contactcard .row > div {
  margin-bottom: 1.25vw;
}
.contactus .container .contactcard .single {
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
}
.contactus .container .contactcard .single .icon {
  width: 3.125vw;
}
.contactus .container .contactcard .single .icon svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
.contactus .container .contactcard .single .text {
  width: calc(100% - 2.6041666667vw);
}
.contactus .container .contactcard .single .text h6 {
  margin: 0;
  color: #000000;
  margin-bottom: 0.3125vw;
  font-weight: bold;
}
.contactus .container .contactcard .single .text p {
  margin: 0;
  color: #000000;
}
.contactus .container .contactform {
  margin-top: 1.25vw;
}
.contactus .container .contactform form .form-group label {
  margin-bottom: 0.2083333333vw;
  font-weight: bold;
  font-size: 0.7291666667vw;
}
.contactus .container .contactform form .form-group input {
  height: 2.6041666667vw;
  border: none;
  font-size: 0.8333333333vw;
}
.contactus .container .contactform form .form-group textarea {
  height: 7.8125vw;
}
.contactus .container .contactform form .form-group small {
  display: block;
  text-align: right;
  font-size: 0.625vw;
  opacity: 0.7;
}
.contactus .container .contactform form button {
  height: 2.6041666667vw;
  width: 100%;
}
.contactus .container .map {
  margin-top: 1.25vw;
}
.contactus .container .map iframe {
  width: 100%;
  height: 27.6041666667vw;
}

@media (max-width: 990px) {
  .contactus .container .heading h1,
  .contactus .container .heading h2 {
    font-size: 10.2564102564vw;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 6.1538461538vw;
  }
  .contactus .container .contactcard .row > div {
    margin-bottom: 6.1538461538vw;
  }
  .contactus .container .contactcard .single {
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    padding: 6.1538461538vw;
    border-radius: 3.0769230769vw;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .contactus .container .contactcard .single .icon {
    width: 15.3846153846vw;
  }
  .contactus .container .contactcard .single .icon svg {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
  .contactus .container .contactcard .single .text {
    width: calc(100% - 12.8205128205vw);
  }
  .contactus .container .contactcard .single .text h6 {
    margin: 0;
    color: #000000;
    margin-bottom: 1.5384615385vw;
    font-weight: bold;
  }
  .contactus .container .contactcard .single .text p {
    margin: 0;
    color: #000000;
  }
  .contactus .container .contactform {
    margin-top: 6.1538461538vw;
  }
  .contactus .container .contactform form .form-group label {
    margin-bottom: 1.0256410256vw;
    font-weight: bold;
    font-size: 3.5897435897vw;
  }
  .contactus .container .contactform form .form-group input {
    height: 12.8205128205vw;
    font-size: 4.1025641026vw;
    border: 1px solid #ced4da;
  }
  .contactus .container .contactform form .form-group textarea {
    height: 38.4615384615vw;
  }
  .contactus .container .contactform form .form-group small {
    display: block;
    text-align: right;
    font-size: 3.0769230769vw;
    opacity: 0.7;
  }
  .contactus .container .contactform form button {
    height: 12.8205128205vw;
    width: 100%;
  }
  .contactus .container .map {
    margin-top: 6.1538461538vw;
  }
  .contactus .container .map iframe {
    width: 100%;
    height: 135.8974358974vw;
  }
}/*# sourceMappingURL=contact-us.css.map */