/* section.contact-us-part{
    background-image: url(../img/contact/contact-bg.webp);
        padding: 50px 0px 10px 0px;
} */
section.contact-us-part::before{
     /* display: none  */
}
section.contact-us-part .contact-us-part {
    background: transparent;
    padding-bottom: 0;
    padding-top: 30px;
}
section.contact-us-part .contact-us-part::before{
    /* display: none */
}
section.contact-us-part .heading-center {
    max-width: 1000px;
}
.contact-heading .contact-heading-main {
    display: none;
}
@media (max-width: 768px) {
  section.contact-us-part .contact-us-part {
    padding-top: 20px;
}
}

/* section-six-start */
section.section-six {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  margin: 20px;
}

section.section-six::before {
  content: "";
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/section-six-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.section-six-box {
  padding: 40px 20px;
  border-radius: 20px;
  max-width: 1200px;
}

section.section-six p {
  max-width: 680px;
  margin: 20px auto;
  color: #454545;
}

section.section-six h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 0 auto;
  color: #454545;
  max-width: 830px;
}

.section-six-box a {
  display: inline-block;
  width: 169px;
  font-size: 17px;
}

@media (max-width: 768px) {
  section.section-six {
    padding: 0px 0px;
  }

  .section-six-box {
    padding: 40px 20px;
  }
}

/* section-six-end */