
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__wrapper-2 {
    padding-left: 0;
  }
}
.contact__title {
  font-size: 30px;
  margin-bottom: 32px;
  color: var(--tp-common-dark-3);
}
.contact__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.contact__info-wrapper {
  padding: 60px 60px 50px;
}
@media (max-width: 575px) {
  .contact__info-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact__info-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .contact__info-icon {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.contact__info-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 77px;
  text-align: center;
  font-size: 30px;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.contact__info-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact__info-contact p {
  color: var(--tp-text-2);
  line-height: 1.5;
  margin-bottom: 2px;
  font-size: 16px;
}
.contact__info-contact p a:hover {
  color: var(--tp-theme-1);
}
.contact__map-inner {
  height: 560px;
  position: relative;
}
.contact__map-inner iframe {
  width: 100%;
  height: 100%;
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 1;
}
.contact__map-icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
  font-size: 40px;
  color: var(--tp-common-white);
}
.contact__map-icon span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  z-index: -1;
}
.contact__map-icon i {
  font-size: 40px;
  color: var(--tp-common-white);
}

