.contact-icon {
  width: 55px;
  height: 55px;
  margin: 1rem auto;
  text-align: center;
  position: relative;
}

.contact-icon i {
  font-size: 30px;
  color: #fff;
  transform: translate(50%, 50%);
  position: absolute;
  left: 0;
  top: 0;
}

.contact-content {
  background-image: url("../images/bg-wood.png");
  /* background-repeat: no-repeat; */
  background-size: 40%;
  min-height: 100vh;
  /* background-attachment: fixed; */
  background-position: top;
  overflow: hidden;
}

l .contact-content .contact-head {
  margin-top: 4rem;
}

.contact-head h1 {
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #004722;
  font-size: 50px;
  font-weight: 700;
}

.contact-head .box-how {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.contact-head .box-how h3 {
  color: #004722;
  font-size: 20px;
  font-weight: 600;
}

.contact-head .box-how h5 {
  color: #004722;
  font-weight: 600;
  font-size: 16px;
}

.contact-tel {
  padding: 0;
  margin-top: 2rem;
  text-transform: uppercase;
}

.contact-tel .text-tel {
  text-align: right;
  padding: 0;
  color: #004722;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.contact-tel .num-tel {
  text-align: center;
  padding: 0;
  font-weight: 500;
  color: #004722;
  font-size: 16px;
}

.contact-tel .call-tel {
  text-align: left;
  padding: 0;
}

.contact-tel .call-tel a {
  background: #004722;
  border-radius: 25px;
  padding: 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.contact-email {
  text-align: center;
  padding: 2rem 1rem;
  text-transform: uppercase;
}

.contact-email .text-email {
  margin-bottom: 1rem;
}

.contact-email input, .contact-email textarea {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #000;
}

.contact-email input::placeholder, .contact-email textarea::placeholder {
  opacity: 0.5;
}

.email-submit a {
  background: #004722;
  color: #fff;
  border-radius: 10px;
  padding: 5px 1rem;
  font-size: 16px;
  font-weight: 500;
}

.contact-location {
  position: relative;
}

.contact-location .bg-location1 {
  width: 200px;
  position: absolute;
  top: -5rem;
  right: -5rem;
}

.contact-location .bg-location2 {
  position: absolute;
  bottom: -55px;
  right: -65px;
  width: 200px;
}

.contact-location .location-head {
  text-align: center;
}

.location-head h3 {
  text-transform: uppercase;
  color: #004722;
  font-size: 1.35rem;
}

.h3-sam {
  font-size: 1.575rem !important;
}

.location-head p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.contact-location .location-1 {
  position: relative;
  overflow: hidden;
}

.location-1 .ipad-left {
  width: 160px;
  float: left;
  shape-outside: url("../images/contact-ipad.png");
  shape-margin: 1rem;
  margin-right: 1rem;
}

.location-1 .text-1 {
  padding: 4rem 1rem 0 0;
}

.location-1 .text-1 p, .location-2 .text-2 p {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.location-2 {
  text-align: right;
  position: relative;
}

.location-2 .text-2 {
  padding: 3rem 0;
}

.location-2 .text-2 h3 {
  text-transform: uppercase;
  color: #004722;
  margin-bottom: 2rem;
}

.location-2 .img-right {
  height: 100%;
  width: 200px;
  object-fit: cover;
  transform: translateY(-60px);
}

.contact-map a {
  text-transform: uppercase;
  background: #004722;
  color: #fff !important;
  border-radius: 10px;
  padding: 5px 1rem;
  margin: 1rem 0 0;
    position: relative;
    z-index: 999998;
}

.contact-map p {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.location-1 .set-ipad {
  display: none;
}

.xl-img-right {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 30%;
  visibility: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .contact-tel .text-tel, .contact-tel .num-tel, .contact-tel .call-tel a {
    font-size: 14px;
  }
}

@media screen and (max-width: 365px) {
  .location-1 .text-1 p, .location-2 .text-2 p, .contact-tel .text-tel, .contact-tel .num-tel, .contact-tel .call-tel a {
    font-size: 12px;
  }
  .location-1 .ipad-left {
    width: 140px;
  }
}

@media screen and (min-width: 768px) {
  .contact-email {
    padding: 2rem 15%;
  }
  .location-1 .ipad-left {
    width: 170px;
    shape-margin: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .contact-email {
    padding: 2rem 20%;
  }
  .contact-tel {
    padding: 0 20%;
  }
  .location-1 .ipad-left {
    width: 160px;
    shape-margin: 3.5rem;
    margin-right: 3.5rem;
  }
  .location-1 .contact-map {
    margin-right: 0 !important;
    float: unset !important;
    text-align: center;
  }
  .contact-location .bg-location1 {
    width: 300px;
    right: -7rem;
  }
  .contact-content .contact-head {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 1200px) {
  .contact-email {
    padding: 0rem 30%;
    padding-bottom: 2rem;
  }
  .contact-tel {
    padding: 0 30%;
  }
  .location-1 .ipad-left {
    display: none;
  }
  .location-1 .set-ipad {
    display: block;
    width: 700px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -20%;
  }
  .contact-location .location-1, .contact-location .location-2 {
    overflow: unset;
    text-align: center;
  }
  .location-1 .contact-map, .location-2 .contact-map {
    margin-right: 0 !important;
    float: unset !important;
  }
  .xl-img-right {
    visibility: visible;
	bottom: 55%;
  }
  .contact-location .bg-location2 {
    position: absolute;
    bottom: -100px;
    right: -140px;
    width: 400px;
  }
  .contact-tel .call-tel a {
    background: #004722;
    border-radius: 50px;
    padding: 0 25px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
	.contact-head .box-how h5 {
    color: #004722;
    font-weight: 600;
    font-size: 20px;
  }
	.contact-icon {
    width: 70px;
    height: 70px;
    margin: 2rem auto;
    text-align: center;
    position: relative;
  }
  .location-1 .text-1 {
    padding: 0 1rem 0 0;
    width: 28%;
    margin-left: 36%;
  }
  .location-2 .text-2 h3 {
	margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1800px) {
  .location-1 .set-ipad {
    width: 1000px;
    top: -45%;
    margin-left: -100px;
  }
}