.logo_header{
  color: #000;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
}

.w-75 {
  width: 90% !important;
}

.header-bar-fixed {
  position: fixed !important;
  width: 100% !important;
  top: 0px !important;
  z-index: 100000 !important;
  background: #fff;
}

.feature-video {
  border: 12px solid #000; 
  border-radius: 10px;
  box-shadow: 0px 20px 10px -15px #111 !important;    
  padding: 0px !important
}

.hero {
  padding-top: 30px;
}

.feature-padding {
  padding: 0 0 15rem 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  width: 100%
}

th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.tick { font-size:18px; color:#5CA65E; }

.cross { font-size:18px; color:#ED403E; }

.m-t-40 {
  margin-top: 40px;
}

.hero-logos {
  max-height: 23px;
}

.hero-logos-big {
  max-height: 38px;
}

.hero-logos-med {
  max-height: 29px;
}

.hero-logos-bigx {
  max-height: 45px;
}

.mt-6 {
  margin-top: 6rem;
}

.m-t-140 {
  margin-top: 140px;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.dropbtn1 {
  cursor: pointer;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {background-color: #ddd;}

.dropdown1:hover .dropdown-content1 {display: block;}

.dropdown1:hover .dropbtn {background-color: #3e8e41;}