#pricing-page #myTab:hover li:not(:hover) {
  opacity: 0.5;
}

#pricing-page .price {
  margin: 0px 0px;
  font-size: 1.2em;
  color: #666;
}

#pricing-page .price p {
  margin: 0;
  padding: 10px !important;
  position: relative;
  font-weight: 500;
  font-size: 2.3em;
}
#pricing-page .price p  a{
  color: #666;
  text-decoration: none;
}

#pricing-page .price span {
  font-size: 0.9em;
  color: #4a4a4a;
}

#pricing-page .custom {
  color: #069 !important ;
  font-size: 1.2em !important;
}
#pricing-page .custom:hover {
  color: rgb(38, 135, 184) !important ;
  font-size: 1.2em !important;
}

#pricing-page .savings {
  margin: -20px 0 0 !important;
  color: #56B336;
  font-size: 0.8em;
}

#pricing-page .savings p {
  margin: 0 !important;
  font-weight: 400;
  font-size: 0.9em;
}

#pricing-page .card-2 .savings::before {
   content: 'Billed Annually';
   display: block;
   width: 100%;
   position: relative;
   color: #666;
 }
#pricing-page .card-1 .savings::before {
   content: 'Billed Monthly';
   display: block;
   width: 100%;
   position: relative;
   color: #666;
 }

#pricing-page .popular p {
  margin: 0 !important;
  padding: 0px !important;
}

#pricing-page .features {
  margin-bottom: 45px;
}

#pricing-page .features .green {
  color: #56B336;
  margin-right: 2px;
}

#pricing-page .features ul {
  list-style-type: none;
  text-align: left;
}

#pricing-page .features ul li {
  margin: 20px 0;
}

#pricing-page #myTabContent p {
  line-height: 1.75em;
}

#pricing-page #myTab a.nav-link {
  text-decoration: none;
  color: #666;
}

#pricing-page .text-pop-up-top img {
  /* -webkit-transform: rotate(180deg);
  transform: rotate(180deg) scale(1.1); */
}

#pricing-page .card-1 img, #pricing-page .card-1 .card-title{
  /* filter: hue-rotate(90deg); */

  /**** Testing styles per brandon *****/
  /* color: #666; */
}

#pricing-page .card-3 img, #pricing-page .card-3 .card-title { 
  /* filter: hue-rotate(45deg); */

  /**** Testing styles per brandon *****/
  /* color: #666; */
}

#pricing-page .body-footer h2 {
  font-weight: 500;
}

#pricing-page .icon img {
  height: 75px;
  transition: 1s;
}

#pricing-page .card .price p {
  
}
#pricing-page .card .savings p::after {
  content: ' ';
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 70%;
  height: 1px;
  margin: 10px auto;
  opacity: 0.7;
}

#pricing-page .card-3 .savings p::after {
  content: ' ';
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 70%;
  height: 1px;
  margin: 10px auto;
  opacity: 0.7;
}


#pricing-page .card-1 .price p::before, #pricing-page .card-2 .price p::before {
  content: '$';
  height: 15px;
  width: 15px;
  display: inline-block;
  font-size: 0.5em;
  position: relative;
  bottom: 19px;
  right: 5px;
}
#pricing-page .card-1 .price p::after {
  height: 15px;
  display: inline-block;
  font-size: 0.3em;
  position: relative;
  bottom: 2px;
  left: 4px;
  color: #666;
}
#pricing-page .card-2 .price p::after {
  height: 15px;
  display: inline-block;
  font-size: 0.3em;
  position: relative;
  bottom: 2px;
  left: 4px;
  color: #666;
}

#pricing-page .card .background {
  padding-top: 30px;
}
#pricing-page .card-2 .background {
  padding-top: 50px;
}

#pricing-page .card {
  height: 340px;
  width: 280px;
  border-left: none;
  border-right: none;
  text-align: center;
  border-radius: 0px;
  background-color: #fefefe;
  margin-left: 10px;
  margin-right: 10px;
}

#pricing-page .card-2 {
  background-color: #fff;
  transform: scale(1.05);
}

#pricing-page .card-container {
  margin-bottom: 45px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pricing-page .card-container .card-2 {
  position: relative;
  box-shadow: 2px 8px 12px 2px rgba(0, 0, 0, 0.1);
}

#pricing-page .card-title {
  /* color: #069; */
  font-size: 1.6em;
  margin: 10px 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

#pricing-page .card-title::after {
  content: ' ';
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 70%;
  height: 1px;
  margin: 0 auto;
  margin-top: 5px;
  opacity: 0.7;
}

#pricing-page .card-container .card-2 .popular {
  color: #fff;
  position: absolute !important;
  top: 0 !important;
  width: 100%;
  padding: 0 !important;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#pricing-page .card .price {
  margin-bottom: -15px !important;
}
#pricing-page .card-2 .card-title {
  color: #56B336;
}

#pricing-page .card-container .card .icon {
  padding-top: 45px;
}

#pricing-page .card-container .card-2 .popular {
  background-color: #56B336;
  padding: 10px 0;
  border-radius: 0.25rem 0.25rem 0 0;

}

#pricing-page .card-container .card .background {
  border-bottom: none;
}

#pricing-page :first-child .subhead {
  margin-top: 50px;
}

#pricing-page #myTabContent {
  padding-bottom: 50px;
}

#pricing-page #myTabContent .subhead {
  margin-top: 0px;
  padding: 30px 0 10px;
}

#pricing-page .body-footer {
  width: 100%;
}

#pricing-page .body-footer h2 {
  font-weight: 500;
}

#pricing-page .blue {
  font-size: 1.5em;
  color: #069;
  margin-top: 15px;
}

#pricing-page .free-trial p {
  margin: 0 !important;
  padding: 10px !important;
  background-color: #56B336;
  color: #fff;
  position: absolute;
  bottom: 15px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.25rem;
  transition: 0.3s;
}
#pricing-page .free-trial p a {
  text-decoration: none;
  color: #fff;
}

#pricing-page .card-2 .free-trial p:hover {
  cursor: pointer;
  background-color: #279d27;
}

#pricing-page .card-1 .free-trial p {
  background-color: #78006e;

  /**** Testing styles per brandon *****/
  /* background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666; */
}
#pricing-page .card-1 .free-trial p:hover {
  background-color: #8a077f;
  cursor: pointer;
}
#pricing-page .card-3 .free-trial p {
  background-color: #4E3E9E;

  /**** Testing styles per brandon *****/
    /* background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666; */
}
#pricing-page .card-3 .free-trial p a {
  text-decoration: none;
  color: #fff;
}

#pricing-page .card-3 .free-trial p:hover {
  background-color: rgb(90, 74, 173);
  cursor: pointer;
}

@media screen and (max-width: 769px)
{
  .card-container {
    flex-wrap: wrap;
  }

  .card-container .card {
    margin-bottom: 45px;

  }

  .card-container .card-2 {
    order: 1;
    box-shadow: none !important;
  }
  .card-container .card-1 {
    order: 2;
  }
  .card-container .card-3 {
    order: 3;
  }
}

