body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  height: 230px !important;
}

footer {
  padding: 2rem 1rem 5rem 1rem;
}

h2 {
  font-size: 3.3rem;
  line-height: 1.2;
  margin: 1rem 0 0 0;
}

.header_view {
  background-color: transparent !important;
}

.infooter {
  max-width: 90rem;
  /* margin: auto; */
  background-color: transparent;
  color: Black;
  font-family: "Inter", sans-serif;
}

.footer-heading {
  width: 50%;
}

.footer-top {
  text-align: left !important;
  padding: 5px 0 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  display: flex !important;
}

.footer-middle {
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.footer-box {
  flex: 1;
  font-size: 12px !important;
  border: #222 solid 3px;
  display: flex;
  flex-direction: column;
}

.footer-box h4 {
  margin-bottom: 10px;
  font-weight: bold;
  height: fit-content;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 12px;
  margin-top: 1.5rem;
}

.liner {
  border-top: #222 solid 3px;
  margin-top: 20px;
}

.social-icons a {
  margin-left: 12px;
  font-size: 12px;
}

.content-box {
  padding: 20px;
  text-align: center;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.policy-cont p {
  display: inline;
  margin-right: 15px;
}

.leftist {
  font-weight: 300;
  text-align: left;
  line-height: 1;
}

.img-m {
  width: 200px;
}

.pkp_brand_footer {
  display: none;
}

.social-icons a {
  font-size: 1.3rem;
  color: black;
}

.social-icons {
  display: flex;
  gap: 3rem;
}

footer a:hover {
  color: #c52222;
}

.tell {
  text-decoration: underline;
  text-decoration-color: #c52222;
}

.tell:hover {
  color: red;
  text-decoration-color: #000000;
}

.title {
  background-color: #6f1423;
  padding: 0.2rem 0.6rem;
  color: white !important;
}

.title a {
  color: white;
}

.nodot li {
  list-style-type: none;
  margin-bottom: 0.2rem;
}
.nodot a {
  text-decoration: none;
  color: black;
  padding: 0.2rem;
}
.nodot a:hover {
  color: #6f1423;
  box-shadow: 1px 1px black;
}

@media (max-width: 1068px) {
  .footer-heading {
    width: 100%;
  }

  .footer-middle {
    display: block;
    justify-content: start;
  }

  .social-icons a {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 2rem;
  }

  .policy-cont p {
    font-size: large;
  }

  .footer-box {
    margin: 0;
  }

  .content-box {
    text-align: left;
  }

  .liner {
    margin: 0 -1rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
.pkp_structure_main:before,
.pkp_structure_main:after {
  margin-top: 2.5rem !important;
}

@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 170px;
  }
  .pkp_navigation_user {
    padding-right: 12rem !important;
  }
  .pkp_structure_main:before,
  .pkp_structure_main:after {
    margin-top: 2.5rem;
  }
}
