.contact-head-office-details p {
  margin-bottom: 14px;
}

.rad-underline:after {
  content: "";
  height: 2px;
  width: 32px;
  background: var(--light-teal);
  display: block;
  margin-top: 14px;
}

.contact-address-item *:last-child {
  margin-bottom: 0;
}

.contact-map-main .map-wrapper .map-content > iframe {
  width:100%; 
  height: 445px;
}

.contact-map-main-wrapper .sub-office-main {
  margin-top: 90px;
}

.contact-map-main-wrapper .sub-office-main .contact-address-item {
  padding-top: 16px;
  border-top: 1px solid rgba(100, 141, 158, 0.4);
}

.sub-office-main.align-suboffice .row > div > .row > div:nth-child(1n+3) {
  margin-top: 64px;
}

.sub-office-main.full-suboffice > .row > div:nth-child(1n+4) {
  margin-top: 64px;
}

.contact-map-main {
  position: relative;
}

.tabbed-container-module:before {
  content: '';
  background: url(/~/media/Images/E/Ependion-Corp/content-images/signpost/contact-shadow.png) no-repeat top right;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0;
  right: 0;
}

@media all and (max-width: 991.98px){
  
  .contact-map-main-wrapper .sub-office-main {
    margin-top: 60px;
  }
  
  .sub-office-main.full-suboffice > .row > div:nth-child(1n+3),
  .sub-office-main.align-suboffice .row > div > .row > div:nth-child(1n+3) {
    margin-top: 30px;
  }
  
}

@media all and (max-width: 767.98px){
  .contact-address-item {
    margin-bottom: 30px;
  }
  
  .contact-map-main-wrapper .sub-office-main {
    margin-top: 30px;
  }
  
  .contact-map-main-wrapper .sub-office-main .contact-address-item {
    margin-bottom: 0;
  }
}

@media all and (max-width: 575.98px) {
  
  .sub-office-main.full-suboffice > .row > div:nth-child(1n+2), 
  .sub-office-main.align-suboffice .row > div > .row > div:nth-child(1n+2) {
    margin-top: 30px;
  }
  
}


