.font-primary, body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.action-hover, body .lady-details .action-btn a:hover {
  background-color: #0097CE;
}

body .topnav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  body .topnav ul li {
    margin-right: 1rem;
  }
}
body .topnav ul li a {
  color: #fff;
  position: relative;
  cursor: pointer;
}
body .topnav ul li a.nav-link:hover {
  color: #fff;
}
body .topnav ul li a.active {
  color: #fff;
}
body .topnav ul li a::before {
  left: 0;
}
body .topnav ul li a::before, body .topnav ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}
body .topnav ul li a::after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .topnav ul li a:hover::before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .topnav ul li a:hover::after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
body .container-custom {
  max-width: calc(100% - 5rem);
}
body .part-sections {
  min-height: 100vh;
  background-color: #0097CE;
  color: #fff;
}
@media (max-width: 767px) {
  body .part-sections {
    min-height: auto;
    padding-bottom: 2rem;
  }
}
body .part-sections::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #12C6A4;
}
@media (max-width: 767px) {
  body .part-sections::after {
    background-image: url(../images/home-slide.png);
    background-position: top;
    background-size: 67%;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .part-sections:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 140px;
    top: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 140px solid #0097CE;
    border-right: 250px solid transparent;
  }
}
body .part-sections .img-section {
  position: relative;
  z-index: 1;
}
body .part-sections .img-section img {
  height: 100vh;
}
body .part-sections .text-area {
  position: relative;
  z-index: 99;
}
body .part-sections .text-area h1 {
  font-size: clamp(1rem, 0.1808rem + 3.4951vw, 4.375rem);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  body .part-sections .text-area h1 {
    margin-bottom: 1rem;
  }
}
body .part-sections .text-area a {
  padding: 5px 24px 5px 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  width: auto;
  max-width: 95px;
  background: transparent;
  border: 0;
  outline: 0 none;
  margin-top: 2rem;
  letter-spacing: 0.4em;
  color: #fff;
}
body .part-sections .text-area a::before {
  content: "";
  display: block;
  width: 80px;
  height: 125%;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.31);
  transition: all 0.3s ease;
}
body .part-sections .text-area a:hover::before {
  height: 25%;
}
body .part-sections .text-area a:after {
  content: "";
  display: block;
  background-image: url(../images/arrow-right.svg);
  background-size: 100% 100%;
  background-position: center center;
  width: 22px;
  height: 6px;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -3px;
}
body .lady-img-holder {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .lady-img-holder .behind {
  background-image: radial-gradient(rgba(10, 10, 10, 0.253) 6%, transparent 10%), radial-gradient(rgba(10, 10, 10, 0.103) 6%, transparent 10%);
  background-size: 40px 40px;
  background-position: 0 0, 60px 60px;
  animation-name: backgroundmovement;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 200px;
  height: 100%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  margin-left: 45px;
}
@keyframes backgroundmovement {
  0% {
    background-position: 0px 0px, 60px 60px;
  }
  100% {
    background-position: 60px 60px, 120px 120px;
  }
}
body .lady-img-holder .shape-img {
  background: url(../images/shape_s.png);
  width: 370px;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body .lady-img-holder .shape-img {
    width: 100%;
    background-position: center;
  }
}
body .lady-details h3 {
  font-weight: 600;
  color: #a1a1a1;
  margin-bottom: 2rem;
}
body .lady-details .points {
  margin-bottom: 1rem;
  padding-left: 50px;
  position: relative;
}
body .lady-details .points i {
  position: absolute;
  left: 0;
  font-size: 30px;
  color: rgb(112, 174, 39);
}
body .lady-details .action-btn {
  margin-top: 2rem;
}
body .lady-details .action-btn a {
  background: #12C6A4;
  border-radius: 0;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
body .calcium-section {
  position: relative;
}
body .calcium-top-section {
  background-color: #f2f2f2;
  position: relative;
}
body .calcium-top-section h3 {
  font-weight: 800;
  color: #1E4A5E;
}
body .calcium-top-section .graph-behind {
  display: inline-block;
  position: relative;
}
body .calcium-top-section .graph-behind img {
  position: relative;
  z-index: 999;
}
body .calcium-top-section .graph-behind::after {
  content: "";
  background: url(../images/product_bg_image.png);
  display: inline-block;
  width: 276px;
  height: 330px;
  position: absolute;
  right: -40px;
  background-size: cover;
  top: 19%;
  z-index: 1;
}
@media (max-width: 767px) {
  body .calcium-top-section .graph-behind::after {
    right: 0px;
    display: none;
  }
}
body .calcium-top-section .graph-behind::before {
  content: "";
  background: url(../images/product_bg_image.png);
  display: inline-block;
  width: 276px;
  height: 330px;
  position: absolute;
  left: -100px;
  background-size: cover;
  top: 19%;
  z-index: 1;
}
@media (max-width: 767px) {
  body .calcium-top-section .graph-behind::before {
    right: 0px;
    display: none;
  }
}
body .left-dishes {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
body .right-dishes {
  position: absolute;
  right: 0;
  top: 0;
}
body .right-dishes .daal {
  width: 126px;
  margin-left: auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  body .right-dishes .daal {
    width: 60px;
  }
}
body .text-descr {
  max-width: 60%;
  margin: auto;
}
@media (max-width: 767px) {
  body .text-descr {
    margin-top: 10px;
    max-width: 100%;
  }
}
body .text-descr p {
  color: #333333;
  margin-bottom: 5px;
}
body .text-descr h4 {
  font-weight: 700;
  color: #12C6A4;
}
@media (max-width: 767px) {
  body .text-descr h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
body h2.text-center.supp-calcium {
  color: #1E4A5E;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body h2.text-center.supp-calcium {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body h2.text-center.supp-calcium span {
  background-color: #FF145B;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 5px 20px;
}
@media (max-width: 767px) {
  body h2.text-center.supp-calcium span {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body table.table.table-bordered.table-hover {
    table-layout: fixed;
  }
}
body table.table.table-bordered.table-hover tr td {
  color: #404040;
}
body table.table.table-bordered.table-hover th.th-primary {
  background: #0097CE;
  color: #fff;
  border-color: #0097CE;
}
body table.table.table-bordered.table-hover th.th-green {
  background: #12C6A4;
  color: #fff;
  border-color: #12C6A4;
}
body .download-brochure {
  background: #FF9800;
  padding: 12px 18px;
  text-decoration: none;
  color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
body .download-brochure i {
  margin-right: 1rem;
}
body .download-brochure:hover {
  background: #12C6A4;
}
body .calcium-banner {
  margin-top: 2rem;
  background: #12C6A4;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  body .calcium-banner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
body .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
body .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
body .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
body .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
body .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
  -webkit-animation-duration: 18s;
}
body .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
body .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
body .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
body .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
body .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
body .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
body .calcium-txt-group {
  display: flex;
  align-items: center;
  padding-left: 3rem;
}
body .calcium-txt-group img {
  display: none;
}
@media (max-width: 767px) {
  body .calcium-txt-group {
    flex-wrap: wrap;
    padding-left: 1rem;
  }
  body .calcium-txt-group img {
    display: block;
  }
}
body .calcium-txt-group .txt-calcium {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  line-height: normal;
  margin-right: 15px;
}
@media (max-width: 767px) {
  body .calcium-txt-group .txt-calcium {
    font-size: 2.5rem;
  }
}
body .calcium-txt-group .txt-calcium:after {
  content: "";
  width: 1px;
  background: #fff;
  height: 75%;
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
}
body .calcium-txt-group p {
  margin-bottom: 0;
}
body div#pregnancy-section {
  background-color: #f2f2f2;
  background-image: url(../images/preg-women.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-top: -40px;
}
@media (max-width: 767px) {
  body div#pregnancy-section {
    padding-top: 230px !important;
  }
}
body div#pregnancy-section .grid-col {
  display: grid;
  max-width: 77%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 767px) {
  body div#pregnancy-section .grid-col {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
body div#pregnancy-section .grid-col .grid-child {
  background: #FFFFFF;
  box-shadow: -2px 19px 45px 10px rgba(0, 0, 0, 0.12);
  padding: 15px;
}
body div#pregnancy-section .grid-col > :last-child {
  grid-column: 1/-1;
}
body .teeth-list {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  body .teeth-list {
    margin-top: 1rem;
  }
}
body .teeth-list .teeth-item {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body .teeth-list .teeth-item h4 {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}
body .teeth-list .teeth-item p {
  margin-bottom: 0;
}
body .teeth-list .teeth-item:last-child {
  border: 0;
}
body .bone-container {
  background: #42ABF5;
  color: #fff;
}
body .bone-container .human {
  background-image: url(../images/human-body.png);
  background-size: 400px;
  background-position: right;
  background-repeat: no-repeat;
  width: 392px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #42abf5;
  z-index: 9;
}
@media (max-width: 767px) {
  body .bone-container .human {
    background-size: 300px;
    height: 160px;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100px;
    margin-top: -21px;
  }
}
body .bone-container h2 {
  font-size: 4rem;
  font-weight: 900;
  text-shadow: 3px 1px 0px #2e77ab;
  margin-bottom: 2rem;
}
body .bone-container .grid-box-body {
  border: 1px solid #fff;
  position: relative;
}
@media (min-width: 768px) {
  body .bone-container .grid-box-body .divider {
    padding-right: 30%;
  }
}
body .bone-container .grid-box-body .divider:last-child {
  border-top: 1px solid #fff;
}
body .bone-container .grid-box-body .body-sec-item-holder {
  padding: 15px;
}
body .bone-container .grid-box-body .body-sec-item-holder .body-sec-item {
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
}
body .bone-container .grid-box-body .body-sec-item-holder .body-sec-item i {
  position: absolute;
  left: 0;
  font-size: 20px;
}
body .bone-container .grid-box-body .body-sec-item-holder .body-sec-item h4 {
  font-size: 18px;
  font-weight: 500;
}
body .bone-container .grid-box-body h3 {
  text-transform: uppercase;
  font-size: 21px;
  position: absolute;
  top: -13px;
  background: #42abf5;
  padding: 0px 15px;
  left: 50px;
  font-weight: 600;
}
body .bone-container .grid-box-body .divider {
  position: relative;
}
body .contact .ad-img {
  position: relative;
}
@media (max-width: 767px) {
  body .contact .ad-img {
    text-align: center;
    margin-bottom: 2rem;
  }
}
body .contact .ad-img:after {
  content: "";
  background: url(../images/shape_behind.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: contain;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
body .contact .dosage {
  background: #00AE8D;
  color: #fff;
  padding: 10px 24px;
  text-align: center;
  display: inline-block;
  margin: auto;
  font-size: 21px;
}
body .contact .succes-story {
  background-color: #e1e1e1;
}
body .contact .succes-story h3 {
  color: #1E4A5E;
  font-weight: 800;
  font-size: 40px;
}
body .contact .succes-story .story-tile {
  background: #FFFFFF;
  box-shadow: 10px 22px 130px rgba(0, 0, 0, 0.07);
}
body .contact .succes-story .story-tile .review-star i {
  color: #FF9800;
}
body .contact .succes-story .story-tile .review-star, body .contact .succes-story .story-tile .info-area {
  padding: 12px;
}
body .contact .succes-story .story-tile .auth-section {
  padding: 12px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  display: flex;
}
body .contact .succes-story .story-tile .auth-section .use-desc {
  margin-left: 12px;
}
body .contact .succes-story .story-tile .auth-section .use-desc h4 {
  font-size: 15px;
  margin-bottom: 0;
}
body .contact .succes-story .story-tile .auth-section .use-desc p {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 0;
}
body .contact .cont-field .section-head {
  position: relative;
}
body .contact .cont-field .section-head::before {
  content: "";
  top: 50%;
  height: 1px;
  width: 80%;
  position: absolute;
  background: #ccc;
  z-index: 0;
  margin: auto;
  left: 10%;
}
body .contact .cont-field .section-head h3 {
  color: #1E4A5E;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding: 0px 20px;
  font-weight: 700;
}
body .contact .cont-field .form-control {
  border-radius: 0;
  margin-bottom: 0.75rem;
}
body .contact .cont-field .btn-submit {
  background: #12C6A4;
  height: 45px;
  color: #fff;
  width: 100%;
  border-radius: 0;
}
body .contact .cont-field .btn-submit:hover {
  background: #0097CE;
}
body footer {
  background: #254A57;
  color: #fff;
  padding-top: 3rem;
}
body footer a {
  color: #fff;
  text-decoration: none;
}
body footer a:hover {
  color: #FF9800;
}
body footer h5 {
  font-size: 1.1rem;
}
body footer .newsletter {
  display: flex;
  margin-top: 15px;
}
@media (min-width: 768px) {
  body footer .newsletter {
    margin-left: auto;
    max-width: 320px;
    margin-top: 0px;
  }
}
body footer .newsletter input {
  border: 0;
}
body footer .newsletter input.form-control {
  border-radius: 0;
}
body footer .newsletter button {
  background-color: #FF9800;
  color: #fff;
  outline: 0 none;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body footer .quick-links {
    margin-top: 2rem;
  }
  body footer .address-set {
    margin-top: 2rem;
  }
}
body footer .footer-logo-set p {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 300;
  margin-top: 10px;
}
body footer .footer-logo-set .cont-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  margin-top: 2rem;
}
body footer .footer-logo-set .cont-link a i {
  margin-right: 12px;
}
body footer .links-holder {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body footer .links-holder {
    flex-direction: column;
  }
}
body footer .links-holder a {
  flex: 0 0 50%;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body footer .links-holder a {
    flex: 0 0 100%;
  }
}
body footer .locations {
  font-size: 14px;
  opacity: 0.8;
  padding-left: 25px;
  position: relative;
}
body footer .locations i {
  position: absolute;
  left: 0;
  top: 0px;
}
body footer .social {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}
body footer .social a {
  background: #fff;
  width: 35px;
  height: 35px;
  color: #254a57;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
body footer .social a:hover {
  background: #12C6A4;
}
body .copy {
  opacity: 0.8;
  font-size: 14px;
}

@media (max-width: 767px) {
  .img-section {
    overflow: hidden;
    display: none;
  }
  body .container-custom {
    max-width: 100%;
  }
  body .part-sections {
    padding-top: 80%;
    position: relative;
  }
  body .part-sections .img-section img {
    height: 500px;
  }
  body .part-sections img {
    height: 500px;
  }
  .lady-img-holder {
    margin-top: 2.5rem;
  }
  .lady-details {
    margin-top: 1rem;
  }
  .badam img, .spoon img, .daal img {
    max-width: 60px;
  }
  .oil img {
    max-width: 40px;
    display: flex;
    margin-left: auto;
    bottom: 0;
    margin-top: 10rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    background: #fff;
  }
  .navbar-collapse .nav-item {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .navbar-collapse .nav-item a {
    color: #000000;
  }
  .navbar-collapse .nav-item a.nav-link {
    padding-left: 1rem;
  }
  .navbar-collapse .nav-item a.nav-link:hover {
    color: #12C6A4;
  }
}
.header {
  transition: all 0.5s;
}

.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  background: #0097ce;
  z-index: 99999;
}

.fixed #other-calcium {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .fixed #other-calcium {
    padding-top: 0rem;
  }
}

.fixed #pregnancy-section {
  padding-top: 79px !important;
}
@media (max-width: 767px) {
  .fixed #pregnancy-section {
    padding-top: 3rem !important;
    background-image: none;
  }
}

.fixed #teeth {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .fixed #teeth {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
  .fixed #teeth img {
    max-width: 100%;
  }
}

.fixed #bone {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .fixed #bone {
    padding-top: 2rem !important;
  }
}

.fixed #contact {
  padding-top: 100px !important;
}

.navbar-brand img, .footer-logo-set img {
  max-width: 247px;
}

.center-container-custom {
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .center-container-custom {
    padding: 0px 1rem;
  }
}

@media (max-width: 767px) {
  .calcium-inner h3 {
    max-width: 75%;
    margin: auto;
  }
  .for-mob .mob-show {
    width: 64%;
    position: relative;
    margin-left: auto;
  }
  .for-mob .mob-show img {
    width: 100%;
  }
  body .calcium-txt-group {
    align-items: flex-start;
  }
  .animation-bg {
    position: absolute;
    bottom: 0;
  }
  .daal img {
    max-width: 40px;
    margin-left: auto;
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */