.desq-footer {
  background: #fff;
  box-shadow: 0 0 9px rgba(14, 4, 9, 0.12);
}
.desq-footer #footer {
  padding: 80px 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot-form .crmFormVali-error{bottom: 0; top: auto; left: 24px;}

.desq-footer #footer h5 {
  font-size: 20px;
  color: #2e2e2e;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 15px;
  padding-bottom: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.desq-footer .foot-logo {
  width: 300px;
}
.desq-footer .foot-logo img {
  /*height: 69px;*/
}
.desq-footer .foot-logo p {
  margin: 35px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #e0e0e0;
  line-height: 2;
  font-size: 12px;
  color: #2e2e2e;
  text-transform: uppercase;
}
.desq-footer .foot-logo .share {
  margin: 40px 0 0;
}
.desq-footer .foot-logo .share a {
  display: inline-block;
}
.desq-footer .foot-logo .share a + a {
  margin-left: 24px;
}
.desq-footer .foot-logo .share a:hover {
  opacity: 0.8;
}

.desq-footer .foot-nav {
  margin-top: 66px;
}
.desq-footer .foot-nav ul {
  margin: 15px 0 0;
}
.desq-footer .foot-nav ul li {
  font-size: 12px;
  line-height: 30px;
  margin: 0 0 10px;
    text-transform: uppercase;
}
.desq-footer .foot-nav ul li a {
  color: #2e2e2e;
}
.desq-footer .foot-nav ul li a:hover {
  text-decoration: underline;
}

.desq-footer .foot-contact {
  width: 300px;
  margin-top: 66px;
}
.desq-footer .foot-contact ul {
  margin: 15px 0 0;
}
.desq-footer .foot-contact ul li {
  font-size: 12px;
  line-height: 30px;
  margin: 0 0 10px;
  color: #2e2e2e;
  font-weight: normal;
}
.desq-footer .foot-contact ul li img {
  width: 80px;
}
.desq-footer .foot-contact ul li a {
  color: #2e2e2e;
}
.desq-footer .foot-contact ul li a:hover {
  text-decoration: underline;
}

.desq-footer .copyright {
  padding: 35px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}
.desq-footer .copyright p {
  font-size: 14px;
  color: #626262;
}

.desq-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 999;
}
.desq-side-bar a {
  display: block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.desq-side-bar a + a {
  margin-top: 7px;
}
.desq-side-bar a:first-child {
  /*background: rgba(230, 0, 25, 0.75);*/
}
.desq-side-bar a:nth-child(2) {
  /*background: rgba(0, 115, 177, 0.75);*/
}
.desq-side-bar a:nth-child(3) {
 /* background: rgba(212, 36, 40, 0.75);*/
}
.desq-side-bar a:nth-child(4) {
  /*background: rgba(56, 86, 154, 0.75);*/
}
.desq-side-bar a:nth-child(5) {
 background: var(--color-primary);
}
.desq-side-bar a i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

#desq-footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: none;
  z-index: 999;
  background: #333;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#desq-footBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}
#desq-footBar li:first-child {
  border-left: none;
}
#desq-footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
}
#desq-footBar li i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
#desq-footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}

.foot-form {
  width: 300px;
  margin-top:66px;
}
.foot-form p {
  font-size: 12px;
  line-height: 30px;
  color: #9d9d9d;
}

.foot-form .inquirbox {
  margin-top: 20px;
}
.foot-form .input-box ~ .input-box {
  margin-top: 25px;
  position: relative;
}
.foot-form .inquirbox input[type="text"],
.foot-form .inquirbox textarea {
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 35px;
  background: #eee;
  color: #333;
}
.inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--btn-bg);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.foot-form .inquirbox .submit {
  line-height: 46px;
  background: #333;
  color: #fff;
  border-radius: 35px;
  margin: 0;
  font-size: 18px;
  font-family: var(--font-family1);
}
.foot-form .inquirbox .submit i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}
.foot-form .inquirbox .submit:hover {
  background: #666;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .desq-footer .foot-logo {
    width: 320px;
  }
  .desq-footer .foot-contact {
    width: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .desq-footer #footer {
    padding: 70px 0 50px;
  }

  .desq-footer .foot-logo {
    width: 260px;
  }
  .desq-footer .foot-logo p {
    margin: 30px 0 0;
    padding: 25px 0 0;
    line-height: 1.6;
    font-size: 17px;
  }
  .desq-footer .foot-logo .share a + a {
    margin-left: 3px;
  }
  .desq-footer .foot-contact {
    width: 350px;
  }
  .desq-footer .foot-nav ul li {
    font-size: 17px;
    line-height: 26px;
  }
  .desq-footer .foot-contact ul li {
    font-size: 17px;
    line-height: 26px;
  }
}

/* @media screen and (max-width: 992px) {
  .desq-footer .foot-nav {
    display: none;
  }
  .desq-footer .foot-logo {
    width: 48%;
  }
  .desq-footer .foot-contact {
    width: 48%;
  }
} */

@media screen and (max-width: 768px) {
  .desq-footer #footer {
    padding: 30px 0 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .desq-footer #footer h5 {
    font-size: 18px;
    margin: 0 0 12px;
    padding-bottom: 12px;
    text-align: center;
  }

  .desq-footer .foot-logo {
    width: 100%;
    text-align: center;
  }
  .desq-footer .foot-logo p {
    margin: 15px 0 0;
    padding: 15px 0 0;
    line-height: 1.4;
    font-size: 16px;
  }
  .desq-footer .foot-logo .share {
    margin: 20px 0 0;
  }
  .desq-footer .foot-logo .share a + a {
    margin-left: 10px;
  }

  .desq-footer .foot-contact {
    width: 100%;
    margin-top: 25px;
  }
  .desq-footer .foot-contact ul {
    margin: 15px 0 0;
  }
  .desq-footer .foot-contact ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .desq-footer .copyright {
    padding: 15px 0 60px;
  }

  .desq-side-bar {
    display: none;
  }
  #desq-footBar {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .desq-footer .foot-logo > img {
    height: 55px;
  }
}


@media screen and (max-width:768px){
.desq-footer .foot-contact ul li {
    text-align: center;
}
.foot-form {
    width: 100%;
}
#contact .input-box{
	text-align: center;
}
.foot-form p {
    text-align: center;
}

.foot-form .inquirbox .submit {
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width:992px) {
  .desq-footer #footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .desq-footer #footer>div {
    width: auto;
  }

  .foot-form .inquirbox .submit {
    margin: 0 auto;
  }

  .desq-footer .foot-nav ul {
      margin: 0 0 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
  }

  .desq-footer #footer .foot-nav+.foot-nav{
    display: none;
  }

}