
.companies-search-result-form {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 20px 40px 10px 40px;
}
.companies-search-result-form input,
.companies-search-result-form select,
.companies-search-result-form .select2 {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #191b1f;
}
.companies-search-result-form input {
  min-width: 100%;
}
.companies-search-result-form .col-2,
.companies-search-result-form .col-3,
.companies-search-result-form .col-4 {
  margin: 0;
}
.companies-search-result-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #191b1f;
}
.companies-search-result-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #191b1f transparent transparent transparent;
}
.companies-search-result-form .btn-search-sbmt {
  display: block;
  margin: 0 auto;
}
.companies-search-result-form .btn-search-sbmt input {
  margin-top: 0;
  margin-bottom: 0;
}
.companies-search-result-form .btn-search-sbmt span:before {
  color: #e39b34;
}


#btn-search-sbmt-basic span input {
  background-color: white;
}

#btn-search-results-sbmt span input {
  background-color: white;
}


#selected-industries li{
  color: white;
}
#selected-countries li{
  color: white;
}
#selected-topics li{
  color: white;
}

.content-description table {
  width: 100% !important;
}

.content-description p strong{
    font-weight: bold;
}

.banner .banner-content {
  z-index: 100 !important;
}

.terms-link {
  text-decoration: underline;
}

.pricing-plan .plan-price span s {
    font-size: 18px;
    font-weight: 600;
    color: #6ec315;
}

.bg-deep_green a {
  color: #fff !important;
}

/* For summer discount on 12 months subscription */

/*.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 3px solid;
  border-color: red;

  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-0deg);
}*/
