.pricing-period
{
  display: table-cell;
  position: relative;
  /*top: 70px;*/
}

.button-passive
{
  border-color: #7BBAE3 !important;
  color: #5897BF !important;
}

.button-passive:hover
{
  border-color: #176597 !important;
  color: #176597 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 10%;
  display: table;
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  float: left;
}

.col-md-3 {
/*  width: 30%; */
  width: auto;
  min-width: 300px;
  max-width: 450px;
}

.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.well {
  box-shadow: rgb(223 223 223 / 35%) 0px -6px 17px 0px inset, rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
  background: #fff !important;
  border-radius: 15px !important;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: none;
  border-radius: 4px;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well label {
  font-weight: 500 !important;
}

.cw-pricing-number {
  background: #fff;
  color: #222;
  font-size: 6rem;
  font-family: arial;
  font-weight: 500;
  height: 135px;
  padding-top: 15px;  
}

.cw-pricing-number sup {
  font-size: 2.4rem;
  position: relative;
  top: -43px;
  margin-right: 7px;
  font-family: arial;
}

.cw-annual_price {
  font-size: .9em;
  color: #888;
  line-height: 25px;
}

.cw-annual_price span {
  font-size: rem;
  display: block;
}

.cw-pricing-option {
  background: #fff;
  padding: 20px;
  background: #fff;
  border-radius: 7px;
}

.pricing-header {
  padding: 0;
  height: 180px;
  width: 300px;  
}

.pricing-inner {
  border: 1px solid #fff;
  border-radius: 6px;
  transition: box-shadow 300ms;
  box-shadow: none !important;
}

.cw-pricing-number span {
  font-size: 1.8rem !important;
  color: #aaa;
}

.pricing-body {
  padding: 0;
  margin-top: 35px;
}

.pricing-header h5 {
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: -2px;
  margin-bottom: 38px !important;
}

.cw-annual_price label {
  display: block;
  font-size: 1.1em;
  font-weight: normal !important;
  text-align: left;
  background: none;
  color: #333;
  padding: 0;
}

.cw-annual_price b {
  font-size: 1.3em;
}

.nav-tabs {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border-bottom: 0;
}

.faq-icon {
  display: none;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.btn-danger {
  color: #ffffff;
  border-color: #83b700;
  background: #81b500;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background: #8fc400;
  border-color: #8fc400;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn {
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  transition: all .4s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px !important;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 10px rgba(0, 0, 0, 0.175);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  box-shadow: none 0 10px rgba(0, 0, 0, 0.175);
}

.main-content__container {
  padding-block-start: 0px !important;
}

.container-fluid{
  margin-top: -100px;
}

.pricing-body ul > li {
  padding: 7px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  color: #666;
}