body,
html {
  font-family: "Poppins", sans-serif;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.hero_section {
  padding: 50px 0 0 0;
  background: #fff1da;
}
.hero_section p {
  margin-bottom: 0;
}
.common_heading {
  color: #303030;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero_section .common_heading {
  text-transform: uppercase;
  color: #ca7e00;
}
p,
li {
  font-size: 18px;
}
.cost_snippet {
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 22px;
  width: 95%;
  margin-bottom: 1rem;
  border: 1px solid #ca7e00;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cost_snippet span {
  font-weight: 600;
}
.img_content {
  margin-left: 2rem;
  position: relative;
}
.img_content::before {
  position: absolute;
  content: "";
  background: url("../imgs/star-shape.webp") no-repeat center center/contain;
  width: 53px;
  height: 55px;
  left: -3.4%;
  top: 56%;
  transform: translateY(-50%);
}
.img_content::after {
  position: absolute;
  content: "";
  background: url("../imgs/star-shape-big.webp") no-repeat center center/contain;
  width: 80px;
  height: 81px;
  right: 7%;
  top: 10%;
}
.hero_section > .container > .row,
.left_img_right_content > .container > .row {
  align-items: center;
}
.full_text_without_title,
.left_content_right_pointers,
.body_area_treated_section,
.machine_section,
.faq_section,
.video_section,
.appointment,
.grid_card_section {
  padding: 50px 0;
}
.full_text_without_title p {
  width: 70%;
  text-align: center;
  margin: 0 auto 20px;
}
.full_text_without_title p:nth-of-type(2) {
  margin-bottom: 0;
}
.left_img_right_content {
  background: #fff1da;
}
.right_content {
  margin: 0 2rem;
}
.left_img_right_content .common_heading {
  color: #303030;
}
.left_img_right_content > .container > .row {
  background: #fff;
}
.grid_card_section {
  background: #fff;
}
.five_card_boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.grid_card_box {
  background: #fff9f080;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  border: 1px solid #ebc078;
}
.grid_card_box p {
  margin-bottom: 0;
}
.grid_card_box p strong {
  color: #ef990a;
  font-weight: 600;
}
.left_content_right_pointers,
.faq_section,
.video_section {
  border-top: 1px solid #dcdcdc;
}
.left_content_right_pointers .common_heading {
  color: #303030;
}
.right_pointers ul {
  counter-reset: list-counter; /* Initialize counter */
  list-style: none; /* Remove default numbering */
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right_pointers ul li {
  counter-increment: list-counter;
  position: relative;
  list-style: none;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid #ebc078;
}
.left_head_with_content p:nth-of-type(1) {
  margin-bottom: 2rem;
}
.right_pointers li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 12px;
  top: 50%;
  font-weight: 500;
  color: #303030;
  background: #ef990a;
  border-radius: 50%;
  min-width: 36px;
  min-height: 36px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.full_width_text_bg {
  background: #fff1da;
  text-align: center;
  padding: 30px 0;
}
.full_width_text_bg .common_heading {
  color: #303030;
  width: 90%;
  margin: 0 auto 2rem;
}
.full_width_text_bg > .container > .row {
  background: #fff;
  padding: 50px;
  border: 1px solid #ebc078;
}
.seven_grid_container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.seven_grid_card {
  padding: 20px;
  border: 1px solid #ebc078;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.img_icon {
  min-width: 80px;
  min-height: 80px;
  background: #fff1da;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body_area_treated_section .common_heading {
  text-align: center;
  color: #303030;
}
.body_area_treated_section > .container > p {
  margin: 0 auto 30px;
  max-width: 58%;
  text-align: center;
}
.body_area_treated_section > .container > p:last-child {
  margin: 30px auto 0;
}
.why_choose_section {
  position: relative;
}
.why_choose_section::after {
  position: absolute;
  content: "";
  background: url(../imgs/why-choose-icon.webp) no-repeat center center /
    contain;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 20%;
  transform: translateY(-50%);
  background-size: 45px;
  background-color: #fff;
  border: 2px solid #ebc078;
  border-radius: 50%;
}
.why_choose_section .common_heading {
  color: #303030;
  padding: 40px 40px 40px 40px;
  margin: 0;
  text-transform: capitalize;
}
.why_choose_section .row {
  padding: 60px 40px 24px;
  background: #fff1da;
}
.why_choose_section .col-12 {
  background: #fff;
}
.why_choose_section .col-12:nth-of-type(1) {
  border-top: 1px solid #ef990a;
  border-bottom: 1px solid #ef990a;
  border-left: 1px solid #ef990a;
}
.why_choose_section .col-12:nth-of-type(2) {
  border-top: 1px solid #ef990a;
  border-bottom: 1px solid #ef990a;
  border-right: 1px solid #ef990a;
}
.why_choose_section p {
  margin: 0;
  padding: 40px 40px 40px 0px;
}
.machine_section .common_heading {
  text-transform: capitalize;
  color: #303030;
}
.machine_section ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.machine_section ul li {
  list-style: none;
  position: relative;
  border: 1px solid #ebc078;
  background: #fff9f0;
  padding: 1rem 1rem 1rem 3rem;
}
.machine_section ul li::before {
  position: absolute;
  content: "";
  background: url("../imgs/arrow-list.webp") no-repeat center center/contain;
  width: 15px;
  height: 18px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.left_arrow_pointers {
  margin-right: 2rem;
}
.left_arrow_pointers p {
  margin: 1.5rem 0 0 0;
}
.machine_section .container .row {
  align-items: center;
}
.faq_section .common_heading {
  margin-bottom: 30px;
  text-align: center;
}

.faq_wrapper {
  max-width: 850px;
  margin: 0 auto;
}

.faq_item {
  margin-bottom: 15px;
  background: #fff9f0;
  overflow: hidden;
  border: 1px solid #ebc078;
}

.faq_question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.faq_question::after {
  background: url("../imgs/faq-plus.webp") no-repeat center center/contain;
  position: absolute;
  min-width: 35px;
  min-height: 35px;
  content: "";
  right: 16px;
  background-size: 15px;
  border: 1px solid #ef990a;
  border-radius: 50%;
}
.faq_item.active .faq_question::after {
  background: url("../imgs/faq-minus.webp") no-repeat center center/contain;
  position: absolute;
  min-width: 35px;
  min-height: 35px;
  content: "";
  right: 16px;
  background-size: 15px;
  border: 1px solid #ef990a;
  border-radius: 50%;
}
.faq_answer {
  display: none;
  padding: 0 20px;
  font-size: 17px;
}

.faq_item.active .faq_answer {
  display: block;
}
.video_section {
  border-top: 1px solid #dcdcdc;
}
/* faqs section end */
.video_testi_card {
  position: relative;
}
.testi_icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
}
.three_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.appointment {
  background-color: #ef990a;
}
label {
  display: none;
}
form label + [class*="fa-"] {
  font-size: 16px;
  left: 17px;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 1em;
  color: #ef990a;
}
.appointment .form-group {
  position: relative;
  margin-bottom: 0;
}
form label + [class*="fa-"] + .form-control {
  padding-left: 40px;
}
.appointment .common-heading {
  text-align: left;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.appointment p {
  color: #fff;
  width: 80%;
}
.appointment button {
  color: #000;
  background: #fff;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}
@media (992px <= width < 1025px) {
  .seven_grid_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .appointment .common-heading {
    font-size: 30px;
  }
  .why_choose_section::after {
    width: 55px;
    height: 55px;
    top: 16%;
    background-size: 35px;
  }
}
@media (769px <= width < 992px) {
  .seven_grid_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .five_card_boxes {
    grid-template-columns: repeat(3, 1fr);
  }
  .why_choose_section::after {
    width: 50px;
    height: 50px;
    top: 14%;
    background-size: 30px;
  }
  .common_heading {
    font-size: 30px;
  }
}
@media (320px <= width < 769px) {
  .why_choose_section::after {
    content: none;
  }
  .common_heading {
    font-size: 25px;
    margin-bottom: 1rem;
    text-align: center;
  }
  p,
  li {
    font-size: 16px;
  }
  .cost_snippet {
    font-size: 16px;
    width: 100%;
  }
  .img_content::after {
    right: -3%;
  }
  .hero_section p,
  .right_content p,
  .left_head_with_content p,
  .right_pointers p,
  .appointment .common-heading,
  .appointment p {
    text-align: center;
  }
  .hero_section {
    padding-top: 30px;
  }
  .img_content {
    margin-left: 0;
  }
  .full_text_without_title p {
    width: 100%;
  }
  .full_text_without_title,
  .left_content_right_pointers,
  .body_area_treated_section,
  .machine_section,
  .faq_section,
  .video_section,
  .appointment,
  .grid_card_section {
    padding: 30px 0;
  }
  .right_content {
    margin: 0 15px;
  }
  .five_card_ {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid_card_box {
    flex-direction: row;
  }
  .left_head_with_content p:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .full_width_text_bg > .container > .row {
    padding: 1rem;
  }
  .body_area_treated_section > .container > p {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .seven_grid_container {
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
  }
  .img_icon {
    min-width: 65px;
    min-height: 65px;
  }
  .why_choose_section .row {
    padding: 1rem;
  }
  .why_choose_section .common_heading,
  .why_choose_section p {
    padding: 1rem 0;
    text-align: center;
  }
  .left_arrow_pointer {
    margin-right: 1rem;
  }
  .left_arrow_pointers p {
    margin: 1rem 0;
  }
  .three_grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .video_testi_card {
    flex: 0 0 80%;
  }
  .five_card_boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .full_width_text_bg .common_heading {
    width: 100%;
    margin-bottom: 1rem;
  }
  .left_arrow_pointers {
    margin-right: 0;
  }
  .faq_section .common_heading {
    margin-bottom: 1rem;
  }
  .faq_item {
    margin-bottom: 10px;
  }
  .faq_question {
    padding: 10px;
    font-size: 16px;
    padding-right: 1.5rem;
  }
  .faq_item.active .faq_answer {
    padding: 10px;
  }
  .faq_question::after {
    right: 10px;
    top: 10px;
    min-width: 20px;
    min-height: 20px;
    background-size: 12px;
  }
  .faq_item.active .faq_question::after {
    min-width: 20px;
    min-height: 20px;
    background-size: 12px;
    top: 10px;
    right: 12px;
  }
  .full_width_text_bg .full_text {
    padding: 0;
  }
  .appointment p {
    margin: auto;
  }
  .appointment .common-heading {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}
