<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "AcuminPro-Regular";
  src: url("../fonts/AcuminPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcuminPro-Bold";
  src: url("../fonts/AcuminPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaRounded-Bold";
  src: url("../fonts/HelveticaRounded-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("../fonts/HelveticaNeueMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueThin";
  src: url("../fonts/HelveticaNeueThin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@property --num {
  syntax: "&lt;integer&gt;";
  initial-value: 0;
  inherits: false;
}
html, body {
  margin: 0px;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #424242;
  background: #009d65;
}

a, a:link, a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0;
}

form, input, select, textarea, p {
  margin: 0px;
  padding: 0;
}

textarea {
  resize: none;
}

input:focus, textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  margin: 0px;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
  display: block;
  margin: 0px;
  padding: 0;
}

a, button, div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

* {
  box-sizing: border-box;
}

#main-container {
  background: #FFF;
}

.container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
}

.btn-common {
  font-family: "HelveticaRounded-Bold";
  font-size: 15px;
  text-align: center;
  line-height: 17px;
  color: #424242;
  border: 2px solid #02a567;
  border-radius: 2px;
  padding: 10px 20px 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 100;
}
.main-header .container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 16px;
  display: flex;
  flex-flow: row nowrap;
}
.main-header figure {
  width: 190px;
}
.main-header .header-right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.main-header .main-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.main-header .main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.main-header .main-nav ul li {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  padding-right: 44px;
  position: relative;
}
.main-header .main-nav ul li:not(:last-child)::after {
  content: "";
  background: #02a567;
  width: 1px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: 23px;
  display: inline-block;
}
.main-header .main-nav ul li a {
  color: #7f7f7f;
}
.main-header .main-nav ul li a:hover {
  color: #f79a21;
}
.main-header .main-nav ul li ul {
  background: #cccccc;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0px;
}
.main-header .search-cart {
  position: relative;
  top: -1px;
}
.main-header .search-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.main-header .search-cart ul li {
  position: relative;
}
.main-header .search-cart ul li:not(:last-child) {
  padding-right: 37px;
}
.main-header .search-cart ul li:not(:last-child)::after {
  content: "";
  background: #b2b2b2;
  width: 1px;
  height: 38px;
  position: absolute;
  top: -10px;
  right: 18px;
  display: inline-block;
}
.main-header .mob-nav {
  width: 33px;
  height: 22px;
  position: absolute;
  top: 28px;
  right: 20px;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.main-header .mob-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f79a21;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.main-header .mob-nav span:nth-child(1) {
  top: 0px;
}
.main-header .mob-nav span:nth-child(2), .main-header .mob-nav span:nth-child(3) {
  top: 9px;
}
.main-header .mob-nav span:nth-child(4) {
  top: 18.4px;
}
.main-header .mob-nav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.main-header .mob-nav.open span {
  background: #f79a21;
}
.main-header .mob-nav.open span:nth-child(2) {
  transform: rotate(45deg);
}
.main-header .mob-nav.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.main-header .mob-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.home-hero {
  position: relative;
}
.home-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.home-hero .item {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.home-hero .container {
  color: #FFF;
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 70px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}
.home-hero .container::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 50%;
  z-index: 0;
}
.home-hero .container .banner-content {
  position: relative;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.home-hero .container h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  padding: 0 0 20px;
  display: block;
}
.home-hero .container span {
  font-size: 22.5px;
  display: block;
}
.home-hero .container span:not(:last-child) {
  padding: 0 0 25px;
}
.home-hero .container a {
  font-size: 22.5px;
  color: #FFF;
  letter-spacing: 1px;
  font-style: italic;
}

.owl-dots {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: center;
  margin: 10px 0 0;
}
.owl-dots button {
  border: 1px solid #009d65 !important;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.owl-dots button.active {
  background: #009d65 !important;
}

.we-are-choitrams {
  background-color: #FFF;
  background: url(../images/bg-we-are-choithram.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 70px;
  position: relative;
  overflow-x: hidden;
}
.we-are-choitrams .container {
  max-width: 1408px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.we-are-choitrams h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #02a567;
  text-align: center;
  margin: 0 0 100px;
}
.we-are-choitrams p {
  font-size: 22.5px;
  color: #FFF;
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
.we-are-choitrams .box-handle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.we-are-choitrams .box-handle .boxes {
  background: #009d65;
  text-align: center;
  max-width: 330px;
  width: 100%;
  padding: 50px 50px 30px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  transition: all ease-in-out 0.3s;
}
.we-are-choitrams .box-handle .boxes h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #FFF;
  margin: 0 0 20px;
  transition: all ease-in-out 0.3s;
}
.we-are-choitrams .box-handle .boxes figure {
  width: 75px;
  height: 75px;
  background: #FFF;
  margin: -90px auto 20px;
  transform: scale(1);
  border-radius: 100%;
  padding: 3px;
  box-shadow: 0px 0px 6px -1px rgba(66, 66, 66, 0.6);
  transition: all ease-in-out 0.3s;
  display: block;
}
.we-are-choitrams .box-handle .boxes p {
  font-family: "HelveticaNeueThin";
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #FFF;
  margin-bottom: 40px;
  flex: 1;
  display: block;
}
.we-are-choitrams .box-handle .boxes a {
  font-family: "HelveticaNeueThin";
  font-size: 19px;
  letter-spacing: 0.2px;
  color: #FFF;
  background: url(../images/icon-readmore.png) no-repeat right 5px;
  padding: 0 20px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
.we-are-choitrams .box-handle .boxes .btn-common {
  border-width: 3px;
  border-radius: 0;
  border-color: #FFF;
  color: #FFF;
  margin: 34px auto 0;
}
.we-are-choitrams .box-handle .boxes:not(:last-child) {
  margin-right: 60px;
}
.we-are-choitrams .box-handle .boxes:hover figure {
  transform: scale(0.9);
}

.counting-wrapper {
  background: #009d65;
  padding: 80px 0;
  color: #FFF;
}
.counting-wrapper .container {
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
.counting-wrapper .count-box {
  text-align: center;
}
.counting-wrapper .count-box:before {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  display: inline-block;
}
.counting-wrapper .count-box span {
  font-family: "HelveticaNeueMedium";
  font-size: 22.5px;
  line-height: 30px;
  display: block;
}
.counting-wrapper .count-box .decimal {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  display: inline-block;
}
.counting-wrapper .count-box em {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #FFF;
  font-style: normal;
  display: inline-block;
}
.counting-wrapper .box1::before, .counting-wrapper .box4::before {
  content: "0";
  color: #FFF;
}
.counting-wrapper .box4 em {
  position: absolute;
}
@-webkit-keyframes counter1 {
  from {
    --num: 0;
  }
  to {
    --num: 70;
  }
}
@keyframes counter1 {
  from {
    --num: 0;
  }
  to {
    --num: 70;
  }
}
.counting-wrapper .box2 .decimal-1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #FFF;
  display: inline-block;
}
.counting-wrapper .box3 .decimal-2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #FFF;
  display: inline-block;
}
.counting-wrapper.start-count .box1 {
  -webkit-animation: counter1 2s 1 forwards linear;
          animation: counter1 2s 1 forwards linear;
  counter-reset: num var(--num);
}
.counting-wrapper.start-count .box1::before {
  content: counter(num);
}
.counting-wrapper.start-count .box4 {
  -webkit-animation: counter4 2s 1 forwards linear;
          animation: counter4 2s 1 forwards linear;
  counter-reset: num var(--num);
}
.counting-wrapper.start-count .box4::before {
  content: counter(num);
}
@-webkit-keyframes counter4 {
  from {
    --num: 0;
  }
  to {
    --num: 500;
  }
}
@keyframes counter4 {
  from {
    --num: 0;
  }
  to {
    --num: 500;
  }
}

.our-brands-wrapper {
  background-size: contain;
  padding: 70px 0 0;
}
.our-brands-wrapper .container {
  max-width: 1568px;
  padding: 0 60px !important;
}
.our-brands-wrapper .container .item {
  padding: 20px;
}
.our-brands-wrapper .container .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 41.5%;
  right: -35px;
}
.our-brands-wrapper .container .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 41.5%;
  left: -35px;
}
.our-brands-wrapper .container ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
}
.our-brands-wrapper .container ul li {
  background: #FFF;
  max-width: 334px;
  width: 22%;
  max-height: 204px;
  border: 1px solid #efefef;
  margin: 0 3.9% 52px 0;
  padding: 20px 0;
  display: flex;
  flex-flow: row nowrap;
  transition: all ease-in-out 0.3s;
  justify-content: center;
  align-items: center;
}
.our-brands-wrapper .container ul li:nth-child(4n+4) {
  margin-right: 0;
}
.our-brands-wrapper .container ul li:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 15px rgba(66, 66, 66, 0.06);
}
.our-brands-wrapper .container ul li img {
  width: 74%;
  margin: 0 auto;
}
.our-brands-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #02a567;
  text-align: center;
  margin: 0 0 50px;
}

.committing-goodnes {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
.committing-goodnes img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.committing-goodnes .committing-content {
  text-align: center;
  max-width: 1408px;
  width: 100%;
  position: absolute;
  padding: 0 20px 70px;
}
.committing-goodnes .committing-content p {
  font-size: 22.5px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
}
.committing-goodnes .committing-content a {
  font-size: 22.5px;
  color: #FFF;
}
.committing-goodnes .committing-content a:hover {
  color: #f79a21;
}
.committing-goodnes h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  line-height: 52px;
  color: #FFF;
  text-align: center;
  margin: 93px 0 15px;
}

.grow-with-us {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
.grow-with-us figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.grow-with-us img {
  visibility: hidden;
}
.grow-with-us .grow-with-content {
  text-align: center;
  max-width: 1408px;
  width: 100%;
  position: absolute;
  bottom: 70px;
  padding: 0 20px;
}
.grow-with-us .grow-with-content p {
  font-size: 22.5px;
  color: #424242;
  text-align: center;
  padding: 0 0 20px;
}
.grow-with-us .grow-with-content a {
  font-size: 22.5px;
  color: #424242;
  background: url(../images/icon-apply-now.png) no-repeat right 7px;
  padding: 0 20px 0 0;
}
.grow-with-us h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  line-height: 52px;
  color: #02a567;
  text-align: center;
  margin: 93px 0 15px;
}

.we-drop-wrapper {
  background: #009d65;
  overflow: hidden;
}
.we-drop-wrapper .container {
  display: flex;
  flex-flow: row nowrap;
}
.we-drop-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  max-width: 400px;
  margin: 0 0 45px;
}
.we-drop-wrapper p {
  font-size: 22.5px;
  text-align: center;
  color: #FFF;
  max-width: 400px;
  margin: 0 0 60px;
}
.we-drop-wrapper .we-drop-left {
  flex: 1;
  padding: 220px 0 100px;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  align-items: center;
}
.we-drop-wrapper .we-drop-left figure {
  max-width: 400px;
}
.we-drop-wrapper .we-drop-left figure img {
  margin: 0 auto;
}
.we-drop-wrapper .we-drop-left figcaption {
  font-size: 22.5px;
  color: #FFF;
  text-align: center;
  padding: 0 0 20px;
}
.we-drop-wrapper .we-drop-right {
  flex: 1;
  width: 100%;
  position: relative;
}
.we-drop-wrapper .we-drop-right:before {
  content: "";
  background: url(../images/bg-we-drop.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}

.news-wrapper {
  background: #f3f1f1;
  padding: 70px 0;
}
.news-wrapper .container {
  max-width: 1568px;
  padding: 0 60px;
  width: 100%;
}
.news-wrapper .news-slider {
  padding: 0 20px;
}
.news-wrapper .news-slider .item a {
  color: #424242;
}
.news-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  text-align: center;
  color: #02a567;
  margin: 0 0 60px;
  display: block;
}
.news-wrapper h2 a {
  color: #02a567;
}
.news-wrapper .item {
  background: #FFF;
}
.news-wrapper .news-description {
  text-align: center;
  padding: 28px 50px;
  position: relative;
}
.news-wrapper .news-description span {
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  color: #b6b7b7;
  margin: 0 0 10px;
  display: block;
}
.news-wrapper .news-description p {
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}
.news-wrapper .news-description a {
  color: #FFF;
}
.news-wrapper .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  right: -35px;
}
.news-wrapper .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  left: -35px;
}

.visit-us-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.visit-us-wrapper .visit-us-left {
  flex: 1;
  background: url(../images/bg-visit-us-left.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.visit-us-wrapper .visit-us-left img {
  display: block;
  visibility: hidden;
}
.visit-us-wrapper .visit-content {
  max-width: 530px;
  width: 100%;
  position: absolute;
}
.visit-us-wrapper .visit-content h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 52px;
  color: #FFF;
  margin: 0 0 32px;
}
.visit-us-wrapper .visit-content p {
  font-size: 22px;
  color: #FFF;
  max-width: 280px;
  width: 100%;
  display: block;
}
.visit-us-wrapper .visit-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 88px 0 0;
}
.visit-us-wrapper .visit-content ul li {
  font-size: 28px;
  color: #FFF;
}
.visit-us-wrapper .visit-content ul li strong {
  font-family: "HelveticaNeueBold";
  font-weight: normal;
}
.visit-us-wrapper .visit-content ul li a {
  color: #FFF;
}
.visit-us-wrapper .visit-content ul li a:hover {
  color: #f79a21;
}
.visit-us-wrapper .visit-us-right {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.main-footer {
  background: #009d65;
  padding: 67px 0;
}
.main-footer .container {
  max-width: 1410px;
  width: 100%;
}
.main-footer .footer-top figure {
  max-width: 170px;
}
.main-footer .footer-bottom {
  margin: 55px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.main-footer .footer-bottom .footer-left {
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.main-footer .footer-bottom .footer-left .social-icons {
  max-width: 42px;
  width: 100%;
  margin-right: 30px;
  padding: 6px 0 0;
}
.main-footer .footer-bottom .footer-left .social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .footer-bottom .footer-left .social-icons ul li img {
  width: 44%;
}
.main-footer .footer-bottom .footer-left .social-icons ul li:first-child img {
  width: 41%;
}
.main-footer .footer-bottom .footer-left .social-icons ul li:not(:last-child) {
  margin-bottom: 35px;
}
.main-footer .footer-bottom .footer-left h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #FFF;
  margin: 0 0 15px;
}
.main-footer .footer-bottom .footer-left .footer-content-holder {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}
.main-footer .footer-bottom .footer-left .footer-content-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .footer-bottom .footer-left .footer-content-holder ul li {
  font-size: 15px;
  line-height: 22px;
}
.main-footer .footer-bottom .footer-left .footer-content-holder ul li a {
  color: #FFF;
}
.main-footer .footer-bottom .footer-left .footer-content-left {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-flow: column wrap;
  flex-direction: row;
}
.main-footer .footer-bottom .footer-left .about-group {
  flex: 1;
}
.main-footer .footer-bottom .footer-left .business {
  flex: 1;
}
.main-footer .footer-bottom .footer-left .media-center {
  flex: 1;
}
.main-footer .footer-bottom .footer-left .other {
  flex: 1;
}
.main-footer .footer-bottom .footer-left .footer-content-right {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-flow: column wrap;
  flex-direction: row;
}
.main-footer .footer-bottom .footer-right {
  max-width: 356px;
  width: 100%;
}
.main-footer .footer-bottom .footer-right h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #FFF;
  margin: 0 0 15px;
}
.main-footer .footer-bottom .footer-right p {
  font-family: "HelveticaNeueThin";
  font-size: 15px;
  color: #FFF;
}
.main-footer .footer-bottom .footer-right fieldset {
  max-width: 332px;
  width: 100%;
  margin: 0;
  border: none;
  margin: 23px 0 0;
  padding: 0;
  position: relative;
}
.main-footer .footer-bottom .footer-right fieldset input[type=text] {
  font-family: "HelveticaNeueMedium";
  font-size: 17px;
  background: #cceade url(../images/icon-newsletter.png) no-repeat 94% center;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 3px;
  padding: 0 65px 0 15px;
}
.main-footer .footer-bottom .footer-right fieldset input[type=submit] {
  text-indent: -9999px;
  background: transparent;
  border: none;
  width: 40px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 15px;
  cursor: pointer;
}
.main-footer .copyright {
  font-family: "HelveticaNeueThin";
  font-size: 12px;
  color: #cbe3d7;
  margin: 45px 0 0 121px;
}
.main-footer .copyright p {
  display: inline-flex;
}
.main-footer .copyright span {
  padding: 0 12px;
}
.main-footer .copyright a {
  color: #cbe3d7;
}
.main-footer .copyright a:hover {
  color: #FFF;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

::placeholder {
  opacity: 1;
  transition: opacity 0.25s;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

/*-----------------Our Brand-------------*/
.inner-hero {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.inner-hero figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-height: 869px;
}
.inner-hero img {
  visibility: hidden;
  width: 100%;
  display: block;
}
.inner-hero .container {
  color: #FFF;
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 150px 0 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.inner-hero .container::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 70%;
  z-index: 0;
}
.inner-hero .container .banner-content {
  max-width: 1408px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.inner-hero .container h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
  display: block;
}
.inner-hero .container p {
  font-size: 22.5px;
  line-height: 30px;
  display: block;
}
.inner-hero .container p:not(:last-child) {
  padding: 0 0 25px;
}
.inner-hero.career .container::after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) -9%, rgba(0, 0, 0, 0) 100%);
}

.mob-description {
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  background-color: #f3f1f1;
  padding: 25px 20px;
  display: none;
}
.mob-description a {
  font-size: 20px;
  color: #424242;
  background: url(../images/icon-apply-now.png) no-repeat right 5px;
  margin-top: 20px;
  padding: 0 20px 0 0;
  display: inline-block;
}

.brand-detail {
  padding: 80px 0 0;
}
.brand-detail .detail-top {
  max-width: 1408px;
  padding-bottom: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.brand-detail .brand-detail-left {
  max-width: 426px;
  width: 100%;
  margin-right: 55px;
}
.brand-detail .brand-detail-left img {
  width: auto !important;
}
.brand-detail .brand-detail-left .item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.brand-detail .brand-detail-right {
  flex-grow: 1;
  width: 100%;
}
.brand-detail .brand-detail-right span {
  font-size: 22.5px;
  line-height: 30px;
  margin: 0 0 25px;
  display: block;
}
.brand-detail .brand-detail-right p {
  line-height: 30px;
  margin: 0 0 25px;
  display: block;
}
.brand-detail .brand-detail-right p a {
  color: #02a567;
  word-break: break-word;
  display: inline-flex;
}
.brand-detail .our-brands-slider-wrapepr {
  background: #f3f1f1;
  padding: 70px 0 35px;
}
.brand-detail .our-brands-slider-wrapepr h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #02a567;
  text-align: center;
  padding-bottom: 70px;
  display: block;
}
.brand-detail .our-brands-slider-wrapepr .detail-bottom {
  max-width: 1568px;
  width: 100%;
  padding: 0 60px;
  position: relative;
}
.brand-detail .our-brands-slider-wrapepr .detail-bottom .item figcaption {
  font-size: 22.5px;
  color: #353636;
  text-align: center;
  padding: 25px 0;
  display: block;
}
.brand-detail .our-brands-slider-wrapepr .detail-bottom .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30%;
  right: -35px;
}
.brand-detail .our-brands-slider-wrapepr .detail-bottom .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30%;
  left: -35px;
}
.brand-detail .detail-slider {
  padding: 0 20px;
}
.brand-detail .detail-slider .item {
  background: #FFF;
  border: 1px solid #d3d3d3;
  padding: 13px 15px 12px;
}
.brand-detail .detail-slider .item img {
  width: auto !important;
  margin: 0 auto;
}

.awards .container {
  max-width: 1636px;
  padding: 54px 0 0;
}
.awards h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #02a567;
  text-align: center;
  display: block;
}
.awards article {
  font-size: 22.5px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.awards .award-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 80px 0 0;
  padding-bottom: 30px;
}
.awards .award-list-wrapper .award-list {
  max-width: 510px;
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}
.awards .award-list-wrapper .award-list img {
  width: 100%;
  display: block;
}
.awards .award-list-wrapper .award-list:nth-child(3n+3) {
  margin-right: 0;
}
.awards .award-list-wrapper .award-list h5 {
  font-family: "HelveticaRounded-Bold";
  font-size: 18px;
  color: #424242;
  margin: 35px 0 0;
}
.awards .award-list-wrapper .award-list p {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0 0;
}
.awards .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 75px;
}
.awards .pagination li {
  margin: 0 2px;
}
.awards .pagination li.left a {
  text-indent: -9999px;
  background: url(../images/nav-opportunity-prev.png) no-repeat center;
  background-size: 33%;
  padding: 5px 15px;
}
.awards .pagination li.right a {
  text-indent: -9999px;
  background: url(../images/nav-opportunity-next.png) no-repeat center;
  background-size: 33%;
  padding: 5px 15px;
}
.awards .pagination li a {
  color: #424242;
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  display: block;
}
.awards .pagination li.active a {
  color: #FFF;
  background: #02a567;
  border: 1px solid #02a567;
}

/*-----------------About us-------------*/
.common-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #02a567;
  text-align: center;
  text-transform: capitalize;
}
.common-wrapper p {
  font-size: 18px;
  color: #424242;
  line-height: 25px;
}
.common-wrapper p:last-child {
  margin: 0;
}

.gcc-operation-wrapper {
  background: #ebebeb;
  position: relative;
  padding: 70px 0 0;
}
.gcc-operation-wrapper .container {
  max-width: 1408px;
  width: 100%;
  padding: 0 !important;
}
.gcc-operation-wrapper figure {
  max-width: 1010px;
  width: 100%;
  position: relative;
}
.gcc-operation-wrapper figure .map1-retail {
  width: 169px;
  height: 21px;
  position: absolute;
  top: 75px;
  left: 64px;
}
.gcc-operation-wrapper figure .map1-distribution {
  width: 214px;
  height: 21px;
  position: absolute;
  top: 104px;
  left: 64px;
}
.gcc-operation-wrapper figure .map2-retail {
  width: 169px;
  height: 21px;
  position: absolute;
  top: 99px;
  left: 371px;
}
.gcc-operation-wrapper figure .map2-distribution {
  width: 214px;
  height: 21px;
  position: absolute;
  top: 124px;
  left: 367px;
}
.gcc-operation-wrapper figure .map3-retail {
  width: 169px;
  height: 21px;
  position: absolute;
  top: 95px;
  left: 668px;
}
.gcc-operation-wrapper figure .map3-distribution {
  width: 214px;
  height: 21px;
  position: absolute;
  top: 120px;
  left: 668px;
}
.gcc-operation-wrapper figure .map4-distribution {
  width: 214px;
  height: 21px;
  position: absolute;
  bottom: 324px;
  left: 788px;
}
.gcc-operation-wrapper h2 {
  color: #02a567;
}
.gcc-operation-wrapper p {
  font-size: 22.5px;
  line-height: 30px;
  max-width: 1408px;
  padding: 30px 0 0;
  text-align: center;
  margin: 0 auto !important;
}

.our-founder-wrapper {
  background: #009d65;
  color: #FFF;
  padding: 160px 0 70px;
}
.our-founder-wrapper h2 {
  color: #FFF;
  margin: 0 0 50px;
  text-align: left;
  position: absolute;
  top: -100px;
}
.our-founder-wrapper span {
  font-family: "HelveticaNeueMedium";
  font-size: 22.5px;
  padding: 0 0 30px;
  display: block;
}
.our-founder-wrapper span strong {
  font-family: "HelveticaRounded-Bold";
  font-size: 30px;
}
.our-founder-wrapper p {
  color: #FFF;
  margin: 0 0 30px;
  text-align: justify;
}
.our-founder-wrapper .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
}
.our-founder-wrapper .founder-left {
  max-width: 483px;
  flex: 0 0 auto;
}
.our-founder-wrapper .founder-left img {
  width: 400px;
}
.our-founder-wrapper .founder-right {
  margin-left: 50px;
  position: relative;
}
.our-founder-wrapper .founder-right p {
  font-size: 20px;
  line-height: 30px;
}

.board-directors-wrapper {
  padding: 70px 0;
  background: #ebebeb;
}
.board-directors-wrapper h2 {
  margin: 0 0 80px;
}
.board-directors-wrapper .container {
  max-width: 1408px;
}
.board-directors-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
}
.board-directors-wrapper ul li {
  flex: 1;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.board-directors-wrapper ul li:not(:last-child) {
  margin-right: 3%;
}
.board-directors-wrapper ul li figcaption {
  font-size: 22.5px;
  text-align: center;
  padding: 25px;
}
.board-directors-wrapper ul li span {
  color: #a3a3a3;
  display: block;
}

.leadership-wrapper {
  padding: 70px 0;
}
.leadership-wrapper h2 {
  margin: 0 0 80px;
}
.leadership-wrapper .container {
  max-width: 1568px;
  padding: 0 60px;
}
.leadership-wrapper .leadership-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: column wrap;
  flex-direction: row;
  padding: 0 60px;
}
.leadership-wrapper .leadership-slider .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.leadership-wrapper .leadership-slider .item figure {
  max-width: 214px;
  width: 100%;
  max-height: 214px;
  border-radius: 100%;
  overflow: hidden;
}
.leadership-wrapper .leadership-slider .item figure img {
  display: block;
}
.leadership-wrapper .leadership-slider .item figcaption {
  font-size: 22.5px;
  color: #353636;
  text-align: center;
  text-transform: capitalize;
  margin: 35px 0 0;
}
.leadership-wrapper .leadership-slider .item figcaption span {
  font-size: 18px;
  color: #a3a3a3;
  display: block;
}
.leadership-wrapper .leadership-slider .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 27%;
  right: -35px;
}
.leadership-wrapper .leadership-slider .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 27%;
  left: -35px;
}

.values-wrapper {
  background: #f3f1f1;
  padding: 70px 0;
}
.values-wrapper h2 {
  margin: 0 0 65px;
}
.values-wrapper .container {
  max-width: 1408px;
}
.values-wrapper .parent {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
}
.values-wrapper .parent .child {
  max-width: 220px;
  width: 20%;
}
.values-wrapper .parent .child:not(:last-child) {
  margin-right: 4%;
}
.values-wrapper .parent .child figure {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: contain;
  max-width: 217px;
  width: 100%;
  position: relative;
}
.values-wrapper .parent .child figcaption {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 100%;
}
.values-wrapper .parent .child figcaption h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 17px;
  text-align: center;
  color: #02a567;
  padding: 0 10px;
  margin: 10px 0 0;
}
.values-wrapper .parent .child p {
  font-size: 18px;
  color: #424242;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 30px 0 0;
}
.values-wrapper .parent .child .img-content {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.values-wrapper .parent .child:first-child .img-content {
  margin-top: 19px;
}

.operations-wrapper {
  padding: 70px 0 20px;
}
.operations-wrapper h2 {
  margin: 0 0 33px;
}
.operations-wrapper .container {
  max-width: 1408px;
}
.operations-wrapper .container p {
  text-align: justify;
  margin: 0 0 30px;
  display: block;
}
.operations-wrapper .operation-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1368px;
  width: 100%;
  margin: 60px auto 0;
}
.operations-wrapper .operation-list-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.operations-wrapper .operation-list-wrapper .operation-list {
  max-width: 657px;
  width: 48%;
  position: relative;
  margin-bottom: 3.95%;
  overflow: hidden;
}
.operations-wrapper .operation-list-wrapper .operation-list::after {
  content: "";
  width: 100%;
  height: 50%;
  background: rgb(3, 39, 8);
  background: linear-gradient(0deg, rgba(3, 39, 8, 0.6) 0%, rgba(3, 39, 8, 0.6) 35%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.operations-wrapper .operation-list-wrapper .operation-list:nth-child(2n) {
  margin-left: 3.95%;
}
.operations-wrapper .operation-list-wrapper .operation-list h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 26px;
  color: #FFF;
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.operations-wrapper .operation-list-wrapper .operation-list .hover-content {
  background: rgba(3, 39, 8, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -500px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.operations-wrapper .operation-list-wrapper .operation-list .hover-content h4 {
  position: static;
  opacity: 1 !important;
  margin: 0 0 23px;
}
.operations-wrapper .operation-list-wrapper .operation-list .inner-hover {
  height: 100%;
  padding: 40px 100px 40px 40px;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: space-between;
}
.operations-wrapper .operation-list-wrapper .operation-list .inner-hover p {
  font-size: 21px;
  line-height: 27px;
  text-align: left;
  color: #FFF;
  margin-bottom: 20px;
}
.operations-wrapper .operation-list-wrapper .operation-list .inner-hover a {
  font-size: 18px;
  color: #f79a21;
}
.operations-wrapper .operation-list-wrapper .operation-list img {
  transition: all 0.35s ease-in-out;
}
.operations-wrapper .operation-list-wrapper .operation-list:hover img {
  filter: grayscale(1);
}
.operations-wrapper .operation-list-wrapper .operation-list:hover h4 {
  opacity: 0;
}
.operations-wrapper .operation-list-wrapper .operation-list:hover .hover-content {
  bottom: 0;
}

.food-safty-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.food-safty-wrapper::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 378px;
  z-index: 0;
}
.food-safty-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.food-safty-wrapper .food-safty-content {
  text-align: center;
  max-width: 1408px;
  width: 100%;
  position: absolute;
  bottom: 70px;
  padding: 0 20px;
  z-index: 10;
}
.food-safty-wrapper .food-safty-content p {
  font-size: 22.5px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  padding: 0 0 20px;
}
.food-safty-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  line-height: 52px;
  color: #FFF;
  text-align: center;
  margin: 93px 0 15px;
}

.recent-award-wrapper {
  background: #FFF;
  padding: 70px 0;
}
.recent-award-wrapper .recent-award {
  padding: 0 20px;
}
.recent-award-wrapper .container {
  max-width: 1568px;
  padding: 0 60px;
  width: 100%;
}
.recent-award-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  text-align: center;
  color: #02a567;
  margin: 0 0 60px;
  display: block;
}
.recent-award-wrapper .item {
  background: #FFF;
}
.recent-award-wrapper .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.recent-award-wrapper .award-description h5 {
  font-size: 18px;
  line-height: 25px;
  color: #353636;
  text-align: center;
  margin: 24px 0;
  display: block;
}
.recent-award-wrapper .award-description p {
  font-size: 19px;
  line-height: 30px;
  text-align: justify;
  color: #424242;
}
.recent-award-wrapper .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 31%;
  right: -35px;
}
.recent-award-wrapper .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 31%;
  left: -35px;
}

/*--------------------Career---------------------*/
.career-wrapper {
  padding: 70px 0;
}
.career-wrapper .container {
  max-width: 1408px;
}
.career-wrapper p {
  margin: 0 0 30px;
}
.career-wrapper .why-work-here .why-work-holder {
  margin: 110px 0 0;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: center;
}
.career-wrapper .why-work-here .boxes {
  max-width: 331px;
  width: 23%;
  border: 1px solid #d7d6d7;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  align-items: center;
  padding: 100px 26px 26px;
  position: relative;
}
.career-wrapper .why-work-here .boxes:not(:last-child) {
  margin-right: 2.6%;
}
.career-wrapper .why-work-here .boxes p {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0;
}
.career-wrapper .why-work-here figure {
  position: absolute;
  top: -58px;
}
.career-wrapper .why-work-here h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  margin: 0 0 30px;
}
.career-wrapper .bg-why-work {
  max-width: 1408px;
  width: 100%;
  margin: 30px auto 0;
}
.career-wrapper .bg-why-work img {
  visibility: hidden;
}
.career-wrapper .bg-why-work figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.employe-engement-wrapper {
  padding: 20px 0 70px;
}
.employe-engement-wrapper .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 70px;
}
.employe-engement-wrapper .engagement-left {
  max-width: 658px;
  width: 100%;
}
.employe-engement-wrapper .engagement-left p {
  text-align: justify;
  margin: 0 0 33px;
}
.employe-engement-wrapper .engagement-right {
  max-width: 694px;
  width: 54%;
  margin: 0 0 0 55px;
}

.corporate-slider-wrapper {
  padding-bottom: 70px;
}
.corporate-slider-wrapper.career-corporate {
  margin: 0;
}
.corporate-slider-wrapper.career-corporate .container {
  margin-top: 70px;
}
.corporate-slider-wrapper.career-corporate p {
  font-size: 22.5px;
  text-align: center;
  line-height: 30px;
  padding: 40px 0 0;
}

.opportunity-explore-wrapeper {
  background: #f3f1f2;
  padding: 70px 0;
}
.opportunity-explore-wrapeper .container {
  max-width: 1567px;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.opportunity-explore-wrapeper .oppportunity-slider {
  margin-top: 70px;
  padding: 0 20px;
}
.opportunity-explore-wrapeper .item {
  text-align: center;
  background: #FFF;
  border: 1px solid #d6d5d6;
  padding: 40px 35px 80px;
}
.opportunity-explore-wrapeper h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  margin: 0 0 30px;
}
.opportunity-explore-wrapeper p {
  font-size: 19px;
  line-height: 25px;
}
.opportunity-explore-wrapeper span {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
}
.opportunity-explore-wrapeper a {
  font-size: 19px;
  margin: 40px 0 0;
  display: inline-block;
  color: #424242;
  background: url(../images/icon-apply-now.png) no-repeat right 4px;
  padding: 0 20px 0 0;
  position: absolute;
  bottom: 40px;
  margin: auto;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.opportunity-explore-wrapeper .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 44%;
  right: -35px;
}
.opportunity-explore-wrapeper .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 44%;
  left: -35px;
}

.internship-wrapper {
  padding: 70px 0;
}
.internship-wrapper .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 70px;
}
.internship-wrapper .internship-left {
  max-width: 658px;
  width: 100%;
}
.internship-wrapper .internship-left p {
  text-align: justify;
}
.internship-wrapper .internship-left p:not(:last-child) {
  margin: 0 0 40px;
}
.internship-wrapper .internship-left .btn-common {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #424242;
  border: 1px solid #888788;
  padding-left: 30px;
  padding-right: 30px;
}
.internship-wrapper h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  margin: 0 0 30px;
}
.internship-wrapper .internship-right {
  max-width: 694px;
  width: 100%;
  margin: 0 0 0 55px;
}
.internship-wrapper .internship-right figure {
  height: 100%;
  display: flex;
  align-items: center;
}
.internship-wrapper .internship-right img {
  width: 70%;
}

.ovarlay {
  background: rgba(66, 66, 66, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-wrapper {
  max-width: 1636px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.modal-wrapper .faq-wrapper {
  background: #FFF;
  padding: 70px;
}
.modal-wrapper .faq-wrapper h2 {
  margin: 0 0 20px 43px;
}
.modal-wrapper .faq-wrapper a {
  background: url(../images/icon-close.jpg) no-repeat center center;
  position: absolute;
  right: 35px;
  top: 28px;
  padding: 20px;
}
.modal-wrapper .faq-wrapper .container {
  max-width: 1412px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  justify-content: space-between;
}
.modal-wrapper .faq-wrapper .popup-left {
  max-width: 730px;
  max-height: 625px;
  overflow-y: auto;
  width: 100%;
  padding-right: 16px;
}
.modal-wrapper .faq-wrapper .tab-holder:not(:last-child) {
  margin-bottom: 13px;
}
.modal-wrapper .btn-tab {
  font-size: 22.5px;
  color: #FFF;
  line-height: 23px;
  background: #02a567;
  padding: 30px 65px 26px 70px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}
.modal-wrapper .btn-tab::before {
  content: "Q";
  font-family: "HelveticaRounded-Bold";
  font-size: 35px;
  color: #74c09a;
  height: 28px;
  position: absolute;
  left: 22px;
}
.modal-wrapper .btn-tab.active::after {
  content: "";
  background: url(../images/icon-down.png) no-repeat center center;
  width: 19px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal-wrapper .tab-wrapper {
  height: 100%;
}
.modal-wrapper .tab-wrapper .tab-content {
  font-size: 20px;
  position: relative;
  display: none;
}
.modal-wrapper .tab-wrapper .tab-content .content-tab-inner {
  padding: 50px 30px 50px 0;
  display: flex;
  flex-flow: row nowrap;
}
.modal-wrapper .tab-wrapper .tab-content .content-tab-inner::before {
  content: "A";
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  line-height: 37px;
  color: #a3d3ba;
  margin: 0 35px;
}
.modal-wrapper .tab-wrapper .tab-content .popup-right {
  max-width: 656px;
  width: 100%;
  margin-left: 10px;
}
.modal-wrapper .tab-wrapper .tab-content .popup-right figure {
  flex: 0 0 auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-wrapper .tab-wrapper .tab-content .popup-right img {
  visibility: hidden;
  height: 620px;
}
.modal-wrapper .tab-wrapper .tab-content h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #02a567;
  text-align: center;
  margin: 0 0 70px;
}

/*----------------Career Details------*/
.career-details .title-heading {
  background: #f3f1f2;
  padding: 70px 0;
}
.career-details .title-heading .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
}
.career-details .title-heading .title-left {
  width: 35%;
  background-color: #009d65;
  padding: 40px;
  flex-shrink: 0;
}
.career-details .title-heading .title-left p {
  font-size: 18px;
  color: #fff;
}
.career-details .title-heading .title-left p span {
  font-size: 18px;
  font-family: "HelveticaRounded-Bold";
}
.career-details .title-heading .title-right img {
  visibility: hidden;
}
.career-details .title-heading .title-right figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.career-details h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #fff;
  margin-bottom: 20px;
}
.career-details .btn-apply {
  font-family: "AcuminPro-Bold";
  font-size: 15px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 10px 20px 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}

.error {
  border-color: #ff8989 !important;
}

.job-description {
  padding: 75px 0;
  overflow: hidden;
}
.job-description .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.job-description .job-left {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  margin-right: 70px;
}
.job-description .job-content {
  max-width: 733px;
  width: 100%;
  padding: 0 0 75px 0;
}
.job-description h2 {
  font-size: 22.5px;
  font-family: "HelveticaRounded-Bold";
  color: #02a567;
  text-align: left;
  margin: 0 0 40px;
}
.job-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-description ul li {
  font-size: 18px;
  color: #424242;
  line-height: 30px;
  margin: 0 0 25px;
  padding: 0 0 0 30px;
  position: relative;
  display: block;
}
.job-description ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #02a567;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.job-description .btn-common {
  margin: 50px 0 0;
}
.job-description .job-right {
  flex: 1;
  position: relative;
}
.job-description .job-right figure {
  height: 100%;
}
.job-description .job-right figure img {
  visibility: hidden;
}
.job-description .job-right figure span {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.job-description .get-in-touch-right {
  flex: 1;
}
.job-description .get-in-touch-right h2 {
  font-size: 22.5px;
  font-family: "HelveticaRounded-Bold";
  color: #02a567;
  text-align: left;
  margin: 0 0 40px;
}
.job-description ::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.job-description :-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.job-description ::placeholder {
  opacity: 1;
  transition: opacity 0.25s;
}
.job-description *:focus::-moz-placeholder {
  opacity: 0;
}
.job-description *:focus:-ms-input-placeholder {
  opacity: 0;
}
.job-description *:focus::placeholder {
  opacity: 0;
}
.job-description .form-wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job-description .form-wrapper fieldset {
  max-width: 342px;
  width: 49%;
  padding: 0;
  margin: 0 0 15px;
  border: 1px solid #888788;
  position: relative;
  display: block;
}
.job-description .form-wrapper fieldset.textarea-holder {
  max-width: 100%;
  width: 100%;
}
.job-description .form-wrapper fieldset input {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #868585;
  letter-spacing: 0.2px;
  background: transparent;
  width: 100%;
  padding: 20px 15px;
  border: none;
}
.job-description .form-wrapper fieldset textarea {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #868585;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  border: none;
  display: block;
}
.job-description .form-wrapper fieldset.phone {
  display: flex;
  flex-flow: row nowrap;
}
.job-description .form-wrapper fieldset.phone input[type=text] {
  max-width: 273px;
}
.job-description .form-wrapper fieldset.phone select {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #868585;
  background: #FFF url(../images/icon-select.png) no-repeat 85% center;
  width: 110px;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.job-description .form-wrapper fieldset select {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #868585;
  letter-spacing: 0.2px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 21px 15px;
  background: transparent url(../images/icon-select.png) no-repeat 95% center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.job-description .form-wrapper fieldset select:focus {
  outline: none;
}
.job-description .form-wrapper .submit-holder {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
.job-description .form-wrapper .submit-holder .btn-common {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #585858;
  border: 1px solid #888788;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
}
.job-description .form-wrapper .submit-holder input[type=file] {
  color: transparent;
  width: 150px;
  height: 50px;
  background: #FFF;
  border: 1px solid #888788;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: block;
}
.job-description .form-wrapper .submit-holder input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.job-description .form-wrapper .submit-holder input[type=file]::before {
  content: attr(data-title);
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  color: #585858;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.job-description .form-wrapper .submit-holder input[type=file].error {
  border-color: #ff8989;
}

.get-in-touch {
  background: #f3f1f2;
  padding: 70px 0;
}
.get-in-touch .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
}
.get-in-touch .get-in-touch-left {
  max-width: 698px;
  width: 51%;
  padding-right: 30px;
}
.get-in-touch h2 {
  max-width: 590px;
  text-align: left !important;
  margin-bottom: 30px;
}
.get-in-touch p {
  margin-top: 30px;
  padding-right: 160px;
}

/*-----------------Responsibility-----------------*/
.responsibility-top {
  padding: 70px 0;
}
.responsibility-top .container {
  max-width: 1408px;
}
.responsibility-top h2 {
  margin-bottom: 40px;
}
.responsibility-top p {
  font-size: 22.5px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.message-wrapper {
  padding: 70px 0 0;
}
.message-wrapper .container {
  font-size: 22.5px;
  text-align: center;
  line-height: 30px;
}
.message-wrapper p {
  font-size: 18px;
  padding: 30px 0 0;
  letter-spacing: 0.2px;
}

.responsibility-categories {
  background-color: #FFF;
}
.responsibility-categories .container {
  max-width: 1408px;
}
.responsibility-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.responsibility-categories ul li:not(:last-child) {
  margin-right: 1.5%;
}

.corporate-content {
  padding: 70px 0 0;
}
.corporate-content article {
  font-size: 22.5px;
  line-height: 30px;
  text-align: center;
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
}
.corporate-content .corporate-content-area p {
  font-size: 22.5px;
  text-align: center;
  line-height: 30px;
  padding: 40px 0 0;
}
.corporate-content .corporate-content-area .container {
  max-width: 1408px;
  margin-top: 70px;
}
.corporate-content .corporate-content-area.sustainability h2 {
  margin-bottom: 40px;
}
.corporate-content .corporate-content-area.sustainability .corporate-listing {
  padding-bottom: 0px;
}
.corporate-content .corporate-content-area.sustainability .list-items {
  position: relative;
  overflow: hidden;
}
.corporate-content .corporate-content-area.sustainability .list-items figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.corporate-content .corporate-content-area.sustainability .list-items img {
  visibility: hidden;
}
.corporate-content .corporate-content-area.sustainability .list-items h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #FFF;
  position: absolute;
  bottom: 35px;
  left: 35px;
  opacity: 1;
  transition-delay: 3s;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}
.corporate-content .corporate-content-area.sustainability .list-items::after {
  content: "";
  background: #009d65;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.corporate-content .corporate-content-area.sustainability .list-items .list-content {
  border: 0;
  position: absolute;
  top: 78%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.corporate-content .corporate-content-area.sustainability .list-items .list-content h4 {
  position: static;
  opacity: 0;
}
.corporate-content .corporate-content-area.sustainability .list-items .list-content p {
  color: #FFF;
  text-align: left;
  padding-top: 0 !important;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.corporate-content .corporate-content-area.sustainability .list-items:hover::after {
  bottom: 0;
}
.corporate-content .corporate-content-area.sustainability .list-items:hover figure {
  filter: grayscale(1);
}
.corporate-content .corporate-content-area.sustainability .list-items:hover h4 {
  bottom: 60px;
  opacity: 0;
}
.corporate-content .corporate-content-area.sustainability .list-items:hover .list-content {
  top: 0;
}
.corporate-content .corporate-content-area.sustainability .list-items:hover .list-content h4 {
  opacity: 1;
}
.corporate-content .corporate-content-area.sustainability .list-items:hover .list-content p {
  transition-delay: 0.3s;
  opacity: 1;
}

.corporate-slider-wrapper {
  margin-top: 70px;
}
.corporate-slider-wrapper .container {
  max-width: 1528px;
  width: 100%;
  padding: 0 60px !important;
  position: relative;
}
.corporate-slider-wrapper .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45%;
  right: 0;
}
.corporate-slider-wrapper .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45%;
  left: 0;
}

.corporate-listing {
  padding-bottom: 70px;
}
.corporate-listing .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
}
.corporate-listing .list-items {
  max-width: 675px;
  width: 48%;
  margin-bottom: 3.95%;
}
.corporate-listing .list-items img {
  width: 100%;
}
.corporate-listing .list-items .list-content {
  border: 1px solid #e6e6e6;
  padding: 35px;
}
.corporate-listing .list-items .list-content p {
  font-size: 18px;
  line-height: 25px;
  color: #737373;
}
.corporate-listing .list-items .list-content h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  margin: 0 0 20px;
}
.corporate-listing .list-items .list-content a {
  font-size: 18px;
  line-height: 26px;
  color: #424242;
  margin: 20px 0 0;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.corporate-listing .list-items .list-content a:hover {
  color: #f79a21;
}
.corporate-listing .list-items:nth-child(2n+2) {
  margin-left: 3.95%;
}
.corporate-listing .list-items:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.corporate-content.our-strength {
  padding-top: 0;
}
.corporate-content.our-strength .container {
  margin-top: 0;
  padding-bottom: 0;
}

/*---------------------------------Retail----------------------------------*/
.retail-wrapper {
  overflow: hidden;
}
.retail-wrapper .container {
  max-width: 1408px;
  margin-top: 70px;
  display: flex;
  flex-flow: row nowrap;
}
.retail-wrapper .container:last-child {
  padding-bottom: 75px;
}
.retail-wrapper .container .retail-left {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
}
.retail-wrapper .container .follows {
  border-top: 1px solid #d9d9d9;
  margin: 13px 0 0;
}
.retail-wrapper .container .follows ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 25px 0 0;
}
.retail-wrapper .container .follows ul li {
  margin-right: 25px;
}
.retail-wrapper .container .retail-content a {
  font-size: 19px;
  color: #424242;
  text-transform: uppercase;
}
.retail-wrapper .container .retail-content a:hover {
  color: #f79a21;
}
.retail-wrapper .container h2 {
  text-align: left;
  margin: 0 0 40px;
}
.retail-wrapper .container p {
  text-align: justify;
  margin: 0 0 35px;
}
.retail-wrapper .container p:last-child {
  margin: 0;
}
.retail-wrapper .container p strong {
  font-family: "HelveticaRounded-Bold";
}
.retail-wrapper .container .retail-right {
  flex: 1;
  position: relative;
  padding-left: 55px;
}
.retail-wrapper .container .retail-right figure {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.retail-wrapper .container .retail-right figure img {
  visibility: hidden;
}
.retail-wrapper .container .retail-right figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.retail-wrapper .container:nth-child(even) {
  flex-direction: row-reverse;
}
.retail-wrapper .container:nth-child(even) .retail-left {
  margin-left: 0;
  margin-right: 0;
}
.retail-wrapper .container:nth-child(even) .retail-right {
  padding-left: 0;
  padding-right: 55px;
}
.retail-wrapper .container:nth-child(even) .retail-right figure span {
  right: 0;
  left: auto;
}

.retail-top {
  padding: 70px 0;
}
.retail-top .container {
  max-width: 1170px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.retail-top .retail-box {
  width: 100%;
  text-align: center;
}
.retail-top .retail-box figure {
  max-height: 68px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retail-top .retail-box img {
  margin: 0 auto;
}
.retail-top .retail-box strong {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  line-height: 37px;
  color: #02a567;
  margin: 14px 0;
  display: block;
}
.retail-top .retail-box span {
  font-size: 22.5px;
}
.retail-top .retail-box:not(:last-child) {
  margin-right: 45px;
}
.retail-top .retail-top-list {
  max-width: 1408px;
  margin-top: 50px;
}
.retail-top ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.retail-top li {
  background: #ebebeb;
  padding: 23px 20px 23px;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.retail-top li:not(:last-child) {
  margin-right: 20px;
}
.retail-top li span {
  font-size: 22.5px;
  display: inline-flex;
  margin-left: 40px;
}

.product-range-wrapper {
  background: #ebebeb;
  padding: 70px 0;
}
.product-range-wrapper .container {
  display: flex;
  flex-flow: column wrap;
  flex-direction: row;
  max-width: 1408px;
}
.product-range-wrapper .container.title-product-range {
  max-width: 1408px;
  flex-direction: column;
  margin-bottom: 80px;
}
.product-range-wrapper .container.title-product-range p {
  font-size: 22.5px;
  line-height: 30px;
}
.product-range-wrapper .container .item {
  max-width: 456px;
  width: 32.3%;
  margin: 0 1.5% 1.5% 0;
  background: #009d65;
  display: flex;
  flex-flow: row nowrap;
}
.product-range-wrapper .container .item:nth-child(3n+3) {
  margin-right: 0;
}
.product-range-wrapper .container .item figure {
  flex: 1;
  overflow: hidden;
}
.product-range-wrapper .container .item figure img {
  height: 100%;
}
.product-range-wrapper .container .item .content {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  text-align: center;
  color: #FFF;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px;
}
.product-range-wrapper .container .item .content h3 {
  font-size: 22.5px;
  line-height: 28px;
  position: relative;
  top: 0px;
  z-index: 1;
}
.product-range-wrapper h2 {
  margin-bottom: 40px;
}
.product-range-wrapper p {
  text-align: center;
}

.retail-network {
  padding: 70px 0;
}
.retail-network .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 70px;
}
.retail-network .network-list {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  max-width: 450px;
  width: 31.9%;
}
.retail-network .network-list figcaption {
  font-family: "HelveticaNeueThin";
  font-size: 22.5px;
  color: #505050;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 20px;
}
.retail-network .network-list .flag {
  max-width: 175px;
  max-height: 175px;
  margin: 0 auto -58px;
  padding: 0 20px;
  position: relative;
}
.retail-network .network-list .flag img {
  border-radius: 100%;
  display: block;
}
.retail-network .network-list:not(:last-child) {
  margin-right: 2%;
}
.retail-network .network-list .content {
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2px;
  background: #ebebeb;
  padding: 45px;
  flex: 1;
}
.retail-network .network-list a {
  font-size: 18px;
  color: #818181;
  padding: 15px 40px 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.retail-network .network-list a:after {
  content: "";
  background: url(../images/icon-next.png) no-repeat center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.loyalty-reward {
  background: #FFF img;
  background-width: 100%;
}
.loyalty-reward .container.title-product-range {
  max-width: 1408px;
  flex-direction: column;
  text-align: center;
}
.loyalty-reward .container h2 {
  margin-bottom: 40px;
}
.loyalty-reward .container p {
  font-size: 22.5px;
  line-height: 30px;
}

.brochure-wrapper {
  background-size: cover;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.brochure-wrapper figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brochure-wrapper figure img {
  visibility: hidden;
}
.brochure-wrapper .container {
  max-width: 1408px;
  position: absolute;
}
.brochure-wrapper .brochure-left {
  max-width: 635px;
  width: 100%;
}
.brochure-wrapper .brochure-left h2 {
  font-size: 36px;
  color: #FFF;
  margin-bottom: 30px;
}
.brochure-wrapper .brochure-left p {
  font-size: 24px;
  text-align: center;
  color: #FFF;
}
.brochure-wrapper .brochure-left .btn-common {
  color: #FFF;
  border-color: #FFF;
  margin: 30px auto 0;
}

/*------------------------Popups------------------------------------*/
.team-modal-content {
  background: #FFF;
  max-width: 800px;
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  align-items: center;
  padding: 25px;
}
.team-modal-content .profile-holder {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  margin-bottom: 20px;
}
.team-modal-content figure {
  max-width: 214px;
  width: 100%;
  max-height: 214px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.team-modal-content figure img {
  display: block;
}
.team-modal-content figcaption {
  font-size: 22.5px;
  text-align: center;
  margin: 35px 0 0;
}
.team-modal-content figcaption span {
  font-size: 18px;
  color: #a3a3a3;
  display: block;
}
.team-modal-content article {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.btn-close {
  background: url(../images/icon-close-popup.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.common-modal-content {
  background: #FFF;
  max-width: 800px;
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  align-items: center;
  padding: 25px;
}
.common-modal-content .profile-holder {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  margin-bottom: 20px;
}
.common-modal-content figure {
  max-width: 214px;
  width: 100%;
  max-height: 214px;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.common-modal-content figure img {
  height: 214px;
  display: block;
}
.common-modal-content figcaption {
  font-size: 22.5px;
  text-align: center;
  margin: 35px 0 0;
}
.common-modal-content figcaption span {
  font-size: 18px;
  color: #a3a3a3;
  display: block;
}
.common-modal-content article {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

/*------------------------Distribution UAE--------------------------*/
.distribution-uae .container:nth-child(even) {
  flex-direction: row-reverse !important;
}
.distribution-uae .container .retail-left {
  justify-content: flex-start;
}

.media .award-list-wrapper {
  margin: 54px 0 0;
}
.media .award-list-wrapper .award-list {
  position: relative;
  padding: 0 0 25px;
}
.media .award-list-wrapper .award-list p {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media .award-list-wrapper .award-list p:not(:last-child) {
  margin: 20px 0;
}
.media .award-list-wrapper .award-list a {
  font-size: 18px;
  color: #424242;
  position: absolute;
  left: 0;
  bottom: 0;
}
.media .award-list-wrapper .award-list figure {
  position: relative;
}
.media .award-list-wrapper .award-list figure::before {
  content: "";
  background: rgba(255, 255, 255, 0.63);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.media .award-list-wrapper .award-list:hover figure::before {
  opacity: 1;
}

/*------------------------Contact Us--------------------------*/
.contact-wrapper {
  padding: 70px 0;
}
.contact-wrapper .container {
  background: #f3f1f1;
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.contact-wrapper .container {
  padding: 50px !important;
}
.contact-wrapper .contact-left {
  max-width: 662px;
  width: 100%;
}
.contact-wrapper .contact-left figure {
  margin: 0 0 25px;
}
.contact-wrapper .contact-left figure img {
  width: 100%;
}
.contact-wrapper .contact-left p {
  color: #585858;
}
.contact-wrapper .contact-left p:first-child {
  margin-bottom: 20px;
}
.contact-wrapper .contact-left p strong {
  font-family: "HelveticaRounded-Bold";
  font-weight: normal;
}
.contact-wrapper .contact-left .address {
  color: #FFF;
}
.contact-wrapper .contact-left .address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-wrapper .contact-left .address ul li {
  font-size: 18px;
  padding: 5px 0;
}
.contact-wrapper .contact-left .address ul li a {
  padding-left: 40px;
  display: block;
}
.contact-wrapper .contact-left .address ul li:not(:last-child) {
  margin-bottom: 5px;
}
.contact-wrapper .contact-left .address .icon-call {
  background: url(../images/icon-call-contact.svg) no-repeat left 3px;
  background-size: 4%;
}
.contact-wrapper .contact-left .address .icon-mail {
  background: url(../images/icon-mail-contact.svg) no-repeat left 8px;
  background-size: 4%;
}
.contact-wrapper .contact-left .address a {
  color: #424242;
  line-height: 21px;
}
.contact-wrapper .contact-left .address .btn-common {
  margin: 16px 0 0;
  border-radius: 0;
}
.contact-wrapper .contact-left .location {
  background: url(../images/icon-location-contact.svg) no-repeat left 91%;
  background-size: 3.5%;
  margin: 20px 0 0;
  padding-left: 40px;
}
.contact-wrapper .contact-left .location span {
  position: relative;
}
.contact-wrapper .contact-left .location em {
  font-size: 13px;
  font-style: normal;
  line-height: 10px;
  padding: 0 0 10px;
  display: block;
}
.contact-wrapper .contact-right {
  max-width: 690px;
  width: 100%;
  margin-left: 50px;
}
.contact-wrapper .contact-right fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-wrapper .contact-right fieldset:not(:last-child) {
  margin-bottom: 26px;
}
.contact-wrapper .contact-right fieldset:last-child {
  display: flex;
  justify-content: flex-end;
}
.contact-wrapper .contact-right input[type=text], .contact-wrapper .contact-right input[type=number], .contact-wrapper .contact-right input[type=email] {
  font-family: "HelveticaNeueThin";
  font-size: 22.5px;
  letter-spacing: 0.2px;
  color: #585858;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 15px 27px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-wrapper .contact-right input[type=text]::-webkit-outer-spin-button, .contact-wrapper .contact-right input[type=text]::-webkit-inner-spin-button, .contact-wrapper .contact-right input[type=number]::-webkit-outer-spin-button, .contact-wrapper .contact-right input[type=number]::-webkit-inner-spin-button, .contact-wrapper .contact-right input[type=email]::-webkit-outer-spin-button, .contact-wrapper .contact-right input[type=email]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-wrapper .contact-right textarea {
  font-family: "HelveticaNeueThin";
  font-size: 22.5px;
  letter-spacing: 0.2px;
  color: #585858;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 15px 27px;
  height: 216px;
  display: block;
}
.contact-wrapper .contact-right input[type=submit] {
  font-family: "HelveticaRounded-Bold";
  font-size: 15px;
  color: #02a567;
  background: #FFF;
  border-color: #02a567;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  cursor: pointer;
}

.our-presence {
  background-color: #f3f1f1;
  padding: 70px 0;
}
.our-presence h2 {
  margin-bottom: 70px;
}
.our-presence .container {
  max-width: 1515px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.our-presence .boxes {
  max-width: 322px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  align-items: center;
}
.our-presence .boxes figure {
  max-width: 135px;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 0 17px rgba(66, 66, 66, 0.2);
}
.our-presence .boxes h3 {
  font-size: 22.5;
  color: #f79a21;
  margin: 43px 0 22px;
}
.our-presence .boxes p {
  text-align: center;
  color: #9b9999;
  padding: 0 0 30px;
  min-height: 180px;
}
.our-presence .boxes a {
  font-size: 18px;
  color: #6e6d6d;
}
.our-presence .boxes:not(:last-child) {
  margin-right: 20px;
}

.store-locator-wrapper .container {
  max-width: 1414px;
  margin-top: 30px;
  padding: 0 0 4px;
}
.store-locator-wrapper .container h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #02a567;
  text-align: center;
}
.store-locator-wrapper .container .store-search {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 65px 0 0;
  position: relative;
}
.store-locator-wrapper .container .store-search::after {
  content: "";
  background: #cccccc;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 65px;
  bottom: 16px;
  margin: auto;
}
.store-locator-wrapper .container .store-search label {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #8d8d8d;
  white-space: nowrap;
  margin-right: 60px;
}
.store-locator-wrapper .container .store-search fieldset {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
.store-locator-wrapper .container .store-search select {
  font-family: "HelveticaNeueThin";
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 21px 15px;
  color: #868585;
  background: #FFF url(../images/icon-select.png) no-repeat 85% center;
  width: 110px;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.store-locator-wrapper .container .store-search input[type=text] {
  font-size: 18px;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 19px 0 19px 22px;
}
.store-locator-wrapper .container .store-search input[type=text]::-moz-placeholder {
  color: #8d8d8d;
}
.store-locator-wrapper .container .store-search input[type=text]:-ms-input-placeholder {
  color: #8d8d8d;
}
.store-locator-wrapper .container .store-search input[type=text]::placeholder {
  color: #8d8d8d;
}
.store-locator-wrapper .container .store-search input[type=submit] {
  text-indent: -999px;
  background: url(../images/icon-location-search.png) no-repeat center center;
  width: 30px;
  height: 30px;
  border: 0;
  position: absolute;
  bottom: 15px;
  right: 23px;
  cursor: pointer;
}

.locator-wrapper {
  padding: 50px 0 75px;
  position: relative;
}
.locator-wrapper .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.locator-wrapper .nearest-store {
  background: #FFF;
  max-width: 425px;
  width: 100%;
  padding: 33px 28px;
  margin: 30px 40px 0 0;
  border: 1px solid #e5e5e5;
  position: relative;
}
.locator-wrapper .nearest-store span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #02a567;
  position: absolute;
  right: -15px;
  top: 0;
  margin: auto;
}
.locator-wrapper .nearest-store h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  margin-bottom: 25px;
}
.locator-wrapper .nearest-store ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 525px;
  overflow-y: auto;
}
.locator-wrapper .nearest-store ul li {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  cursor: pointer;
}
.locator-wrapper .nearest-store ul li a {
  color: #424242;
  padding: 12px 0;
  display: block;
}
.locator-wrapper .nearest-store ul::-webkit-scrollbar {
  width: 8px;
}
.locator-wrapper .nearest-store ul::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
}
.locator-wrapper .nearest-store .btn-common {
  font-family: "HelveticaRounded-Bold";
  font-size: 18px;
  color: #FFF;
  background: #02a567;
  width: 100%;
  cursor: pointer;
  margin: 25px 0 0;
  padding: 13px 20px;
  display: block;
}
.locator-wrapper .location-detals {
  background: #FFF;
  max-width: 363px;
  width: 93%;
  min-height: 207px;
  padding: 28px 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}
.locator-wrapper .location-detals h4 {
  font-family: "HelveticaRounded-Bold";
  font-size: 20px;
  color: #02a567;
}
.locator-wrapper .location-detals p {
  font-size: 17px;
  color: #424242;
  margin: 23px 0;
}
.locator-wrapper .location-detals span {
  font-size: 17px;
  color: #02a567;
  display: block;
}
.locator-wrapper .map {
  flex-grow: 1;
  margin: 30px 0 0;
}
.locator-wrapper .map iframe {
  min-height: 717px;
}
.locator-wrapper .map #map {
  height: 100%;
}

.oman-brands-wrapper {
  background: #f3f1f1;
  padding: 70px 0;
}
.oman-brands-wrapper .container {
  max-width: 1568px;
  padding: 0 60px;
}
.oman-brands-wrapper .item {
  padding: 0 20px;
}
.oman-brands-wrapper h2 {
  font-family: "HelveticaRounded-Bold";
  font-size: 33.5px;
  color: #009f60;
  text-align: center;
  margin-bottom: 50px;
}
.oman-brands-wrapper .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  background-size: cover !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 44%;
  right: -35px;
}
.oman-brands-wrapper .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  background-size: cover !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 44%;
  left: -35px;
}

.title-holder {
  margin: 70px 0 0;
}
.title-holder .container {
  max-width: 1408px;
}
.title-holder .container h2 {
  text-align: left;
  margin: 0;
}

.retail-uae {
  padding: 0 0 70px;
}
.retail-uae .container {
  max-width: 1408px;
}
.retail-uae .retail-uae-content {
  padding: 50px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.retail-uae .retail-uae-content .retail-left .retail-content {
  margin-right: 50px;
  text-align: justify;
  max-width: 763px;
}
.retail-uae .retail-uae-content .retail-left .retail-content p:not(:last-child) {
  margin: 0 0 33px;
}
.retail-uae .retail-uae-content .retail-right {
  max-width: 594px;
}
.retail-uae .retail-uae-content .retail-right .common-slider {
  max-width: 594px;
  width: 100%;
  margin-bottom: 30px;
}
.retail-uae .retail-uae-content .retail-right .common-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: inherit;
}
.retail-uae article {
  text-align: center;
  margin: 40px 0 0;
}

.find-store {
  background: #ededed;
  padding: 70px 0;
}
.find-store .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.find-store .store-left {
  max-width: 365px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 50px;
}
.find-store .store-left p {
  font-size: 40px;
  color: #5f5f5e;
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}
.find-store .store-left a {
  font-size: 30px;
  color: #5f5f5e;
  margin: 0 auto;
}
.find-store .store-right {
  max-width: 860px;
  width: 100%;
}

.goodness-foods .retail-left {
  flex: 1;
  justify-content: flex-start !important;
}
.goodness-foods .retail-right {
  flex: 1;
}
.goodness-foods .retail-right .common-slider {
  max-width: 688px;
  width: 100%;
}
.goodness-foods .retail-right .common-slider figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: inherit;
  visibility: visible !important;
}

/*---------------------------------Distribution----------------------------*/
.partnership-wrapper {
  background: url(../images/bg-partnership.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
.partnership-wrapper .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.partnership-wrapper .list-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
}
.partnership-wrapper .list-item img {
  width: 100%;
}
.partnership-wrapper .list-item:not(:last-child) {
  margin-right: 10px;
}
.partnership-wrapper .list-item .list-content {
  background: #009d65;
  padding: 40px 20px;
  flex: 1;
}
.partnership-wrapper .list-item h3 {
  font-family: "HelveticaRounded-Bold";
  color: #FFF;
  font-size: 22.5px;
  line-height: 30px;
  min-height: 60px;
  margin: 0 0 18px;
}
.partnership-wrapper .list-item p {
  font-size: 19px;
  line-height: 26px;
  color: #FFF;
}
.partnership-wrapper .people-centricity {
  margin: 10px auto;
}
.partnership-wrapper .partnership-left {
  text-align: center;
  max-width: 531px;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  z-index: 1;
  justify-content: center;
}
.partnership-wrapper .partnership-left figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partnership-wrapper .partnership-left figure img {
  visibility: hidden;
}
.partnership-wrapper .partnership-left .partnership-content {
  position: absolute;
  bottom: 36px;
}
.partnership-wrapper .partnership-left h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #FFF;
  margin: 0 0 10px;
  text-shadow: 1px 2px 0px rgb(0, 0, 0);
}
.partnership-wrapper .partnership-left p {
  font-family: "HelveticaNeueThin";
  font-size: 19px;
  color: #FFF;
  text-shadow: 0px 2px 3px rgb(0, 0, 0);
}
.partnership-wrapper .partnership-right {
  background: #ebebeb;
  max-width: 777px;
  width: 100%;
  margin-left: 50px;
  padding-bottom: 30px;
  position: relative;
}
.partnership-wrapper .partnership-right:before {
  content: "";
  background: #ebebeb;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -128px;
  top: 0;
  z-index: 0;
}
.partnership-wrapper .partnership-right .trade-partnership-top {
  padding: 30px 0 30px;
  position: relative;
  z-index: 1;
}
.partnership-wrapper .partnership-right .trade-partnership-top h3 {
  font-family: "HelveticaRounded-Bold";
  font-size: 22.5px;
  color: #02a567;
  text-align: center;
}
.partnership-wrapper .partnership-right .trade-partnership-top span {
  font-size: 19px;
  text-align: center;
  color: #02a567;
  line-height: 31px;
  margin-left: 20px;
  display: block;
}
.partnership-wrapper .partnership-right .trade-partnership {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
}
.partnership-wrapper .partnership-right .partnership-list {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.partnership-wrapper .partnership-right .partnership-list .partner-list-item {
  position: relative;
  padding: 10px 10px 15px;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.partnership-wrapper .partnership-right .partnership-list .partner-list-item::after {
  content: "";
  background: #02a567;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.partnership-wrapper .partnership-right .partnership-list .partner-list-item:not(:last-child)::before {
  content: "";
  background: #02a567;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  margin: auto;
}
.partnership-wrapper .partnership-right .partnership-list span {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.partnership-wrapper .partnership-right .partnership-list strong {
  font-family: "HelveticaNeueMedium";
}
.partnership-wrapper .partnership-right .partnership-list:last-child .partner-list-item::after {
  display: none;
}

.our-operations {
  padding: 70px 0;
}
.our-operations .container {
  max-width: 1045px !important;
}
.our-operations h2 {
  margin: 0 0 70px;
}
.our-operations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.our-operations li {
  max-width: 115px;
  padding: 0 0 50px;
  position: relative;
  cursor: pointer;
}
.our-operations li figure {
  background: url(../images/bg-shadow-operation.png) no-repeat bottom center;
  background-size: contain;
  padding: 0 0 34px;
}
.our-operations li:not(:last-child) {
  margin-right: 14%;
}
.our-operations li figcaption {
  font-size: 22.5px;
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.establish-wrapper:nth-child(odd) {
  background: #ebebeb;
  padding: 70px 0;
}
.establish-wrapper .container {
  max-width: 1408px;
}
.establish-wrapper .container &gt; p {
  text-align: center;
}
.establish-wrapper .container.top-content {
  max-width: 1408px;
}
.establish-wrapper h2 {
  margin-bottom: 60px;
}
.establish-wrapper p {
  font-size: 22.5px;
  line-height: 30px;
}
.establish-wrapper .establish-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 50px 0 0;
}
.establish-wrapper .establish-left img {
  width: 100%;
  max-height: 397px;
}
.establish-wrapper .establish-right {
  flex-grow: 1;
  padding: 0 0 0 50px;
}
.establish-wrapper .establish-right h3 {
  font-family: "HelveticaNeueBold";
  font-size: 22.5px;
  margin: 0 0 24px;
}
.establish-wrapper .establish-right p {
  line-height: 52px;
}
.establish-wrapper .establish-right strong {
  font-family: "HelveticaNeueBold";
}
.establish-wrapper .establish-slider {
  margin-top: 80px;
  max-width: 1568px;
  padding: 0 60px !important;
}
.establish-wrapper .establish-slider .item {
  background: #FFF;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 20px;
  padding: 13px 15px 12px;
}
.establish-wrapper .establish-slider img {
  width: auto !important;
}
.establish-wrapper .establish-slider .owl-nav .owl-next {
  text-indent: -9999px;
  background: url(../images/icon-next.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 37%;
  right: -35px;
}
.establish-wrapper .establish-slider .owl-nav .owl-prev {
  text-indent: -9999px;
  background: url(../images/icon-prev.png) no-repeat center center !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 37%;
  left: -35px;
}
.establish-wrapper:nth-child(even) {
  background: #FFF;
  padding: 70px 0;
}
.establish-wrapper:nth-child(even) .establish-content {
  flex-direction: row-reverse;
}
.establish-wrapper:nth-child(even) .establish-right {
  padding: 0 50px 0 0;
}
.establish-wrapper:nth-child(even) .establish-right h3 {
  text-align: right;
}
.establish-wrapper:nth-child(even) .establish-right p {
  text-align: right;
}

.sitemap {
  padding: 100px 0;
}
.sitemap .container {
  max-width: 1408px;
}
.sitemap .container ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.sitemap .container ul li::marker {
  color: #02a567;
}
.sitemap .container ul li a {
  color: #424242;
  transition: all 0.3s ease-in-out;
}
.sitemap .container ul li a:hover {
  color: #f79a21;
}
.sitemap .container ul li ul {
  padding-top: 10px;
}

.goodness-food {
  padding: 70px 0;
}
.goodness-food h2 {
  margin: 0 0 45px;
}
.goodness-food .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.goodness-food .goodness-left {
  max-width: 507px;
  width: 100%;
}
.goodness-food .goodness-left figure, .goodness-food .goodness-left img {
  width: 100%;
}
.goodness-food .goodness-right {
  max-width: 928px;
  width: 100%;
  margin-left: 65px;
  color: #505050;
}
.goodness-food .goodness-right p {
  font-size: 22.5px;
  line-height: 30px;
}
.goodness-food .goodness-right p:not(:last-child) {
  margin-bottom: 35px;
}

.world-goodness h2 {
  margin-bottom: 70px;
}
.world-goodness .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  flex-flow: column wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.world-goodness .goodness-list {
  max-width: 412px;
  width: 29.8%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin: 0 0 50px;
  padding: 20px 0 0;
}
.world-goodness .goodness-list .list-content {
  font-family: "HelveticaNeueBold";
  font-size: 22.5px;
  color: #FFF;
  background: #009d65;
  max-width: 383px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.world-goodness .goodness-list figure {
  position: relative;
  z-index: 1;
  width: 92%;
  margin: -20px 0 0 -25px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.world-goodness .goodness-list figure img {
  max-width: 243px;
  box-shadow: 0 0 22px 4px rgba(0, 0, 0, 0.35);
}
.world-goodness .goodness-list figure figcaption {
  line-height: 15px;
  white-space: nowrap;
  padding: 0 20px;
}
.world-goodness .goodness-list span {
  line-height: 17px;
  text-align: right;
  padding: 17px 20px;
  position: relative;
  z-index: 1;
  display: block;
}
.world-goodness .goodness-list p {
  color: #616161;
  max-width: 383px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.world-goodness .goodness-list:not(:nth-child(3n+3)) {
  margin-right: 5%;
}

.goodness-food.leone {
  background: #ebebeb;
  padding: 70px 0;
}
.goodness-food.leone h2 {
  margin-bottom: 45px;
}
.goodness-food.leone .container {
  flex-direction: row-reverse !important;
}
.goodness-food.leone .goodness-right {
  margin-left: 0;
  margin-right: 65px;
}

.leone-wrapper {
  padding: 70px 0;
}
.leone-wrapper .container {
  max-width: 1408px;
}
.leone-wrapper .container h2 {
  margin-bottom: 40px;
}
.leone-wrapper p {
  text-align: center;
  margin: 0 0 30px;
}
.leone-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px 0 0;
}
.leone-wrapper ul li span {
  font-size: 18px;
  line-height: 25px;
  color: #505050;
  text-align: center;
  padding: 30px 0 0;
  display: block;
}
.leone-wrapper ul li:not(:last-child) {
  margin-right: 3.4%;
}

.responsibility-detail {
  padding: 70px 0 0;
}
.responsibility-detail .container {
  max-width: 1408px;
}
.responsibility-detail .video-holder {
  margin: 70px 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.responsibility-detail .video-holder .btn-play {
  background: url(../images/icon-play.png) no-repeat center;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.responsibility-detail .video-player {
  width: 100%;
}

.responsibility-detail-content {
  padding-bottom: 70px;
}
.responsibility-detail-content .container {
  max-width: 1408px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.responsibility-detail-content .container .responsibility-detail-left {
  max-width: 845px;
  width: 100%;
}
.responsibility-detail-content .container .responsibility-detail-left h3 {
  font-family: "HelveticaNeueBold";
  font-size: 22.5px;
  color: #02a567;
  max-width: 442px;
  width: 100%;
  margin: 0 0 30px;
}
.responsibility-detail-content .container .responsibility-detail-right {
  max-width: 503px;
  width: 100%;
  margin-left: 70px;
}
.responsibility-detail-content .container:nth-child(even) {
  flex-direction: row-reverse;
}
.responsibility-detail-content .container:nth-child(even) .responsibility-detail-right {
  margin-left: 0;
  margin-right: 70px;
}
.responsibility-detail-content .container:not(:last-child) {
  margin-bottom: 70px;
}
.responsibility-detail-content p:not(:last-child) {
  padding-bottom: 30px;
}

/*-------------------Our Brands--------------------*/
.our-brand-main-wrapper {
  padding: 70px 0;
}
.our-brand-main-wrapper h2 {
  margin-bottom: 70px;
}
.our-brand-main-wrapper .filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-bottom: 70px;
}
.our-brand-main-wrapper .filter ul li {
  font-size: 18px;
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.our-brand-main-wrapper .filter ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #424242;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
  display: block;
}
.our-brand-main-wrapper .filter ul li::after {
  content: "";
  background: #009d65;
  width: 9px;
  height: 9px;
  transform: scale(0);
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.our-brand-main-wrapper .filter ul li.active::before {
  transform: scale(1);
  border-color: #009d65;
}
.our-brand-main-wrapper .filter ul li.active::after {
  transform: scale(1);
}
.our-brand-main-wrapper .filter ul li:not(:last-child) {
  margin-right: 30px;
}
.our-brand-main-wrapper .brands-wrapper {
  padding: 0 0 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.our-brand-main-wrapper .brands-wrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-brand-main-wrapper .brands-wrapper li {
  width: 140px;
  height: 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.our-brand-main-wrapper .brands-wrapper li img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.our-brand-main-wrapper .brands-wrapper li:hover img {
  transform: scale(1.12);
}
.our-brand-main-wrapper .brands-wrapper li:not(:nth-child(9n+9)) {
  margin-right: 15px;
}

.breadcrumbs .container {
  max-width: 1408px;
  padding: 50px 0 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.breadcrumbs li {
  font-size: 18px;
  letter-spacing: 0.2px;
  margin-right: 3px;
  padding: 0 10px;
}
.breadcrumbs li:not(:last-child) {
  border-right: 1px solid #424242;
}
.breadcrumbs a {
  color: #424242;
}

.detail-page .container {
  padding: 50px 0;
  max-width: 1408px;
}
.detail-page h2 {
  margin-bottom: 30px;
}
.detail-page img {
  margin-bottom: 20px;
}
.detail-page p {
  margin: 0 0 20px;
}
.detail-page h3 {
  font-size: 22.5px;
  margin-bottom: 20px;
}
.detail-page h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.detail-page .deatail-content {
  max-width: 1408px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
}
.detail-page .content-detail-left {
  max-width: 450px;
  width: 100%;
  margin-right: 40px;
  flex-shrink: 0;
}
.detail-page em {
  font-style: normal;
}

.terms-wrapper {
  padding: 50px 0 70px;
}
.terms-wrapper h1 {
  font-family: "HelveticaRounded-Bold";
  font-size: 50px;
  color: #02a567;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 50px;
}
.terms-wrapper strong {
  font-family: "HelveticaNeueBold";
  font-size: 22.5px;
  margin-bottom: 20px;
}
.terms-wrapper p {
  margin-bottom: 20px;
}

.news-details figure img {
  margin: 0 auto 30px;
}

@media screen and (max-width: 1919px) {
  .main-header .container, .main-header .detail-top, .main-header article, .home-hero .container, .home-hero .detail-top, .home-hero article, .we-are-choitrams .container, .we-are-choitrams .detail-top, .we-are-choitrams article, .our-brands-wrapper .container, .our-brands-wrapper .detail-top, .our-brands-wrapper article, .career-with-us-wrapper .container, .career-with-us-wrapper .detail-top, .career-with-us-wrapper article, .main-footer .container, .main-footer .detail-top, .main-footer article, .brand-detail .container, .brand-detail .detail-top, .brand-detail article, .awards .container, .awards .detail-top, .awards article, .common-wrapper .container, .common-wrapper .detail-top, .common-wrapper article, .employe-engement-wrapper .container, .employe-engement-wrapper .detail-top, .employe-engement-wrapper article,
.inner-hero .container,
.inner-hero .detail-top,
.inner-hero article, .locator-wrapper .container, .locator-wrapper .detail-top, .locator-wrapper article, .store-locator-wrapper .container, .store-locator-wrapper .detail-top, .store-locator-wrapper article, .find-store .container, .find-store .detail-top, .find-store article, .counting-wrapper .container, .counting-wrapper .detail-top, .counting-wrapper article, .corporate-content .container, .corporate-content .detail-top, .corporate-content article, .message-wrapper .container, .message-wrapper .detail-top, .message-wrapper article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-holder, .gcc-operation-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer .footer-right {
    margin-left: 20px;
  }
  .main-footer .footer-bottom .footer-left .about-group {
    margin-right: 20px;
  }
  .main-footer .footer-bottom .footer-left .business {
    margin-right: 20px;
  }
  .main-footer .footer-bottom .footer-left .media-center {
    margin-right: 20px;
    min-height: 262px;
  }
  .main-footer .footer-bottom .footer-left .about-group {
    margin-bottom: 20px;
  }
  .ovarlay .modal-wrapper {
    width: 90%;
    display: none;
  }
  .ovarlay .faq-wrapper {
    padding: 50px;
  }
  .brochure-wrapper .container {
    max-width: 73.333vw;
  }
  .brochure-wrapper .brochure-left {
    max-width: 33.073vw;
  }
  .brochure-wrapper .brochure-left h2 {
    font-size: 1.875vw;
    line-height: 2.083vw;
  }
  .brochure-wrapper .brochure-left p {
    font-size: 1.25vw;
    line-height: 1.563vw;
  }
  .world-goodness .container {
    padding-left: 45px;
  }
  .gcc-operation-wrapper figure {
    max-width: 53vw;
  }
  .gcc-operation-wrapper figure .map1-retail {
    width: 8.802vw;
    height: 1.094vw;
    top: 3.906vw;
    left: 3.333vw;
  }
  .gcc-operation-wrapper figure .map1-distribution {
    width: 11.146vw;
    height: 1.094vw;
    top: 5.417vw;
    left: 3.333vw;
  }
  .gcc-operation-wrapper figure .map2-retail {
    width: 8.802vw;
    height: 1.094vw;
    top: 5.156vw;
    left: 19.323vw;
  }
  .gcc-operation-wrapper figure .map2-distribution {
    width: 11.146vw;
    height: 1.094vw;
    top: 6.458vw;
    left: 19.115vw;
  }
  .gcc-operation-wrapper figure .map3-retail {
    width: 8.802vw;
    height: 1.094vw;
    top: 4.948vw;
    left: 34.792vw;
  }
  .gcc-operation-wrapper figure .map3-distribution {
    width: 11.146vw;
    height: 1.094vw;
    top: 6.25vw;
    left: 34.792vw;
  }
  .gcc-operation-wrapper figure .map4-distribution {
    width: 11.146vw;
    height: 1.094vw;
    bottom: 16.875vw;
    left: 41.042vw;
  }
}
@media screen and (max-width: 1480px) {
  .ovarlay .faq-wrapper {
    padding: 27px 50px;
  }
  .ovarlay .faq-wrapper h2 {
    margin-bottom: 40px;
  }
  .ovarlay .faq-wrapper .btn-tab {
    font-size: 20px;
  }
  .ovarlay .faq-wrapper .tab-content .content-tab-inner {
    padding: 35px 30px 35px 0;
  }
  .responsibility-categories .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brochure-wrapper .container {
    max-width: 93.867vw;
  }
  .brochure-wrapper .brochure-left {
    max-width: 42.333vw;
  }
  .brochure-wrapper .brochure-left h2 {
    font-size: 2.4vw;
    line-height: 2.667vw;
  }
  .brochure-wrapper .brochure-left p {
    font-size: 1.6vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 1450px) {
  .common-wrapper .container, .common-wrapper .food-safty-content, .common-wrapper .retail-top-list, .common-wrapper .committing-content, .common-wrapper .grow-with-content, .main-header .container, .main-header .food-safty-content, .main-header .retail-top-list, .main-header .committing-content, .main-header .grow-with-content, .main-footer .container, .main-footer .food-safty-content, .main-footer .retail-top-list, .main-footer .committing-content, .main-footer .grow-with-content, .store-locator-wrapper .container, .store-locator-wrapper .food-safty-content, .store-locator-wrapper .retail-top-list, .store-locator-wrapper .committing-content, .store-locator-wrapper .grow-with-content, .locator-wrapper .container, .locator-wrapper .food-safty-content, .locator-wrapper .retail-top-list, .locator-wrapper .committing-content, .locator-wrapper .grow-with-content, .find-store .container, .find-store .food-safty-content, .find-store .retail-top-list, .find-store .committing-content, .find-store .grow-with-content, .responsibility-categories .container, .responsibility-categories .food-safty-content, .responsibility-categories .retail-top-list, .responsibility-categories .committing-content, .responsibility-categories .grow-with-content, .retail-top .responsibility-detail .container, .retail-top .responsibility-detail .food-safty-content, .retail-top .responsibility-detail .retail-top-list, .retail-top .responsibility-detail .committing-content, .retail-top .responsibility-detail .grow-with-content, .food-safty-wrapper .container, .food-safty-wrapper .food-safty-content, .food-safty-wrapper .retail-top-list, .food-safty-wrapper .committing-content, .food-safty-wrapper .grow-with-content,
.committing-goodnes .container,
.committing-goodnes .food-safty-content,
.committing-goodnes .retail-top-list,
.committing-goodnes .committing-content,
.committing-goodnes .grow-with-content, .grow-with-us .container, .grow-with-us .food-safty-content, .grow-with-us .retail-top-list, .grow-with-us .committing-content, .grow-with-us .grow-with-content, .we-are-choitrams .container, .we-are-choitrams .food-safty-content, .we-are-choitrams .retail-top-list, .we-are-choitrams .committing-content, .we-are-choitrams .grow-with-content, .message-wrapper .container, .message-wrapper .food-safty-content, .message-wrapper .retail-top-list, .message-wrapper .committing-content, .message-wrapper .grow-with-content {
    max-width: 1280px;
  }
  .common-wrapper .container.retail-top-list, .common-wrapper .food-safty-content.retail-top-list, .common-wrapper .retail-top-list.retail-top-list, .common-wrapper .committing-content.retail-top-list, .common-wrapper .grow-with-content.retail-top-list, .main-header .container.retail-top-list, .main-header .food-safty-content.retail-top-list, .main-header .retail-top-list.retail-top-list, .main-header .committing-content.retail-top-list, .main-header .grow-with-content.retail-top-list, .main-footer .container.retail-top-list, .main-footer .food-safty-content.retail-top-list, .main-footer .retail-top-list.retail-top-list, .main-footer .committing-content.retail-top-list, .main-footer .grow-with-content.retail-top-list, .store-locator-wrapper .container.retail-top-list, .store-locator-wrapper .food-safty-content.retail-top-list, .store-locator-wrapper .retail-top-list.retail-top-list, .store-locator-wrapper .committing-content.retail-top-list, .store-locator-wrapper .grow-with-content.retail-top-list, .locator-wrapper .container.retail-top-list, .locator-wrapper .food-safty-content.retail-top-list, .locator-wrapper .retail-top-list.retail-top-list, .locator-wrapper .committing-content.retail-top-list, .locator-wrapper .grow-with-content.retail-top-list, .find-store .container.retail-top-list, .find-store .food-safty-content.retail-top-list, .find-store .retail-top-list.retail-top-list, .find-store .committing-content.retail-top-list, .find-store .grow-with-content.retail-top-list, .responsibility-categories .container.retail-top-list, .responsibility-categories .food-safty-content.retail-top-list, .responsibility-categories .retail-top-list.retail-top-list, .responsibility-categories .committing-content.retail-top-list, .responsibility-categories .grow-with-content.retail-top-list, .retail-top .responsibility-detail .container.retail-top-list, .retail-top .responsibility-detail .food-safty-content.retail-top-list, .retail-top .responsibility-detail .retail-top-list.retail-top-list, .retail-top .responsibility-detail .committing-content.retail-top-list, .retail-top .responsibility-detail .grow-with-content.retail-top-list, .food-safty-wrapper .container.retail-top-list, .food-safty-wrapper .food-safty-content.retail-top-list, .food-safty-wrapper .retail-top-list.retail-top-list, .food-safty-wrapper .committing-content.retail-top-list, .food-safty-wrapper .grow-with-content.retail-top-list,
.committing-goodnes .container.retail-top-list,
.committing-goodnes .food-safty-content.retail-top-list,
.committing-goodnes .retail-top-list.retail-top-list,
.committing-goodnes .committing-content.retail-top-list,
.committing-goodnes .grow-with-content.retail-top-list, .grow-with-us .container.retail-top-list, .grow-with-us .food-safty-content.retail-top-list, .grow-with-us .retail-top-list.retail-top-list, .grow-with-us .committing-content.retail-top-list, .grow-with-us .grow-with-content.retail-top-list, .we-are-choitrams .container.retail-top-list, .we-are-choitrams .food-safty-content.retail-top-list, .we-are-choitrams .retail-top-list.retail-top-list, .we-are-choitrams .committing-content.retail-top-list, .we-are-choitrams .grow-with-content.retail-top-list, .message-wrapper .container.retail-top-list, .message-wrapper .food-safty-content.retail-top-list, .message-wrapper .retail-top-list.retail-top-list, .message-wrapper .committing-content.retail-top-list, .message-wrapper .grow-with-content.retail-top-list {
    max-width: 1280px;
  }
  .retail-top &gt; .container {
    max-width: 1170px;
  }
  .corporate-content .corporate-listing .container {
    max-width: 1280px;
  }
  .establish-wrapper .container.top-content {
    max-width: 1280px;
  }
  .career-details .title-heading .container {
    max-width: 1280px;
  }
  .values-wrapper .parent .child {
    max-width: 212px;
    width: 18%;
  }
  .values-wrapper .parent .child:not(:last-child) {
    margin-right: 2.5%;
  }
  .corporate-content .corporate-content-area .container {
    max-width: 1280px;
  }
  .inner-hero .container .banner-content {
    max-width: 1280px;
  }
  .leadership-wrapper .container, .recent-award-wrapper .container, .our-brands-wrapper .container, .news-wrapper .container, .our-brands-slider-wrapepr .container, .opportunity-explore-wrapeper .container, .oman-brands-wrapper .container {
    max-width: 1400px;
    padding: 0 60px;
  }
  .corporate-slider-wrapper .container {
    max-width: 1360px;
  }
  .product-range-wrapper .container.title-product-range, .product-range-wrapper .container.title-product-range, .product-range-wrapper .container.detail-top, .loyalty-reward .container.title-product-range, .loyalty-reward .container.title-product-range, .loyalty-reward .container.detail-top, .brand-detail .container.title-product-range, .brand-detail .container.title-product-range, .brand-detail .container.detail-top {
    max-width: 1280px;
  }
  .brand-detail .our-brands-slider-wrapepr .detail-bottom {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .establish-wrapper .container.establish-slider {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .contact-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gcc-operation-wrapper figure {
    max-width: 69.375vw;
  }
  .gcc-operation-wrapper figure .map1-retail {
    width: 11.736vw;
    height: 1.458vw;
    top: 5.208vw;
    left: 4.444vw;
  }
  .gcc-operation-wrapper figure .map1-distribution {
    width: 14.861vw;
    height: 1.458vw;
    top: 7.222vw;
    left: 4.444vw;
  }
  .gcc-operation-wrapper figure .map2-retail {
    width: 11.736vw;
    height: 1.458vw;
    top: 6.875vw;
    left: 25.764vw;
  }
  .gcc-operation-wrapper figure .map2-distribution {
    width: 14.861vw;
    height: 1.458vw;
    top: 8.611vw;
    left: 25.486vw;
  }
  .gcc-operation-wrapper figure .map3-retail {
    width: 11.736vw;
    height: 1.458vw;
    top: 6.597vw;
    left: 46.389vw;
  }
  .gcc-operation-wrapper figure .map3-distribution {
    width: 14.861vw;
    height: 1.458vw;
    top: 8.333vw;
    left: 46.389vw;
  }
  .gcc-operation-wrapper figure .map4-distribution {
    width: 14.861vw;
    height: 1.458vw;
    bottom: 22.5vw;
    left: 54.722vw;
  }
}
@media screen and (max-width: 1200px) {
  .main-header .main-nav ul li {
    font-size: 15px;
    padding-right: 28px;
  }
  .main-header .main-nav ul li:not(:last-child)::after {
    right: 12px;
  }
  .visit-us-wrapper .visit-us-left .visit-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .visit-us-wrapper .visit-us-right figure {
    padding: 30px 20px;
  }
  .visit-us-wrapper .visit-us-right figure img {
    display: block;
  }
  .values-wrapper .parent .child {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-presence .boxes p {
    font-size: 18px;
  }
  .corporate-content .corporate-listing .container {
    padding: 0 20px;
  }
  .brochure-wrapper {
    display: none;
  }
  .world-goodness .goodness-list figure img {
    width: 72%;
  }
  .partnership-wrapper .list-item h3 {
    min-height: auto;
  }
  .corporate-content .corporate-content-area.sustainability .list-items img {
    min-height: 500px;
  }
  .corporate-content .corporate-content-area.sustainability .list-items .list-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .responsibility-detail-content .container .responsibility-detail-right {
    margin-left: 50px;
  }
  .responsibility-detail-content .container:nth-child(even) .responsibility-detail-right {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header .main-nav ul li {
    font-size: 16px;
    padding-right: 20px;
  }
  .main-header .main-nav ul li:not(:last-child)::after {
    right: 9px;
  }
  .main-header .search-cart ul li img {
    max-width: 85%;
  }
  .main-header .search-cart ul li:not(:last-child)::after {
    right: 13px;
  }
  .main-header .search-cart ul li:not(:last-child) {
    padding-right: 25px;
  }
  .home-hero .container h1 {
    font-size: 33.5px;
    padding: 0 0 8px;
  }
  .home-hero .container span {
    padding-bottom: 15px;
  }
  .home-hero .container span, .home-hero .container a {
    font-size: 20px;
  }
  .we-are-choitrams {
    padding: 75px 0;
  }
  .we-are-choitrams h2 {
    font-size: 33.5px;
  }
  .we-are-choitrams p {
    font-size: 20px;
  }
  .we-are-choitrams .box-handle .boxes h3 {
    font-size: 30px;
  }
  .our-brands-wrapper {
    padding: 75px 0 50px;
  }
  .our-brands-wrapper h2 {
    font-size: 33.5px;
    margin: 0 0 30px;
  }
  .committing-goodnes h2 {
    font-size: 33.5px;
    max-width: 610px;
    line-height: 45px;
    margin: 0 auto 20px;
  }
  .committing-goodnes .committing-content p {
    font-size: 20px;
  }
  .career-with-us-wrapper {
    padding: 75px 0;
  }
  .career-with-us-wrapper h2 {
    font-size: 33.5px;
    margin: 0 0 30px;
  }
  .career-with-us-wrapper .career-right p {
    font-size: 20px;
  }
  .career-with-us-wrapper .career-right p br {
    display: none;
  }
  .career-with-us-wrapper .btn-common {
    margin: 40px 0 0;
  }
  .news-wrapper {
    padding: 75px 0;
  }
  .news-wrapper h2 {
    font-size: 33.5px;
    margin: 0 0 60px;
  }
  .news-wrapper .news-description p {
    font-size: 20px;
  }
  .visit-us-wrapper .visit-us-left figure img {
    height: 450px;
  }
  .visit-us-wrapper .visit-content h3 {
    font-size: 42px;
  }
  .visit-us-wrapper .visit-content p {
    font-size: 20px;
  }
  .main-footer .footer-bottom .footer-right h4 {
    font-size: 26px;
  }
  .brand-detail .our-brands-slider-wrapepr h1 {
    font-size: 33.5px;
  }
  .awards h1 {
    font-size: 33.5px;
  }
  .awards article {
    font-size: 20px;
    margin: 35px 0 0;
  }
  .common-wrapper h2 {
    font-size: 33.5px;
  }
  .our-founder-wrapper .founder-left {
    max-width: 370px;
  }
  .food-safty-wrapper .safty-left {
    max-width: 370px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list img {
    height: 300px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list .inner-hover {
    padding: 40px;
    height: 100%;
  }
  .operations-wrapper .operation-list-wrapper .operation-list .inner-hover p {
    font-size: 18px;
  }
  .recent-award-wrapper h2 {
    font-size: 33.5px;
  }
  .inner-hero .container h1 {
    font-size: 33.5px;
    width: 100%;
  }
  .inner-hero .container p {
    font-size: 20px;
  }
  .inner-hero .container::after {
    height: 50%;
  }
  .career-wrapper .why-work-here .boxes {
    width: 30%;
  }
  .career-wrapper .why-work-here .boxes:nth-child(3n+3) {
    margin-right: 0;
  }
  .career-wrapper .why-work-here .boxes:not(:last-child) {
    margin-bottom: 100px;
  }
  .career-details h1 {
    font-size: 33.5px;
  }
  .career-details .get-in-touch p {
    padding: 0;
  }
  .career-details .get-in-touch .get-in-touch-left {
    padding-right: 35px;
  }
  .career-details .get-in-touch .form-wrapper .submit-holder input[type=file] {
    width: 165px;
  }
  .ovarlay h2 {
    font-size: 33.5px;
  }
  .ovarlay .faq-wrapper .btn-tab {
    font-size: 20px;
  }
  .ovarlay .faq-wrapper .tab-content {
    font-size: 18px;
  }
  .ovarlay .faq-wrapper .tab-content .content-tab-inner {
    padding: 25px 15px 25px 0;
  }
  .ovarlay .faq-wrapper .tab-content .content-tab-inner::before {
    margin: 0 20px;
  }
  .our-presence .container {
    flex-flow: column wrap;
    flex-direction: row;
    max-width: 736px;
  }
  .our-presence .boxes:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .our-presence .boxes:nth-child(2n+2) {
    margin-right: 0;
  }
  .responsibility-categories ul {
    flex-flow: column wrap;
    flex-direction: row;
    justify-content: center;
  }
  .responsibility-categories ul li {
    max-width: 126px;
    margin-bottom: 20px;
  }
  .store-locator-wrapper .container h1 {
    font-size: 33.5px;
  }
  .store-locator-wrapper .container .store-search {
    margin: 45px 0 0;
  }
  .store-locator-wrapper .container .store-search label {
    font-size: 25px;
    margin-right: 25px;
  }
  .retail-uae .retail-uae-content .retail-right .common-slider {
    max-width: 450px;
  }
  .find-store .store-left p {
    font-size: 30px;
  }
  .find-store .store-left a {
    font-size: 20px;
  }
  .goodness-foods .retail-right .common-slider {
    max-width: 468px;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .container {
    flex-flow: column wrap;
    flex-direction: row;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items {
    background-image: none !important;
    max-width: 470px !important;
    width: 48% !important;
    max-width: 100%;
    width: 100%;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items img {
    visibility: visible;
    min-height: auto;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items h4 {
    display: none;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:nth-child(2n+2) {
    margin-left: 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content {
    position: relative;
    top: 0;
    padding: 30px 0 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content h4 {
    font-size: 22.5px;
    color: #02a567;
    opacity: 1;
    display: block;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content p {
    font-size: 18px;
    color: #424242;
    line-height: 25px;
    opacity: 1;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:last-child {
    margin-bottom: 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items::after {
    display: none;
  }
  .partnership-wrapper .partnership-right {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .main-header {
    position: relative;
  }
  .main-header figure img {
    max-width: 88%;
  }
  .main-header .mob-nav {
    display: block;
  }
  .main-header .main-nav {
    background: #02a567;
    max-width: 300px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
  }
  .main-header .main-nav ul {
    flex-direction: column;
  }
  .main-header .main-nav ul li {
    font-size: 16px;
    padding: 0;
  }
  .main-header .main-nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .main-header .main-nav ul li:not(:last-child)::after {
    display: none;
  }
  .main-header .main-nav ul li a {
    color: #FFF;
    padding: 11px 20px 8px;
    display: block;
  }
  .main-header .main-nav ul li a:hover {
    background: #f79a21;
    color: #FFF;
  }
  .main-header .search-cart {
    margin-right: 44px;
  }
  .main-header .search-cart ul li img {
    max-width: 100%;
  }
  .main-header .search-cart ul li:not(:last-child)::after {
    height: 30px;
    top: -2px;
  }
  .main-footer {
    padding: 50px 0;
  }
  .team-modal-content {
    width: 90%;
  }
  .gcc-operation-wrapper .container {
    top: 50px;
  }
  .gcc-operation-wrapper p {
    padding: 0;
  }
  .gcc-operation-wrapper h2 {
    top: 60px;
  }
  .partnership-wrapper .container {
    flex-flow: column wrap;
    flex-direction: row;
    justify-content: center;
  }
  .partnership-wrapper .list-item {
    flex: auto;
    max-width: 354px;
    width: 35%;
    margin: 0 0 15px;
  }
  .partnership-wrapper .list-item:not(:last-child) {
    margin-right: 0;
  }
  .partnership-wrapper .list-item:nth-child(2n+2) {
    margin-left: 15px;
  }
  .partnership-wrapper .partnership-left {
    max-width: 100%;
  }
  .partnership-wrapper .partnership-left figure {
    width: 100%;
  }
  .partnership-wrapper .partnership-right {
    margin-left: 0;
  }
  .partnership-wrapper .partnership-right .trade-partnership-top {
    flex-direction: column;
    align-items: center;
  }
  .partnership-wrapper .partnership-right .trade-partnership-top span {
    text-align: center;
    margin: 0;
  }
  .product-range-wrapper {
    padding: 50px 0;
  }
  .product-range-wrapper .container .item .content h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .our-brand-main-wrapper .brands-wrapper li {
    width: 19.95%;
  }
  .partnership-wrapper .partnership-right {
    max-width: 100%;
  }
  .partnership-wrapper .partnership-right:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btn-common {
    color: #424242;
  }
  .main-header .main-nav {
    max-width: 100%;
    width: 100%;
  }
  .main-header .header-right {
    margin: -7px 0 0;
  }
  .home-hero-wrapper .home-hero .item img {
    height: 300px;
  }
  .we-are-choitrams {
    padding: 50px 0;
  }
  .we-are-choitrams h2 {
    font-size: 33.5px;
    margin: 30px 0 72px;
  }
  .we-are-choitrams p {
    font-size: 20px;
  }
  .we-are-choitrams .box-handle {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .we-are-choitrams .box-handle .boxes {
    margin-top: 15px;
  }
  .we-are-choitrams .box-handle .boxes:not(:last-child) {
    margin: 0 0 56px;
  }
  .we-are-choitrams .box-handle .boxes h3 {
    font-size: 26px;
  }
  .our-brand-main-wrapper .filter ul {
    padding-bottom: 50px;
  }
  .our-brands-wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .our-brands-wrapper .container ul li {
    margin-bottom: 40px;
    width: 29%;
  }
  .our-brands-wrapper .container ul li:nth-child(4n+4) {
    margin: 0 3.9% 25px 0;
  }
  .our-brands-wrapper .container ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .our-brands-wrapper .container ul li:last-child {
    margin: 0 !important;
  }
  .our-brands-wrapper .owl-dots {
    margin: 0 auto;
    bottom: -20px;
  }
  .committing-goodnes h2 {
    font-size: 33.5px;
    max-width: 556px;
    line-height: 45px;
    padding: 0 20px;
  }
  .committing-goodnes .committing-content {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .committing-goodnes .committing-content p {
    font-size: 20px;
  }
  .committing-goodnes .committing-content a {
    font-size: 18px;
  }
  .committing-goodnes img {
    width: 100%;
    height: 350px;
  }
  .inner-hero .container {
    padding: 410px 0 22px;
  }
  .inner-hero .container p {
    font-size: 16px;
    padding: 0 0 12px;
    display: none;
  }
  .mob-description {
    display: block;
  }
  .grow-with-us .grow-with-content p, .grow-with-us .grow-with-content a {
    font-size: 20px;
  }
  .grow-with-us img {
    height: 350px;
  }
  .news-wrapper {
    padding: 50px 0 85px;
  }
  .news-wrapper .container {
    padding: 0 60px;
  }
  .news-wrapper h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .news-wrapper .news-description a {
    background-size: 79%;
  }
  .news-wrapper .news-description p {
    font-size: 20px;
  }
  .news-wrapper .owl-nav .owl-next {
    right: -50px;
  }
  .news-wrapper .owl-nav .owl-prev {
    left: -50px;
  }
  .visit-us-wrapper {
    flex-direction: column;
  }
  .visit-us-wrapper .visit-content h3 {
    font-size: 40px;
  }
  .visit-us-wrapper .visit-content ul {
    margin: 40px 0 0;
  }
  .visit-us-wrapper .visit-content ul li {
    font-size: 22.5px;
    line-height: 23px;
  }
  .main-footer {
    padding-bottom: 30px;
  }
  .main-footer .footer-bottom {
    flex-direction: column;
    margin-top: 30px;
  }
  .main-footer .footer-bottom .footer-left {
    flex-direction: column;
  }
  .main-footer .footer-bottom .footer-left .social-icons {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .main-footer .footer-bottom .footer-left .social-icons ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .main-footer .footer-bottom .footer-left .social-icons ul li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .main-footer .footer-bottom .footer-left .social-icons ul li img {
    max-width: 80%;
  }
  .main-footer .footer-bottom .footer-left .footer-content-right .media-center {
    max-width: 100%;
    margin-right: 0;
  }
  .main-footer .footer-bottom .footer-right {
    margin: 0;
  }
  .main-footer .footer-bottom .footer-right h4 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main-footer .footer-bottom .footer-right input[type=text] {
    font-size: 16px;
    height: 45px;
  }
  .main-footer .copyright {
    margin-left: 0;
    margin-top: 14px;
  }
  .main-footer .copyright span {
    display: none;
  }
  .main-footer .copyright p {
    margin-bottom: 5px;
    display: block;
  }
  .main-footer .copyright a {
    margin-right: 15px;
    position: relative;
  }
  .main-footer .copyright a::after {
    content: "";
    background: #cbe3d7;
    width: 2px;
    height: 12px;
    position: absolute;
    right: -8px;
  }
  .main-footer .copyright a:last-child::after {
    content: none;
  }
  .main-footer .footer-top figure img {
    max-width: 55%;
  }
  .brand-detail {
    padding: 50px 0 0;
  }
  .brand-detail .detail-top {
    padding-bottom: 50px;
    flex-direction: column;
  }
  .brand-detail .brand-detail-left {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .brand-detail .brand-detail-left img {
    display: inline-block;
  }
  .brand-detail .brand-detail-right {
    max-width: 100%;
    padding: 50px 0 0;
  }
  .brand-detail .our-brands-slider-wrapepr {
    padding: 50px 0;
  }
  .brand-detail .our-brands-slider-wrapepr h1 {
    padding-bottom: 50px;
  }
  .awards .award-list-wrapper {
    margin: 50px 0 0;
  }
  .awards .award-list-wrapper .award-list {
    width: 46%;
  }
  .awards .award-list-wrapper .award-list:nth-child(3n+3) {
    margin-right: 3.3%;
  }
  .awards .award-list-wrapper .award-list:nth-child(2n+2) {
    margin-right: 0;
  }
  .common-wrapper h2 {
    font-size: 33.5px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .common-wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
  .our-founder-wrapper {
    padding: 50px 0;
  }
  .our-founder-wrapper .container {
    flex-direction: column;
  }
  .our-founder-wrapper .founder-left {
    max-width: 100%;
  }
  .our-founder-wrapper .founder-left img {
    margin: 0 auto;
  }
  .our-founder-wrapper .founder-right {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .board-directors-wrapper {
    padding: 50px 0 0;
  }
  .board-directors-wrapper ul {
    flex-direction: column;
    align-items: center;
  }
  .board-directors-wrapper ul li {
    max-width: 440px;
    margin-bottom: 15px;
  }
  .board-directors-wrapper ul li figcaption {
    font-size: 18px;
    text-align: center;
    padding: 20px;
  }
  .board-directors-wrapper ul li:not(:last-child) {
    margin-right: 0;
  }
  .values-wrapper {
    padding: 50px 0;
  }
  .values-wrapper .parent {
    margin: 0 auto 30px;
    max-width: 550px;
  }
  .values-wrapper .parent .child:nth-child(2n+2) {
    margin-right: 0;
  }
  .operations-wrapper {
    padding: 50px 0;
  }
  .operations-wrapper .operation-list-wrapper {
    margin-top: 30px;
    flex-direction: column;
  }
  .operations-wrapper .operation-list-wrapper .operation-list {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list img {
    width: 100%;
    height: 400px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list h4 {
    font-size: 25px;
    left: 25px;
    bottom: 25px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list:nth-child(2n) {
    margin-left: 0;
  }
  .food-safty-wrapper .container {
    flex-direction: column;
  }
  .food-safty-wrapper .safty-left {
    max-width: 100%;
  }
  .food-safty-wrapper .safty-left img {
    max-width: 60%;
    margin: 0 auto;
  }
  .food-safty-wrapper .safty-right {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .food-safty-wrapper:after {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
  }
  .recent-award-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recent-award-wrapper h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .recent-award-wrapper .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: -50px;
  }
  .recent-award-wrapper .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: -50px;
  }
  .career-wrapper {
    padding: 50px 0;
  }
  .career-wrapper .why-work-here {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .career-wrapper .why-work-here figure {
    transform: scale(0.8);
  }
  .career-wrapper .why-work-here .why-work-holder {
    margin-top: 100px;
  }
  .career-wrapper .why-work-here .boxes {
    width: 47%;
    margin-bottom: 70px !important;
  }
  .career-wrapper .why-work-here .boxes:nth-child(2n+2) {
    margin-right: 0;
  }
  .career-wrapper .why-work-here .boxes:nth-child(3n+3) {
    margin-right: 2.6%;
  }
  .career-wrapper .why-work-here .boxes:nth-last-of-type(-n+2) {
    margin-bottom: 0 !important;
  }
  .career-wrapper .why-work-here .boxes:last-child {
    margin-bottom: 0 !important;
  }
  .career-wrapper .bg-why-work {
    margin: 0;
  }
  .career-wrapper .bg-why-work img {
    height: 300px;
  }
  .employe-engement-wrapper {
    padding: 0 0 50px;
  }
  .employe-engement-wrapper .container {
    margin: 30px 0 0;
    flex-direction: column;
  }
  .employe-engement-wrapper .engagement-left {
    max-width: 100%;
  }
  .employe-engement-wrapper .engagement-left img {
    max-width: 80%;
    margin: 0 auto;
  }
  .employe-engement-wrapper .engagement-right {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .opportunity-explore-wrapeper {
    padding: 50px 0;
  }
  .opportunity-explore-wrapeper h2 {
    text-align: center;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  .opportunity-explore-wrapeper .oppportunity-slider {
    margin-top: 50px;
  }
  .internship-wrapper {
    padding: 50px 0;
  }
  .internship-wrapper .container {
    margin: 30px 0 0;
    flex-direction: column;
  }
  .internship-wrapper .internship-left {
    max-width: 100%;
  }
  .internship-wrapper .internship-left img {
    max-width: 80%;
    margin: 0 auto;
  }
  .internship-wrapper .internship-left p:not(:last-child) {
    margin-bottom: 20px;
  }
  .internship-wrapper .internship-right {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .job-description {
    padding: 50px 0 70px;
  }
  .job-description .container {
    flex-direction: column;
  }
  .job-description .job-left .job-content {
    padding: 50px 20px 0;
  }
  .job-description .job-right figure {
    position: static;
    width: 100%;
  }
  .job-description .job-right figure span {
    width: 100vw;
  }
  .job-description ul li {
    font-size: 20px;
  }
  .career-details .title-heading {
    padding: 50px 0;
  }
  .career-details .title-heading .container {
    flex-direction: column;
  }
  .career-details .title-heading .container .title-left {
    width: 100%;
    order: 2;
  }
  .career-details .title-heading .container .title-right {
    order: 1;
  }
  .career-details h1 {
    font-size: 33.5px;
  }
  .career-details .get-in-touch {
    padding: 50px 0;
  }
  .career-details .get-in-touch .container {
    flex-direction: column;
  }
  .career-details .get-in-touch .get-in-touch-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .career-details .get-in-touch .get-in-touch-left h2 {
    max-width: 100%;
  }
  .career-details .get-in-touch .get-in-touch-right .form-wrapper fieldset:not(.textarea-holder) {
    max-width: 349px;
    width: 49%;
  }
  .ovarlay .faq-wrapper {
    padding: 25px;
  }
  .ovarlay .faq-wrapper h2 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .ovarlay .faq-wrapper .container {
    flex-direction: column;
  }
  .ovarlay .faq-wrapper .popup-right {
    display: none;
  }
  .retail-wrapper .container {
    flex-direction: column;
    padding: 0;
  }
  .retail-wrapper .container .retail-left {
    max-width: 100%;
    padding: 30px 20px;
  }
  .retail-wrapper .container .retail-left .retail-content {
    padding: 0;
  }
  .retail-wrapper .container .retail-right {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .retail-wrapper .container .retail-right figure {
    position: relative;
  }
  .retail-wrapper .container:nth-child(even) {
    flex-direction: column;
  }
  .retail-wrapper .container:nth-child(even) .retail-right {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .retail-wrapper .container:nth-child(even) .retail-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .retail-wrapper .container:nth-child(even) .retail-content {
    padding: 0;
  }
  .retail-wrapper .container:last-child {
    padding-bottom: 30px;
  }
  .awards .award-list-wrapper .award-list h5 {
    font-size: 22px;
  }
  .contact-wrapper {
    padding: 50px 20px;
  }
  .contact-wrapper .container {
    flex-direction: column;
  }
  .contact-wrapper .contact-left {
    max-width: 100%;
  }
  .contact-wrapper .contact-left img {
    width: 100%;
  }
  .contact-wrapper .contact-right {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .contact-wrapper .contact-right input[type=text], .contact-wrapper .contact-right input[type=number], .contact-wrapper .contact-right input[type=email], .contact-wrapper .contact-right textarea {
    font-size: 16px;
  }
  .our-presence {
    padding: 50px 0;
  }
  .our-presence h2 {
    margin-bottom: 30px !important;
  }
  .our-presence .container {
    max-width: 100%;
  }
  .our-presence .boxes {
    width: 46%;
  }
  .responsibility-top, .corporate-content {
    padding: 50px 0 0;
  }
  .responsibility-categories {
    margin-top: 50px;
  }
  .corporate-slider-wrapper {
    margin: 50px 0 0;
  }
  .corporate-slider-wrapper .container {
    padding: 0 20px !important;
  }
  .corporate-content .corporate-content-area .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .corporate-content .corporate-content-area p {
    padding: 0;
  }
  .corporate-content .corporate-content-area p:not(:last-child) {
    padding: 0 0 40px;
  }
  .corporate-content .corporate-content-area .container {
    margin-top: 50px;
  }
  .corporate-content .sustainability.corporate-content-area &gt; p {
    padding: 0 20px;
  }
  .corporate-content .sustainability.corporate-content-area &gt; p br {
    display: none;
  }
  .corporate-content .sustainability.corporate-content-area .container {
    flex-direction: column;
  }
  .corporate-content .sustainability.corporate-content-area .container h2 {
    margin-bottom: 30px;
  }
  .corporate-content .sustainability.corporate-content-area .container .content-right {
    margin-top: 50px;
    margin-left: 0;
  }
  .corporate-content .sustainability.corporate-content-area .container:nth-child(even) {
    flex-direction: column;
  }
  .corporate-content .corporate-listing {
    padding-bottom: 50px;
  }
  .retail-wrapper .container {
    margin: 0;
  }
  .retail-wrapper .container .retail-right figure span {
    width: 100%;
  }
  .retail-wrapper .container .retail-left .retail-content {
    max-width: 100%;
    margin: 0;
  }
  .retail-wrapper .container:nth-child(even) .retail-content {
    max-width: 100%;
    margin: 0;
  }
  .store-locator-wrapper .container .store-search {
    flex-direction: column;
  }
  .store-locator-wrapper .container .store-search label {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .store-locator-wrapper .container .store-search input[type=text] {
    padding: 13px 0 13px 22px;
  }
  .store-locator-wrapper .container .store-search input[type=submit] {
    bottom: 7px;
  }
  .store-locator-wrapper .container .store-search::after {
    bottom: 7px;
  }
  .locator-wrapper .container {
    flex-direction: column;
  }
  .locator-wrapper .nearest-store {
    max-width: 100%;
    margin: 0 auto;
  }
  .locator-wrapper .nearest-store span {
    display: none;
  }
  .locator-wrapper .location-detals {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .locator-wrapper .location-detals .btn-close {
    background: url(../images/icon-close-popup.png) no-repeat center center;
    background-size: cover;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .retail-uae {
    padding: 20px 0;
  }
  .retail-uae .retail-uae-content {
    flex-direction: column;
    padding-top: 0;
  }
  .retail-uae .retail-uae-content .retail-left .retail-content {
    margin: 20px 0;
  }
  .retail-uae .retail-uae-content .retail-right {
    max-width: 100%;
  }
  .retail-uae .retail-uae-content .retail-right .common-slider {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .retail-uae .retail-uae-content .retail-right .common-slider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .find-store {
    padding: 50px 0;
  }
  .find-store .container {
    flex-direction: column;
  }
  .find-store .store-left {
    max-width: 100%;
    margin: 0;
  }
  .find-store .store-left p {
    font-size: 23px;
    margin-bottom: 50px;
  }
  .find-store .store-left a {
    font-size: 18px;
  }
  .goodness-foods .retail-right .common-slider {
    max-width: 100%;
  }
  .goodness-foods .retail-right .common-slider figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .distribution-uae .container {
    flex-direction: column !important;
  }
  .distribution-uae .container:nth-child(even) {
    flex-direction: column !important;
  }
  .title-holder {
    margin-top: 50px;
  }
  .counting-wrapper .count-box:before {
    font-size: 33.5px;
  }
  .counting-wrapper .count-box .decimal, .counting-wrapper .count-box .decimal-1, .counting-wrapper .count-box .decimal-2, .counting-wrapper .count-box em {
    font-size: 33.5px;
  }
  .we-drop-wrapper h2 {
    font-size: 33.5px;
    line-height: 36px;
  }
  .we-drop-wrapper .container {
    flex-direction: column;
  }
  .we-drop-wrapper .container .we-drop-left, .we-drop-wrapper .container .we-drop-right {
    flex: auto;
  }
  .we-drop-wrapper .container .we-drop-left {
    align-items: center;
    padding: 50px 0;
  }
  .we-drop-wrapper .container .we-drop-right {
    height: 450px;
  }
  .we-drop-wrapper .container .we-drop-right::before {
    width: 100%;
    position: static;
    height: 100%;
    display: block;
  }
  .our-founder-wrapper h2 {
    position: static;
  }
  .food-safty-wrapper .food-safty-content p {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .food-safty-wrapper img {
    height: 400px;
  }
  .partnership-wrapper {
    padding: 50px 0;
  }
  .partnership-wrapper .container {
    flex-flow: column wrap;
    flex-direction: row;
  }
  .partnership-wrapper .partneship-left p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .partnership-wrapper .list-item {
    flex: auto;
    max-width: 354px;
    width: 35%;
    margin-bottom: 15px;
  }
  .partnership-wrapper .list-item:not(:last-child) {
    margin-right: 0;
  }
  .partnership-wrapper .list-item h3 {
    margin-bottom: 20px;
  }
  .partnership-wrapper .list-item p {
    font-size: 20px;
  }
  .our-operations {
    padding: 50px 0;
  }
  .our-operations h2 {
    margin-bottom: 50px;
  }
  .our-operations li:not(:last-child) {
    margin-right: 28px;
  }
  .our-operations li figure {
    background-size: contain;
    padding: 0 0 13px;
  }
  .our-operations li figcaption {
    font-size: 22.5px;
  }
  .establish-wrapper:nth-child(odd), .establish-wrapper:nth-child(even) {
    padding: 50px 0;
  }
  .establish-wrapper .establish-content {
    flex-direction: column !important;
  }
  .establish-wrapper .establish-right {
    padding: 50px 0 0;
  }
  .establish-wrapper:nth-child(even) .establish-right {
    padding: 50px 0 0;
  }
  .establish-wrapper:nth-child(even) .establish-right h3, .establish-wrapper:nth-child(even) .establish-right p {
    text-align: left;
  }
  .establish-wrapper .establish-slider {
    margin-top: 50px;
  }
  .retail-top {
    padding: 50px 0;
  }
  .retail-top .container {
    flex-direction: column;
  }
  .retail-top .retail-box {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin: 0 auto 20px;
  }
  .retail-top .retail-box strong {
    font-size: 50px;
    margin: 14px 0;
  }
  .retail-top .retail-box span {
    font-size: 22.5px;
  }
  .retail-top .retail-box:not(:last-child) {
    margin-right: auto;
  }
  .retail-top ul {
    flex-direction: column;
  }
  .retail-top li {
    margin: 0 0 10px;
  }
  .retail-top li:not(:last-child) {
    margin-right: 0;
  }
  .retail-top li span {
    font-size: 18px;
  }
  .product-range-wrapper {
    padding: 50px 0;
  }
  .product-range-wrapper .container .item {
    max-width: 358px;
    width: 49%;
  }
  .product-range-wrapper .container .item:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .product-range-wrapper .container .item:nth-child(2n+2) {
    margin-right: 0;
  }
  .retail-network {
    padding: 50px 0;
  }
  .retail-network .container {
    flex-direction: column;
    margin-top: 50px;
  }
  .retail-network .network-list {
    width: 100%;
    margin: 0 auto 35px;
  }
  .retail-network .network-list:not(:last-child) {
    margin-right: auto;
  }
  .retail-network .network-list:last-child {
    margin-bottom: 0;
  }
  .loyalty-reward {
    padding: 0;
  }
  .world-goodness .goodness-list {
    margin-bottom: 10px;
    width: 44%;
  }
  .world-goodness .goodness-list:not(:nth-child(3n+3)) {
    margin-right: 0%;
  }
  .world-goodness .goodness-list:not(:nth-child(2n+2)) {
    margin-right: 5%;
  }
  .goodness-food {
    padding: 124px 0 50px;
  }
  .goodness-food .goodness-right {
    margin-left: 35px;
  }
  .leone-wrapper {
    padding: 50px 0;
  }
  .goodness-food {
    padding: 50px 0;
  }
  .goodness-food .container {
    flex-direction: column;
  }
  .goodness-food .goodness-left {
    max-width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .goodness-food .goodness-left figure {
    margin-bottom: 30px;
  }
  .goodness-food .goodness-right {
    margin: 0;
  }
  .goodness-food .goodness-right h2 {
    margin: 0 0 30px;
    position: static;
  }
  .job-description .job-left {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .job-description .job-left .job-content {
    padding-top: 0;
  }
  .corporate-content article {
    font-size: 20px;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .container {
    flex-direction: column;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items {
    background-image: none !important;
    max-width: 100% !important;
    width: 100% !important;
    max-width: 100%;
    width: 100%;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items img {
    visibility: visible;
    min-height: 300px;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items h4 {
    display: none;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:nth-child(2n+2) {
    margin-left: 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content {
    position: relative;
    padding: 30px 0 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content h4 {
    color: #02a567;
    opacity: 1;
    display: block;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items .list-content p {
    font-size: 18px;
    color: #424242;
    line-height: 25px;
    opacity: 1;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:nth-last-child(-n+2) {
    margin-bottom: 3.95%;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items:last-child {
    margin-bottom: 0;
  }
  .corporate-content .corporate-content-area.sustainability .corporate-listing .list-items::after {
    display: none;
  }
  .responsibility-detail {
    padding: 50px 0 0;
  }
  .responsibility-detail .video-holder {
    margin: 50px 0;
  }
  .responsibility-detail .video-holder .video-player {
    width: 100%;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .responsibility-detail .video-holder .btn-play {
    width: 50px;
    height: 50px;
  }
  .responsibility-detail-content {
    padding: 0;
  }
  .responsibility-detail-content .container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .responsibility-detail-content .container .responsibility-detail-left {
    order: 2;
  }
  .responsibility-detail-content .container .responsibility-detail-left h3 {
    text-align: center;
    max-width: 100%;
  }
  .responsibility-detail-content .container .responsibility-detail-right {
    order: 1;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .responsibility-detail-content .container .responsibility-detail-right img {
    margin: 0 auto;
  }
  .responsibility-detail-content .container:not(:last-child) {
    margin-bottom: 0;
  }
  .responsibility-detail-content .container:nth-child(even) {
    flex-direction: column;
  }
  .responsibility-detail-content .container:nth-child(even) .responsibility-detail-right {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .leadership-wrapper {
    padding: 50px 0;
  }
  .leadership-wrapper .container {
    padding: 30px 0;
  }
  .recent-award-wrapper .container {
    max-width: 100%;
  }
  .partnership-wrapper .partnership-right .trade-partnership-top {
    padding-left: 0;
  }
  .contact-wrapper .container {
    padding: 25px !important;
  }
  .goodness-food.leone {
    padding: 50px 0;
  }
  .goodness-food.leone h2 {
    margin-bottom: 50px;
  }
  .goodness-food.leone .container {
    flex-direction: column !important;
  }
  .our-brand-main-wrapper {
    padding: 50px 0 0;
  }
  .our-brand-main-wrapper .brands-wrapper li {
    margin-bottom: 0;
  }
  .counting-wrapper {
    padding: 50px 0;
  }
  .counting-wrapper .container {
    align-items: center;
    flex-direction: column;
  }
  .counting-wrapper .count-box {
    margin-bottom: 15px;
    max-width: 235px;
    width: 100%;
    padding: 31px 25px;
    background: #00a56a;
  }
  .breadcrumbs li {
    font-size: 16px;
  }
  .detail-page .deatail-content {
    flex-direction: column;
  }
  .detail-page .deatail-content img {
    width: 100%;
  }
  .detail-page .content-detail-left {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    flex-shrink: 1;
  }
  .leadership-wrapper .leadership-slider .owl-nav .owl-next {
    right: 20px;
  }
  .leadership-wrapper .leadership-slider .owl-nav .owl-prev {
    left: 20px;
  }
  .terms-wrapper h1 {
    font-size: 33.5px;
  }
  .message-wrapper {
    padding: 50px 0;
  }
  .grow-with-us p {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main-header .search-cart ul li:first-child img {
    width: 22px;
    max-width: inherit;
  }
  .main-header .search-cart ul li:last-child img {
    width: 30px;
    max-width: inherit;
  }
  .home-hero .container {
    padding: 0 15px 36px;
  }
  .home-hero .container .banner-content {
    padding: 50px 0 0;
  }
  .home-hero .container h1 {
    font-size: 28px;
  }
  .home-hero .container span, .home-hero .container a {
    font-size: 16px;
  }
  .we-are-choitrams h2 {
    font-size: 28px;
  }
  .we-are-choitrams .box-handle .boxes .hover-content {
    height: 45px;
  }
  .our-brands-wrapper h2 {
    font-size: 28px;
  }
  .our-brands-wrapper .container ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .our-brands-wrapper .container ul li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .our-brands-wrapper .container ul li:nth-child(4n+4) {
    margin: 0 0 15px;
  }
  .our-brands-wrapper .container ul li:nth-child(3n+3) {
    margin: 0 0 15px;
  }
  .our-brands-wrapper .home-brands-slider.owl-carousel .owl-item img {
    width: 76%;
    margin: 0 auto;
  }
  .inner-hero .container h1 {
    font-size: 28px;
  }
  .inner-hero img {
    height: 350px;
  }
  .we-are-choitrams p {
    font-size: 18px;
  }
  .committing-goodnes h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .committing-goodnes .committing-content {
    padding-bottom: 0;
  }
  .committing-goodnes .committing-content p {
    display: none;
  }
  .grow-with-us .grow-with-content {
    bottom: 50px;
  }
  .grow-with-us .grow-with-content h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .grow-with-us .grow-with-content p {
    line-height: 24px;
  }
  .news-wrapper .container {
    padding: 0 20px;
  }
  .news-wrapper h2 {
    font-size: 28px;
  }
  .news-wrapper .news-description {
    padding: 15px 15px 20px;
  }
  .news-wrapper .news-description a {
    background-size: 62%;
  }
  .news-wrapper .news-description p {
    font-size: 18px;
  }
  .news-wrapper .news-description span {
    margin-bottom: 10px;
  }
  .news-wrapper .news-slider {
    padding: 0;
  }
  .news-wrapper .news-slider .owl-dots {
    margin: 0 auto;
    bottom: -34px;
  }
  .we-are-choitrams .box-handle .boxes p {
    font-size: 18px;
  }
  .visit-us-wrapper .visit-us-left {
    text-align: center;
  }
  .visit-us-wrapper .visit-us-left p {
    margin: 0 auto;
  }
  .visit-us-wrapper .visit-us-left figure img {
    height: 330px;
  }
  .visit-us-wrapper .visit-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .visit-us-wrapper .visit-content p {
    font-size: 16px;
  }
  .visit-us-wrapper .visit-content ul {
    margin: 40px 0 0;
  }
  .visit-us-wrapper .visit-content ul li {
    font-size: 20px;
    line-height: 20px;
  }
  .main-footer {
    text-align: center;
  }
  .main-footer .footer-top figure img {
    margin: auto;
  }
  .main-footer .footer-bottom .footer-left h4 {
    font-size: 22px;
  }
  .main-footer .footer-bottom .footer-left .social-icons ul {
    justify-content: center;
  }
  .main-footer .footer-bottom .footer-left .footer-content-holder {
    flex-direction: column;
  }
  .main-footer .footer-bottom .footer-left .footer-content-holder .footer-content-left {
    max-width: 100%;
    flex-direction: column;
  }
  .main-footer .footer-bottom .footer-left .footer-content-holder .footer-content-left .about-group {
    max-width: 100%;
    margin-right: 0;
  }
  .main-footer .footer-bottom .footer-left .footer-content-right {
    max-width: 100%;
    flex-direction: column;
  }
  .main-footer .footer-bottom .footer-left .media-center {
    max-width: 100%;
    min-height: inherit;
  }
  .main-footer .footer-bottom .footer-left .business {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-footer .footer-bottom .footer-left .other {
    max-width: 100%;
    margin-top: 15px;
  }
  .main-footer .footer-bottom .footer-right {
    max-width: 100%;
  }
  .main-footer .footer-bottom .footer-right h4 {
    font-size: 22px;
  }
  .brand-detail .our-brands-slider-wrapepr h1 {
    font-size: 28px;
  }
  .brand-detail .our-brands-slider-wrapepr .detail-bottom {
    padding: 0 20px;
  }
  .awards .container {
    padding-top: 25px;
  }
  .awards h1 {
    font-size: 28px;
  }
  .awards article {
    font-size: 18px;
    margin-top: 25px;
  }
  .awards .award-list-wrapper {
    padding-bottom: 30px;
  }
  .awards .award-list-wrapper .award-list {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .awards .award-list-wrapper .award-list img {
    width: 100%;
  }
  .awards .award-list-wrapper .award-list p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
  .awards .award-list-wrapper .award-list:nth-child(3n+3), .awards .award-list-wrapper .award-list:nth-child(2n+2) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .awards .award-list-wrapper .award-list h5 {
    font-size: 22px;
    margin: 20px 0 0;
  }
  .common-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .common-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
  .our-founder-wrapper p {
    margin-bottom: 20px;
  }
  .board-directors-wrapper h2 {
    margin-bottom: 25px;
  }
  .values-wrapper h2 {
    margin-bottom: 25px;
  }
  .values-wrapper .parent {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .values-wrapper .parent .child {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .values-wrapper .parent .child:not(:last-child) {
    margin-right: 0;
  }
  .operations-wrapper .container p {
    margin-bottom: 20px;
  }
  .operations-wrapper .operation-list-wrapper {
    flex-direction: column;
  }
  .operations-wrapper .operation-list-wrapper .operation-list {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list img {
    width: 100%;
    height: 300px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list h4 {
    font-size: 25px;
    left: 25px;
    bottom: 25px;
  }
  .operations-wrapper .operation-list-wrapper .operation-list:nth-child(2n) {
    margin-left: 0;
  }
  .operations-wrapper .operation-list-wrapper .operation-list .hover-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .recent-award-wrapper h2 {
    margin-bottom: 15px;
  }
  .recent-award-wrapper .container {
    padding: 0 20px;
  }
  .inner-hero h1 {
    font-size: 28px;
  }
  .career-wrapper .why-work-here .boxes {
    width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }
  .career-wrapper .why-work-here .boxes:nth-child(2n+2) {
    margin-right: 0;
  }
  .career-wrapper .why-work-here .boxes:nth-child(3n+3) {
    margin-right: 0;
  }
  .career-wrapper .why-work-here .boxes:nth-last-of-type(-n+2) {
    margin-bottom: 100px !important;
  }
  .career-wrapper .why-work-here .boxes:last-child {
    margin-bottom: 0 !important;
  }
  .opportunity-explore-wrapeper .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .opportunity-explore-wrapeper h2 {
    max-width: 360px;
    margin: 0 auto;
  }
  .career-details h1 {
    font-size: 28px;
  }
  .career-details .title-heading {
    padding: 35px 0;
  }
  .get-in-touch .form-wrapper {
    flex-direction: column;
  }
  .get-in-touch .form-wrapper fieldset {
    width: 100% !important;
    max-width: 100% !important;
  }
  .job-description h2 {
    margin-bottom: 30px;
  }
  .job-description h3 {
    text-align: center;
    margin-bottom: 23px;
  }
  .job-description ul li {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0 0 0 25px;
  }
  .job-description ul li::before {
    top: 4px;
    height: 7px;
    width: 7px;
  }
  .job-description .btn-common {
    margin-left: auto;
    margin-right: auto;
  }
  .job-description .form-wrapper {
    flex-direction: column;
  }
  .job-description .form-wrapper fieldset {
    max-width: 100%;
    width: 100%;
  }
  .career-details .get-in-touch .get-in-touch-left h2 {
    text-align: center !important;
  }
  .sustainability-wrapper .sustainability-right .sustainability-content h2 {
    text-align: center;
  }
  .ovarlay .faq-wrapper {
    padding: 25px;
  }
  .ovarlay .faq-wrapper h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .ovarlay .faq-wrapper .container {
    flex-direction: column;
  }
  .ovarlay .faq-wrapper .popup-left {
    flex: 2;
  }
  .ovarlay .faq-wrapper .popup-right {
    display: none;
  }
  .ovarlay .faq-wrapper .btn-tab {
    font-size: 16px;
    padding: 25px 30px 21px 66px;
  }
  .ovarlay .faq-wrapper .btn-tab:before {
    font-size: 28px;
  }
  .ovarlay .faq-wrapper .tab-content {
    font-size: 16px;
  }
  .ovarlay .faq-wrapper .tab-content .content-tab-inner {
    padding: 19px 15px 19px 0;
  }
  .ovarlay .faq-wrapper .tab-content .content-tab-inner:before {
    font-size: 35px;
    margin: 0 15px;
  }
  .retail-wrapper .container h2 {
    margin-bottom: 20px;
  }
  .retail-wrapper .container p {
    margin-bottom: 20px;
  }
  .our-presence .container {
    max-width: 100%;
  }
  .our-presence .boxes {
    max-width: 100%;
    width: 100%;
  }
  .our-presence .boxes img {
    width: 80px;
  }
  .our-presence .boxes:not(:last-child) {
    margin: 0;
  }
  .main-footer .footer-bottom .footer-right fieldset {
    margin-left: auto;
    margin-right: auto;
  }
  .corporate-content .corporate-listing .list-items .list-content p {
    font-size: 18px !important;
  }
  .responsibility-categories ul li {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .corporate-slider-wrapper img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-wrapper .contact-right fieldset:not(:last-child) {
    margin-bottom: 7px;
  }
  .corporate-content .corporate-listing .container {
    flex-direction: column;
  }
  .corporate-content .corporate-listing .list-items {
    width: 100%;
    margin-bottom: 30px;
  }
  .corporate-content .corporate-listing .list-items .list-content.eq-height {
    height: inherit !important;
  }
  .corporate-content .corporate-listing .list-items:nth-child(2n+2) {
    margin-left: 0;
  }
  .corporate-content .corporate-listing .list-items:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .store-locator-wrapper .container h1 {
    font-size: 28px;
  }
  .store-locator-wrapper .container .store-search {
    margin-top: 20px;
  }
  .oman-brands-wrapper {
    padding: 50px 0;
  }
  .oman-brands-wrapper h2 {
    font-size: 28px;
  }
  .oman-brands-wrapper .container {
    padding: 0 20px;
  }
  .grow-with-us {
    align-items: flex-end;
  }
  .grow-with-us .grow-with-content {
    bottom: auto;
  }
  .grow-with-us .grow-with-content h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .we-drop-wrapper h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .we-drop-wrapper p {
    font-size: 20px;
  }
  .we-drop-wrapper .container .we-drop-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .we-drop-wrapper .container .we-drop-left p {
    margin-bottom: 30px;
  }
  .we-drop-wrapper .container .we-drop-left figcaption {
    font-size: 20px;
  }
  .we-drop-wrapper .container .we-drop-right {
    height: 350px;
  }
  .gcc-operation-wrapper .container {
    top: 50px;
  }
  .gcc-operation-wrapper h2 {
    top: 30px;
  }
  .gcc-operation-wrapper p {
    padding-top: 0;
  }
  .gcc-operation-wrapper figure {
    max-width: 100vw;
  }
  .gcc-operation-wrapper figure .map1-retail {
    width: 20vw;
    height: 3vw;
    top: 6.208vw;
    left: 4.444vw;
  }
  .gcc-operation-wrapper figure .map1-distribution {
    width: 22vw;
    height: 3vw;
    top: 10vw;
    left: 5vw;
  }
  .gcc-operation-wrapper figure .map2-retail {
    width: 20vw;
    height: 3vw;
    position: absolute;
    top: 8vw;
    left: 33.944vw;
  }
  .gcc-operation-wrapper figure .map2-distribution {
    width: 20vw;
    height: 3vw;
    position: absolute;
    top: 11.938vw;
    left: 34.639vw;
  }
  .gcc-operation-wrapper figure .map3-retail {
    width: 20vw;
    height: 3vw;
    position: absolute;
    top: 7.292vw;
    left: 61.681vw;
  }
  .gcc-operation-wrapper figure .map3-distribution {
    width: 22vw;
    height: 3vw;
    position: absolute;
    top: 11.243vw;
    left: 61.681vw;
  }
  .gcc-operation-wrapper figure .map4-distribution {
    width: 22vw;
    height: 3vw;
    position: absolute;
    bottom: 26.91vw;
    left: 66.493vw;
  }
  .partnership-wrapper .container {
    flex-direction: column;
  }
  .partnership-wrapper .list-item {
    width: 100%;
    margin: 0 auto 15px !important;
  }
  .partnership-wrapper .list-item:nth-child(2n+2) {
    margin-left: 0;
  }
  .partnership-wrapper .people-centricity {
    margin-top: 35px;
  }
  .establish-wrapper .establish-slider {
    padding: 0 !important;
  }
  .retail-top .retail-box {
    border: 1px solid #ebebeb;
    padding: 30px;
  }
  .retail-top .retail-box strong {
    font-size: 33.5px;
    margin: 14px 0;
  }
  .retail-top .retail-box span {
    font-size: 18px;
  }
  .retail-top li figure {
    width: 50px;
  }
  .product-range-wrapper .container.title-product-range {
    margin-bottom: 50px;
  }
  .product-range-wrapper .container .item {
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%;
  }
  .product-range-wrapper .container .item:nth-child(3n+3) {
    margin-right: 0;
  }
  .product-range-wrapper .container .item:nth-child(2n+2) {
    margin-right: 0;
  }
  .product-range-wrapper .container .item .content h3 {
    font-size: 20px;
  }
  .retail-network .network-list .content {
    padding: 30px;
    font-size: 18px;
  }
  .retail-network .network-list a {
    font-size: 18px;
    background-size: 17%;
  }
  .world-goodness .container {
    flex-direction: column;
  }
  .world-goodness .goodness-list {
    max-width: 100%;
    width: 100%;
  }
  .world-goodness .goodness-list:not(:nth-child(2n+2)) {
    margin-right: auto;
    margin-left: auto;
  }
  .world-goodness .goodness-list .list-content {
    max-width: 100%;
    min-height: auto;
  }
  .world-goodness .goodness-list p {
    max-width: 100%;
  }
  .leone-wrapper .container h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .leone-wrapper ul {
    flex-direction: column;
  }
  .leone-wrapper ul li {
    margin: 0 auto 20px;
  }
  .leone-wrapper ul li:not(:last-child) {
    margin-right: auto;
  }
  .leone-wrapper ul li span {
    padding: 18px 0 0;
  }
  .our-operations li {
    padding: 0 0 35px;
  }
  .our-operations li figcaption {
    font-size: 18px;
  }
  .corporate-content .corporate-content-area.sustainability .list-items h4 {
    font-size: 28px;
  }
  .brand-detail .our-brands-slider-wrapepr {
    padding-bottom: 80px;
  }
  .our-presence .boxes p {
    min-height: auto;
  }
  .bounz-wrapper img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .partnership-wrapper .partnership-left h3 {
    font-size: 28px;
  }
  .partnership-wrapper .partnership-left p {
    font-size: 18px;
  }
  .partnership-wrapper .partnership-left .partnership-content {
    bottom: 40px;
  }
  .partnership-wrapper .partnership-left figure img {
    height: 300px;
  }
  .partnership-wrapper .partnership-right {
    padding: 0 15px;
  }
  .partnership-wrapper .partnership-right .trade-partnership-top h3 {
    font-size: 28px;
  }
  .partnership-wrapper .partnership-right .trade-partnership-top span {
    font-size: 18px;
  }
  .partnership-wrapper .partnership-right .partnership-list {
    flex-direction: column;
  }
  .partnership-wrapper .partnership-right .partnership-list .partner-list-item {
    justify-content: center;
    background: #FFF;
    min-height: 106px;
    margin-bottom: 15px;
  }
  .partnership-wrapper .partnership-right .partnership-list .partner-list-item:not(:last-child)::before {
    display: none;
  }
  .partnership-wrapper .partnership-right .partnership-list .partner-list-item::after {
    display: none;
  }
  .our-brand-main-wrapper .brands-wrapper li {
    width: 32.95%;
  }
  .our-brand-main-wrapper .filter ul {
    overflow-x: auto;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
  .our-brand-main-wrapper .filter ul li:not(:last-child) {
    margin-right: 23px;
  }
  .our-brand-main-wrapper .brands-wrapper img {
    max-width: 80%;
  }
  .goodness-food .goodness-right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .get-in-touch .form-wrapper .submit-holder {
    flex-direction: column;
  }
  .get-in-touch .form-wrapper .submit-holder input[type=file], .get-in-touch .form-wrapper .submit-holder .btn-common {
    width: 100% !important;
  }
  .get-in-touch .form-wrapper .submit-holder .btn-common {
    margin-top: 10px;
  }
}/*# sourceMappingURL=styles.css.map */</pre></body></html>