.okki-chat--bubble-holder .okki-chat-widget-bubble, .okki-chat--bubble-holder .okki-chat-widget-bubble:hover, .okki-chat--bubble-holder .okki-chat-widget-bubble:focus {
  bottom: 8% !important;
}

.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: #fff;
  /*background: #11141e;*/
}

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

.footer-sangni .foot-logo img {
  max-height: 70px;
      aspect-ratio: 1 / 1;
    height: 100%;
}

.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: var(--color-primary);
}

.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: 12%;
  margin-right: 1%;
}

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

.footer-sangni .foot-con > div.address_block {
  width: 42%;
}

.footer-sangni .foot-con > div.address_block .content_block p {
  color: #000;
}

.footer-sangni .foot-con > div.address_block iframe {
  width: 100%;
  max-height: 235px;
}

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

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

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

.footer-sangni .foot-con > div.address_block ul li {
  margin-bottom: 10px;
}

.footer-sangni .foot-con > div.address_block ul li p {
  margin-bottom: 2px;
  color: #000;
  /*opacity: 0.8;*/
}

.footer-sangni .foot-con > div.address_block ul li a {
  margin: 0;
  opacity: 1;
}

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

.footer-sangni .foot-con div.newsletter h3 {
  padding-left: 25px;
}

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

.footer-sangni .foot-con div.newsletter .inquiry .row:first-child {
  display: none;
}

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

.footer-sangni .newsletter input {
  width: 70%;
  height: 64px;
  padding-left: 25px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  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: 12px;
  /*color: #505259;*/
  color: #000;
}

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

.footer-sangni .foot-txt p a:hover {
  color: #000;
  text-decoration: underline;
}

.foot-gotop {
  line-height: 30px;
  font-size: 12px;
  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 .foot-con > div.address_block {
    width: 100%;
  }

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