.pricing_home {
  padding: 50px 0px;
  background: var(--bg-color);
}

.pricing_home .container {
  position: relative;
  z-index: 10;
  /* padding: 0px 100px; */
}

.pricing_home .card-inner {
  background: var(--bg-color);
  border: 1px solid #f8f0ea;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  margin: 30px 5px;
  height: 550px;
}


.pricing_home .pricing-btn {
  background: var(--bg-color);
  color: var(--tx-color);
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
  transition: all 0.2s ease;
}

.pricing_home .pricing-btn:active {
  box-shadow: inset 4px 4px 8px #d1d9e6, inset -4px -4px 8px #fff;
  color: #000;
}

.pricing_home .price span {
  display: block;
  font-size: 10px;
}

.pricing_home .owl-carousel .item {
  padding: 10px;
}


.pricing-header {
  min-height: 60px;
}

.pricing-header h3 {
  font-size: 22px;
  font-weight: 600;
}

.pricing_home .start-price p {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
}

.pricing_home .cut-price p {
  color: red;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
  text-decoration: line-through;
}

.pricing_home .main-price p {
  font-weight: 700;
  font-size: 30px;
  padding: 9px 0;
}

.pricing_home .plan-details {
  max-height: 280px;
  min-height: 270px;
  padding: 10px 0px 10px 0px;
  line-height: 1.5;
}

.pricing_home .plan-details li {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
}

/* .pricing_home .pricing-btn {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: bold;
} */

.pricing_home .pricing_head {
  text-align: center;
  margin-bottom: 10px;
}

.pricing_home .pricing_head h1 {
  position: relative;
}

/* .pricing_home .pricing_head h1::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 3px;
  background-color: #2d3748;
  border-radius: 2px;
} */

.pricing_home .pricing_head p {
  padding: 10px;
  font-size: 18px;
}

.pricing_home .pricingv_btn {
  background: #f0f0f3;
  color: #2d3748;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
  transition: all 0.2s ease;
}

.pricing_home .pricingv_btn:active {
  box-shadow: inset 4px 4px 8px #d1d9e6, inset -4px -4px 8px #fff;
  color: #000;
}

.pricing_home .owl-carousel .owl-dots,
.pricing_home .owl-carousel .owl-nav{
  display: block;
  text-align: center;
  margin: 10px;
}
/*
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: block;
  text-align: center;
  margin: 10px;
} */

.pricing_home button.owl-prev {
  background: var(--bg-color);
  border: 1px solid #f8f0ea;
  box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  border-radius: 3px;
  padding: 10px !important;
  margin-right: 10px;
}

.pricing_home button.owl-prev span {
  font-size: 20px;
  font-weight: bold;
}

.pricing_home button.owl-next span {
  font-size: 20px;
  font-weight: bold;
}

.pricing_home button.owl-next {
  background: var(--bg-color);
  border: 1px solid #f8f0ea;
  box-shadow: 12px 12px 24px #d1d9e6, -12px -12px 24px #fff;
  border-radius: 3px;
  padding: 10px !important;
}

.main-price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 10px !important;
}
.plan-price{
max-height:130px;
min-height:120px;
}
@media (max-width:990px) {


  .pricing_home .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact .container h1::before {
    top: 100%;
  }

  .pricing_home .plan-details li {
    font-size: 15px;
  }

  .pricing_home .price {
    bottom: 36px;
  }

  .pricing_home .pricing_head h1 {
    font-size: 32px;
  }

  .pricing_home .pricing_head h1::before {
    display: none;
  }
}



@media (min-width:1200px) and (max-width:1399px) {
  .pricing_home .pricing_head h1 {
    font-size: 25px;
  }

  .pricing_home .pricing_head h1::before {
    left: 27%;
    width: 90px;
    height: 2px;
  }

  .pricing_home .pricing_head p {
    font-size: 16px;
  }


  .pricing-header h3 {
    font-size: 17px;
  }

  .pricing_home .start-price p {
    font-size: 16px;
  }

  .pricing_home .cut-price p {
    font-size: 18px;
  }

  .pricing_home .main-price p {
    font-size: 25px;
  }

  .pricing_home .plan-details li {
    font-size: 12px;
  }


  .pricing_home .pricing-btn {
    font-size: 12px;
  }

  .pricing_home .card-inner {
    margin: 30px 0px;
    height: 382px;
  }

  .pricing_home .plan-details {
    max-height: 150px;
    min-height: 140px;

  }
}

@media (min-width:1400px) and (max-width:1500px) {
  .pricing_home .pricing_head h1 {
    font-size: 30px;
  }

  .pricing_home .pricing_head h1::before {
    left: 30%;
    width: 75px;
  }

  .pricing_home .start-price p {
    font-size: 18px;
  }

  .pricing-header h3 {
    font-size: 20px;
  }

  .pricing_home .card-inner {
    height: 456px;
  }
}

@media (min-width:1700px) and (max-width:1900px) {
  .pricing_home .pricing_head h1::before {
    left: 25%;
  }

  .pricing_home .pricing_head p {
    font-size: 20px;
  }


}

@media (min-width:1901px) and (max-width:2000px) {
  .pricing_home .pricing_head h1 {
    font-size: 40px;
  }

  .pricing_home .pricing_head h1::before {
    left: 27%;
    width: 107px;
  }

  .pricing_home .pricing_head p {
    font-size: 22px;
  }

  .pricing-header h3 {
    font-size: 25px;
  }

  .pricing_home .start-price p {
    font-size: 22px;
  }

  .pricing_home .cut-price p {
    font-size: 25px;
    padding-top: 8px;
  }

  .pricing_home .main-price p {
    font-size: 35px;
  }

  .pricing_home .plan-details li {
    font-size: 20px;
  }


  .pricing_home .pricing-btn {
    font-size: 20px;
  }

  .pricing_home .pricing_btn {
    font-size: 18px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    padding: 5px 15px !important;
  }

  .pricing_home {
    padding: 50px 0;
  }

  .pricing_home .card-inner {
    height: 580px;
  }

  .pricing_home .plan-details {
    max-height: 280px;
    min-height: 270px;
  }
}


@media (min-width:2001px) and (max-width:2500px) {
  .pricing_home .pricing_head h1 {
    font-size: 40px;
  }

  .pricing_home {
    padding: 80px 0;
  }

  .pricing_home .pricing_head h1::before {
    left: 27%;
  }

  .pricing_home .pricing_head p {
    font-size: 25px;
  }

  .pricing-header h3 {
    font-size: 25px;
  }

  .pricing_home .start-price p {
    font-size: 22px;
  }

  .pricing_home .cut-price p {
    font-size: 25px;
    padding-top: 8px;
  }

  .pricing_home .main-price p {
    font-size: 30px;
  }

  .pricing_home .plan-details li {
    font-size: 20px;
  }

  .pricing_home .pricing-btn {
    font-size: 20px;
  }


  .pricing_home .pricing_btn {
    font-size: 18px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    padding: 5px 15px !important;
  }

  .pricing_home .card-inner {
    height: 472px;
  }

  .pricing_home .plan-details {
    max-height: 200px;
    min-height: 180px;
  }

}
.pricing_home .cards{
width:340px;
margin:auto;
}