* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "ArchivoBlack";
  src: url("/assets/fonts/mont/Montserrat-Regular.ttf") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/mont/Montserrat-Regular.ttf") format("woff2");
}
@font-face {
  font-family: "MontserratBold";
  src: url("/assets/fonts/mont/Montserrat-Bold.ttf") format("woff2");
}
body {
  background-color: transparent;
  width: 100%;
  background: #f9f9f9;
  font-family: Outfit;
  font-weight: 400;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  background-color: #fff;
}

.navbar {
  width: 100%;
  background-color: #393939;
  padding: 10px;
}
.navbar p {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-size: 19px;
  color: #fff;
}

.doctors_wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 50px;
}
.doctors_wrapper .doctors_container {
  width: 80%;
}
.doctors_wrapper .doctors_container h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 30px;
  color: #000000;
  text-align: center;
  line-height: 45px;
  padding: 0px 10px;
}
.doctors_wrapper .doctors_container .blood_pressure {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.doctors_wrapper .doctors_container .blood_pressure .big_img {
  width: 50%;
  object-fit: contain;
  min-height: 300px;
  border-radius: 20px;
}
.doctors_wrapper .doctors_container .blood_pressure .stars_img {
  width: 100%;
  object-fit: contain;
  min-height: 300px;
  border-radius: 20px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: left;
  line-height: 30px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents p span {
  text-decoration: underline;
  font-style: italic;
  font-size: 20px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents b {
  font-family: MontserratBold;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: left;
  line-height: 30px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents b span {
  font-family: Montserrat;
  font-weight: 400;
}
.doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure .star_img {
  width: 100%;
  object-fit: contain;
  min-height: 300px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure_button {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 0px;
  background-color: #D9DFEB;
  margin: 20px 0px 30px;
}
.doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure_button p {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 30px;
}

.indians_contents {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 30px 50px;
}
.indians_contents .guarantee_text {
  width: 80%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px 20px;
  border: 5px solid #16346B;
}
.indians_contents .guarantee_text p {
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
}
.indians_contents .guarantee_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.hero_two_container {
  display: flex;
  justify-content: center;
  padding: 10px 50px;
}
.hero_two_container .hero_two_container_percent {
  width: 80%;
}
.hero_two_container .hero_two_container_percent .hero_two_text h2 {
  font-family: Montserrat;
  font-weight: bolder;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.hero_two_container .hero_two_container_percent .hero_two_contents {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.hero_two_container .hero_two_container_percent .hero_two_contents .big_image {
  width: 50%;
  padding: 0px 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.hero_two_container .hero_two_container_percent .hero_two_contents .big_image .big_img {
  width: 100%;
  min-height: 300px;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board {
  width: 50%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text {
  width: 100%;
  padding: 40px 20px 20px;
  border-radius: 20px;
  background-color: #16346B;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text p {
  font-family: Montserrat;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
  text-align: center;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text b {
  font-family: MontserratBold;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text b span {
  text-decoration: underline;
  font-family: MontserratBold;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text ul {
  margin-top: 22px;
  padding: 0px 20px;
}
.hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text ul li {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  margin-bottom: 12px;
}

.howdoesitwork_wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 50px;
}
.howdoesitwork_wrapper .howdoesitwork_container {
  width: 80%;
}
.howdoesitwork_wrapper .howdoesitwork_container .hero_two_button {
  display: flex;
  justify-content: center;
}
.howdoesitwork_wrapper .howdoesitwork_container .hero_two_button button {
  padding: 10px 30px;
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #16346B;
  border-radius: 20px;
  border: none;
  outline: none;
  border: 2px solid #16346B;
}
.howdoesitwork_wrapper .howdoesitwork_container .hero_two_button button:hover {
  background-color: #fff;
  color: #16346B;
  border: 2px solid #16346B;
}
.howdoesitwork_wrapper .howdoesitwork_container .howdoesitwork_text {
  margin: 30px 0px 40px;
}
.howdoesitwork_wrapper .howdoesitwork_container .howdoesitwork_text h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 30px;
  color: #000;
  text-align: center;
  line-height: 45px;
  padding: 0px 10px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img {
  border: 5px solid #16346B;
  padding: 15px 10px;
  width: 50%;
  border-radius: 20px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .last_content {
  margin-top: 20px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .last_content .whatsapp {
  width: 100%;
  min-height: 400px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review {
  margin-top: 30px;
  padding: 0px 5px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 19px;
  color: #000;
  margin-bottom: 17px;
  text-align: left;
  line-height: 30px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review p span {
  font-family: MontserratBold;
  font-weight: bolder;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two {
  border: 5px solid #9D2925;
  padding: 15px 10px;
  width: 50%;
  border-radius: 20px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .last_content {
  margin-top: 20px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .last_content .whatsapp {
  width: 100%;
  min-height: 400px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review {
  margin-top: 30px;
  padding: 0px 5px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 19px;
  color: #000;
  margin-bottom: 17px;
  text-align: left;
  line-height: 30px;
}
.howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.customer_saying_container {
  width: 100%;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
}
.customer_saying_container .customer_saying_contents {
  width: 80%;
}
.customer_saying_container .customer_saying_contents h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.customer_saying_container .customer_saying_contents .whatsapp_images {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img {
  border: 2px solid #000;
  padding: 15px 10px;
  width: 50%;
  border-radius: 20px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
  min-height: 50px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image .stars_img {
  width: 35%;
  height: unset !important;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
  font-family: MontserratBold;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 30px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
  margin-top: 20px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
  width: 100%;
  min-height: 700px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
  margin-top: 30px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p {
  font-family: Montserrat;
  font-style: italic;
  font-size: 19px;
  color: #000;
  margin-bottom: 17px;
  text-align: center;
  line-height: 30px;
}
.customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.nafdac_container {
  padding: 10px 50px;
  display: flex;
  justify-content: center;
}
.nafdac_container .hero_two_contents {
  width: 80%;
}
.nafdac_container .hero_two_contents .hero_two_button {
  display: flex;
  justify-content: center;
}
.nafdac_container .hero_two_contents .hero_two_button button {
  padding: 10px 30px;
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #16346B;
  border-radius: 20px;
  border: none;
  outline: none;
  border: 2px solid #16346B;
}
.nafdac_container .hero_two_contents .hero_two_button button:hover {
  background-color: #fff;
  color: #003300;
  border: 2px solid #16346B;
}
.nafdac_container .hero_two_contents .hero_two_text {
  margin-top: 30px;
}
.nafdac_container .hero_two_contents .hero_two_text h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.nafdac_container .hero_two_contents .big_image {
  width: 100%;
}
.nafdac_container .hero_two_contents .big_image .big_img {
  width: 100%;
  object-fit: contain;
  height: unset !important;
}
.nafdac_container .hero_two_contents_board {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text {
  width: 80%;
  padding: 40px 20px 20px;
  border-radius: 20px;
  background-color: #336c3a;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text p {
  font-family: Montserrat;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text b {
  font-family: MontserratBold;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text b span {
  text-decoration: underline;
  font-family: MontserratBold;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text ul {
  margin-top: 22px;
  padding: 0px 20px;
}
.nafdac_container .hero_two_contents_board .hero_two_contents_board_text ul li {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  margin-bottom: 12px;
}

.cost_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 50px;
}
.cost_wrapper .cost_container {
  width: 80%;
}
.cost_wrapper .cost_container h2 {
  text-align: center;
  font-size: 35px;
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  color: #000;
}
.cost_wrapper .cost_container .guarantee_text {
  width: 100%;
  background-color: #DDE8FF;
  border-radius: 20px;
  padding: 30px 15px 20px;
  border: 3px solid #16346B;
  margin-top: 30px;
}
.cost_wrapper .cost_container .guarantee_text p {
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
}
.cost_wrapper .cost_container .guarantee_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.howmuch_container {
  padding: 30px 50px;
  display: flex;
  justify-content: center;
}
.howmuch_container .howmuch_contents {
  width: 80%;
}
.howmuch_container .howmuch_contents .hero_two_button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.howmuch_container .howmuch_contents .hero_two_button button {
  padding: 10px 30px;
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #16346B;
  border: 2px solid #16346B;
  border-radius: 20px;
  border: none;
  outline: none;
}
.howmuch_container .howmuch_contents .hero_two_button button:hover {
  background-color: #fff;
  border: 2px solid #16346B;
  color: #16346B;
}
.howmuch_container .howmuch_contents .hero_two_text {
  border: 5px solid #16346B;
  padding: 10px;
  border-radius: 20px;
}
.howmuch_container .howmuch_contents .hero_two_text h3 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.howmuch_container .howmuch_contents .big_image_wrapper {
  display: flex;
  justify-content: center;
}
.howmuch_container .howmuch_contents .big_image {
  width: 100%;
  background-color: #16346B;
  position: relative;
  border-radius: 20px;
  padding: 0px 20px 50px;
  margin-top: 100px;
}
.howmuch_container .howmuch_contents .big_image .natural_image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.howmuch_container .howmuch_contents .big_image .natural_image .big_img {
  margin-top: -100px;
  width: 35%;
  object-fit: contain;
  height: unset !important;
}
.howmuch_container .howmuch_contents .big_image .natural_text p {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 30px;
  text-align: center;
}
.howmuch_container .howmuch_contents .big_image .natural_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.customer_saying_conatiner_two {
  display: flex;
  justify-content: center;
  padding: 0px 50px;
}
.customer_saying_conatiner_two .customer_saying_contents {
  width: 80%;
}
.customer_saying_conatiner_two .customer_saying_contents h3 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img {
  border: 2px solid #000;
  padding: 15px 10px;
  width: 50%;
  border-radius: 20px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
  min-height: 100px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image .stars_img {
  width: 50%;
  height: unset !important;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
  font-family: MontserratBold;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 30px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content_one {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content_one .whatsapp {
  width: 100%;
  min-height: 600px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
  margin-top: 30px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p {
  font-family: Montserrat;
  font-style: italic;
  font-size: 19px;
  color: #000;
  margin-bottom: 17px;
  text-align: center;
  line-height: 30px;
}
.customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.Delivery {
  margin-top: 20px;
}
.Delivery h3 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.Delivery .free_shipping_image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Delivery .free_shipping_image .free_shipping {
  width: 25%;
  object-fit: contain;
  min-height: 300px;
}

.customer_saying_conatiner_three {
  background-color: #16346B;
  padding: 50px 0px;
}
.customer_saying_conatiner_three .customer_saying_contents h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img {
  padding: 15px 10px;
  width: 25%;
  border-radius: 20px;
  background-color: #fff;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
  min-height: 150px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p span {
  width: 100%;
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
  width: 100%;
  max-width: 80%;
  min-height: 300px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
  margin-top: 30px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review h2 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box {
  margin-top: 20px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .free_delivery p {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button {
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: #16346B;
  border: 2px solid #16346B;
  color: #fff;
  cursor: pointer;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button:hover {
  background-color: #0d1d3b;
  border: 2px solid #16346B;
  color: #16346B;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button .order_now_div {
  width: 100%;
  color: #fff;
}
.customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button .order_now_div p {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
}

.empty_div {
  width: 100%;
  background-color: #fff;
  padding: 50px 100px 20px;
}
.empty_div .hero_two_text {
  border: 5px solid #16346b;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.empty_div .hero_two_text h3 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 25px;
  color: #000;
  text-align: center;
}

.guarantee_wrapper .guarantee_image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.guarantee_wrapper .guarantee_image .guarantee_img {
  width: 25%;
  height: unset;
}
.guarantee_wrapper .guarantee_contents {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.guarantee_wrapper .guarantee_contents .guarantee_text {
  width: 80%;
  background-color: #336c3a;
  border-radius: 20px;
  padding: 50px 30px 20px;
}
.guarantee_wrapper .guarantee_contents .guarantee_text p {
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
}
.guarantee_wrapper .guarantee_contents .guarantee_text p span {
  font-family: MontserratBold;
  font-weight: bolder;
}

.click_wrapper {
  margin-top: 40px;
}
.click_wrapper .click_button {
  display: flex;
  justify-content: center;
}
.click_wrapper .click_button button {
  padding: 10px 40px;
  border: none;
  outline: none;
  background-color: #16346B;
  border: 2px solid #16346B;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-family: MontserratBold;
  font-weight: bolder;
  cursor: pointer;
}
.click_wrapper .click_button button:hover {
  background-color: #fff;
  border: 2px solid #16346B;
  color: #16346B;
}
.click_wrapper .click_image_box_contents {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.click_wrapper .click_image_box_contents .box_contents {
  width: 78%;
  display: flex;
  gap: 10px;
}
.click_wrapper .click_image_box_contents .box_contents .click_image_box {
  border: 3px solid #000;
  padding: 10px;
  width: 33%;
}
.click_wrapper .click_image_box_contents .box_contents .click_image_box .click_img {
  width: 100%;
  min-height: 250px;
}

.Frequently {
  margin-top: 30px;
  background-color: #CEDEFF;
  padding: 30px 20px 50px;
}
.Frequently .freq_text h3 {
  font-family: MontserratBold;
  font-weight: bolder;
  font-style: normal;
  font-size: 30px;
  color: #143761;
  text-align: center;
}
.Frequently .accordion_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.Frequently .accordion_wrapper .accordion {
  width: 78%;
}
.Frequently .accordion_wrapper .accordion .accordion_item {
  border-bottom: 1px solid #ddd;
}
.Frequently .accordion_wrapper .accordion .accordion_item .accordion_header {
  width: 100%;
  padding: 18px 12px;
  display: flex;
  gap: 5px;
  background: #16346B;
  color: #fff;
  font-family: MontserratBold;
  font-weight: bolder;
  border: none;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s ease-in-out;
  margin-bottom: 5px;
}
.Frequently .accordion_wrapper .accordion .accordion_item .accordion_content {
  max-height: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  padding: 10px 20px 120px;
  display: none;
}
.Frequently .accordion_wrapper .accordion .accordion_item .accordion_content p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin-bottom: 12px;
  line-height: 25px;
}
.Frequently .accordion_wrapper .accordion .accordion_item .icon {
  transition: transform 0.3s ease;
}
.Frequently .accordion_wrapper .accordion .accordion_item.open .accordion_content {
  display: block;
}
.Frequently .accordion_wrapper .accordion .accordion_item.open .accordion_header .icon {
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .navbar {
    width: 100%;
    background-color: #393939;
    padding: 10px;
  }
  .navbar p {
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-size: 19px;
    color: #fff;
  }
  .doctors_wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
  }
  .doctors_wrapper .doctors_container {
    width: 100%;
  }
  .doctors_wrapper .doctors_container h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px;
  }
  .doctors_wrapper .doctors_container h2 span {
    color: #9D2925;
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
  }
  .doctors_wrapper .doctors_container .blood_pressure {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    padding: 0px 20px;
  }
  .doctors_wrapper .doctors_container .blood_pressure .big_img {
    width: 100%;
    object-fit: contain;
    min-height: 250px;
    border-radius: 20px;
  }
  .doctors_wrapper .doctors_container .blood_pressure .stars_img {
    width: 100%;
    object-fit: contain;
    min-height: 300px;
    border-radius: 20px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents {
    padding: 0px 10px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents p {
    font-family: Montserrat;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 25px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents p span {
    text-decoration: underline;
    font-family: Montserrat;
    font-style: normal;
    font-size: 15px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents b {
    font-family: MontserratBold;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 17px;
    text-align: left;
    line-height: 30px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents b span {
    font-family: Montserrat;
    font-weight: 400;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure .stars_img {
    width: 100%;
    object-fit: contain;
    min-height: 250px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure_button {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #D9DFEB;
    margin: 20px 0px 30px;
  }
  .doctors_wrapper .doctors_container .blood_pressure_contents .blood_pressure_button p {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
  }
  .indians_contents {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    padding: 0px 10px;
  }
  .indians_contents .guarantee_text {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 15px 20px;
    border: 5px solid #16346B;
  }
  .indians_contents .guarantee_text p {
    font-size: 15px;
    font-family: Montserrat;
    font-style: normal;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .indians_contents .guarantee_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .hero_two_container {
    display: flex;
    justify-content: center;
    padding: 10px 10px;
  }
  .hero_two_container .hero_two_container_percent {
    width: 100%;
  }
  .hero_two_container .hero_two_container_percent .hero_two_text h2 {
    font-family: Montserrat;
    font-weight: bolder;
    font-size: 30px;
    color: #000;
    text-align: center;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents .big_image {
    width: 100%;
    padding: 0px 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents .big_image .big_img {
    width: 100%;
    min-height: 300px;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text {
    width: 100%;
    padding: 20px 20px 20px;
    border-radius: 20px;
    background-color: #16346B;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text p {
    font-family: Montserrat;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    margin-bottom: 17px;
    text-align: center;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text b {
    font-family: MontserratBold;
    font-weight: bolder;
    font-size: 15px;
    color: #fff;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text b span {
    text-decoration: underline;
    font-family: MontserratBold;
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text ul {
    margin-top: 22px;
    padding: 0px 20px;
  }
  .hero_two_container .hero_two_container_percent .hero_two_contents_board .hero_two_contents_board_text ul li {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
  }
  .howdoesitwork_wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container {
    width: 100%;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .hero_two_button {
    display: flex;
    justify-content: center;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .hero_two_button button {
    padding: 10px 30px;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #16346B;
    border-radius: 20px;
    border: none;
    outline: none;
    border: 2px solid #16346B;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .hero_two_button button:hover {
    background-color: #fff;
    color: #16346B;
    border: 2px solid #16346B;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .howdoesitwork_text {
    margin: 30px 0px 40px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .howdoesitwork_text h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 25px;
    color: #000;
    text-align: center;
    line-height: 45px;
    padding: 0px 10px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img {
    border: 5px solid #16346B;
    padding: 15px 10px;
    width: 100%;
    border-radius: 20px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .last_content {
    margin-top: 20px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .last_content .whatsapp {
    width: 100%;
    min-height: 400px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review {
    margin-top: 30px;
    padding: 0px 5px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review p {
    font-family: Montserrat;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-bottom: 17px;
    text-align: left;
    line-height: 25px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img .customer_review p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two {
    border: 5px solid #9D2925;
    padding: 15px 10px;
    width: 100%;
    border-radius: 20px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .last_content {
    margin-top: 20px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .last_content .whatsapp {
    width: 100%;
    min-height: 400px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review {
    margin-top: 30px;
    padding: 0px 5px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review p {
    font-family: Montserrat;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-bottom: 17px;
    text-align: left;
    line-height: 25px;
  }
  .howdoesitwork_wrapper .howdoesitwork_container .whatsapp_herb .whatsapp_img_two .customer_review p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .customer_saying_container {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
  }
  .customer_saying_container .customer_saying_contents {
    width: 100%;
  }
  .customer_saying_container .customer_saying_contents h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img {
    border: 2px solid #000;
    padding: 15px 10px;
    width: 100%;
    border-radius: 20px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
    min-height: 50px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image .stars_img {
    width: 35%;
    height: unset !important;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
    font-family: MontserratBold;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 30px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
    margin-top: 20px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
    width: 100%;
    min-height: 500px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
    margin-top: 30px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p {
    font-family: Montserrat;
    font-style: italic;
    font-size: 19px;
    color: #000;
    margin-bottom: 17px;
    text-align: center;
    line-height: 30px;
  }
  .customer_saying_container .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .nafdac_container {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
  }
  .nafdac_container .hero_two_contents {
    width: 100%;
  }
  .nafdac_container .hero_two_contents .hero_two_button {
    display: flex;
    justify-content: center;
  }
  .nafdac_container .hero_two_contents .hero_two_button button {
    padding: 10px 30px;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #16346B;
    border-radius: 20px;
    border: none;
    outline: none;
    border: 2px solid #16346B;
  }
  .nafdac_container .hero_two_contents .hero_two_button button:hover {
    background-color: #fff;
    color: #003300;
    border: 2px solid #16346B;
  }
  .nafdac_container .hero_two_contents .hero_two_text {
    margin-top: 30px;
  }
  .nafdac_container .hero_two_contents .hero_two_text h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .nafdac_container .hero_two_contents .big_image {
    width: 100%;
  }
  .nafdac_container .hero_two_contents .big_image .big_img {
    width: 100%;
    object-fit: contain;
    height: unset !important;
  }
  .nafdac_container .hero_two_contents_board {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text {
    width: 80%;
    padding: 40px 20px 20px;
    border-radius: 20px;
    background-color: #336c3a;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text p {
    font-family: Montserrat;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text b {
    font-family: MontserratBold;
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text b span {
    text-decoration: underline;
    font-family: MontserratBold;
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text ul {
    margin-top: 22px;
    padding: 0px 20px;
  }
  .nafdac_container .hero_two_contents_board .hero_two_contents_board_text ul li {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    margin-bottom: 12px;
  }
  .cost_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
  }
  .cost_wrapper .cost_container {
    width: 100%;
  }
  .cost_wrapper .cost_container h2 {
    text-align: center;
    font-size: 35px;
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    color: #000;
  }
  .cost_wrapper .cost_container .guarantee_text {
    width: 100%;
    background-color: #DDE8FF;
    border-radius: 20px;
    padding: 30px 15px 20px;
    border: 3px solid #16346B;
    margin-top: 30px;
  }
  .cost_wrapper .cost_container .guarantee_text p {
    font-size: 15px;
    font-family: Montserrat;
    font-style: normal;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .cost_wrapper .cost_container .guarantee_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .howmuch_container {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
  }
  .howmuch_container .howmuch_contents {
    width: 100%;
  }
  .howmuch_container .howmuch_contents .hero_two_button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .howmuch_container .howmuch_contents .hero_two_button button {
    padding: 10px 30px;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #16346B;
    border: 2px solid #16346B;
    border-radius: 20px;
    border: none;
    outline: none;
  }
  .howmuch_container .howmuch_contents .hero_two_button button:hover {
    background-color: #fff;
    border: 2px solid #16346B;
    color: #16346B;
  }
  .howmuch_container .howmuch_contents .hero_two_text {
    border: 3px solid #16346B;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .howmuch_container .howmuch_contents .hero_two_text h3 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 20px;
    color: #000;
    text-align: center;
  }
  .howmuch_container .howmuch_contents .big_image_wrapper {
    display: flex;
    justify-content: center;
  }
  .howmuch_container .howmuch_contents .big_image {
    width: 100%;
    background-color: #16346B;
    position: relative;
    border-radius: 20px;
    padding: 0px 20px 50px;
    margin-top: 50px;
  }
  .howmuch_container .howmuch_contents .big_image .natural_image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .howmuch_container .howmuch_contents .big_image .natural_image .big_img {
    margin-top: -50px;
    width: 80%;
    object-fit: contain;
    height: unset !important;
  }
  .howmuch_container .howmuch_contents .big_image .natural_text p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
  }
  .howmuch_container .howmuch_contents .big_image .natural_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .customer_saying_conatiner_two {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
  }
  .customer_saying_conatiner_two .customer_saying_contents {
    width: 100%;
  }
  .customer_saying_conatiner_two .customer_saying_contents h3 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 25px;
    color: #000;
    text-align: center;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img {
    border: 2px solid #000;
    padding: 15px 10px;
    width: 100%;
    border-radius: 20px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
    min-height: 100px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box .stars_image .stars_img {
    width: 50%;
    height: unset !important;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
    font-family: MontserratBold;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 17px;
    text-align: center;
    line-height: 30px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content_one {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content_one .whatsapp {
    width: 100%;
    min-height: 600px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
    width: 100%;
    min-height: 250px;
    border-radius: 20px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
    margin-top: 30px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p {
    font-family: Montserrat;
    font-style: italic;
    font-size: 19px;
    color: #000;
    margin-bottom: 17px;
    text-align: center;
    line-height: 30px;
  }
  .customer_saying_conatiner_two .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .Delivery {
    margin-top: 20px;
  }
  .Delivery h3 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .Delivery .free_shipping_image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .Delivery .free_shipping_image .free_shipping {
    width: 80%;
    object-fit: contain;
    min-height: 300px;
  }
  .customer_saying_conatiner_three {
    background-color: #16346B;
    padding: 50px 0px;
  }
  .customer_saying_conatiner_three .customer_saying_contents {
    padding: 0px 5px;
  }
  .customer_saying_conatiner_three .customer_saying_contents h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 21px;
    color: #fff;
    text-align: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    padding: 0px 5px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img {
    padding: 15px 10px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box {
    min-height: 150px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p {
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .stars_box p span {
    width: 100%;
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
    color: #000;
    text-align: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .last_content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .last_content .whatsapp {
    width: 100%;
    max-width: 80%;
    min-height: 300px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review {
    margin-top: 30px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review h2 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
    color: #000;
    text-align: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box {
    margin-top: 20px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .free_delivery p {
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now {
    text-decoration: none;
    display: flex;
    justify-content: center;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button {
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    outline: none;
    background-color: #16346B;
    border: 2px solid #16346B;
    color: #fff;
    cursor: pointer;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button:hover {
    background-color: #0d1d3b;
    border: 2px solid #16346B;
    color: #16346B;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button .order_now_div {
    width: 100%;
    color: #fff;
  }
  .customer_saying_conatiner_three .customer_saying_contents .whatsapp_images .whatsapp_img .customer_review .Delivery_box .order_now button .order_now_div p {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
  }
  .empty_div {
    width: 100%;
    background-color: #fff;
    padding: 20px 0px 20px;
  }
  .empty_div .hero_two_text {
    border: 3px solid #16346B;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .empty_div .hero_two_text h3 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 21px;
    color: #000;
    text-align: center;
  }
  .guarantee_wrapper .guarantee_image {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .guarantee_wrapper .guarantee_image .guarantee_img {
    width: 25%;
    height: unset;
  }
  .guarantee_wrapper .guarantee_contents {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .guarantee_wrapper .guarantee_contents .guarantee_text {
    width: 80%;
    background-color: #336c3a;
    border-radius: 20px;
    padding: 50px 30px 20px;
  }
  .guarantee_wrapper .guarantee_contents .guarantee_text p {
    font-size: 20px;
    font-family: Montserrat;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .guarantee_wrapper .guarantee_contents .guarantee_text p span {
    font-family: MontserratBold;
    font-weight: bolder;
  }
  .click_wrapper {
    margin-top: 40px;
  }
  .click_wrapper .click_button {
    display: flex;
    justify-content: center;
  }
  .click_wrapper .click_button button {
    padding: 10px 40px;
    border: none;
    outline: none;
    background-color: #16346B;
    border: 2px solid #16346B;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-family: MontserratBold;
    font-weight: bolder;
    cursor: pointer;
  }
  .click_wrapper .click_button button:hover {
    background-color: #fff;
    border: 2px solid #16346B;
    color: #16346B;
  }
  .click_wrapper .click_image_box_contents {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .click_wrapper .click_image_box_contents .box_contents {
    width: 78%;
    display: flex;
    gap: 10px;
  }
  .click_wrapper .click_image_box_contents .box_contents .click_image_box {
    border: 3px solid #000;
    padding: 10px;
    width: 33%;
  }
  .click_wrapper .click_image_box_contents .box_contents .click_image_box .click_img {
    width: 100%;
    min-height: 250px;
  }
  .Frequently {
    margin-top: 30px;
    background-color: #CEDEFF;
    padding: 30px 10px 20px;
  }
  .Frequently .freq_text {
    width: 100%;
  }
  .Frequently .freq_text h3 {
    font-family: MontserratBold;
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
    color: #143761;
    text-align: center;
    line-height: 35px;
  }
  .Frequently .accordion_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .Frequently .accordion_wrapper .accordion {
    width: 100%;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item {
    border-bottom: 1px solid #ddd;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item .accordion_header {
    width: 100%;
    padding: 18px 12px;
    display: flex;
    gap: 5px;
    background: #16346B;
    color: #fff;
    font-family: MontserratBold;
    font-weight: bolder;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
    margin-bottom: 5px;
    text-align: left;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item .accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    padding: 10px 20px 270px;
    display: none;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item .accordion_content p {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    color: #000;
    margin-bottom: 12px;
    line-height: 25px;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item .icon {
    transition: transform 0.3s ease;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item.open .accordion_content {
    display: block;
  }
  .Frequently .accordion_wrapper .accordion .accordion_item.open .accordion_header .icon {
    transform: rotate(180deg);
  }
}

/*# sourceMappingURL=styles.css.map */
