@font-face {
  font-family: "Sego UI";
  src: url(/fonts/segoeui.ttf?55d336ac99f56921ab9f3529231f87f7);
}
@font-face {
  font-family: "Sego UI Historic";
  src: url(/fonts/seguihis.ttf?ff07bd55ac9857a533f18b202e713764);
}
@font-face {
  font-family: "Sego UI Bold";
  src: url(/fonts/segoeuib.ttf?bb81983dba8383dcb1a5af98b2f64dc1);
}
@font-face {
  font-family: "Sego UI Semibold";
  src: url(/fonts/seguisb.ttf?6e8b789f42105e109003de01914df5cb);
}
@font-face {
  font-family: "Sego UI Semilight";
  src: url(/fonts/segoeuisl.ttf?391010cee5f69286846543aee622f1b0);
}
p {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
}

.form-control:focus {
  box-shadow: none;
}

.btn-success {
  background-color: #8cc641 !important;
  border-color: #8cc641 !important;
}

.pmi-logo {
  max-width: 254px;
  /* adjust as needed */
  height: auto;
  margin: 0;
}

.pmi-logo img {
  width: 100%;
  height: auto;
  max-height: 75px;
  /* to match your original intention */
  -o-object-fit: contain;
     object-fit: contain;
}

.view-report-btn {
  font-size: 16px;
  font-weight: 600;
  color: #1e64a9;
  border-width: 2px;
  border-color: #1e64a9;
  margin-top: 1.5rem;
  padding: 0.7rem 3rem;
}

.view-report-btn:hover {
  background: linear-gradient(to right, #143f66, #1e64a9, #6fa2d6);
  color: #fff !important;
  border-color: #1e64a9;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
}

.view-all-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  margin-top: 0;
  padding: 0.7rem 3rem;
  margin-bottom: 6rem;
}

.view-all-btn:hover {
  background-color: #fff;
  color: #006388;
  border-color: #fff;
}

.footer-bg {
  background-color: #143f66;
  padding: 22px 0 10px 18px;
  background-image: url(/images/footerbg-img.webp?c2f2100b2e9255cea378297daac2a004);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100%;
}

footer h4 {
  color: #1c99c1;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 53px;
}

footer .address-footer span {
  font-size: 14px;
}

footer .address-footer span {
  color: #ffffff;
}

.cust-header:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  margin: 15px auto;
  border-radius: 4px;
  background: linear-gradient(to left, #1e63a7 0%, rgba(30, 100, 169, 0.8) 27%, transparent 25%, transparent 35%, #3973b3 35%, #02a4e9 100%);
}

.address-footer span {
  display: inline-block;
  color: #b4b3b4;
  vertical-align: middle;
  margin-bottom: 13px;
  line-height: 24px;
}

footer li a {
  color: #ffffff;
  font-size: 14px;
}

.payment_icon {
  position: relative;
}

.mandatory {
  color: #ff0000;
}

.payment_icon a,
.payment_icon li {
  height: 50px;
  display: block;
}

.payment_icon li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  background: url(/images/payment-icons.svg?3689d8861987514ea4c6662e7672a423) 0 0;
}

.payment_icon #p_icon {
  left: 0;
  width: 75px;
  background-position: -8px -8px;
  background-size: 235px;
}

.payment_icon #mastercard {
  left: 75px;
  width: 75px;
  background-position: -86px -8px;
  background-size: 250px;
}

.payment_icon #discover {
  left: 153px;
  width: 75px;
  background-position: -165px -8px;
  background-size: 250px;
}

.payment_icon #wire {
  top: 50px;
  left: 0;
  width: 75px;
  background-position: -8px -60px;
  background-size: 250px;
}

.payment_icon #visa {
  top: 50px;
  left: 75px;
  width: 75px;
  background-position: -86px -60px;
  background-size: 250px;
}

.payment_icon #american {
  top: 50px;
  left: 153px;
  width: 75px;
  background-position: -165px -60px;
  background-size: 250px;
}

.subscribe-form {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 6px;
  position: relative;
}

footer .subscribe-wrapper .subscribe-form input {
  border: 1px solid #ffffff !important;
  color: #ffffff;
}

.subscribe-wrapper .subscribe-form input {
  background: 0 0;
  border: 1px solid #84888b !important;
  border-radius: 5px;
  color: #ccc;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 38px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 110px;
  border-right: 0;
  cursor: pointer;
  width: 100%;
}

footer .subscribe-wrapper .subscribe-form button {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.subscribe-wrapper .subscribe-form button {
  background: #84888b;
  border: 1px solid #84888b;
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 9px 9px;
  transition: all 0.3s ease 0s;
  border-radius: 0 5px 5px 0;
  position: relative;
  right: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
}

.social-icons {
    display: flex !important;
    align-items: center !important;
    margin-top: 4px;
    padding: 0;
}

.social-box {
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.social-box:last-child {
    margin-right: 0;
}

.social-box svg {
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s ease;
}

.social-box svg path {
    fill: #ffffff;
    transition: all 0.3s ease;
}

.x-icon svg {
    width: 16px;
    height: 16px;
}

.social-box:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}
.copyright p {
  color: #fff;
}

section .sec-header h2 {
  color: #000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

section .sec-header p,
.normal-list ul {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 12px;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.report-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 15px;
    font-family: "Sego UI Bold";
}
