.no-result-container {
  padding: 0;
}

.no-result-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.no-result-content a {
  text-decoration: none;
  color: #006da4 !important;
}

.no-result-content a:hover {
  color: #006da4 !important;
}

.no-result-content .no-result-head {
  background: #ebebeb;
  padding: 10px 15px;
  margin: 15px 0;
}

.no-result-content .no-result-head-content {
  font-size: 1em;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin: 0.625em 0;
}

.no-result-content .no-result-foot-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.no-result-content .no-result-foot-left {
  width: 50%;
  margin: auto;
  padding: 0 15px 0 0;
}

.no-result-content .no-result-search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1em;
  color: #000;
  min-height: 2.75em;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}

.no-result-content .no-result-input-text {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.5em 2.75em 0.5em 0.875em;
  background-color: transparent;
  border: 1px solid #8f8f8f;
}

.no-result-content .no-result-input-text:focus {
  border-color: #000 !important;
  outline: 1px solid #000 !important;
  outline-offset: -2px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}

.no-result-content .no-result-search-symbol {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 5px 10px;
  width: auto;
  font-size: inherit;
  z-index: 9;
}

.no-result-content .no-result-foot-left li {
  padding-bottom: 5px;
}

.no-result-content .no-result-foot-left ul {
  margin: 10px 0 10px 40px;
  padding: 0;
}

.no-result-content .no-result-foot-right {
  width: 50%;
  background-color: #e0f6ff;
  min-width: 320px;
  height: 320px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.no-result-content .no-result-foot-right img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 320px;
  object-fit: cover;
}

.no-result-content .no-result-foot-right:hover .no-result-foot-ctc {
  color: #fff !important;
  background-color: #000;
}

.no-result-content .no-result-heading {
  font-size: 1.25em;
  line-height: 1.25;
  color: #000;
  margin: 0.625em 0;
  font-weight: 700;
}

.no-result-content .no-result-foot-ctc-container {
  width: 100%;
  text-align: center;
}

.no-result-content .no-result-foot-ctc-container .no-result-foot-ctc {
  font-size: 22px;
  border: 2px solid #000;
  padding: 7px 20px 5px;
  box-sizing: border-box;
  line-height: 1.1;
  transition: all 0.2s;
  color: #000 !important;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  bottom: 4.8rem;
}

.no-result-content .no-result-foot-ctc-container .no-result-foot-ctc:hover {
  color: #fff !important;
  background-color: #000;
}

.no-result-content .no-result-foot-ctc-container .no-result-foot-ctc:focus,
.no-result-content .no-result-foot-ctc-container .no-result-foot-ctc:active {
  box-shadow: inset 0 0 0 3px #fff;
  border-color: 1px solid #000;
}

.no-result-content .email-chat {
  display: flex;
  flex-direction: column;
}

.no-result-content .email-chat img {
  display: block;
}

.no-result-content .email-chat a {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.5;
}

.no-result-content .vue-no-result-reco,
.no-result-content .vue-no-result-recent {
  margin: 15px 0 !important;
}

html[lang="ar"] .no-result-content .no-result-head-content {
  text-align: right;
}

html[lang="ar"] .no-result-content .no-result-foot-content {
  text-align: right;
}

html[lang="ar"] .no-result-content .no-result-foot-left ul {
  margin: 10px 40px 10px 0;
}

html[lang="ar"] .no-result-content .email-chat {
  direction: rtl;
}

html[lang="ar"] .no-result-content .no-result-foot-left {
  width: 50%;
  padding: 0 0 0 15px;
}

html[lang="ar"] .no-result-content .no-result-input-text {
  padding: 0.5em 0.875em 0.5em 2.75em;
}

html[lang="ar"] .no-result-content .no-result-search-bar {
  direction: rtl;
}

@media only screen and (max-width: 767.5px) {
  .no-result-content .no-result-foot-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .no-result-content .no-result-foot-right {
    width: 100%;
    padding: 0;
  }
  .no-result-content .no-result-foot-ctc-container {
    padding: 0 20px;
  }
  .no-result-content .vue-no-result-reco,
  .no-result-content .vue-no-result-recent {
    margin: 15px -15px !important;
  }
  html[lang="ar"] .no-result-content .no-result-foot-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 481px) {
  .no-result-content .no-result-foot-ctc-container .no-result-foot-ctc {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    bottom: 5.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .no-result-content {
    padding: 0;
  }
  .no-result-content .no-result-head {
    padding: 15px;
    margin: 15px;
  }
  .no-result-content .no-result-foot-left {
    padding: 0 15px;
  }
  .no-result-content .no-result-foot-right {
    padding: 0;
  }
  .no-result-content .vue-no-result-reco,
  .no-result-content .vue-no-result-recent {
    margin: 15px 0 !important;
  }
  html[lang="ar"] .no-result-content .no-result-foot-left {
    padding: 0 15px;
  }
}
