@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px; }

.featured-plan {
  margin-top: 0px; }
  .featured-plan .pricing-body {
    padding: 60px 0;
    background: #f8f9fa;
    border: 1px solid #e9ecef; }
  .featured-plan .price-table-content .price-row {
    border-top: 1px solid rgba(120, 130, 140, 0.13); }

.pricing-body {
  border-radius: 0px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative; }

.pricing-body h2 {
  position: relative;
  font-size: 56px;
  margin: 20px 0 10px;
  font-weight: 500; }
  .pricing-body h2 span {
    position: absolute;
    font-size: 15px;
    top: -10px;
    margin-left: -10px; }

.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

.pricing-plan {
  padding: 0 15px; }
  .pricing-plan .no-padding {
    padding: 0px; }

.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0px;
  right: 0px; }

.btn-primary {
    background-color: #0075a9;
    border-color: #00bcd4;
}
.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: .25rem;
    background-color: #0075a9;
    color: #fff;
    margin-right: 3px;
    border: 1px solid transparent;
}
a {
    color: #03a9f3;
}
.bg-indigo{
    background: #3F51B5; 
}
.text-indigo{
    color: #3F51B5;
}
@media print{
   .noprint{
       display:none;
   }
}
.text-medium{
  font-size: 24px;
}
.btn-orange {
    color: #fff;
    background-color: #fb9678;
    border-color: #fb9678;
}
.text-orange{
    color: #fb9678;
}
.btn-indigo {
  color: #000;
  background-color: #3f51b5;
  border-color: #3f51b5; }
  .btn-indigo:hover {
    color: #fff;
    background-color: #3f65b5;
    border-color: #332b7c; }
  .btn-check:focus + .btn-indigo, .btn-indigo:focus {
    color: #fff;
    background-color: #3f65b5;
    border-color: #1cb2f4;
    box-shadow: 0 0 0 0.25rem rgba(3, 144, 207, 0.5); }
  .btn-check:checked + .btn-indigo,
  .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active,
  .show > .btn-indigo.dropdown-toggle {
    color: #000;
    background-color: #3f51b5;
    border-color: #332b7c; }
    .btn-check:checked + .btn-indigo:focus,
    .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(3, 144, 207, 0.5); }
  .btn-indigo:disabled, .btn-indigo.disabled {
    color: #000;
    background-color: #3f51b5;
    border-color: #3f51b5; }

.btn-orange,
.btn-indigo,
.btn-outline-orange:hover,
.btn-outline-indigo:hover {
  color: #fff; 
}
.border-indigo{
    border-color: #3f51b5!important;
}
.tempmsg{
  /* position: relative; */
  z-index: 1090;
  top: -35px;
  /* right: -20%; */ 
  font-weight: 400;
  line-height: normal;
  border-radius: 50rem!important;
  background-color: #00c292!important;
  display: inline-block;
  padding: 0.2em 1em;
  font-size: .85em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.hover-copy:hover{
  border-color: #b2b2b2;
  border-bottom-style: solid;
  border-width: 1px;
  transition: border-color .25s ease-out;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.font-weight-bold{
  font-weight: 500;
}