.markdown div, .markdown p, .markdown ul, .markdown ol, .markdown li, .markdown header, .markdown footer, .markdown section, .markdown nav, .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6, .markdown form, .markdown article, .markdown main, .markdown adress {
  display: revert;
  float: revert;
  width: revert;
  font-size: revert;
  font-weight: revert;
  margin: revert;
  padding: revert;
}
.markdown.who-we-are {
  padding: 2%;
}
.markdown a {
  color: #39e7e0;
}

.listing-categories {
  padding: 0 !important;
}
.listing-categories .section_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
.listing-categories .section_content .box-image {
  max-width: 33%;
}
@media (min-width: 1024) {
  .listing-categories .section_content .box-image {
    max-width: 16%;
  }
}

.subscription-box {
  background-color: #fff;
  padding: 2em !important;
  text-align: center;
  border-radius: 20px;
}

.title_wrap.home {
  margin-top: -25em;
}
@media screen and (max-width: 1041px) {
  .title_wrap.home {
    margin-top: -14em;
  }
}
@media screen and (max-width: 679px) {
  .title_wrap.home {
    margin-top: -24em;
  }
}

@media screen and (max-width: 1041px) {
  .mobile ul li a:hover {
    color: #868686 !important;
  }
  .mobile ul li a:hover span {
    color: #868686 !important;
  }
}
.socials a i {
  color: white;
}

.blog {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 1041px) {
  .blog {
    padding-left: 0;
    padding-right: 0;
  }
}
.slide_title {
  text-align: center;
}

.banner-button {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1041px) {
  .slide_title {
    text-align: left;
  }

  .banner-button {
    text-align: left;
  }
}
#search-box {
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  opacity: 0;
}
#search-box.is-active {
  visibility: visible;
  opacity: 1;
}

.search-wrapper {
  width: 100%;
  position: fixed;
  z-index: 99999;
  height: 100vh;
  background-color: white;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 480px) {
  .search-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 640px) {
  .search-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.close-button-wrapper {
  width: 30%;
}

.close-button {
  width: 60%;
  float: right;
  text-align: center;
  padding: 5%;
  border-radius: 25px;
  background-color: white;
  border: 2.5px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.close-button:hover {
  box-shadow: 0 0 10px 0px #8decff;
}

.search-box-wrapper {
  position: relative;
  width: 70%;
}

.search-list {
  width: 100%;
  padding: 1em !important;
}
.search-list * {
  cursor: pointer;
}
.search-list:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search-list:hover {
  background-color: #f4f4f4;
}

.search-result {
  position: absolute;
  transform: translateY(2.5em);
  left: 0;
  top: 0;
  box-shadow: 0px 3px 9px #8c8c8c !important;
  width: 70%;
  background-color: white;
  border: 0px;
  height: 35em;
  overflow-y: auto;
}

@media (min-width: 480px) {
  .search-box-wrapper {
    width: 80%;
  }

  .search-result {
    width: 80%;
  }

  .close-button-wrapper {
    width: 20%;
  }

  .close-button {
    width: 70%;
    padding: 10%;
  }
}
@media (min-width: 760px) {
  .search-box-wrapper {
    width: 90%;
  }

  .search-result {
    width: 90%;
  }

  .close-button-wrapper {
    width: 10%;
  }

  .close-button {
    width: 70%;
    padding: 10%;
  }
}
@media (min-width: 1200px) {
  .search-box-wrapper {
    width: 90%;
  }

  .search-result {
    width: 90%;
  }

  .close-button-wrapper {
    width: 10%;
  }

  .close-button {
    width: 80%;
    padding: 5%;
  }
}
.search-box {
  border-radius: 25px;
  width: 100%;
  padding-left: 3em;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.search-box::-moz-placeholder {
  color: #a7a7a7;
  font-size: 0.7rem;
}
.search-box:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 0.7rem;
}
.search-box::placeholder {
  color: #a7a7a7;
  font-size: 0.7rem;
}
.search-box.searching {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width: 0px !important;
}

#search-button {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 40px;
  background-color: #39E7E0;
  transition: all 200ms;
}
#search-button:hover i {
  color: #ececec;
}
#search-button * {
  cursor: pointer;
}
#search-button i {
  color: white;
}

.post-wrap {
  padding: 0 !important;
}

.btn-primary-candi {
  color: white;
  background-color: #50e7e0;
  border: 0;
}
.btn-primary-candi:hover {
  color: white;
  box-shadow: 0 0 12px 0 rgba(100, 239, 207, 0.9);
}
.btn-primary-candi.radius {
  border-radius: 18px;
  font-size: 14px;
}

img {
    max-width: 100% !important;
}

.image {
    max-width: 100% !important;
    width: auto !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #50e7e0;
	border-radius: 4px;
}

body::-webkit-scrollbar {
    background-color: #50e7e0;
	border-radius: 4px;
}

* {
    scrollbar-color: #50e7e0;
}