/* line 2, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a {
  padding-left: 35px;
  display: block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

/* line 11, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a:hover {
  opacity: 0.8;
}

/* line 15, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a i {
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 21, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a i.bx {
  width: 25px !important;
  height: 25px !important;
  font-size: 25px !important;
}

/* line 27, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a i.fa.fa-upload {
  font-size: 20px;
  top: 4px;
  left: 3px;
}

/* line 33, app/assets/stylesheets/components/action-buttons.scss */
.action-buttons a span {
  color: #121212;
}
/* line 1, app/assets/stylesheets/components/ad.scss */
.large-text {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/ad.scss */
.large-text h4, .large-text a {
  font-size: 2.5rem;
}

/* line 5, app/assets/stylesheets/components/ad.scss */
.large-text a {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/components/adthumbnails.scss */
.adthumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 9, app/assets/stylesheets/components/adthumbnails.scss */
.adthumbnails img {
  width: calc(20% - 10px);
  margin: 5px;
  box-sizing: border-box;
}
/* line 1, app/assets/stylesheets/components/button-fill.scss */
.btn-fill {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  min-width: 156px;
  min-height: 50px;
  background: #E54C25;
  border: 1px solid #E74B23;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* line 16, app/assets/stylesheets/components/button-fill.scss */
.btn-fill:hover {
  background: #FFFFFF;
  border: 1px solid #E54C25;
  border-radius: 4px;
  color: #E54C25;
}

/* line 25, app/assets/stylesheets/components/button-fill.scss */
.services .btn-fill {
  background: #699BF7;
  border: 1px solid #699BF7;
}

/* line 29, app/assets/stylesheets/components/button-fill.scss */
.services .btn-fill:hover {
  background: #FFFFFF;
  border: 1px solid #699BF7;
  color: #699BF7;
}

/* line 37, app/assets/stylesheets/components/button-fill.scss */
.btn-fill.btn-danger {
  background: red;
  border: 1px solid red;
}

/* line 41, app/assets/stylesheets/components/button-fill.scss */
.btn-fill.btn-danger:hover {
  background: red;
  border: 1px solid red;
  color: #fff;
}
/* line 1, app/assets/stylesheets/components/button-location.scss */
.location-button {
  width: 50px;
  height: 50px;
  background: #E74B23;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border-radius: 8px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/components/button-location.scss */
.location-button:hover {
  opacity: 0.8;
  background: #E74B23;
}

/* line 21, app/assets/stylesheets/components/button-location.scss */
.services .location-button {
  background: #699BF7;
}

/* line 24, app/assets/stylesheets/components/button-location.scss */
.services .location-button:hover {
  opacity: 0.8;
  background: #699BF7;
}
/* line 1, app/assets/stylesheets/components/button-outline.scss */
.btn-outline {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  min-width: 156px;
  min-height: 50px;
  background: #FFFFFF;
  border: 1px solid #E54C25;
  border-radius: 4px;
  color: #E54C25;
  font-weight: 700;
  font-size: 16px;
}

/* line 16, app/assets/stylesheets/components/button-outline.scss */
.btn-outline:hover {
  background: #E54C25;
  border: 1px solid #E74B23;
  border-radius: 4px;
  color: #fff;
}

/* line 26, app/assets/stylesheets/components/button-outline.scss */
.services .btn-outline {
  color: #699BF7;
  border: 1px solid #699BF7;
}

/* line 30, app/assets/stylesheets/components/button-outline.scss */
.services .btn-outline:hover {
  border: 1px solid #699BF7;
  background: #699BF7;
  color: #fff;
}
/* line 1, app/assets/stylesheets/components/buttons.scss */
.button {
  position: relative;
  padding: 8px 15px !important;
  border-radius: 4px;
  font-weight: 400;
  min-height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer !important;
}

/* line 13, app/assets/stylesheets/components/buttons.scss */
.button.blue {
  background: #5888f8;
  color: #fff;
}

/* line 17, app/assets/stylesheets/components/buttons.scss */
.button.blue:hover {
  background: #334f92 !important;
  color: #fff !important;
  border-bottom: none !important;
}

/* line 25, app/assets/stylesheets/components/buttons.scss */
.button.new:after {
  position: absolute;
  content: 'NEW';
  font-weight: bold;
  color: #f4001f;
  top: -20px;
  right: -10px;
  background: #f3f3f3;
  padding: 3px 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
}
/* line 1, app/assets/stylesheets/components/categories.scss */
section.category-wrapper {
  padding: 0;
}
/* line 1, app/assets/stylesheets/components/category-filter.scss */
.category-filter {
  margin: 20px 0;
}

/* line 4, app/assets/stylesheets/components/category-filter.scss */
.category-filter .filterbyparent {
  display: inline-block;
  background: #F5F5F5;
  border-radius: 52px;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/components/category-filter.scss */
.category-filter .filterbyparent:hover {
  opacity: 0.8;
}

/* line 19, app/assets/stylesheets/components/category-filter.scss */
.category-filter .filterbyparent.active {
  background: #e74b23;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 991px) {
  /* line 29, app/assets/stylesheets/components/category-filter.scss */
  .category-filter .filterbyparent {
    font-size: 18px;
    padding: 6px 12px;
  }
}
/* line 1, app/assets/stylesheets/components/devise.scss */
#main.devise {
  margin-top: 130px;
}
/* line 1, app/assets/stylesheets/components/dropzone.scss */
.dropzone {
  border: none !important;
}

/* line 4, app/assets/stylesheets/components/dropzone.scss */
.dropzone svg.plus line {
  stroke: #E54C25;
}

/* line 9, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] {
  display: flex;
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dropzone-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 22, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dropzone-previews .dz-preview:first-child .dz-image {
  border: 2px solid #E54C25;
}

/* line 27, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dz-preview {
  cursor: grab;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 33, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dz-preview.is-dragging {
  cursor: grabbing;
  opacity: 0.7;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
}

/* line 39, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dz-drag-handle {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(17, 24, 39, 0.75);
  color: #fff;
  border-radius: 9999px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: grab;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.35);
}

/* line 55, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dz-drag-handle__icon {
  line-height: 1;
}

/* line 59, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dropzone-upload-area {
  border: 2px dashed #CBD5E1;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  background-color: #F8FAFC;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* line 68, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dropzone-upload-area:hover {
  background-color: #EFF6FF;
  border-color: #94A3B8;
}

/* line 73, app/assets/stylesheets/components/dropzone.scss */
.dropzone[data-controller~="image-ordering"] .dropzone-msg {
  margin: 0;
}

/* line 79, app/assets/stylesheets/components/dropzone.scss */
.services .dropzone svg.plus line {
  stroke: #699BF7;
}
/* line 1, app/assets/stylesheets/components/filter-category-button.scss */
#filter-category-button {
  position: absolute;
  top: 32px;
  left: 620px;
  z-index: 5;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/components/filter-category-button.scss */
#filter-category-button svg {
  width: 60px;
  height: 60px;
}

/* line 13, app/assets/stylesheets/components/filter-category-button.scss */
#filter-category-button:hover {
  opacity: 0.9;
}

@media (max-width: 1280px) and (min-width: 1100px) {
  /* line 19, app/assets/stylesheets/components/filter-category-button.scss */
  #filter-category-button {
    left: 49%;
  }
}

@media (max-width: 1100px) {
  /* line 25, app/assets/stylesheets/components/filter-category-button.scss */
  #filter-category-button {
    left: 550px;
  }
}

@media (max-width: 767px) {
  /* line 31, app/assets/stylesheets/components/filter-category-button.scss */
  #filter-category-button {
    top: 69px;
    left: 160px;
  }
  /* line 35, app/assets/stylesheets/components/filter-category-button.scss */
  #filter-category-button svg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 769px) {
  /* line 2, app/assets/stylesheets/components/filter-component.scss */
  .filter-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 8, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent {
    position: fixed;
    top: 0;
    right: 100%;
    height: 100vh;
    overflow: scroll !important;
    z-index: 100;
    display: block !important;
    width: 100%;
    transition: all 0.5s ease 0s;
    background-color: #f5f5f5;
    padding-top: 30px;
  }
  /* line 22, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent .location-filter div, #filtercomponent .location-filter button {
    width: 100%;
  }
  /* line 27, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent .filter-label {
    margin-bottom: 15px;
  }
  /* line 31, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent .lookup {
    width: 100%;
    margin-top: 15px;
    line-height: 42px;
    border: none;
    color: #fff;
    background: #E74B23;
    box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
    border-radius: 4px;
  }
  /* line 41, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent .lookup:hover {
    opacity: 0.9;
  }
  /* line 47, app/assets/stylesheets/components/filter-component.scss */
  #filtercomponent.on {
    right: 0;
  }
}
/* line 1, app/assets/stylesheets/components/filter-mobile-open-button.scss */
#filter-mobile-open-button {
  display: none;
  position: relative;
  top: 70px;
  left: 30px;
  z-index: 5;
  color: #108489;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/components/filter-mobile-open-button.scss */
#filter-mobile-open-button span {
  margin-left: 4px;
  display: inline-block !important;
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/components/filter-mobile-open-button.scss */
#filter-mobile-open-button:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/components/filter-mobile-open-button.scss */
  #filter-mobile-open-button {
    display: inline-block;
  }
}
/* line 1, app/assets/stylesheets/components/filter.scss */
#mainfilter {
  padding: 156px 0 0 0;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/components/filter.scss */
  #mainfilter {
    padding: 80px 0 0 0;
  }
}

/* line 11, app/assets/stylesheets/components/filter.scss */
.filter-search-container {
  background-color: #108489;
  padding: 0px;
}

/* line 15, app/assets/stylesheets/components/filter.scss */
.services .filter-search-container {
  background-color: #007EC3;
}

/* line 19, app/assets/stylesheets/components/filter.scss */
.search-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 27, app/assets/stylesheets/components/filter.scss */
.filter-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  /* line 37, app/assets/stylesheets/components/filter.scss */
  .filter-label {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

/* line 44, app/assets/stylesheets/components/filter.scss */
.location-filter {
  width: 50px;
  height: 50px;
  background: #E74B23;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border-radius: 8px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 57, app/assets/stylesheets/components/filter.scss */
.filter-fields {
  display: flex;
  align-items: center;
  min-height: 4ch;
  background-color: #fff;
  border-radius: 8px;
  flex: 2;
  flex-wrap: wrap;
}

/* line 66, app/assets/stylesheets/components/filter.scss */
.field-box {
  padding: 0 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  background-color: #ffffff;
  flex: 1;
}

/* line 76, app/assets/stylesheets/components/filter.scss */
.field-box input, .field-box select {
  background-color: transparent;
  border: none;
  font-size: 14px;
}

/* line 82, app/assets/stylesheets/components/filter.scss */
.location-filter.desktop {
  display: flex;
}

/* line 85, app/assets/stylesheets/components/filter.scss */
.location-filter.desktop:hover {
  cursor: pointer;
  background: #ff3400;
}

/* line 90, app/assets/stylesheets/components/filter.scss */
.location-filter.mobile,
.field-box.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 97, app/assets/stylesheets/components/filter.scss */
  .filter-search-container {
    background-color: #F5F5F5;
    padding: 5px 0px 5px 0px;
  }
  /* line 101, app/assets/stylesheets/components/filter.scss */
  .filter-menu-dropdown {
    background-color: #f5f5f5;
    position: absolute;
    width: auto;
    display: none;
  }
  /* line 107, app/assets/stylesheets/components/filter.scss */
  .btn-filter-mob {
    display: block;
  }
  /* line 110, app/assets/stylesheets/components/filter.scss */
  .filter-menu-dropdown .location-filter {
    background-color: #E74B23;
    color: #fff;
    display: flex;
    align-items: center;
    height: 44px;
  }
  /* line 117, app/assets/stylesheets/components/filter.scss */
  .filter-menu-dropdown .location-filter img {
    width: 25px;
  }
  /* line 120, app/assets/stylesheets/components/filter.scss */
  .filter-menu-dropdown .location-filter input::placeholder {
    color: #fff;
  }
  /* line 123, app/assets/stylesheets/components/filter.scss */
  .filter-menu-dropdown .form-select {
    width: 100%;
  }
  /* line 126, app/assets/stylesheets/components/filter.scss */
  .search-filter {
    margin-bottom: 0px;
  }
  /* line 129, app/assets/stylesheets/components/filter.scss */
  .search-filter .form-select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 135, app/assets/stylesheets/components/filter.scss */
  .search-filter {
    flex-direction: column;
    background-color: #F5F5F5;
    padding: 0 15px 0 15px;
  }
  /* line 140, app/assets/stylesheets/components/filter.scss */
  .filter-fields {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  /* line 146, app/assets/stylesheets/components/filter.scss */
  .location-filter {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border: none;
    padding: 0 15px;
  }
  /* line 153, app/assets/stylesheets/components/filter.scss */
  .location-filter input {
    display: block;
  }
  /* line 156, app/assets/stylesheets/components/filter.scss */
  .optional {
    display: none;
  }
  /* line 159, app/assets/stylesheets/components/filter.scss */
  .field-box span {
    display: none;
  }
  /* line 162, app/assets/stylesheets/components/filter.scss */
  .field-box input, .field-box select {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 44px;
    padding: 10px;
  }
  /* line 169, app/assets/stylesheets/components/filter.scss */
  .field-box {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 178, app/assets/stylesheets/components/filter.scss */
  .filter-fields {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  /* line 185, app/assets/stylesheets/components/filter.scss */
  .filter-fields .field-box {
    margin: 0;
  }
  /* line 189, app/assets/stylesheets/components/filter.scss */
  .filter-fields .location-filter {
    height: 44px;
    justify-content: end;
  }
  /* line 193, app/assets/stylesheets/components/filter.scss */
  .filter-fields .location-filter img, .filter-fields .location-filter svg {
    height: 42px;
  }
  /* line 199, app/assets/stylesheets/components/filter.scss */
  .location-filter.desktop {
    display: none;
  }
  /* line 202, app/assets/stylesheets/components/filter.scss */
  .location-filter.mobile,
.field-box.mobile {
    display: flex;
  }
  /* line 206, app/assets/stylesheets/components/filter.scss */
  .location-filter.mobile.hover-effect {
    background: #ff3400;
  }
}

/* line 211, app/assets/stylesheets/components/filter.scss */
#mobile-show-full-filter-button {
  display: none;
}

@media (max-width: 768px) {
  /* line 216, app/assets/stylesheets/components/filter.scss */
  #mobile-show-full-filter-button {
    display: block;
  }
  /* line 219, app/assets/stylesheets/components/filter.scss */
  #mobile-show-full-filter-button svg {
    transform: rotate(180deg);
    width: 20px;
  }
  /* line 224, app/assets/stylesheets/components/filter.scss */
  #mobile-show-full-filter-button span {
    display: none;
  }
  /* line 228, app/assets/stylesheets/components/filter.scss */
  #mobile-show-full-filter-button.off svg {
    transform: rotate(0);
  }
  /* line 232, app/assets/stylesheets/components/filter.scss */
  #mobile-show-full-filter-button.off span {
    display: inline-block;
  }
}
/* line 1, app/assets/stylesheets/components/footer.scss */
#footer {
  background: #DBDBDB;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/components/footer.scss */
#footer .footer-top {
  background: #DBDBDB;
  padding: 60px 0 0 0;
}

/* line 12, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

/* line 16, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-info img.brand {
  width: 100%;
}

/* line 20, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

/* line 28, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-info p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666C;
}

/* line 39, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-flex;
  background: #ffffff;
  color: #121212;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

/* line 56, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/components/footer.scss */
#footer .footer-top h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  position: relative;
  padding-bottom: 12px;
}

/* line 72, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

/* line 76, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 82, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

/* line 89, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

/* line 95, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

/* line 99, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #64666C;
}

/* line 110, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-links ul a:hover {
  color: white;
}

/* line 114, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: var(--bg-light);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

/* line 122, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

/* line 128, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

/* line 143, app/assets/stylesheets/components/footer.scss */
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}

/* line 147, app/assets/stylesheets/components/footer.scss */
#footer .copyright {
  text-align: left;
  padding-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666C;
}

/* line 157, app/assets/stylesheets/components/footer.scss */
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 164, app/assets/stylesheets/components/footer.scss */
#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

/* line 170, app/assets/stylesheets/components/footer.scss */
#footer .credits a:hover {
  color: white;
}

/* line 174, app/assets/stylesheets/components/footer.scss */
#footer .btn-geo-primary {
  color: white;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  word-wrap: break-word;
  padding: 12px 32px;
  background: #E74B23;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-bottom: 25px;
}

/* line 191, app/assets/stylesheets/components/footer.scss */
#footer .btn-geo-primary:hover {
  opacity: 0.8 !important;
}
/* line 1, app/assets/stylesheets/components/header-scope.scss */
.header-scope {
  position: fixed;
  top: 110px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #cecece;
  padding: 5px 0;
  z-index: 10;
}

/* line 10, app/assets/stylesheets/components/header-scope.scss */
.header-scope a {
  display: inline-block;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  font-size: 15px;
  color: #121212;
  background: #fff;
  font-weight: bold;
  border-radius: 4px;
}

/* line 22, app/assets/stylesheets/components/header-scope.scss */
.header-scope a img, .header-scope a svg {
  height: 20px;
}

/* line 27, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.equipment {
  color: #108489;
}

/* line 30, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.equipment svg path {
  fill: #108489;
}

/* line 34, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.equipment.active {
  color: #fff;
  background: #108489;
}

/* line 38, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.equipment.active svg path {
  fill: #fff;
}

/* line 44, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.services {
  position: relative;
  color: #699BF7;
}

/* line 48, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.services svg path {
  fill: #699BF7;
}

/* line 52, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.services:after {
  position: absolute;
  content: 'NEW';
  font-weight: bold;
  color: #f4001f;
  top: 0px;
  right: -70px;
  background: #f3f3f3;
  padding: 3px 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.34);
}

/* line 67, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.services.active {
  color: #fff;
  background: #699BF7;
}

/* line 71, app/assets/stylesheets/components/header-scope.scss */
.header-scope a.services.active svg path {
  fill: #fff;
}

@media (max-width: 768px) {
  /* line 79, app/assets/stylesheets/components/header-scope.scss */
  .header-scope {
    top: 80px;
  }
  /* line 83, app/assets/stylesheets/components/header-scope.scss */
  .header-scope a.services:after {
    content: 'NEW';
    font-size: 13px;
    top: 5px;
    right: -45px;
    padding: 1px 10px;
    border-radius: 3px;
  }
}

@media (max-width: 568px) {
  /* line 97, app/assets/stylesheets/components/header-scope.scss */
  .header-scope a {
    padding-left: 10px;
  }
  /* line 98, app/assets/stylesheets/components/header-scope.scss */
  .header-scope a span {
    display: none;
  }
}
/* line 1, app/assets/stylesheets/components/header.scss */
#theheader {
  background: white;
  min-height: 110px;
  transition: all 0.5s;
  z-index: 11;
  padding: 22px 0;
}

/* line 8, app/assets/stylesheets/components/header.scss */
#theheader .dropdown-toggle::after {
  content: '';
  width: 14px;
  height: 23px;
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H9C11.7614 0 14 2.23858 14 5V18C14 20.7614 11.7614 23 9 23H5C2.23858 23 0 20.7614 0 18V5Z' fill='%23E54C25'/%3E%3Cpath d='M3 10.1475L7 12.8533L11 10.1475' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: 5px;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/components/header.scss */
#theheader button.hamburger {
  border: none;
  outline: none;
}

/* line 25, app/assets/stylesheets/components/header.scss */
#theheader button.hamburger:focus {
  outline: none;
  box-shadow: none;
}

/* line 31, app/assets/stylesheets/components/header.scss */
#theheader button.hamburger[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M6 24l18 -18'/%3E%3C/svg%3E%0A");
}

/* line 37, app/assets/stylesheets/components/header.scss */
#theheader .logo {
  margin: 0;
  width: 230px;
}

/* line 43, app/assets/stylesheets/components/header.scss */
#theheader .navbar .navbar-brand {
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/components/header.scss */
#theheader .navbar .navbar-brand:hover {
  text-decoration: none !important;
}

/* line 53, app/assets/stylesheets/components/header.scss */
#theheader .custom-dropdown .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
  border: none;
}

/* line 57, app/assets/stylesheets/components/header.scss */
#theheader .custom-dropdown .dropdown-menu li {
  border-bottom: 1px solid #dee2e6;
}

/* line 61, app/assets/stylesheets/components/header.scss */
#theheader .custom-dropdown .dropdown-menu a {
  background: #fff;
  transition: all 0.3s;
}

/* line 67, app/assets/stylesheets/components/header.scss */
#theheader .custom-dropdown .dropdown-menu li:hover a {
  background: #E54C25;
  width: 90%;
}

/* line 76, app/assets/stylesheets/components/header.scss */
#theheader .language-dropdown svg {
  width: 30px;
}

/* line 80, app/assets/stylesheets/components/header.scss */
#theheader .language-dropdown .dropdown-menu {
  min-width: 50px;
}

/* line 87, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link {
  padding: 0;
  margin: 0;
  min-height: 39px;
  line-height: 34px;
}

/* line 92, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link a {
  color: #000;
  display: block;
  width: 100%;
  height: 39px;
  align-items: center;
  padding: 0 16px;
  font-size: 15px;
}

/* line 106, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link svg {
  width: 36px;
}

/* line 111, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link:hover .svghover path {
  fill: #fff;
}

/* line 115, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link:hover a {
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link:hover a svg {
  width: 36px;
}

/* line 122, app/assets/stylesheets/components/header.scss */
#theheader .profile-dropdown .dropdown-menu .nav-link:hover span {
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/components/header.scss */
#theheader .profile-button {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #E54C25;
  padding: 2px 20px;
}

/* line 136, app/assets/stylesheets/components/header.scss */
#theheader .profile-button .username {
  color: #64666C;
  font-size: 15px;
}

/* line 140, app/assets/stylesheets/components/header.scss */
#theheader .profile-button .balance {
  color: #444444;
  font-size: 13px;
  font-family: Poppins, sans-serif;
}

/* line 147, app/assets/stylesheets/components/header.scss */
#theheader .btn {
  border-radius: 4px 1important;
  min-width: auto;
}

/* line 152, app/assets/stylesheets/components/header.scss */
#theheader .btn-fill-orange {
  background: #E54C25 !important;
  border: 1px solid #E74B23 !important;
  color: #fff !important;
}

/* line 157, app/assets/stylesheets/components/header.scss */
#theheader .btn-fill-orange:hover {
  background: #FFFFFF !important;
  border: 1px solid #E54C25 !important;
  color: #E54C25 !important;
}

/* line 164, app/assets/stylesheets/components/header.scss */
#theheader .btn-outline-orange {
  border-color: #E54C25 !important;
  color: #E54C25 !important;
}

/* line 168, app/assets/stylesheets/components/header.scss */
#theheader .btn-outline-orange:hover {
  background: #E54C25 !important;
  color: #fff !important;
}

/* line 175, app/assets/stylesheets/components/header.scss */
#theheader .nav-link {
  font-family: 'Plus Jakarta Sans';
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  white-space: nowrap;
  transition: 0.3s;
  display: flex;
  align-items: center;
  min-height: 50px;
  outline: none;
  cursor: pointer;
}

/* line 188, app/assets/stylesheets/components/header.scss */
#theheader .nav-link span {
  border-bottom: 2px solid transparent;
}

/* line 192, app/assets/stylesheets/components/header.scss */
#theheader .nav-link:hover {
  color: var(--orange);
}

/* line 195, app/assets/stylesheets/components/header.scss */
#theheader .nav-link:hover .profile-button {
  color: #121212;
}

/* line 199, app/assets/stylesheets/components/header.scss */
#theheader .nav-link:hover span {
  border-bottom: 2px solid var(--orange);
}

/* line 205, app/assets/stylesheets/components/header.scss */
.header-padding {
  padding-top: 110px;
}

@media (max-width: 991px) {
  /* line 211, app/assets/stylesheets/components/header.scss */
  #theheader {
    max-height: 100vh;
    overflow: scroll;
  }
  /* line 215, app/assets/stylesheets/components/header.scss */
  #theheader .navbar-nav {
    padding-top: 15px;
  }
  /* line 219, app/assets/stylesheets/components/header.scss */
  #theheader .profile-button {
    margin-bottom: 10px;
  }
  /* line 223, app/assets/stylesheets/components/header.scss */
  #theheader .nav-item {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 227, app/assets/stylesheets/components/header.scss */
  #theheader .nav-link {
    min-height: 39px;
    padding-left: 25px;
  }
  /* line 233, app/assets/stylesheets/components/header.scss */
  #theheader .custom-dropdown .dropdown-toggle {
    display: block;
  }
  /* line 236, app/assets/stylesheets/components/header.scss */
  #theheader .custom-dropdown .dropdown-toggle:after {
    display: none;
  }
  /* line 241, app/assets/stylesheets/components/header.scss */
  #theheader .custom-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    display: block;
  }
  /* line 247, app/assets/stylesheets/components/header.scss */
  #theheader .custom-dropdown .dropdown-menu a {
    padding: 0;
  }
  /* line 251, app/assets/stylesheets/components/header.scss */
  #theheader .custom-dropdown .dropdown-menu li.nav-link:last-child {
    border-bottom: none;
  }
  /* line 258, app/assets/stylesheets/components/header.scss */
  #theheader .language-dropdown .dropdown-toggle {
    display: none;
  }
  /* line 262, app/assets/stylesheets/components/header.scss */
  #theheader .language-dropdown .dropdown-menu {
    padding: 10px 25px;
    width: 100%;
  }
  /* line 266, app/assets/stylesheets/components/header.scss */
  #theheader .language-dropdown .dropdown-menu li {
    display: inline-block;
    border-bottom: none;
    margin-right: 20px;
  }
  /* line 270, app/assets/stylesheets/components/header.scss */
  #theheader .btn-fill-orange {
    margin-top: 20px;
  }
}

@media (max-width: 380px) {
  /* line 278, app/assets/stylesheets/components/header.scss */
  #theheader .logo {
    width: 150px;
  }
}

@media (max-width: 768px) {
  /* line 285, app/assets/stylesheets/components/header.scss */
  #theheader {
    min-height: 80px;
    padding: 9px 0;
  }
}

@media (min-width: 992px) {
  /* line 294, app/assets/stylesheets/components/header.scss */
  #theheader .profile-dropdown .dropdown-menu {
    left: -40px;
  }
}
/* line 1, app/assets/stylesheets/components/hero.scss */
#hero {
  width: 100%;
  background-color: rgba(63, 73, 83, 0.8);
  position: relative;
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/hero.scss */
#hero .carousel-item {
  position: relative;
  width: 100%;
  padding-top: 20.83%;
}

/* line 13, app/assets/stylesheets/components/hero.scss */
#hero .carousel-item picture, #hero .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 22, app/assets/stylesheets/components/hero.scss */
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

/* line 26, app/assets/stylesheets/components/hero.scss */
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

/* line 32, app/assets/stylesheets/components/hero.scss */
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

/* line 39, app/assets/stylesheets/components/hero.scss */
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* line 47, app/assets/stylesheets/components/hero.scss */
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 65, app/assets/stylesheets/components/hero.scss */
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* line 71, app/assets/stylesheets/components/hero.scss */
#hero .carousel-indicators li {
  cursor: pointer;
  background: var(--bg-light);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

/* line 83, app/assets/stylesheets/components/hero.scss */
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--orange);
}

/* line 88, app/assets/stylesheets/components/hero.scss */
.footer-links .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/components/hero.scss */
  .navbar .user-btn-name.user-name {
    border-right: 1px solid lightgray;
  }
}

@media (min-width: 1024px) {
  /* line 99, app/assets/stylesheets/components/hero.scss */
  #hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 5%;
  }
}
/* line 1, app/assets/stylesheets/components/map.scss */
section.map-wrapper {
  padding: 0;
}
/* line 1, app/assets/stylesheets/components/maplist.scss */
.map-list-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 6, app/assets/stylesheets/components/maplist.scss */
.map-list-container .map {
  background: green;
  width: 100%;
  height: 690px;
  overflow: hidden;
  vertical-align: top;
}

/* line 14, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list {
  position: absolute;
  top: 30px;
  left: 20px;
  min-width: 500px;
  max-width: 570px;
  width: 45%;
  height: 630px;
  background: #FFFFFF;
  border: 1px solid #8F8F8F;
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  vertical-align: top;
}

/* line 29, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list::-webkit-scrollbar {
  display: none;
}

/* line 33, app/assets/stylesheets/components/maplist.scss */
.map-list-container .small-filter {
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #d8d8d8;
}

/* line 42, app/assets/stylesheets/components/maplist.scss */
.map-list-container .small-filter h6, .map-list-container .small-filter .form-select {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/components/maplist.scss */
.map-list-container .small-filter .no-border {
  border: none;
}

/* line 48, app/assets/stylesheets/components/maplist.scss */
.map-list-container .small-filter .filter-fields {
  min-height: 40px;
  height: 40px;
  grid-template-columns: repeat(2, 1fr);
}

/* line 55, app/assets/stylesheets/components/maplist.scss */
.map-list-container .description {
  padding: 15px 15px 0 15px;
}

/* line 57, app/assets/stylesheets/components/maplist.scss */
.map-list-container .description h1, .map-list-container .description p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

/* line 65, app/assets/stylesheets/components/maplist.scss */
.map-list-container .description p {
  font-weight: normal;
}

/* line 70, app/assets/stylesheets/components/maplist.scss */
.map-list-container span.suggestionsize {
  background: #F5F5F5;
  border-radius: 52px;
  padding: 3px 7px;
  font-size: 10px;
}

/* line 77, app/assets/stylesheets/components/maplist.scss */
.map-list-container #mainlist {
  padding: 15px 15px;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 590px;
}

/* line 86, app/assets/stylesheets/components/maplist.scss */
.map-list-container .ad-category {
  color: #000 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 94, app/assets/stylesheets/components/maplist.scss */
.dark-gray {
  display: none;
}

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/components/maplist.scss */
  .dark-gray {
    display: block;
    width: 100%;
    height: 2px;
    background: #444444;
  }
  /* line 107, app/assets/stylesheets/components/maplist.scss */
  .map-list-container .map {
    height: 600px;
  }
  /* line 110, app/assets/stylesheets/components/maplist.scss */
  .map-list-container .map .map-container {
    min-height: 600px;
    height: 600px;
  }
  /* line 115, app/assets/stylesheets/components/maplist.scss */
  .map-list-container .list {
    height: auto;
    max-height: 400px;
    position: relative;
    width: 98%;
    min-width: 98%;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    margin-top: -200px;
  }
  /* line 127, app/assets/stylesheets/components/maplist.scss */
  .map-list-container .small-filter {
    position: relative;
  }
  /* line 130, app/assets/stylesheets/components/maplist.scss */
  .map-list-container #mainlist {
    max-height: 360px;
  }
}

/* line 137, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  min-height: 120px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  line-height: 23px;
}

/* line 148, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item:hover {
  opacity: 0.9;
}

/* line 153, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item .details .title {
  font-weight: bold;
  font-size: 16px;
}

/* line 157, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item .details .address {
  color: #64666C;
}

/* line 160, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item .details .pricing {
  color: #121212;
  margin: 3px 0;
}

/* line 164, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item .details .distance {
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}

/* line 170, app/assets/stylesheets/components/maplist.scss */
.map-list-container .list .item .details .options span {
  background: #F5F5F5;
  border-radius: 52px;
  padding: 5px 10px;
  font-size: 10px;
  white-space: nowrap;
}
/* line 2, app/assets/stylesheets/components/messages.scss */
#messages input, #messages textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  padding: 6px 12px;
}

/* line 11, app/assets/stylesheets/components/messages.scss */
#messages input:focus, #messages textarea:focus {
  border-color: #d9232d;
}

/* line 16, app/assets/stylesheets/components/messages.scss */
#messages input {
  line-height: 36px;
}

/* line 20, app/assets/stylesheets/components/messages.scss */
#messages textarea {
  padding: 10px 12px;
}

/* line 24, app/assets/stylesheets/components/messages.scss */
#messages input[type='submit'] {
  background: #E54C25 !important;
  border: 1px solid #E74B23 !important;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  min-width: 156px;
  min-height: 50px;
}

/* line 35, app/assets/stylesheets/components/messages.scss */
#messages input[type='submit']:hover {
  background: #e24d55;
}
/* line 1, app/assets/stylesheets/components/page-title.scss */
.page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #121212;
  padding-left: 20px;
  position: relative;
}

/* line 11, app/assets/stylesheets/components/page-title.scss */
.page-title:before {
  content: "";
  width: 8px;
  height: 32px;
  background: #E54C25;
  border-radius: 100px;
  position: absolute;
  left: 0;
}

/* line 24, app/assets/stylesheets/components/page-title.scss */
.services .page-title:before {
  background: #699BF7;
}
/* line 1, app/assets/stylesheets/components/review.scss */
.review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/components/review.scss */
.review .left {
  display: flex;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/review.scss */
.review .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  width: 100%;
  padding-left: 7px;
}

/* line 25, app/assets/stylesheets/components/review.scss */
.review .rating {
  align-self: flex-end;
}

/* line 29, app/assets/stylesheets/components/review.scss */
.review .comment {
  font-size: 10px;
}

/* line 32, app/assets/stylesheets/components/review.scss */
.review .title {
  font-size: 20px;
  font-weight: bold;
}
/* line 1, app/assets/stylesheets/components/scope-category.scss */
.scope-box {
  position: relative;
  padding-bottom: 20px;
  box-shadow: -2px 2px 8px rgba(28, 36, 51, 0.5);
  border-radius: 8px;
  min-height: 250px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/components/scope-category.scss */
.scope-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 5px solid #f3f3f3;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

/* line 28, app/assets/stylesheets/components/scope-category.scss */
.scope-box .title {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  z-index: 5;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/components/scope-category.scss */
.scope-box:hover img {
  border: 5px solid #007EC3;
}

/* line 52, app/assets/stylesheets/components/scope-category.scss */
.scope-box.active img {
  border: 5px solid #007EC3;
}

/* line 60, app/assets/stylesheets/components/scope-category.scss */
.services .scope-box img {
  border: 5px solid #f3f3f3;
}

/* line 65, app/assets/stylesheets/components/scope-category.scss */
.services .scope-box:hover img {
  border: 5px solid #108489;
}

/* line 72, app/assets/stylesheets/components/scope-category.scss */
.services .scope-box.active img {
  border: 5px solid #108489;
}
/* line 1, app/assets/stylesheets/components/scroll-table.scss */
.scroll-table {
  position: absolute;
  right: 25px;
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/components/scroll-table.scss */
.scroll-table svg path {
  fill: #E54C25;
}

/* line 10, app/assets/stylesheets/components/scroll-table.scss */
.scroll-table .disabled svg path {
  fill: #CECECE;
}

/* line 13, app/assets/stylesheets/components/scroll-table.scss */
.scroll-table #scrollLeft, .scroll-table #scrollRight {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
}
/* line 2, app/assets/stylesheets/components/svghover.scss */
.svghover svg path {
  fill: #64666C;
  transition: fill 0.3s;
}

/* line 8, app/assets/stylesheets/components/svghover.scss */
.svghover:hover svg path {
  fill: #E54C25;
}
/* line 1, app/assets/stylesheets/pages/ads.scss */
#about .map-container {
  margin: 10px 0;
  min-height: 450px;
}

/* line 6, app/assets/stylesheets/pages/ads.scss */
span.or {
  display: inline-block;
  line-height: 36px;
}

/* line 11, app/assets/stylesheets/pages/ads.scss */
#about .map-container {
  margin: 10px 0;
  clear: both;
  min-height: 300px;
}
/* line 2, app/assets/stylesheets/pages/contacts.scss */
.account-register.php-email-form .btn-fill {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  min-width: 156px;
  min-height: 50px;
  background: #E54C25;
  border: 1px solid #E74B23;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/pages/contacts.scss */
.account-register.php-email-form .btn-fill:hover {
  background: #FFFFFF;
  border: 1px solid #E54C25;
  border-radius: 4px;
  color: #E54C25;
}
/* line 1, app/assets/stylesheets/pages/draft-page.scss */
.register-call-to-action.draft {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/pages/draft-page.scss */
#draft_from #termsandconditions {
  width: 10px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
/* line 2, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .background-image-container {
  position: absolute;
  top: 110px;
  overflow: hidden;
  width: 100%;
  height: 660px;
  z-index: -1;
  filter: brightness(50%);
}

/* line 11, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .background-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .call-to-action {
  margin-top: 100px;
}

/* line 24, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .call-to-action h1, .landing-page .call-to-action h2, .landing-page .call-to-action h3, .landing-page .call-to-action h4, .landing-page .call-to-action h5, .landing-page .call-to-action h6 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
}

/* line 31, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .call-to-action p, .landing-page .call-to-action div {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

@media (max-width: 991px) {
  /* line 38, app/assets/stylesheets/pages/landing-page.scss */
  .landing-page .call-to-action h1, .landing-page .call-to-action h2, .landing-page .call-to-action h3, .landing-page .call-to-action h4, .landing-page .call-to-action h5, .landing-page .call-to-action h6 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 43, app/assets/stylesheets/pages/landing-page.scss */
  .landing-page .call-to-action p, .landing-page .call-to-action div {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 49, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .registration-container {
  padding: 20px 50px;
  margin: 100px 0;
  background: #FDFDFD;
  border: 2px solid #C5B4B4;
  border-radius: 16px;
}

/* line 56, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .registration-container .register-call-to-action {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  text-align: center;
  margin-bottom: 10px;
}

/* line 64, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .registration-container .form-group {
  margin-bottom: 0px;
}

/* line 69, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block {
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 9px;
  font-size: 18px;
  min-height: 150px;
}

/* line 79, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block .svg-container {
  order: 1;
}

/* line 80, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block .txt-container {
  order: 2;
}

/* line 82, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block .svg-container {
  flex: none;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 90, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block svg {
  width: 70%;
}

/* line 94, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .callout-block del {
  text-decoration: none;
  color: #E74B23;
}

/* line 100, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .phone-image {
  display: block;
  max-width: 80%;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* line 108, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .register-call {
  font-size: 30px;
  text-align: right;
}

@media (max-width: 560px) {
  /* line 114, app/assets/stylesheets/pages/landing-page.scss */
  .landing-page .register-call {
    text-align: center;
  }
}

/* line 119, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 126, app/assets/stylesheets/pages/landing-page.scss */
.landing-page .gray-background {
  padding: 30px;
  background: #F5F5F5;
}
/* line 2, app/assets/stylesheets/pages/payment.scss */
.payment .btn-geo-primary {
  color: white;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  word-wrap: break-word;
  padding: 12px 32px;
  background: #E74B23;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-bottom: 25px;
}

/* line 19, app/assets/stylesheets/pages/payment.scss */
.payment .btn-geo-primary:hover {
  opacity: 0.8 !important;
}
/* line 1, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 {
  background: #fff;
  z-index: 0;
}

/* line 5, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .container {
  position: relative;
  z-index: 2;
}

/* line 10, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .background-image-container {
  position: absolute;
  top: 154px;
  overflow: hidden;
  width: 100%;
  height: 660px;
  z-index: 0;
}

/* line 18, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .background-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .background-image-container {
    top: 124px;
  }
}

/* line 32, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .call-to-action {
  margin-top: 100px;
}

/* line 35, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .call-to-action h1, .landing-page-2 .call-to-action h2, .landing-page-2 .call-to-action h3, .landing-page-2 .call-to-action h4, .landing-page-2 .call-to-action h5, .landing-page-2 .call-to-action h6 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
}

/* line 42, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .call-to-action p, .landing-page-2 .call-to-action div {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .call-to-action h1, .landing-page-2 .call-to-action h2, .landing-page-2 .call-to-action h3, .landing-page-2 .call-to-action h4, .landing-page-2 .call-to-action h5, .landing-page-2 .call-to-action h6 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 54, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .call-to-action p, .landing-page-2 .call-to-action div {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 60, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .registration-container {
  padding: 20px 50px;
  margin: 100px 0;
  background: #FDFDFD;
  border: 2px solid #C5B4B4;
  border-radius: 16px;
}

/* line 67, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .registration-container .register-call-to-action {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  text-align: center;
  margin-bottom: 10px;
}

/* line 75, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .registration-container .form-group {
  margin-bottom: 0px;
}

/* line 80, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block {
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 9px;
  font-size: 18px;
  min-height: 150px;
}

/* line 90, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block .svg-container {
  order: 1;
}

/* line 91, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block .txt-container {
  order: 2;
}

/* line 93, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block .svg-container {
  flex: none;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 101, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block svg {
  width: 70%;
}

/* line 105, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .callout-block del {
  text-decoration: none;
  color: #E74B23;
}

/* line 111, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .phone-image {
  display: block;
  max-width: 80%;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* line 119, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .register-call {
  font-size: 30px;
  text-align: right;
}

@media (max-width: 560px) {
  /* line 125, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .register-call {
    text-align: center;
  }
}

/* line 130, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 137, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .gray-background {
  padding: 30px;
  background: #F5F5F5;
  border-radius: 10px;
}

/* line 143, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .redish-background {
  padding: 30px;
  background: #E54C25;
  border-radius: 10px;
}

/* line 149, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .stats {
  color: #fff;
  text-align: center;
}

/* line 153, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .stats h1, .landing-page-2 .stats h2, .landing-page-2 .stats h3, .landing-page-2 .stats h4, .landing-page-2 .stats h5, .landing-page-2 .stats h6, .landing-page-2 .stats p {
  color: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 160, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .stats h2 {
  font-size: 50px;
}

/* line 164, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .stats p {
  font-size: 30px;
}

/* line 169, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .white-border {
  position: relative;
}

/* line 172, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .white-border:before {
  content: '';
  display: block;
  background: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* line 183, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .white-border:after {
  content: '';
  display: block;
  background: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}

/* line 197, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .white-border.hide-right-border:after {
  display: none;
}

/* line 203, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .white-border.hide-left-border:before {
  display: none;
}

@media (max-width: 767px) {
  /* line 209, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .white-border {
    padding: 10px 0px 20px 0px;
  }
  /* line 212, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .white-border:before {
    width: 100%;
    height: 10px;
  }
  /* line 216, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .white-border:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 10px;
  }
}

/* line 225, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  padding-right: 50%;
  color: #fff;
  font-size: 40px;
}

/* line 235, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 90px;
  justify-content: space-evenly;
}

/* line 243, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps .w-100 {
  font-size: 20px;
}

/* line 247, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps .step-image {
  position: absolute;
  right: 0;
}

/* line 252, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps .step-image.first {
  right: 13%;
  width: 22%;
}

/* line 257, app/assets/stylesheets/pages/start_earning_landing_page.scss */
.landing-page-2 .steps .step-image.second {
  width: 50%;
}

@media (max-width: 1400px) {
  /* line 263, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  /* line 269, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  /* line 276, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps .content {
    padding-right: 5px;
  }
  /* line 280, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps .step-image {
    object-fit: contain;
    max-height: 100%;
  }
}

@media (max-width: 500px) {
  /* line 288, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps {
    padding-right: 0;
    font-size: 17px;
  }
  /* line 292, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps .content {
    padding-right: 5px;
  }
  /* line 296, app/assets/stylesheets/pages/start_earning_landing_page.scss */
  .landing-page-2 .steps .step-image {
    position: relative;
    right: 0 !important;
    object-fit: contain;
    max-height: 170px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
[data-onclick] {
  cursor: pointer;
}

.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  border-color: red !important
}
.field_with_errors input[type="radio"] {
  outline: 1px solid red !important;
}
.upload_field_with_errors .dropzone {
  border: 1px solid red !important;
}
.field_with_errors + input + trix-toolbar + trix-editor {
  border: 1px solid red !important;
}

.break-word {
  overflow-wrap: break-word;
}

.space-between {
  justify-content: space-between;
}

.center-mobile-right-on-desktop {
  text-align: right;
}
@media (max-width: 576px) {
  .center-mobile-right-on-desktop {
    text-align: center;
  }

  .center-mobile-right-on-desktop button,
  .center-mobile-right-on-desktop a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .d-m-none {
    display: none;
  }
}

.no-wrap {
  white-space: nowrap;
}

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
