.san-foot-other {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.san-foot-other.padding {
  padding: 100px 0;
}

.footother-fl {
  width: 46%;
  margin-top: 30px
}

.footother-top span {
  font-size: 16px;
  font-family: var(--title-font-family);
font-weight: 700;;
  color: #fff
}

.footother-top h1 {
  margin-top: 25px;
  font-size: 46px;
  color: #fff
}

.footother-top h2 {
  margin-top: 25px;
  font-size: 46px;
  color: #fff
}

.footother-top p {
  margin-top: 35px;
  line-height: 34px;
  font-size: 26px;
  color: #fff
}

.san-foot-other .wpb{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-listnameone li h3 {
  margin-top: 40px;
  font-size: 22px;
  color: #fff;
  font-family: var(--title-font-family);
font-weight: 700;
}

.contact-listnameone li p {
  font-size: 20px;
  color: #fff
}

.footother-fr {
  width: 44%
}


.san-foot-other.main-href {
  margin-top: 50px
}

.san-foot-other .main-href a {
  display: inline-block;
  padding: 17px 60px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-family: var(--title-font-family);
  font-weight: 700;;
  cursor: pointer;
  border-radius: 50px
}

.san-foot-other .main-href a:hover {
  background: var(--color-primary);
  text-decoration: none
}

.san-foot-other .inqury_title_text {
  color: #fff !important;
}
.san-foot-other .inqury_titl_desc  {
  color: #fff !important;
}


@media screen and (min-width:1921px) {
  .san-foot-other {
      background-position: center bottom
  }
}

@media screen and (max-width:1580px) {
  .san-foot-other .main-href {
      margin-top: 40px
  }

  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 32px
  }

  .san-foot-other .title p {
      font-size: 17px
  }

  .san-foot-other .main-href a {
      padding: 16px 50px;
      font-size: 15px
  }

  .san-foot-other .title p {
      margin-top: 20px;
  }

  .footother-top h1 {
      margin-top: 20px;
      font-size: 34px
  }

  .footother-top h2 {
    margin-top: 20px;
    font-size: 34px
  }

  .footother-top p {
      margin-top: 20px;
      font-size: 20px
  }
}

@media screen and (max-width:1280px) {
  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 28px
  }

  .footother-fr {
      width: 50%
  }

  .footother-fr .div_info {
      padding: 50px 40px
  }

  .footother-top p {
      font-size: 20px;
      line-height: 30px
  }
}

@media screen and (max-width:960px) {

  .san-foot-other .main-href a {
      font-size: 14px
  }

  .san-foot-other p {
      font-size: 15px;
      line-height: 24px
  }

  .san-foot-other .main-href {
      margin-top: 30px
  }

  .san-foot-other .title {
      width: 100%
  }

  .san-foot-other .title p {
      font-size: 16px
  }
  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 26px
  }
  .san-foot-other .title h1,
  .san-foot-other .title h1 a {
      font-size: 28px
  }

  .san-foot-other .title h2,
  .san-foot-other .title h2 a {
      font-size: 28px
  }


  .footother-fl {
      width: 100%;
      margin-top: 0
  }

  .san-foot-other {
      padding-bottom: 90px;
      /* background: url(../images/m-bg08.webp) no-repeat center; */
      background-size: auto 100%;
  }

  .footother-fr {
      width: 100%;
      margin-top: 30px
  }

  .footother-fr .div_info {
      padding: 40px 30px
  }

  .footother-top h1 {
      font-size: 30px
  }

  .footother-top h2 {
    font-size: 30px
  }

  .footother-top p {
      font-size: 17px
  }

  .contact-listnameone li p {
      font-size: 15px
  }

}