/*Refer page */
.ul-style ul {
  padding-left: 5px;
  list-style: none;
}
.ul-style ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ul-style ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2025/10/star.svg");
  background-size: cover;
  background-position: center;
}

.p-last p:last-child {
  margin-bottom: 0;
}
.custom-logo-link,  header#site-header {
    display: none;
}

@media (min-width: 1024px) {
.banner-left {
   padding-left: calc((100% - 1400px) / 2) !important;
   padding-left: 25px;
}
}
/*End Refer page */
