body.ie div.card-container {
  display: table;
}

body.ie div.card-container div.pricing-card {
  display: table-cell;
  width: 25%;
}

body.ie div.data-pkg {
  width: 500px;
}

body.ie div.pricing-card-border {
  border-top-left-radius: 7px;
}

#mobile-pricing-section, #mobile-branding-pricing-section, #mobile-marketing-pricing-section, #new-mobile-pricing-section {
  display: none;
}

#desktop-pricing-section, #desktop-branding-pricing-section, #desktop-marketing-pricing-section, #new-desktop-pricing-section {
  display: block;
}

.pricing-nav {
  background: rgba(255,255,255,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  padding: 0;
  list-style: none;
  text-align: center;
}

.pricing-nav li {
  font-size: 1.3rem;
  line-height: 50px;
  cursor: pointer;
  border-left: 1px solid rgba(0,0,0,0.09);
  float: left;
  display: inline-block;
  font-weight: 500;
}

.pricing-nav li.active-plan::after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  border-top: 0 solid #262626;
  border-bottom-width: 10px;
  border-right-width: 10px;
  border-left-width: 10px;
  border-top-width: 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin: -2px auto 0;
}

.price-nav h3 {
  color: #262626;
}
/*#3C3C3C*/
.pricing-nav li.active-plan {
  background: #262626;
  color: #FFF;
}
.pricing-nav li:first-child {
  border: 0;
}

@media (max-width: 1280px) {
  #mobile-pricing-section, #mobile-branding-pricing-section, #mobile-marketing-pricing-section, #new-mobile-pricing-section {
    display: block;
  }

  #desktop-pricing-section, #desktop-branding-pricing-section, #desktop-marketing-pricing-section, #new-desktop-pricing-section {
    display: none;
  }
}

.bg-dark-bk {
  /*background-color: #262626;*/
  background-color: #E8E8E8;
}

.bg-light-bk {
  /*background-color: #3C3C3C;*/
  background-color: #B0B2B3;
}

/*Hero Section*/

.pricing-hero-image {
  background-image: url("../images/home/Devices1920.png");
  height: 800px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

body.chrome div.pricing-hero-image, body.firefox div.pricing-hero-image, body.edge div.pricing-hero-image, body.opera div.pricing-hero-image{
  background-image: url("../images/home/Devices1920.png");
  background-attachment: fixed
}

body.ie div.pricing-hero-image, body.safari div.pricing-hero-image{
  background-image: url("../images/home/Devices1920.png");
}

.hero-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #676767;
  letter-spacing: 10px;
  font-family: 'Raleway', sans-serif;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}