.page-wrapper.contact-us-wrapper {
  background-image: url("../images/page-wrapper-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}
.contact-us-wrapper .fixed-top {
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  box-shadow: none;
}
.contact-us-wrapper .hdr-with-bg {
  background-color: #fff;
}
.contact-us-wrapper .connect-wrap .h2 {
  text-align: center;
  margin-bottom: 30px;
}
.contact-us-wrapper .connect-wrap .h2 b {
  font-weight: 700;
}
.g-20 {
  row-gap: 20px;
}
.connect-wrap .h2 b {
  color: var(--color-primary);
}
.contact-us-wrapper .di-map-header .title {
  text-align: center;
  margin-bottom: 20px;
}
.contact-us-wrapper .di-map-header p {
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
}
.di-map-header {
  margin-bottom: 50px;
}
.contact-us-wrapper .di-map-blk {
  box-shadow: 10px 14px 45px 0px #00000030;
}
.contact-us-wrapper .di-map-blk p {
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
}
.contact-us-wrapper .di-map-blk .di-title {
  margin: 26px 0 11px 0;
}
.contact-us-wrapper .di-map-blk svg {
  width: 40px;
  height: 40px;
  fill: #135d81;
}
.di-deftsoft-map iframe {
  height: 740px;
  width: 100%;
}
.di-deftsoft-map p span {
  font-weight: 600;
}
.di-deftsoft-map>.container {
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.di-deftsoft-map .col-md-4 {
  display: flex;
}
.di-deftsoft-map-row {
  width: 94%;
}
.di-map-blk {
  padding: 40px 30px;
  box-shadow: 10px 14px 45px rgb(0 0 0 / 19%);
  border-radius: 24px;
  background-color: var(--color-light);
  width: 100%;
}
.di-map-blk i {
  font-size: 30px;
  line-height: 1;
}
.di-map-blk i,
.di-map-blk .di-title {
  color: #135d81;
}
.di-map-blk .di-title {
  font-weight: 700;
  margin: 25px 0 20px 0;
}
.di-map-blk p:not(:last-child) {
  margin-bottom: 10px;
}
.di-deftsoft-map .map-iframe {
  height: 740px;
}
/* responsiveness  */
@media (max-width: 1899px) {
  .di-deftsoft-map>.container {
    margin-bottom: 60px;
  }
}
@media(max-width:1399px){
  .contact-us-wrapper .di-map-blk img {
    max-width: 143px;
}
}
@media (max-width: 1199px) {
  .di-map-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-us-wrapper .di-map-header .title {
    margin-bottom: 0px;
  }
  .di-map-blk {
    box-shadow: 10px 14px 27px rgb(0 0 0 / 19%);
  }
  .di-map-blk p span {
    display: block;
  }
  .di-map-blk {
    padding: 24px 20px;
  }
  .di-map-blk .di-title {
    margin: 15px 0 10px 0;
  }
  .di-map-blk i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .di-map-blk {
    box-shadow: 10px 14px 14px rgb(0 0 0 / 19%);
  }
  .di-map-blk p span {
    display: inline-block;
  }
  .di-deftsoft-map .col-md-4:not(:last-child) {
    margin-bottom: 20px;
  }
}