.hr-pricing {
	background-image: url("https://dev.hrinfocare.com//almondtherapy/public/assets/images/pricing-bg.webp?V=6");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.hr-pricing .hr-sub-titel h6 {
	background: rgba(255, 255, 255, .1);
	color: #fff !important;
}
.hr-pricing .hr-titel h1 {
	display: flex;
	color: #fff;
}
.hr-pricing > .hr-text p {
	color: #fff;
}
figure {
	margin: 0;
}

.pricing-head {
  padding: 16px;
  background: var(--color-1);
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.pricing-inner {
  /* background: #fff; */
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
  position: relative;
  padding: 0 !important;
  border-radius: 10px;
}
.pricing-head h2 a {
  color: #f8f9fa;
  font-size: 20px;
}
.pricing-start-content h3 {
  font-size: 14px;
  color: #000;
  line-height: 29px;
  margin-bottom: 10px;
}
.pricing-content {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: #fff;
  /* -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 20%); */
  /* -moz-box-shadow: 0 10px 30px rgb(0 0 0 / 20%); */
  /* box-shadow: 0 10px 30px rgb(0 0 0 / 20%); */
  border: 1px solid #ddd;
  border-radius: 0px 0px 10px 10px;
}
.pricing-start img {
  width: 80px;
  max-width: 80px;
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
}
.pricing-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-start-content h4 sup {
  font-size: 24px;
  color: var(--color-2);
  top: 0px;
}
.pricing-start-content h4 {
  color: #7b8893;
  font-size: 14px;
  display: flex;
  padding-top: 10px;
  margin: 0;
}
.pricing-content ul li {
  color: #212529;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.pricing-content ul li:after {
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: var(--color-2);
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.pricing-content ul {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 0;
}
.hr-btn.btn-main-2:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  background: var(--color-1);
}
.pricing-wapper .col-lg-4:nth-child(2n) .pricing-head {
	background: var(--color-2);
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.pricing-individual .row{
  row-gap: 30px;
}
.pricing-home-start img {
  max-width: 200px;
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
.th-form a {
  color: var(--color-1);
}
@media(max-width:1200px){
  .pricing-home-start img {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  max-width: 100%;
}
}
@media(max-width:992px){
  .hr-pricing .row {
  row-gap: 30px;
}

.pricing-home-start {
  flex-direction: column;
  align-items: center;
}
.pricing-home-start .pricing-start-content {
  text-align: center;
}
}
@media(max-width:768px){
  .pricing-start-content h4 sup {
  font-size: 28px;
}
}