.uk-sticky.uk-active.uk-navbar-container {
  height: 120px;
  align-items: center;
}

header {
  padding-top: 0px;
}

header .uk-logo {
  margin-top: 10px;
}
section center {
  width: 320px;
  height: 128px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.uppercase {
  text-transform: uppercase;
}
.deleted {
  display: none;
}
.justify-center {
  justify-content: center;
}

footer .social-media-list div a .fab:hover {
  color: #000;
}

.design-developed {
  text-align: right;
  margin: 0px 20px 20px 0px;
}

.to-top {
  bottom: 55px;
}

.design-developed {
  text-transform: uppercase;
}
.design-developed a {
  color: #00b444;
  font-weight: bold;
}
/* Search Section CSS */

section#search {
  width: 60%;
  margin: 100px auto;
  padding: 50px 0px;
}

.flex-wrap {
  flex-wrap: wrap;
}
#search .content {
  display: flex;
  width: 100%;
}

#search .content > div {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid #e5e5e5;
}

#search .content > div:nth-child(1) {
  border: 0px;
}

#search .content > div p {
  margin: 10px 0px;
  font-size: 20px;
  text-transform: uppercase;
}

#search .search {
  width: 80%;
  margin: 30px auto;
  position: relative;
}

.search-wrapper {
  width: 75%;
  position: relative;
}
#search .search input.form-control {
  width: 100%;
  padding: 15px;
  border: 3px solid #e5e5e5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#search .search img.search-img {
  position: absolute;
  right: -25px;
  top: 9px;
}

#search .search label {
  margin-top: 5px;
  display: inline-block;
}

.d-flex {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.company-info {
  margin: 30px 0px;
}

.company-info * {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.company-info h4 {
  color: #35b137;
}

.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.fw-normal {
  font-weight: normal !important;
}
.profit-potential-box * {
  margin: 0px;
}

.search ul {
  margin: 30px auto;
  list-style: none;
  padding: 0px;
}

.match-companies-box .match-companies {
  position: absolute;
  top: 52px;
  list-style: none;
  width: 69%;
  margin: 0px;
  padding: 0px;
  left: 2px;
  max-height: 200px;
  overflow-y: scroll;
}

.search ul li {
  width: 96%;
  background: #f2f3f5;
  margin: 0px 0px;
  padding: 5px 5px 5px 11px;
}

.img-responsive {
  width: 100%;
}

#search-form .search .form-group {
  display: flex;
  justify-content: space-between;
}

#search .search button.btn,
.theme-btn {
  width: 170px;
  background: #6dd495;
  color: #fff;
  border: 0;
  font-size: 19px;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0px;
  max-height: 50px;
  cursor: pointer;
}

.theme-btn {
  padding: 10px 0px;
}
.colorred {
  color: red;
}

.btnactive {
  background: #b8f7d0 !important;
  cursor: no-drop;
  pointer-events: none;
}

.container {
  width: 60%;
  margin: auto;
}

ul.footer-links {
  width: 60%;
  margin: 6px auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footer-links li a {
  margin-right: 20px;
  font-size: 14px;
  color: #00b444;
  text-transform: uppercase;
  text-decoration: underline;
}

section.pages-section {
  width: 80% !important;
  padding: 20px !important;
}

/* Search Section CSS */

/* Contact Form */

#contact-form input.form-control[type='text'] {
  width: 97%;
  min-height: 35px;
  font-size: 15px;
  padding-left: 11px;
  border: 1px solid #c9c9c9;
}

/* Contact Form */

.uk-section.uk-padding-remove-vertical {
  background: transparent !important;
}

.uk-navbar-nav > li > a {
  color: #000000;
}

.in-mobile-nav .uk-button {
  color: #000;
}

.visible-desktop {
  display: block;
}
.visible-mobile {
  display: none;
}

.uk-sticky.uk-active {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: 0 !important;
}

.profit-potential-box h2.text-center.uppercase.fw-normal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-work-i {
  border: 2px solid #35b137;
  color: #35b137;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-left: 15px;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 4% !important;
}

@media (min-width: 1300px) and (max-width: 1750px) {
  .search-wrapper {
    width: 69%;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .search-wrapper {
    width: 62%;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .visible-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-desktop {
    display: none !important;
  }
  .visible-mobile {
    display: none !important;
  }

  section#search {
    width: 79%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-desktop {
    display: none;
  }
  .visible-mobile {
    display: block;
  }

  section#search {
    width: 93%;
  }
  #search .search input.form-control {
    width: 61%;
  }
  .match-companies-box .match-companies {
    width: 67%;
  }
  .search ul li {
    width: 95%;
  }
  .search-wrapper {
    width: 70%;
  }

  #search .search input.form-control {
    width: 88%;
  }

  #search .search img.search-img {
    right: 25px;
  }
  section#search {
    margin: 0px auto 100px;
    padding: 0px 0px 50px;
  }

  .container {
    width: 80%;
  }
  ul.footer-links {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  ul.footer-links li {
    flex-basis: 50%;
    text-align: left;
  }
}
.color-thread:hover svg {
  fill: #000 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
  .visible-mobile {
    display: block;
  }

  #search .content {
    flex-wrap: wrap;
  }
  #search .content > div {
    flex-basis: 100%;
    margin-bottom: 30px;
    border-left: 0px !important;
    border-bottom: 2px solid #e5e5e5 !important;
  }
  section#search {
    width: 94%;
  }
  #search .search input.form-control {
    width: 100%;
  }
  #search-form .search .form-group {
    flex-wrap: wrap;
  }
  #search .search button.btn {
    width: 100%;
    padding: 0px;
    max-height: unset;
    min-height: 43px;
    margin-top: 11px;
  }
  #search .search img.search-img {
    right: 13px;
  }

  .profit-potential-box > h2:first-child {
    font-size: 22px;
  }
  .match-companies-box .match-companies {
    top: 108px;
    width: 100%;
  }

  .search ul li {
    width: 93%;
  }
  .content .box h4 {
    text-align: center;
    font-size: 18px;
  }
  .search-wrapper {
    width: 87%;
  }

  #search .search img.search-img {
    right: -25px;
  }
  .container {
    width: 80%;
  }

  ul.footer-links {
    flex-wrap: wrap;
  }
  ul.footer-links li {
    flex-basis: 100%;
    text-align: center;
  }
  section#search {
    margin: 0px auto 100px;
    padding: 0px 0px 50px;
  }

  #mc_embed_signup .button,
  input#mc-embedded-subscribe {
    margin: -10px 5px 10px 0 !important;
  }

  #mc_embed_signup .helper_text {
    background: transparent !important;
  }
  #mc_embed_signup input {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
}
@media (min-width: 576px) and (max-width: 767px) {
}
