.contact-info-box .box-inner a:hover {
  color: var(--other-color);
}
.contact-map {
  height: 100%;
}
section.contact-upper h2,
section.contact-upper p {
  text-align: center;
}
section.contact-upper p {
  margin-bottom: 0;
}
.contact-page-section {
  padding-top: 135px;
}
.contact-page-section .contact-details {
  padding-right: 15%;
}
.contact-detail {
  margin-bottom: 30px;
}
.contact-info li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.contact-info li a img {
  width: 20px;
  margin-right: 6px;
  height: auto;
}
.contact-info li {
  margin-bottom: 10px;
}
.contact-info li a span {
  font-weight: bold;
}
select option:checked {
  color: black;
}

.contact-form .form-group.cntfrmgrp label {
  position: relative;
  color: var(--black-color) !important;
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group.cntfrmgrp input,
.contact-form .form-group.cntfrmgrp select,
.contact-form .form-group.cntfrmgrp textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 14px;
  color: #000 !important;
  line-height: 31px;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  background: rgba(196, 196, 196, 0.06);
  border: 1px solid rgba(196, 196, 196, 0.06);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #cacaca;
}
