/*html,*/
/*html a {*/
  /*-webkit-font-smoothing: antialiased;*/
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);*/
/*}*/

.panel-heading.collapsed .fa-chevron-up,
.panel-heading .fa-chevron-down {
  display: none;
  cursor: pointer;
  color: #0275D8;
  font-size: 22px;
  margin-bottom: -3px;

}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-up {
  display: inline-block;
  cursor: pointer;
  color: #0275D8;
  font-size: 15px;
  top: 25%;
  margin-bottom: -2px;

}

#commonFeatures {
  padding-top: 4em;
  margin-top: -1.5em;
}

.sumo-save-plan {
  text-align: center;
  font-size: .8em;
  color: #00AD21;
  padding-bottom: 20px;
}

.sumo-old-price-plan {
  font-size: .9em;
  color: #868686;
}

.sumo-old-price-plan>span {
  text-decoration: line-through;
}

.deal-plan-hr>hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0em;
  margin-bottom: 20px;
}

.sumo-details-list li:before,
#plans,
#plans ul,
#plans ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none !important;
  position: unset;
  background: none !important;
  position: relative;
  z-index: 99;
}


d #pricePlans:after {
  content: '';
  display: table;
  clear: both;
}

#pricePlans {
  zoom: 1;
}


#containerdivNewLine {
  clear: both;
  display: block;
  position: relative;
}


#pricePlans #plans .plan {
  border: solid 1px #f5f5f5;
  background: #ffffff;
  float: left;
  text-align: left;
  margin: 1em 5px 20px 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(134,141,155,0.2);
  box-shadow: 0 2px 10px 0 rgba(134,141,155,0.2);
}


#pricePlans #plans .plan_side {
  background: rgb(210, 202, 202);
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 1em 0;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.planContainer .title h2 {
  text-align: center;
  text-indent: 0px;
  font-weight: 300;
  color: #030a0b;
  margin: 0;
  padding: .58em 0;

}

.planContainer b {
  font-weight: bolder;
  color: black;
}

.planContainer .title h2.highlight {
  font-size: .8em;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #004446;
}


.planContainer .price p {
  background: inherit;
  color: #272727;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 20px;
  text-align: center;
}

.planContainer .price p.highlight {
  color: #272727;
}

.planContainer .price p span {
  color: #8394ae;
}

.planContainer .sumo-price-line {
  text-indent: 0px;

}

.planContainer .options {
  margin-top: 10em;
}

.planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 1.85;
}

.planContainer .options li span {
  font-weight: 400;
  color: #979797;
}

.planContainer .options li span p {
  margin: .5em 0 .5em 0;
}

.planContainer .unique_options {
  margin-top: 10em;
}

.planContainer .unique_options li {
  font-weight: 700;
  color: #364762;
  line-height: 1.85;
}

.planContainer .unique_options li span {
  font-weight: 400;
  color: #979797;
  margin-left: -1em;
}

.planContainer .button .btn {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #030a0b;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  margin: 1.5em 0 1.8em;
  color: #030a0b;
}


.planContainer .btn-block {
  width: 100%;
  background-color: #FFBC00;
  font-weight: 400;
  color: #030a0b !important;
  text-indent: 0px;
  font-weight: 700;
  margin-bottom: 0em;
}

.planContainer .button a.highlight {
  color: #fff;
  background: rgba(0, 0, 0, 0.004);
  border: 2px solid rgba(0, 0, 0, 0.004);
}



@media screen and (max-width: 768px) {

  #pricePlans #plans .plan {
    width: 100%;
    margin: 0 2% 1em 0;
  }

  #pricePlans #plans>li:nth-child(2n) {
    margin-right: 0;
  }

}


@media screen and (min-width: 1025px) {

  #pricePlans #plans .plan {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }

  #plans .plan:first-child:nth-last-child(1),
  #plans .plan:first-child:nth-last-child(1)~#plans .plan {
    width: 100%;
  }

  #pricePlans #plans .plan:first-child:nth-last-child(2),
  #pricePlans #plans .plan:first-child:nth-last-child(2)~.plan {
    width: 49%;
  }

  #pricePlans #plans .plan:first-child:nth-last-child(3),
  #pricePlans #plans .plan:first-child:nth-last-child(3)~.plan {
    width: 32%;
  }

  #pricePlans #plans .plan:first-child:nth-last-child(4),
  #pricePlans #plans .plan:first-child:nth-last-child(4)~.plan {
    width: 23.9%;
  }

  #pricePlans #plans>li:last-child {
    margin-right: 0;
  }

  .planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }


  .planContainer .button a.highlight:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
  }

}

.featureCheck {
  border: none;
  float: left;
  margin: .15em .5em 0 .5em;
}

.sumo-checkout-bar .featureCheck {
  border: none;
  float: left;
  margin: .5em .3em 0 1em;

}

#sumo-checkout-bar img .featureCheck {
  border: none;
  float: left;
  margin: .5em 0 0 1em;
}

#sumo-checkout-bar .featureCheck {
  border: none;
  float: left;
  margin: .5em 0 0 1em;
}

#plans ul li #feature_top div {
  margin-left: .5em;
}

#plans ul li #feature_top div p {
  padding-left: 2em;
  text-indent: -.15em;
  line-height: 1.5em;
  padding-bottom: .5em;
  padding-right: 1em;
}

.sumo-details-list2 li {
  position: relative;
  font-size: 0.75em;
  font-weight: 300;
  color: #a0a0a0;
  margin-bottom: .5em;
}

.sumo-details-list2 li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}
