.ticketDetail ul.ConversationForm__replay li.ConversationForm__list:nth-child(2) {
display: none;
}
.ticketDetail .ticket_resolution {
    display: none;
}
.s-footer {
  background-color: #222227;
  padding: 78px 0 0;
}
@media (max-width: 767px) {
  .s-footer {
    padding: 40px 0 0;
 }
}
@media (max-width: 480px) {
  .s-footer {
    padding: 30px 0 0;
 }
}
.s-footer .sub-footer {
  background-color: #222227;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 2px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #222227 0%, rgba(78, 78, 82, 1) 50%, #222227) 1;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s-footer .sub-footer {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
 }
}
.s-footer .sub-footer-link {
  font-size: 13px;
  color: #a4a3a5;
}
@media (max-width: 991px) {
  .s-footer .sub-footer-link {
    opacity: 1;
 }
}
@media (max-width: 767px) {
  .s-footer .sub-footer-link {
    padding-bottom: 20px;
 }
}
.s-footer .sub-footer-link a {
  font-size: 13px;
  color: #a4a3a5;
  margin: 0 4px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .footer {
    flex-wrap: wrap;
    gap: inherit;
 }
}
@media (max-width: 767px) {
  .footer {
    justify-content: flex-start;
    flex-basis: 100%;
 }
}
.footer-wrap {
  position: relative;
  z-index: 1;
}
.footer .social .footer-list {
  display: flex;
}
@media (max-width: 767px) {
  .footer .social .footer-list {
    padding-top: 26px;
 }
}
.footer .social-item {
  display: inline-block;
  padding: 0 16px 0 0;
}
.footer .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: border 0.3s ease;
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: transparent;
}
.footer .social-link:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent;
}
@media (max-width: 480px) {
  .footer-company {
    padding-bottom: 30px;
 }
}
@media (max-width: 1200px) {
  .footer-company .footer-list-wrap {
    flex-direction: column;
 }
}
@media (max-width: 1200px) {
  .footer-company .footer-list-wrap {
    flex-direction: row;
 }
}
@media (max-width: 1200px) {
  .footer-company .footer-list-wrap ul {
    width: 50%;
 }
}
.footer-products {
  flex-basis: 420px;
}
@media (max-width: 991px) {
  .footer-products {
    flex-basis: 168px;
 }
}
@media (max-width: 1200px) {
  .footer-products ul {
    width: 50%;
 }
}
@media (max-width: 991px) {
  .footer-products ul {
    width: 100%;
 }
}
.footer-support {
  flex-basis: 142px;
}
.footer-company {
  flex-basis: 131px;
}
.footer-subscribe {
  flex-basis: 280px;
}
@media (max-width: 991px) {
  .footer-subscribe {
    flex-basis: 245px;
 }
}
@media (max-width: 767px) {
  .footer-subscribe {
    flex-basis: 100%;
    padding-top: 40px;
 }
}
@media (max-width: 767px) {
  .footer-subscribe__form {
    padding-top: 10px;
 }
}
.footer h3, .footer .footer__head {
  font-family: "Nunito Sans", sans-serif;
  padding-top: 0;
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 7px;
  text-align: left;
  line-height: 24px;
  font-weight: 700;
}
.footer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-list-item {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .footer-list-item {
    padding: 0;
 }
}
.footer-list-link {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  text-decoration: none;
}
.footer-list-link:hover, .footer-list-link:focus {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.footer-list-link:hover.text-link, .footer-list-link:focus.text-link {
  border-bottom-color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
 }
}
.footer-copy {
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px) {
  .footer-copy {
    width: 70%;
    flex-wrap: wrap;
 }
}
@media (max-width: 615px) {
  .footer-copy {
    width: 93%;
 }
}
@media (max-width: 480px) {
  .footer-copy {
    width: 100%;
 }
}
.footer-copy li {
  position: relative;
  padding-right: 28px;
}
.footer-copy li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #646468;
  right: 11px;
  top: 6px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .footer-copy li:first-child {
    order: 3;
 }
  .footer-copy li:first-child::after {
    display: none;
 }
}
@media (max-width: 767px) {
  .footer-copy li:last-child {
    order: 2;
 }
}
.footer-copy li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .footer-copy li:nth-child(2) {
    order: 1;
 }
}
.footer-privacy {
  color: rgba(255, 255, 255, .8);
}
.footer-privacy:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.footer-privacy.text-link:hover {
  border-bottom-color: #fff;
}
.footer-partners {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-partners {
    flex-wrap: wrap;
    width: 60%;
    padding-top: 28px;
 }
}
@media (max-width: 615px) {
  .footer-partners {
    width: 77%;
 }
}
@media (max-width: 480px) {
  .footer-partners {
    width: 100%;
 }
}
.footer-list-wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .footer-list-wrap {
    flex-direction: column;
    gap: 0;
 }
}
@media (max-width: 767px) {
  .footer-list-wrap {
    flex-direction: row;
 }
}
@media (max-width: 991px) {
  .footer-products, .footer-support, .footer-company {
    flex-basis: 150px;
 }
}
@media (max-width: 767px) {
  .footer-support, .footer-company {
    flex-basis: 50%;
 }
}
@media (max-width: 767px) {
  .footer-products {
    flex-basis: 100%;
    padding-bottom: 30px;
 }
}
.container-fluid {
  max-width: 1270px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.col-md-24 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-sm-8 {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.di {
  display: inline-block;
}
.facebook-footer,
.twitter-footer,
.google-plus,
.linkedin,
.youtube-play,
.instagram {
  fill: #ffffff;
}
.facebook-footer {
  width: 9px;
  height: 15px;
}
.twitter-footer {
  width: 14px;
  height: 15px;
}
.linkedin {
  width: 13px;
  height: 15px;
}
.youtube-play,
.instagram {
  width: 15px;
  height: 15px;
}
ul {
  list-style: none;
}
.text-link {
  padding-bottom: 1px;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.text-link:hover {
  text-decoration: none;
}
