.container {
  max-width: 1300px;
}

.widget {
  margin: 0;
}
.hero__sidebar-list__item:hover {
  color: #f36f37 !important;
}
.xoo-el-inmodal {
  max-height: 100vh;
  max-width: 420px;
  height: 100vh;
}

.xoo-el-sidebar {
  display: none;
}

.xoo-el-modal {
  left: unset;
  right: 0;
}

span.xoo-el-close {
  right: 10px;
  top: 10px;
}

.xoo-el-modal {
  transform: translateX(90%) !important;
  margin-right: -20px;
}

.xoo-el-popup-active .xoo-el-modal {
  transform: translateX(0) !important;
}

.xoo-el-header {
  margin-top: 10px;
}

.xoo-aff-input-icon {
  display: none !important;
}

.midle_header__info-icons .xoo-el-login-tgr {
  font-size: 0;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.midle_header__info-icons .xoo-el-login-tgr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icons8-member-24.png");
  background-repeat: no-repeat;
  background-position: center;
}

a {
  text-decoration: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  list-style: none;
  margin: 0;
}

body {
  margin: 0 !important;
}

.form-popup-content {
  margin: 10px 0px;
}
.form-popup-content p {
  margin-bottom: 16px;
  max-width: 500px;
  border-radius: 4px;
}

.form-popup-btn {
  background-color: #f36f37;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 13px 50px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #f36f37;
  transition: all 0.3s ease;
  outline: none;
  display: inline-block;
  line-height: 1;
}
.form-popup-btn:hover {
  background-color: transparent;
  color: #f36f37;
}

.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-input-hidden {
  display: none;
}

.form-wrap {
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  background-color: #fff;
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-height: 80vh;
}
.form-wrap__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  transform: translate(50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #0a1624;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wrap__close img {
  max-width: 24px;
}
.form-wrap h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.form-wrap__element {
  height: 100%;
  overflow: scroll;
  padding: 40px 30px;
  max-height: 80vh;
}

.form-wrap.active {
  opacity: 1;
  visibility: visible;
}

.popup-input {
  margin-bottom: 20px;
}
.popup-input input {
  width: 100%;
  padding: 12px;
  color: #6f7175;
  border: 2px solid #e1e1e1;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  line-height: 24px;
  font-family: "Readex Pro", Sans-serif;
}
.popup-input input:focus {
  border-color: #f36f37;
}
.popup-input .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 0 !important;
}

/*Error Page - Kompp*/
.error-404 {
  border-top: 1px solid #e1e1e1;
  padding: 100px 0px;
}
.error-404__content {
  text-align: center;
}
.error-404__content h1 {
  font-size: 250px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #333333;
}
.error-404__content h3 {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 1.1111111111;
  color: #0a1624;
  font-weight: 600;
}
.error-404__content p {
  max-width: 560px;
  margin: 30px auto 50px;
  color: #6f7175;
  font-weight: 400;
}
.error-404__img {
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404__btn {
  border: none;
  background-color: #f36f37;
  color: #fff;
  cursor: pointer;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  transition-property: all;
  transition-duration: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 100px;
  text-align: center;
}
.error-404__btn:visited {
  color: #fff;
}
.error-404__btn:hover {
  background-color: #ee672d;
}

.popup-btn input {
  background-color: #f36f37;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 13px 50px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #f36f37;
  transition: all 0.3s ease;
  outline: none;
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 1536px) {
  .form-wrap h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .error-404__img {
    max-width: 220px;
  }
  .error-404__content h1 {
    font-size: 220px;
  }
  .error-404__content h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .form-wrap h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .form-wrap h3 {
    font-size: 22px;
  }
  .error-404__img {
    max-width: 200px;
  }
  .error-404__content h1 {
    font-size: 200px;
    gap: 20px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .error-404__content h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404__img {
    max-width: 180px;
  }
  .error-404__content h1 {
    font-size: 180px;
    margin-bottom: 30px;
  }
  .error-404__content h3 {
    font-size: 32px;
  }
  .error-404__content p {
    margin: 20px auto 40px auto;
  }
  .error-404__btn {
    padding: 15px 35px;
  }
  .form-wrap {
    max-width: 90vw;
  }
  .form-wrap__element {
    padding: 30px 20px;
  }

  .preloader {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .error-404__img {
    max-width: 150px;
  }
  .error-404__content h1 {
    font-size: 150px;
    gap: 10px;
  }
  .error-404__content h3 {
    font-size: 28px;
  }
  .error-404__content p,
  .error-404__btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  .error-404__img {
    max-width: 130px;
  }
  .error-404__content h1 {
    font-size: 130px;
    gap: 10px;
  }
  .error-404__content h3 {
    font-size: 26px;
  }
  .error-404__content p {
    margin-top: 10px;
  }
  .error-404__content p,
  .error-404__btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .error-404__content h3 {
    font-size: 24px;
  }
  .error-404__img {
    max-width: 110px;
  }
  .error-404__content h1 {
    font-size: 110px;
  }
}
.rc-anchor-invisible{
	position:relative;
	z-index:99999;
}