/* ==========================================================================
   11. PRICING TABS
========================================================================== */
#pricing {
  background-color: #3567d8;
  background-image: url(../images/price1.svg), url(../images/price2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -190px 120px, 69vw -100px;
  background-size: contain, contain; }
  #pricing .pricing-title h1 {
    color: #fff;
    font-weight: 800;
    font-size: 65px;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    line-height: 70px;
    text-align: center; }
    @media (max-width: 991px) {
      #pricing .pricing-title h1 {
        font-size: 34px;
        line-height: 40px;
        width: 100%; } }
  #pricing .pricing-title p {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      #pricing .pricing-title p {
        font-size: 15px;
        font-weight: 200;
        line-height: 18px;
        margin-bottom: 30px; } }
  #pricing .grid-md {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      #pricing .grid-md {
        justify-content: center; } }
    @media (max-width: 768px) {
      #pricing .grid-md .col-sm-6 {
        width: 80%; } }
    @media (max-width: 479px) {
      #pricing .grid-md .col-sm-6 {
        width: 90%; } }
    @media (max-width: 768px) {
      #pricing .grid-md .col-sm-6:first-child {
        margin-bottom: 40px; } }
    #pricing .grid-md .pricing-tab {
      height: 100%;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border: 0 !important; }
      #pricing .grid-md .pricing-tab .title {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        #pricing .grid-md .pricing-tab .title .icon-wrapper {
          width: 50px;
          height: 50px;
          background-color: #f0f2fd;
          border-radius: 10px;
          margin-right: 20px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #pricing .grid-md .pricing-tab .title h4 {
          border-bottom: 0px !important;
          margin-bottom: 0px;
          color: #3567d8;
          font-weight: 600; }
      #pricing .grid-md .pricing-tab .pricing-features .checkmark-wrapper {
        width: 50px;
        height: 24px;
        flex-shrink: 0;
        justify-content: center;
        display: flex;
        align-items: center; }
      #pricing .grid-md .pricing-tab .price-and-btn {
        margin-top: auto;
        border-top: 2px solid #d8d8d8;
        padding-top: 40px;
        text-align: center; }
        #pricing .grid-md .pricing-tab .price-and-btn .price {
          color: #3567d8;
          font-size: 62px;
          font-weight: 800;
          letter-spacing: 2px;
          margin-bottom: 30px; }
        #pricing .grid-md .pricing-tab .price-and-btn .btn {
          border-radius: 30px; }

.pricing-tab {
  padding: 50px 30px 30px;
  border-radius: 15px;
  color: #333333;
  position: relative;
  height: 100%; }

.pricing-tab .btn {
  padding: 8px 60px;
  font-size: 13px;
  background-color: #3567d8;
  text-transform: capitalize;
  font-weight: 200; }

.pricing-tab .btn:hover {
  background: #333333;
  color: #fff;
  border-color: #333333; }

.pricing-tab .ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 115px;
  height: 115px;
  overflow: hidden; }

.pricing-tab .ribbon .popular {
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  color: #fff;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0); }

.pricing-tab .ribbon .popular:after,
.pricing-tab .ribbon .popular:before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #3e3e3e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.pricing-tab .ribbon .popular:before {
  left: 0; }

.pricing-tab .ribbon .popular:after {
  right: 0; }

.pricing-features {
  margin-bottom: 40px;
  margin-left: 0px; }

.pricing-features li {
  padding: 3px 0;
  font-size: 12px;
  font-weight: 400;
  color: #484848;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 20px; }

.pricing-features li span {
  display: block;
  font-weight: 300; }

.pricing-more {
  margin-top: 30px;
  padding-left: 15px; }

.pricing-more strong {
  color: #333333; }

.pricing-more i {
  vertical-align: baseline; }

/*# sourceMappingURL=sales_options.css.map */
