/* search */

form.aws-search-form.aws-show-clear {
  width: 1440px;
}

.srch-main > .aws-container .aws-search-form {
  height: 70px;
}

.rtl .aws-container .aws-show-clear .aws-search-field {
  border-radius: 16px;
  box-shadow: none !important;
}

#search-custom .aws-container .aws-show-clear .aws-search-field {
  padding: 30px 20px 40px 35px;
  background: unset !important;
  font-size: 1.1rem;
  border: unset !important;
}

.aws-search-btn.aws-form-btn {
  width: 50px !important;
  height: 50px !important;
  border-radius: 12px;
  margin-right: 25px !important;
  margin-top: -10px !important;
}

form.aws-search-form.aws-show-clear {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  background: #ffffff;
  border-radius: 12px;
}

.aws-container .aws-search-form .aws-search-clear span {
  left: 30px;
  font-size: 40px;
  top: 47%;
}

/* search done */

.img-banner img.attachment-full.size-full {
  width: max-content;
}

.w-image.img-brnd.align_none {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 8px;
}

.pop-home i.far.fa-search {
  line-height: 58px !important;
  background: #f0f0f0;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 12px;
}

.brnd {
  direction: ltr;
}

.owl-dots {
  direction: rtl;
}

/**/
button.w-popup-trigger.type_btn.w-btn.us-btn-style_3.icon_atright
  i.far.fa-search {
  margin-left: 10px;
}

.pop-btn {
  width: 100%;
  text-align: right;
}

.home-srch {
  margin-top: 27.6%;
  box-shadow: 0px 16px 40px #0c1c341f;
}

.pop-home {
  width: 100%;
  padding-bottom: 5px;
}

@media (min-width: 375px) and (max-width: 424px) {
  .hero-sec {
    height: 900px !important;
    display: flex !important;
    align-items: flex-end;
  }

  .txt-hero {
    font-size: 14px;
  }
}

@media (min-width: 425px) and (max-width: 770px) {
  .home-srch {
    margin-top: 185%;
  }

  button.w-popup-trigger.type_btn.w-btn.us-btn-style_3.pop-btn.icon_atright {
    padding: 0em 0.5em !important;
  }

  .view-btn .fa-chevron-left {
    line-height: 33px !important;
  }
}

@media (min-width: 320px) and (max-width: 376px) {
  .home-srch {
    margin-top: -54%;
  }
}



@media (min-width: 377px) and (max-width: 424px) {
  .home-srch {
    margin-top: -51%;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  form.aws-search-form.aws-show-clear {
    width: 1335px;
  }

  .home-srch {
    margin-top: 42.6%;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .home-srch {
    margin-top: 39.6%;
  }
}

@media (min-width: 1920px) {
  .home-srch {
    margin-top: 39.5%;
  }

  .hero-sec {
    height: 800px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {

  #search-custom .aws-container .aws-show-clear .aws-search-field {
    font-size: 0.90rem !important;
  }

  .aws-search-btn.aws-form-btn {
    position: relative !important;
    right: -10px;
  }

  .aws-container .aws-search-form .aws-search-clear span {
    left: 15px;
    font-size: 30px;
    top: 47%;
  }

  #search-custom .aws-container .aws-show-clear .aws-search-field {
    padding: 30px 0px 40px 35px;
    font-size: 0.65rem;
    font-weight: 900;
  }

  form.aws-search-form.aws-show-clear {
    width: 320px;
  }
}