/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/poppins_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/poppins_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/poppins_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #151515;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body .content_ul table td,
body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

body .content_ul table td.primary,
body p.primary,
body .content_ul li.primary {
  color: #f05827;
}

body .content_ul table td.accent,
body p.accent,
body .content_ul li.accent {
  color: #bd1d2b;
}

body .content_ul table td.secondary,
body p.secondary,
body .content_ul li.secondary {
  color: #f7921b;
}

body .content_ul table td.white,
body p.white,
body .content_ul li.white {
  color: #fff;
}

body .content_ul table td.align_justify,
body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body .content_ul table td.align_left,
body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body .content_ul table td.align_right,
body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body .content_ul table td.reg,
body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body .content_ul table td.semi,
body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body .content_ul table td.bold,
body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body .content_ul table td.light,
body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body .content_ul table td.med,
body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  font-family: light_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #f05827;
}

body .common_header.accent {
  color: #bd1d2b;
}

body .common_header.secondary {
  color: #f7921b;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header span {
  font-family: med_font;
  color: #f05827;
}

body .common_header span.primary {
  color: #f05827;
}

body .common_header span.accent {
  color: #bd1d2b;
}

body .common_header span.secondary {
  color: #f7921b;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f05827;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 40px;
  padding-right: 40px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f7921b;
}

body .common_anchor.secondary {
  background-color: #f7921b;
  color: #000;
}

body .common_anchor.secondary:hover {
  background-color: #bd1d2b;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 30px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #f05827 !important;
  color: #bd1d2b;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 30px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #f05827;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .content_ul table td,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .content_ul table td,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 85.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .content_ul table td,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .content_ul table td,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul table td,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 28px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 13px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.common_form_wrap .margin {
  padding-left: 20px;
}

.bg_wrap {
  padding-bottom: 90px;
  background: url("../images/bg_back.jpg") top center no-repeat #111111;
  background-size: cover;
  background-size: 100% auto;
}

.top_menu_wrap {
  padding-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top_menu_wrap.hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  padding-top: 10px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding-bottom: 10px;
}

.top_menu_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_menu_wrap ul li {
  width: 17.6%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 15%;
}

.top_menu_wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}

.top_menu_wrap ul li a {
  color: white;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top_menu_wrap ul li:first-child a {
  color: #f05827;
}

.top_menu_wrap ul li:nth-child(2) a {
  color: #f7921b;
}

.top_menu_wrap ul li:nth-child(4) a {
  color: #bd1d2b;
}

.top_menu_wrap ul li:nth-child(5) a {
  color: #f05827;
}

.top_menu_wrap ul li:nth-child(3) {
  width: 30%;
}

.top_menu_wrap ul li .sub-menu {
  position: absolute;
  top: 100%;
  min-width: auto;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: auto;
}

.top_menu_wrap ul li .sub-menu li {
  width: 100%;
  min-width: auto;
  text-align: left;
}

.top_menu_wrap ul li .sub-menu li .sub-menu {
  opacity: 0;
  left: 100%;
  top: -10px;
  margin-left: 20px;
  visibility: hidden;
}

.top_menu_wrap ul li .sub-menu li .sub-menu:after {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  content: '';
}

.top_menu_wrap ul li .sub-menu li a {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_menu_wrap ul li .sub-menu li a .arrow_img {
  width: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top_menu_wrap ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.top_menu_wrap ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.line_wrap {
  text-align: center;
  height: 300px;
  margin-top: 400px;
}

.line_wrap .line {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  float: none;
  width: 5px;
  height: 300px;
  background-color: #fff;
  background: black;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 0%, white 100%);
  -webkit-animation: heightAnimation 4s infinite ease-in-out;
          animation: heightAnimation 4s infinite ease-in-out;
  top: 0;
}

@-webkit-keyframes heightAnimation {
  0% {
    height: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    height: 300px;
    top: 0;
  }
  100% {
    height: 0;
    top: 300px;
  }
}

@keyframes heightAnimation {
  0% {
    height: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    height: 300px;
    top: 0;
  }
  100% {
    height: 0;
    top: 300px;
  }
}

.common_title_wrap {
  text-align: center;
  margin-top: 30px;
}

.home_page_video_wrap {
  margin-top: 90px;
  text-align: center;
}

.gridContainer.small_grid {
  min-width: auto;
  max-width: 900px;
}

.overview_home_data {
  margin-top: 90px;
}

.overview_home_data .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.overview_home_data .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
}

.overview_home_data .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  padding-left: 60px;
}

.overview_home_data .data_wrap p {
  padding-top: 0;
}

p.opacity {
  opacity: 0.6;
}

.product_home_wrap {
  margin-top: 90px;
}

.border_top {
  border-top: 4px solid #434240;
  padding-top: 90px;
}

.footer_wrap {
  margin-top: 90px;
}

.footer_wrap .logo_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.footer_wrap .logo_wrap img {
  max-width: 350px;
}

.footer_wrap .list_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  float: right;
}

.footer_wrap .list_wrap p {
  padding-top: 0;
  text-align: right;
  opacity: 0.6;
}

.footer_wrap .list_wrap p a {
  color: white;
}

.footer_data {
  margin-top: 90px;
}

.footer_data .border_top {
  padding-top: 30px;
}

.footer_data .border_top p {
  font-size: 11px;
  font-family: reg_font;
  text-align: justify;
}

/*Listing Starts*/
.product_listing_wrap {
  margin-top: 90px;
}

.product_listing_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_listing_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_listing_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.product_listing_wrap ul li p {
  letter-spacing: 0.1em;
}

.product_listing_wrap ul li:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.product_detailed_page {
  padding-top: 140px;
  padding-bottom: 90px;
  margin-top: -90px;
}

.product_detailed_page .bg_back_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: url("../images/pdp1.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.05;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.product_detailed_page .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 80px;
}

.product_detailed_page .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.product_detailed_page .data_wrap .common_header {
  padding: 0;
}

.product_detailed_page .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_detailed_page .icon_wrap a {
  margin-right: 10px;
  display: inline-block;
}

.product_detailed_page .icon_wrap img {
  margin-top: 30px;
  cursor: pointer;
  max-width: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_detailed_page .icon_wrap img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.product_detailed_page .common_anchor {
  margin-right: 15px;
}

/*Listing Ends*/
/*Inner pages start*/
.common_content_wrap {
  margin-top: 90px;
}

.common_content_wrap .common_half_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

.common_content_wrap .common_half_wrap .common_header {
  padding-top: 0;
}

.common_content_wrap .common_half_wrap .image_wrap img {
  width: 100%;
}

.common_content_wrap .common_half_wrap .data_wrap {
  padding: 40px;
}

.common_content_wrap .gridContainer {
  max-width: 1100px;
}

.common_content_wrap.press_release p {
  font-size: 20px;
}

.common_content_wrap.press_release .common_half_wrap {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

/*Inner Pages end*/
.whatsapp_fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp_fix a {
  float: left;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 10px;
  padding-right: 20px;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
}

.whatsapp_fix a img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.whatsapp_fix.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_wrap2 {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0px;
  width: 600px;
  background: #f7931b;
  margin: 0;
  display: inline-block;
  z-index: 1000000;
  padding: 0px;
  padding-bottom: 25px;
  border-left: none !important;
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap2:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100px;
  content: '';
  height: 100%;
  background: url("../images/menu_triangle.png") top right no-repeat;
  background-size: 100% 100%;
}

.mobile_menu_wrap2 .mobile_menu_close_a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
}

.mobile_menu_wrap2.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.overhide {
  overflow: hidden !important;
  height: 99vh;
}

.mob_menu_ul2 {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
  height: 100vh;
}

.mob_menu_ul2 li {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.mob_menu_ul2 li .arrow_img {
  width: 15px;
}

.mob_menu_ul2 li .sub-menu.level2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.mob_menu_ul2 li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}

.mob_menu_ul2 li .menu_cat_img {
  width: 60px;
  margin-right: 10px;
}

.mob_menu_ul2 li.img_sos {
  width: 30px;
  margin-right: 10px;
}

.mob_menu_ul2 li a {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  color: #fff;
}

.mob_menu_ul2 li .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 10px;
  height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mob_menu_ul2 li .arrow img {
  width: 7px;
  float: left;
  margin-top: 2px;
}

.mob_menu_ul2 li .arrow.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mob_menu_ul2 > li.mob_account_li {
  /* background: rgb(255 220 61);
        background: linear-gradient(180deg, rgb(168 206 62) 0%, rgb(255 220 61) 100%);*/
}

.mob_menu_ul2 > li.mob_account_li a {
  color: #fff;
}

.mob_menu_ul2 > li.mob_account_li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  right: 0;
  height: 1px;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  background: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  opacity: .35;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mob_menu_ul2 li.mob_account_li a img {
  width: 40px;
  float: left;
  margin-right: 10px;
}

.mob_menu_ul2 li.mob_account_li a span {
  font-size: 15px;
  text-transform: initial;
  margin-top: 5px;
  display: inline-block;
}

.mob_menu_ul2 li.mob_account_li a .account_div {
  float: left;
  margin-top: 7px;
  font-size: 25px;
  line-height: 16px;
}

.mob_menu_ul2 li .sub-menu {
  width: 100%;
  float: left;
  display: inline-block;
  padding-left: 60px !important;
  padding-right: 30px;
  z-index: 1;
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
}

.mob_menu_ul2 li .sub-menu li a {
  font-size: 14px;
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mob_menu_ul2 li .sub-menu li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  right: 0;
  height: 1px;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  background: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  opacity: .25;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mob_menu_ul2 li.img_sos a {
  padding: 0;
}

.mob_menu_ul2 li a:hover {
  padding-left: 50px;
  text-decoration: none;
}

.mob_menu_ul2 li .sub-menu li a:hover {
  padding-left: 20px;
  text-decoration: none;
}

.mob_menu_ul2 li.img_sos {
  margin-right: 0;
  margin-left: 10px;
  margin-top: 10px;
}

.mob_menu_ul2 li .rsub-menu {
  position: relative;
  background-color: #f4f4f4fa;
  width: auto;
  float: left;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
}

.mob_menu_ul2 li .rsub-menu li a {
  width: 100% !important;
  float: left;
  margin: 0;
  text-align: left;
  font-size: 15px;
  padding: px;
  padding-right: 20px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.mob_menu_ul2 li .rsub-menu li a:hover {
  background: #f2eaeaf5;
  color: #231f20;
}

.mob_menu_ul2 li:hover .rsub-menu {
  opacity: 1;
  visibility: visible;
}

.mob_menu_ul2 li .rsub-menu li {
  width: 48.5%;
  margin-left: 0;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 15px;
  border: none;
}

.mob_menu_ul2 li .rsub-menu li .name_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mob_menu_ul2 li .rsub-menu li a {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.mob_menu_ul2 li .rsub-menu li:nth-child(2n+0) {
  margin-right: 0;
}

.sub_menu_arrow {
  display: none;
  position: absolute;
  top: -7px;
  right: 0;
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
}

.sub_menu_arrow.active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*Brochure starts*/
.brochure_list_wrap {
  margin-top: 90px;
}

.brochure_list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.brochure_list_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brochure_list_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.brochure_list_wrap ul li p {
  letter-spacing: 0.1em;
}

.brochure_list_wrap ul li:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*Brochure ends*/
.contact-us-page-info-list {
  padding: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.contact-us-page-info-list li {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
  width: 47.5%;
  float: left;
  display: inline-block;
  margin-right: 5%;
}

.contact-us-page-info-list li.full_wrap {
  width: 100%;
}

.contact-us-page-info-list li a {
  padding: 15px 10px;
  background: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 100%;
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.contact-us-page-info-list li:nth-child(even) {
  margin-right: 0;
}

.contact-us-page-info-list li img {
  width: 70px;
  margin-bottom: 10px;
}

select.form_field.white option {
  color: #000;
}

.contact-us-page-info-list li:hover img {
  left: -20px;
}

.contact-us-page-info-list li a {
  color: #fff !important;
}

.common_image_wrap {
  text-align: center;
  margin-top: 90px;
}

.common_image_wrap .mobile {
  display: none;
}

.common_3ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.common_3ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  text-align: center;
}

.common_3ul li:nth-child(3n+0) {
  margin-right: 0;
}

.event_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.event_ul li {
  width: 48.5%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.event_ul li:nth-child(2n+0) {
  margin-right: 0;
}

.event_ul li .common_header {
  padding-top: 0;
}

.event_ul li .event_info_wrap {
  margin-top: auto;
}

.event_ul li .event_info_wrap .common_anchor {
  float: right;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.event_ul li .event_info_wrap .half_wrap:last-child {
  padding-left: 20px;
}

.event_ul li .event_info_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.event_ul li p {
  color: white;
}

.event_ul li p span {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.event_ul li p span:first-child {
  margin-top: 0;
}

.fix_vimeo_button {
  position: fixed !important;
  bottom: 40px;
  left: 40px;
  border-radius: 40px;
  z-index: 10;
  margin-top: 0;
}

.common_title_wrap .ddesc_wrap {
  width: 50%;
  margin-left: 25%;
}

.video_wrap {
  margin-top: 90px;
  z-index: 99;
}

.video_wrap .mobile {
  display: none;
}

.video_wrap .video_title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}

.video_wrap .video_title .half_wrap {
  float: right;
}

.element_wrap {
  margin-top: -140px;
}

.element_wrap .mobile {
  display: none;
}

.steps_wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/bottom_fix.jpg") fixed no-repeat;
  background-size: cover;
}

.steps_wrap .parent .title_wrap {
  padding-right: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.steps_wrap .data_wrap .container_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.steps_wrap .data_wrap .container_wrap .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.steps_wrap .data_wrap .container_wrap .text_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  padding-left: 40px;
}

.common_data_wrap {
  margin-bottom: 30px;
}

.common_data_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common_data_wrap .parent .common_header {
  padding: 0;
}

.common_data_wrap .parent .image_wrap {
  text-align: center;
  padding: 30px;
}

.common_data_wrap ul li, .common_data_wrap p {
  opacity: 0.6;
  color: #fff;
}

.common_data_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.common_data_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mtop {
  margin-top: 30px;
}

.bro_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bro_icon_wrap > * + * {
  margin-left: 10px;
}

.absba {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.categories_pdp {
  height: 100vh;
  background: #000407;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.categories_pdp.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories_pdp .close_wrap {
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 20px;
  left: 50%;
  background: #292929;
  padding: 5px;
  border-radius: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.categories_pdp .part_logo_wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.categories_pdp .part_logo_wrap .common_header {
  font-size: 25px;
  padding-top: 10px;
}

.categories_pdp .part_logo_wrap p {
  padding-top: 10px;
}

.categories_pdp .part_logo_wrap .common_anchor {
  margin-top: 15px;
}

.categories_pdp .partition_wrap {
  width: 35%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories_pdp .partition_wrap.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.categories_pdp .partition_wrap .img {
  height: 100vh;
  width: auto;
  max-width: none;
}

.categories_pdp .partition_wrap .title_img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories_pdp .partition_wrap:hover .title_img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.large_p * {
  font-size: 16px;
}

.pa {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 30px;
  display: inline-block;
}

.womens_body_wrap .bordered_wrap {
  height: 10px;
  margin-top: 90px;
  background: #efc2bc;
}

.womens_body_wrap .bordered_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  content: '';
  background: #ECB3AA;
  background: -webkit-gradient(linear, left top, right top, from(#ecb3aa), to(#efc2bc));
  background: linear-gradient(90deg, #ecb3aa 0%, #efc2bc 100%);
}

.womens_body_wrap .bordered_wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  content: '';
  background: #ECB3AA;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #efc2bc), to(#ecb3aa));
  background: linear-gradient(90deg, #efc2bc 0, #ecb3aa 100%);
}

.womens_body_wrap .bg_wrap {
  background: #eab6ab;
}

.womens_body_wrap .line_wrap {
  margin-top: 0;
}

.womens_body_wrap .common_content_wrap .common_half_wrap .common_header {
  color: #ffdadd;
  text-transform: uppercase;
}

.womens_body_wrap .common_content_wrap .common_half_wrap .common_header.mt {
  margin-top: 30px;
}

.womens_body_wrap .common_content_wrap .common_half_wrap .common_header span {
  color: #ffdadd;
}

.womens_body_wrap .common_content_wrap .common_half_wrap .common_header .col1 {
  color: #ffedef;
}

.womens_body_wrap .common_content_wrap .common_half_wrap .common_header .col2 {
  color: #fff;
}

.womens_body_wrap .common_content_wrap .common_half_wrap p {
  color: #9f3323;
}

.womens_body_wrap .spotlight_wrap .img_wrap {
  padding: 0 30px;
}

.womens_body_wrap .spotlight_wrap .gridContainer {
  max-width: 800px;
  min-width: 800px;
  text-align: center;
}

.womens_body_wrap .healthsolns_wrap {
  margin-top: 90px;
}

.womens_body_wrap .healthsolns_wrap .half_wrap .common_header {
  padding-top: 0;
  color: #b65a4d;
}

.womens_body_wrap .women_items_wrap {
  margin-top: 90px;
}

.womens_body_wrap .women_items_wrap .item_wrap {
  cursor: pointer;
}

.womens_body_wrap .women_items_wrap .common_header {
  padding-top: 10px;
  text-align: center;
  font-size: 22px;
}

.womens_body_wrap .wawards_wrap {
  margin-top: 90px;
  padding: 30px 0;
  background: #fff;
  margin-bottom: 30px;
}

.womens_body_wrap .wawards_wrap .image_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  padding-left: 40px;
}

.womens_body_wrap .wawards_wrap .image_wrap img {
  width: 100%;
}

.womens_body_wrap .wawards_wrap .gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1250px;
}

.carrothead {
  color: #b65a4d !important;
}

.carrotp p {
  color: #b65a4d;
}

.ucase {
  text-transform: uppercase;
}

.lunea_popup_wrap .large_p p {
  padding-top: 0;
}

.lunea_popup_wrap .feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.lunea_popup_wrap .feature_item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 80px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  background: #eab6ab;
}

.lunea_popup_wrap .feature_item .info {
  padding-left: 20px;
}

.lunea_popup_wrap .feature_item .info .large_p p {
  font-size: 14px;
}

.lunea_popup_wrap .feature_item .info .contp p {
  padding-top: 0px;
}

.cookieConsentContainer {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1010;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 5px;
  width: 370px;
  display: none;
  max-width: calc(100% - 40px);
}

.cookieConsentContainer .common_header {
  padding: 0;
  font-size: 15px;
  color: #fff;
  font-family: bold_font;
  margin-bottom: 10px;
}

.cookieConsentContainer p {
  font-size: 12px;
  color: #fff;
  padding-top: 0;
}

.cookieConsentContainer a.link-cookie-policy {
  color: #fff !important;
}

.cookieConsentContainer .cookieDesc {
  margin-bottom: 10px;
}

.cookieConsentContainer .common_anchor {
  margin: 0;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: initial;
  letter-spacing: normal;
  cursor: pointer;
}

.parent_table_wrap {
  white-space: nowrap;
  overflow: auto;
}

.parent_table_wrap table tr:nth-child(even) td {
  background: #434343 !important;
}

.pdfs_wrap .common_anchor {
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #fff !important;
  padding: 10px 20px;
}

.pdfs_wrap .common_anchor img {
  width: 20px;
}

.pdfs_wrap .common_anchor:hover {
  background: #f7921b !important;
}

.margin_top_20 {
  margin-top: 20px !important;
}

.pdp_features_texts {
  text-align: center;
}

.pdp_features_texts .items_wrap .item {
  width: 25%;
  float: left;
  display: inline-block;
  padding: 10px;
}

.pdp_features_texts p {
  color: #3ab86c !important;
  text-transform: uppercase;
}

.lr_content_half_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.common_header.smfaq {
  font-size: 17px;
}

.home_cats_wrap {
  margin-top: 90px;
}

.home_cats_wrap .item_wrap {
  overflow: hidden;
}

.home_cats_wrap .item_wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home_cats_wrap .item_wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .womens_body_wrap .healthsolns_wrap .half_wrap {
    width: 80%;
  }
  .common_title_wrap .ddesc_wrap {
    width: 70%;
    margin-left: 15%;
  }
  .event_ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding: 20px;
    margin-top: 30px;
  }
  .event_ul li .half_wrap {
    width: 100%;
  }
  .event_ul li .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event_ul li .common_anchor {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .top_menu_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 15%;
  }
  .top_menu_wrap ul li:nth-child(3) {
    width: 30%;
  }
}

@media only screen and (max-width: 786px) {
  .womens_body_wrap .common_content_wrap .common_half_wrap .data_wrap {
    padding: 30px;
  }
  .womens_body_wrap .spotlight_wrap {
    margin-top: 30px;
  }
  .categories_pdp .close_wrap {
    left: auto;
    -webkit-transform: none;
            transform: none;
    right: 20px;
    width: 30px;
  }
  .categories_pdp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .categories_pdp .partition_wrap {
    width: 100%;
    height: 43%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .categories_pdp .partition_wrap .img {
    height: 100%;
  }
  .categories_pdp .partition_wrap.right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .categories_pdp .part_logo_wrap {
    width: 100%;
  }
  .categories_pdp .part_logo_wrap .logoa {
    display: inline-block;
    width: 50%;
  }
  .categories_pdp .part_logo_wrap .common_anchor {
    padding: 5px 10px;
  }
  .steps_wrap .title_wrap {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    background-color: #000;
    padding: 20px !important;
    top: 30px !important;
    z-index: 20;
  }
  .steps_wrap .title_wrap .common_header {
    padding: 0;
  }
  .steps_wrap .data_wrap {
    width: 100%;
  }
  .element_wrap .mobile {
    display: inline-block;
  }
  .element_wrap .desktop {
    display: none;
  }
  .video_wrap .mobile {
    display: inline-block;
  }
  .video_wrap .desktop {
    display: none;
  }
  .common_title_wrap .ddesc_wrap {
    width: 100%;
    margin-left: 0%;
  }
  .common_3ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .common_3ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    text-align: center;
    margin-top: 30px;
  }
  .common_3ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .common_3ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .common_image_wrap {
    margin-top: 30px;
  }
  .common_image_wrap .mobile {
    display: inline-block;
  }
  .common_image_wrap .desktop {
    display: none;
  }
  .contact-us-page-info-list li {
    width: 100%;
  }
  .common_content_wrap .common_half_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .common_content_wrap .common_half_wrap .data_wrap {
    padding: 10px;
  }
  .common_content_wrap .common_half_wrap .data_wrap p {
    text-align: justify;
  }
  .common_content_wrap .common_half_wrap .common_header {
    padding-top: 30px;
  }
  .common_content_wrap .half_wrap {
    width: 100%;
  }
  .common_content_wrap.press_release p {
    font-size: 16px;
  }
  .product_listing_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
  }
  .product_listing_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .top_menu_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 10%;
  }
  .top_menu_wrap ul li:nth-child(3) {
    width: 50%;
  }
  .top_menu_wrap ul li:nth-child(2) {
    display: none;
  }
  .top_menu_wrap ul li:nth-child(4) {
    display: none;
  }
  .line_wrap {
    margin-top: 250px;
  }
  .product_detailed_page .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_detailed_page .image_wrap {
    width: 100%;
  }
  .product_detailed_page .data_wrap {
    width: 100%;
    padding: 0;
  }
  .brochure_list_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .lr_content_half_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .pdp_features_texts .items_wrap .item {
    width: 100%;
  }
  .pdfs_wrap .common_anchor {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lunea_popup_wrap .feature_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .lunea_popup_wrap .feature_item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    border-radius: 60px;
    padding: 5px;
    width: 60px;
  }
  .lunea_popup_wrap .feature_item .info {
    padding-left: 10px;
  }
  .lunea_popup_wrap .feature_item .info .large_p p {
    font-size: 14px;
  }
  .lunea_popup_wrap .feature_item .info .contp p {
    padding-top: 0px;
  }
  .womens_body_wrap .spotlight_wrap .img_wrap {
    padding: 0 10px;
  }
  .womens_body_wrap .spotlight_wrap .large_p * {
    font-size: 14px;
  }
  .womens_body_wrap .bordered_wrap {
    margin-top: 50px;
  }
  .womens_body_wrap .healthsolns_wrap {
    margin-top: 50px;
  }
  .womens_body_wrap .healthsolns_wrap .half_wrap {
    width: 100%;
  }
  .womens_body_wrap .women_items_wrap {
    margin-top: 50px;
  }
  .womens_body_wrap .women_items_wrap .common_header {
    font-size: 15px;
  }
  .womens_body_wrap .wawards_wrap {
    margin-top: 50px;
  }
  .womens_body_wrap .wawards_wrap .gridContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .womens_body_wrap .wawards_wrap .image_wrap {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .womens_body_wrap .carrotp br {
    display: none;
  }
  .womens_body_wrap .line_wrap {
    height: 200px;
    overflow: hidden;
  }
  .womens_body_wrap .common_content_wrap {
    margin-top: 40px;
  }
  .product_home_wrap.founder_ov .common_half_wrap .image_wrap {
    width: 100%;
    text-align: center;
  }
  .product_home_wrap.founder_ov .common_half_wrap .image_wrap img {
    width: 60%;
  }
  .product_home_wrap.founder_ov .common_half_wrap .data_wrap {
    width: 100%;
  }
  .categories_pdp .part_logo_wrap .logoa {
    display: inline-block;
    width: 60%;
  }
  .categories_pdp .part_logo_wrap p {
    padding-top: 5px;
  }
  .categories_pdp .part_logo_wrap .common_header {
    font-size: 18px;
    padding-top: 5px;
  }
  .categories_pdp .part_logo_wrap .common_anchor {
    margin-top: 5px;
    padding: 5px 10px;
  }
  .common_data_wrap .half_wrap {
    width: 100%;
  }
  .common_data_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_data_wrap .image_wrap {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .common_data_wrap .data_wrap {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .steps_wrap {
    background-attachment: initial;
  }
  .steps_wrap .title_wrap .common_header {
    font-size: 20px;
  }
  .steps_wrap .data_wrap .container_wrap {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps_wrap .data_wrap .container_wrap .image_wrap {
    width: 100%;
  }
  .steps_wrap .data_wrap .container_wrap .text_wrap {
    width: 100%;
    padding-left: 0;
  }
  .video_wrap {
    margin-top: 30px;
  }
  .video_wrap .half_wrap {
    width: 100%;
  }
  .video_wrap .common_header {
    font-size: 20px;
  }
  .common_title_wrap.story .common_header br {
    display: none;
  }
  .fix_vimeo_button {
    bottom: 20px;
    left: 20px;
    padding: 15px 10px !important;
    font-size: 13px !important;
    text-align: center;
  }
  .whatsapp_fix a {
    padding: 5px;
  }
  .whatsapp_fix a img {
    margin-right: 0;
  }
  .whatsapp_fix span {
    display: none;
  }
  .mob_menu_ul2 li .sub-menu {
    padding-left: 30px !important;
  }
  .mob_menu_ul2 li a {
    padding: 15px !important;
  }
  .whatsapp_fix {
    right: 20px;
    bottom: 20px;
  }
  .product_detailed_page .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_detailed_page .image_wrap {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  .product_detailed_page .data_wrap {
    width: 100%;
    padding: 0;
  }
  .product_detailed_page .data_wrap .icon_wrap a {
    width: 31.33333%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
  }
  .product_detailed_page .data_wrap .icon_wrap a:nth-child(3n+0) {
    margin-right: 0;
  }
  .product_detailed_page .data_wrap .icon_wrap img {
    width: 100%;
  }
  .product_listing_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .top_menu_wrap ul li {
    width: 20%;
  }
  .top_menu_wrap ul li a {
    letter-spacing: 0;
  }
  .home_page_video_wrap {
    margin-top: 30px;
  }
  .overview_home_data {
    margin-top: 30px;
  }
  .overview_home_data .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview_home_data .image_wrap {
    width: 100%;
  }
  .overview_home_data .data_wrap {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .border_top {
    padding-top: 30px;
  }
  .product_home_wrap {
    margin-top: 30px;
  }
  .footer_wrap {
    margin-top: 30px;
  }
  .footer_wrap .logo_wrap {
    width: 100%;
  }
  .footer_wrap .list_wrap {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  .footer_wrap .list_wrap p {
    text-align: left;
  }
  .footer_data {
    margin-top: 30px;
  }
  .bg_wrap {
    background-size: 200% auto;
  }
  .product_detailed_page .common_anchor {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .common_form_wrap .half_wrap {
    width: 100%;
    padding: 0;
  }
  .mobile_menu_wrap2 {
    width: calc(100% - 30px);
  }
  .mobile_menu_wrap2:after {
    width: 30px;
  }
  .mob_menu_ul2 li a {
    font-size: 15px;
  }
  .element_wrap {
    margin-top: -50px;
  }
}

.opacity_p {
  opacity: 0.6;
}

.white_p p,
.content_ul.white li {
  color: #fff;
}

.content_ul li p {
  padding-top: 0;
}

.content_ul table {
  width: 100%;
}

.content_ul table td {
  padding: 10px !important;
  border: 1px solid #f5f4f4;
}

.content_ul table td p {
  padding: 0;
}

.content_ul table tr:nth-child(even) td {
  background: #f7f7f7;
}

.home_page_video_wrap .image_wrap {
  z-index: 10;
}

.home_page_video_wrap.active .image_wrap {
  z-index: 0;
}

.home_page_video_wrap.active iframe {
  z-index: 10;
}

.form_message_wrap {
  color: #fff;
  margin-top: 10px;
}

.form_field.input_error {
  background: #f1cccc !important;
}

.modal-body .form_message_wrap {
  color: #000;
}

.home_popup_wrap {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */