@font-face {
  font-family: 'NS Text BETA';
  src: url('../fonts/NSTextBETA-Light.eot');
  src: url('../fonts/NSTextBETA-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NSTextBETA-Light.woff2') format('woff2'), url('../fonts/NSTextBETA-Light.woff') format('woff'), url('../fonts/NSTextBETA-Light.ttf') format('truetype'), url('../fonts/NSTextBETA-Light.svg#NSTextBETA-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NS Text BETA';
  src: url('../fonts/NSTextBETA-Regular.eot');
  src: url('../fonts/NSTextBETA-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NSTextBETA-Regular.woff2') format('woff2'), url('../fonts/NSTextBETA-Regular.woff') format('woff'), url('../fonts/NSTextBETA-Regular.ttf') format('truetype'), url('../fonts/NSTextBETA-Regular.svg#NSTextBETA-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NS Text BETA';
  src: url('../fonts/NSTextBETA-Bold.eot');
  src: url('../fonts/NSTextBETA-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NSTextBETA-Bold.woff2') format('woff2'), url('../fonts/NSTextBETA-Bold.woff') format('woff'), url('../fonts/NSTextBETA-Bold.ttf') format('truetype'), url('../fonts/NSTextBETA-Bold.svg#NSTextBETA-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'NS Text BETA', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.36;
  color: #4d4d4d;
  letter-spacing: -0.02em;
  /* padding-top: 102px; */
  padding-top: 86px;
  position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'NS Text BETA', sans-serif;
  font-weight: 700;
  line-height: 1.13;
  margin-bottom: 1rem;
}

.h1,
h1 {
  font-size: 53px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.h2,
h2 {
  font-size: 38px;
}

.h3,
h3 {
  font-size: 30px;
  letter-spacing: -0.025em;
}

.h4,
h4 {
  font-size: 27px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #d20037;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #00b2a9;
}

:focus,
button:focus {
  outline: 0 none;
}

dl,
ol,
ul {
  padding-left: 18px;
}

img {
  max-width: 100%;
}

.text-lg {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.btn,
.form-submit {
  padding: 16px 20px;
  border-radius: 60px;
  border-width: 3px;
  border-style: solid;
  font-family: 'NS Text BETA', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 210px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-lg {
  font-size: 18px;
  padding: 20px 30px;
  min-width: 280px;
}

.btn-link {
  color: inherit;
  padding: 0;
  min-width: 0;
  text-transform: none;
  text-decoration: underline;
}

.btn-link:hover,
.btn-link:focus {
  color: #a20039;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled,
.form-submit {
  background-color: #a00039;
  border-color: #a00039;
  color: #fff;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.form-submit:hover,
.form-submit:focus {
  background-color: #a00039;
  border-color: #a00039;
  color: #ff9e1b;
}

.btn-outline,
.btn-outline:disabled,
.btn-outline.disabled {
  background-color: transparent;
  border-color: #af0039;
  color: #af0039;
}

.btn-outline:hover,
.btn-outline.focus,
.btn-outline:focus,
.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #af0039;
  border-color: #af0039;
  color: #ff9e1b;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #a00039;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: #bc0037;
  border-color: #bc0037;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #a20039;
  border-color: #a20039;
  color: #ff9e1b;
}

.btn-outline-secondary,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  border-color: #bc0037;
  color: #bc0037;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #a20039;
  border-color: #a20039;
  color: #ff9e1b;
}

.text-muted {
  color: #5c5b5b !important;
}


/* html.ios,
html.ios body {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

html.ios .site {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.ios.no-scroll .site {
  overflow-y: hidden;
} */


/* body.no-scroll {
  position: fixed;
  overflow: hidden;
} */

html.touch.no-scroll {
  overflow: hidden;
  height: 100%;
}

html.touch.no-scroll body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

html.touch.no-scroll body .site {
  position: relative;
  overflow: hidden;
  height: 100%;
}


/*---- Header section :: start ----*/

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  /* width: 100%; */
  /*padding: 12px 0;*/
  padding: 0;
  z-index: 1110;
  background-color: #fff;
}

.site-header .navbar {
  padding: 0;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff !important;
  font-weight: 400;
}

.navbar-nav li {
  margin: 0 18px;
}

.site-header .navbar-nav {
  font-size: 16px;
}

.navbar-nav .nav-link {
  letter-spacing: -0.02em;
}

.navbar-nav .nav-link {
  color: #2e2f2e;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
  color: #d20037;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
  color: #d20037;
}

.navbar-brand {
  margin-left: -15px;
  margin-right: 32px;
  /* margin-top: 17px;
  margin-bottom: 18px; */
  margin-top: 12px;
  margin-bottom: 14px;
  padding: 0;
}

.navbar-brand img,
.foo-logo img {
  max-height: 60px;
}


/* .foo-logo img {
  max-height: 45px;
} */

.nav-user {
  margin-left: 24px;
  margin-right: -15px;
  text-align: right;
}

.nav-user>a {
  margin-left: 30px;
}

.nav-user>a:first-of-type {
  margin-left: 0 !important;
}

.nav-user>.link-user {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  /* letter-spacing: 0.12em; */
  letter-spacing: 0.06em;
  color: #000;
}

.nav-user>.link-user:hover,
.nav-user>.link-user:focus {
  color: #d20037;
}

.nav-user>.btn {
  padding: 10px;
  min-width: 150px;
}

.nav-user .dropdown-toggle::after {
  display: none;
}

.nav-user .dropdown-menu {
  border-radius: 0;
  margin: 0;
  min-width: 200px;
  border: 0;
  box-shadow: 0 4px 8px rgba(49, 70, 73, 0.3);
}

.nav-user .dropdown-menu::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  left: 46px;
}

.nav-user .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.nav-user .dropdown-item:focus,
.nav-user .dropdown-item:hover {
  background-color: #e5e2e0;
  color: #d20037;
}

.navbar-toggler {
  border: 0;
  padding: 0 26px;
  margin: 0 !important;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: #d3e1ec; */
  background-color: #cbc5c1;
  outline: 0 none !important;
  z-index: 11;
}

.navbar-toggler .bar-wrap,
.filter-close .bar-wrap {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggler .bar,
.filter-close .bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d20037;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.navbar-toggler .bar:last-of-type,
.filter-close .bar:last-of-type {
  width: 15px;
}

.navbar-toggler[aria-expanded="true"],
.filter-close {
  background-color: #c9c5c4;
}

.navbar-toggler[aria-expanded="true"] .bar-wrap,
.filter-close .bar-wrap {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.navbar-toggler[aria-expanded="true"] .bar,
.filter-close .bar {
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

.navbar-toggler[aria-expanded="true"] .bar:nth-of-type(1),
.filter-close .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  top: 0;
  left: 3px;
}

.navbar-toggler[aria-expanded="true"] .bar:nth-of-type(2),
.filter-close .bar:nth-of-type(2) {
  top: -7px;
  right: 3px;
}

.navbar-toggler[aria-expanded="true"] .bar:last-of-type,
.filter-close .bar:last-of-type {
  opacity: 0;
}


/*---- Nav sidebar :: start ----*/

.overlay,
.sideMenu,
.filterMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  background-color: #77706a;
  transition: all ease 300ms;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.sideMenu,
.filterMenu,
.navbar-main {
  z-index: 1120;
  margin-bottom: 0;
}

.navbar-main .left-navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}

.sideMenu,
.filterMenu {
  left: 0;
  right: 72px;
  top: 0;
  overflow: hidden;
  padding: 40px 0;
  /*width: 100%;
  max-width: 80%;*/
  /* font-weight: 700; */
  text-align: center;
  background-color: #dddbdc;
  color: #756f69;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.sideMenu {
  font-weight: 700;
}

.filterMenu {
  left: 72px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.sideMenu.open,
.filterMenu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

.sideMenu ul {
  margin: 0;
}

.sideMenu .nav-user {
  text-align: inherit;
}

.sideMenu .nav-user .btn,
.sideMenu .nav-user>.link,
.sideMenu .navbar-nav .nav-link {
  display: block;
  padding: 17px 30px;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: 0;
  text-align: inherit;
  text-transform: uppercase;
  color: inherit;
}

.sideMenu .nav-user>.link:hover,
.sideMenu .nav-user>.link:focus,
.sideMenu .navbar-nav .nav-link:hover,
.sideMenu .navbar-nav .nav-link:focus {
  background-color: rgba(117, 111, 105, 0.2) !important;
  color: #d20037;
}

.sideMenu .nav-user .btn.active,
.sideMenu .nav-user>.link.active,
.sideMenu .navbar-nav .active .nav-link {
  color: #d20037;
}

.sideMenu .nav-user>.link-rounded {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d20037;
  color: #d20037;
  padding: 12px 20px;
  border-radius: 60px;
  min-width: 180px;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.sideMenu .nav-user>.link-rounded.menu-btn-reg {
  background-color: #af0039;
  border-color: #af0039;
  color: #fff;
}

.sideMenu .nav-user .btn:hover,
.sideMenu .nav-user .btn:focus,
.sideMenu .nav-user>.link-rounded:hover,
.sideMenu .nav-user>.link-rounded:focus,
.sideMenu .nav-user>.link-rounded.menu-btn-reg:hover,
.sideMenu .nav-user>.link-rounded.menu-btn-reg:focus {
  background-color: #af0039;
  border-color: #af0039;
  color: #ff9e1b;
}


/*---- Nav sidebar :: end ----*/

.btn.btn-reg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  padding: 22px 20px;
  z-index: 9;
}


/*---- Header section :: end ----*/


/*---- Banner section :: start ----*/

.banner {
  position: relative;
  color: #231f20;
}

.banner::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.85;
  background-color: #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00ffffff', GradientType=1);
}

.video-slider .slick-slide {
  height: auto;
}

.video-slider {
  opacity: 0;
  visibility: hidden;
}

.video-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.video-slider .item {
  position: relative;
  display: block !important;
  height: 100%;
  overflow: hidden;
}

.video-slider .item.banner-slide {
  /* height: 760px; */
  height: 42.5vw;
}

.video-slider .item.banner-slide .banner-caption .title_h1 {
  font-size: 53px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-family: 'NS Text BETA', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.video-slider .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #000;
  opacity: 0.4; */
  z-index: 1;
}

.video-slider .item.prod-slide::before {
  display: none;
}

.video-slider .item figure {
  position: relative;
  height: 100%;
  margin: 0;
}

.video-slider .item iframe {
  width: 100%;
  position: relative;
  pointer-events: none;
}

.video-slider .item .slide-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /* opacity: 0; */
  transition: all .8s ease;
}

.banner-img {
  height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: -5px;
}

.slide-image.show {
  /* opacity: 1; */
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}


/* .slide-image::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */

.banner-caption {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 10%;
}

.banner-caption h5,
.banner-caption h6 {
  font-weight: 400;
  line-height: 1.5;
  margin: 48px 0 0;
  padding-right: 13%;
  letter-spacing: 0.01em;
}

.banner-caption.caption-bottom {
  top: 72%;
}


/* .banner-caption .col {
  padding-left: 5%;
  padding-right: 5%;
} */

.banner-caption h6 {
  margin-bottom: 1em;
  letter-spacing: 0.065em;
  font-weight: 400;
}

.banner-caption p {
  letter-spacing: 0.085em;
  line-height: 1.3;
}

.banner-caption .cta {
  margin-top: 20px;
}

.banner-caption .cta .btn {
  margin-right: 26px;
}

.banner-caption .cta .btn:last-of-type {
  margin-right: 0;
}

.banner-caption .btn-outline {
  border-color: #fff;
  color: #fff;
}

.banner-caption .btn-outline:hover,
.banner-caption .btn-outline.focus,
.banner-caption .btn-outline:focus,
.banner-caption .btn-outline:not(:disabled):not(.disabled):active {
  background-color: #af0039;
  border-color: #af0039;
  color: #ff9e1b;
}

.banner-slider .slick-arrow {
  border-color: #fff;
}

.banner-slider .slick-arrow.slick-prev {
  left: 20px;
}

.banner-slider .slick-arrow.slick-next {
  right: 20px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  border-radius: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  outline: 0 none !important;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}


/* Magnific popup */

.popup-video {
  display: block;
  height: 100%;
}

.mfp-bg {
  z-index: 1200;
}

.mfp-wrap {
  z-index: 1210;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-video {
  position: relative;
}

.popup-video::before,
.thumb-video::before,
.popup-video::after,
.thumb-video::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.popup-video::before,
.thumb-video::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-video::after,
.thumb-video::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.thumb-video::after {
  border-width: 20px 0 20px 35px;
}


/*---- Banner section :: end ----*/


/*---- Home content :: start ----*/

.section {
  padding: 100px 0;
}

.sec-full {
  padding: 0 !important;
}

.sec-title {
  margin: 0 0 65px;
  text-align: center;
  /*letter-spacing: -0.025em;*/
  /*color: #1a1a1a;*/
  color: #796e65;
}

.sec-title .h2,
.sec-title h2 {
  /* font-size: 38px; */
  letter-spacing: 0;
  color: #231f20;
}

.sec-cta {
  text-align: center;
  margin: 18px 0 0;
}


/* Feature section */

.col-content {
  /* padding: 95px 9.5% 115px; */
  padding: 95px 8% 115px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #796e65;
  order: 2;
}

.col-content h2 {
  letter-spacing: -0.025em;
  margin-bottom: 44px;
  color: #000;
}

.col-content h5 {
  margin-bottom: 2rem;
}

.col-content p {
  margin-bottom: 2rem;
}

.col-content h2:last-child,
.col-content p:last-child {
  margin-bottom: 0;
}

.col-content a:hover,
.col-content a:focus {
  color: #000;
}

.col-img {
  order: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.overview-intro .col-pic figure {
  margin-bottom: 0;
}

.overview-intro .col-pic img {
  border-radius: 50%;
}

.sec-alt .col-content {
  order: 1;
}

.sec-alt .col-img {
  order: 2;
  padding: 0;
}

.sec-alt .col-img iframe {
  width: 100%;
  height: 100%;
}

.sec-feature .col-content {
  padding-top: 70px;
  padding-bottom: 52px;
  color: #796e65;
}

.list-check,
.sec-feature ul,
.sec-login .col-left ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025em;
}


/* .list-check strong,
.sec-feature ul strong,
.sec-login .col-left ul strong {
  font-weight: inherit;
} */

.list-check li,
.sec-feature ul li,
.sec-login .col-left ul li {
  padding: 0 0 0 44px;
  margin: 0 0 42px;
  position: relative;
}

.list-check li::before,
.sec-feature ul li::before,
.sec-login .col-left ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #d20037;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 22px;
  position: absolute;
  top: 1px;
  left: 1px;
}


/* tabs */

.nav-tabs {
  border: 0;
  font-size: 18px;
  font-weight: 400;
  counter-reset: tab-counter;
}

.nav-tabs .nav-item {
  counter-increment: tab-counter;
}

.nav-tabs .nav-link {
  border: solid transparent;
  border-width: 0 0 8px;
  border-radius: 0;
  letter-spacing: 0;
  color: inherit;
  cursor: pointer;
}


/* .nav-tabs .nav-link::before {
  content: "0"counter(tab-counter)" .";
  display: inline-block;
  margin-right: 12px;
} */

.nav-tabs.tab-vertical {
  flex-direction: column;
  padding-right: 30px;
}

.nav-tabs.tab-vertical .nav-item {
  margin: 0 0 25px;
}

.nav-tabs.tab-vertical .nav-link {
  border-width: 0 0 0 5px;
  padding: 3px 10px 3px 20px;
  background-color: transparent;
}

.nav-tabs.tab-vertical .nav-link:focus,
.nav-tabs.tab-vertical .nav-link:hover {
  border-color: rgba(121, 110, 101, 0.4);
}

.nav-tabs.tab-vertical .nav-item.show .nav-link,
.nav-tabs.tab-vertical .nav-link.active,
.nav-tabs.tab-vertical .nav-link.active:hover {
  border-color: #d20037;
  color: #d20037;
}


/* Tab steps */

.nav-tabs.tab-step .nav-item {
  width: 20%;
}

.nav-tabs.tab-step .nav-link {
  border: 0;
  position: relative;
  width: 100%;
  padding-top: 55px;
  line-height: 1;
  color: #796e65;
}


/* .nav-tabs.tab-step .nav-link::before,
.nav-tabs.tab-step .nav-link::after {
  transition: 0.3s;
} */

.nav-tabs.tab-step .nav-link::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 17px solid #e3e2e1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.nav-tabs.tab-step .nav-link::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 90%;
  background-color: #e3e2e1;
  position: absolute;
  top: 17px;
  right: 55%;
  display: none;
}

.nav-tabs.tab-step .nav-link i {
  position: absolute;
  top: 0;
  background-color: #e3e2e1;
  height: 38px;
  width: 84%;
  right: 58%;
}

.nav-tabs.tab-step .nav-link i::before,
.nav-tabs.tab-step .nav-link i::after {
  content: "";
  width: 100%;
  display: block;
  /* height: 44%; */
  height: 17px;
  top: -1px;
  left: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 9px 9px;
}

.nav-tabs.tab-step .nav-link i::after {
  top: auto;
  bottom: -1px;
  border-radius: 9px 9px 0 0;
}

.nav-tabs.tab-step .nav-link.active,
.nav-tabs.tab-step .nav-link.active-before,
.nav-tabs.tab-step .nav-item:hover .nav-link {
  color: #ff9e1b;
}

.nav-tabs.tab-step .nav-link.active::before,
.nav-tabs.tab-step .nav-link.active-before::before,
.nav-tabs.tab-step .nav-item:hover .nav-link::before {
  border-width: 0;
  background-color: #46a4d3;
  background-image: url(../images/icon-check.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nav-tabs.tab-step .nav-link.active::after,
.nav-tabs.tab-step .nav-link.active-before::after {
  background-color: #46a4d3;
}

.nav-tabs.tab-step .nav-link.active i,
.nav-tabs.tab-step .nav-link.active-before i {
  background-color: #46a4d3;
}

.nav-tabs.tab-step .nav-item:first-of-type .nav-link::after {
  display: none;
}

.nav-tabs.tab-step .nav-item:first-of-type .nav-link i {
  display: none;
}

.nav-tabs.tab-step .nav-link span {
  display: block;
  /* position: absolute;
  top: 100%;
  left: 0; */
}


/* Work section */

.section.sec-work {
  padding-top: 100px;
  padding-bottom: 88px;
  /* font-size: 25px; */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #796e65;
}

.sec-work .sec-title {
  color: #796e65;
}


/* .sec-work .tab-wrap {
  margin-top: 130px;
} */

.sec-work .nav-tabs {
  text-align: center;
  justify-content: center;
  margin: 68px 0 0;
  font-size: 23px;
  font-weight: 700;
}

.sec-work .nav-tabs .nav-link {
  display: inline-block;
}

.sec-work figure {
  /* margin-bottom: 42px; */
  text-align: center;
}

.sec-work figure img {
  height: auto;
  width: auto;
}

.work-content {
  position: relative;
  padding: 0 0 0 15px;
}


/* .work-content .srno {
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 89px;
  font-weight: 700;
  line-height: 0.9;
  color: #ff9e1b;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-color: #ff9e1b;
  -webkit-text-stroke-width: 2px;
} */


/* .sec-work p {
  max-width: 430px;
} */

.sec-work h3 {
  font-size: 24px;
  margin-bottom: 32px;
  color: #46a4d3;
}

.sec-work .cta {
  margin-top: 25px;
}

.sec-work .cta .link {
  font-weight: 700;
}

.slider-work {
  padding-bottom: 75px;
}

.slider-work .slick-slide {
  height: auto;
}

.slider-work .slick-dots button {
  border-color: #796e65;
  background-color: #796e65;
}

.slider-work .slick-dots li.slick-active button {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  border-color: #46a4d3;
  background-color: #46a4d3;
}

.slider-work .slick-dots li {
  margin: 0 12px;
}


/* Registeration section */

.sec-reg {
  position: relative;
  padding: 0 !important;
  background-color: #ff9e1b;
  color: #231f20;
  overflow: hidden;
}

.sec-reg h2 {
  margin-bottom: 0;
  letter-spacing: -0.025em;
}

.sec-reg .reg-inner {
  position: relative;
  /* padding: 120px 0 138px; */
  padding: 60px 0;
}

.sec-reg .col-left {
  padding-left: 6%;
}

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

.sec-reg .reg-inner::before {
  content: "";
  display: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000%;
  margin-right: -70px;
  background-color: rgba(255, 255, 255, 0.2);
}


/* Commit section */

.sec-commit {
  background-color: #00b2a9;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}

.sec-commit .link {
  color: inherit;
}

.sec-commit .link:hover,
.sec-commit .link:focus {
  color: #000;
}

.commit-recycle {
  padding: 372px 0 130px;
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 50% 0;
}

.commit-recycle .col-top,
.commit-recycle .col-cta {
  text-align: center;
}

.commit-recycle .col-top {
  margin-bottom: 75px;
}

.commit-recycle .col-left {
  padding: 0 5% 0 8%;
}

.commit-recycle .col-right {
  padding: 0 8% 0 3%;
}

.commit-recycle .col-cta {
  margin-top: 50px;
}

.commit-recycle h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.commit-recycle p {
  margin-bottom: 2rem;
}


/* .recycle-count {
  border: solid #ddd;
  border-width: 0 0 0 3px;
} */

.recycle-count figure,
.recycle-count h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -4px;
  width: 50%;
}

.recycle-count span {
  display: block;
  margin: 0;
}

.recycle-count h3 {
  font-size: 52px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}

.recycle-count .h2 {
  font-size: 100%;
  line-height: 0.9;
  margin-bottom: 12px;
}

.recycle-count .h3 {
  font-size: 78%;
  line-height: inherit;
  letter-spacing: 0;
}

.recycle-count .h4 {
  font-size: 57%;
  line-height: inherit;
  text-transform: uppercase;
  /*margin-bottom: 3px;*/
  font-family: monospace;
}

.recycle-count .h5 {
  font-size: 42%;
  line-height: inherit;
  letter-spacing: -0.04em;
}

.commit-recycle .btn {
  min-width: 360px;
  padding: 22px;
  letter-spacing: 0.12em;
}


/* .commit-detail {
  padding: 44px 0 58px;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.012em;
  background-color: #00a097;
}

.commit-detail .col-left {
  padding: 0 8% 0 4%;
}

.commit-detail .col-right figure {
  height: 100%;
  margin: 0;
  position: relative;
}

.commit-detail .col-right figure img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.commit-detail .cta {
  margin-top: 42px;
  font-size: 21px;
}

.commit-detail .link {
  font-weight: 700;
  text-decoration: underline;
} */


/* Latest section */

.sec-latest {
  padding-bottom: 92px;
  background-color: rgba(120, 109, 103, 0.2);
}

.sec-latest .list-prod {
  margin: 115px 0 0;
}


/* Product listing */

.list-prod .col {
  margin-bottom: 72px;
  display: flex;
}

.prod-item {
  display: block;
  position: relative;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f3f1f0;
  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
}

.prod-item .prod-link {
  display: block;
  color: #000;
  /* height: 100%; */
  /* background-color: rgba(120, 109, 103, 0.1); */
}

.prod-item .prod-img {
  text-align: center;
  padding: 20px;
  height: 284px;
  position: relative;
  margin: 0;
  background-color: #fff;
}

.prod-item .prod-img img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prod-item .prod-dtl {
  padding: 28px 28px 24px;
}

.prod-item .prod-title {
  min-height: 82px;
}

.prod-label {
  display: inline-block;
  background-color: #d20037;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 12px 10px 20px;
  position: absolute;
  left: -14px;
  top: 28px;
  z-index: 1;
}

.prod-label::before,
.prod-label::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.prod-label::before {
  border-width: 0 14px 14px 0;
  border-color: transparent #9e0031 transparent transparent;
  left: 0;
  top: 100%;
}

.prod-label::after {
  border-width: 38px 10px 0 0;
  border-color: #d20037 transparent transparent transparent;
  left: 100%;
  top: 0;
}

.prod-label.label-orange {
  background-color: #ff9e1b;
}

.prod-label.label-orange::before {
  border-right-color: #c57a16;
}

.prod-label.label-orange::after {
  border-top-color: #ff9e1b;
}

.prod-label.label-green {
  background-color: #00aba6;
}

.prod-label.label-green::before {
  border-right-color: #007b78;
}

.prod-label.label-green::after {
  border-top-color: #00aba6;
}

.prod-label.label-bronze {
  background-color: #CD7F32;
}

.prod-label.label-bronze::before {
  border-right-color: #CD7F32;
}

.prod-label.label-bronze::after {
  border-top-color: #CD7F32;
}

.prod-label.label-silver {
  background-color: #C0C0C0;
}

.prod-label.label-silver::before {
  border-right-color: #C0C0C0;
}

.prod-label.label-silver::after {
  border-top-color: #C0C0C0;
}

.prod-label.label-gold {
  background-color: #d4af37;
}

.prod-label.label-gold::before {
  border-right-color: #d4af37;
}

.prod-label.label-gold::after {
  border-top-color: #d4af37;
}

.prod-label + .prod-label {
  margin-top: 55px;
}

.prod-label + .prod-label + .prod-label {
  margin-top: 110px;
}

.prod-item .prod-collect,
.prod-dtl-collect {
  padding: 9px 0 11px;
  margin: 22px 0 15px;
  border: solid rgba(120, 109, 103, 0.5);
  border-width: 1px 0;
  font-size: 18px;
  font-weight: 400;
  color: #796e65;
  /* text-transform: uppercase;
  letter-spacing: 0.06em; */
}


/* .prod-item .prod-collect::after {
  content: "";
  display: table;
  clear: both;
} */

.prod-item .prod-collect img,
.prod-item .prod-collect span,
.prod-dtl-collect img,
.prod-dtl-collect span {
  display: inline-block;
  vertical-align: middle;
}

.prod-item .prod-collect img,
.prod-dtl-collect img {
  margin-right: 4px;
  max-width: 22px;
  max-height: 22px;
}

.prod-item .prod-point {
  font-size: 24px;
  font-weight: 700;
}

.prod-item .prod-point img {
  float: right;
}

.prod-item .prod-point.reward-points {
  padding: 5px 0;
  margin: 22px 0 0;
  border: solid rgba(120, 109, 103, 0.5);
  border-width: 1px 0;
}

a.prod-link:hover,
a.prod-link:focus {
  color: #000;
}

a.prod-link:hover .prod-title,
a.prod-link:focus .prod-title {
  color: #d20037;
}

.prod-cta {
  margin: 40px 0 0;
  text-align: center;
}


/* Social section */

.social {
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
  font-size: 32px;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}

.social img {
  display: block;
  max-height: 26px;
}

.social a {
  display: block;
}

.social a:hover,
.social a:focus {
  opacity: 0.9;
}

.social-inline {
  padding: 10px 0;
}

.social-inline .social-title,
.social-inline .social {
  display: inline-block;
  vertical-align: middle;
}

.social-inline .social-title {
  font-size: 21px;
  font-weight: 700;
  margin: 0 22px 0 0;
  color: #000;
}

.social-inline .social li {
  margin: 0 15px;
}

.social-inline .social img {
  max-height: 24px;
}

.section.sec-social {
  padding: 60px 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #000;
}

.section.sec-catalog {
  padding: 30px 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #000;
}

.sec-social h3,
.sec-social .social {
  display: inline-block;
  vertical-align: middle;
}

.sec-social h3 {
  letter-spacing: -0.03em;
  margin: 0;
  margin-right: 50px;
  font-size: 24px;
}


/* Footer */

.site-footer {
  padding: 65px 0 42px;
  font-size: 16px;
  letter-spacing: 0.01em;
  /* background-color: #756d67; */
  background-color: #7a6c69;
  color: #fff;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ff9e1b;
}

.foo-logo {
  display: inline-block;
  margin-left: -15px;
  /* margin-left: 40px; */
}

.nav-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}

.nav-footer li {
  margin: 0 0 12px;
}

.nav-footer li:last-of-type {
  margin-bottom: 0;
}

.contact-block {
  position: relative;
  padding-left: 32px;
  margin: 0 0 42px;
}

.contact-block:last-of-type {
  margin-bottom: 0 !important;
}

.contact-block .contact-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-block a.link {
  text-decoration: underline;
}

.copyright {
  margin: 75px 0 0;
  font-size: 14px;
  font-weight: 400;
}

.copyright br {
  display: none;
}


/*---- Home content :: end ----*/


/*---- Product listing :: start ----*/


/* Page title */

.page-title {
  padding: 50px 0;
  text-align: center;
  /* background-color: #00b2a9; */
  background-color: #007ecb;
  color: #fff;
}

.page-title .col {
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}

.page-title.page-title-points .col {
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}

.page-title.page-title-reward {
  background-color: #bed700;
}

.page-title .h1,
.page-title h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}


/* Filters */

.filters {
  padding: 28px 0;
  /*background-color: rgba(121, 110, 101, 0.4);*/
  background-color: #ccc6c2;
  color: #796e65;
}

.filters .col {
  align-self: center;
}

.filters .col-right {
  text-align: right;
}

.filters .dropdown-toggle {
  padding: 14px 10px;
  border: solid #796e65;
  border-width: 1px 0;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  color: #796e65;
  width: 100%;
  text-align: left;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  cursor: pointer;
}

.dropdown-toggle::after {
  width: 10px;
  height: 10px;
  border: solid #796e65;
  border-width: 0 2px 2px 0;
  margin: 4px 2px 0 0;
  float: right;
  transform: rotate(40deg) skew(-10deg);
}

.filters .dropdown-toggle:focus {
  outline: 0 none;
}

.filters .dropdown {
  padding: 1px 2px;
}

.filters .dropdown.show {
  background-color: #fff;
}

.filters .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 4px 0;
  border-radius: 0;
  border-color: #fff;
  left: -2px !important;
  font-size: inherit;
  min-width: 0;
  max-height: 266px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 #ccc6c2;
}

.filters .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.filters .dropdown-menu ul li {
  padding: 4px 0;
}

.filters .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.filters .mCSB_scrollTools,
.filters .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.filters .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
}

.filters .custom-control {
  padding: 0 35px 0 10px;
  cursor: pointer;
}

.filters .custom-control-label {
  width: 100%;
  cursor: pointer;
}

.filters .custom-control-label::before,
.filters .custom-control-label::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: auto;
  right: -1.8rem;
}

.filters .custom-control-label small {
  font-weight: 600;
}

.btn-icon {
  padding: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #796e65;
  color: #796e65;
  position: absolute;
  right: -50px;
  top: 0;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-icon:hover,
.btn-icon:focus {
  background-color: #796e65;
  color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #00b2a9;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}


/* .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url(data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>);
} */

.point-type {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: inherit;
}

.point-type:focus {
  color: inherit;
}

.point-type img,
.point-type span {
  display: inline-block;
  vertical-align: middle;
}

.point-type img {
  max-height: 25px;
  /* margin-right: 8px; */
}

.point-type span {
  padding-left: 8px;
  /* text-decoration: underline; */
}

.point-type span:first-child {
  padding-left: 0;
}

.logged-in .filters .point-type {
  display: none;
}


/* Filter mobile menu */

.filters.filterMenu {
  background-color: #e2e2e2;
  color: #000;
  overflow: visible;
}

.filters.filterMenu .filter-title {
  min-height: 78px;
  padding: 28px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  background-color: #fff;
  color: #796e65;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.filters.filterMenu .filter-body {
  height: 100%;
  overflow: auto;
}

.filters.filterMenu .row {
  margin: 0;
  padding: 20px 0 20px 30px;
}

.filters.filterMenu .col {
  margin: 0;
  padding: 0;
}

.filters.filterMenu .dropdown {
  padding: 0;
}

.filters.filterMenu .dropdown-menu {
  left: 5px !important;
}

.filters.filterMenu .dropdown-toggle {
  padding: 18px 15px 18px 10px;
  border-width: 0 0 1px;
  border-color: rgba(119, 112, 106, 0.5);
  /* border-color: #d5d5d3; */
  /* color: #000;
  font-weight: 400; */
}

.filters.filterMenu .custom-control-label::before,
.filters.filterMenu .custom-control-label::after {
  right: -1.2rem;
}

.filter-close {
  border: 0;
  padding: 26px;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #c9c5c4;
  outline: 0 none !important;
  z-index: 11;
  cursor: pointer;
  transition: all ease-in-out .4s;
  transform: translateX(100%);
}

.filterMenu.filters.open .filter-title {
  box-shadow: 0 0 15px 6px #999;
}

.filterMenu.filters.open .filter-close {
  transform: translateX(0);
}

.filters.filterMenu .cta {
  padding: 0 30px;
  margin: 60px 0 0;
}

.filters.filterMenu .cta .btn {
  min-width: 240px;
}


/* Product listing section */

.section.sec-prod-list {
  padding: 52px 0 70px;
  /*background-color: rgba(121, 110, 101, 0.2);*/
  background-color: #e6e3e1;
}

.sec-prod-list .sec-title {
  color: #796e65;
}


/* pagination */

.pagination {
  text-align: center;
  justify-content: center;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.pagination .page-link {
  width: 40px;
  border-radius: 0 !important;
}

.page-link {
  color: #d20037;
  border-color: #ddd;
}

.page-link:hover,
.page-link:focus {
  background-color: #f1f0f0;
  color: #d20037;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #d20037;
  border-color: #ddd;
}


/*---- Product listing :: end ----*/


/*---- Product detail :: start ----*/

.section.sec-prod-dtl {
  background-color: #fff;
  padding: 48px 0 72px;
}


/* .prod-info {
  padding: 0 0 0 28px;
} */

.prod-info .prod-label {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 0 30px;
}

.prod-info .prod-label::before {
  display: none;
}

.prod-info .prod-name {
  color: #000;
}

.prod-info .prod-name .h2,
.prod-info .prod-name h2 {
  font-size: 38px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.prod-info .prod-name .h5,
.prod-info .prod-name h5 {
  font-size: 19px;
  font-weight: 400;
  color: #746d67;
}

.prod-avl-point {
  position: relative;
  border: solid rgba(139, 141, 143, 0.5);
  border-width: 1px 0;
  /* padding: 28px 0 32px 0;
  margin: 50px 0 60px; */
  padding: 25px 0;
}

.prod-avl-point .avl-point-block {
  position: relative;
  padding: 0 58px;
  margin: 0 0 42px;
}

.prod-avl-point .avl-point-block:last-of-type {
  margin-bottom: 0;
}

.prod-avl-point .h3,
.prod-avl-point h3 {
  margin-bottom: 10px;
  color: #000;
}

.prod-avl-point .h6,
.prod-avl-point h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #746d67;
}

.prod-avl-point figure {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.prod-point-wrap {
  margin: 30px 0;
}

.prod-dtl-collect {
  padding: 15px 0;
  margin: 0;
  margin-top: -1px;
  font-size: 20px;
}
.prod-dtl-collect img {
  margin-left: 4px;
  margin-right: 28px;
}

.prod-descr {
  padding: 0 20px 0 0;
  letter-spacing: -0.035em;
  font-weight: 400;
  /* line-height: 1.26; */
  line-height: 1.5;
}


/* Prod Slider */

.prod-slider {
  text-align: center;
}


/* .prod-slider-thumb {
  border: solid #212125;
  border-width: 0 0 1px;
  padding: 0 0 10px;
} */

.prod-slider .slick-slide,
.prod-slider-thumb .slick-slide {
  /* height: 140px; */
  padding: 0 10px 15px;
}

.prod-slider-thumb .slick-slide {
  cursor: pointer;
}

.prod-slider .slick-slide>div,
.prod-slider-thumb .slick-slide>div {
  /* height: 220px; */
  height: 160px;
  position: relative;
  border: 1px solid #796e65;
}

.prod-slider .slick-slide>div {
  height: 540px;
}


/* .prod-slider-thumb .slick-slide>div {
  background-color: #fafafa;
} */

.prod-slider .slick-slide img,
.prod-slider-thumb .slick-slide img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-arrow {
  display: block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  font-size: 0;
  border: solid #333;
  /* border: solid #d20037; */
  border-width: 0 0 2px 2px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transform-origin: top center;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  -o-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.slick-arrow.slick-prev {
  left: -10px;
}

.slick-arrow.slick-next {
  right: -10px;
  border-width: 2px 2px 0 0;
}

.slick-arrow:hover,
.slick-arrow:focus {
  opacity: 0.8;
  outline: 0 none !important;
}


/* Related product */

.sec-related {
  padding: 72px 0 66px;
  /*background-color: rgba(121, 110, 101, 0.2);*/
  background-color: #e3e2e1;
}

.sec-related .sec-title {
  margin-bottom: 90px;
  color: #000;
}


/*---- Product detail :: end ----*/


/*---- Login page :: start ----*/

.sec-login .col-left {
  padding: 66px 6.5% 66px 6%;
  background-color: #e7e2df;
  background-image: url(../images/bg-login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 16%;
  color: #000;
}

.sec-login .col-left h1, .sec-login .col-left .h1_class {
  font-size: 42px;
  margin-bottom: 105px;
  font-weight: bold;
}


/* Tab buttons */

.tab-btn {
  margin: 0 -15px;
  font-size: 14px;
  font-weight: 700;
}

.tab-btn .nav-item {
  width: 50%;
}

.tab-btn .nav-link {
  display: block;
  height: 100%;
  border: 0;
  text-align: center;
  /* padding: 78px 20px; */
  padding: 40px 20px;
  letter-spacing: 0.07em;
  background-color: rgba(116, 109, 103, 0.1);
  color: #d20037;
}

.tab-btn .nav-link:hover,
.tab-btn .nav-link:focus {
  color: #000;
}

.tab-btn .nav-link.active {
  background-color: transparent;
  color: #000;
}

.tab-btn-content {
  padding: 88px 8% 30px 13%;
  min-height: 1060px;
}

.sec-login .col-right h2 {
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #000;
}

.login-social {
  margin-top: 66px;
  margin-bottom: 60px;
}

.login-btn {
  display: inline-block;
  width: 100%;
  background-color: #d21f3a;
  color: #fff !important;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 25px;
  letter-spacing: 0.06em;
}

.login-btn:hover,
.login-btn:focus {
  opacity: 0.9;
}

.login-btn:last-of-type {
  margin-bottom: 0;
}

.login-btn span,
.login-btn i {
  display: inline-block;
  vertical-align: middle;
}

.login-btn i {
  width: 40px;
  font-size: 2.2em;
  text-align: center;
  margin-right: 18px;
}

.login-btn.btn-fb {
  background-color: #4e618a;
}

.login-btn.btn-gp {
  background-color: #bf3d36;
}

.col-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}


/* Login form */

.login-form {
  padding-right: 11%;
  font-size: 14px;
}

.login-form h5 {
  margin-bottom: 8px;
  color: #000;
}

.login-form h6 {
  font-size: 14px;
  font-weight: 400;
}

.login-form form {
  margin: 40px 0;
}

.form-group.row {
  margin-left: -6px;
  margin-right: -6px;
}

.form-group .col {
  padding-left: 6px;
  padding-right: 6px;
}

.form-group .link:hover,
.form-group .link:focus {
  color: #d20037;
}

.form-control,
.form-text {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding: 24px 36px 24px 28px;
  border: 1px solid #b6b6b6;
  color: #000;
  height: auto !important;
  letter-spacing: 0.075em;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus,
.form-text:focus {
  color: #000;
  border-color: #555;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder {
  color: #000;
}

.form-text {
  margin: 4px 0 30px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: -0.01em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon-up-down.png);
  background-repeat: no-repeat;
  background-position: top 50% right 22px;
}

select::-ms-expand {
  display: none;
}

.form-check {
  margin-bottom: 1rem;
  padding: 25px 0;
}

.custom-control,
.custom-control label {
  cursor: pointer;
}

.form-check .custom-control {
  padding-left: 4.5rem;
  font-size: 19px;
}

.form-check .custom-control-label::before,
.form-check .custom-control-label::after {
  left: -4.5rem;
  border-radius: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #b6b6b6;
  background-color: transparent;
}

.form-check .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  border-color: #00b2a9;
}


.custom-control-input:active~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before {
  background-color: #eee;
}

.group-date .col-3 {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

.group-date .col-6 {
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}

.group-date .form-text {
  margin-bottom: 10px;
}

.group-submit {
  margin-top: 40px;
  margin-bottom: 32px;
}

.group-submit .btn-lg {
  font-size: 23px;
  padding: 30px;
}

.group-tnc,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.label_privacynotes {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #746d67;
}

.group-tnc a,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.label_privacynotes a {
  color: #000;
}

.group-tnc a:hover,
.group-tnc a:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.label_privacynotes a:hover,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.label_privacynotes a:focus {
  color: #d20037;
}

.group-link {
  padding: 10px 30px;
}

.group-link .link {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.075em;
}


/* Drupal login page */

.user-login-form .description {
  display: none;
}

.user-login-form label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.user-login-form .form-submit {
  width: 100%;
}


/*---- Login page :: end ----*/


/*---- Gigya section :: start ----*/


/* .gigya-wrap {
  text-align: center;
} */

.gigya-wrap .gigya-screen,
.gigya-wrap .gigya-screen * {
  font-family: 'NS Text BETA', sans-serif;
  box-sizing: border-box;
  color: #000;
}

.gigya-wrap .gigya-screen .gigya-label-text,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-label,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone {
  font-family: 'NS Text BETA', sans-serif;
  color: inherit;
}

.gigya-wrap div.gigya-screen-dimmer {
  z-index: 100 !important;
}

.gigya-wrap div.gigya-screen-loader {
  z-index: 101 !important;
}

.gigya-wrap .gigya-screen.portrait {
  width: auto;
  padding: 0;
}

.gigya-wrap .gigya-screen .gigya-social-login-container,
.gigya-wrap .gigya-screen .gigya-social-login-container>div,
.gigya-wrap .gigya-active .gigya-login-providers-list .gigya-login-provider-row {
  width: auto !important;
  height: auto !important;
  margin: 0;
}

.gigya-wrap .gigya-login-providers-container {
  margin: 0;
}

.gigya-wrap .gigya-screen .gigya-layout-row {
  text-align: left;
}

.gigya-wrap .gigya-screen .gigya-layout-cell {
  text-align: left;
}

.gigya-wrap .gigya-screen div.gigya-container.gigya-visible-when .gigya-composite-control.gigya-composite-control-social-login {
  margin-top: 40px;
  width: 100%;
}

.gigya-wrap .gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login,
.gigya-wrap .gigya-screen.portrait .gigya-composite-control.gigya-composite-control-social-login {
  right: auto;
  width: 60% !important;
  margin: 0;
  float: left;
  padding-right: 30px;
}

.gigya-wrap .gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.with-social-login,
.gigya-wrap .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.with-social-login {
  margin: 0 0 40px;
}

.gigya-wrap .gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.with-site-login,
.gigya-wrap .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.with-site-login {
  margin: 40px 0 0;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.help-note {
  float: right;
  width: 40%;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.help-note.d-desk {
  display: block;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.help-note.d-mob {
  display: none;
}

.gigya-wrap .gigya-active .gigya-login-providers-list .gigya-login-provider-row span {
  display: block;
  width: 100% !important;
  margin: 0 0 10px;
  text-align: center;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-header {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left !important;
  clear: both;
  padding-top: 30px;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-header small {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-header.h2 {
  font-size: 35px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 50px;
}

::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.gigya-wrap .gigya-screen .label-divider span {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
}

.sec-help-form select,
.sec-help-form input[type="text"] {
  width: 100%;
  margin-bottom: 13px;
}

.sec-help-form textarea {
  width: 100%;
  resize: none;
  margin-bottom: 13px;
  height: 300px;
}

.sec-help-form textarea,
.sec-help-form select,
.sec-help-form input[type="text"],
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
.gigya-wrap .gigya-screen a.gigya-button,
.gigya-wrap .gigya-screen input[type=email],
.gigya-wrap .gigya-screen input[type=password],
.gigya-wrap .gigya-screen input[type=text],
.gigya-wrap .gigya-screen select,
.gigya-wrap .gigya-screen textarea,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-password input,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-password select,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-textbox select {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-indent: 0;
  border-radius: 0;
  padding: 24px 36px 24px 28px;
  border: 1px solid #b6b6b6;
  color: #000;
  height: auto !important;
  letter-spacing: 0.075em;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-code-textbox,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-code-textbox:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-code-textbox,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-code-textbox:focus,
.gigya-wrap .gigya-screen input.gigya-input-password,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-error,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-error:focus,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-pending,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-pending:focus,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-valid,
.gigya-wrap .gigya-screen input.gigya-input-password.gigya-valid:focus,
.gigya-wrap .gigya-screen input.gigya-input-password:focus,
.gigya-wrap .gigya-screen input.gigya-input-text,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-error,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-error:focus,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-pending,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-pending:focus,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-valid,
.gigya-wrap .gigya-screen input.gigya-input-text.gigya-valid:focus,
.gigya-wrap .gigya-screen input.gigya-input-text:focus {
  padding-left: 28px;
}

.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:focus,
.gigya-wrap .gigya-screen a.gigya-button:focus,
.gigya-wrap .gigya-screen input[type=email]:focus,
.gigya-wrap .gigya-screen input[type=password]:focus,
.gigya-wrap .gigya-screen input[type=text]:focus,
.gigya-wrap .gigya-screen select:focus,
.gigya-wrap .gigya-screen textarea:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-password input:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-password select:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input:focus,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-textbox select:focus {
  box-shadow: none;
  outline: none;
  color: #000;
  border-color: #555;
  box-shadow: none;
}

.gigya-wrap .gigya-screen .gigya-terms-error,
.gigya-wrap .gigya-screen input.gigya-error,
.gigya-wrap .gigya-screen input[type=email].gigya-error,
.gigya-wrap .gigya-screen input[type=password].gigya-error,
.gigya-wrap .gigya-screen input[type=text].gigya-error,
.gigya-wrap .gigya-screen select.gigya-error {
  padding: 24px 36px 24px 28px;
}

[class*="gigya-input-"]::-webkit-input-placeholder {
  color: #000;
}

[class*="gigya-input-"]::-moz-placeholder {
  color: #000;
}

[class*="gigya-input-"]:-ms-input-placeholder {
  color: #000;
}

[class*="gigya-input-"]:-moz-placeholder {
  color: #000;
}

.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
.gigya-wrap .gigya-screen a.gigya-button,
.gigya-wrap .gigya-screen input[type=button],
.gigya-wrap .gigya-screen input[type=submit] {
  padding: 18px 20px;
  height: auto;
  border-radius: 60px;
  border-width: 3px;
  font-family: 'NS Text BETA', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 232px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  background-color: #a20039;
  border-color: #a20039;
  color: #fff;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:focus,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover,
.gigya-wrap .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:focus,
.gigya-wrap .gigya-screen a.gigya-button:hover,
.gigya-wrap .gigya-screen a.gigya-button:focus,
.gigya-wrap .gigya-screen input[type=button]:hover,
.gigya-wrap .gigya-screen input[type=button]:focus,
.gigya-wrap .gigya-screen input[type=submit]:hover,
.gigya-wrap .gigya-screen input[type=submit]:focus {
  background-color: #a20039;
  border-color: #a20039;
  color: #ff9e1b;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox {
  padding-left: 4.5rem;
  padding-bottom: 0;
  margin: 20px 0 30px;
  cursor: pointer;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
  position: relative;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  color: #4d4d4d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label .gigya-label-text {
  font-size: inherit;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label a {
  color: #a20039;
  font-size: inherit;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label::before,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label::after {
  content: "";
  display: block;
  position: absolute;
  left: -4.5rem;
  top: -0.5rem;
  border-radius: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #b6b6b6;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label::before {
  pointer-events: none;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label::after {
  /*background-image: url(data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>);*/
  content: "\f00c";
  font-family: FontAwesome;
  border-color: #00b2a9;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.6rem;
  opacity: 0;
}

.gigya-wrap .gigya-screen .gigya-input-checkbox.gigya-empty+.gigya-label {
  border: 0 !important;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:focus+.gigya-label::before {
  background-color: #eee;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked+.gigya-label::before {
  background-color: #00b2a9;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked+.gigya-label::after {
  opacity: 1;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.input-note {
  /* margin: 4px 0 20px; */
  /* padding: 5px 30px 20px; */
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #4d4d4d;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-label,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown.no-label .gigya-label {
  display: none;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
  margin: 40px 0 32px;
  padding: 0;
}

.gigya-wrap .gigya-screen .gigya-error-msg,
.gigya-wrap .gigya-screen .gigya-error-msg-active.gigya-form-error-msg {
  text-align: left;
}

.gigya-wrap .gigya-show-checkmark.gigya-valid {
  background-position: top 50% right 20px;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-link {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin: 10px 0;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-link.link-forget {
  margin: 10px 0 0 25px;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-link:hover,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-link:focus {
  color: #d20037;
}

.gigya-wrap .gigya-screen div.gigya-container.gigya-visible-when .gigya-composite-control.link-forget {
  padding: 0 30px;
  margin: 10px 0 18px;
}

.gigya-login-wrap {
  margin: 0;
  padding-right: 25%;
}

.gigya-login-wrap .gigya-screen input[type=submit] {
  font-size: 18px;
  /* padding: 32px; */
}

.gigya-wrap #gigya-login-form .gigya-layout-cell.with-social-login,
.gigya-wrap #gigya-login-form .gigya-layout-cell.with-divider,
.gigya-wrap #gigya-register-form .gigya-layout-cell.with-social-login,
.gigya-wrap #gigya-register-form .gigya-layout-cell.with-divider {
  display: none !important;
}

.gigya-wrap #gigya-login-form .gigya-layout-cell.with-site-login,
.gigya-wrap #gigya-register-form .gigya-layout-cell.with-site-login {
  margin: 0;
  width: auto;
}

.gigya-wrap .gigya-screen-caption {
  display: none !important;
}

.gigya-wrap .gigya-screen-content div.gigya-screen.landscape {
  padding: 0;
  width: auto;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.tnc {
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #746d67;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.tnc a {
  display: inline-block;
  font-size: inherit;
  color: #000;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.tnc a:hover,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label.tnc a:focus {
  color: #d20037;
}

.gigya-wrap .gigya-screen .gigya-layout-cell .gigya-layout-cell {
  max-width: none;
  width: auto;
}

.gigya-wrap .gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.under-site-login,
.gigya-wrap .landscape.gigya-screen .gigya-layout-row .under-site-login.gigya-layout-cell {
  margin-left: 0;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-label,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-link {
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 10px;
  text-align: left !important;
}

.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-error-msg-active,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-error-msg-active,
.gigya-wrap .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-error-msg-active {
  padding-bottom: 15px;
}

.gigya-wrap .gigya-login-form .gigya-composite-control-textbox,
.gigya-wrap .gigya-login-form .gigya-composite-control-password {
  display: block !important;
  max-width: none;
}


/*---- Gigya section :: end ----*/


/*---- About page :: start ----*/

.banner-about .banner-img::before {
  display: block;
}

.sec-contact .col-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-contact .col-content h2 {
  margin-bottom: 25px;
}

.address-block {
  margin-bottom: 30px;
}

.address-block:last-of-type {
  margin-bottom: 0;
}

.address-block p {
  margin-bottom: 0;
}

.address-block strong {
  font-weight: 700;
}

.address-block a {
  color: inherit;
}


/*---- About page :: end ----*/


/*---- FAQ page :: start ----*/


/* Card */

.card {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

.card .card-header {
  border-radius: 0;
  border: 0;
  margin: 0;
  letter-spacing: -0.025em;
  padding: 2.2rem 2.4rem;
  background-color: #ff9e1b;
}

.card .card-body {
  padding: 2.4rem;
  border-radius: 0;
  /* background-color: rgba(121, 110, 101, 0.2); */
  /* color: #796e65; */
  background-color: #fff;
  color: #231f20;
}


/* // Card */

.card-faq {
  text-align: left;
}

.card-faq .card-body {
  padding: 0;
}

.card-faq ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
}

.card-faq ul a {
  display: block;
  padding: 2.4rem;
  color: inherit;
}

.card-faq ul a:hover,
.card-faq ul a:focus {
  color: #ff9e1b;
}

.card-faq ul li:nth-of-type(2n) a {
  /* background-color: rgba(121, 110, 101, 0.1); */
  background-color: #e4e0df;
}

.banner-faq h1 {
  margin-top: 0;
}

.banner-faq p {
  letter-spacing: 0.01em;
}

.banner-faq .banner-img::before {
  display: block;
}

.section.sec-contact-info {
  padding: 68px 0 56px;
  line-height: 1.6;
  background-color: #7f6c65;
  color: #fff;
}

.sec-contact-info h2 {
  font-size: 34px;
  margin-top: -12px;
}

.sec-contact-info a {
  color: inherit;
}

.sec-contact-info strong {
  font-weight: 700;
}

.sec-contact-info address,
.sec-contact-info p {
  margin-bottom: 0;
}

.sec-contact-info .contact-block {
  margin-bottom: 35px;
}

.section.sec-faq {
  padding: 60px 0;
}

.faq-type {
  margin: 50px 0;
  padding: 0 5%;
}

.faq-type .h5,
.faq-type h5 {
  margin-bottom: 2rem;
  /* color: #d20037; */
  color: #231f20;
}

.faq-img {
  margin: 0 0 50px;
}

.faq-img img {
  max-height: 130px;
}

.faq-ques {
  font-weight: 400;
  color: #796e65;
}

.faq-ques ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.faq-ques ul li {
  margin: 0 0 18px;
}

.faq-ques ul li:last-of-type {
  margin-bottom: 0;
}

.faq-ques a {
  color: inherit;
}

.faq-ques a.link-more {
  text-decoration: underline;
}

.faq-ques a:hover,
.faq-ques a:focus {
  color: #d20037;
}

.faq-links {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}


/*---- FAQ page :: end ----*/


/*---- Faq list page :: start ----*/

.sec-faq-list {
  padding: 0 !important;
  color: #796e65;
  overflow: hidden;
}

.faq-cta {
  margin: 50px 0 0;
  padding: 0 25px;
  font-weight: 400;
}

.faq-cta .link {
  color: inherit;
  text-transform: uppercase;
  font-size: 15px;
}

.faq-cta .link:hover,
.faq-cta .link:focus {
  color: #d20037;
}

.sec-faq-list .col-tab-left,
.sec-faq-list .col-tab-right {
  padding: 80px 0;
}

.sec-faq-list .col-tab-left {
  position: relative;
}

.sec-faq-list .col-tab-left::before,
.sec-faq-list .col-tab-left::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000%;
  background-color: #e5e2e0;
  z-index: -1;
}

.sec-faq-list .col-tab-left::after {
  left: 0;
  right: auto;
  display: none;
}

.tab-title {
  margin-bottom: 3rem;
  color: #ce0037;
}


/*---- Faq list page :: end ----*/


/*---- Environment page :: start ----*/

.banner-env .banner-img::before {
  display: block;
}


/* .banner-env .banner-img {
  background-size: auto;
  background-position: 100% 0;
  background-color: #ddd;
} */

.banner-env .banner-caption {
  top: 20%;
  letter-spacing: 0.085em;
  line-height: 1.3;
}

.banner-env h1 {
  margin-bottom: 25px;
}

.banner-env figure {
  margin: 85px 0 0;
}

.sec-package {
  padding-bottom: 80px;
  background-color: #00b2a9;
  color: #fff;
}

.sec-package .commit-recycle {
  padding-top: 125px;
  background-image: none !important;
}

.sec-package .commit-recycle .col-left {
  padding-top: 20px;
}

.sec-package .commit-recycle .col-right {
  padding: 0 1%;
}

.sec-package .recycle-count h3 {
  margin-bottom: 0;
}


/* .sec-package .recycle-count {
  color: #00b2a9;
  border-width: 0 3px 0 0;
  border-color: #796e65;
  margin-top: -60px;
} */


/* .sec-package .col-left {
  padding: 0 4.5%;
}

.sec-package .col-right h2 {
  margin-bottom: 48px;
} */


/* .sec-package .col-right p {
  margin-bottom: 2.4rem;
}

.sec-package .cta a {
  color: inherit;
  text-decoration: underline;
  font-weight: 400;
}

.sec-package .cta a:hover,
.sec-package .cta a:focus {
  color: #00b2a9;
} */

.placeholder img {
  width: 100%;
}

.section.sec-practice {
  padding: 90px 0 70px;
  letter-spacing: 0.02em;
  font-weight: 400;
  /* color: #000; */
  color: #796e65;
}

.sec-practice h2 {
  letter-spacing: -0.025em;
  margin-bottom: 78px;
  /* color: #796e65; */
  color: #231f20;
}

.sec-practice h5 {
  line-height: 1.4;
  letter-spacing: 0;
  /* color: #ce0037; */
  color: #231f20;
  margin-bottom: 2rem;
  font-size: 19px;
}

.sec-practice .row {
  margin: 0 -40px;
}

.sec-practice .col {
  padding: 0 40px;
}

.sec-ton {
  background-color: #e5e2e0;
  color: #796e65;
}

.sec-ton .h2,
.sec-ton h2 {
  margin-bottom: 8px;
}

.sec-ton .row {
  margin-left: 0;
  margin-right: 0;
}

.sec-ton .col {
  padding-left: 0;
  padding-right: 0;
}

.sec-ton figure {
  margin: 0 0 30px;
}

.sec-ton figure img {
  max-height: 130px;
}
.banner-caption-new
{
  top: 25%;
}
.banner-color .banner-img
{
  height: 350px;
}
.banner-caption-new h2
{
  color: #000;
  margin-bottom: 0;
}
.email_
{
    height: 60px;
    width: 100%;
    max-width: 500px;
    border:3px solid #d3f1fb;
    padding:15px;
}
.registraion_submit_btn
{
  letter-spacing: 4px;
}



.radio_page_list .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after
{
  background: none;
}
.radio_page_list .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before
{
  background: #dee2e6;
}
.radio_page_list input[checked] + .custom-control-label:after
{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;

   width: 11px !important;
   top: 9px;right: -24px;
   background-repeat: no-repeat !important;

}
.radio_page_list input[checked] + .custom-control-label:before
{
  background-color: #00b2a9 !important;
}
/*---- Environment page :: end ----*/

/*Aug-08-2019*/
.sec-work .tab-pane
{
  min-height: 340px;
}
/*End-Aug-08-2019*/

.popover-body .list-points-h li:nth-child(1) p
{
  background-image: url(../images/icon-g.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 60px;
}
.popover-body .list-points-h li:nth-child(2) p
{
  background-image: url(../images/icon-n.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 60px;
}
.popover-body .list-points-h li
{
  padding-left: 0;
}

/*---- Popup :: start ----*/

@media (min-width: 992px) {
  .modal-lg {
    max-width: 820px;
  }
}

.modal-backdrop {
  background-color: #796e65;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-header,
.modal-footer {
  padding: 1rem 2rem;
}

.modal-body {
  padding: 1.5rem 2rem;
}

.modal-content {
  border-radius: 0;
  font-weight: 400;
  color: #796e65;
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.6);
}

.modal-login {
  text-align: center;
}

.modal-login .modal-body {
  padding: 65px 17%;
}

.modal-login a {
  color: inherit;
}

.modal-login a:hover,
.modal-login a:focus {
  color: #d20037;
}

.modal-login p {
  margin-bottom: 2rem;
}

.popup-logo {
  margin: 0 0 55px;
}

.link-block {
  display: block;
  border: 1px solid #b6b6b6;
  padding: 20px;
  letter-spacing: 0.02em;
}


/*---- Popup :: end ----*/


/*---- Dashboard :: start ----*/

.dashboard {
  background-color: #e5e2e0;
}


/* .logged-in .site-header {
  box-shadow: none;
} */


/* .logged-in .sec-title {
  margin-bottom: 80px;
} */

.logged-in .sec-title .h2,
.logged-in .sec-title h2 {
  font-size: 35px;
  letter-spacing: -0.025em;
}

.section.sec-overview {
  padding: 35px 0;
}

.nav-user.user-loggedin {
  padding: 27px 30px;
  margin-left: 10px;
  position: relative;
  background-color: #e5e2e0;
}

.nav-user.user-loggedin::before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  height: 100%;
  left: 100%;
  top: 0;
  background: inherit;
}

.nav-user.user-loggedin>a {
  /* margin-left: 80px; */
  margin-left: 25px;
}

.nav-user.user-loggedin>.link img,
.nav-user.user-loggedin>.link span {
  display: inline-block;
  vertical-align: middle;
}

.nav-user.user-loggedin>.link {
  padding: 0 12px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}

.nav-user.user-loggedin>.link:hover,
.nav-user.user-loggedin>.link:focus {
  background-color: transparent !important;
}

.nav-user.user-loggedin>.link span {
  margin-left: 10px;
}

.nav-user.user-loggedin>.link .badge {
  margin: 0;
  display: block;
  position: absolute;
  top: -12px;
  right: -7px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #c20036;
  color: #fff;
}

.profile-overview {
  height: 100%;
  padding: 45px 68px 62px;
  background-color: #3e4244;
  color: #fff;
}

.profile-overview .overview-intro {
  border-bottom: 1px inset #1e2021;
  box-shadow: 0 1px 0 0 #555d60;
  padding: 0 0 40px;
  margin: 0 0 44px;
}

.overview-intro {
  font-weight: 700;
}

.overview-intro .row {
  margin-left: -10px;
  margin-right: -10px;
}

.overview-intro .col {
  padding-left: 10px;
  padding-right: 10px;
}

.overview-intro h2 {
  margin-bottom: 10px;
  font-size: 32px;
}

.overview-intro .col-dtl {
  padding: 15px 0 0 18px;
}

.overview-point {
  border-bottom: 1px inset #1e2021;
  box-shadow: 0 1px 0 0 #555d60;
  padding: 0 0 22px;
  margin: 0 0 40px;
}

.overview-point h5 {
  margin-bottom: 62px;
}

.point-block {
  display: flex;
  font-size: 17px;
  margin: 0 0 25px;
}

.point-block:last-of-type {
  margin-bottom: 0;
}

.point-block .point-num {
  display: flex;
  flex: 0 0 35%;
  max-width: 35%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #00aba8;
  position: relative;
  padding: 0 10px 0 46px;
}

.point-block .point-num img {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  max-width: 30px;
}

.point-block .point-info {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 8px 0 0;
  color: #b5bbbd;
  font-weight: 400;
}

.point-block h5 {
  margin-bottom: 10px !important;
  color: #00aba8;
}

.point-block.point-ndg .point-num {
  color: #f89a3a;
}

.point-block.point-ndg h5 {
  color: #f89a3a;
}

.overflow-update {
  font-weight: 700;
}

.overflow-update p {
  margin-bottom: 4px;
}

.overflow-update .link {
  font-size: 80%;
  color: inherit;
  letter-spacing: 0.075em;
}

.overflow-update .link:hover,
.overflow-update .link:focus {
  color: #01aca8;
}

.digit-lg .point-block {
  display: block;
  padding-left: 0;
}

.digit-lg .point-block .point-num,
.digit-lg .point-block .point-info {
  max-width: none;
  position: relative;
}

.digit-lg .point-block .point-info {
  padding: 10px 10px 0 46px;
}


/* Notifications */

.notification {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 132px 8px 18px 52px;
  font-weight: 400;
  background-color: #fff;
  color: #756e6b;
  display: none;
}

.notification.shown {
  display: block;
}

.notification::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 20px 16px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  right: 38px;
}

.notification-inr {
  height: 100%;
}

.notification p {
  margin-bottom: 0;
}

.notification h5 {
  margin-bottom: 4px;
  font-size: 24px;
  color: #000;
}

.notification-date {
  font-size: 16px;
  line-height: 22px;
  color: #2a2b2a;
}

.notification h6 {
  margin-bottom: 4px;
  font-size: 19px;
  color: #000;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.notification-header {
  padding: 0 0 45px;
}

.notification-wrap {
  height: 585px;
  overflow: auto;
}

.list-notification {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}

.notification-item {
  display: block;
  position: relative;
  padding: 30px 0 30px 44px;
  color: inherit;
  border-bottom: 1px solid #d5d0d0;
}

.notification-item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #b8b3b2;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  left: 4px;
}

.notification-item .cta {
  margin: 10px 0 0;
}

.notification-item .link-more {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.list-notification li:last-of-type .notification-item {
  border-bottom: 0;
}

.notification-item:hover,
.notification-item:focus {
  color: inherit;
}

.notification-item:hover h6,
.notification-item:focus h6 {
  color: #c20036;
  /*background-color: #fafafa;*/
}

.notification-item.unread::before {
  border-color: #c20036;
  background-color: #c20036;
}

.notification {
  padding-top: 140px;
  padding-bottom: 10px;
}

.dashboard-notification {
  height: 100%;
}

.dashboard-notification .notification {
  height: 100%;
  position: static;
  display: block !important;
  padding-top: 72px;
}

.sec-notification .col-right {
  text-align: right;
}

.sec-notification .link {
  font-size: 15px;
  font-weight: 500;
}


/* Custom scrollbar */

.mCSB_scrollTools {
  width: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #b9bcbf;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #b9bcbf;
}


/* Reward list */

.section.sec-rewards {
  padding: 65px 0 25px;
}

.sec-rewards .sec-title {
  color: #000;
}

.list-reward .col {
  margin-bottom: 50px;
}

.reward-item {
  /* height: 100%; */
  font-size: 17px;
  font-weight: 400;
  background-color: #fff;
  color: #756e6b;
  box-shadow: 0 0 40px 4px rgba(89, 147, 156, 0.3);
}

.reward-item h6 {
  margin-bottom: 0;
  font-size: 19px;
  color: #000;
}

.reward-item h5 {
  margin-bottom: 20px;
  color: #000;
}

.reward-item p {
  margin-bottom: 0;
  letter-spacing: -0.04em;
}

.reward-item .row {
  margin-left: 0;
  margin-right: 0;
}

.reward-item .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0 !important;
}

.reward-item figure {
  margin: 0;
  min-height: 250px;
  height: 100%;
  background-color: #f1f0f0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.reward-item .reward-link {
  display: block;
  color: inherit;
}

.reward-item .reward-title {
  padding: 20px 25px;
  margin: 0;
  min-height: 45%;
  background-color: rgba(117, 110, 107, 0.1);
}

.reward-item .reward-dtl {
  margin: 0;
  padding: 15px 25px;
}

.reward-item .reward-point img {
  display: inline-block;
  max-width: 28px;
}

.reward-item.locked .reward-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
}

.reward-item.locked .reward-img::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d20037;
  background-image: url(../images/icon-lock.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
}


/*---- Invite section :: start ----*/

.section.sec-invite {
  padding: 40px 0;
}

.sec-invite h2 {
  letter-spacing: -0.025em;
  margin-bottom: 40px;
  color: #000;
}

.form-invite {
  padding: 110px;
  background-color: #fff;
  font-weight: 400;
}

.form-invite .col-left {
  padding-right: 10%;
}

.form-invite .col-right {
  padding-right: 7%;
  padding-top: 15px;
}

.form-invite .group-submit {
  margin-top: 20px;
  margin-bottom: 12px;
}


/*---- Invite section :: end ----*/

.section.sec-updates {
  padding-top: 40px;
}

.sec-updates .sec-title {
  color: #000;
}


/*---- Dashboard :: end ----*/


/*---- Loggedin Header section :: start ----*/

.page-title.page-title-points {
  padding: 60px 0 65px;
  /* background-color: #30464a; */
  background-color: #3e4244;
  text-align: left;
}

.page-title.page-title-points h5 {
  margin-bottom: 12px;
}

.page-title.page-title-points .col-right {
  padding-left: 50px;
}

.page-title.page-title-points .col-right .point-type {
  /* position: absolute;
  left: 15px;
  bottom: -25px; */
  letter-spacing: 0.075em;
  margin: 14px 0 0;
}

.point-avl {
  font-weight: 400;
}

.point-avl {
  position: relative;
}

.point-avl img {
  position: absolute;
  top: 5px;
  left: -38px;
}

.point-avl h2 {
  margin-bottom: 0;
  font-size: 34px;
  color: #00aba6;
}

.point-avl.point-ndg h2 {
  color: #f89b3a;
}


/*---- Loggedin Header section :: end ----*/


/*---- Activity section :: start ----*/

.section.sec-activity {
  padding: 66px 0 80px;
}

.sec-activity h2 {
  padding: 0 32px;
  color: #202020;
}

.list-activity {
  list-style: none;
  padding-left: 0;
  margin: 70px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #756f69;
}

.list-activity>li {
  min-height: 220px;
  padding: 40px 32px 50px;
  background-color: #fff;
}

.list-activity>li:nth-of-type(2n+1) {
  background-color: #e4e2e1;
}

.activity-item p {
  margin-bottom: 0;
}

.activity-item h5,
.activity-item p strong {
  color: #1f191a;
}

.activity-item .point-gen {
  color: #00aba6;
}

.activity-item .point-ndg,
.activity-item .point-min {
  color: #f89b3a;
}

.activity-item .point-pls {
  color: #314649;
}

.activity-cta {
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #756f69;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.activity-cta a {
  color: inherit;
}

.activity-cta a:hover,
.activity-cta a:focus {
  color: #d20037;
}

.user-info {
  display: flex;
}

.user-info .user-img {
  flex: 0 0 19%;
  max-width: 19%;
  /*height: 108px;*/
  align-self: center;
  border-radius: 50%;
  /*overflow: hidden;*/
  margin: 0;
}

.user-info .user-img img {
  border-radius: 50%;
}

.user-info .user-dtl {
  flex: 0 0 81%;
  max-width: 81%;
  padding: 0 0 0 35px;
  align-self: center;
  font-weight: 400;
}

.user-info .user-dtl h2 {
  margin-bottom: 0;
}

.user-info .user-dtl h6 {
  font-size: 15px;
  margin-bottom: 6px;
}

.user-info .user-dtl p {
  margin-bottom: 0;
}

.user-info .user-dtl h6.date {
  margin-bottom: 25px;
}

.user-info.user-activity {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.user-info.user-activity .user-img,
.user-info.user-activity .user-dtl {
  align-self: flex-start;
}

.user-info .point-profile.point-gen {
  color: #00afab;
}

.user-info .point-profile.point-ndg {
  color: #f89b3a;
}

.user-info .point-profile {
  margin: 0 0 4px;
}

.user-info .point-profile h6 {
  margin-bottom: 0;
}

.user-info .point-profile img,
.user-info .point-profile span {
  display: inline-block;
  vertical-align: middle;
}

.user-info .point-profile img {
  max-height: 15px;
}


/*---- Activity section :: end ----*/


/*---- Activity Detail section :: start ----*/

.text-gen {
  color: #00afab;
}

.text-ndg {
  color: #f89b3a;
}

.section.sec-activity-dtl {
  padding: 40px 0;
  background-color: #fff;
  border-bottom: 30px solid #e2e2e1;
}

.activity-dtl {
  /* border-bottom: 1px solid #766f6a; */
  border-bottom: 1px solid #bbb;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
}

.activity-dtl:last-of-type {
  border: 0;
  padding: 0;
  margin: 0;
}

.activity-dtl h6 {
  font-size: 14px;
  /* font-weight: 400; */
}

.activity-dtl ul:last-child {
  margin-bottom: 0;
}

.modal-header {
  background-color: #3e4244;
  color: #fff;
  border-radius: 0;
}

.modal-content {
  margin-top: 80px;
}

.close {
  color: inherit;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.close:focus,
.close:hover {
  color: #d20037;
}

.modal-header .close {
  margin-top: -0.6rem;
}


/*---- Activity Detail section :: end ----*/


/*---- Profile Edit :: start ----*/

.sec-profile-edit {
  padding: 75px 0 130px;
  background-color: #e5e2e0;
}

.profile-img {
  text-align: center;
  overflow: hidden;
  font-size: 17px;
  /* max-width: 230px; */
  /* margin: 0 auto; */
}

.profile-img-inr {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 160px;
}

.profile-img figure {
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
}

.profile-img img {
  border-radius: 50%;
}

.profile-img a {
  font-weight: 700;
  text-decoration: underline;
  color: #7a878d;
}

.profile-img a:hover,
.profile-img a:focus {
  color: #a20039;
}

.upload-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.upload-hover [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-hover .upload-inner {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.upload-hover span {
  display: block;
  margin: 0 0 10px;
}

.upload-hover i {
  font-size: 25px;
}

.profile-img:hover .upload-hover {
  opacity: 1;
}

.profile-edit {
  padding: 64px 18% 64px 11%;
  background-color: #fff;
  color: #000;
}

.profile-edit h1 {
  color: #314649;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.profile-edit h5 {
  font-size: 19px;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}

.profile-form {
  margin: 35px 0 0;
}

.input-box {
  position: relative;
  /* padding: 10px 30px;
  border: 1px solid #afb3b6; */
}

.input-box label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #737172;
  margin: 0;
  position: absolute;
  top: 10px;
  padding: 0 30px;
}

.input-box .form-control {
  padding-top: 36px;
  padding-bottom: 12px;
}

.profile-form .group-submit {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 30px;
}

.profile-form .group-submit .btn {
  align-self: center;
}

.has-error .form-control {
  border-color: #f00;
}

.error-msg {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #f00;
}


/*---- Profile Edit :: end ----*/


/* Ajax Loader */

.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001;
  display: none;
}

.lds-ring,
.sk-folding-cube {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
}


/* Folding-cube loader */

.sk-folding-cube {
  margin: 0 0 0 -20px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d21f3a;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}


/* Ring loader */

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 404 */

.sec-404 {
  background-color: #e5e2e0;
  color: #796e65;
}

.sec-404 h2 {
  font-size: 140px;
  opacity: 0.2;
  text-align: center;
}

.sec-404 .link-back {
  font-weight: 500;
  font-size: 15px;
  color: inherit;
}

.sec-404 .link-back:hover,
.sec-404 .link-back:focus {
  color: #00aba6;
}


/* Popover */

[data-toggle="popover"],
[rel="popover"] {
  cursor: pointer;
}

.popover {
  padding: 15px 30px;
  max-width: 425px;
  min-height: 90px;
  border-radius: 0;
  border-color: transparent;
  z-index: 1111;
  box-shadow: 0 0 20px 0 rgba(85, 85, 85, 0.9);
}

.popover ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popover .arrow {
  width: 2rem;
  height: 1rem;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 1.5rem;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 1.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 1rem 1rem;
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 1rem 1rem 0;
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((1rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((1rem + 1px) * -1);
}

.popover-points {
  display: none;
}

.list-points {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-points li {
  border-bottom: 1px solid #ddd;
  padding: 0 0 22px 60px;
  margin: 0 0 22px;
  position: relative;
}

.list-points li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-points figure {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
}

.list-points p {
  margin-bottom: 0;
}


/* Toast Alert */

.toaster {
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
}

.modal-urgent .modal-body {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.modal-urgent .cta {
  margin-top: 25px;
  text-align: center;
}


/* .modal-urgent button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
} */

.btn.btn-sm {
  padding: 6px 10px;
  min-width: 100px;
}

.floating-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #01b2aa;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  z-index: 8;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.floating-bar .bar-close {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 3px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.floating-bar .bar-close:hover {
  background-color: #af0039;
  border-color: #af0039;
  color: #fff;
}

.floating-bar.hidden {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

#map_canvas{
  height: 580px;
}

.urgent_notification p {
  display: inline-block;
}

span.gigya_error,
span.validation_error {
  padding-top: 8px;
  padding-bottom: 0;
  color: #e76468 !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}


/***** welcome email page *****/

.col-content.welcome-banner h2,
.col-content.welcome-banner p {
  color: #fff;
}
.col-content.welcome-banner p {
  max-width: 315px;
}
.welcome-header p {
  margin: 0;
  width: 50%;
  padding-left: 11%;
}
.welcome-footer p {
  text-align: center;
}
.welcome-footer ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid;
}
.sec-next-now {
  border: 40px solid #e5e2e0;
}
.sec-next-now .tab-pane {
  max-width: 700px;
  margin: 0 auto;
}
.sec-next-now .tab-pane + .tab-pane {
  margin-top: 35px;
}
.sec-next-now .tab-pane {
  max-width: 655px;
  margin: 0 auto;
}
.sec-next-now .tab-pane + .tab-pane {
  margin-top: 45px;
}
.sec-next-now .align-self-right {
  flex: 0 0 35%;
}
.sec-next-now .align-self-center {
  flex: 0 0 65%;
}
footer.site-footer.welcome-footer {
  padding-bottom: 15px;
}

/***** welcome email page close *****/


/***** reset passwrod page *****/
.sec-next-now.reset-password-sec .tab-pane {
  max-width: 700px;
}
.sec-next-now.reset-password-sec .align-self-right {
  flex: 0 0 50%;
}
.sec-next-now.reset-password-sec .align-self-center {
  flex: 0 0 50%;
}
.reset-password-sec h3, .reset-password-sec p {
  margin-bottom: 35px;
}
.reset-password-sec .bottom-note {
  margin: 80px 0 0;
  text-align: center;
}
/***** reset passwrod page close *****/


.sec-feature .col-img img {
    -o-object-fit: cover;
       object-fit: cover;
       font-family: "object-fit: cover;";
    width: 100%;
    height: auto;
}

.sec-feature .col-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.small-btn{
  min-width: 140px;
}

.filter-desktop .search-filter {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-desktop--terms{
  font-size: 1em;
  padding-top: 1.2em;
}

.search-filter-wrap {
    position: relative;
}

.filter-desktop .search-filter label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
    margin-bottom: 0;
    line-height: 1;
}

.filter-desktop .search-filter .productsearch {
    width: 220px;
}

.filter-desktop .productsearch {
    width: 100%;
    border-radius: 20px;
    box-shadow: none;
    border: 0 none;
    outline: none;
    padding: 5px 30px 5px 12px;
    color: #615750;
    font-size: 14px;
}

.productsearch-btn {
    background-image: url(../images/search-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
    height: 29px;
    width: 15px;
    background-color: transparent;
    background-size: 15px 15px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
}

@media (max-width: 1199px){
  .small-btn{
    min-width: 140px !important;
  }
}

/* catalog start */
.section.download-catalog-section {
    padding: 15px 0;
}
.download-catalog-section h6 {
    display: inline-block;
}
.download-catalog-section .btn.btn-primary {
    padding: 10px 25px;
    font-size: 12px;
    min-width: auto;
    margin-left: 15px;
}

/* change help comment box larger as per client comment */
body .sec-help-form textarea.txtcomment {
  height: 150px !important;
}
/* global search */
#search-block-form label,#search-block-form #edit-submit, .search-block-form h2{
  display: none;
}
.js input.form-autocomplete {
    border: 1px solid #ccc;
    background-image: url(/core/misc/icons/424242/loupe.svg);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 25px;
    /*position: relative;*/
    /*left: -40px;*/
}
.js input.form-autocomplete::placeholder {
  font-size: 14px;
  }

  /* User badge css start */
/* .user-badge {
  display: flex;
  align-items: center;
  font-size: 20px;
} */
.user-badge-circle {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
}
.user-badge-circle.gold-badge,
.badge-gold {
  background-color: #d4af37;
}
.user-badge-circle.silver-badge,
.badge-silver {
  background-color: #C0C0C0;
  color: #000;
}
.user-badge-circle.bronze-badge,
.badge-bronze {
  background-color: #CD7F32;
}
.badge-pill{
  padding-bottom: 0.5em;
}
/* User badge css end */

.messages--error{
  display: none;
}

a.term_conditions{
  color: #1371b9;
}
