﻿/*Why*/
.box_about {
  background: #fff;
  padding: 45px 45px 30px 45px;
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .box_about {
    padding: 30px 30px 5px 30px;
  }
}
.box_about h2, .box_about h3 {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  color: #dd4b38;
}
.box_about p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.6;
}
.box_about p.lead {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.box_about .arrow_1, .box_about .arrow_2 {
  position: absolute;
  top: 105%;
  right: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .box_about .arrow_1, .box_about .arrow_2 {
    display: none;
  }
}
.box_about .arrow_2 {
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}

/*Pricing tables*/
.plans {
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.plans:before,
.plans:after {
  display: none !important;
  content: none !important;
}

.plan {
  margin: 0 0 24px !important;
  padding: 20px 20px 30px 20px;
  text-align: center;
  border: 1px solid #ededed !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 14px;
  overflow: hidden;
  float: none !important;
}

@media (max-width: 991px) {
  .plan {
    border-width: 1px;
  }
}

.col-md-4.plan:first-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .col-md-4.plan:first-child {
    margin: 0 0 24px 0 !important;
  }
}

.plan:last-child {
  border-width: 1px !important;
}

.plan-title {
  position: relative;
  margin: -8px -8px 24px -8px;
  padding: 24px 16px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent;
  color: #5b677a;
  border-radius: 14px 14px 0 0;
}
.plan-title h3 {
  margin-bottom: 6px;
  color: #0b1220;
}

.plan-tall .plan-title {
  background: linear-gradient(135deg, #0b1220, #0f766e);
  border-bottom: none;
  color: #fff;
}
.plan-tall .plan-title h3,
.plan-tall .plan-title p {
  color: #fff;
}
.plan-price {
  margin: 0 auto 15px;
  line-height: 75px;
  font-size: 30px;
  font-weight: 600;
  color: #777;
  display: inline-block;
  text-align: center;
}

.plan-price > span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  margin-bottom: 20px;
  line-height: 2;
}

ul.plan-features {
  padding: 0;
  margin: 0 0 20px 0;
}

.plan-features li {
  list-style: none;
}

.plan-tall {
  margin: 0;
  position: relative;
  z-index: 100;
}

.plan-tall > .plan-price {
  line-height: 75px;
  font-size: 36px;
  color: #dd4b38;
}

.plan-tall + .plan {
  border-left: 0;
}

