/* marquee css */
.mrqimgs {
    padding: 8px 23px;
}
.log_regBtn a {
    color: #ffff;
    background: #13df84 !important;
    border: 1px solid #13df84;
}
.log_regBtn a:hover{
    border: 1px solid #13df84 !important;
}
.log_regBtn a:focus{
    border: 1px solid #13df84 !important;
    background: #0fac65 !important;
    box-shadow: none !important;
}
#intro .intro-content {
    bottom: 0;
    top: -2.5rem;
    left: 0;
    position: relative;
    margin-top: 10rem;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.featured-services .icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f9f9fa;
    border-radius: 4px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
}
.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}
.pt_0{
    padding-top: 0px !important;
}
#intro .intro-content h2 {
    color: #50d8af;
    margin-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
}
#intro {
    width: 100%;
    height: 60vh;
    position: relative;
    background:url(../img/intro-carousel/1.jpg) no-repeat;
    /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  */
    background-size: cover;
    padding: 0;
}
#footer {
    background: #f2f5f8;
    padding: 35px 30px;
    font-size: 14px;
}
#footer .copyright {
    float: left;
}

.legal-text-header {
    font-weight: 700;
    margin-bottom: 19px;
    padding: 8px 0px;
    border-bottom: 1px solid #13df8454;
}

/*pricing table*/

.background_card {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background_card::after {
  content: '';
  background: #60a9ff;
  background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}


.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-features {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #016FF9;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

p strong {
    border-bottom: 1px solid #13df84;
    padding: 10px 0px;
}

.main_contant{
    border-radius: 4px;
}