@charset "UTF-8";
/* Import Helpers */
/* colours variables */
/* gray color */
/* red color */
/* orange color */
/* blue color */
/* lavender */
/* green color */
/* brown color */
/* padding varialbes */
/* Import global style */
/* Global style */
/* font family */
@font-face {
  font-family: MyriadProRegular;
  src: url("../fonts/MyriadPro-Regular.otf");
  src: url("../fonts/MyriadPro-Regular.eot") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: MyriadProLight;
  src: url("../fonts/MyriadPro-Light.otf");
  src: url("../fonts/MyriadPro-Light.eot") format("embedded-opentype"), url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype") url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadProLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: MyriadProBold;
  src: url("../fonts/MyriadPro-Bold.otf");
  src: url("../fonts/MyriadPro-Light.eot") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadProBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: MyriadProSemiBold;
  src: url("../fonts/MyriadPro-Semibold.otf");
  src: url("../fonts/MyriadPro-Semibold.eot") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadProSemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: HermesBold;
  src: url("../fonts/Hermes-Bold.otf") format("opentype"); }
@font-face {
  font-family: HermesRegular;
  src: url("../fonts/HermesFB-Regular.otf") format("opentype"); }
body {
  position: relative;
  font-family: "MyriadProLight", "PT Sans";
  font-size: 16px;
  color: #000; }

ul {
  margin: 0; }

/* link style */
a.red-link {
  font-family: MyriadProRegular;
  font-size: 14px;
  color: #e33a40; }
  a.red-link:hover {
    color: #e33a40; }
a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.btn,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  border: 0;
  box-shadow: none; }

.page-top-padding {
  padding-top: 125px; }

.upl-content-wrapper {
  padding: 0 28px; }

.product-search {
  display: flex;
  align-items: flex-end; }

.section-heading-mob {
  display: none; }

.upl-grid-5 {
  width: calc(100% / 2);
  float: left; }

.left-col {
  padding-left: 0;
  padding-right: 19px; }

.right-col {
  padding-right: 0;
  padding-left: 19px; }

.inner-left-col {
  padding: 0 6px 0 0; }

.inner-right-col {
  padding: 0 0 0 6px; }

/* page title style */
.page-title-wrapper {
  padding: 20px 0 40px; }
  .page-title-wrapper .page-title {
    margin: 0;
    font-family: MyriadProSemiBold;
    font-size: 26px; }

/* breadcrumbs style */
.breadcrumbs-wrapper {
  padding: 30px 0; }

.breadcrumbs {
  font-family: MyriadProRegular; }
  .breadcrumbs li:last-child a {
    font-family: MyriadProSemiBold; }
  .breadcrumbs a {
    text-decoration: none;
    color: #000; }

/* text color */
.txt-red {
  color: #e33a40; }

/* background color */
.bg-gray-one {
  background-color: #fafafa; }

.bg-gray-two {
  background-color: #eeeded; }

/* background image style */
.bg-cover {
  background-size: cover;
  background-position: center center; }

/* slick slide style */
.slick-slide:focus {
  outline: none; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.slick-dots li {
  margin: 0 2px; }
  .slick-dots li button:before {
    font-size: 14px;
    color: #ddd;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    color: #000; }

/* form style */
form .select-group {
  position: relative; }
  form .select-group:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #9f9f9f;
    transform: translateY(-50%);
    pointer-events: none; }
  form .select-group select.form-control {
    height: 50px;
    border: 1px solid #d8d8d8;
    font-family: MyriadProRegular;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  form .select-group select:disabled {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent; }

/* Video info box style */
.video-frame {
  height: 315px; }

.video-info {
  margin-top: -6px;
  padding: 20px;
  background-color: #000;
  color: #fff; }
  .video-info h4 {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: MyriadProSemibold; }
  .video-info p {
    font-family: myriadProLight; }

/* product name (leaf shape) style */
.product-name {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .product-name h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    font-family: HermesBold;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

/* scrllbar style */
.custom-scroll {
  overflow-y: auto; }

.custom-scroll::-webkit-scrollbar {
  width: 4px; }

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey; }

/* image zoom */
.xzoom-preview {
  background: #aaa;
  box-shadow: none; }

/* Import components */
/* button style */
.upl-btn {
  border-radius: 30px;
  color: #fff; }
  .upl-btn:hover, .upl-btn:focus {
    color: #fff;
    outline: none; }

/* black button */
.upl-btn-black {
  background-color: #000; }
  .upl-btn-black:hover, .upl-btn-black:focus {
    background-color: #000; }

/* red button */
.upl-btn-red {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e33a40; }
  .upl-btn-red:hover, .upl-btn-red:focus {
    background-color: #e33a40; }

/* gray button */
.upl-btn-gray {
  background-color: #e4e4e4;
  color: #292929; }
  .upl-btn-gray:hover, .upl-btn-gray:focus {
    background-color: #e4e4e4;
    color: #292929; }

/* white button */
.upl-btn-white {
  background-color: #fff;
  color: #000; }
  .upl-btn-white:hover, .upl-btn-white:focus {
    background-color: #fff;
    color: #000; }

/* accordion style */
.panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent; }
  .panel-group .panel .panel-heading {
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .panel-group .panel .panel-heading:after {
      position: absolute;
      right: 25px;
      top: 50%;
      font-family: 'FontAwesome';
      content: "\f106";
      float: right;
      font-size: 18px;
      font-weight: bold;
      color: inherit;
      transform: translateY(-50%); }
    .panel-group .panel .panel-heading.collapsed:after {
      content: "\f107"; }
  .panel-group .panel .panel-collapse .panel-body {
    padding-top: 0;
    border-top: 0; }
.panel-group .panel + .panel {
  margin: 0; }

/* page common styling */
.breadcrumbs-wrapper {
  padding: 30px 0 10px; }

/* product filter style */
.products-filter {
  padding-top: 30px;
  background-color: #333; }
  .products-filter .section-heading {
    margin: 0 0 10px; }
    .products-filter .section-heading h2 {
      display: inline-block;
      position: relative;
      top: 0; }
  .products-filter .product-heading {
    border-bottom: 2px solid #e33a40;
    margin: 0 0 30px; }
  .products-filter .country {
    float: left;
    margin: 12px 15px;
    text-align: center;
    color: #fff; }
  .products-filter .country:nth-child(11) {
    margin: 12px 10px; }
  .products-filter .country-list {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px; }
  .products-filter input[type="radio"] {
    display: none; }
  .products-filter .radio-circle {
    height: 39px;
    width: 39px;
    content: " ";
    display: block;
    transition: 0.3s;
    border-radius: 10px;
    margin: 5px auto 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat; }
  .products-filter input[type="radio"]:checked + label {
    color: #e33a40; }
  .products-filter .country-label {
    margin: 0; }
  .products-filter input[type="radio"]:checked ~ span {
    box-shadow: 0 0 15px #fff;
    border-radius: 50px; }
  .products-filter #all-countries {
    background: url("../images/product_finder/Africa_icon.png"); }
  .products-filter .costa-rica {
    background: url("../images/product_finder/Costa_Rica_flag.png"); }
  .products-filter .dominicana-república {
    background: url("../images/product_finder/Dominican_Republic_flag.png"); }
  .products-filter .guyana {
    background: url("../images/product_finder/Guyana_flag.png"); }
  .products-filter .guatemala {
    background: url("../images/product_finder/Guatemala_flag.png"); }
  .products-filter .jamaica {
    background: url("../images/product_finder/Jamaica_flag.png"); }
  .products-filter .belize {
    background: url("../images/product_finder/Belize_flag.png"); }
  .products-filter .el-salvador {
    background: url("../images/product_finder/El_Salvador_flag.png"); }
  .products-filter .nicaragua {
    background: url("../images/product_finder/Nicaragua_flag.png"); }
  .products-filter .honduras {
    background: url("../images/product_finder/Honduras_flag.png"); }
  .products-filter .panama {
    background: url("../images/product_finder/Panama_flag.png"); }
  .products-filter h2 {
    margin: 0;
    padding-bottom: 15px;
    font-family: myriadProSemiBold;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .products-filter .btn-show-product {
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px; }
  .products-filter .quicklinks {
    padding: 30px 0; }
    .products-filter .quicklinks a {
      color: #fff;
      font-size: 16px; }
    .products-filter .quicklinks .quicklinks-title {
      margin: 8px 0;
      text-transform: uppercase;
      font-size: 16px;
      font-family: myriadProSemiBold;
      color: #fff;
      cursor: pointer; }
    .products-filter .quicklinks > .quicklinks-title {
      display: inline-block;
      float: left;
      margin: 2px 0;
      padding: 0 5px 0 0; }
    .products-filter .quicklinks li {
      border-right: 1px solid #fff;
      padding: 0 20px; }
      .products-filter .quicklinks li:last-child {
        border: 0; }
  .products-filter .panel-group {
    display: none;
    background-color: #505050; }
    .products-filter .panel-group .panel .panel-heading:after {
      color: #fff; }

/* enquiry form style */
.enquiry-fixed {
  width: 340px;
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 0 0 8px #808080; }
  .enquiry-fixed .enquiry-title {
    margin: 0px 0 20px;
    font-size: 25px;
    font-family: myriadProRegular; }
  .enquiry-fixed .enquiry-wrapper {
    max-height: 70vh;
    overflow-y: auto;
    padding: 40px 40px 15px;
    position: relative; }
    .enquiry-fixed .enquiry-wrapper .alert {
      margin-bottom: 10px;
      padding: 2px 10px;
      display: none;
      font-size: 12px;
      clear: both; }
  .enquiry-fixed .enquiry-toggle-btn {
    width: 146px;
    padding: 6px 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 16px;
    font-family: myriadProRegular;
    text-align: center;
    text-transform: uppercase;
    background-color: #e33a40;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translate(38%, 162%) rotate(90deg);
    -moz-transform: translate(38%, 162%) rotate(90deg);
    -ms-transform: translate(38%, 162%) rotate(90deg);
    -o-transform: translate(38%, 162%) rotate(90deg);
    transform: translate(38%, 162%) rotate(90deg);
    box-shadow: 0 0 4px #4e4e4e; }
  .enquiry-fixed .enquiry-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    padding: 10px 14px;
    font-size: 24px;
    cursor: pointer; }
  .enquiry-fixed .form-group {
    margin-bottom: 10px; }
  .enquiry-fixed .form-control {
    height: 30px;
    border-radius: 0; }
  .enquiry-fixed textarea.form-control {
    height: 70px;
    resize: none; }
  .enquiry-fixed .submit-div {
    clear: both; }
  .enquiry-fixed .enquiry-btn {
    border-radius: 0;
    padding: 6px 28px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #5a5a5a;
    color: #fff; }
  .enquiry-fixed .intl-tel-input .country-list {
    width: 258px; }
  .enquiry-fixed label {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    color: #595959; }
  .enquiry-fixed a {
    color: #595959; }

.enquiry-form-fixed {
  right: -340px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }
  .enquiry-form-fixed.in {
    right: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; }

/* enquiry message style */
.enquiry-message-fixed .enquiry-message-wrapper {
  padding: 50px 45px 50px; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-title {
    margin-bottom: 36px; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-message {
    font-size: 22px;
    color: #479036; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-btn {
    margin-top: 20px; }

/* captcha style */
.captcha-group {
  margin-bottom: 25px; }
  .captcha-group .realperson-challenge {
    width: 48%;
    float: left; }
  .captcha-group .realperson-text {
    font-size: 5px;
    text-align: center; }
  .captcha-group .hasRealPerson {
    width: 48%;
    margin-left: 9px;
    display: inline-block; }

/* share icons style */
.share-icons-fixed {
  width: 170px;
  position: fixed;
  z-index: 99;
  right: -170px;
  top: 289px;
  box-shadow: 0 0 8px #808080;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }
  .share-icons-fixed.in {
    right: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .share-icons-fixed .share-icons-wrapper {
    padding: 5px;
    position: relative;
    background-color: #fff; }
  .share-icons-fixed .share-icons-list {
    margin: 0; }
  .share-icons-fixed .share-icon-item {
    width: 32.6%;
    margin: 0.5px;
    padding: 0;
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center;
    background-color: #000; }
  .share-icons-fixed a {
    padding: 5px 8px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff; }
  .share-icons-fixed .attherate {
    background-color: #3490F3; }
  .share-icons-fixed .facebook {
    background-color: #3b5998; }
  .share-icons-fixed .twitter {
    background-color: #00aced; }
  .share-icons-fixed .whatsapp {
    background-color: #29a628; }
  .share-icons-fixed .linkedin {
    background-color: #007bb6; }
  .share-icons-fixed .google {
    background-color: #dd4b39; }
  .share-icons-fixed .toggle-btn {
    position: absolute;
    top: 0;
    right: 100%;
    padding: 8px 10px;
    box-shadow: 0 0 4px #4e4e4e;
    cursor: pointer;
    background: #e33a40;
    color: #fff; }

.jssocials-shares {
  margin: 0; }

.jssocials-share {
  width: 32.6%;
  margin: 0.5px;
  padding: 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center; }
  .jssocials-share a {
    padding: 5px 8px;
    display: block;
    font-size: 24px;
    line-height: 24px; }
  .jssocials-share i.fa {
    font-size: 24px; }

/* country dropdown style */
.country-dropdown {
  width: 100%;
  padding: 20px 0;
  top: 38px;
  z-index: 999;
  background-color: #fff; }
  .country-dropdown .country-row {
    margin-bottom: 10px; }
  .country-dropdown .country-col {
    padding-left: 60px; }
    .country-dropdown .country-col:first-child {
      padding: 0; }
  .country-dropdown h3 {
    margin-bottom: 25px;
    font-size: 15px; }
  .country-dropdown li {
    width: 75px;
    padding: 0 0 20px; }
  .country-dropdown a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #000; }
    .country-dropdown a span {
      margin-top: 6px;
      display: block; }
  .country-dropdown img {
    width: 25px; }
  .country-dropdown .flag {
    border: 1px solid #dadada;
    border-radius: 50%; }
  .country-dropdown .last-li {
    display: block;
    padding-left: 42px; }
    .country-dropdown .last-li span {
      margin-left: -4px; }

/* top navbar style */
.top-navbar {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff; }
  .top-navbar .topnav {
    margin-right: 0; }
    .top-navbar .topnav li a {
      padding: 12px 10px;
      font-size: 12px;
      line-height: 12px;
      color: #fff; }
      .top-navbar .topnav li a:hover, .top-navbar .topnav li a:focus, .top-navbar .topnav li a:active {
        color: #fff; }

.search-container {
  padding: 6.5px; }
  .search-container .search-label {
    margin-right: 5px;
    font-size: 13px; }
  .search-container .search-box {
    height: 22px;
    width: 200px;
    padding: 0 2px;
    border: 0;
    box-shadow: none;
    background-color: rgba(238, 237, 237, 0.91);
    color: #000; }
  .search-container .btn-search {
    height: 24px;
    width: 24px;
    margin-left: 2px;
    padding: 2px 6px;
    border: 0;
    border-radius: 50%;
    background-color: #c64249;
    color: #fff; }

/* main navbar style */
.navbar-brand {
  height: auto;
  padding: 15px 15px 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .navbar-brand .logo {
    display: inline-block;
    height: 46px; }
  .navbar-brand .country {
    margin-left: 30px;
    padding-left: 30px;
    display: inline-block;
    border-left: 1px solid #bababa;
    text-align: center;
    vertical-align: middle; }
  .navbar-brand .country-flag {
    height: 29px;
    margin: 0 auto 2px; }
  .navbar-brand .country-name {
    font-size: 13px;
    font-family: myriadProLight;
    color: #565656; }

.navbar {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
  z-index: 222; }
  .navbar .main-nav li {
    padding: 24px 4px 24px; }
    .navbar .main-nav li a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 16px;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      text-transform: uppercase;
      font-family: myriadProRegular;
      color: #010101; }
      .navbar .main-nav li a:hover {
        background-color: transparent;
        border-top: 1px solid #e33a40;
        border-bottom: 1px solid #e33a40;
        color: #000; }
    .navbar .main-nav li.active > a {
      border-top: 1px solid #e33a40;
      border-bottom: 1px solid #e33a40;
      font-family: myriadProSemiBold;
      color: #000; }
      .navbar .main-nav li.active > a:hover {
        color: #000; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent; }

.main-navbar {
  background-color: rgba(255, 255, 255, 0.8); }

.navbar-right .dropdown-menu {
  right: -80px;
  min-width: 275px; }
.navbar-right .products-dropdown .dropdown-menu {
  right: -16%; }

.navbar .main-nav .dropdown-menu {
  padding: 0;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  .navbar .main-nav .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #d6d6d6; }
    .navbar .main-nav .dropdown-menu li a {
      border: 0;
      padding: 15px;
      border-top: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative; }
      .navbar .main-nav .dropdown-menu li a:hover {
        font-weight: bold;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border: 0; }
        .navbar .main-nav .dropdown-menu li a:hover span {
          opacity: 1; }

.dropdown > a span {
  margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #e33a40;
  opacity: 0;
  font-size: 20px; }
.dropdown .dropdown-menu {
  display: block;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.dropdown:hover a[data-toggle="dropdown"] {
  border-top: 1px solid #e33a40;
  border-bottom: 1px solid #e33a40; }
  .dropdown:hover a[data-toggle="dropdown"] span {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.dropdown.open a:focus {
  border-color: #e33a40; }

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  text-align: center;
  border: 0;
  z-index: 1;
  top: 101%; }

/* mobile navbar */
.mob-nav {
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 2;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .mob-nav.in {
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .mob-nav .mob-nav-wrapper {
    height: 100%;
    padding: 112px 12px 20px;
    position: relative; }
  .mob-nav .panel-group {
    margin-bottom: 0;
    border-top: 1px solid #f71b49; }
    .mob-nav .panel-group .panel {
      margin: 0; }
      .mob-nav .panel-group .panel .panel-heading {
        padding: 12px 15px;
        border-bottom: 1px solid #f71b49;
        color: #010101; }
        .mob-nav .panel-group .panel .panel-heading:after {
          color: #f71b49; }
        .mob-nav .panel-group .panel .panel-heading.active {
          border-width: 3px; }
      .mob-nav .panel-group .panel .panel-collapse .panel-body {
        padding: 0;
        border: 0; }
  .mob-nav .mob-menu-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f71b49; }
    .mob-nav .mob-menu-item a {
      font-size: 16px;
      font-weight: bold;
      color: #010101; }
    .mob-nav .mob-menu-item.active {
      border-width: 3px; }
  .mob-nav h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
  .mob-nav .navbar-toggle-btn {
    display: none;
    top: 37px; }

.navbar-toggle-btn {
  margin: 24px 16px;
  display: none;
  position: absolute;
  right: 15px;
  z-index: 1;
  font-size: 22px; }

.navbar-container {
  position: relative; }

/* footer style */
.footer-top .sitemap {
  padding: 40px 28px; }
.footer-top h4 {
  margin: 0;
  font-family: MyriadProSemiBold;
  font-size: 13px; }
.footer-top .bottom-text {
  margin-bottom: 10px; }
.footer-top .right-col {
  padding-left: 5px; }
  .footer-top .right-col p {
    color: #636363;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 24px; }

.footer-bottom {
  padding: 12px 0;
  background-color: #c64249;
  color: #fff; }
  .footer-bottom .copyright {
    margin-bottom: 0;
    font-size: 14px; }
  .footer-bottom a {
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
  .footer-bottom .bottom-links {
    margin-top: 5px; }
  .footer-bottom.foo-mobile {
    padding: 0;
    background-color: transparent; }
    .footer-bottom.foo-mobile .social-icons-div {
      padding: 20px 0;
      background-color: #fff; }
    .footer-bottom.foo-mobile .bottom-links-div {
      font-size: 14px;
      padding: 25px 0;
      background-color: #cacaca;
      color: #000; }
      .footer-bottom.foo-mobile .bottom-links-div li {
        margin-bottom: 6px; }
      .footer-bottom.foo-mobile .bottom-links-div a {
        color: #000; }

.social-icons-div a {
  height: 32px;
  width: 32px;
  padding: 6px 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-icons-div a:hover {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(1.15, 1.15);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-icons-div a.facebook:hover {
    background-color: #3a589b; }
  .social-icons-div a.twitter:hover {
    background-color: #598dca; }
  .social-icons-div a.linkedin:hover {
    background-color: #007ab9; }
  .social-icons-div a.youtube:hover {
    background-color: #e02f2f; }
  .social-icons-div a.instagram:hover {
    background-color: #6f2654; }
.social-icons-div li:nth-child(odd) a {
  background-color: #9b9b9b; }
.social-icons-div li:nth-child(even) a {
  background-color: #797979; }

.footer-nav a {
  margin: 4px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #000; }
.footer-nav p {
  margin: 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #636363; }
.footer-nav .panel-body a {
  margin: 0;
  line-height: 0;
  color: #636363; }
.footer-nav .mailid {
  margin: 5px 0 0; }

.modal .modal-enquire {
  cursor: pointer; }
  .modal .modal-enquire:hover {
    color: none; }
.modal .modal-dialog {
  /*		top: 25% !important;
  */ }

.mob-country {
  color: #333; }
  .mob-country a {
    color: #333;
    text-decoration: none; }

.contact-info {
  font-size: 13px;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .contact-info p span:first-child {
    margin-right: 5px; }
  .contact-info p span:nth-child(2) {
    margin-left: 5px; }
  .contact-info .email {
    text-decoration: none;
    color: #636363; }

.foo-mobile {
  display: none; }

#back-to-top {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: none;
  background-color: rgba(0, 0, 0, 0.62);
  position: fixed;
  bottom: 24px;
  right: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 44; }
  #back-to-top .fa {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.69); }

/* Import pages */
/* home landing section */
.landing-section {
  background-image: url("../images/home/Belize_Home_Silder.jpg");
  background-position: center center;
  height: 640px; }
  .landing-section .carousel,
  .landing-section .carousel-inner,
  .landing-section .item {
    height: 100%; }
  .landing-section .item:first-child {
    background-image: url("../images/home/Home_slider_1.jpg"); }
  .landing-section .item:nth-child(2) {
    background-image: url("../images/home/Home_slider_2.jpg"); }
    .landing-section .item:nth-child(2) .landing-title {
      margin: 0;
      line-height: 38px; }
  .landing-section .item:nth-child(3) {
    background-image: url("../images/home/Home_slider_3.jpg"); }
    .landing-section .item:nth-child(3) .landing-title {
      margin: 0;
      line-height: 38px; }
  .landing-section .title-info {
    margin-bottom: 10px; }
  .landing-section .landing-container {
    position: relative;
    height: 100%; }
    .landing-section .landing-container .row {
      height: 100%; }
  .landing-section .landing-textbox {
    min-height: 278px;
    padding: 30px 35px;
    position: absolute;
    top: 58%;
    left: 0;
    right: 47%;
    background-color: #e33a40;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .landing-section .landing-textbox-two .title-info {
    margin-bottom: 20px; }
  .landing-section .landing-textbox-two .separator:last-child {
    display: none; }
  .landing-section .landing-title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 48px; }
    .landing-section .landing-title span {
      font-size: 28px; }
  .landing-section .landing-text {
    font-size: 18px;
    line-height: 24px; }
  .landing-section .btn {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.6); }
  .landing-section .carousel-indicators {
    bottom: 8px; }
    .landing-section .carousel-indicators .carousel-nav,
    .landing-section .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 3px;
      border: 0;
      background-color: rgba(255, 255, 255, 0.41); }
    .landing-section .carousel-indicators .active {
      background-color: #fff; }

/* products section */
.home-products-section {
  padding: 50px 0 40px;
  font-family: myriadProRegular;
  color: #fff; }
  .home-products-section .slider {
    position: relative;
    border: 1px solid #ccc;
    background-image: url("../images/home/home_product-spotlight-bg.jpg");
    background-position: center center; }
  .home-products-section .slide.herbicide .product-name {
    background-image: url("../images/products/HERBICIDES_leaf.png"); }
  .home-products-section .slide.herbicide .product-category span {
    background-image: url("../images/products/icons/P&S_Herbi-icon-1.png"); }
  .home-products-section .slide.fungicide .product-name {
    background-image: url("../images/products/FUNGICIDES_leaf.png"); }
  .home-products-section .slide.fungicide .product-category span {
    background-image: url("../images/products/icons/P&S_Fungi-icon-2.png"); }
  .home-products-section .slide.plant_growth_regulator .product-name {
    background-image: url("../images/products/GROWTH_leaf.png"); }
  .home-products-section .slide.plant_growth_regulator .product-category span {
    background-image: url("../images/products/icons/P&S_growth-icon-4.png"); }
  .home-products-section .slide.soil_conditioner .product-name {
    background-image: url("../images/products/SOIL_leaf.png"); }
  .home-products-section .slide.soil_conditioner .product-category span {
    background-image: url("../images/products/icons/P&S_Soil-icon-5.png"); }
  .home-products-section .slide.insecticide .product-name {
    background-image: url("../images/products/INSECTICIDES_leaf.png"); }
  .home-products-section .slide.insecticide .product-category span {
    background-image: url("../images/products/icons/P&S_Insect-icon-3.png"); }
  .home-products-section .product-heading {
    margin-bottom: 10px; }
    .home-products-section .product-heading h3 {
      margin: 0;
      padding: 10px 25px;
      display: inline-block;
      font-family: myriadProRegular;
      font-size: 18px;
      text-transform: uppercase;
      text-align: right;
      background-color: #e33a40;
      color: #fff; }
  .home-products-section .product-category h3 {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase; }
  .home-products-section .product-category span {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-size: contain;
    background-position: center center; }
  .home-products-section .product-details {
    height: 300px;
    position: relative; }
    .home-products-section .product-details .left-col {
      height: 100%;
      padding: 0 20px 45px; }
    .home-products-section .product-details .right-col {
      height: 100%;
      padding: 5px 5px 0 0; }
  .home-products-section .product-name {
    height: 168px;
    width: 200px;
    padding: 14px;
    background-image: url("../images/products/HERBICIDES_leaf.png"); }
    .home-products-section .product-name h3 {
      left: 14px;
      right: 14px;
      font-size: 18px;
      line-height: 24px; }
  .home-products-section .product-ingredient {
    position: absolute;
    bottom: 4px;
    left: 50px; }
    .home-products-section .product-ingredient h5 {
      margin: 15px 0 0; }
    .home-products-section .product-ingredient p {
      margin: 0;
      display: inline-block;
      font-size: 15px;
      line-height: 15px;
      font-family: myriadProLight; }
      .home-products-section .product-ingredient p:last-child .separator {
        display: none; }
  .home-products-section .product-img {
    height: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    .home-products-section .product-img img {
      margin: 0 auto;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-products-section .product-content h4 {
    margin-top: 0;
    font-size: 21px;
    font-family: myriadProSemiBold; }
  .home-products-section .product-content ul, .home-products-section .product-content ol {
    padding-left: 18px; }
  .home-products-section .product-content .product-facts {
    height: 46px;
    margin-bottom: 10px;
    padding-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: myriadProLight; }
    .home-products-section .product-content .product-facts p {
      margin: 0; }
  .home-products-section .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .home-products-section .slick-dots {
    bottom: -35px; }
  .home-products-section .product-video iframe {
    height: 300px; }
  .home-products-section .video-info h4 {
    margin-bottom: 10px; }
  .home-products-section .video-info p {
    height: 46px;
    padding-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .home-products-section .black-div {
    width: 100%;
    height: 120px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    color: #fff; }
    .home-products-section .black-div .upl-btn {
      position: absolute;
      right: 20px;
      bottom: 29px; }

.video-section {
  padding: 50px 0 0 0; }
  .video-section h3 {
    font-family: myriadProRegular; }

/* news awards section */
.news-awards-section {
  padding: 15px 0 80px; }
  .news-awards-section h3 {
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
    font-size: 22px;
    font-family: myriadProRegular;
    text-transform: uppercase; }
    .news-awards-section h3 a {
      margin-top: 4px;
      font-size: 14px;
      text-decoration: none;
      text-transform: capitalize; }
  .news-awards-section .img-div {
    max-height: 240px;
    margin-bottom: 10px;
    overflow: hidden; }
  .news-awards-section .main-news .news-title {
    font-family: myriadProRegular;
    font-size: 18px; }
  .news-awards-section .news-title,
  .news-awards-section .news-desc {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .news-awards-section .news-desc {
    -webkit-line-clamp: 2; }
  .news-awards-section .news-date {
    font-size: 14px;
    color: #aaa; }
  .news-awards-section .box-content .img-div img {
    width: 100%; }
  .news-awards-section .box-content .left-col {
    padding-right: 10px; }
  .news-awards-section .box-content .right-col {
    padding-left: 10px; }
  .news-awards-section .box-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .news-awards-section .box-content li:nth-child(2) {
      margin-bottom: 0; }
    .news-awards-section .box-content li:last-child {
      border: 0; }
  .news-awards-section .box-content a {
    color: #000; }
  .news-awards-section .inner-left-col h4 {
    display: inline;
    margin: 0;
    font-size: 24px;
    font-family: myriadProBold; }
  .news-awards-section .inner-left-col sup {
    top: -.95em;
    left: -5px;
    font-size: 14px;
    font-family: myriadProSemiBold; }
  .news-awards-section .inner-left-col span {
    display: inline;
    font-size: 16px;
    font-family: myriadProSemiBold; }
  .news-awards-section .inner-left-col p {
    margin-top: 10px; }
  .news-awards-section .event-heading {
    margin: 0; }
    .news-awards-section .event-heading span {
      height: 32px;
      vertical-align: middle; }
    .news-awards-section .event-heading .heading {
      margin: 0;
      padding: 12px 15px 8px;
      display: inline-block;
      font-family: myriadProRegular;
      font-size: 17px;
      line-height: 12px;
      text-transform: uppercase;
      text-align: right;
      background-color: #e33a40;
      color: #fff; }
    .news-awards-section .event-heading .event-date {
      margin-left: 5px;
      display: inline;
      font-family: myriadProSemiBold;
      font-size: 16px; }
  .news-awards-section .event-venue {
    margin-top: 10px; }
    .news-awards-section .event-venue p {
      margin: 0;
      color: #aaa; }

/* awards slider */
.awards-slider .slide {
  background-color: #000;
  margin: 0 2px; }
  .awards-slider .slide h4 {
    display: none;
    font-size: 22px;
    font-family: myriadProSemiBold; }
  .awards-slider .slide a {
    display: block; }
.awards-slider .slick-current {
  background-color: transparent;
  opacity: 1; }
  .awards-slider .slick-current h4 {
    display: block; }
  .awards-slider .slick-current img {
    opacity: 1; }
.awards-slider img {
  width: 100%;
  opacity: 0.6; }
.awards-slider .slick-arrow {
  font-size: 55px;
  top: 26%;
  color: #fff;
  position: absolute;
  opacity: 0.7;
  cursor: pointer; }
  .awards-slider .slick-arrow.fa-angle-right {
    right: 12px; }
  .awards-slider .slick-arrow.fa-angle-left {
    left: 12px; }

/* video slider */
.video-slider .slick-arrow {
  font-size: 55px;
  top: 26%;
  color: #fff;
  position: absolute;
  opacity: 0.7;
  cursor: pointer;
  padding: 10px;
  background: #00000047; }
  .video-slider .slick-arrow.fa-angle-right {
    right: 0; }
  .video-slider .slick-arrow.fa-angle-left {
    left: 0; }

/*Product Search Drop down*/
form .select-group select {
  padding: 6px 35px 6px 13px; }

.content-section {
  padding: 50px 0;
  background-color: #fff; }
  .content-section .about-upl {
    padding: 0 30px; }
    .content-section .about-upl h3 {
      font-size: 30px;
      line-height: 40px; }
  .content-section .icons-div {
    padding: 70px 0 50px;
    font-family: myriadProRegular; }
    .content-section .icons-div h4 {
      margin-bottom: 40px;
      font-size: 22px; }
    .content-section .icons-div .icon-inner-div {
      padding: 0 16px; }
    .content-section .icons-div img {
      margin: 0 auto 20px; }
  .content-section .business-info.content-div {
    padding: 0 40px; }
    .content-section .business-info.content-div h4 {
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 34px; }
    .content-section .business-info.content-div p {
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 28px; }
  .content-section .clients-div {
    padding: 60px 0 50px; }
    .content-section .clients-div h4 {
      font-family: myriadProRegular;
      margin-bottom: 40px;
      font-size: 22px; }
    .content-section .clients-div .client-inner-div {
      padding: 15px 0;
      border-right: 1px solid #dedede; }
    .content-section .clients-div img {
      margin: 0 auto; }
    .content-section .clients-div .upl-grid-5:last-child .client-inner-div {
      border: 0; }
  .content-section .right-side {
    margin-right: 225px; }
  .content-section .left-side {
    margin-left: 225px; }

.content-section {
  padding-top: 0; }

.video-desc {
  font-size: 24px;
  line-height: 36px; }

/* leadershipteam landing section */
.leadershipteam-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/aboutus/leadershipteam-landing.jpg"); }

.leadershipteam-landing-content {
  padding: 25px;
  background: #dd8c36;
  color: #fff; }
  .leadershipteam-landing-content h3 {
    margin: 0;
    line-height: 34px; }

/* leadership team section */
.leadershipteam-section .global-team {
  padding: 30px 15px 80px; }
  .leadershipteam-section .global-team .team-member-info,
  .leadershipteam-section .global-team a {
    font-family: myriadProRegular;
    color: #000; }
.leadershipteam-section .country-team {
  padding: 80px 15px 100px; }
  .leadershipteam-section .country-team .team-content {
    margin-bottom: 50px; }
  .leadershipteam-section .country-team .mobile-view {
    display: none; }
.leadershipteam-section .team-heading {
  margin: 0 0 50px;
  font-size: 26px;
  font-family: myriadProRegular; }
.leadershipteam-section .team-member {
  padding: 0 15px; }
.leadershipteam-section .team-member-img {
  margin-bottom: 25px; }
.leadershipteam-section .team-member-name {
  margin: 20px 0 5px 0;
  font-family: myriadProRegular;
  font-size: 24px; }
.leadershipteam-section .country-team-member .team-member-name {
  font-size: 18px; }
.leadershipteam-section .team-member-post {
  margin-bottom: 6px;
  color: #545454; }
  .leadershipteam-section .team-member-post span {
    display: block; }
.leadershipteam-section .country-team-slider .team-member {
  padding: 0 15px; }
.leadershipteam-section .country-team-slider .slick-dots {
  position: static; }

/* legacy landing section */
.legacy-landing-section {
  height: 445px;
  padding-bottom: 80px;
  background-image: url("../images/aboutus/legacy/legacy-landing.jpg"); }

/* legacy conetnt style */
.legacy-tabs {
  margin: 10px 0 35px;
  position: relative;
  border: 0; }
  .legacy-tabs li {
    margin-right: 10px;
    padding: 0; }
    .legacy-tabs li a {
      padding: 11px 20px;
      display: block;
      border: 0;
      border-radius: 30px;
      background-color: #000;
      color: #fff; }
      .legacy-tabs li a:hover {
        background-color: #e33a40; }
    .legacy-tabs li.active a,
    .legacy-tabs li.active a:active,
    .legacy-tabs li.active a:focus,
    .legacy-tabs li.active a:hover {
      border: 0;
      background-color: #e33a40;
      color: #fff; }
  .legacy-tabs .toggle-tabs {
    display: none;
    position: absolute;
    right: 35px;
    top: 0; }
  .legacy-tabs .slick-arrow {
    top: 4px;
    font-size: 35px; }
    .legacy-tabs .slick-arrow.fa-angle-left {
      left: 15px; }
    .legacy-tabs .slick-arrow.fa-angle-right {
      right: 15px; }

.legacy-content-section {
  position: relative; }
  .legacy-content-section .tab-content {
    position: relative; }
  .legacy-content-section .tab-title {
    margin: 0 0 30px 0;
    font-size: 48px;
    font-family: myriadProSemiBold;
    color: #c7c7c7; }
  .legacy-content-section .title {
    position: absolute;
    left: -72px;
    z-index: 11;
    font-size: 22px;
    font-family: myriadProSemiBold;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .legacy-content-section .milestones-title {
    top: -3%; }
  .legacy-content-section .awards-title {
    top: 20%;
    left: -138px; }
  .legacy-content-section .milestones {
    min-width: 286px;
    padding: 15px;
    display: table-cell;
    vertical-align: bottom; }
    .legacy-content-section .milestones .milestone {
      margin-bottom: 15px; }
      .legacy-content-section .milestones .milestone p {
        margin: 0; }
  .legacy-content-section .year {
    margin-bottom: 25px;
    position: relative;
    border-top: 2px solid;
    text-align: center; }
    .legacy-content-section .year:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: -6px;
      left: 50%;
      border-radius: 50%;
      content: '';
      background-color: #000; }
    .legacy-content-section .year span {
      padding: 3px 10px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 22px;
      font-family: myriadProRegular;
      background-color: #fff; }
  .legacy-content-section .achievements {
    min-height: 310px;
    padding: 15px; }
    .legacy-content-section .achievements .achievement {
      margin-bottom: 42px;
      font-size: 15px; }
      .legacy-content-section .achievements .achievement img {
        margin-bottom: 10px; }
  .legacy-content-section .slick-arrow {
    height: 42px;
    width: 42px;
    display: block; }
    .legacy-content-section .slick-arrow:before {
      display: block;
      opacity: 1; }
    .legacy-content-section .slick-arrow.slick-prev {
      left: -38px; }
      .legacy-content-section .slick-arrow.slick-prev:before {
        content: url("../images/aboutus/legacy/back-1.png"); }
    .legacy-content-section .slick-arrow.slick-next {
      right: -38px; }
      .legacy-content-section .slick-arrow.slick-next:before {
        content: url("../images/aboutus/legacy/next-1.png"); }
  .legacy-content-section.legacy-slider-five .slick-arrow {
    top: 6.6%; }

/* vision mission landing section */
.vision-mission-landing-section {
  background-image: url("../images/vision-mission/vision-mission-video-bg.jpg");
  height: 780px;
  position: relative;
  overflow: hidden;
  /*  video controls */ }
  .vision-mission-landing-section .page-title-wrapper {
    position: relative;
    z-index: 10; }
  .vision-mission-landing-section video {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 10;
    min-width: 109%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
  .vision-mission-landing-section #video-container {
    position: relative;
    top: 51%;
    left: 50%;
    min-width: 136%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
  .vision-mission-landing-section #video-controls {
    position: absolute;
    bottom: 115px;
    display: inline-flex;
    z-index: 1000;
    left: 14%;
    right: 0;
    padding: 5px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-color: transparent; }
  .vision-mission-landing-section #video-container:hover #video-controls {
    opacity: .9; }
  .vision-mission-landing-section button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .vision-mission-landing-section button:hover {
    cursor: pointer; }
  .vision-mission-landing-section #rangebar {
    width: 70%;
    padding-left: 2px; }
  .vision-mission-landing-section #mute {
    margin-left: 10px; }
  .vision-mission-landing-section #full-screen {
    margin-left: 10px; }
  .vision-mission-landing-section #volume-bar {
    width: 60px; }

/* about us section */
.aboutus-section {
  padding: 0 0 65px;
  background-color: #efefef; }
  .aboutus-section .aboutus-content-wrapper {
    padding: 0 130px; }
    .aboutus-section .aboutus-content-wrapper h4 {
      font-family: myriadProRegular;
      font-size: 18px;
      text-transform: uppercase; }
    .aboutus-section .aboutus-content-wrapper h3 {
      margin: 15px 25px;
      font-family: myriadProRegular;
      font-size: 38px;
      line-height: 48px; }
    .aboutus-section .aboutus-content-wrapper p {
      font-size: 16px;
      line-height: 26px; }

/* vision mission section  */
.mission-vision-section .upl-content-wrapper {
  padding: 85px 28px;
  border-bottom: 1px solid #ccc; }
.mission-vision-section .title {
  font-family: myriadProBold;
  font-size: 64px; }
.mission-vision-section .text {
  font-size: 21px;
  line-height: 34px;
  font-family: myriadProRegular; }
.mission-vision-section .vision {
  color: #11b6ba; }
.mission-vision-section .mission {
  color: #479036; }

/* philosophy section */
.our-philosophy-section .upl-content-wrapper {
  padding: 85px 28px; }
.our-philosophy-section .philosophy-title {
  margin: 0;
  font-family: myriadProBold;
  font-size: 51px;
  line-height: 54px; }
  .our-philosophy-section .philosophy-title.txt-red {
    color: #e1313a; }
.our-philosophy-section .philosophy-text {
  margin: 10px 0 20px 0;
  font-size: 21px;
  line-height: 32px; }

/* vision list */
.vision-list li:first-child p {
  border-top: 0; }
.vision-list p {
  margin: 0;
  padding: 15px 0;
  font-family: myriadProRegular;
  font-size: 18px;
  line-height: 30px;
  border-top: 1px solid #ddd; }
  .vision-list p img {
    width: 70px;
    margin-right: 5px;
    display: inline-block; }
  .vision-list p span {
    width: 73%;
    display: inline-block;
    vertical-align: middle; }

/* our values section section */
.our-values-section .slide {
  background-image: url("../images/aboutus/core-values-bg.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff; }
.our-values-section .slick-slide {
  position: relative;
  height: 640px;
  overflow: hidden; }
.our-values-section .core-values {
  position: absolute;
  width: 680px;
  height: 680px;
  top: -20px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.17);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  padding: 100px;
  left: 50%;
  transform: translateX(-50%); }
  .our-values-section .core-values h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: myriadProRegular; }
  .our-values-section .core-values h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 10px 0 20px;
    font-family: myriadProBold; }
  .our-values-section .core-values .values-list {
    font-size: 20px;
    font-family: myriadProRegular; }
    .our-values-section .core-values .values-list li {
      padding: 15px 0;
      border-bottom: 1px solid #ccc; }
      .our-values-section .core-values .values-list li:last-child {
        border: 0; }
    .our-values-section .core-values .values-list p {
      margin: 0;
      font-family: myriadProLight; }
.our-values-section .slick-dots {
  bottom: 30px; }

/* environment-responsibility section */
.responsibility-section {
  padding: 35px 0 85px; }
  .responsibility-section .title {
    margin-bottom: 20px;
    font-family: myriadProBold;
    font-size: 48px; }
  .responsibility-section .environment-policy,
  .responsibility-section .responsibility {
    font-size: 18px;
    line-height: 28px; }
  .responsibility-section .responsibility-text {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
  .responsibility-section .responsiblity-list li {
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    .responsibility-section .responsiblity-list li p {
      margin: 0; }
  .responsibility-section .responsiblity-list img {
    margin: 0 auto; }

/* products landing section */
.products-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/products/products-landing.jpg"); }

.products-landing-content {
  padding: 25px;
  background: #dd8c36;
  color: #fff; }
  .products-landing-content h3 {
    margin: 0;
    line-height: 34px; }

/* product filter section */
.product-filter-section {
  background-color: #333333;
  color: #fff; }
  .product-filter-section .products-filter {
    padding-top: 0; }
  .product-filter-section a {
    color: #fff; }

/* products content section */
.products-section .panel-group .panel .products-heading {
  padding: 5px 0; }
  .products-section .panel-group .panel .products-heading:after {
    content: ''; }
  .products-section .panel-group .panel .products-heading h2 {
    position: relative; }
    .products-section .panel-group .panel .products-heading h2:after {
      position: absolute;
      right: 15px;
      top: 50%;
      font-family: 'FontAwesome';
      content: '\f107';
      font-size: 40px;
      transform: translateY(-50%); }
  .products-section .panel-group .panel .products-heading.collapsed:after {
    content: ''; }
  .products-section .panel-group .panel .products-heading.collapsed h2:after {
    content: '\f105'; }
.products-section .panel-group .panel + .panel {
  margin-top: 20px; }
.products-section .show-more-product .btn {
  width: 120px;
  margin: 0 4px;
  padding: 6px 18px 6px 10px;
  font-size: 14px;
  text-align: left; }
.products-section .show-more-product .fa-plus {
  margin-right: 8px;
  padding: 2px 4px;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #a4a4a4;
  text-align: center; }

.products-heading {
  padding: 0; }
  .products-heading h2 {
    margin: 0;
    font-size: 32px;
    font-family: myriadProSemiBold;
    text-transform: uppercase; }
    .products-heading h2 span {
      vertical-align: middle;
      margin-right: 14px; }
  .products-heading.heading-green {
    background-color: #f6faec;
    border-bottom: 4px solid #9aca42; }
  .products-heading.heading-sky-blue {
    background-color: #e8fafe;
    border-bottom: 4px solid #00bef2; }
  .products-heading.heading-orange {
    background-color: #fef1e8;
    border-bottom: 4px solid #f57921; }
  .products-heading.heading-lavender {
    background-color: #f8f6fb;
    border-bottom: 4px solid #8166ab; }
  .products-heading.heading-navy-blue {
    background-color: #e9ecf3;
    border-bottom: 4px solid #26408a; }

.products {
  padding: 20px 0 60px; }
  .products .product {
    height: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #d0d0d0; }
  .products .product-name {
    width: 152px;
    height: 128px;
    margin: 0 auto 18px;
    padding: 0 6px; }
    .products .product-name h3 {
      left: 6px;
      right: 6px;
      font-size: 16px;
      line-height: 22px; }
  .products .target {
    color: #3a3a3a;
    margin-bottom: 0; }
  .products .product-info {
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: myriadProRegular; }

.heading-green + .products .product .product-name {
  background-image: url("../images/products/HERBICIDES_leaf.png"); }

.heading-sky-blue + .products .product .product-name {
  background-image: url("../images/products/FUNGICIDES_leaf.png"); }

.heading-lavender + .products .product .product-name {
  background-image: url("../images/products/GROWTH_leaf.png"); }

.heading-orange + .products .product .product-name {
  background-image: url("../images/products/INSECTICIDES_leaf.png"); }

.heading-navy-blue + .products .product .product-name {
  background-image: url("../images/products/SOIL_leaf.png"); }

.product-target:last-child span,
.product-ingrd:last-child span {
  display: none; }

.products-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex; }
  .products-row:last-child .product {
    border: 0; }

.show-more-product {
  padding: 40px 0 20px; }

/* accordion style */
.heading-green + .panel-collapse .product .product-name {
  background-image: url("../images/products/HERBICIDES_leaf.png"); }

.heading-sky-blue + .panel-collapse .product .product-name {
  background-image: url("../images/products/FUNGICIDES_leaf.png"); }

.heading-lavender + .panel-collapse .product .product-name {
  background-image: url("../images/products/GROWTH_leaf.png"); }

.heading-orange + .panel-collapse .product .product-name {
  background-image: url("../images/products/INSECTICIDES_leaf.png"); }

.heading-navy-blue + .panel-collapse .product .product-name {
  background-image: url("../images/products/SOIL_leaf.png"); }

.panel-group .panel .panel-heading.heading-green {
  background-color: #f6faec;
  border-bottom: 4px solid #9aca42; }
.panel-group .panel .panel-heading.heading-sky-blue {
  background-color: #e8fafe;
  border-bottom: 4px solid #00bef2; }
.panel-group .panel .panel-heading.heading-orange {
  background-color: #fef1e8;
  border-bottom: 4px solid #f57921; }
.panel-group .panel .panel-heading.heading-lavender {
  background-color: #f8f6fb;
  border-bottom: 4px solid #8166ab; }
.panel-group .panel .panel-heading.heading-navy-blue {
  background-color: #e9ecf3;
  border-bottom: 4px solid #26408a; }

/* product details landing section */
.products-details-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/products/products-details-landing.jpg"); }

/* white wrapper */
.product-white-wrapper {
  width: 94%;
  margin: 0 auto;
  background-color: #fff; }

/* backlink */
.backlink {
  padding: 10px 0 20px;
  font-family: MyriadProRegular; }
  .backlink .fa {
    font-size: 28px;
    margin-right: 14px;
    vertical-align: sub; }

/* product details content */
.product-details-section {
  padding-bottom: 70px; }
  .product-details-section p {
    margin: 0;
    line-height: 27px; }
  .product-details-section li {
    line-height: 27px; }
  .product-details-section a {
    color: #000; }
  .product-details-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: MyriadProRegular; }
  .product-details-section .top-border {
    border-top: 1px solid #ccc; }
  .product-details-section .gray-box {
    height: 400px;
    width: 100%;
    background-color: #e4e4e4; }
  .product-details-section .pbox-title {
    margin: 0 0 15px;
    padding-bottom: 10px;
    font-family: MyriadProSemiBold;
    color: #000; }
  .product-details-section .key-labeled-crops {
    font-family: MyriadProRegular; }
  .product-details-section .product-image.left-pbox {
    padding-top: 0; }
  .product-details-section .left-pbox {
    padding: 25px 0; }
    .product-details-section .left-pbox .pbox-title {
      border-bottom: 1px solid #ccc;
      font-size: 20px;
      text-transform: capitalize; }
    .product-details-section .left-pbox li {
      line-height: 17px;
      margin-bottom: 11px; }
    .product-details-section .left-pbox img {
      box-shadow: none; }
  .product-details-section .right-pbox {
    padding: 0 0 35px; }
    .product-details-section .right-pbox .pbox-title {
      border-bottom: 1px solid #9aca42;
      font-size: 22px;
      color: #9aca42; }
    .product-details-section .right-pbox h2 {
      margin: 0 0 15px;
      font-family: MyriadProRegular; }
    .product-details-section .right-pbox ul {
      padding-left: 18px; }
  .product-details-section .product-title {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #9aca42; }
    .product-details-section .product-title h4 {
      margin: 20px 0 5px;
      font-size: 15px;
      font-family: MyriadProRegular; }
    .product-details-section .product-title .inner-right-col {
      text-align: right; }
    .product-details-section .product-title.mob {
      margin-bottom: 20px;
      padding: 20px 0;
      display: none; }
  .product-details-section .product-name {
    height: 154px;
    width: 183px;
    padding: 10px; }
    .product-details-section .product-name h3 {
      left: 10px;
      right: 10px;
      font-size: 18px;
      line-height: 22px; }
  .product-details-section .ingredient-wt {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: MyriadProRegular;
    font-size: 24px; }
  .product-details-section .product-info {
    padding-top: 25px; }
  .product-details-section .downloads .pbox-title {
    border-bottom: none !important;
    font-size: 20px;
    color: #000 !important; }
  .product-details-section .downloads ul {
    padding: 0; }
  .product-details-section .downloads li {
    margin-bottom: 18px; }
    .product-details-section .downloads li p {
      margin-left: 40px;
      word-wrap: break-word; }
  .product-details-section .more-resources p {
    margin-bottom: 15px;
    word-wrap: break-word; }
    .product-details-section .more-resources p:last-child {
      margin-bottom: 0; }
  .product-details-section .registration-information h5 {
    margin-top: 0;
    font-size: 16px;
    color: #292929; }
  .product-details-section .panel-group {
    margin-top: 20px; }
    .product-details-section .panel-group .panel .panel-body {
      border-top: 0;
      padding: 0; }
    .product-details-section .panel-group .panel .panel-heading {
      padding: 0; }
      .product-details-section .panel-group .panel .panel-heading:after {
        color: #8e8e8e; }
  .product-details-section.herbicide .product-name {
    background-image: url("../images/products/HERBICIDES_leaf.png"); }
  .product-details-section.herbicide .right-pbox .pbox-title {
    border-bottom: 1px solid #9aca42;
    color: #9aca42; }
  .product-details-section.herbicide .product-title {
    border-bottom: 1px solid #9aca42; }
  .product-details-section.insecticide .product-name {
    background-image: url("../images/products/INSECTICIDES_leaf.png"); }
  .product-details-section.insecticide .right-pbox .pbox-title {
    border-bottom: 1px solid #f57921;
    color: #f57921; }
  .product-details-section.insecticide .product-title {
    border-bottom: 1px solid #f57921; }
  .product-details-section.plant_growth_regulator .product-name {
    background-image: url("../images/products/GROWTH_leaf.png"); }
  .product-details-section.plant_growth_regulator .right-pbox .pbox-title {
    border-bottom: 1px solid #8166ab;
    color: #8166ab; }
  .product-details-section.plant_growth_regulator .product-title {
    border-bottom: 1px solid #8166ab; }
  .product-details-section.soil_conditioner .product-name {
    background-image: url("../images/products/SOIL_leaf.png"); }
  .product-details-section.soil_conditioner .right-pbox .pbox-title {
    border-bottom: 1px solid #26408a;
    color: #26408a; }
  .product-details-section.soil_conditioner .product-title {
    border-bottom: 1px solid #26408a; }
  .product-details-section.fungicide .product-name {
    background-image: url("../images/products/FUNGICIDES_leaf.png"); }
  .product-details-section.fungicide .right-pbox .pbox-title {
    border-bottom: 1px solid #00bef2;
    color: #00bef2; }
  .product-details-section.fungicide .product-title {
    border-bottom: 1px solid #00bef2; }

/* portfolio details landing section */
.portfolio-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/products/products-details-landing.jpg"); }

/* portfolio section */
.portfolio-section h4 {
  font-weight: bold; }
.portfolio-section .portfolio-details-table {
  padding: 50px 150px 100px; }
  .portfolio-section .portfolio-details-table table {
    width: 100%; }
    .portfolio-section .portfolio-details-table table td {
      padding: 10px 0;
      border-bottom: 1px solid #eeeded; }
      .portfolio-section .portfolio-details-table table td p {
        font-size: 18px;
        margin: 0;
        color: #000; }
        .portfolio-section .portfolio-details-table table td p:hover {
          font-weight: bold; }
    .portfolio-section .portfolio-details-table table .portfolio-name {
      padding-left: 60px; }

/* careers landing section */
.careers-landing-section {
  padding-bottom: 46px;
  background-image: url("../images/careers/career-landing.jpg"); }
  .careers-landing-section .careers-landing-content {
    padding: 25px;
    background: #dd8c36;
    color: #fff; }
    .careers-landing-section .careers-landing-content h3 {
      margin: 0;
      line-height: 34px; }

/* careers content section */
.careers-content-section {
  padding: 30px 0 80px;
  font-size: 18px;
  color: #fff; }
  .careers-content-section .upl-content-wrapper {
    padding-bottom: 2px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col {
      height: 500px; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col {
      height: 540px; }
    .careers-content-section .upl-content-wrapper:nth-child(3) .careers-col {
      height: 580px; }
  .careers-content-section .careers-col > div {
    position: relative;
    height: 100%; }
  .careers-content-section .left-col {
    padding-right: 1px; }
  .careers-content-section .right-col {
    padding-left: 1px; }
  .careers-content-section .careers-title {
    margin: 0 0 5px;
    font-size: 38px;
    font-family: MyriadProSemiBold; }
  .careers-content-section .black-layer {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.54); }
  .careers-content-section .careers-video-col {
    overflow: hidden;
    background-color: #000; }
    .careers-content-section .careers-video-col iframe {
      height: 325px; }
  .careers-content-section .careers-certification {
    padding: 80px;
    background-color: #565656; }
    .careers-content-section .careers-certification p {
      font-size: 20px; }
  .careers-content-section .certification-title {
    margin: 0 0 20px;
    font-size: 34px;
    font-family: MyriadProSemiBold; }
  .careers-content-section .certification-slider {
    margin-top: 30px; }
    .careers-content-section .certification-slider .slide {
      padding: 8px; }
    .careers-content-section .certification-slider img {
      margin: 0 auto; }
    .careers-content-section .certification-slider .slick-arrow {
      position: absolute;
      top: 38%;
      font-size: 40px; }
      .careers-content-section .certification-slider .slick-arrow.fa-angle-left {
        left: -25px; }
      .careers-content-section .certification-slider .slick-arrow.fa-angle-right {
        right: -25px; }
  .careers-content-section .careers-form {
    padding: 40px 20px 30px;
    background-color: #f71b49;
    color: #fff; }
    .careers-content-section .careers-form .careers-title {
      margin-bottom: 25px; }
  .careers-content-section .form-row .form-group {
    margin-bottom: 30px;
    padding: 0; }
    .careers-content-section .form-row .form-group span {
      margin-left: 15px;
      display: inline-block;
      font-family: myriadProRegular; }
  .careers-content-section .form-row .left-col {
    padding-right: 8px; }
  .careers-content-section .form-row .right-col {
    padding-left: 8px; }
  .careers-content-section .form-row .form-control {
    border: 0;
    border-bottom: 1px solid rgba(107, 107, 107, 0.42);
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    background-color: transparent;
    color: #fff; }
    .careers-content-section .form-row .form-control:focus {
      outline: none;
      box-shadow: none; }
  .careers-content-section .form-row .error {
    margin: 0;
    font-size: 15px;
    color: #000; }
  .careers-content-section .form-row .instruction {
    padding: 8px 10px 0;
    font-size: 16px; }
  .careers-content-section .form-row .btn {
    padding: 7px 26px;
    font-family: myriadProRegular;
    font-size: 16px; }
  .careers-content-section .form-row ::-webkit-input-placeholder {
    color: #fff; }
  .careers-content-section .form-row ::-moz-placeholder {
    color: #fff; }
  .careers-content-section .form-row :-ms-input-placeholder {
    color: #fff; }
  .careers-content-section .form-row :-moz-placeholder {
    color: #fff; }
  .careers-content-section .linkedin-div p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .careers-content-section .linkedin-div a {
    margin-left: 15px; }
  .careers-content-section .linkedin-div img {
    height: 22px;
    margin-bottom: 2px; }
  .careers-content-section .careers-hr-team {
    background-image: url("../images/careers/global_HR_Team.jpg"); }
  .careers-content-section .careers-fun-col {
    padding: 0; }
  .careers-content-section .careers-fun-slider {
    height: 100%; }
    .careers-content-section .careers-fun-slider .slick-list,
    .careers-content-section .careers-fun-slider .slick-track,
    .careers-content-section .careers-fun-slider .slide {
      height: 100%; }
    .careers-content-section .careers-fun-slider .slide {
      position: relative;
      background-size: cover;
      background-position: center center; }
    .careers-content-section .careers-fun-slider .slide-one {
      background-image: url("../images/careers/careers-fun-at-work-1.jpg"); }
    .careers-content-section .careers-fun-slider .slide-two {
      background-image: url("../images/careers/careers-fun-at-work-2.jpg"); }
    .careers-content-section .careers-fun-slider .slide-three {
      background-image: url("../images/careers/careers-fun-at-work-3.jpg"); }
    .careers-content-section .careers-fun-slider .slide-four {
      background-image: url("../images/careers/careers-fun-at-work-4.jpg"); }
    .careers-content-section .careers-fun-slider .slick-arrow {
      padding: 1px 14px;
      position: absolute;
      top: 40%;
      border: 3px solid #fff;
      border-radius: 50%;
      font-size: 42px; }
      .careers-content-section .careers-fun-slider .slick-arrow.fa-angle-left {
        left: 25px; }
      .careers-content-section .careers-fun-slider .slick-arrow.fa-angle-right {
        right: 25px; }

/* News landing section */
.news-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/news/news-landing.jpg"); }

/* events section */
.events-section {
  padding: 50px 0 60px; }
  .events-section .breadcrumbs-wrapper {
    margin-bottom: 30px; }
  .events-section .event-info-wrapper {
    height: 330px;
    padding: 20px;
    position: relative;
    color: #fff; }
    .events-section .event-info-wrapper h3 {
      margin: 0 0 20px;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      font-size: 24px;
      font-family: MyriadProSemiBold;
      text-transform: uppercase;
      background-color: #e33a40; }
  .events-section .event-info {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.7); }
    .events-section .event-info h4 {
      margin: 0 0 5px;
      font-size: 22px;
      font-family: MyriadProRegular; }
    .events-section .event-info p {
      margin-bottom: 5px; }
  .events-section .events-slider .slide {
    padding: 3px 1.5px 0; }
  .events-section .events-slider .event-imgdiv {
    height: 102px;
    overflow: hidden; }
    .events-section .events-slider .event-imgdiv img {
      width: 100%;
      height: 100%; }
  .events-section .events-slider .slick-arrow {
    font-size: 40px;
    color: #fff;
    top: 10%; }
    .events-section .events-slider .slick-arrow.fa-angle-left {
      left: 10px; }
    .events-section .events-slider .slick-arrow.fa-angle-right {
      right: 10px; }
  .events-section .events-slider .event-title {
    height: 44px;
    margin: 10px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: MyriadProSemibold; }
  .events-section .events-slider .event-date {
    margin: 0 0 5px;
    color: #888; }
  .events-section .event-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* news section */
.news-section {
  padding: 0;
  background-color: #f3f3f3; }
  .news-section .news-sec-mobile {
    display: none; }
  .news-section .panel-group .panel {
    border-bottom: 1px solid #dcdcdc; }
    .news-section .panel-group .panel .panel-heading:after {
      font-size: 26px; }
  .news-section .pdf-icon {
    width: auto; }
  .news-section .middle-col {
    padding: 0 9.5px; }
  .news-section .title {
    margin: 0 0 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4c4c4c;
    font-size: 32px;
    font-family: MyriadProSemiBold; }
  .news-section img {
    width: 100%; }
  .news-section .news-title {
    margin: 25px 0 10px;
    font-size: 18px;
    line-height: 23px;
    font-family: MyriadProRegular; }
  .news-section .news-date {
    margin: 0 0 8px;
    font-family: MyriadProRegular; }
  .news-section p {
    margin-bottom: 2px; }
  .news-section .news-sec-desktop .red-link {
    padding-right: 10px; }

.short-news {
  margin-top: 50px; }
  .short-news li {
    margin-bottom: 50px; }
  .short-news p {
    font-family: MyriadProSemibold;
    font-size: 14px;
    line-height: 22px; }
  .short-news .short-news-date {
    margin-bottom: 0;
    font-family: MyriadProLight;
    color: #969696; }

/* contact landing section */
.contact-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/contact/contact-landing.jpg"); }

/* contact info section */
.contact-content-section {
  padding: 40px 0 70px; }
  .contact-content-section .contact-info-div .contact-info-title {
    margin: 0 0 20px 0;
    padding: 0 50px 10px 0;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-family: myriadProRegular;
    font-size: 22px; }
  .contact-content-section .contact-info-div .country-name {
    margin: 5px 0 2px;
    font-family: myriadProRegular;
    font-size: 23px; }
  .contact-content-section .contact-info-div .city-name {
    font-family: myriadProRegular;
    font-size: 16px; }
  .contact-content-section .contact-info-div .address {
    padding: 16px 0 0; }
    .contact-content-section .contact-info-div .address p {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 24px; }
    .contact-content-section .contact-info-div .address a {
      color: #000; }
  .contact-content-section .map-div iframe {
    height: 520px; }

/* terms of service style */
.tos-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/tos-landing.jpg"); }

.tos-content-section {
  padding: 10px 0 60px; }
  .tos-content-section ul {
    padding-left: 10px;
    list-style: decimal; }
  .tos-content-section li {
    margin-bottom: 30px; }
    .tos-content-section li p {
      font-size: 17px;
      line-height: 28px; }
  .tos-content-section .list-unstyled {
    margin-bottom: 20px;
    padding: 0;
    list-style: none; }
    .tos-content-section .list-unstyled li {
      margin-bottom: 10px; }

/* privacy policy of service style */
.pp-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/pp-landing.jpg"); }

.pp-content-section {
  padding: 10px 0 60px; }
  .pp-content-section ul {
    padding-left: 10px; }
  .pp-content-section li {
    margin-bottom: 30px; }
    .pp-content-section li p {
      font-size: 17px;
      line-height: 28px; }
  .pp-content-section strong {
    font-size: 20px;
    font-family: myriadProSemiBold; }
  .pp-content-section .pp-div p {
    margin-bottom: 0; }

/* Import mediaqueries */
/* Media queries */
@media (min-width: 768px) {
  /* header stle */
  .navbar-header {
    float: none; }

  /* product page style */
  .products .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; } }
@media (min-width: 992px) {
  /* common style */
  .heading-wrapper {
    padding: 0; }

  /* header style */
  .navbar-header {
    float: left; }

  /* leadershipt team page style */
  .leadershipteam-section .global-team .team-member-info {
    height: 105px; }
  .leadershipteam-section .global-team .team-member-post {
    height: 66px; } }
@media (min-width: 1200px) {
  /* products filter style */
  .products-filter .upl-content-wrapper {
    padding: 0 50px; }

  /* homepage style */
  .home-products-section .upl-content-wrapper,
  .news-awards-section .upl-content-wrapper {
    padding: 0 50px; } }
@media (min-width: 1300px) {
  /* common style */ }
@media (max-width: 1299px) {
  /* vision mission page style */
  .our-philosophy-section .philosophy-title {
    font-size: 40px;
    line-height: 46px; }
  .our-philosophy-section .philosophy-text {
    font-size: 18px;
    line-height: 30px; }
  .our-philosophy-section .vision-list p {
    font-size: 15px;
    line-height: 28px; }
    .our-philosophy-section .vision-list p span {
      width: 70%; }
    .our-philosophy-section .vision-list p img {
      width: 58px; } }
@media (max-width: 1199px) {
  /* common style */
  /* country dropdown style */
  .country-dropdown .country-col {
    padding-left: 20px; }
  .country-dropdown li {
    margin-bottom: 15px; }

  /* product filter style */
  .products-filter .quicklinks a {
    font-size: 16px; }

  /* homepage style */
  .landing-section .landing-title {
    font-size: 38px;
    line-height: 42px; }
  .landing-section .landing-text, .landing-section a {
    font-size: 16px; }

  /* vision mission page style */
  .vision-mission-landing-section {
    height: 600px; }
    .vision-mission-landing-section video {
      min-width: 128%;
      min-height: 170%; }

  .aboutus-section .aboutus-content-wrapper h3 {
    font-size: 28px;
    line-height: 40px; }

  .mission-vision-section .title {
    font-size: 46px; }
  .mission-vision-section .text {
    font-size: 18px;
    line-height: 30px; }

  .responsibility-section .title {
    font-size: 40px; }

  /* leadership team page style */
  .leadershipteam-section .team-member {
    padding: 0; }
  .leadershipteam-section .global-team .team-member-name {
    font-size: 22px; }

  /* careers page style */
  .careers-content-section .careers-certification {
    padding: 68px 60px; }

  /* products page style */
  .products-row {
    display: block; }
    .products-row:last-child .product {
      border-bottom: 1px solid #d0d0d0; } }
@media (max-width: 1024px) {
  .content-section .left-side {
    margin-left: 220px; }
  .content-section .right-side {
    margin-right: 220px; } }
@media (max-width: 991px) {
  /* common style */
  .page-title-wrapper .page-title {
    padding: 0 15px;
    font-size: 20px; }

  .product-search {
    display: block; }

  .section-heading {
    display: none; }

  .section-heading-mob {
    display: block;
    margin-bottom: 20px; }

  .breadcrumbs {
    padding: 0 15px; }
    .breadcrumbs a {
      display: inline-block;
      line-height: 30px; }

  .upl-btn-red {
    padding-left: 12px;
    padding-right: 12px; }

  .left-col,
  .right-col {
    padding: 0 15px; }

  form select.form-control {
    font-size: 14px; }

  /* product filter style */
  .products-filter {
    padding-bottom: 20px; }
    .products-filter .show-product-btn-div {
      text-align: center; }
    .products-filter form {
      margin-bottom: 20px; }
    .products-filter .quicklinks {
      padding: 0; }
      .products-filter .quicklinks > .quicklinks-title {
        display: none; }
      .products-filter .quicklinks li {
        margin-bottom: 5px;
        padding: 0;
        border: 0; }
        .products-filter .quicklinks li:first-child {
          padding: 0; }
      .products-filter .quicklinks a {
        font-size: 16px; }
    .products-filter .panel-group {
      display: block; }
    .products-filter .list-inline {
      display: none; }

  .products-filter .product-heading {
    display: none; }

  /* header style */
  .navbar-toggle-btn {
    display: inline-block; }

  .topnav {
    margin: 0;
    text-align: center; }
    .topnav li {
      display: inline-block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-brand {
    padding-left: 15px; }
    .navbar-brand .logo {
      height: 36px; }
    .navbar-brand .country {
      margin-left: 15px;
      padding-left: 15px; }
    .navbar-brand .country-flag {
      height: 26px; }
    .navbar-brand .country-name {
      font-size: 11px; }

  .navbar-toggle-btn {
    margin: 26px 16px; }

  /* homepage style */
  .landing-section {
    background-position: 78%; }
    .landing-section .landing-textbox {
      left: 10px;
      right: 30%; }
    .landing-section .landing-title {
      font-size: 34px;
      line-height: 38px; }
      .landing-section .landing-title span {
        font-size: 22px; }
    .landing-section .item:nth-child(2) .landing-title,
    .landing-section .item:nth-child(3) .landing-title {
      line-height: 30px; }
    .landing-section .btn {
      padding: 7px 15px; }

  .find-products-section .btn-show-product {
    width: 180px;
    margin-top: 20px; }

  .home-products-section .slider {
    margin-bottom: 65px; }
  .home-products-section .product-heading {
    text-align: center; }
  .home-products-section .product-category h3 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  .home-products-section .product-name {
    margin: 0 auto; }
  .home-products-section .product-ingredient {
    width: 100%;
    left: 0;
    text-align: center; }

  .news-awards-section .box-content .left-col {
    padding: 0 10px 0 0; }
  .news-awards-section .box-content .right-col {
    padding: 0 0 0 10px; }
  .news-awards-section .news-box {
    margin-bottom: 40px; }

  .awards-slider .slick-arrow {
    top: 32%; }

  .upl-grid-5 {
    width: 100%; }

  .content-section .clients-div .client-inner-div {
    border: none; }

  /* mission vision page style */
  .aboutus-section {
    padding: 10px 0 30px; }
    .aboutus-section .aboutus-content-wrapper {
      padding: 0 30px; }

  .mission-vision-section .upl-content-wrapper {
    padding: 40px 28px; }
  .mission-vision-section .vision {
    margin-bottom: 40px; }

  .our-philosophy-section .upl-content-wrapper {
    padding: 40px 28px; }
  .our-philosophy-section .our-philosophy {
    margin-bottom: 40px; }
  .our-philosophy-section .philosophy-text {
    margin-bottom: 20px; }
  .our-philosophy-section .vision-list p span {
    width: 73%;
    display: inline-block;
    vertical-align: middle; }
    .our-philosophy-section .vision-list p span:first-child {
      width: 50px;
      display: inline-block; }

  .our-values-section .slick-slide {
    height: 600px; }
  .our-values-section .core-values {
    display: block;
    position: static;
    width: 90%;
    margin: 0 auto;
    border-radius: 50%;
    padding: 25px 15px;
    background-color: transparent;
    transform: none; }
    .our-values-section .core-values .values-list {
      font-size: 18px; }
    .our-values-section .core-values h2 {
      font-size: 32px;
      line-height: 40px; }

  .responsibility-section {
    padding: 0 0 60px; }
    .responsibility-section .environment-policy {
      margin-bottom: 50px; }
      .responsibility-section .environment-policy .btn {
        margin-top: 10px; }
    .responsibility-section .responsiblity-list li:last-child {
      border-bottom: 0; }

  /* legacy page style */
  .legacy-content-section .slide {
    padding: 0 5px; }
  .legacy-content-section .title {
    left: -68px; }
  .legacy-content-section .awards-title {
    left: -130px; }
  .legacy-content-section .slick-arrow.slick-prev {
    left: -32px; }
  .legacy-content-section .slick-arrow.slick-next {
    right: -32px; }

  /* leadership page style */
  .leadershipteam-section .global-team {
    padding: 20px 0 20px; }
  .leadershipteam-section .country-team {
    padding: 50px 0 40px; }
    .leadershipteam-section .country-team .mobile-view {
      display: block; }
    .leadershipteam-section .country-team .desktop-view {
      display: none; }
  .leadershipteam-section .team-member {
    margin-bottom: 30px; }
  .leadershipteam-section .team-member-img {
    width: 225px;
    margin: 0 auto 25px; }

  .leadershipteam-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  /* carees page style */
  .careers-landing-section .careers-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  .careers-content-section .careers-col {
    padding: 0 15px; }
  .careers-content-section .upl-content-wrapper .careers-col:first-child {
    padding-bottom: 2px; }

  /* news page style */
  .events-section .breadcrumbs-wrapper {
    margin-bottom: 10px; }
  .events-section .events-wrapper {
    margin-bottom: 50px; }

  .news-section {
    padding-bottom: 15px; }
    .news-section .news-sec-desktop {
      display: none; }
    .news-section .news-sec-mobile {
      display: block; }
      .news-section .news-sec-mobile .red-link {
        padding-right: 10px; }
    .news-section img {
      width: auto; }
    .news-section .title {
      margin: 5px 0;
      padding: 0;
      border: 0;
      font-size: 24px;
      line-height: 28px; }

  .short-news {
    margin-top: 30px; }
    .short-news li {
      margin-bottom: 30px; }

  /* products page style */
  .products-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  .products-section .products-wrapper {
    display: none; }
  .products-section .panel-group {
    display: block; }
    .products-section .panel-group .panel .products-heading h2:after {
      font-size: 30px; }

  .products-heading h2 {
    font-size: 26px; }

  /* product details page style */
  .product-details-section .downloads {
    margin-top: 25px;
    padding: 25px 0 0;
    border-top: 1px solid #9aca42; }

  .product-white-wrapper {
    width: 100%; }

  /* portfolio page styling */
  .portfolio-section {
    padding-bottom: 50px; }
    .portfolio-section .portfolio-details-table {
      padding: 30px 0; }
      .portfolio-section .portfolio-details-table table .portfolio-name {
        padding-left: 100px; }

  /* contact us page style */
  .contact-content-section {
    padding-top: 30px; }
    .contact-content-section .map-div {
      padding-top: 40px; }

  /* footer style */
  .contact-info {
    margin-bottom: 5px;
    border-bottom: 0; }

  .footer-top {
    background-color: #eeeded; }
    .footer-top .sitemap {
      padding: 20px 28px; }

  .footer-nav h4 {
    margin: 4px 0 4px; }

  .footer-nav a,
  .contact-info .email {
    font-family: MyriadProLight;
    color: #000;
    font-size: 14px;
    line-height: 32px; }

  .contact-info,
  .address {
    font-size: 14px; }

  .foo-desktop {
    display: none; }

  .foo-mobile {
    display: block; } }
@media (max-width: 768px) {
  .country-dropdown .country-col {
    text-align: left; }

  .content-section .left-side {
    margin-left: 0; }
  .content-section .right-side {
    margin-right: 0; } }
@media (max-width: 767px) {
  /* common style */
  .upl-content-wrapper {
    padding: 0 5px; }

  .product-search {
    display: block; }

  .section-heading-mob {
    margin-bottom: 0; }

  /* copuntry dropdown */
  .country-dropdown {
    padding: 40px 20px; }
    .country-dropdown .country-col-left,
    .country-dropdown .country-col-right {
      width: 100%;
      padding-left: 0; }

  /* product filter style */
  .products-filter .panel-group {
    margin-bottom: 0; }
  .products-filter .left-col,
  .products-filter .left-col + div {
    margin-bottom: 20px; }

  /* homepage style */
  .landing-section .landing-textbox {
    min-height: 0;
    padding: 25px 20px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; }
  .landing-section .landing-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px; }
  .landing-section .landing-text, .landing-section a {
    font-size: 15px; }
  .landing-section .item {
    background-position: 70%; }
    .landing-section .item:nth-child(2) .landing-title, .landing-section .item:nth-child(3) .landing-title {
      line-height: 28px; }
      .landing-section .item:nth-child(2) .landing-title span, .landing-section .item:nth-child(3) .landing-title span {
        font-size: 18px; }
  .landing-section .title-info {
    margin-bottom: 8px; }
  .landing-section .btn {
    padding: 5px 13px;
    font-size: 14px; }

  .home-products-section .product-details {
    height: auto;
    display: block; }
  .home-products-section .product-img {
    display: none; }
  .home-products-section .product-content {
    height: 162px; }
  .home-products-section .black-div p,
  .home-products-section .black-div .product-facts {
    padding-right: 0; }
  .home-products-section .black-div .left-col {
    padding: 0; }
  .home-products-section .black-div .upl-btn {
    position: static; }
  .home-products-section .video-info {
    height: auto; }
    .home-products-section .video-info p {
      display: block; }

  .news-awards-section h3 {
    font-size: 18px; }
  .news-awards-section .box-content .left-col,
  .news-awards-section .box-content .right-col {
    padding: 0; }
  .news-awards-section .box-content li:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
  .news-awards-section .box-content .main-news {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .news-awards-section .news-box {
    margin-bottom: 40px; }

  .awards-slider .slide h4 {
    font-size: 18px;
    line-height: 20px; }

  /* mission vision style */
  .aboutus-section .aboutus-content-wrapper {
    padding: 0 15px; }
    .aboutus-section .aboutus-content-wrapper h3 {
      font-size: 18px;
      line-height: 30px; }

  .mission-vision-section .title {
    font-size: 30px; }
  .mission-vision-section .text {
    font-size: 16px;
    line-height: 26px; }
  .mission-vision-section .upl-content-wrapper {
    padding: 30px 5px; }

  .our-philosophy-section .philosophy-title {
    font-size: 30px;
    line-height: 36px; }
  .our-philosophy-section .philosophy-text {
    font-size: 16px;
    line-height: 26px; }
  .our-philosophy-section .upl-content-wrapper {
    padding: 30px 5px; }
  .our-philosophy-section .vision-list p {
    font-size: 16px;
    line-height: 26px; }
  .our-philosophy-section .vision-list li:first-child p {
    border-top: 1px solid #ddd; }
  .our-philosophy-section .vision-list li:last-child > div:nth-child(2) p {
    border-bottom: 1px solid #ddd; }

  .our-values-section .core-values h2 {
    font-size: 26px;
    line-height: 30px; }

  .responsibility-section .environment-policy,
  .responsibility-section .responsibility {
    font-size: 16px; }
  .responsibility-section .title {
    margin-bottom: 15px;
    font-size: 28px; }
  .responsibility-section .responsiblity-list img {
    margin: 0 auto 10px; }
  .responsibility-section .responsiblity-list li:last-child div:nth-child(2) img {
    margin-top: 15px; }

  /* leadership team page style */
  .leadershipteam-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .leadershipteam-section .team-heading {
    font-size: 22px; }
  .leadershipteam-section .global-team .team-member-name {
    font-size: 20px; }

  /* legacy page style */
  .legacy-landing-section {
    background-position: 30%; }

  .legacy-content-section .legacy-slider {
    padding: 0 30px; }
  .legacy-content-section .slide img {
    margin: 0 auto; }
  .legacy-content-section .milestones {
    min-width: 226px; }
  .legacy-content-section .tab-title {
    text-align: center;
    font-size: 38px; }
  .legacy-content-section .title {
    left: -32px; }
  .legacy-content-section .awards-title {
    left: -94px; }
  .legacy-content-section .slick-arrow.slick-prev {
    left: 0; }
  .legacy-content-section .slick-arrow.slick-next {
    right: 0; }
  .legacy-content-section .gray-border {
    display: none; }

  .legacy-tabs {
    margin: 35px 0 40px;
    text-align: center;
    padding: 0 50px; }
    .legacy-tabs li {
      margin: 0 15px; }

  /* carees page style */
  .careers-landing-section .left-col {
    padding: 0 15px; }
  .careers-landing-section .careers-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .careers-content-section {
    padding: 15px 0 50px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col:first-child {
      height: 380px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col:nth-child(2) {
      height: auto; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col:first-child {
      height: auto; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col:nth-child(2) {
      height: 388px; }
    .careers-content-section .upl-content-wrapper:nth-child(3) .careers-col {
      height: 460px; }
    .careers-content-section .black-layer {
      padding: 10px 20px; }
    .careers-content-section .careers-title {
      font-size: 22px; }
    .careers-content-section .careers-content {
      font-size: 16px;
      line-height: 22px; }
    .careers-content-section .form-row .form-group {
      padding: 0; }
    .careers-content-section .form-row .instruction {
      padding: 5px 10px 0; }
    .careers-content-section .careers-certification {
      padding: 30px 15px; }
      .careers-content-section .careers-certification .certification-title {
        font-size: 22px;
        line-height: 28px; }
      .careers-content-section .careers-certification p {
        font-size: 16px; }
    .careers-content-section .certification-slider .slick-arrow.fa-angle-left {
      left: -12px; }
    .careers-content-section .certification-slider .slick-arrow.fa-angle-right {
      right: -12px; }
    .careers-content-section .careers-video-col iframe {
      height: 200px; }
    .careers-content-section .careers-fun-slider .slick-arrow {
      padding: 1px 10px;
      font-size: 28px; }

  /* news page style */
  .events-section .event-info h4 {
    font-size: 20px; }

  .news-section .inner-left-col,
  .news-section .inner-right-col {
    padding: 0; }
  .news-section .title {
    font-size: 20px; }

  .short-news li .img-div img {
    margin-bottom: 15px; }

  /* products page style */
  .products-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .products-heading h2 {
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .products-heading img {
    height: 55px; }

  .products .product h3 {
    margin-bottom: 20px; }
  .products .product-name {
    margin: 0 0 18px; }

  /* product details page style */
  .product-details-section .right-pbox .pbox-title {
    font-size: 18px; }
  .product-details-section .product-title {
    display: block; }
    .product-details-section .product-title .inner-right-col {
      padding: 0;
      text-align: left; }
    .product-details-section .product-title.desktop {
      display: none; }
    .product-details-section .product-title.mob {
      display: block; }
  .product-details-section .product-info {
    border-top: 1px solid #ccc; }
  .product-details-section .downloads {
    border-top: 1px solid #ccc; }
  .product-details-section .ingredient-wt {
    font-size: 20px; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 75px; }

  /* contact us page style */
  .contact-content-section {
    padding-top: 20px; }
    .contact-content-section .contact-info-div {
      padding-bottom: 40px; }
      .contact-content-section .contact-info-div .contact-info-title {
        margin: 0 0 8px 0;
        font-size: 20px; }
      .contact-content-section .contact-info-div .country-name {
        font-size: 21px; }
      .contact-content-section .contact-info-div .city-name {
        font-size: 14px; }
      .contact-content-section .contact-info-div .address p {
        font-size: 16px; }
    .contact-content-section .map-div {
      padding-top: 0; }

  /* enquiry form style */
  .enquiry-fixed {
    width: 310px;
    top: 128px; }
    .enquiry-fixed .enquiry-toggle-btn {
      width: 114px;
      padding: 1.5px 5px 1.5px;
      font-size: 14px;
      transform: translate(39%, 198%) rotate(90deg); }

  .enquiry-form-fixed {
    right: -310px; }
    .enquiry-form-fixed.in {
      right: 0; }

  /* share icons style */
  .share-icons-fixed {
    top: 245px; }
    .share-icons-fixed .toggle-btn {
      padding: 9px 5.3px;
      font-size: 15px;
      line-height: 15px; }

  .captcha-group .realperson-challenge {
    width: 47%; } }
@media (max-width: 580px) {
  /* common style */
  .video-frame {
    height: auto; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 45px; } }
@media (max-width: 480px) {
  /* common style */
  .landing-content-box {
    width: auto; }

  /* homepage style */
  .awards-slider .slick-arrow {
    top: 20%; }

  /* products page style */
  .products-heading h2 span:nth-child(2) {
    width: 150px; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 15px; }

  /* careers page style */
  .careers-content-section .certification-slider .slick-arrow {
    top: 32%; } }

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