/* reset style */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global style */
@font-face {
  font-family: "Helvetica-45";
  src: url("../fonts/Helvetica-Neue-LT-Std-45-Light.eot");
  src: url("../fonts/Helvetica-Neue-LT-Std-45-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-LT-Std-45-Light.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-45-Light.woff") format("woff"), url("../fonts/Helvetica-Neue-LT-Std-45-Light.ttf") format("truetype"), url("../fonts/Helvetica-Neue-LT-Std-45-Light.svg#Helvetica Neue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-65";
  src: url("../fonts/Helvetica-Neue-LT-Com-65-Medium.eot");
  src: url("../fonts/Helvetica-Neue-LT-Com-65-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-LT-Com-65-Medium.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Com-65-Medium.woff") format("woff"), url("../fonts/Helvetica-Neue-LT-Com-65-Medium.ttf") format("truetype"), url("../fonts/Helvetica-Neue-LT-Com-65-Medium.svg#Helvetica Neue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-77";
  src: url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.eot");
  src: url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.woff") format("woff"), url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.ttf") format("truetype"), url("../fonts/Helvetica-Neue-LT-Std-77-Bold-Condensed.svg#Helvetica Neue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-bold";
  src: url("../fonts/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg#Helvetica Neue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.breadcrumb-wrap.bg {
  background-color: #ECF4FC;
}
.breadcrumb-wrap.shadow-line {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 15px -15px inset;
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 20px 0;
}
.breadcrumb-wrap .breadcrumb li {
  padding-right: 5px;
  font-size: 12px;
  color: #575756;
  line-height: 25px;
  text-decoration: none;
}
.breadcrumb-wrap .breadcrumb li a {
  color: #575756;
}
.breadcrumb-wrap .breadcrumb li a:hover {
  color: #da4f8e;
}
.breadcrumb-wrap .breadcrumb li.active {
  color: #575756;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-wrap.shadow-line {
    margin-top: 59px;
    height: auto;
  }
}
.banner img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .banner img {
    width: 100%;
  }
}
/** ---------- reset css ------  */
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  color: #212121;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  color: #575756;
}

h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 20px;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.heading4 {
  font-size: 23px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0;
  line-height: 42px;
  color: #575756;
}

.heading5 {
  font-size: 35px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0;
  line-height: 42px;
  color: #575756;
}

.heading6 {
  font-size: 28px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0;
  line-height: 32px;
  color: #575756;
}

.sub-heading {
  color: #575756;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.sub-headingtwo {
  color: #575756;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.para-bold {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
}

p {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  line-height: 25px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.m-zero {
  margin: 0;
}

.p-zero {
  padding: 0;
}

.light-blue-bg {
  background-color: #ECF4FC;
}

.light-white-bg {
  background-color: #ffffff;
}

.learn-more {
  min-width: 315px;
  border-radius: 3px;
  background-color: #D6007A;
  height: 40px;
  border: 0;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 33px;
  text-align: center;
}
.learn-more:hover {
  background-color: #D6007A;
}

.btnPink {
  background: #D6007A;
  border: none;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 15px;
  padding: 12px 0 8px 0;
  min-width: 280px;
}

.btnPink:hover {
  background: #ab0061;
  color: #ffffff;
}

.btnWhite {
  background: #fff;
  border: none;
  line-height: 20px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  color: #575757;
  outline: none;
  text-align: center;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 15px;
  padding: 12px 0 8px 0;
  min-width: 280px;
}

.btnBlue {
  background: #004F9F;
  border: none;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 15px;
  padding: 12px 0 8px 0;
  min-width: 280px;
}

.show-more {
  line-height: 20px;
  color: #004F9F;
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 15px;
  padding: 12px 0 8px 0;
  max-width: 280px;
  border: 2px solid #004F9F;
  border-radius: 4px;
  margin: 0 auto;
  height: auto;
  width: 306px;
}

.show-more:hover {
  background: #004F9F;
  color: #ffffff;
}

.btnBlue:hover {
  background: #003f7f;
  color: #ffffff;
}

.main-container .container {
  max-width: 1166px;
  margin: 0px auto;
}

.highlight-text-para {
  font-size: 16px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

.margin-top-0px {
  margin-top: 0px;
}

.margin-bottom-0px {
  margin-bottom: 0px;
}

.margin-top-10px {
  margin-top: 10px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-top-30px {
  margin-top: 30px;
}

.margin-bottom-30px {
  margin-bottom: 30px;
}

.margin-top-40px {
  margin-top: 40px;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-top-50px {
  margin-top: 50px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.margin-top-60px {
  margin-top: 60px;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.copyrighttypesign {
  font-size: 18px;
  position: relative;
  top: -12px;
  left: -6px;
}

.btn-width-100 {
  min-width: 100%;
}

.padding-zero-desktop {
  padding: 0px;
}

.padding-zero {
  padding: 0px;
}

/*  owl-carousel */
.owl-carousel .product-card-grid.card:hover .product-hoverlap {
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
  height: 48px;
  width: 48px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 45%;
  left: -30px;
  color: #009EDD;
  font-size: 32px;
  line-height: 16px;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.11);
}

.owl-carousel .owl-nav button.owl-next {
  height: 48px;
  width: 48px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 45%;
  right: -30px;
  color: #009EDD;
  font-size: 32px;
  line-height: 16px;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.11);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #86979100;
  color: #009EDD;
  text-decoration: none;
}

/*  .searchboxmode  */
.searchboxmodel .modal {
  height: 30%;
}

.searchboxmodel .modal-dialog {
  max-width: 100%;
  margin: 0px auto;
}

.searchboxmodel .search-logo {
  height: auto;
  max-width: 150px;
}

.searchboxmodel .btn-primary {
  color: #fff;
  background-color: #004F9F;
  border-color: #004F9F;
}

.searchboxmodel .arrow-cross-search {
  background-color: #8b87873b;
  padding: 2px 3px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 22px;
  display: none;
  z-index: 5;
}

.searchboxmodel .arrow-cross-fulldiv {
  position: absolute;
  right: 0px;
  font-size: 38px;
}

.searchboxmodel .pos-relsearch {
  position: relative;
}

.searchboxmodel .modal-body {
  padding: 25px 0px;
}

.searchboxmodel .searchinput {
  border: 1px solid #979797;
}

/*** Responsive css start **/
@media only screen and (max-width: 768px) {
  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .padding-zero-mobile {
    padding: 0px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 2px;
    font-size: 22px;
    height: 28px;
    width: 30px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 2px;
    font-size: 22px;
    height: 28px;
    width: 30px;
  }

  .margin-top-0px-mobile {
    margin-top: 0px;
  }
}
/* common component style */
.header {
  display: block;
  position: relative;
  z-index: 5;
}

/* header css */
/* country-select */
.country-select {
  text-align: right;
}

.Country-Selector-desktop {
  white-space: nowrap;
  text-align: right;
  color: black;
  cursor: pointer;
}

.country-select ul.dropdown-menu {
  padding: 24px;
  top: 22px;
  left: 0;
  border-radius: 0;
}

.country-select a.dropdown-toggle:after {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
  font-size: 20px;
}

.show a.dropdown-toggle:after {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
  font-size: 20px;
}

.bottom-bar {
  display: flex;
  justify-content: end;
}

.searchbox,
.Contactus,
.newsletter {
  margin-right: 31px;
  font-family: "Helvetica-65", "Helvetica-Neue", serif;
  color: #004F9F;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.searchbox span,
.Contactus span,
.newsletter span {
  margin-left: 4px;
}

.newsletter {
  margin-right: 0px;
}

.logo-tagline {
  margin-right: 0px;
  font-size: 16px;
  margin-left: 18px;
  position: relative;
  top: 4px;
}

.logo {
  margin-top: 6px;
}

.mob-country-select {
  display: none;
}

.mobile-logo {
  display: none;
}

.desktoplogo {
  width: 133px;
  height: 35px;
  margin-top: 20px;
}

.top-bar {
  display: flex;
  justify-content: flex-end;
}

.top-bar-text {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 25px;
  margin-left: 38px;
}

.top-bar li.open > a > span {
  border-top: 0px !important;
  border-bottom: 4px dashed !important;
}

.logosection {
  margin-bottom: 13px;
}

/**-------- TopNavBar CSS start ------ */
.Nav-wrap {
  width: 100%;
  border-top: 0.2px solid #9CA9B1;
  box-shadow: 10px 10px 10px #22202008;
}

.nav-link-show {
  position: absolute;
  background: #ECF4FC;
  visibility: hidden;
  border: 1px solid #5C6E78;
  z-index: 5;
  left: 0px;
  top: 56px;
  width: 100%;
  padding: 25px 35px;
}

.navbar {
  padding: 0px 0px;
  display: block;
}

.nav-item {
  padding: 19px 18px;
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.nav-item a {
  color: #575756;
}

.nav-link {
  padding: 0;
  position: relative;
}

.nav-item:hover .nav-link-show {
  visibility: visible;
}

.nav-item:hover .arrow-desktop {
  transform: rotate(181deg);
}

.arrow-desktop {
  font-size: 14px;
}

.dots {
  display: none;
}

.dotsnavbar-nav {
  display: block;
}

.col-twenty {
  width: 20%;
  height: auto;
}

.navbar-nav {
  flex-direction: row;
  justify-content: space-between;
}

.navbar-nav .nav-link {
  position: relative;
}

.arrow-mobile {
  display: none;
}

.plus-sign {
  display: none;
}

.negative-sign {
  display: none;
}

.changecountrywrap {
  display: none;
}

.nav-colflex {
  display: flex;
  justify-content: space-between;
}

.nav-col-20 {
  margin-right: 18px;
  width: 20%;
}

.nav-col-30 {
  margin-right: 18px;
  width: 30%;
}

.parent-ul {
  margin-bottom: 16px;
}

.parent-li-text {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0px;
}

.child-li-text {
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.nav-heading {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  border-bottom: 1px solid #98989A;
  padding-bottom: 34px;
  height: 58px;
}

.nav-link-heading {
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.changetextcolor {
  color: red;
}

.modal-backdrop-bgnew {
  background-color: #004F9F;
}

.Country-Selector-desktop .dropdown-menu.show {
  display: flex;
  transform: translate(-839px, 16px) !important;
  width: 1188px;
  top: 9px !important;
  max-width: initial;
  background-color: #ECF4FC;
  padding: 36px 41px;
}

.Country-Selector-desktop .Country-Selector-column-thirty {
  width: 30%;
  border-right: 1px solid #98989A;
}

.Country-Selector-desktop .Country-Selector-column-thirty:last-child {
  border-right: none;
}

.Country-Selector-desktop .country-heading {
  color: #575756;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.Country-Selector-desktop .Country-Selector-column-thirty .countryparentul {
  margin-bottom: 30px;
}

.Country-Selector-desktop .dropdown-item {
  padding: 0px 0px 0px 20px !important;
}

.Country-Selector-desktop .triangle-up {
  position: absolute;
  z-index: 5;
  top: -6px;
  right: 254px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #ECF4FC;
  border-right: 1px solid rgba(0, 0, 0, 0.19);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.Country-Selector-desktop .dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #0d6efd00;
}

.mobile-order-newsletter {
  display: none;
}

.mobile-hr-wrap {
  display: none;
}

.contact-responsive {
  display: none;
}

@media only screen and (max-width: 991px) {
  .topNav {
    position: fixed;
    top: 0px;
    border: none;
    background: white;
    height: 65px;
    box-shadow: 10px 10px 10px #22202008;
    transition: all 1s;
  }

  .dots {
    position: absolute;
    top: 18px;
    left: 0px;
    display: block;
    transition: all 1s;
    z-index: 5;
  }

  .rightleft {
    transition: all 1s;
    left: 90%;
  }

  .nav-link-show {
    position: relative;
    visibility: visible;
    display: none;
    left: 0px;
    top: 0px;
    background: none;
    border: none;
    border-top: 1px solid black;
    padding: 0px 20px;
  }

  .nav-link-heading {
    margin-top: 8px;
    font-size: 18px;
  }

  .nav-heading {
    padding-bottom: 0px;
    height: auto;
    font-size: 18px;
  }

  .nav-link-showhide {
    display: block;
  }

  .nav-item {
    padding: 4px 18px;
    font-family: "Helvetica-bold", "Helvetica-Neue", serif;
    color: #575756;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
  }

  /* remove display block  :-  add this property   for transition*/
  .dotsnavbar-nav {
    background: #004F9F;
    position: fixed;
    height: 100%;
    overflow: scroll;
    width: calc(100% - 20%);
    top: 0px;
    left: -1002px;
    transition: all 1s;
  }

  /* remove display block for transition*/
  .dotsnavbar-navshowhide {
    left: 0px;
    transition: all 1s;
  }

  .arrow-desktop {
    display: none;
  }

  .arrow-mobile {
    display: block;
  }

  .plus-sign {
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    width: 12px;
  }

  .negative-sign {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 12px;
  }

  .openarrow {
    display: block;
  }

  .closearrow {
    display: none;
  }

  .mobile-logo {
    display: block;
    position: absolute;
    left: calc(100% - 50% - 66px);
    top: 10px;
    width: 133px;
    height: 35px;
  }

  .changecountrywrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
    background: #ECF4FC;
  }
  .changecountrywrap .top-bar p {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .changecountrywrap .changecountrytext {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 25px;
    font-family: "Helvetica-65", "Helvetica-Neue", serif;
    align-self: center;
  }

  .contact-responsive {
    display: block;
  }

  .contact-responsive .top-bar-text {
    font-family: "Helvetica-bold", "Helvetica-Neue", serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 26px;
    color: #FFFFFF;
  }

  .logosection {
    display: none;
  }

  .navbar-nav .nav-link {
    padding: 0px 0px 0px 21px;
  }

  .navbar-nav {
    padding: 32px 0px;
    flex-direction: column;
    background: #ECF4FC;
  }

  .backdrpsha {
    height: 100vh;
    background: #004f9f4f;
  }

  .arrow-absolute {
    display: none;
  }

  .nav-colflex {
    display: block;
  }

  .nav-col-20 {
    margin-right: 18px;
    width: 100%;
  }

  .nav-col-30 {
    margin-right: 18px;
    width: 100%;
  }

  .Country-Selector-desktop .dropdown-menu.show {
    display: block;
    transform: translate(0, 0) !important;
    width: auto;
    left: -60px;
    top: 19px !important;
    max-width: initial;
    background-color: #ECF4FC;
    padding: 20px 0px;
  }

  .Country-Selector-desktop .Country-Selector-column-thirty {
    width: 100%;
    border-right: none;
  }

  .Country-Selector-mobile .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    max-width: 223px;
    right: 0px;
    margin-top: 0.125rem;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: "Helvetica-65", "Helvetica-Neue", serif;
  }

  .mobile-hr-wrap {
    display: block;
    background: #ECF4FC;
  }

  .mobile-hr {
    display: block;
    width: 86%;
    margin: 0 auto;
    opacity: 1;
    background-color: #98989A;
  }

  .mobile-order-newsletter {
    display: block;
    background: #ECF4FC;
  }
  .mobile-order-newsletter .Contactus {
    padding: 16px 26px 0px 26px;
  }
  .mobile-order-newsletter .newsletter {
    padding: 16px 26px 16px 26px;
  }

  .parent-ul {
    margin-bottom: 8px;
  }

  .parent-li-text {
    font-size: 14px;
  }

  .searchbox span,
.Contactus span,
.newsletter span {
    margin-right: 12px;
  }
}
.footer-wrap {
  width: 100%;
  margin-top: 70px;
}
.footer-wrap .footer-top {
  background-color: #ECF4FC;
  padding: 50px 0 40px;
}
.footer-wrap .footer-top h6 {
  color: #575756;
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 32px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
}
.footer-wrap .footer-top .social-link li {
  list-style-type: none;
  margin-bottom: 20px;
}
.footer-wrap .footer-top .social-link li a {
  color: #575757;
  display: flex;
  line-height: 30px;
  position: relative;
}
.footer-wrap .footer-top .social-link li a:hover {
  color: #575757;
}
.footer-wrap .footer-top .social-link li a .fa {
  font-size: 30px;
  margin-right: 15px;
}
.footer-wrap .footer-top .social-link li a .fa.fa-chevron-right {
  font-size: 12px;
  margin-right: 0px;
  position: absolute;
  right: 130px;
  top: 10px;
  opacity: 0.5;
}
.footer-wrap .footer-top .btn-footer {
  border: 2px solid #004F9F;
  color: #004F9F;
  background-color: #ECF4FC;
  margin-top: 30px;
  display: inline-block;
  border-radius: 4px;
  line-height: 20px;
  min-width: 280px;
  font-size: 15px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  padding: 10px 0 6px 0;
  text-align: center;
}
.footer-wrap .footer-top .btn-footer:hover {
  color: #fff;
  background: #004F9F;
}
.footer-wrap .footer-bottom {
  background: #004F9F;
  padding: 24px 0;
}
.footer-wrap .footer-bottom .footer-bottom-links li {
  margin-right: 20px;
  line-height: 17px;
  display: inline-block;
}
.footer-wrap .footer-bottom .footer-bottom-links li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-wrap .footer-bottom .copyright {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}
.footer-wrap .essity-logo {
  margin: 50px 0;
  text-align: center;
}

.social-linkph {
  width: 36px;
  margin-right: 15px;
}

.ContactDetails .namecountry {
  margin-bottom: 0px;
}
.ContactDetails .Address {
  margin-bottom: 0px;
}
.ContactDetails .e-Mail {
  margin-bottom: 0px;
}
.ContactDetails .Tel {
  margin-bottom: 0px;
}

.footer-wrap .copyrighttypesign {
  font-size: 18px;
  position: relative;
  top: -12px;
  left: -6px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap {
    margin-top: 20px;
  }

  .social-link {
    display: flex;
    justify-content: space-between;
  }

  .footer-wrap .footer-top {
    padding: 20px 0px 20px 0px;
  }

  .social-linkph {
    margin-right: auto;
  }

  .footer-wrap .footer-top .social-link li {
    min-height: 41px;
    display: flex;
    align-items: center;
  }

  .footer-wrap .footer-bottom .footer-bottom-links li {
    display: block;
  }

  .footer-wrap .footer-bottom .footer-bottom-links li a {
    margin-bottom: 20px;
    display: block;
  }
}
.faq {
  margin-top: 20px;
}

.faq .accordion-button {
  padding: 20px 35px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
}

.faq .accordion-button:not(.collapsed) {
  color: #575756;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  background: none;
  box-shadow: none;
}

.faq .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #A3CCEE;
}

.faq .accordion-body {
  padding: 0 35px 20px;
}

.table table thead th {
  background-color: #004F9F;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  padding: 15px 0;
  border-right: 2px solid #ffffff;
}

.table table thead th:last-child {
  border-right: 0px solid #ffffff;
}

.table table tbody td {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #004F9F;
}

.table table tbody tr:nth-child(even) {
  background-color: #ECF4FC;
}

@media screen and (max-width: 768px) {
  .table .customDataTable caption {
    background-image: none;
  }

  .table .customDataTable tbody td {
    display: flex;
    padding: 0px;
    height: 50px;
    line-height: 51px;
    border-bottom: 1px solid #ffffff;
    background-color: #ECF4FC;
  }

  .table .customDataTable tbody tr td:first-child {
    color: #575756;
  }

  .table .customDataTable tbody tr td:last-child {
    margin-bottom: 10px;
  }

  .table .customDataTable tbody tr td:first-child a {
    color: #fff;
  }

  .table .customDataTable tbody tr td:first-child:before {
    color: #ffffff;
    background: #004F9F;
  }

  .table .customDataTable tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: flex;
    width: 50%;
    padding-left: 20px;
    margin-right: 20px;
    background-color: #004F9F;
    color: #FFFFFF;
  }

  .table .customDataTable tr th:last-child,
.table .customDataTable tr td:last-child {
    max-width: 100% !important;
    min-width: 100px !important;
    width: 100% !important;
  }

  .table .thead-info {
    display: none;
  }
}
/* product pages components */
.box {
  border: 2px solid #ECF4FC;
  position: relative;
}

.boximg {
  height: 252px;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-content {
  padding: 20px;
}

.box-blue {
  background-color: #ECF4FC;
}

.box-white {
  background-color: #ffffff;
}

.side-filter {
  border: 1px solid #004F9F;
  background-color: #ECF4FC;
  padding: 9px 16px;
}

.side-filter h3 {
  text-align: center;
  margin: 30px 0;
}

.side-filter .wound-type .form-check-input:checked[type=checkbox] {
  background-image: url("../../../assets/images/product/checkboxright.svg");
}

.side-filter .wound-type {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.side-filter .wound-exudate {
  border-top: 1px solid #004F9F;
}

.side-filter .wound-depth {
  border-top: 1px solid #004F9F;
}

.side-filter .wound-typechild {
  border-top: 1px solid #004F9F;
}

.side-filter .dressing-category {
  border-top: 1px solid #004F9F;
  border-bottom: 1px solid #004F9F;
}

.side-filter .wound-type .form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #979797;
  border-radius: 3px;
  margin: 0;
  opacity: 0;
  z-index: 10;
}

.side-filter .wound-type .form-check-input:checked {
  background-color: #ffffff;
  border: 1px solid #004F9F;
}

.side-filter .wound-type .form-check-label {
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 14px;
  width: auto;
  letter-spacing: 0;
  line-height: 17px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.side-filter .wound-type .more {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: bold;
}

.side-filter .wound-type ul li label .filtre-color {
  height: 16px;
  min-width: 75px;
}

.product-btn {
  min-width: 100%;
}

.side-filter .wound-type .rotatearrowfilter {
  transform: rotate(180deg);
}

.green-color {
  background-color: #3F7F79;
}

.black-color {
  background-color: #000000;
}

.yellow-color {
  background-color: #FFE500;
}

.red-color {
  background-color: #E30614;
}

.pinkcolor {
  background-color: #F9C39D;
}

.side-filter .wound-type ul li .numberofproduct {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 0px;
  margin-left: 10px;
  width: 100px;
  display: flex;
  align-items: center;
}

.side-filter .wound-type.wound-typechild ul li .numberofproduct {
  width: auto;
}

.side-filter .wound-type.dressing-category ul li .numberofproduct {
  width: auto;
}

.side-filter .wound-type ul li {
  margin-bottom: 15px;
  align-items: center;
  border-top: 0;
  display: flex;
  padding: 0 2px;
  position: relative;
}

.side-filter .wound-type .ablock {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  color: #575756;
  margin: 12px 0px;
  display: flex;
  justify-content: space-between;
}

.side-filter .wound-type .checkboxright {
  width: 23px;
  position: absolute;
  z-index: 5;
  left: 1px;
  top: -4px;
  display: none;
}

.side-filter .wound-type .newcheckbox {
  margin: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid #98989A;
  border-radius: 2px;
  background-color: #FFFFFF;
  z-index: 4;
}

.side-filter .wound-type .sidefilterfontbold {
  font-weight: bold;
  margin-left: 6px;
}

.side-filter .wound-type .totalnumberofproduct {
  margin-left: 6px;
}

.finder-box {
  border: 2px solid #ECF4FC;
  margin-bottom: 40px;
  position: relative;
}

.filtre-subhead {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #004F9F;
  line-height: 25px;
  padding: 14px 16px;
  position: relative;
  left: -20px;
}

.filtre-subheading {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  color: #004F9F;
  margin-bottom: 0px;
}

.reset-subhead {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #004F9F;
  line-height: 25px;
  padding: 32px 8px 21px 0px;
  cursor: pointer;
}

.side-filter .wound-type .checkboxselectedvalue li {
  display: inline-block;
  width: auto;
  color: #004F9F;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  margin-bottom: 0px;
}

.finder-img-box img {
  height: 252px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finder-box .finder-content {
  padding: 20px;
}

.finder-box .finder-contentheading {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 64px;
}

.finder-box .finder-para {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 120px;
}

.product-finderparaul {
  margin-bottom: 23px;
}

.color-filter input[type=checkbox] {
  display: none;
}

.color-filter input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  padding: 8px;
  margin: 0 auto;
  background-clip: content-box;
  border: 1px solid #004F9F;
  border-radius: 3px;
  background-color: var(--my-color-var);
}

.color-filter input[type=checkbox]:checked + label:before {
  border: 6px solid #004F9F;
  padding: 1px;
}

.filter-result {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
}

.filter-result li {
  width: auto;
  float: left;
  margin-left: 7px;
}

.filter-result li .exudate {
  height: 26px;
  width: 55px;
  border: 1.5px solid #FFFFFF;
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #EAEAEA;
  display: block;
  padding: 0 4px;
}

.filter-result li .depth {
  height: 26px;
  width: 26px;
  border: 1.5px solid #FFFFFF;
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #EAEAEA;
  display: block;
  padding: 0 4px;
}

.filter-result li .color {
  width: 26px;
  height: 26px;
  border-radius: 1px;
  display: block;
}

.left-box {
  display: flex;
  flex-direction: column;
  min-height: 396px;
  justify-content: center;
}

.right-box {
  display: flex;
  flex-direction: column;
  min-height: 396px;
  justify-content: center;
}

.fafiltre-wrap {
  display: none;
}

.totalproduct-show {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #004F9F;
  line-height: 25px;
}

.totalproduct-showinmobile {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  color: #004F9F;
  display: none;
}

@media only screen and (max-width: 767px) {
  .filtre-subhead {
    display: flex;
    justify-content: space-between;
    padding: 14px 0px;
    left: 0px;
    align-items: center;
  }

  .fafiltre-wrap {
    display: block;
  }

  .fafiltre {
    display: none;
  }

  .filter-result {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: auto;
  }

  .finder-box .finder-content {
    padding: 40px 10px 10px 10px;
  }

  .finder-box {
    margin-bottom: 15px;
  }

  .totalproduct-show {
    display: none;
  }

  .totalproduct-showinmobile {
    display: block;
    margin-top: 10px;
  }

  .box {
    margin-bottom: 40px;
  }

  .reset-subhead {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  background-color: #ffffff;
}
body .main-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
