@font-face {
  font-family: "Poppin";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppinbold";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppinlight";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Light.ttf);
}

.google-map .row .col-12 > iframe {
  width: 100%;
  height: 360px;
  border: 0;
  margin: 0px;
  padding: 0px;
}

.contactus .row .col-12 p > span {
  font-size: 12px;
  padding: 4px;
  font-family: "Poppinlight";
  cursor: pointer;
  color: gray;
}

.contactus .row .col-12 > h2 {
  font-size: 20px;
  color: black;
  font-family: "Poppinbold", Arial, sans-serif;
  margin: 0px 0px 17px;
}

.contactus .row .col-12 > h2::after {
  content: "";
  background-color: black;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 1%;
  width: 40px;
}

.contactus .get-details > p {
  font-size: 12px;
  font-family: "Poppinslight";
  margin: 0px 0px 27px;
}

.contactus .get-details > form {
  padding: 20px 0px 20px;
}

.contactus .get-details > form {
  padding: 20px 0px 20px;
}

.contactus .get-details form > label {
  display: block;
  margin: 0px 0px 10px;
  font-family: "Poppinbold";
  font-size: 12px;
}

.contactus .get-details form > input[type="text"] {
  display: block;
  padding: 7px 12px 5px;
  font-family: "Poppinbold";
  font-size: 12px;
  width: 90%;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  background-color: white;
  margin: 0px 0px 20px;
}

.contactus .get-details form > textarea {
  width: 100%;
  display: block;
  font-size: 12px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  margin: 0px 0px 27px;
  border-radius: 0px;
  border: 1px solid #cbcbcb;
}

.contactus .get-details form > input[type="submit"] {
  margin: 5px 0px 0px;
  padding: 7px 15px;
  background-color: #232323;
  border-radius: 0px;
  border: 1px solid #232323;
  font-family: "Poppinbold";
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 50%;
}

.contactus .adddress-info > h4 {
  font-size: 14px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  margin: 0px 0px 22px;
  display: block;
}

.contactus .adddress-info p {
  display: block;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.contactus .adddress-info > .para-space {
  margin: 0px 0px 24px;
}
.contactus .adddress-info > .para-space:last-child {
  margin: 40px 0px 24px;
}
.contactus .adddress-info .para-space > p {
  padding: 0px;
  margin: 0px 0px 5px;
}

.contactus .adddress-info .para-space > span {
  display: block;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.contactus .adddress-info .para-space span > a {
  text-decoration: none;
  color: black;
}

.contactus .adddress-info .para-space span > a:hover {
  color: #007bff;
}

@media (max-width: 768px) {
  .contactus .row .col-12 > h2::after {
    left: 2%;
  }
}

@media (max-width: 425px) {
  .contactus .row .col-12 > h2::after {
    left: 3%;
  }
  .adddress-info {
    margin-top: 30px;
  }
  .main-header__top {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .contactus .row .col-12 > h2::after {
    left: 4%;
  }
}
