.banner-page_content {
  padding: 70px 0px 150px 0px;
  background-color: #0000007a;
}

.banner-page__title {
  font-size: 64px;
  text-align: center;
  color: white;
}
.temp-bg {
  background-color: white;
  position: relative;
  margin-top: -50px;
  border-radius: 50px;
  padding-top: 15px;
}

.pt{
  padding-top: 80px;
}
.pb{
  padding-bottom: 80px;
}
.desc p{
  color: #727070;
  font-size: 16px;
}

.more-link-wrap .more-link.link-background {
  border-radius: 28px;
  padding: 15px 27px;
  color: white;
  background-color: #FB5C33;
  display: flex;
  justify-content: center;
}

.more-link-wrap .more-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.25;
  transition: all ease 0.3s;
  align-items: center;
  position: relative;
}

.more-link-wrap .more-link .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
  top: 1px;
  transition: margin-right 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin-left 0.3s ease;
}

.more-link-wrap .more-link .elementor-button-icon.right {
  margin-left: 0;
  opacity: 0;
  width: 0;
  margin-right: 4px;
}

.more-link-wrap .more-link:hover .elementor-button-icon.right {

  opacity: 1;
  width: 24px;
}

.more-link-wrap .more-link .elementor-button-icon.left {
  margin-right: 8px;
}

.more-link-wrap .more-link:hover .elementor-button-icon.left {
  margin-right: 0 !important;
  opacity: 0;
  width: 0;

}

.more-link-wrap .more-link .elementor-button-icon svg {
  height: 14px;
  fill: white;
}
.title-section-sm {
  font-size: 32px;
  color: #FB5B32;
  text-transform: uppercase;
  font-family: "Amatic SC", Sans-serif;
  font-weight: 500;
}

.title-section {
  font-size: 36px;
  font-weight: 600;
}
.pd-content{
padding-top: 40px;
}
.temp-bg--notop {
  background-color: white;
  position: relative;
  margin-top: 0px;
  border-radius: 50px;
  padding-top: 0px;
}
textarea::placeholder,
input::placeholder{
  font-family: var(--font-body-family);
}
.breadcrumbs {
  color: #999999;
  font-size: 14px;
  display: flex;
  padding: 40px 0px;
}
.breadcrumbs span,
.breadcrumbs span a {
  color: #999999;
  font-size: 14px;
}
@media (max-width: 586px) {
.pd-content{
  padding-top: 30px;
}
  .banner-page__title {
      font-size: 30px;
  }

  .banner-page_content {
      padding: 60px 0px 80px 0px;
  }
  .temp-bg {
      background-color: white;
      position: relative;
      margin-top: -30px;
      border-radius: 25px;
      padding-top: 15px;
    }
    .pt{
      padding-top: 40px;
  }
  .pb{
      padding-bottom: 40px;
  }
}