﻿.contacts {
  position: relative;
}
.contacts .sub {
  color: rgb(153, 153, 153);
}
.contacts .phoneicon {
  width: 24px;
}
.contacts .phone {
  color: rgb(18, 65, 133);
  font-size: 30px;
  font-weight: bolder;
  margin-left: 1rem;
}
.contacts .address {
  font-size: 14px;
  color: rgb(90, 90, 90);
}
.contacts .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacts .box img {
  width: 60px;
}
.contacts .box .text {
  padding-left: 0.5rem;
}
.contacts .box .text span {
  font-size: 16px;
  color: rgb(153, 153, 153);
}
.contacts .qrcodebox {
  border: 1px solid rgb(210, 210, 210);
  height: 320px;
  background-color: transparent;
  width: 342px;
  position: absolute;
  top: 60px;
  right: 80px;
  background-color: var(--bs-white);
}
.contacts .qrcodebox p {
  font-size: 14px;
  color: #5a5a5a;
}
.contacts .qrcodebox .t2 {
  color: rgb(153, 153, 153);
}
#bdmap {
  height: 400px;
}
#bdmap img {
  max-width: unset;
}