.pkp_structure_head {
  background-color: #4b7d92;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.pkp_structure_main {
  padding: 0.714rem;
  margin-top: 50px !important;
}

.pkp_page_index .additional_content {
  padding: 0 0.714rem 0 0.714rem;
  border-top: none !important;
}

.additional_content .left-side {
  display: flex;
  justify-content: center;
}

.additional_content .left-side p {
  max-width: 70%;
}

.additional_content .right-side {
  margin-bottom: 320px;
}

.pkp_page_index .additional_content .main-desc {
  text-align: justify;
}

.pkp_structure_sidebar.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  margin-bottom: 50px;
}

.pkp_structure_sidebar.left .pkp_block {
  padding: 0px;
  margin: 20px;
  font-size: 1rem;
  line-height: 1.43rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 40px 4px 40px 4px;
}

.pkp_structure_sidebar.left .pkp_block h2 {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #004aad;
  border-bottom: 3px solid #f7bc4a;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 40px 4px 0px 0px;
  color: #fff;
}

.pkp_structure_sidebar.left .pkp_block .content {
  width: 100%;
  margin-top: -10px !important;
  text-align: start;
  padding: 20px 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 40px 4px;
}

/* .pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list p {
  border-bottom: 1px solid #e4e4e4;
  margin-top: -20px;
} */

.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list p a {
  padding: 10px 14px;
  display: block;
  width: 100%;
  margin-top: -16px;
  border-bottom: 1px solid #e4e4e4;
  color: #23374d;
  transition: 0.3s;
}

.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list a:hover {
  color: #1143fc;
  translate: 10px;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper .image-size {
  max-width: 48%;
}

@media (min-width: 768px) {
  .additional_content .description-wrapper {
    display: flex;
  }

  .additional_content .left-side {
    display: flex;
    justify-content: start;
    width: 40%;
  }

  .additional_content .right-side {
    width: 60%;
  }

  .additional_content .right-side {
    margin-bottom: 20px;
  }

  .additional_content .left-side p {
    max-width: 90%;
  }

  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 0px;
  }

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42%;
  }
}

@media (min-width: 992px) {
  html,
  body {
    background: url(https://media.giphy.com/media/MBVRgrfOBPeH5zNWJU/giphy.gif?cid=ecf05e47twqknq2p2pzhvtc2t7f81ukwshe2kunsst2w1u6k&ep=v1_gifs_related&rid=giphy.gif&ct=g);
    object-fit: cover;
    width: 100vw;
    background-repeat: repeat;
  }

  .pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .pkp_structure_head {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    position: relative;
    border: none;
    height: 200px;
  }

  .pkp_site_name_wrapper {
    background: #ffffff94 !important;
  }

  .pkp_structure_content {
    padding-top: 0;
    background-color: white;
  }

  .pkp_page_index .homepage_image {
    margin: 20px 0px 0px 0px !important;
  }

  .pkp_site_nav_menu {
    display: block;
    margin-top: 0px;
  }

  .pkp_site_name {
    margin-left: 0;
    padding-top: 1.071rem;
    padding-bottom: 1.071rem;
  }

  .pkp_site_name .is_img img {
    max-height: 100px;
    margin-top: 10px;
  }

  .pkp_structure_main {
    padding: 10px 20px 0px 25px;
    margin-top: 0px !important;
  }

  .additional_content .description-wrapper {
    display: flex;
    padding: 0px 20px;
  }

  .additional_content .right-side {
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .pkp_page_index .additional_content .main-desc {
    padding: 0px 20px 0px 20px;
  }

  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 0px;
  }

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 40px 4px 40px 4px;
    margin: 0px 20px;
  }

  .pkp_structure_sidebar.left .pkp_block .content {
    width: 100%;
    margin-top: -10px !important;
    text-align: start;
    padding: 20px 0px;
    border: 1px solid #e4e4e4;
    border-radius: 0px 0px 40px 4px;
  }
}

.additional_content .description-wrapper .right-side table {
  max-width: 100%;
}

.additional_content .description-wrapper .right-side table,
tr,
td {
  border: 1px solid #bcbcbc;
}

.my-footer-wrapper .footer-map {
  text-align: center;
  margin-bottom: 20px;
}

.my-footer-wrapper .footer-map .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #575757;
  margin-bottom: 20px;
}

.footer-map iframe {
  height: 200px;
  width: 300px;
}

.my-footer-wrapper .footer-address {
  text-align: center;
  color: #575757;
}

@media (min-width: 768px) {
  .my-footer-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .my-footer-wrapper .footer-address {
    text-align: start;
    margin-top: 80px;
  }

  .my-footer-wrapper .footer-map .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #575757;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: start;
  }

  .footer-map iframe {
    width: 400px;
    height: 250px;
  }
}

@media (min-width: 992px) {
  .pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: 1.43rem solid #4b7d92;
  }

  .pkp_footer_content {
    padding: 2.143rem;
    text-align: left;
    background-color: #e7e7e7;
  }

  .pkp_footer_content {
    padding: 50px 0px;
    text-align: left;
    background-color: #f3f3f3;
  }

  .pkp_brand_footer {
    padding: 2.143rem;
    background-color: #cccccc;
  }

  .footer-map iframe {
    width: 560px;
    height: 250px;
  }
}
