body {
    font-family: Arial, sans-serif;
    background-color: #fff;
  }
  .form-group label {
    color: #5a6268;
    font-weight: bold;
  }
  .form-group input,
  .form-group textarea {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06);
  }
  .btn-primary {
    background-color: #ff9e24;
    border-color: #ff9e24;
    color: #000;
  }
  .btn-primary:hover {
    background-color: #ff9e24;
    border-color: #ff9e24;
    color: #000;
  }
  #intro {
    flex-direction: row;
  }
  .nav-last-item {
    margin-right: 20px;
  }
  @media (max-width: 767px) {
    .nav-last-item {
      margin: 0;
    }
  }
  .rounded-img {
    border: 2px solid #ababab;
    border-radius: 15px;
    width: 100%;
  }
  .pricing-box {
    -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 35px 50px;
    border-radius: 20px;
    position: relative;
  }
  
  .pricing-box .plan {
    font-size: 34px;
  }
  
  .pricing-badge {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
  }
  
  .pricing-badge .badge {
    float: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #ffffff;
    background: #fb7179;
  }
  .mb-2, .my-2 {
      margin-bottom: .5rem!important;
  }
  p {
      line-height: 1.7;
  }
  .gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #FDF4EB 0%, #FFECAB 100%);
    background-image: -ms-linear-gradient(0deg, #FDF4EB 0%, #FFECAB 100%);
    color: #000000;
}
.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}
.contact-info__list span.position-absolute {
    left: 0
}
.z-index-101 {
    z-index: 101;
}
.list-style--none {
    list-style: none;
}
.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}
@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
}
.shadow-lg, .shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}