/**
 * @file
 * Subtheme specific CSS.
 */
 @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Roboto:ital,wght@0,300;1,300&family=Titan+One&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500&family=Open+Sans:wght@600&family=Roboto:ital,wght@0,300;1,300&family=Source+Sans+Pro:wght@600&family=Titan+One&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Maven+Pro&family=Open+Sans:wght@600&family=Roboto:ital,wght@0,300;1,300&family=Source+Sans+Pro:wght@600&family=Titan+One&display=swap");
 
 .nav-container {
   width: 88%;
   margin-inline: auto;
   display: flex;
   justify-content: space-between;
 }
 p {
   margin: 0;
   padding: 0;
 }
 body.toggled {
   right: 0;
 }
 .node--type-homepage  {

 }
 .navbar-we-mega-menu.navbar .nav .open>a, .navbar-we-mega-menu.navbar .nav .open>a:focus, .navbar-we-mega-menu.navbar .nav .open>a:hover {
  color: #06098F !important;
 }
 .navbar-we-mega-menu.navbar .nav .open>a, .navbar-we-mega-menu.navbar .nav .open>a:focus, .navbar-we-mega-menu.navbar .nav .open>a:hover {
  background-color: transparent !important;
 }
 /* .melox-header .navbar {
     background-color: white !important;
     margin-inline: auto;
     position: absolute;
     z-index: 9999;
     margin-top: 31px;
     width: 100%;
   }
   .melox-header .nav-link {
     font-family: 'Source Sans Pro', sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 100.56%;
     text-transform: capitalize;
     color: #06098f;
     cursor: pointer;
   }
   .melox-header li.nav-item {
     margin-right: 40px;
   } */
 .navbar-we-mega-menu .nav > li > a {
   padding-right: 35px !important;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
   padding-left: 0 !important;
   background-color: white;
 }
 span.btn-close {
  background: #000266 !important;
  padding: 4px 6px;
}
.btn-close {
  opacity: 0;
  visibility: hidden;
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 4px;
  background: #ccc;
  -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
  box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
  cursor: pointer;
  position: fixed;
  right: 24px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 900000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-name: fadeInFromNone;
  animation-delay: 0.5s;
}
 .we-mega-menu-ul > .we-mega-menu-li > a {
   font-family: 'Maven pro';
   font-style: normal;
   font-weight: 700 !important;
   font-size: 16px !important;
   line-height: 16px !important;
   text-transform: capitalize;
   color: #06098f !important;
   text-decoration: none !important;
 }
 .we-mega-menu-ul > .we-mega-menu-li {
   border: none !important;
   /* padding-right: 40px; */
 }
 
 
 .we-mega-menu-ul .dropdown-menu > a:before,
 .we-mega-menu-ul .dropdown-menu > span:before {
   background-image: url("/themes/custom/melox/images/Vector.png") !important;
   right: 14px;
 }
 .we-mega-menu-row .submenu-wrapper {
   display: flex;
   align-items: end;
 }
 .we-mega-menu-ul > .dropdown-menu:hover > a,
 .we-mega-menu-ul > .dropdown-menu:hover > span,
 .we-mega-menu-ul > .dropdown-menu:focus > a,
 .we-mega-menu-ul > .dropdown-menu:focus > span {
   background-color: white !important;
 }
 .we-mega-menu-ul > .we-mega-menu-li > a:hover,
 .we-mega-menu-ul > .we-mega-menu-li > a:focus {
   background-color: white !important;
 }
 .we-mega-menu-ul .submenu-section {
   background-image: url("/themes/custom/melox/images/Polygon.png");
   background-repeat: no-repeat;
   background-position-x: 20px;
   background-position-y: 11px;
 }
 
 .we-mega-menu-col .submenu-wrapper .submenu-desc p {
   font-family: "Maven Pro", sans-serif;
   font-size: 16px;
   font-weight: 600;
   line-height: 16px;
   letter-spacing: 0em;
   text-align: left;
   color: #06098f !important;
 }
 .we-mega-menu-submenu {
   z-index: 9999;
   top: 19px;
   left: 0;
   margin-left: -0.0625rem;
   margin-top: -0.0625rem;
   padding: 2.625rem 0.9375rem 0.625rem 0.9375rem;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   background-color: #fff;
   border: 0 none;
   box-shadow: none !important;
 }
 .navbar-we-mega-menu {
   margin: 0 !important;
   padding: 0 !important;
 }
 .we-mega-menu-col .content .field--name-body a:hover {
   text-decoration: none;
 }
 .we-mega-menu-col .content .field--name-body a {
   text-decoration: none;
 }

 
 .melox-header > .navbar {
   position: relative;
   max-height: 60px;
   margin-bottom: 20px;
 }
 .navbar {
   margin-bottom: 0 !important;
   border: 0 !important;
 }
 .melox-header {
   position: relative;
 }
 
 
 .navbar-expand-lg .navbar-collapse {
   justify-content: center !important;
 }
 #navbar-main {
   background-color: white;
   padding: 10px;
 }
 .melox-header .site-logo img {
   height: 100%;
   width: 100%;
   object-fit: contain;
 }
 .site-footer {
   background: linear-gradient(271.76deg, #aceefa -3.53%, #59e0b3 141.02%);
   padding: 18px 0 18px !important;
 }
 .site-footer .block {
   margin: 0;
   padding: 0;
   border: none !important;
 }

 .site-footer .region-footer-third .content {
   width: fit-content;
   margin-left: auto;
 }
 .site-footer .region-footer-third .product-img img {
   width: 100%;
   height: 100%;
 }
 .site-footer .region-footer-third .product-img {
   width: 59px;
   height: 69px;
   margin-inline: auto;
 }
 .site-footer .region-footer-third .product-wrapper p {
   font-family: "Source Sans Pro", sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
   color: #577087;
   text-align: center;
 }
 
 .region-footer-third .product-wrapper {
   width: 120px;
   margin-left: auto;
 }
 

 .site-footer .region .footer-logo img {
   object-fit: contain;
 }
 
 .site-footer .region-footer-second .links-wrapper a {
   color: #577087 !important;
   text-decoration: none !important;
 }
 .site-footer .region-footer-second .links-wrapper svg {
  color: #577087;
  height: 14px;
  width: 7px;
  margin-right: 5px;
 }
 .blog-wrapper {
   width: 100%;
   border-bottom: none;
   margin-bottom: 0;
   padding-bottom: 0;
 }
 .blog-wrapper .node__content {
   clear: none;
   font-size: 1em;
   line-height: 1.6;
   display: flex;
   flex-direction: column;
 }
 
 .node--view-mode-teaser {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important ;
 }
 .blog-wrapper .node--view-mode-teaser h2 a {
   text-decoration: none !important;
 }
 .blog-wrapper .field--type-image img {
   margin: 0 !important;
   object-position: center;
   object-fit: cover;
   border-radius: 15px;
   width: 100%;
   height: inherit;
 }
 .view-id-blog .blog-title h3 a {
   color: #02034b !important;
   text-decoration: none;
   cursor: pointer;
 }
 .antiacido-container .left-right-wrapper > .field__item:first-child .title {
   margin-bottom: 49px;
 }

 .view-display-id-blog_top_content .blog-top-content .secondary-image img {
   height: 100%;
   width: 100%;
   border-radius: 0px 15px 15px 0px;
 }
 .view-display-id-blog_top_content .blog-top-content .blog-title h3 {
   padding-top: 65px;
 }
 
 .site-footer .row {
   --bs-gutter-x: 1.5rem;
 }
 .view-display-id-blog_top_content .blog-top-content {
   display: flex;
 }
 
 .blog-container {
   background-color: #fff3f8;
   padding-bottom: 110px;
   padding-top: 65px;
 }

 .slider-container .views_slideshow_cycle_teaser_section {
   position: initial !important;
   width: 100% !important;
   height: 100% !important;
 }
 .slider-container .views-field-field-slider-image img {
   width: 100% !important;
   height: 100% !important;
 }
 .slider-container .views-field-field-slider-image .field-content {
   height: 100% !important;
   width: 100% !important;
 }
 .slider-container .views_slideshow_cycle_slide {
   position: inherit !important;
   height: 100% !important;
   width: 100% !important;
 }
 .slider-container
   .views-slideshow-controls-bottom
   .views_slideshow_controls_text {
   display: flex;
   justify-content: space-between;
   position: absolute;
   width: 100%;
   top: 50%;
 }
 .slider-container .prev-button img {
   width: 100%;
   width: 100%;
 }

 
 .slider-container .next-button img {
   width: 100%;
   width: 100%;
 }

 /* .row>* {
  padding-right: 0 !important;
  padding-left: 0 !important;
 }
 .row {
   --bs-gutter-x: 0rem !important;
   --bs-gutter-y: 0 !important;
 } */
 
 .view-display-id-block_2 .view-content .views-view-grid .blog-row-content {
   padding-right: 20px !important;
 }
 .view-display-id-block_2
   .view-content
   .views-view-grid:last-child
   .blog-row-content {
   padding-right: 0px !important;
 }
 .slider-container
   .views-slideshow-controls-bottom
   .views-slideshow-pager-bullets {
   display: block;
 }
 .slider-container
   .views-slideshow-controls-bottom
   .views-slideshow-pager-bullets
   li.active {
   background-color: #02034b;
   height: 16px !important;
   width: 16px !important;
 }
 .slider-container
   .views-slideshow-controls-bottom
   .views-slideshow-pager-bullets
   li {
   background-color: white;
   height: 16px !important;
   width: 16px !important;
   border-radius: 50%;
 }
 .view-display-id-block_1 {
   position: relative;
 }

 
 
 
 
  .right-paragraph-wrapper .title, .left-text-wrapper .title {
   font-family: "Titan One", cursive;
   font-style: normal;
   color: #000266;
   text-decoration: none;
 }
  .right-paragraph-wrapper .title {
   margin-bottom: 18px;
 }
 .page-node-14 .heart-burn-section .left-content .left-image-wrapper img {
   height: 100%;
   width: 100%;
   object-fit: cover;
 }
 
 .page-node-14 .heart-burn-section {
   margin-bottom: 121px;
   margin-top: 95px;
 }
 /* body{ 
   width: calc(100% - 1.5rem);
 } */
 
 
 .row {
   --bs-gutter-x: 0;
 }
 /* .view-id-blog .grid {
   overflow: hidden;
 } */
 .navbar-we-mega-menu .we-mega-menu-caption {
  display: none;
 }
 .navbar-we-mega-menu.navbar .nav-tabs>li.active>a, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:focus, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:hover {
  background-color: transparent !important;
  color: #000266 !important;
 }
 .we-mega-menu-ul>.we-mega-menu-li.active>a, .we-mega-menu-ul>.we-mega-menu-li.active>a:hover, .we-mega-menu-ul>.we-mega-menu-li.active>a:focus, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus {
  background-color: transparent !important;
 }
 .acidez-container .left-text-wrapper .description ul li:before  {
  content: ' ';
  position: absolute;
  left: -31px;
  width: 20px;
  top: 5px;
  height: 20px;
  z-index: 400;
  background-image: url(../images/Ellipse.png);
  background-repeat: no-repeat;

} 
.acidez-container .left-text-wrapper .description ul li {
  position: relative;
}
.acidez-container .left-text-wrapper .description ul li {
  list-style: none;
}
/* {
  background-image: url('../images/Ellipse.png');
  padding-left: 50px;
  position: absolute;
 }  */

 /* Melox Antiacido page  */
  .antiacido-container .multiple-icon-container .icon-content-wrapper .bottom-description {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #577087;
}
.antiacido-container .multiple-icon-container .icon-content-wrapper .bottom-description strong {
  font-weight: 600 !important; 
}
 .antiacido-container .icon-fields-wrapper {
   margin-bottom: 64px;
 }
 .antiacido-container .simple-text-wrapper {
  display: flex;
  margin-bottom: 124px;
  gap: 30px;
 }
 .antiacido-container .simple-text-wrapper > div {
  width: 50%;
 }
 .antiacido-container .right-paragraph-wrapper {
  max-width: 100% !important;
 }
.antiacido-container .text-paragraph .bottom-title {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000266;
  margin-bottom: 22px;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #000266;
}
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .title {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #577087;  
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 34px !important;
  color: #577087;
  
}
 .antiacido-container .multiple-icon-container {
  background: linear-gradient(180deg, #CCF5E7 0%, rgba(204, 245, 231, 0) 100%);
  padding-top: 70px;
  padding-bottom: 43px; 
}
 .antiacido-container .field--name-field-left-and-right-component > .field__item {
   width: 70%;
 }
 .antiacido-container .left-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 }
 .antiacido-container .left-image-right-text-wrapper {
  margin-top: 120px;
 }
/* .antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper {
  margin-top: 68px;
} */
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .description p {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #577087;
  
}
.antiacido-container .text-paragraph .bottom-description ul, .antiacido-container .text-paragraph .bottom-description p {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #577087;
}
.antiacido-container .antiacido-node-wrapper .feature-image .field--name-field-featured-image {
  float: none !important;
  margin: 0 !important;
  width: 100%;
  /* height: 813px; */
}
.antiacido-container .antiacido-node-wrapper .feature-image .field--name-field-featured-image img {
 /* height: 100% !important; */
 width: 100% !important;
}
 .antiacido-container .node__content {
   margin-top: 0 !important;
 }
 .antiacido-container .ingredients-wrapper .left-section .left-image-wrapper img {
   height: 100%;
   width: 100%;
 }
 .antiacido-container .left-image-wrapper .field--name-field-left-image {
    width: 278px;
    padding-top: 17px;
    padding-left: 4px;
 }
 /* .antiacido-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
  display: flex;
  flex-direction: column;
 } */
 .antiacido-container .left-paragraph-wrapper .caption-text {
   font-family: "Maven Pro", sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 28px;
   color: #577087;
   margin-top: 43px;
   max-width: 336px;
 }
 .antiacido-container .ingredients-wrapper .left-section, .right-section {
   width: 50%;
 }
 .ingredients-wrapper .right-section .right-paragraph-wrapper .title {
   font-family: "Titan One", cursive;
   font-style: normal;
   font-weight: 400;
   font-size: 30px;
   line-height: 30px;
   color: #000266;
   margin-bottom: 40px;
 }
 .ingredients-wrapper .right-section .right-paragraph-wrapper .description {
   font-family: "Maven Pro", sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #577087;
 }
 .ingredients-wrapper {
   margin-top: 128px;
   margin-bottom: 62px;
 }
.ingredients-wrapper .left-paragraph-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
}
 .antiacido-container .left-image-wrapper {
   height: 306px;
   width: 306px;
   border-radius: 50%;
   border: 10px solid #009ef8;
 }
 .antiacido-container .ingredients-wrapper .field--name-field-right-side-content {
    display: flex;
    flex-direction: column;
 }
 .antiacido-container .ingredients-wrapper {
  display: flex;
 }
 .antiacido-container .ingredients-wrapper .right-section .field--name-field-right-side-content > div {
  margin-top: 68px;
 }
 .antiacido-container .ingredients-wrapper .right-section .field--name-field-right-side-content > div:first-child {
  margin-top: 0;
 }
 .antiacido-container .instruction-paragraph-conatiner .inner-wrapper {
   display: flex;
   flex-direction: column;
   margin-bottom: 67px;
   margin-top: 48px;
 }
 .antiacido-container .antiacido-node-wrapper .field--name-field-add-instructions-component {
   display: flex;
   flex-direction: row;
   align-items: baseline;
   justify-content: space-evenly;
   flex-wrap: wrap;
 }
 .antiacido-container .instructions-wrapper {
   background: linear-gradient(180deg, #ccf5e7 0%, rgba(204, 245, 231, 0) 100%);
   padding-top: 70px;
   padding-bottom: 43px;
 }
 .antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
   height: 148px !important;
   width: 145px !important;
   margin-left: 67px !important;
   margin-top: 48px !important;
 }
 .antiacido-container .icon-wrapper {
   height: 250px !important;
   width: 250px !important;
   background: #81d5e9;
   border-radius: 50%;
 }
 .antiacido-container .multiple-icon-container .caption-wrapper {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 31px;
  color: #577087;
  text-align: center;
}
 .antiacido-container .instruction-paragraph-conatiner .caption-wrapper {
   width: 250px;
   text-align: center;
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 800;
   font-size: 26px;
   line-height: 31px;
   color: #577087;
   margin-top: 30px;
 }
 .antiacido-container .instructions-wrapper .instruction-bottom-text p {
   padding: 0 !important;
   font-family: "Maven Pro";
   font-style: normal;
   /* font-weight: 600; */
   font-size: 18px;
   line-height: 25px;
   margin: 0;
   color: #577087;
 }
 .antiacido-container .instructions-wrapper h1 {
   font-family: "Titan One";
   font-style: normal;
   font-weight: 400;
   font-size: 30px;
   line-height: 100.56%;
   color: #000266;
 }
 .antiacido-container .icon-container {
  position: relative;
 }
 .antiacido-container .icon-container::before {
   counter-increment: section;
   content: "" counter(section) "";
   position: absolute;
   width: 85px;
   height: 85px;
   background: #eda0a8;
   border-radius: 50%;
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 900;
   font-size: 60px;
   line-height: 84px;
   color: #ffffff;
   text-align: center;
   margin-left: -31px;
   margin-top: 29px;
   z-index: 20;
 }
 .antiacido-container {
   counter-reset: section;
 }
 .page-view-frontpage .row-offcanvas-left {
   display: none;
 }
 .antiacido-container .bottom-wrapper .field--name-field-add-text-component {
   display: flex;
   gap: 65px;
 }
 .antiacido-container .bottom-wrapper .field--name-field-add-text-component > div {
   width: 50%;
 }
 .antiacido-container .bottom-wrapper .bottom-paragraph .bottom-title {
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;
   color: #000266;
 }
 .antiacido-container .bottom-wrapper .bottom-paragraph .bottom-description {
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 25px;
   color: #577087;
 }
 .antiacido-container .bottom-wrapper .bottom-title {
   margin-bottom: 20px;
 }
 .antiacido-container .bottom-wrapper {
   margin-top: 81px;
   margin-bottom: 120px;
 }
 /* .acidez-container .field--name-field-food-and-drink {
   display: flex;
 } */
 .acidez-container .food-paragraph {
   display: flex;
   flex-direction: column;
 }
 .acidez-container .food-paragraph .food-image {
   width: fit-content;
   margin-inline: auto;
 }
 .acidez-container .food-paragraph .food-image .field--type-image {
   width: 114px;
   height: 97px;
 }
 .acidez-container .food-paragraph .food-image .field--type-image img {
   height: 100%;
   width: 100%;
   object-fit: contain;
 }
 .acidez-container .field--name-field-food-and-drink > div {
   padding-right: 60px;
 }
 .acidez-container .food-paragraph .food-description p {
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   color: #577087;
 }
 .desc-pink {
   color: #f78390;
 }
 .acidez-container .food-paragraph .food-image {
   margin-bottom: 25px;
 }
 .acidez-container .bottom-text p {
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   line-height: 22px;
   color: #577087;
 }
 .acidez-container .field--name-field-food-and-drink {
   margin-bottom: 39px;
 }
 .acidez-container .food-container {
   margin-bottom: 139px;
 }
 .acidez-container .bottom-container .field--name-field-melox-work {
   display: flex;
 }
 .acidez-container
   .bottom-container
   .field--name-field-melox-work
   .paragraph
   .right-image {
   margin-inline: auto;
   width: fit-content;
 }
 .acidez-container
   .bottom-container
   .field--name-field-melox-work
   .right-image
   .field--type-image {
   width: 345px;
   height: 355px;
 }
 .acidez-container
   .bottom-container
   .field--name-field-melox-work
   .right-image
   .field--type-image
   img {
   width: 100%;
   height: 100%;
 }
 .acidez-container
   .bottom-container
   .field--name-field-melox-work
   .left-description
   h3 {
   font-family: "Titan One";
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 38px;
   color: #000266;
   margin-bottom: 50px;
 }
 .blue-title {
   color: #1b80dc;
 }
 .acidez-container
   .bottom-container
   .field--name-field-melox-work
   .left-description
   p {
   font-family: "Maven Pro";
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   color: #577087;
 }
 .acidez-container .bottom-container {
   margin-bottom: 75px;
 }
 .melox-header .submenu-wrapper .submenu-img img {
   height: 100%;
   width: 100%;
 }
 .melox-header .submenu-wrapper .submenu-img {
  height: 125px;
  width: 85px;
}
 @media  (min-width: 768px) and (max-width: 991px) {
  .antiacido-container .left-right-wrapper > .field__item:first-child .title {
    margin-bottom: 35px !important;
  }
  .we-mega-menu-row .submenu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .right-paragraph-wrapper .title, .left-text-wrapper .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
  }
  .sub-blog-wrapper .field--type-image {
    float: none !important;
    margin: 0 !important;
    margin-top: -10px !important;
    width: 100%;
    height: 285px !important;
  }
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 28px !important;
    line-height: 30px !important;
    color: #000266;
    text-decoration: none;
  }
  .sub-blog-wrapper .sub-blog-layout {
    width: 65.7% !important;
    margin-inline: auto;
    margin-top: 60px !important;
    margin-bottom: 135px !important;
  }
  .sub-blog-wrapper .sub-blog-title {
    margin-bottom: 35px !important;
  }
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center;
  }
  .page-node-14
    .heart-burn-section
    .field--name-field-left-and-right-component
    > .field__item {
    width: 50%;
  }
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 360px;
    height: 283px;
}
  .mobile-main-menu {
    height: auto !important;
    background-color: white !important;
  }
  .site-footer .region-footer-first {
    margin-left: 0;
  }
  
  .site-footer .region-footer-third {
    margin-right: 0;
  }
  .site-footer .region-footer-second {
    margin-left: 18px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div {
    margin-top: 40px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div:first-child {
    margin-top: 0px;
  }
  .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #577087;
  }
  .blog-wrapper .blog-image .field--type-image {
    float: none;
    margin: 0;
    height: 230px;
  }
  .view-display-id-blog_top_content .views-field-view-node {
      padding-left: 30px;
      position: absolute;
      bottom: 33px;
    }
    .view-display-id-blog_top_content .views-view-grid .row > div {
      margin-top: 40px;
    }
    .view-display-id-blog_top_content .views-view-grid .row > div:first-child {
      margin-top: 0px;
    }
    .view-display-id-blog_bottom_section .views-view-grid .row > div {
      padding-left: 20px;
      padding-bottom: 25px;
    }
    .view-display-id-blog_bottom_section .views-view-grid .row {
      margin-left: -20px;
    }
    .view-display-id-blog_top_content .blog-top-content .custom-background-color {
      padding-left: 30px;
      border-radius: 15px 0px 0px 15px;
      max-width: 314px;
    }
    .blog-container .view-header .blog-title {
      margin-left: auto;
      font-family: "Titan One", cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      line-height: 26px;
      color: #000266;
      margin-bottom: 39px;
    }
    .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    border: none !important;
  }
  .navbar-we-mega-menu.navbar ul {
    padding: 16px;
    margin: 0;
    border: 0 none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 38px;
  }
  
  span.btn-close {
    background: #000266 !important;
    padding: 4px 6px;
  }
  .btn-close {
    opacity: 0;
    visibility: hidden;
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 4px;
    background: #ccc;
    -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    cursor: pointer;
    position: fixed;
    right: 24px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 900000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-name: fadeInFromNone;
    animation-delay: 0.5s;
  }
  .we-mega-menu-ul .submenu-section {
    min-width: 100%;
  }
  .navbar-we-mega-menu .type-of-block {
    display: block;
  }
  .navbar-toggler {
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  .region-we-mega-menu {
    background-color: white;
    padding: 13px 0px;
    margin-bottom: 0px !important ;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: end;
  }
  .navbar-toggle .icon-bar {
    background-color: #000266;
  }
  .site-footer .region-footer-first {
      width: auto;
      margin-top: 12px;
    }
  .melox-header .navbar-expand-lg {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 31px;
    border-radius: 0;
  }
  .site-footer .region .footer-logo {
      height: 52px;
      width: 143px;
    }
    .melox-header .site-logo {
      height: 52px;
      width: 143px;
    }
  .site-footer .region-footer-second {
    width: 50%;
  }
  .melox-footer p {
    margin-bottom: 14px;
  }
  .site-footer .region-footer-second .melox-footer {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #577087;
  }
  .site-footer .region-footer-second .links-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #577087 !important;
  }
  .site-footer .region-footer-third {
    width: 43%;
  }
  .site-footer .site-footer__top {
      display: flex;
    }
  .blog-wrapper .blog-description p {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #577087;
    padding-top: 18px;
  }
  .view-id-blog .blog-title h3 {
   padding-top: 18px;
   font-family: "Maven Pro", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 24px !important;
   line-height: 24px;
 }
 .view-display-id-blog_top_content .blog-top-content .secondary-image {
   height: 237px;
   width: 360px;
 }
 .view-display-id-blog_top_content {
   margin-bottom: 65px;
 }
 .view-display-id-blog_top_content .views-field-view-node .more-link a {
   background: #000266;
   box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
   border-radius: 15px;
   width: fit-content;
   padding: 13px 19px;
   font-family: "Source Sans Pro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 23px;
   color: white;
   text-decoration: none;
   cursor: pointer;
 }
 .slider-container .next-button {
   width: 50px;
   width: 50px;
 }
 .slider-container .prev-button {
   width: 50px;
   width: 50px;
 }
 .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_previous {
     margin-left: 52px;
   }
   .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_next {
     margin-right: 52px;
   }
   .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
       position: absolute;
       bottom: 36px;
       left: 50%;
     }

     .right-paragraph-wrapper {
       max-width: 426px;
     }
     .page-node-14 .heart-burn-section .right-content .description {
       margin-bottom: 30px;
     }
     .about-link .field--name-field-right-side-component-link {
       background: #000266;
       box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
       border-radius: 15px;
       max-width: 143px;
       text-align: center;
       padding: 11px 10px;
       margin-top: 42px;
       height: 50px;
     }
     .about-link .field--name-field-right-side-component-link a {
       font-family: "Source Sans Pro", sans-serif;
       font-style: normal;
       font-weight: 600;
       font-size: 18px;
       line-height: 23px;
       color: white;
       text-decoration: none;
     }
}
@media (min-width: 576px) and (max-width: 767px) {
  .antiacido-container .left-right-wrapper > .field__item:first-child .title {
    margin-bottom: 30px !important;
  }
  .antiacido-container .icon-container::before {
    counter-increment: section;
    content: "" counter(section) "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: #eda0a8;
    border-radius: 50%;
    font-family: "Maven Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-left: -17px;
    margin-top: 29px;
    z-index: 20;
}
  .antiacido-container .left-image-wrapper {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    border: 10px solid #009ef8;
    margin: auto;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
  font-size: 20px !important;
  line-height: 20px !important;
}
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .title {
  font-size: 18px !important;
  line-height: 18px !important;
}
.antiacido-container .right-paragraph-wrapper {
  margin-top: 45px;
}
.antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
  height: 99px !important;
  width: 67px !important;
  margin-left: 50px !important;
  margin-top: 33px !important;
}
.antiacido-container .icon-wrapper {
  height: 160px !important;
  width: 160px !important;
  background: #81d5e9;
  border-radius: 50%;
}
.antiacido-container .text-paragraph .bottom-description ul, .antiacido-container .text-paragraph .bottom-description p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.antiacido-container .left-image-right-text-wrapper {
  margin-top: 60px;
}
.antiacido-container .multiple-icon-container {
  background: linear-gradient(180deg, #CCF5E7 0%, rgba(204, 245, 231, 0) 100%);
  padding-top: 70px;
  padding-bottom: 0 !important;
}
.antiacido-container .multiple-icon-container .caption-wrapper {
  max-width: 100% !important;
  text-align: center;
}
.antiacido-container .multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 25px !important;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
  font-size: 18px !important;
  line-height: 26px !important;
}
.antiacido-container .simple-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.antiacido-container .simple-text-wrapper > div {
  width: 100%;
}
 .multiple-icon-container {
  margin-top: 59px !important;
  margin-bottom: 0 !important;
}
.antiacido-container .left-paragraph-wrapper .caption-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  max-width: 100%;
}
  .antiacido-container .field--name-field-left-and-right-component > .field__item {
    width: fit-content !important;
    margin: auto !important;
}
.antiacido-container .left-image-wrapper .field--name-field-left-image {
  width: 256px !important;
}
  .right-paragraph-wrapper .title, .left-text-wrapper .title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  }
  .sub-blog-wrapper .field--type-image {
    float: none !important;
    margin: 0 !important;
    margin-top: -10px !important;
    width: 100%;
    height: 275px !important;
  }
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 26px !important;
    line-height: 28px !important;
    color: #000266;
    text-decoration: none;
  }
  .sub-blog-wrapper .sub-blog-layout {
    width: 65.7% !important;
    margin-inline: auto;
    margin-top: 53px !important;
    margin-bottom: 128px !important;
  }
  .sub-blog-wrapper .sub-blog-title {
    margin-bottom: 30px !important;
  }
  .navbar-we-mega-menu.navbar ul {
    padding: 16px;
    margin: 0;
    border: 0 none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 38px;
}
.navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
  border: none !important;
}
  .heart-burn-section .right-content {
    margin-top: 20px;
  }
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 395px;
    height: 283px;
    margin-inline: auto !important;
} 
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-node-14
    .heart-burn-section
    .field--name-field-left-and-right-component
    > .field__item {
    width: 100%;
  }
  .mobile-main-menu {
    height: auto !important;
    background-color: white !important;
  }
  .navbar-we-mega-menu.navbar ul {
    gap: 30px;
  }
  .navbar-toggle .icon-bar {
    background-color: #000266;
  }
  .site-footer .region-footer-first {
    margin-left: 0;
  }
  
  .site-footer .region-footer-third {
    margin-right: 0;
  }
  .blog-wrapper .blog-description p {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #577087;
    padding-top: 14px;
  }
  .view-id-blog .blog-title h3 {
      padding-top: 18px;
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 20px !important;
      line-height: 20px;
    }
    .blog-wrapper .blog-image .field--type-image {
      float: none;
      margin: 0;
      height: 142px;
      width: 247px;
    }
    
    .view-display-id-blog_bottom_section .views-view-grid .row > div {
      padding-left: 15px;
      padding-top: 20px;
    }
    .view-display-id-blog_bottom_section .views-view-grid .row {
      margin-left: -15px;
    }
  
    .view-display-id-blog_top_content {
      margin-bottom: 48px;
    }
    .view-display-id-blog_top_content .views-field-view-node .more-link a {
      background: #000266;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
      width: fit-content;
      padding: 10px 15px;
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
    .blog-container .view-header .blog-title {
      margin-left: auto;
      font-family: "Titan One", cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      color: #000266;
      margin-bottom: 39px;
    }
    .slider-container .next-button {
      width: 35px;
      width: 35px;
    }
    .slider-container .prev-button {
      width: 35px;
      width: 35px;
    }
    .slider-container
    .views-slideshow-controls-bottom
    .views_slideshow_controls_text_previous {
    margin-left: 23px;
  }
  .slider-container
    .views-slideshow-controls-bottom
    .views_slideshow_controls_text_next {
    margin-right: 23px;
  }
  .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
      position: absolute;
      bottom: 25px;
      left: 47%;
    }
    .page-node-14 .heart-burn-section .left-content .left-image-wrapper {
      width: fit-content;
      margin-inline: auto;
    }
    .page-node-14.heart-burn-section .right-content .description {
      margin-bottom: 25px;
    }
    .about-link .field--name-field-right-side-component-link {
      background: #000266;
      box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
      border-radius: 15px;
      max-width: 110px;
      text-align: center;
      padding: 9px 10px;
      margin-top: 32px;
      height: 44px;
  }
    .about-link .field--name-field-right-side-component-link a {
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 23px;
      color: white;
      text-decoration: none;
    }
    .page-view-frontpage .view-display-id-block_1 .node .field--type-image {
      float: none !important;
      margin: 0 !important;
      height: 169px;
    }
    .site-footer .region-footer-first {
      width: auto;
      margin-top: 12px;
      margin-left: 0;
    }
    .site-footer .region-footer-second {
      padding-left: 10px !important;
    }
    .site-footer .region-footer-third {
      margin-right: 0px;
    }
  .melox-header .navbar-expand-lg {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 31px;
    border-radius: 0;
  }
  .site-footer .region .footer-logo {
      height: 52px;
      width: 143px;
    }
    .navbar-we-mega-menu .type-of-block {
      display: block;
    }
    .navbar-toggler {
      display: none;
    }
    .collapse:not(.show) {
      display: block;
    }
    .melox-header .site-logo {
      height: 52px;
      width: 143px;
    }
    .site-footer .region-footer-second {
      width: 50%;
    }
    .melox-footer p {
      margin-bottom: 14px;
    }
    .site-footer .region-footer-second .melox-footer {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      text-transform: capitalize;
      color: #577087;
    }
    .site-footer .region-footer-second .links-wrapper {
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #577087 !important;
    }
    .site-footer .region-footer-third {
      width: 43%;
    }
    .site-footer .site-footer__top {
        display: flex;
      }
      .region-we-mega-menu {
        background-color: white;
        padding: 11px 0px;
        margin-bottom: 0px !important ;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: end;
      }
      .melox-header .navbar-expand-lg {
          position: absolute;
          z-index: 99999;
          width: 100%;
          top: 15px;
          border-radius: 0;
        }
        .melox-header .site-logo {
          height: 38px;
          width: 120px;
        }
        
        .blog-wrapper .blog-image .field--type-image {
          float: none;
          margin: 0;
          height: 173px;
          width: 100%;
        }
        .view-display-id-blog_top_content .blog-top-content .secondary-image {
          height: 198px;
          width: 282px;
        }
        .view-display-id-blog_top_content .views-field-view-node {
          padding-left: 30px;
          position: absolute;
          bottom: 23px;
        }
        .view-display-id-blog_top_content .views-field-view-node .more-link a {
          background: #000266;
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          border-radius: 15px;
          width: fit-content;
          padding: 6px 13px;
          font-family: "Source Sans Pro", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 23px;
          color: white;
          text-decoration: none;
          cursor: pointer;
        }
        .blog-container .view-header .blog-title {
          margin-left: auto;
          font-family: "Titan One", cursive;
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 20px;
          color: #000266;
          margin-bottom: 35px;
        }
        .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
          position: absolute;
          bottom: 8px;
          left: 47%;
        }
        /* .view-display-id-blog_top_content .views-field-view-node {
          padding-left: 30px;
          position: absolute;
          bottom: 33px;
        } */
        .view-display-id-blog_top_content .views-view-grid .row {
          margin-left: -10px;
        }
        .view-display-id-blog_top_content .views-view-grid .row > div {
          padding-left: 10px;
        }
        .view-display-id-blog_bottom_section .views-view-grid .row > div {
          padding-left: 27px;
        }
        .view-display-id-blog_bottom_section .views-view-grid .row {
          margin-left: -27px;
        }
        .view-display-id-blog_top_content .blog-top-content .custom-background-color {
          padding-left: 30px;
          border-radius: 15px 0px 0px 15px;
          max-width: 273px;
        }
        .view-display-id-blog_top_content .views-view-grid .row > div {
          margin-top: 40px;
        }
        .view-display-id-blog_top_content .views-view-grid .row > div:first-child {
          margin-top: 0px;
        }
        .melox-header .navbar-expand-lg {
          position: absolute;
          z-index: 99999;
          width: 100%;
          top: 31px;
          border-radius: 0;
        }
        .site-footer .region-footer-first {
          width: 16%;
          margin-top: 12px;
          margin-right: 12px;
        }
}
@media only screen and (max-width: 575px) {
  .antiacido-container .left-right-wrapper > .field__item:first-child .title {
    margin-bottom: 25px !important;
  }
  .antiacido-container .icon-container::before {
    counter-increment: section;
    content: "" counter(section) "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: #eda0a8;
    border-radius: 50%;
    font-family: "Maven Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    margin-left: -16px;
    margin-top: 29px;
    z-index: 20;
}

  .antiacido-container .icon-fields-wrapper {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
  .antiacido-container .simple-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px !important;
  }
  .antiacido-container .left-image-wrapper {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    border: 10px solid #009ef8;
    margin: auto;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
  font-size: 20px !important;
  line-height: 20px !important;
}
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .title {
  font-size: 18px !important;
  line-height: 18px !important;
}
.antiacido-container .right-paragraph-wrapper {
  margin-top: 45px;
}
.antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
  height: 99px !important;
  width: 67px !important;
  margin-left: 50px !important;
  padding-top: 33px !important;
}
.antiacido-container .icon-wrapper {
  height: 160px !important;
  width: 160px !important;
  background: #81d5e9;
  border-radius: 50%;
}
.antiacido-container .text-paragraph .bottom-description ul, .antiacido-container .text-paragraph .bottom-description p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.antiacido-container .left-image-right-text-wrapper {
  margin-top: 60px;
}
.antiacido-container .multiple-icon-container {
  background: linear-gradient(180deg, #CCF5E7 0%, rgba(204, 245, 231, 0) 100%);
  padding-top: 70px;
  padding-bottom: 0 !important;
}
.antiacido-container .multiple-icon-container .caption-wrapper {
  max-width: 100% !important;
  text-align: center;
}
.antiacido-container .multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 25px !important;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
  font-size: 18px !important;
  line-height: 26px !important;
}
.antiacido-container .simple-text-wrapper {
  display: flex;
  flex-direction: column;
}
.antiacido-container .simple-text-wrapper > div {
  width: 100%;
}
 .multiple-icon-container {
  margin-top: 59px !important;
  margin-bottom: 64px !important;
}
.antiacido-container .left-paragraph-wrapper .caption-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  max-width: 100%;
}
  .antiacido-container .field--name-field-left-and-right-component > .field__item {
    width: fit-content !important;
    margin: auto !important;
}
.antiacido-container .left-image-wrapper .field--name-field-left-image {
  width: 256px !important;
}
  .left-text-right-image-container {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }
  .right-image-wrapper .field--type-image img {
    height: 100%;
    width: 100%;
  }
  .blog-wrapper .blog-description p, .view-id-blog .blog-title h3 {
    text-align: center;
  }
  .sub-blog-wrapper .field--type-image {
    float: none !important;
    margin: 0 !important;
    margin-top: -10px !important;
    width: 100%;
    height: 260px !important;
  }
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 27px !important;
    color: #000266;
    text-decoration: none;
  }
  .sub-blog-wrapper .sub-blog-layout {
    width: 65.7% !important;
    margin-inline: auto;
    margin-top: 53px !important;
    margin-bottom: 128px !important;
  }
  .sub-blog-wrapper .sub-blog-title {
    margin-bottom: 28px !important;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: capitalize;
    color: #06098f !important;
    text-decoration: none !important;
}
  .navbar-we-mega-menu.navbar ul {
    padding: 16px;
    margin: 0;
    border: 0 none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 22px;
}
.navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
  border: none !important;
}
  .page-node-14 .heart-burn-section {
    margin-bottom: 75px;
    margin-top: 50px;
}
  .slider-container .views-field-field-slider-image .field-content {
    height: 356px !important;
    width: 100% !important;
  } 
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .about-link .field--name-field-right-side-component-link a {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-decoration: none;
}
.about-link .field--name-field-right-side-component-link {
  background: #000266;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 15px;
  max-width: 108px;
  text-align: center;
  padding: 8px 10px;
  margin-top: 30px;
  height: 44px;
}
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 370px;
    height: 283px;
    margin-inline: auto !important;

} 
  .mobile-main-menu {
    height: auto !important;
    background-color: white !important;
  }

  .view-display-id-blog_top_content .blog-top-content .blog-title h3 {
    padding-top: 44px;
  }
  .view-display-id-blog_top_content {
    margin-bottom: 30px;
  }
  .blog-wrapper {
    margin-bottom: 30px;
  }
  .navbar-toggle .icon-bar {
    background-color: #000266;
  }
  .navbar-we-mega-menu .type-of-block {
    display: block;
  }
  .navbar-toggler {
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  .site-footer .region-footer-third {
    width: fit-content;
    margin-inline: auto;
    margin-top: 20px;
  }
  .site-footer .region-footer-first {
    width: fit-content;
    margin-inline: auto;
  }
  .site-footer__top .region {
    float: none;
  }
  .site-footer .region-footer-second .links-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #577087 !important;
    text-align: center;
}
  .site-footer .region-footer-second .melox-footer {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #577087;
    text-align: center;
}
  .site-footer .region-footer-second {
    width: 100%;
    float: none;
  }
  .slider-container .next-button {
    width: 35px;
    width: 35px;
  }
  .slider-container .prev-button {
    width: 35px;
    width: 35px;
  }
  .slider-container
  .views-slideshow-controls-bottom
  .views_slideshow_controls_text_previous {
  margin-left: 23px;
}
.slider-container
  .views-slideshow-controls-bottom
  .views_slideshow_controls_text_next {
  margin-right: 23px;
}
  .blog-container .view-header .blog-title {
    margin-left: auto;
    font-family: "Titan One", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000266;
    margin-bottom: 35px;
  }
  .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
    position: absolute;
    bottom: 8px;
    left: 47%;
  }
  .view-display-id-blog_top_content .views-view-grid .row {
    margin-left: -10px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div {
    padding-left: 10px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row > div {
    padding-left: 27px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row {
    margin-left: -27px;
  }
  .view-display-id-blog_top_content .blog-top-content .custom-background-color {
    padding-left: 30px;
    border-radius: 15px 0px 0px 15px;
    max-width: 100%;
  }
  .melox-header .navbar-expand-lg {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 31px;
    border-radius: 0;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div {
    margin-top: 30px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div:first-child {
    margin-top: 0px;
  }
  .region-we-mega-menu {
    background-color: white;
    padding: 7px 0px;
    margin-bottom: 0px !important ;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: end;
  }
  .melox-header .navbar-expand-lg {
      position: absolute;
      z-index: 99999;
      width: 100%;
      top: 15px;
      border-radius: 0;
    }
    .melox-header .site-logo {
      height: 30px;
      width: 120px;
      object-fit: contain;
    }
    .site-footer .region .footer-logo {
      height: 28px;
      width: 85px;
    }
    .blog-wrapper .blog-image .field--type-image {
      float: none;
      margin: 0;
      height: 241px;
      width: fit-content;
      margin-inline: auto;
    }
    .view-display-id-blog_top_content .blog-top-content .secondary-image {
      height: 176px;
      width: 100%;
    }
    .view-display-id-blog_top_content .blog-top-content {
      display: flex;
  }
    .view-display-id-blog_top_content .views-field-view-node {
      padding-left: 30px;
      position: absolute;
      bottom: 23px;
    }
    .view-display-id-blog_top_content .views-field-view-node .more-link a {
      background: #000266;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
      width: fit-content;
      padding: 6px 13px;
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 23px;
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
    .blog-container .view-header .blog-title {
      margin-left: auto;
      font-family: "Titan One", cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      color: #000266;
      margin-bottom: 35px;
    }
    .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
      position: absolute;
      bottom: 8px;
      left: 47%;
    }
}
@media  (min-width: 992px) and (max-width: 1199px) {
  .antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
    font-size: 22px !important;
    line-height: 32px !important;
}
  .antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
    font-weight: 400 !important;
    font-size: 26px !important;
}

  .antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
    height: 110px !important;
    width: 86px !important;
    margin-left: 64px !important;
    margin-top: 49px !important;
}
 .antiacido-container .icon-wrapper {
  height: 200px !important;
  width: 200px !important;
  background: #81d5e9;
  border-radius: 50%;
}
 .antiacido-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    gap: 50px;
  }
  .right-paragraph-wrapper .title, .left-text-wrapper .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
  }
  .blog-wrapper .blog-image .field--type-image {
    float: none;
    margin: 0;
    height: 187px;
    width: 287px;
  }
  .melox-header .navbar-expand-lg {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 31px;
    border-radius: 0;
}
  .sub-blog-wrapper .field--type-image {
    float: none !important;
    margin: 0 !important;
    margin-top: -10px !important;
    width: 100%;
    height: 317px !important;
}
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 34px !important;
    color: #000266;
    text-decoration: none;
  }
  .sub-blog-wrapper .sub-blog-layout {
    width: 50.7% !important;
    margin-inline: auto;
    margin-top: 65px;
    margin-bottom: 145px;
  }
  .sub-blog-wrapper .sub-blog-title {
    margin-bottom: 40px !important;
  }
  .page-node-14 .heart-burn-section {
    margin-bottom: 88px;
    margin-top: 60px;
}
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center;
  }
  .page-node-14
    .heart-burn-section
    .field--name-field-left-and-right-component
    > .field__item {
    width: 50%;
  }
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 494px;
    height: 298px;
}
  .site-footer .region .footer-logo {
    height: 33px;
    width: 100px;
  }
  .blog-wrapper .blog-description p {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #577087;
    padding-top: 18px;
  }
  .view-id-blog .blog-title h3 {
   padding-top: 18px;
   font-family: "Maven Pro", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 24px !important;
   line-height: 24px;
 }
 .view-display-id-blog_top_content .blog-top-content .secondary-image {
   height: 223px;
   width: 360px;
 }
 .view-display-id-blog_top_content {
   margin-bottom: 65px;
 }
 .view-display-id-blog_top_content .views-field-view-node .more-link a {
   background: #000266;
   box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
   border-radius: 15px;
   width: fit-content;
   padding: 13px 19px;
   font-family: "Source Sans Pro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 23px;
   color: white;
   text-decoration: none;
   cursor: pointer;
 }
 .slider-container .next-button {
   width: 50px;
   width: 50px;
 }
 .slider-container .prev-button {
   width: 50px;
   width: 50px;
 }
 .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_previous {
     margin-left: 52px;
   }
   .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_next {
     margin-right: 52px;
   }
   .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
       position: absolute;
       bottom: 36px;
       left: 50%;
     }
     .right-paragraph-wrapper {
       max-width: 426px;
     }
     .page-node-14 .heart-burn-section .right-content .description {
       margin-bottom: 30px;
     }
     .about-link .field--name-field-right-side-component-link {
       background: #000266;
       box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
       border-radius: 15px;
       max-width: 143px;
       text-align: center;
       padding: 11px 10px;
       margin-top: 42px;
       height: 50px;
     }
     .about-link .field--name-field-right-side-component-link a {
       font-family: "Source Sans Pro", sans-serif;
       font-style: normal;
       font-weight: 600;
       font-size: 18px;
       line-height: 23px;
       color: white;
       text-decoration: none;
     }
  .view-display-id-blog_top_content .views-field-view-node {
    padding-left: 30px;
    position: absolute;
    bottom: 33px;
  }
  .view-display-id-blog_top_content .views-view-grid .row {
    margin-left: -10px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div {
    padding-left: 10px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row > div {
    padding-left: 27px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row {
    margin-left: -27px;
  }
  .view-display-id-blog_top_content .blog-top-content .custom-background-color {
    padding-left: 30px;
    border-radius: 15px 0px 0px 15px;
    max-width: 273px;
  }
  .we-mega-menu-ul .submenu-section {
      min-width: 596px;
      border: none !important;
    }
    .we-mega-menu-row .we-mega-menu-col:first-child {
      border: none !important;
    }
    .we-mega-menu-row .we-mega-menu-col {
      border-left: 1px solid rgba(87, 112, 135, 0.2);
    }
    .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #577087;
    }
    .site-footer .region-footer-second {
      width: 50%;
    }
    .melox-footer p {
      margin-bottom: 14px;
    }
    .site-footer .region-footer-second .melox-footer {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      text-transform: capitalize;
      color: #577087;
    }
    .site-footer .region-footer-second .links-wrapper {
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #577087 !important;
    }
    .site-footer .region-footer-third {
      width: 43%;
    }
    .site-footer .site-footer__top {
        display: flex;
        padding-inline: 30px;
      }
      .we-mega-menu-ul {
        gap: 33px;
        background: white;
      }
      .site-footer .region-footer-first {
        width: 14%;
      }
      .blog-container .view-header .blog-title {
        margin-left: auto;
        font-family: "Titan One", cursive;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 26px;
        color: #000266;
        margin-bottom: 39px;
      }
}
@media only screen and (min-width: 1400px) {
  .sub-blog-wrapper .sub-blog-layout {
    width: 40.7%;
    margin-inline: auto;
    margin-top: 65px;
    margin-bottom: 145px;
  }
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center;
  }
  .page-node-14
    .heart-burn-section
    .field--name-field-left-and-right-component
    > .field__item {
    width: 50%;
  }
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 654px;
    height: 371px;
  }
  .blog-wrapper .blog-image .field--type-image {
    float: none;
    margin: 0;
    height: 237px;
  }
  .blog-container .view-header .blog-title {
      margin-left: auto;
      font-family: "Titan One", cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 32px;
      color: #000266;
      margin-bottom: 50px;
    }
    .right-paragraph-wrapper .title, .left-text-wrapper .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 38px;
    }
    .we-mega-menu-ul {
        gap: 55px;
        background: white;
      }
    .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #577087;
    }
    .site-footer .region-footer-second {
      width: 50%;
    }
    .melox-footer p {
      margin-bottom: 14px;
    }
    .site-footer .region-footer-second .melox-footer {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      text-transform: capitalize;
      color: #577087;
    }
    .site-footer .region-footer-second .links-wrapper {
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #577087 !important;
    }
    .site-footer .region-footer-third {
      width: 43%;
    }
    .site-footer .site-footer__top {
        display: flex;
        padding-inline: 30px;
      }
    .view-display-id-blog_top_content .views-field-view-node {
      padding-left: 30px;
      position: absolute;
      bottom: 33px;
    }
    .view-display-id-blog_top_content .views-view-grid .row {
      margin-left: -10px;
    }
    .view-display-id-blog_top_content .views-view-grid .row > div {
      padding-left: 10px;
    }
    .view-display-id-blog_bottom_section .views-view-grid .row > div {
      padding-left: 27px;
    }
    .view-display-id-blog_bottom_section .views-view-grid .row {
      margin-left: -27px;
    }
    .view-display-id-blog_top_content .blog-top-content .custom-background-color {
      padding-left: 30px;
      border-radius: 15px 0px 0px 15px;
      max-width: 273px;
    }
    .we-mega-menu-ul .submenu-section {
        min-width: 596px;
        border: none !important;
      }
      .we-mega-menu-row .we-mega-menu-col:first-child {
        border: none !important;
      }
      .we-mega-menu-row .we-mega-menu-col {
        border-left: 1px solid rgba(87, 112, 135, 0.2);
      }
    .melox-header .navbar-expand-lg {
      position: absolute;
      z-index: 99999;
      width: 100%;
      top: 31px;
      border-radius: 0;
    }
    .site-footer .region .footer-logo {
        height: 52px;
        width: 143px;
      }
      .melox-header .site-logo {
        height: 52px;
        width: 143px;
      }
    .site-footer .region-footer-first {
      width: 10%;
      margin-top: 12px;
      margin-right: 10px;
    }
    .blog-wrapper .blog-description p {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #577087;
      padding-top: 18px;
    }
    .view-id-blog .blog-title h3 {
     padding-top: 18px;
     font-family: "Maven Pro", sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 24px !important;
     line-height: 24px;
   }
   .view-display-id-blog_top_content .blog-top-content .secondary-image {
     height: 237px;
     width: 360px;
   }
   .view-display-id-blog_top_content {
     margin-bottom: 83px;
   }
   .view-display-id-blog_top_content .views-field-view-node .more-link a {
     background: #000266;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
     border-radius: 15px;
     width: fit-content;
     padding: 13px 19px;
     font-family: "Source Sans Pro", sans-serif;
     font-style: normal;
     font-weight: 600;
     font-size: 18px;
     line-height: 23px;
     color: white;
     text-decoration: none;
     cursor: pointer;
   }
   .slider-container .next-button {
     width: 50px;
     width: 50px;
   }
   .slider-container .prev-button {
     width: 50px;
     width: 50px;
   }
   .slider-container
       .views-slideshow-controls-bottom
       .views_slideshow_controls_text_previous {
       margin-left: 52px;
     }
     .slider-container
       .views-slideshow-controls-bottom
       .views_slideshow_controls_text_next {
       margin-right: 52px;
     }
     .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
         position: absolute;
         bottom: 36px;
         left: 50%;
       }
       .right-paragraph-wrapper {
         max-width: 426px;
       }
       .page-node-14 .heart-burn-section .right-content .description {
         margin-bottom: 30px;
       }
       .about-link .field--name-field-right-side-component-link {
         background: #000266;
         box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
         border-radius: 15px;
         max-width: 143px;
         text-align: center;
         padding: 11px 10px;
         margin-top: 42px;
         height: 50px;
       }
       .about-link .field--name-field-right-side-component-link a {
         font-family: "Source Sans Pro", sans-serif;
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         line-height: 23px;
         color: white;
         text-decoration: none;
       }
}
@media  (min-width: 1200px) and (max-width: 1399px) {
  .sub-blog-wrapper .sub-blog-layout {
    width: 50.7%;
    margin-inline: auto;
    margin-top: 65px;
    margin-bottom: 145px;
  }
  .page-node-14 .heart-burn-section .field--name-field-left-and-right-component {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 526px;
    height: 376px;
  }
  .blog-container .view-header .blog-title {
    margin-left: auto;
    font-family: "Titan One", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #000266;
    margin-bottom: 50px;
  }
  .right-paragraph-wrapper .title, .left-text-wrapper .title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  }
  .we-mega-menu-ul {
      gap: 55px;
      background: white;
    }
    .site-footer .region-footer-first {
      width: 10%;
      margin-top: 12px;
      margin-right: 10px;
    }
    .blog-wrapper .blog-image .field--type-image {
        float: none;
        margin: 0;
        height: 237px;
      }
  .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #577087;
  }
  .site-footer .region-footer-second {
    width: 50%;
  }
  .melox-footer p {
    margin-bottom: 14px;
  }
  .site-footer .region-footer-second .melox-footer {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #577087;
  }
  .site-footer .region-footer-second .links-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #577087 !important;
  }
  .site-footer .region-footer-third {
    width: 43%;
  }
  .site-footer .site-footer__top {
      display: flex;
      padding-inline: 30px;
    }
  .view-display-id-blog_top_content .views-field-view-node {
    padding-left: 30px;
    position: absolute;
    bottom: 33px;
  }
  .view-display-id-blog_top_content .views-view-grid .row {
    margin-left: -10px;
  }
  .view-display-id-blog_top_content .views-view-grid .row > div {
    padding-left: 10px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row > div {
    padding-left: 27px;
  }
  .view-display-id-blog_bottom_section .views-view-grid .row {
    margin-left: -27px;
  }
  .view-display-id-blog_top_content .blog-top-content .custom-background-color {
    padding-left: 30px;
    border-radius: 15px 0px 0px 15px;
    max-width: 273px;
  }
  .we-mega-menu-ul .submenu-section {
      min-width: 596px;
      border: none !important;
    }
    .we-mega-menu-row .we-mega-menu-col:first-child {
      border: none !important;
    }
    .we-mega-menu-row .we-mega-menu-col {
      border-left: 1px solid rgba(87, 112, 135, 0.2);
    }
  .melox-header .navbar-expand-lg {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 31px;
    border-radius: 0;
  }
  .site-footer .region .footer-logo {
    height: 52px;
    width: 143px;
    }
    .melox-header .site-logo {
      height: 52px;
      width: 143px;
    }
  .site-footer .region-footer-first {
    width: 10%;
    margin-top: 12px;
    margin-right: 26px;
  }
  .blog-wrapper .blog-description p {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #577087;
    padding-top: 18px;
  }
  .view-id-blog .blog-title h3 {
   padding-top: 18px;
   font-family: "Maven Pro", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 24px !important;
   line-height: 24px;
 }
 .view-display-id-blog_top_content .blog-top-content .secondary-image {
   height: 237px;
   width: 360px;
 }
 .view-display-id-blog_top_content {
   margin-bottom: 65px;
 }
 .view-display-id-blog_top_content .views-field-view-node .more-link a {
   background: #000266;
   box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
   border-radius: 15px;
   width: fit-content;
   padding: 13px 19px;
   font-family: "Source Sans Pro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 23px;
   color: white;
   text-decoration: none;
   cursor: pointer;
 }
 .slider-container .next-button {
   width: 50px;
   width: 50px;
 }
 .slider-container .prev-button {
   width: 50px;
   width: 50px;
 }
 .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_previous {
     margin-left: 52px;
   }
   .slider-container
     .views-slideshow-controls-bottom
     .views_slideshow_controls_text_next {
     margin-right: 52px;
   }
   .view-display-id-block_1 .views-slideshow-controls-bottom .item-list {
       position: absolute;
       bottom: 36px;
       left: 50%;
     }
     .right-paragraph-wrapper {
       max-width: 426px;
     }
     .page-node-14 .heart-burn-section .right-content .description {
       margin-bottom: 30px;
     }
     .about-link .field--name-field-right-side-component-link {
       background: #000266;
       box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
       border-radius: 15px;
       max-width: 143px;
       text-align: center;
       padding: 11px 10px;
       margin-top: 42px;
       height: 50px;
     }
     .about-link .field--name-field-right-side-component-link a {
       font-family: "Source Sans Pro", sans-serif;
       font-style: normal;
       font-weight: 600;
       font-size: 18px;
       line-height: 23px;
       color: white;
       text-decoration: none;
     }
}
@media only screen and (max-width: 439px) {
  .antiacido-container .left-right-wrapper > .field__item:first-child .title {
    margin-bottom: 20px !important;
  }
  .heart-burn-section .right-content {
    margin-top: 35px;
  }
  .page-node-14 .heart-burn-section .left-content .left-image-wrapper {
    width: auto;
    height: 198px;
    margin-inline: auto;
  }
  .heart-burn-section .paragraph .left-image-wrapper .field--name-field-left-image {
    width: 265px;
    height: 204px;
    margin-inline: auto !important;
} 
}
@media only screen and (max-width: 639px) {
  .blog-wrapper .blog-description p {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #577087;
    padding-top: 10px;
  }
  .view-id-blog .blog-title h3 {
      padding-top: 18px;
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px !important;
      line-height: 18px;
    }
    .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
      font-family: "Maven Pro", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      color: #577087;
    }
    .right-paragraph-wrapper .title, .left-text-wrapper .title {
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
    }
    .page-node-14 .heart-burn-section .left-content .left-image-wrapper {
      width: fit-content;
      margin-inline: auto;
    }
}
@media only screen and (min-width: 640px) {
  .right-paragraph-wrapper .description p, .left-text-wrapper .description p, .left-text-wrapper .description ul, .right-paragraph-wrapper .description ul {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #577087;
  }
}
@media only screen and (max-width: 479px) {
  .antiacido-container .antiacido-node-wrapper .feature-image .field--name-field-featured-image img {
    height: 100% !important;
    width: 100% !important;
}
.antiacido-container .antiacido-node-wrapper .feature-image .field--name-field-featured-image {
  float: none !important;
  margin: 0 !important;
  width: 100%;
  height: 211px;
}
  .blog-wrapper .field--type-image img {
    height: 100%;
    width: 100%;
  }
  .sub-blog-wrapper .sub-blog-description p {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #577087;
  }
  .sub-blog-wrapper .field--type-image {
    float: none !important;
    margin: 0 !important;
    margin-top: -10px !important;
    width: 100%;
    height: 211px !important;
  }
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 26px !important;
    color: #000266;
    text-decoration: none;
  }
  .sub-blog-wrapper .sub-blog-layout {
    width: 76.7% !important;
    margin-inline: auto;
    margin-top: 47px !important;
    margin-bottom: 120px !important;
  }
  .sub-blog-wrapper .sub-blog-title {
    margin-bottom: 25px !important;
  }
  .blog-wrapper .blog-image .field--type-image {
    float: none;
    margin: 0;
    height: 156px;
    width: 100%;
  }
  .slider-container .views-field-field-slider-image .field-content {
    height: 227px !important;
    width: 100% !important;
  } 
  .slider-container .prev-button {
    width: 27px;
  }
  .slider-container .next-button {
    width: 27px;
}
  .slider-container .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
    background-color: white;
    height: 12px !important;
    width: 12px !important;
    border-radius: 50%;
}
.slider-container .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background-color: #02034b;
  height: 12px !important;
  width: 12px !important;
}


  .site-footer .region-footer-second {
    width: 100%;
    margin-inline: auto;
  }
  .site-footer .region-footer-first {
    width: fit-content;
    margin-inline: auto;
  }
  .site-footer .region-footer-third {
    width: fit-content;
    margin-inline: auto;
    margin-top: 20px;
  }
  .melox-footer p {
    margin-bottom: 7px;
  }
  .site-footer .region-footer-second .melox-footer {
    font-family: "Maven Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #577087;
    text-align: center;
  }
  .site-footer .region-footer-second .links-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #577087 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 340px) {
  .blog-wrapper .blog-image .field--type-image {
    float: none;
    margin: 0;
    height: 155px;
    width: 100%;
  }
  .sub-blog-wrapper .sub-blog-description p {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 19px !important;
    color: #577087;
  }
  .sub-blog-wrapper .sub-blog-title h2 {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #000266;
    text-decoration: none;
  }
}
@media only screen and (max-width: 399px) {
  .antiacido-container .simple-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .antiacido-container .left-image-wrapper .field--name-field-left-image {
    width: 175px !important;
}
.antiacido-container .left-image-wrapper {
  height: 196px !important;
  width: 196px !important;
  border-radius: 50%;
  border: 10px solid #009ef8;
  margin: auto;
}
  .view-display-id-blog_top_content .blog-top-content .custom-background-color {
    padding-left: 14px;
    border-radius: 0px 0px 15px 15px;
    max-width: 100%;
  }
  .view-display-id-blog_top_content .views-field-view-node {
    padding-left: 14px;
    position: absolute;
    bottom: 23px;
}
  .view-display-id-blog_top_content .blog-top-content {
    display: flex;
    flex-direction: column-reverse;
}
.view-display-id-blog_top_content .blog-top-content .secondary-image img {
  height: 100%;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.view-display-id-blog_top_content .blog-top-content .blog-title h3 {
  padding-top: 11px;
  padding-bottom: 59px;
}
.view-display-id-blog_top_content .blog-top-content .secondary-image {
  height: 186px;
  width: 100%;
}
.page-node-14 .heart-burn-section {
  margin-bottom: 78px;
  margin-top: 44px;
}
}
.view-display-id-blog_top_content .blog-wrapper .blog-description p, .view-id-blog .blog-title h3 {
  text-align: start !important;
}
.sub-blog-wrapper .field--type-image {
  float: none !important;
  margin: 0 !important;
  margin-top: -10px !important;
  width: 100%;
  height: 448px;
}
.sub-blog-wrapper .field--type-image img {
  height: 100%;
  width: 100%;
}
.sub-blog-wrapper .sub-blog-layout {
  width: 40.7%;
  margin-inline: auto;
  margin-top: 65px;
  margin-bottom: 145px;
}
.sub-blog-wrapper .sub-blog-title h2 {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000266;
  text-decoration: none;
}
.sub-blog-wrapper .sub-blog-title {
  margin-bottom: 45px;
}
.sub-blog-wrapper .sub-blog-description p {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #577087;
}


/* Reflujo page styles */

.left-paragraph-wrapper .left-image-wrapper .field--type-image  {
  float: none;
  margin: 0 !important;
}
.left-paragraph-wrapper .left-image-wrapper .field--type-image img {
  width: 100%;
  height: 100%;
}
.reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
   height: 364px;
   width: 364px;
   padding: 10px;
}
.reflujo-container .left-paragraph-wrapper .left-image-wrapper {
  border: 5px solid #F78390;
  height: 364px;
  width: 364px;
  border-radius: 50%;
  margin-inline: auto;
  background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
  mix-blend-mode: normal;
  opacity: 0.5;
  border: 5px solid #F78390;
}
.reflujo-container .reflujo-node-wrapper {
  margin-top: 10rem;
}
.reflujo-container .icon-content-wrapper {
  display: flex;
  flex-direction: column;
}
/* .reflujo-container .left-text-right-image-container .field--name-field-right-text-left-image {
   display: flex;
} */
 .right-image-wrapper .field--type-image img {
  width: 100%;
  margin: 0 !important;
}
 .left-text-wrapper .description  {
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
  .left-text-wrapper {
    padding-right: 18px;
    padding-left: 73px;
  }  
  /* .left-text-right-image-container {
    height: 588px;
    overflow: hidden;
  } */
  /* .right-image-wrapper .field--type-image {
    width: 100%;
    height: 520px;
  } */
  .icon-fields-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    /* flex-wrap: wrap; */
    margin-bottom: 30px;
  }
  .inner-icon-wrapper .caption-wrapper {
    max-width: 263px;
  }
  .reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    height: 366px;
    width: 366px;
    padding: 10px;
 }
 .reflujo-container .left-paragraph-wrapper .left-image-wrapper {
   border: 5px solid #F78390;
   height: 366px;
   width: 366px;
   border-radius: 50%;
   margin-inline: auto;
   background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
   mix-blend-mode: normal;
   opacity: 0.5;
   border: 5px solid #F78390;
 } 
 .left-text-right-image-container .field--name-field-right-text-left-image > div {
  width: 50%;
}
 .left-image-right-text-wrapper .field--name-field-left-and-right-component {
  display: flex;
  justify-content: center;
  gap: 115px;
}
.indigestion-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
  display: flex;
  justify-content: start !important;
  gap: 57px !important;
}
.indigestion-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
  width: 652px;
  height: 816px;
  }
  .indigestion-container .left-image-right-text-wrapper {
    height: 816px;
    overflow: hidden;  
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .indigestion-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    width: 457px;
    height: 729px;
    }
    .indigestion-container .left-image-right-text-wrapper {
      height: 729px;
      overflow: hidden;  
  }
  .left-text-wrapper {
    padding-right: 18px;
    padding-left: 48px;
  }  
  .indigestion-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    justify-content: start !important;
    gap: 35px !important;
  }

  .right-image-wrapper .field--type-image {
    width: 100%;
    height: 656px;
  }
  .icon-fields-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .inner-icon-wrapper .caption-wrapper {
    max-width: 263px;
  }
  .reflujo-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    height: 364px;
    width: 364px;
    padding: 10px;
 }
 .reflujo-container .left-paragraph-wrapper .left-image-wrapper {
   border: 5px solid #F78390;
   height: 364px;
   width: 364px;
   border-radius: 50%;
   margin-inline: auto;
   background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
   mix-blend-mode: normal;
   opacity: 0.5;
   border: 5px solid #F78390;
 }
 .left-text-right-image-container .field--name-field-right-text-left-image > div {
  width: 50%;
}
.multiple-icon-container .icon-content-wrapper .title {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400;
  font-size: 30px !important;
  line-height: 29px !important;
  color: #000266;
  margin-bottom: 62px;
}
 
}
@media (min-width: 768px) and (max-width: 991px) {
  .antiacido-container .icon-container::before {
    counter-increment: section;
    content: "" counter(section) "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: #eda0a8;
    border-radius: 50%;
    font-family: "Maven Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    margin-left: -15px;
    margin-top: 29px;
    z-index: 20;
}
  .antiacido-container .left-image-wrapper {
    height: 306px;
    width: 306px;
    border-radius: 50%;
    border: 10px solid #009ef8;
    margin: auto;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
  font-size: 24px !important;
  line-height: 26px !important;
}
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .title {
  font-size: 18px !important;
  line-height: 18px !important;
}
.antiacido-container .right-paragraph-wrapper {
  margin-top: 45px;
}
.antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
  height: 104px !important;
  width: 72px !important;
  margin-left: 57px !important;
  margin-top: 44px !important;
}
.antiacido-container .icon-wrapper {
  height: 180px !important;
  width: 180px !important;
  background: #81d5e9;
  border-radius: 50%;
}
.antiacido-container .text-paragraph .bottom-description ul, .antiacido-container .text-paragraph .bottom-description p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.antiacido-container .left-image-right-text-wrapper {
  margin-top: 60px;
}
.antiacido-container .multiple-icon-container {
  background: linear-gradient(180deg, #CCF5E7 0%, rgba(204, 245, 231, 0) 100%);
  padding-top: 70px;
  padding-bottom: 0 !important;
}
.antiacido-container .multiple-icon-container .caption-wrapper {
  max-width: 100% !important;
  text-align: center;
}
.antiacido-container .multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 25px !important;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
  font-size: 20px !important;
  line-height: 30px !important;
}
.antiacido-container .left-paragraph-wrapper .caption-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  max-width: 100%;
}
  .antiacido-container .field--name-field-left-and-right-component > .field__item {
    width: fit-content !important;
    margin: auto !important;
}
  .indigestion-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center !important;
    gap: 35px !important;
    flex-direction: column;
  }
  .indigestion-container .right-paragraph-wrapper {
   max-width: 100%;
   margin-inline: 42px;
  }
  .indigestion-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    width: 100%;
    height: 729px;
    }
    .indigestion-container .left-text-right-image-container {
      margin-top: 2rem !important;
      margin-bottom: 7rem !important;
    }
  .multiple-icon-container .icon-content-wrapper .title {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    font-size: 28px !important;
    line-height: 29px !important;
    color: #000266;
    margin-bottom: 50px;
  }
  .left-text-wrapper {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .left-text-wrapper {
    padding-right: 18px;
    padding-left: 48px;
  }  
  .right-image-wrapper .field--type-image {
    width: 100%;
    height: 500px;
  }
  .icon-fields-wrapper {
    display: flex;
    justify-content: start;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .inner-icon-wrapper .caption-wrapper {
    max-width: 140px;
  }
  .multiple-icon-container .caption-wrapper {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .reflujo-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    gap: 30px;
  }
  .reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    height: 280px;
    width: 280px;
    padding: 10px;
 }
 .reflujo-container .left-paragraph-wrapper .left-image-wrapper {
   border: 5px solid #F78390;
   height: 280px;
   width: 280px;
   border-radius: 50%;
   margin-inline: auto;
   background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
   mix-blend-mode: normal;
   opacity: 0.5;
   border: 5px solid #F78390;
 }
 .left-text-right-image-container .field--name-field-right-text-left-image > div {
  width: 100%;
 }
}
@media only screen and (max-width: 767px) {
  .right-paragraph-wrapper {
    padding-inline: 0 !important;
  }
  .acidez-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .left-text-right-image-container {
    margin-top: 2rem !important;
    margin-bottom: 7rem;
}
.acidez-container .left-image-right-text-wrapper {
  margin-top: 7rem;
  margin-bottom: 2rem !important;
}
  .acidez-container .left-image-right-text-wrapper .field--name-field-left-and-right-component > div {
    width: 100% !important;
  }
  .indigestion-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    justify-content: center !important;
    gap: 35px !important;
    flex-direction: column;
  }
  .indigestion-container .right-paragraph-wrapper {
   max-width: 100%;
   margin-inline: 28px;
  }
  .indigestion-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    width: 100%;
    height: 729px;
    }
    .indigestion-container .left-text-right-image-container {
      margin-top: 2rem !important;
      margin-bottom: 7rem !important;
    }
  .acidez-container .left-text-wrapper .description {
    margin-top: 30px !important;
  }
  .left-text-wrapper {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .left-text-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }  
  .right-image-wrapper .field--type-image {
    width: 100%;
    height: 100%;
  }
  .icon-fields-wrapper {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 30px;

  }
  .inner-icon-wrapper .caption-wrapper {
    max-width: 140px;
  }
  .multiple-icon-container .caption-wrapper {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .reflujo-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    height: 280px;
    width: 280px;
    padding: 10px;
 }
 .reflujo-container .left-paragraph-wrapper .left-image-wrapper {
   border: 5px solid #F78390;
   height: 280px;
   width: 280px;
   border-radius: 50%;
   margin-inline: auto;
   background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
   mix-blend-mode: normal;
   opacity: 0.5;
   border: 5px solid #F78390;
 }
 .left-text-right-image-container .field--name-field-right-text-left-image > div {
  width: 100%;
 }
 .multiple-icon-container .caption-wrapper {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #577087;
}
.multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}
.multiple-icon-container .icon-content-wrapper .title {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400;
  font-size: 26px !important;
  line-height: 25px !important;
  color: #000266;
  margin-bottom: 62px;
}
.reflujo-container .multiple-icon-container .icon-content-wrapper .title {
  margin-bottom: 30px !important;
}
.reflujo-container .multiple-icon-container .icon-content-wrapper .description {
  max-width: 100% !important;
  margin-bottom: 3rem !important;
}
}
@media only screen and (max-width: 400px) {
  .antiacido-container .text-paragraph .bottom-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
}
  .antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .description p {
    font-size: 14px;
    line-height: 20px;
}
.antiacido-container .left-image-wrapper {
  height: 196px !important;
  width: 196px !important;
  border-radius: 50%;
  border: 10px solid #009ef8;
  margin: auto;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .title {
  font-size: 18px !important;
  line-height: 18px !important;
}
.antiacido-container .left-right-wrapper .field__item:nth-child(2) .right-paragraph-wrapper .title {
  font-size: 16px !important;
  line-height: 16px !important;
}
.antiacido-container .right-paragraph-wrapper {
  margin-top: 45px;
}
.antiacido-container .inner-icon-wrapper .icon-wrapper .field--name-field-icon {
  height: 99px !important;
  width: 67px !important;
  margin-left: 50px !important;
  padding-top: 33px !important;
}
.antiacido-container .icon-wrapper {
  height: 160px !important;
  width: 160px !important;
  background: #81d5e9;
  border-radius: 50%;
}
.antiacido-container .text-paragraph .bottom-description ul, .antiacido-container .text-paragraph .bottom-description p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.antiacido-container .left-image-right-text-wrapper {
  margin-top: 60px;
}
.antiacido-container .multiple-icon-container {
  background: linear-gradient(180deg, #CCF5E7 0%, rgba(204, 245, 231, 0) 100%);
  padding-top: 70px;
  padding-bottom: 0 !important;
}
.antiacido-container .multiple-icon-container .caption-wrapper {
  max-width: 100% !important;
  text-align: center;
}
.antiacido-container .multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 25px !important;
}
.antiacido-container .left-right-wrapper .right-paragraph-wrapper .description ul {
  font-size: 16px !important;
  line-height: 24px !important;
}
.antiacido-container .right-paragraph-wrapper {
  margin-top: 35px !important;
}
.antiacido-container .simple-text-wrapper {
  display: flex;
  flex-direction: column;
}
.antiacido-container .simple-text-wrapper > div {
  width: 100%;
}
 .multiple-icon-container {
  margin-top: 59px !important;
}
.antiacido-container .left-paragraph-wrapper .caption-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  max-width: 100%;
}
  .antiacido-container .field--name-field-left-and-right-component > .field__item {
    width: fit-content !important;
    margin: auto !important;
}
.antiacido-container .left-image-wrapper .field--name-field-left-image {
  width: 177px !important
}
  .indigestion-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    width: 100%;
    height: 345px;
    }
  .acidez-container .left-text-wrapper .description {
    margin-top: 30px !important;
  }
  .right-image-wrapper .field--type-image {
    width: 100%;
    height: 100%;
  }
  .icon-fields-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .reflujo-container .left-paragraph-wrapper .left-image-wrapper .field--type-image  {
    height: 230px;
    width: 230px;
    padding: 10px;
 }
 .reflujo-container .left-paragraph-wrapper .left-image-wrapper {
   border: 5px solid #F78390;
   height: 230px;
   width: 230px;
   border-radius: 50%;
   margin-inline: auto;
   background: linear-gradient(139.7deg, #FFBFBF 1.27%, rgba(255, 234, 236, 0) 81.59%);
   mix-blend-mode: normal;
   opacity: 0.5;
   border: 5px solid #F78390;
 }
}
 .left-text-right-image-container {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.right-paragraph-wrapper {
  padding-inline: 20px;
}
.reflujo-container .multiple-icon-container .inner-icon-wrapper  .icon-container {
  display: flex;
  flex-direction: column;
}
/* .multiple-icon-container .inner-icon-wrapper .field--name-field-icon  img {
  height: 100%;
  width: 100%;
} */
.multiple-icon-container .inner-icon-wrapper .field--name-field-icon {
  height: 84px;
  width: 90px;
}
 .multiple-icon-container .inner-icon-wrapper .icon-wrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 48px;
}
 .multiple-icon-container .caption-wrapper {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #577087;
}
/* .reflujo-container .multiple-icon-container .field--name-field-icon-with-caption > div {
   padding-right: 48px;
} */
.multiple-icon-container .icon-content-wrapper .title {
  font-family: 'Titan One';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000266;
  margin-bottom: 50px;
  max-width: 487px;
}
.reflujo-container .multiple-icon-container .icon-content-wrapper .title {
  margin-bottom: 48px;
}

 .multiple-icon-container .icon-content-wrapper .description {
  font-family: 'Maven Pro';                                                                                                                                                                     
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #577087;
}

.multiple-icon-container .icon-content-wrapper .bottom-description {
  font-family: 'Maven Pro';                                                                                                                                                                     
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #577087;
}

.reflujo-container .multiple-icon-container .icon-content-wrapper .description {
  max-width: 487px;
  margin-bottom: 6rem;
}
.multiple-icon-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* acidez page styles */

.acidez-container .multiple-icon-container .inner-icon-wrapper  .icon-container {
  display: flex;
  flex-direction: column;
}

.acidez-container .left-image-right-text-wrapper .field--name-field-left-and-right-component {
  display: flex;
}
.acidez-container .left-image-right-text-wrapper .field--name-field-left-and-right-component > div {
  width: 50%;
}
.acidez-container .left-image-right-text-wrapper {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.background-container {
  background: rgba(131, 224, 240, 0.2);
  overflow: hidden !important;
}
.field--name-field-add-background {
  display: none;
}
.right-image-wrapper .field--name-field-right-side-component-image {
  float: none !important;
  margin: 0 !important;
}
.background-container .left-text-wrapper {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding-top: 50px;
  padding-bottom: 15px;
}
.sub-blog-wrapper .sub-blog-description ul {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #577087;
    padding-left: 20px;
}
.blue-title {
  color: #06098F !important;
  font-family: 'Maven Pro' !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: 0em !important;
}
.acidez-container .left-text-wrapper .description {
  margin-top: 50px;
}
.acidez-container .left-text-wrapper {
  height: auto !important;
}
.field--name-field-add-container {
  display: none;
}
.indigestion-wrapper {
  margin-top: 121px;
}