/* Add here all your CSS customizations */

.LinkedIn {background: #fff; padding: 30px; display: block; min-height:192px !important; margin-top:-30px; margin-bottom: 30px; font-size: 1em; font-size: 1.1em;}

.dropbtn {
    background-color: #fff;
    color: #2e353e;
    padding: 7px;
    border: none;
    font-weight: 600;
}

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

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

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

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;}

/* Price table */

.card-body {
    padding: 15px;
}

section.pricing {
  background: #fff;
  background: linear-gradient(to right, #fff, #fff);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

h5.card-title.text-muted.text-uppercase.text-center {
    font-size: 20px !important;
    margin-bottom: 20px;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.0;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

i.check {
    background-image: url(/img/correct.png);
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.check {
    display: block;
}

i.cross {
    background-image: url(/img/cross.png);
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.cross {
    display: block;
}

.gap {
    height: 30px !important;
    margin: 0 auto;
    
}

@media (min-width: 992px) {
    .col-md-2-new {
        width: 19.666667%;
    }


.col-md-2-new.col-md-offset-1 {
    float: left !important;
}

    .col-md-offset-1  {
        float: left !important;}
}
    
    }

h1.text-uppercase.text-color-light.font-weight-bold.center.m-none {
    color: #2e353e !important;
}