.sec-title {
  font-size: 28px;
  font-family: var(--pf-medium);
  margin-bottom: 15px;
}
.address-main-row,
.address-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.address-main-row > div,
.address-wrap > div {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.address-main-row > div:first-child {
  margin-bottom: 50px;
}
.address-row {
  display: flex;
  align-items: baseline;
  line-height: normal;
  gap: 5px;
  margin-bottom: 5px;
}
.country > span {
  background: var(--hm-blue);
  color: var(--white);
  font-size: var(--font-l);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.address-card {
  --border: 1px solid #cecece;
  position: relative;
  border: var(--border);
  padding: 15px 15px 0 15px;
  height: 100%;
  border-radius: 20px;
  border-top-right-radius: 0;
}
.address-card::before {
  content: "";
  display: block;
  width: 40%;
  height: 30px;
  border: var(--border);
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: -30px;
  right: -1px;
  z-index: 10;
  background: var(--this-body-bg);
}
.address-card.first {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
}
.address-card.first::before {
  right: unset;
  left: -1px;
}
.address-card:hover,
.address-card:hover::before {
  background-color: var(--white);
}
.contact-us-wrap .form-control,
.contact-us-wrap .form-select,
.contact-us-wrap .form-control:focus,
.contact-us-wrap .from-control:active {
  background-color: #00000057 !important;
  color: var(--white) !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 10px 12px 10px 25px !important;
  border-radius: 0.375rem !important;
  height: 42px !important;
  font-size: var(--font-13) !important;
  font-family: var(--pf-light);
}
.contact-us-wrap .form-control::placeholder {
  color: var(--white) !important;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  color: var(--white);
}
.iti__arrow {
  border-top-color: var(--white) !important;
}
.iti__arrow--up {
  border-bottom-color: var(--white) !important;
}
.contact-us-wrap .iti--separate-dial-code input.flag-input:focus, .iti--separate-dial-code input.flag-input:active{
  padding-left: 86px!important;
}
.branch {
  font-size: var(--font-l);
  font-family: var(--pf-medium);
  margin-bottom: 6px;
}
.address-row a,
.address-row a:hover,
.map-changer-btn,
.map-changer-btn:hover {
  color: var(--black-lite);
}
.map-changer-btn {
  display: inline-flex !important;
  cursor: pointer;
}
.address-row,
.static-pages p {
  font-size: var(--font-13);
}

.ci-icon {
  width: 10px;
}
.ci-icon.location {
  width: 8px;
  transform: translateY(1px);
}
.static-pages p {
  margin-bottom: 5px;
}
.contact-us-wrap {
  background-image: url(../images/smart/contact/contact-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
}
.cu-glass-card {
  border: 2px solid;
  border-image-source: linear-gradient(
    135.72deg,
    rgba(255, 255, 255, 0.27) 8.53%,
    rgba(255, 255, 255, 0) 60.59%,
    rgba(255, 255, 255, 0.33) 93.17%
  );
  backdrop-filter: blur(20px);
  padding: 40px 60px;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: auto;
}
.contact-us-wrap .form-control,
.contact-us-wrap .form-select {
  background-image: url(../images/smart/contact/person-white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 11px center;
}
.contact-us-wrap .form-control.email {
  background-image: url(../images/smart/contact/mail-white.svg);
}
.contact-us-wrap .form-control.flag-input {
  background-image: none;
}
.contact-us-wrap .form-select.services {
  background-image: url(../images/smart/contact/support.svg);
}
.contact-us-wrap .form-control.message {
  background-image: url(../images/smart/contact/chat-white.svg);
  background-position: 12px 14px;
}
@media (min-width: 768px) {
  .address-wrap > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .address-main-row > div {
    width: 50%;
  }
  .address-main-row > div:first-child {
    margin-bottom: 20px;
  }
  .address-card {
    padding: 15px 25px 0 25px;
  }
  .cu-glass-card {
    width: 70%;
  }
}
