* {
  padding: 0px;
  margin: 0px;
}

html {
  /*   scroll-behavior: smooth; */
}

body {
  overflow-x: hidden !important;
}

ul li {
  list-style: none !important;
}

ul li:hover {
  text-decoration: none;
}

ul {
  margin: 0px;
}

a {
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
}

button,
input {
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  /* border: 1px solid #0f75bd; */
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background: rgb(232 1 1);
  background: linear-gradient(
    180deg,
    rgb(232 1 1) 17%,
    rgb(242, 242, 242) 100%
  );
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(232 1 1);
  background: linear-gradient(180deg, rgba(232 1 1) 60%, rgba(232 1 1) 100%);
  background: rgb(232 1 1);
}

/* SEARCH MODAL Start */

li#ajaxsearchlitewidget-2 {
  list-style: none !important;
}

.remodal {
  background: transparent !important;
}

.remodal-close {
  top: 0;
  left: unset;
  right: 20px;
  color: #ee7421;
  transition: all 0.5s ease-in-out;
}

.remodal-close:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* SEARCH MODAL End */

/****** INPUT OUTLINE REMOVE *****/

textarea:hover,
input[type="text"]:hover,
input[type="submit"]:hover,
input[type="tel"]:hover,
textarea:active,
input[type="text"]:active,
input[type="submit"]:active,
input[type="tel"]:active,
textarea:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/***** SEARCH PAGE *****/

h1 {
  padding: 22px 0;
  color: #0c265b;
}

.single-result {
}

.single-result {
  border: 1px solid #0c265b;
  padding: 10px 20px;
  margin: 20px 0;
}

.single-result h2 a {
  color: #000;
}

.single-result:hover {
  transform: scale(1.02);
  background: #0c265b;
  transition: all 0.4s ease-in-out;
}

.single-result:hover h2 a,
.single-result:hover p {
  color: #fff;
}

/***** SEARCH PAGE END *****/

/*404 PAGE START*/

.error-404.not-found {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-color: #fff;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}

.not_found_inner {
  background-size: cover;
  max-width: 100%;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 130px;
  line-height: 1;
  color: #000000;
  margin: 30px 0;
  font-weight: 800;
  letter-spacing: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.error-404.not-found h1 span {
  color: #000000;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}
.page-header p {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 20px;
}

.error-404.not-found header {
  border: none;
  padding-top: 0 !important;
}

.error-404.not-found .logo img {
  height: 50px !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/*404 PAGE END*/

/***** SEARCH PAGE START *****/

.search-main h1 {
  padding: 22px 0;
  color: #000000;
}

.single-result {
  border: 1px solid #000000;
  padding: 10px 20px;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}

.single-result h2 a {
  color: #000;
}

.single-result:hover {
  transform: scale(1.02);
  background: #000000;
}

.single-result:hover h2 a,
.single-result:hover p {
  color: #fff;
}

body.search footer {
  margin-top: 0px !important;
}

.search-main {
  padding-bottom: 80px;
}

/***** SEARCH PAGE END *****/
