.pg-contact-map {
  margin-top: -180px; }
  .pg-contact-map .nav-tabs {
    position: relative;
    z-index: 50;
    border: 0; }
    .pg-contact-map .nav-tabs .nav-link {
      font-size: 18px;
      font-weight: bold;
      border: 0;
      padding: 20px 35px;
      border-radius: 12px 12px 0 0;
      color: #1d2a3b;
      -webkit-margin-end: 20px;
      margin-inline-end: 20px; }
  .pg-contact-map .map {
    position: relative; }
    .pg-contact-map .map::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: #1d2a3b;
      opacity: 0.15;
      pointer-events: none; }
    .pg-contact-map .map iframe {
      margin-bottom: -6px;
      border: 0 !important; }
    .pg-contact-map .map .info-cards {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 10; }
      .pg-contact-map .map .info-cards .info-card {
        padding: 40px 35px;
        border-radius: 0 0 12px 12px;
        background-color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 490px;
        max-width: 100%; }
        .pg-contact-map .map .info-cards .info-card p {
          font-size: 15px;
          margin-bottom: 15px; }
        .pg-contact-map .map .info-cards .info-card li {
          font-size: 18px;
          font-weight: bold;
          margin: 5px 0; }
        .pg-contact-map .map .info-cards .info-card .img {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .pg-contact-map .map .info-cards .info-card .img img {
            width: 90px;
            height: 90px;
            -o-object-fit: contain;
            object-fit: contain; }
