.pricing-feature-group {
  padding: 55px 35px;
  text-align: center;
  background-color: #FFFFFF;
  height: 100%;
}

.pricing-feature-group .pricing-body {
  margin-bottom: 0px;
}

.pricing-image {
  padding: 55px;
  background-color: #FFFFFF;
}

.pricing-matrix {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}

.pricing-matrix .gap {
  height: 58px;
  clear: both;
  position: relative;
  display: block;
  background-color: #f8fafe;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.pricing-expand {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow .5s ease 1.5s;
  transition: -webkit-box-shadow .5s ease 1.5s;
  -o-transition: box-shadow .5s ease 1.5s;
  transition: box-shadow .5s ease 1.5s;
  transition: box-shadow .5s ease 1.5s, -webkit-box-shadow .5s ease 1.5s;
}

.pricing-expand::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 312px;
  z-index: 1;
  background: #f8fafe;
  background: -webkit-linear-gradient(90deg, #f8fafe 8%, rgba(248, 250, 254, 0.95) 12%, rgba(252, 253, 255, 0.29) 73%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #f8fafe), color-stop(12%, rgba(248, 250, 254, 0.95)), color-stop(73%, rgba(252, 253, 255, 0.29)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #f8fafe 8%, rgba(248, 250, 254, 0.95) 12%, rgba(252, 253, 255, 0.29) 73%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #f8fafe 8%, rgba(248, 250, 254, 0.95) 12%, rgba(252, 253, 255, 0.29) 73%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #f8fafe 8%, rgba(248, 250, 254, 0.95) 12%, rgba(252, 253, 255, 0.29) 73%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: background-image .5s ease 1.5s;
  -o-transition: background-image .5s ease 1.5s;
  transition: background-image .5s ease 1.5s;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.pricing-expand.expand {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}

.pricing-expand.expand::before {
  opacity: 0;
  visibility: hidden;
}

.content-collapse-wraper {
  text-align: center;
}

.content-collapse-wraper .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}

.content-collapse-wraper .btn.hide {
  opacity: 0;
  visibility: hidden;
}

.pricing-feature {
  display: block;
  padding: 20px 40px;
  line-height: 1;
  background-color: #FFFFFF;
  height: 57px;
}

.pricing-feature > i {
  color: #1868dd;
}

.pricing-matrix > .row [class^=col-] .pricing-feature {
  text-align: center;
}

.pricing-matrix > .row [class^=col-]:first-child .pricing-feature {
  text-align: left;
  white-space: nowrap;
}

.pricing-matrix > .row [class^=col-] .pricing-feature-item,
.pricing-matrix > .row [class^=col-] .pricing-feature-group,
.pricing-matrix > .row [class^=col-] .pricing-image {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-right: 1px;
}

.pricing-matrix > .row [class^=col-] .pricing-feature-item:last-child,
.pricing-matrix > .row [class^=col-] .pricing-feature-group:last-child,
.pricing-matrix > .row [class^=col-] .pricing-image:last-child {
  border-bottom: 0px;
}

.pricing-matrix-slider {
  position: relative;
}

.pricing-matrix-slider .last-child .pricing-matrix-item .pricing-feature-item,
.pricing-matrix-slider .last-child .pricing-matrix-item .pricing-feature-group,
.pricing-matrix-slider .last-child .pricing-matrix-item .pricing-image {
  border-right: 0px;
}

.pricing-matrix-slider .owl-nav .owl-prev,
.pricing-matrix-slider .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 0px;
  font-size: 1.52941rem;
  color: #1868dd;
  background-color: transparent;
  border: 0;
}

.pricing-matrix-slider .owl-nav .owl-prev {
  left: 0px;
}

.pricing-matrix-slider .owl-nav .owl-next {
  right: 0px;
}

.feature-image-content {
  text-align: center;
}

.feature-text-content {
  padding-right: 30px;
}

.feature-text-content > .content-title,
.feature-text-content p {
  color: #FFFFFF;
  margin-bottom: 0px;
}

.feature-text-content .content-title {
  margin-bottom: 25px;
}

.pricing-feature-item > span, .pricing-feature-item > div:nth-child(1) {
    font-weight: 700;
    font-family: 'Gilroy', 'Manrope', sans-serif;
}

.pricing-price {
    font-family: "Gilroy",sans-serif;
    color: #034db1;
    font-size: 3.19412rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.pricing-price span {
    font-size: 1.2rem;
}

.pricing-body .btn {
    display: inline-block;
    width: 150px;
    line-height: 30px;
    background: #034db1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #034db1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-top: 21px;
}
.pricing-body .btn:hover,.expand-btn:hover {
    background: 0 0;
    color: #034db1;
}
.pricing-image img {
    height: 254px;
}

.expand-btn {
    display: inline-block;
    width: 150px;
    line-height: 30px;
    background: #034db1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #034db1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-top: 21px;
}

.expand-btn > i {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 39px;
    height: 39px;
    line-height: 38px;
    background-color: #0478ed;
    text-align: center;
    border-radius: 100%;
    padding: 5px;
    font-size: 15px;
}
.expand-btn > i:hover {
    color: white;
}

a.btn.btn-primary.expand-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gloosy-btn {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 78px;
  border-radius: 100%;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 1.17647rem;
  position: relative;
  z-index: 1;
}

.gloosy-btn::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1.5s linear .5s infinite both;
  animation: pulse 1.5s linear .5s infinite both;
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  z-index: -1;
}

.gloosy-btn > i {
  background: #103dbe;
  background: -webkit-linear-gradient(45deg, #103dbe 0%, #13238e 32%, #15095e 99%);
  background: -o-linear-gradient(45deg, #103dbe 0%, #13238e 32%, #15095e 99%);
  background: linear-gradient(45deg, #103dbe 0%, #13238e 32%, #15095e 99%);
  -webkit-filter: drop-shadow(5px 0px 10px rgba(42, 95, 230, 0.35));
  filter: drop-shadow(5px 0px 10px rgba(42, 95, 230, 0.35));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1868dd;
  margin-left: 4px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.pricing-body > p {
    max-height: 50px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .pricing-price span {
      position: relative;
      bottom: 40px;
  }
  .pricing-plan {
      margin-bottom: -71px !important;
  }
}