
.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;
}

.btn--section-collapse {
  position: absolute;
  right: 260px;
  display: inline;
}

.toggle-rotate {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.filter-toggle-btn {
    background-image: url("../images/ui/icon-arrow-down.png");
    background-size: 20px 20px;
    background-repeat: repeat;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

.btn--section-collapse {
  position: absolute;
  right: 160px; !important;
  display: inline;
}
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

.btn--section-collapse {
  position: absolute;
  right: 220px; !important;
  display: inline;
}
}

#events-ajax-top .content{
  width: 46.5%;
}

.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);
}
