.mobile-footer-sangni {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: var(--color-primary);
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.mobile-footer-sangni a {
  float: left;
  width: 25%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #268f36;
  box-sizing: border-box;
}

.mobile-footer-sangni a:last-child {
  border-right: none;
}

.mobile-footer-sangni a:hover {
  text-decoration: none;
}

.mobile-footer-sangni i {
  display: block;
  height: 28px;
  margin: 3px auto;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
}

.mobile-footer-sangni i.m-home {
  font-size: 32px;
}

.mobile-footer-sangni i.m-pro {
  font-size: 36px;
}

.mobile-footer-sangni i.m-contact {
  font-size: 32px;
}

.footer-sangni {
  padding: 80px 0 60px;
  background: #11141e;
}

.footer-sangni .foot-logo {
  padding-bottom: 30px;
  border-bottom: 1px solid #292c35;
}

.footer-sangni .foot-logo img {
  max-height: 55px;
}

.footer-sangni .foot-logo span {
  display: block;
  margin-top: 30px;
}

.footer-sangni .foot-logo span a {
  margin-left: 20px;
  opacity: 0.6;
}

.footer-sangni .foot-logo span a i {
  font-size: 22px;
  color: #fff;
}

.footer-sangni .foot-logo span a:nth-child(1) i {
  font-size: 24px;
}

.footer-sangni .foot-logo span a:nth-child(3) i {
  font-size: 24px;
}

.footer-sangni .foot-logo span a:nth-child(4) i {
  font-size: 20px;
}

.footer-sangni .foot-logo span a:hover {
  opacity: 1;
}

.footer-sangni .foot-con {
  margin-top: 50px;
}

.footer-sangni .foot-con div {
  width: 32%;
  margin-right: 7%;
}

.footer-sangni .foot-con div:first-child {
  width: 20%;
}

.footer-sangni .foot-con h3 {
  margin-bottom: 30px;
  font-size: 21px;
  color: #fff;
  font-family: var(--title-font-family);
  font-weight: 700;
}

.footer-sangni .foot-con li a {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  margin-right: 10px;
}

.footer-sangni .foot-con li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-sangni .foot-con div.newsletter {
  width: 44%;
  margin-right: 0;
  margin-left: 4%;
}

.footer-sangni .foot-con div.newsletter p {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  margin-top: -6px;
  opacity: 0.5;
}

.footer-sangni .newsletter form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

.footer-sangni .newsletter input {
  width: 70%;
  height: 64px;
  padding-left: 25px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  border: none;
}

.footer-sangni .newsletter button {
  width: 30%;
  height: 64px;
  font-size: 13px;
  font-family: var(--title-font-family);
  font-weight: 700;
  background: var(--color-primary);
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.footer-sangni .newsletter button:hover {
  background: var(--color-primary);
}

.footer-sangni .newsletter .invite-form .crmFormVali-error{ 
  top: 70px;
  right: 0px;
  width: 100%;
  margin-right: 0;
}

.footer-sangni .foot-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
}

.footer-sangni .foot-txt p {
  margin-top: 0;
  font-size: 15px;
  color: #505259;
}

.footer-sangni .foot-txt p a {
  margin-left: 0px;
  color: #505259;
 
}

.footer-sangni .foot-txt p a:hover {
  color: #fff;
}

.foot-gotop {
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.footer-sangni .foot-gotop i {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 1px;
  color: #fff;
  vertical-align: top;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
}

.footer-sangni .container {
  width: 1400px;
  margin: 0 auto;
}

.footer-sangni .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-sangni .wpb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 1580px) {
  .footer-sangni .container {
    width: 78%;
  }

  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 32px;
  }

  .footer-sangni {
    padding: 60px 0 40px;
  }

  .footer-sangni .foot-con h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .footer-sangni .container {
    width: 88%;
  }

  .footer-sangni p {
    font-size: 15px;
    line-height: 24px;
  }

  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 26px;
  }

  .footer-sangni {
    padding: 50px 0 80px;
  }

  .footer-sangni .foot-logo div:first-child img {
    width: 160px;
  }

  .footer-sangni .foot-logo span {
    margin-top: 6px;
  }

  .footer-sangni .foot-logo span a {
    margin-left: 12px;
  }

  .footer-sangni .foot-con div,
  .footer-sangni .foot-con div:first-child,
  .footer-sangni .foot-con div.newsletter {
    width: 100%;
    margin-left: 0;
  }

  .footer-sangni .foot-con {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-sangni .foot-con div {
    margin-top: 20px;
    margin-right: 0;
  }

  .footer-sangni .newsletter .invite-form .crmFormVali-error{  
    margin-top: 0;
  }

  .footer-sangni .foot-con li a {
    margin-bottom: 15px;
  }

  .footer-sangni .foot-txt {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-sangni .foot-gotop {
    margin-top: 20px;
  }

  .mobile-footer-sangni {
    display: block;
  }
}

@media screen  and (max-width: 490px){
  .footer-sangni .container .foot-logo {
    display: block;
  }
}

.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%;
  padding: 1vw;
  background-color: #fff;
}

.footother-fr .input-label {
  display: none !important;
}

.footother-fr .inqury_title_text {
  margin: 0 !important;
}


.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
  }

}