@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;

400;700&display=swap);/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* @font-face {
  font-family: 'buckwheat_tcregular';
  src: url('~/fonts/buckwheattc-regular-webfont.woff2') format('woff2'),
       url('~/fonts/buckwheattc-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

@font-face {
  font-family: "BuckwheatTC-Regular";
  src: url("/fonts/font.woff2") format("woff2"), url("/fonts/font.woff") format("woff");
}

body {
  font-family: 'Nunito', sans-serif;
  color: #444444;
}

/**{ text-decoration:none; outline:none; }*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
}

a {
  color: #004282;
}

a:hover {
  color: #00b5f0;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.blue-color {
  color: #6fb5e4;
}

.container {
  max-width: 1440px;
}

.dropdown-toggle::after {
  content: none;
}

.btn {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-dark-blue {
  background: #004282;
  color: #fff;
  border: 2px solid #004282;
}

.btn-dark-blue:hover {
  border: 2px solid #004282;
  background: transparent;
  color: #004282;
}

.btn-black {
  background: #363636;
  color: #fff;
  border: 2px solid #363636;
}

.btn-black:hover {
  border: 2px solid #363636;
  background: transparent;
  color: #363636;
}

.btn-red {
  background: #d60000;
  color: #fff;
  border: 2px solid #d60000;
}

.btn-red:hover {
  border: 2px solid #d60000;
  background: transparent;
  color: #d60000;
}

.btn-light-blue {
  background: #007ea8;
  color: #fff;
  border: 2px solid #007ea8;
}

.btn-light-blue:hover {
  background: transparent;
  color: #007ea8;
  border: 2px solid #007ea8;
}

.btn-green {
  background: #007a3b;
  color: #fff;
  border: 2px solid #007a3b;
}

.btn-green:hover {
  background: transparent;
  color: #007a3b;
  border: 2px solid #007a3b;
}

/*--------------------------------------------------------------
# Header banner
--------------------------------------------------------------*/

.header {
  position: absolute;
  width: 100%;
}

.top-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

.top-header::before {
  content: "";
  position: absolute;
  background: url(/images/top-img.png) no-repeat;
  height: 58px;
  background-size: cover;
  background-position: -530px 50%;
  z-index: 0;
  bottom: -42px;
  width: 100%;
}

.home-banner {
  background: url(/images/banner.jpg) no-repeat;
  height: 700px;
  background-size: cover;
  margin-bottom: 30px;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-text {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.banner-text h1 {
  font-family: "BuckwheatTC-Regular";
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
  padding-top: 20px;
}

.banner-text p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}

.banner-text img {
  width: 160px;
}

.menu {
  width: 65px;
  height: 60px;
  background: #363636;
  text-align: center;
  line-height: 42px;
  border-radius: 20px;
  margin-top: 20px;
}

.dropdown-menu {
  top: 130px !important;
  left: inherit !important;
  right: 0 !important;
  background-color: #363636;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  border: none;
  width: 400px;
  border-radius: 10px;
}

.dropdown-item {
  color: #fff;
  white-space: inherit;
  text-align: right;
  text-transform: uppercase;
  font-family: "BuckwheatTC-Regular";
  font-size: 28px;
}

.dropdown-item:focus {
  background-color: #6fb5e4;
  color: #394651;
}

.dropdown-item:hover {
  background-color: #6fb5e4;
  color: #394651;
}

.dropdown-item:active {
  background-color: #6fb5e4;
  color: #394651;
}

.dropdown-item.active {
  background-color: #6fb5e4;
  color: #394651;
}

.logo img {
  width: 180px;
}

.mastitis-banner h1 {
  max-width: 470px;
}

.mastitis-banner .banner-text p {
  max-width: 555px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-banner {
    background: url(/images/home-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .banner-text {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .top-header::before {
    background-position: -240px 50% !important;
    bottom: -52px;
  }
}

@media (min-width: 992px) {
  .home-banner {
    background: url(/images/home-bg.png) no-repeat;
    height: 808px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .top-header::before {
    content: "";
    position: absolute;
    background: url(/images/top-img.png) no-repeat;
    height: 90px;
    background-size: cover;
    background-position: 50% 50% !important;
    z-index: 0;
    bottom: -56px;
    width: 100%;
  }

  .banner-text {
    width: 50%;
    margin-top: 100px;
    padding-right: 30px;
  }

  .banner-text img {
    width: auto;
  }

  .banner-text h1 {
    font-size: 85px;
    line-height: 70px;
  }

  .banner-text p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
  }

  .menu {
    width: 80px;
    height: 80px;
    line-height: 64px;
    margin-top: 0;
  }

  .dropdown-item {
    font-size: 28px;
  }

  .logo img {
    width: auto;
  }

  .language {
    width: 80px;
    height: 60px;
    background: #363636;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .language {
    width: 80px;
    height: 60px;
    background: #363636;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 15px 0;
  }

  .menu {
    width: 80px;
  }
}

/*--------------------------------------------------------------
# mobile nav
--------------------------------------------------------------*/

.mob-link {
  display: none;
}

.mob-logo {
  display: none;
}

.nav-icons-close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header .top-nav {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .logo {
    padding-left: 15px;
  }

  .mob-nav {
    padding-right: 15px;
  }

  .mob-nav.show {
    background: #363636;
    width: 100%;
    position: absolute;
    left: 0;
    padding-bottom: 20px;
  }

  .show .menu {
    margin-left: auto;
    margin-right: 0px;
    background: #575757;
  }

  .show .mob-logo {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
  }

  .show .nav-icons-open {
    display: none;
  }

  .show .nav-icons-close {
    display: block;
    margin-top: 7px;
  }

  .dropdown-menu {
    width: 100%;
    top: 97px !important;
    border-radius: 0;
    background-color: #575757;
    padding-bottom: 0;
  }

  .dropdown-item {
    font-size: 25px;
  }

  .mob-link {
    display: block;
    text-align: center;
    background: #6fb5e4;
  }

  .banner-text p {
    line-height: 20px;
  }

  .home-banner h1 {
    max-width: 215px;
  }

  .home-banner .banner-text p {
    max-width: 286px;
  }

  .prevention-banner h1 {
    max-width: 235px;
  }

  .prevention-banner .banner-text p {
    max-width: 270px;
  }

  .mastitis-banner h1 {
    max-width: 250px;
  }

  .mastitis-banner .banner-text p {
    max-width: 290px;
  }
}

/*--------------------------------------------------------------
# middle block
--------------------------------------------------------------*/

.block {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.mid-text {
  margin-top: 25px;
}

.mid-text h2 {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  line-height: 25px;
  margin: 0;
}

.mid-text span {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
}

.mid-text span img {
  display: inline-block;
  padding-bottom: 4px;
}

.dark-blue {
  color: #004282;
}

.mid-img {
  position: relative;
}

.mid-img img.img-fluid {
  width: 100%;
}

.mid-text.dark-blue a:hover {
  color: #004282;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background-color: rgba(54, 54, 54, 0.7);
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay a {
  display: block;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.blue-color {
  color: #3a9ad9;
}

.blue-color a {
  color: #3a9ad9;
}

.black-color {
  color: #363636;
}

.blak-color a {
  color: #363636;
}

.mastitis-list-block {
  position: relative;
}

.mastitis-list-block:hover .overlay {
  opacity: 1;
}

.mastitis-list-block:hover .dark-blue {
  color: #085cad;
}

.mastitis-list-block:hover .blue-color {
  color: #58b0ea;
}

.mastitis-list-block:hover .blak-color {
  color: #191818;
}

.mastitis-list-block a {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotions-block:hover .golden-color {
  color: #cebf4d;
  color: #cebf4d;
}

.promotions-block:hover .dark-blue {
  color: #085cad;
}

.promotions-block .mid-img img.img-fluid {
  width: auto;
}

.promotions-block .mid-text.golden-color {
  max-width: 430px;
}

.promotions-block .mid-text.dark-blue {
  max-width: 360px;
}

.footer-form .form-check {
  max-width: 400px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .mid-text p img {
    padding-bottom: 15px;
    width: auto;
  }

  .mid-text h2 {
    font-size: 47px;
  }

  .mid-text span {
    font-size: 34px;
  }

  .block {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mid-text span {
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
  }

  .mid-text span img {
    padding-bottom: 4px;
    width: 4%;
  }

  .mastitis-list-block {
    margin-bottom: 30px;
  }

  .promotions-block .mid-img img.img-fluid {
    width: 100%;
  }

  .promotions-block .mid-text.golden-color {
    max-width: 100%;
  }

  .promotions-block .mid-text.dark-blue {
    max-width: 100%;
  }

  .footer-form .form-check {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# slider block
--------------------------------------------------------------*/

.lockout-proof {
  background-image: url(/images/1_lockout-proof_mob.jpg);
}

.culture {
  background-image: url(/images/2_culture_mon.jpg);
}

.lockout {
  background-image: url(/images/3_lockout_mob.jpg);
}

.jvac {
  background-image: url(/images/4_jvac_mob.jpg);
}

.pack {
  background-image: url(/images/5_3pack_mob.jpg);
}

.pack_am {
  background-image: url(/images/6_6am_mob.jpg);
}

.home-slider {
  position: relative;
  float: left;
  width: 100%;
}

.slider-bg01 {
  background-color: rgba(0, 66, 130, 0.5);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.slider-text {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  color: #fff;
  padding: 100px 25px 0 25px;
  max-width: 540px;
}

.slider-text a {
  color: #fff;
}

.slider-text span {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.slider-text span img {
  width: 75%;
}

.slider-text img {
  width: 6px;
  padding-bottom: 7px;
  vertical-align: bottom;
}

.carousel-control-next-icon {
  background-image: url(/images/right-arrow.png);
  width: 41px;
  height: 41px;
}

.carousel-control-prev-icon {
  background-image: url(/images/left-arrow.png);
  width: 41px;
  height: 41px;
}

.carousel-indicators {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 150px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .lockout-proof {
    background-image: url(/images/1_lockout-proof.jpg);
  }

  .culture {
    background-image: url(/images/2_culture-shock.jpg);
  }

  .lockout {
    background-image: url(/images/3_lockout.jpg);
  }

  .jvac {
    background-image: url(/images/4_jvac.jpg);
  }

  .pack {
    background-image: url(/images/5_3pack.jpg);
  }

  .pack_am {
    background-image: url(/images/6_am.jpg);
  }

  .carousel-item {
    min-height: 687px;
    background-position: 50% 50%;
  }

  .slider-text {
    font-size: 75px;
    line-height: 70px;
    padding: 150px 0px 0 0px;
  }

  .slider-text span {
    margin-top: 50px;
  }

  .slider-text span img {
    width: auto;
  }

  .slider-text img {
    padding-bottom: 19px;
    vertical-align: bottom;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-control-next {
    top: inherit;
    bottom: 10px;
  }

  .carousel-control-prev {
    top: inherit;
    bottom: 10px;
  }

  .carousel-indicators {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 15%;
  }

  .slider-text {
    max-width: 300px !important;
    padding: 100px 15px 0 15px;
  }

  .pack .offset-6 {
    margin-left: 45%;
  }

  .pack_am .offset-6 {
    margin-left: 45%;
  }

  #carouselButtons {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item {
    min-height: 400px;
  }

  .slider-text {
    font-size: 35px;
    line-height: 30px;
    padding: 100px 30px 0 30px;
  }

  .slider-text span img {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# promotions block
--------------------------------------------------------------*/

.promo-title {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 65px;
  margin-bottom: 10px;
  color: #505050;
}

.promotions-block h3 {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 34px;
  color: #505050;
}

.promotions-block .registered {
  top: -20px;
  font-size: 18px;
}

.promotions-block .dark-blue .registered {
  top: -18px;
  font-size: 18px;
}

.promotions-block .mid-text span {
  font-size: 31px;
  line-height: 45px;
}

.promotions-text-block span {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 32px;
  color: #505050;
}

.golden-color {
  color: #a29533;
}

.registered {
  font-family: 'Nunito', sans-serif;
  top: -18px;
  font-size: 14px;
  font-weight: bold;
}

.footer-form {
  border-left: none;
  border-top: 3px solid #ebebeb;
  padding-top: 15px;
  padding-left: 0px;
  height: 100%;
  margin-bottom: 80px;
}

.footer-form h2 {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 40px;
  color: #505050 !important;
}

.footer-form select.form-control {
  width: 80%;
}

.form-control {
  background: #ebebeb;
  border-radius: 50px;
  border: none;
  height: calc(2em + .75rem + 2px);
}

.form-group {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .footer-form {
    border-left: 3px solid #ebebeb;
    padding-left: 30px;
    border-top: none;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 35px;
  }

  .footer-form select.form-control {
    width: 60%;
  }

  .promo-title {
    font-size: 84px;
  }

  .promotions-block h3 {
    font-size: 43px;
  }

  .promotions-block .mid-text span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# footer block
--------------------------------------------------------------*/

.footer {
  background: #363636;
  padding: 30px 0;
  position: relative;
  margin-top: 50px;
}

.footer::after {
  content: "";
  position: absolute;
  background: url(/images/footer-img.png) no-repeat;
  height: 145px;
  background-size: cover;
  background-position: -965px 50%;
  z-index: 1;
  top: -110px;
  width: 100%;
}

.footer-text {
  font-size: 25px;
  color: #c5c5c5;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 15px;
  text-align: center;
}

.form-check-label {
  font-size: 13px;
}

.footer-text-right {
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding-top: 15px;
}

.footer-text-right p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
}

.footer-text-right p .registered {
  top: -2px;
  font-size: 10px;
}

.footer-text-right a {
  color: #fff;
}

.footer-text-right a:hover {
  color: #00b5f0;
}

.footer-form .form-check a {
  font-weight: bold;
}

@media (min-width: 576px) {
  .footer::after {
    background-position: -680px 50%;
  }
}

@media (min-width: 992px) {
  .footer::after {
    content: "";
    position: absolute;
    background: url(/images/footer-img.png) no-repeat;
    height: 185px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    top: -150px;
    width: 100%;
  }

  .footer-text {
    font-size: 37px;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1166px) {
  .footer-form {
    border-left: none;
    border-top: 3px solid #ebebeb;
    padding-top: 30px;
    margin-top: 50px;
    padding-left: 0px;
    height: 100%;
    margin-bottom: 80px;
  }

  .top-header::before {
    background-position: 50% 50% !important;
  }

  .promotions-block .mid-text span {
    font-size: 35px;
  }

  .home-banner .banner-text {
    margin-top: 110px;
  }

  .footer {
    margin-top: 100px;
  }

  .footer::after {
    background-position: -690px 50%;
  }
}

@media only screen and (min-width: 1166px) and (max-width: 1366px) {
  .footer {
    margin-top: 100px;
  }

  .footer::after {
    background-position: 65% 50%;
  }
}

@media only screen and (max-width: 767px) {
  .promotions-block {
    margin-bottom: 50px;
  }

  .promotions-block .mid-text span {
    line-height: 31px;
  }

  .footer-form {
    padding-top: 50px;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# prudent use block
--------------------------------------------------------------*/

.prudent-use {
  background: url(/images/prudent-use-banner.png) no-repeat;
  height: 630px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.prudent-title {
  font-size: 65px;
  color: #363636;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  padding-right: 50px;
  line-height: 55px;
}

.categories-list {
  float: left;
  width: 100%;
  padding: 0 30px;
  border-right: 10px solid #f3f3f3;
}

.slick-slide:last-child .categories-list {
  border: none;
  padding-right: 0;
}

.slick-slide:first-child .categories-list {
  padding-left: 0;
}

.slick-slide img {
  display: inline-block;
}

.stack-up-btn {
  float: left;
  width: 100%;
  text-align: center;
}

.stack-up-btn a:hover {
  background: #004282;
  color: #fff;
}

.cat-mid-no {
  float: left;
  width: 100%;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 52px;
  line-height: 45px;
  margin: 20px 0;
}

.cat-mid-no img {
  float: left;
}

.cat-mid-no span {
  float: left;
  margin-top: 34px;
  margin-left: 10px;
}

.red-color {
  color: #d60000;
}

.brown-color {
  color: #a8631a;
}

.cyan-color {
  color: #008479;
}

.green-color {
  color: #627a00;
}

.cate-img {
  float: left;
  text-align: center;
  width: 100%;
  height: 175px;
}

.cat-mid-text {
  float: left;
  width: 100%;
}

.cat-mid-text p {
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .prudent-use {
    background: url(/images/prudent-use-banner-mobile.png) no-repeat;
    height: 550px;
    background-size: cover;
    margin-bottom: 0px;
  }

  .prudent-use .banner-text p br {
    display: none;
  }

  .categories-list {
    padding: 0 0px;
    border-right: none;
  }

  .prudent-title {
    padding-right: 0;
  }

  .slick-list {
    overflow: hidden;
  }

  .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block !important;
  }

  .slick-dots li {
    display: inline-block;
  }

  .slick-dots li button {
    background: #b1d4eb;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
    margin: 0 5px;
  }

  .slick-dots li.slick-active button {
    background: #6fb5e4;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .cat-mid-no {
    font-size: 40px;
  }

  .cat-list-view .slick-slide {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .categories-list {
    padding: 0 20px;
    border: none;
  }

  .cat-list-view .slick-slide {
    width: 50% !important;
    margin-bottom: 30px;
  }

  .slick-slide:nth-child(2) .categories-list {
    border-right: none;
  }

  .mobile-slider {
    display: none !important;
  }

  .prudent-use .banner-text p br {
    display: none;
  }

  .footer-form .form-check {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# articles block
--------------------------------------------------------------*/

.gray-bg {
  background: #f3f3f3;
}

.articles-title {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 84px;
  color: #363636;
  margin-bottom: 30px;
}

.articles-bg01 {
  background: url(/images/article-1.png) no-repeat;
}

.articles-bg02 {
  background: url(/images/article-2.png) no-repeat;
}

.articles-list {
  width: 1442px;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.articles-text {
  padding-left: 100px;
  max-width: 600px;
}

.articles-text h3 {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 50px;
  color: #363636;
  margin-bottom: 0;
}

.articles-text p {
  margin: 15px 0 22px 0;
}

.mobile-slider {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .prudent-title {
    font-size: 50px;
    padding: 0;
  }

  .articles-list {
    width: 100%;
    background-size: 100%;
    height: 360px;
  }

  .articles-text {
    padding-left: 100px;
    max-width: 492px;
  }

  .articles-text h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .prudent-title {
    font-size: 50px;
    padding: 0;
  }

  .articles-list {
    width: 100%;
    background-size: 100%;
    height: 280px;
  }

  .articles-text {
    padding-left: 50px;
    max-width: 492px;
  }

  .articles-text h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mobile-slider {
    display: block;
  }

  .articles-mobile-bg01 {
    background: transparent;
    background: #fff;
  }

  .articles-mobile-bg02 {
    background: transparent;
    background: #fff;
  }

  .articles-list {
    width: 100%;
    min-height: 230px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0;
    background-size: 100%;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
  }

  .articles-text {
    padding: 15px 15px 15px 50px;
    max-width: 350px;
    text-align: left;
  }

  .articles-text a {
    font-size: 10px;
  }

  .articles-text p {
    padding: 5px 0;
    margin: 0;
  }

  .articles-text h3 {
    font-size: 30px;
  }

  .slider-ariticles-mob .slick-track {
    width: 100% !important;
  }

  .slider-ariticles-mob .slick-slide {
    width: 49% !important;
    margin-right: 10px;
  }

  .slider-ariticles-mob .slick-slide:last-child {
    margin-right: 0;
  }

  .footer::after {
    background-position: -590px 50%;
  }

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

  .promotions-block .mid-text span {
    line-height: 35px;
  }

  .footer-form {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-slider {
    display: block;
  }

  .articles-mobile-bg01 {
    background: transparent;
    background: #fff;
  }

  .articles-mobile-bg02 {
    background: transparent;
    background: #fff;
  }

  .articles-list {
    width: 100%;
    min-height: 550px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0;
    background-size: 100%;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
  }

  .articles-text {
    padding: 15px 15px 15px 15px;
    max-width: 100%;
  }

  .articles-text a {
    width: 100%;
  }

  .articles-text h3 {
    font-size: 40px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# j vac Paste Middle
--------------------------------------------------------------*/

.jvac-banner {
  background: url(/images/jvac-banner.png) no-repeat;
  height: 570px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.green-text {
  font-family: "BuckwheatTC-Regular";
  font-size: 40px;
  text-transform: uppercase;
  color: #016a16;
  line-height: 40px;
  margin-top: 50px;
}

.j-vac p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  color: #444;
}

.green-block {
  position: relative;
  padding: 30px 20px 20px 60px;
  color: #363636;
  border-radius: 20px;
  background-color: #f3f3f3;
  margin-top: 30px;
  width: 70%;
  margin-left: 80px;
}

.green-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background-color: #4ab060;
  border-radius: 20px 0 0 20px;
}

.j-vac-left {
  max-width: 600px;
}

.j-vac-right {
  max-width: 600px;
  margin-left: auto;
}

.j-vac-right a {
  margin-left: 80px;
}

.mobile-link {
  display: none;
}

@media (max-width: 767px) {
  .jvac-banner {
    background: url(/images/jvac-banner-mobile.png) no-repeat;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
  }

  .mobile-link {
    display: block;
  }

  .j-vac-left {
    max-width: initial;
  }

  .j-vac-left ul {
    padding-left: 20px;
  }

  .j-vac-right {
    max-width: initial;
  }

  .j-vac-right .red-text br {
    display: none;
  }

  .green-block {
    margin: 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# lockout block
--------------------------------------------------------------*/

.lockout-banner {
  background: url(/images/lockout-banner.png) no-repeat;
  height: 570px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.red-text {
  font-family: "BuckwheatTC-Regular";
  font-size: 40px;
  text-transform: uppercase;
  color: #d60000;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.blue-box {
  background: #12a4d6;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px;
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 15px solid #d60000;
  letter-spacing: 2px;
  margin: 20px 0;
  padding: 15px;
}

.blue-box a {
  color: #fff;
}

.blue-box span img {
  vertical-align: text-top;
  padding-top: 17px;
}

.lockout-page .j-vac-right {
  margin-top: 0;
}

.lockout-page .j-vac-right .red-text {
  max-width: 560px;
}

.border {
  background: #d9d9d9;
  height: 4px;
  margin: 80px 0 0 0;
}

@media (max-width: 767px) {
  .lockout-banner {
    background: url(/images/lockout-banner-mobile.png) no-repeat;
    height: 410px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0;
  }

  .blue-box {
    height: auto;
    padding: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .blue-box span img {
    padding-top: 6px;
  }

  .blue-box br {
    display: none;
  }

  .red-text br {
    display: none;
  }

  .lockout-page .red-text {
    margin-top: 40px;
  }

  .lockout-page .j-vac-left {
    margin-top: 30px;
  }

  .lockout-page .blue-box {
    margin: 50px 0;
    padding: 35px;
  }

  .lockout-page .j-vac-right .red-text {
    max-width: 100%;
  }

  .j-vac-left .dark-blue {
    max-width: 230px;
    display: inline-block;
  }
}

.lockout-page ul sup {
  top: -2px;
}

/*--------------------------------------------------------------
# lockout redemptions block
--------------------------------------------------------------*/

.black-text {
  font-family: "BuckwheatTC-Regular";
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: #363636;
}

.black-text .registered {
  top: -35px;
  font-size: 22px;
}

.lockout-form h2 {
  font-size: 45px;
  color: #004282;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lockout-form .form-control {
  background: #fff;
}

.radio-btn {
  float: left;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 30px;
}

.radio-btn .radio-label {
  float: left;
  padding-top: 4px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}

.radio-btn .radio-container {
  clear: inherit;
}

.radio-btn .radio-container [type="radio"]:checked + label:before {
  background: #fff;
}

.radio-btn .radio-container [type="radio"]:not(:checked) + label:before {
  background: #fff;
}

.radio-btn .radio-container label {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  color: #000 !important;
}

.radio-btn .radio-container.active {
  background-color: transparent;
  border-radius: 0;
}

.dark-blue-bg {
  background: #004282;
  padding: 30px 30px 30px 30px;
  border-radius: 30px;
  min-height: 320px;
}

.light-blue-bg {
  background: #76beed;
  padding: 30px 30px 20px 30px;
  border-radius: 30px;
  float: left;
  width: 100%;
  min-height: 320px;
}

.light-blue-bg h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
  padding-left: 15px;
}

.light-blue-bg .radio-btn .radio-label {
  margin-bottom: 0px;
}

.form-radio-text {
  padding-right: 100px;
  padding-top: 25px;
  padding-left: 30px;
}

.form-submit-btn {
  text-align: right;
  padding-top: 25px;
}

.lockout-form-check {
  padding-left: 48px;
  max-width: 503px;
}

.lockout-form-check .form-check-label {
  font-size: 14px;
  color: #000;
}

.lockout-form-check .form-check-label a {
  color: #004282;
  font-weight: bold;
}

.blue-box-radio .radio-label {
  width: 135px;
  color: #000;
}

.blue-box-radio .radio-container {
  width: 180px;
}

.blue-box-radio .radio-container label {
  color: #000;
}

@media (max-width: 767px) {
  .form-submit-btn {
    text-align: center;
    padding: 0px 0 20px 0;
  }

  .form-radio-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark-blue-bg {
    min-height: auto;
  }

  .lockout-form .radio-btn .radio-container {
    float: left;
    padding: 0;
    margin-left: 0px;
    width: 140px;
  }

  .lockout-form .radio-btn .radio-label {
    color: #000;
    width: 100%;
  }

  .pad-0-mobile {
    padding: 0;
  }

  .pad-0-mobile .dark-blue-bg {
    border-radius: 0;
  }

  .light-blue-bg {
    border-radius: 0;
  }

  .radio-container [type="radio"]:checked + label:before {
    top: 3px !important;
  }

  .radio-container [type="radio"]:checked + label:after {
    top: 8px !important;
  }

  .radio-container [type="radio"]:not(:checked) + label:before {
    top: 3px !important;
  }

  .radio-container [type="radio"]:not(:checked) + label:after {
    top: 8px !important;
  }

  .are-radio .radio-container label {
    font-weight: bold !important;
  }

  .are-radio.radio-btn {
    margin-bottom: 0;
  }

  .are-radio.radio-btn .radio-label {
    width: 100px;
    min-height: 100px;
    position: absolute;
    padding-top: 2px;
  }

  .are-radio.radio-btn .radio-container {
    width: 100%;
    margin-left: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lockout-form-check {
    max-width: 100%;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .proof-paste-page {
    background: url(/images/proofpaste-banner-tab.png) no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
}

/*--------------------------------------------------------------
# selective dry block
--------------------------------------------------------------*/

.selective-dry-banner {
  background: url(/images/selective-dry-banner.png) no-repeat;
  height: 570px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.yellow-btn {
  background: #f8e000;
  color: #004282;
  font-size: 60px;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  text-align: center;
  line-height: 52px;
  padding: 30px 50px;
  border-radius: 50px;
  margin-top: 50px;
  font-weight: 600;
  text-shadow: 5px 3px 0 #e1cb00;
}

.article-page h2 {
  color: #004282;
  font-size: 35px;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
}

.article-box {
  border-radius: 30px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  min-height: 230px;
  height: auto;
  color: #004282;
  font-size: 22px;
  font-family: "BuckwheatTC-Regular";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 20px;
  margin-top: 30px;
}

.article-box span {
  float: left;
  width: 100%;
  font-size: 146px;
  line-height: 100px;
  margin-bottom: 19px;
}

.blue-left-border {
  background: #f3f3f3;
  border-left: 80px solid #7ab4e3;
}

.red-left-border {
  background: #f3f3f3;
  border-left: 80px solid #d60000;
}

@media (max-width: 767px) {
  .selective-dry-banner {
    background: url(/images/selective-dry-banner-mobile.png) no-repeat;
    height: 315px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .article-box {
    padding: 10px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .article-box span {
    font-size: 90px;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .blue-left-border {
    border-left: 50px solid #7ab4e3;
  }

  .red-left-border {
    border-left: 50px solid #d60000;
  }

  .yellow-btn {
    max-width: 70%;
    padding: 30px 30px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article-box {
    padding: 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .article-box span {
    font-size: 90px;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .blue-left-border {
    border-left: 50px solid #7ab4e3;
  }

  .red-left-border {
    border-left: 50px solid #d60000;
  }

  .blue-box-radio .radio-label {
    width: 100%;
  }

  .blue-box-radio .radio-container {
    width: 138px;
    margin: 0;
    padding: 0;
    float: left;
  }

  .yellow-btn {
    padding: 15px 30px;
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# pain management block
--------------------------------------------------------------*/

.pain-management-banner {
  background: url(/images/pain-management-banner.png) no-repeat;
  height: 627px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.purple-box {
  background: url(/images/metacam.png) no-repeat;
  height: 355px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.purple-box .p-t-box {
  width: 320px;
  padding-left: 80px;
}

.green-box {
  background: url(/images/anafan.png) no-repeat;
  height: 355px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.green-box .p-t-box {
  width: 320px;
  padding-left: 80px;
}

.mobile-view {
  display: none;
}

@media (max-width: 767px) {
  .pain-management-banner {
    background: url(/images/pain-management-banner-mobile.png) no-repeat;
    height: 570px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .purple-box ul {
    padding-left: 18px;
  }

  .green-box ul {
    padding-left: 18px;
  }
}

@media (max-width: 1024px) {
  .purple-box {
    background: transparent;
    margin-top: 15px;
    height: auto;
  }

  .purple-box ul {
    padding-left: 18px;
  }

  .purple-box .p-t-box {
    padding: 0;
    margin: 0;
    width: auto;
  }

  .green-box {
    background: transparent;
    margin-top: 15px;
    height: auto;
  }

  .green-box ul {
    padding-left: 18px;
  }

  .green-box .p-t-box {
    padding: 0;
    margin: 0;
    width: auto;
  }

  .mobile-view {
    display: block;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .green-box {
    height: 336px;
  }

  .purple-box {
    height: 336px;
  }
}

/*--------------------------------------------------------------
# prevention block
--------------------------------------------------------------*/

.prevention-banner {
  background: url(/images/prevention-banner.png) no-repeat;
  height: 627px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.prevention-banner h1 {
  max-width: 630px;
}

.prevention-banner p {
  max-width: 570px;
}

.gray-box {
  background: #f3f3f3;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  min-height: 480px;
}

.gray-box a {
  display: block;
  margin-bottom: 15px;
}

.gray-box a:hover {
  background: #004282;
  color: #fff;
}

.gray-box a:last-child {
  margin-bottom: 0;
}

.blue-text {
  color: #00b3e4;
  font-size: 52px;
  font-family: "BuckwheatTC-Regular";
  margin: 20px 0;
}

.exterior-link {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gray-box .black-text {
  color: #363636;
  font-size: 52px;
  font-family: "BuckwheatTC-Regular";
  margin: 20px 0;
}

.gray-color {
  background: #f3f3f3;
  border-radius: 30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  margin: 20px 0;
}

.gray-color a {
  font-size: 13px;
}

.articles-title {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 84px;
  color: #363636;
  margin-bottom: 30px;
}

.paste-list {
  width: 1442px;
  min-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.paste-bg01 {
  background: url(/images/paste.png) no-repeat;
  min-height: 349px;
}

.paste-bg02 {
  background: url(/images/lockout.png) no-repeat;
  min-height: 373px;
}

.paste-text {
  padding-left: 200px;
  max-width: 700px;
}

.paste-text h3 {
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  font-size: 50px;
  color: #007ea8;
  margin-bottom: 0;
}

.paste-text p {
  margin: 15px 0 22px 0;
}

.prevention .border {
  margin-top: 100px;
}

.jvac-bg {
  background: url(/images/j-vac.png) no-repeat;
  height: 450px;
}

.jvac-bg h3 {
  color: #007a3b;
}

.mobtop-img {
  display: none;
}

.jav-max h3 {
  max-width: 380px;
}

.jav-max p {
  max-width: 470px;
}

.lockout-max h3 {
  max-width: 390px;
}

.jvac-ref {
  width: 102%;
  margin: 0 -15px;
}

.jvac-ref .green-block {
  padding: 30px 20px 20px 200px;
}

.jvac-ref .green-block::after {
  width: 125px;
}

@media only screen and (max-width: 1024px) {
  .prevention-banner {
    background: url(/images/prevention-banner.png) no-repeat;
    height: 575px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .prevention-banner h1 {
    max-width: inherit;
  }

  .prevention-banner p {
    max-width: inherit;
  }

  .mobtop-img {
    display: block;
  }

  .paste-bg01 {
    background: transparent;
    background-color: #f3f3f3;
  }

  .paste-bg02 {
    background: transparent;
    background-color: #f3f3f3;
  }

  .jvac-bg {
    background: transparent;
    background-color: #f3f3f3;
  }

  .paste-list {
    width: 100%;
    min-height: 540px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 30px 0;
    background-size: 100%;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
  }

  .paste-text {
    padding: 15px 15px 15px 15px;
    max-width: 100%;
  }

  .paste-text h3 {
    font-size: 40px;
    text-align: left;
  }

  .gray-box {
    padding: 30px;
    margin-bottom: 30px;
    min-height: auto;
  }

  .prevention .stack-up-btn a {
    margin-top: 0 !important;
  }

  .prevention a {
    width: 100%;
  }

  .prevention .border {
    margin-top: 50px;
  }

  .gray-color {
    height: auto;
    padding: 20px;
  }

  .promotions-block .mid-img img.img-fluid {
    width: 100% !important;
  }

  .jav-max h3 {
    max-width: 100%;
  }

  .jav-max p {
    max-width: 100%;
  }

  .lockout-max h3 {
    max-width: 100%;
  }

  .jvac-ref {
    width: 100%;
    margin: auto;
  }

  .jvac-ref .green-block::after {
    width: 35px;
  }

  .jvac-ref .green-block {
    padding: 30px 20px 20px 60px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .paste-list {
    width: 100%;
    background-size: 100%;
    margin-left: 0px;
  }

  .jvac-ref {
    width: 100%;
    margin: auto;
  }

  .jvac-ref .green-block::after {
    width: 35px;
  }

  .jvac-ref .green-block {
    padding: 30px 20px 20px 60px;
  }
}

@media (max-width: 767px) {
  .prevention-banner {
    background: url(/images/prevention-banner-mobile.png) no-repeat;
    height: 575px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .prevention .gray-box .blue-text {
    color: #363636;
  }

  .prevention .blue-text {
    line-height: 50px;
  }

  .prevention .black-text {
    line-height: 50px;
  }

  .promotions-block .mid-text {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
# Proof Paste Middle
--------------------------------------------------------------*/

.top-nav {
  position: relative;
  z-index: 1;
}

.set-for-success {
  padding: 25px 0 40px;
  background-color: #f3f3f3;
}

.set-for-success .heading-block {
  margin-bottom: 50px;
}

.set-for-success .heading-block h2 {
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
}

.set-for-success .text-col {
  position: relative;
  float: right;
  width: 100%;
  padding: 40px 20px 40px 60px;
  font-family: "BuckwheatTC-Regular";
  font-size: 41px;
  border-radius: 20px;
  background-color: #fff;
}

.set-for-success .text-col:after {
  content: "";
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 20px;
  height: 30px;
  background: url("/images/traingle-right.png") no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.set-for-success .text-col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: #d60000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d60000), color-stop(47%, #d60000), color-stop(47%, #004282), to(#004282));
  background: linear-gradient(to bottom, #d60000 0%, #d60000 47%, #004282 47%, #004282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='$blue',GradientType=0 );
  border-radius: 20px 0 0 20px;
}

.set-for-success .text-col .text-row {
  position: relative;
  border-bottom: solid 2px #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.set-for-success .text-col .text-row:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.set-for-success .text-col .text-row p {
  margin-bottom: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.set-for-success .text-col .text-row .percentage {
  position: absolute;
  right: 0;
  top: -15px;
  line-height: normal;
  font-size: 80px;
}

.banner-text h1 sup {
  font-size: 50px;
  top: 20px;
  vertical-align: top;
}

.banner-text .btn--block-white {
  margin-top: 30px;
}

.proof-paste-page {
  background: url(/images/proofpaste-banner.png) no-repeat;
  height: 630px;
  margin-bottom: 0px;
  background-position: 50% 50%;
}

.btn--block-white {
  display: inline-block;
  vertical-align: top;
  padding: 9px 30px;
  font-weight: normal;
  color: #363636;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  border-radius: 20px;
  border: solid 1px #fff;
  color: #004282;
}

.btn--block-white:hover {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}

.btn--block-white:focus {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}

.dark-blue {
  color: #004282;
}

.color-red {
  color: #d60000;
}

.proof-paste-middle {
  padding: 80px 0 40px;
}

.proof-paste-middle hr {
  margin: 45px 0;
  border-width: 3px;
  border-color: #ebebeb;
}

.proof-paste-middle .block-title {
  margin-bottom: 13px;
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
}

.proof-paste-middle .col-lg-8 p {
  font-size: 17px;
}

.proof-paste-middle .col-lg-4 p {
  font-family: "BuckwheatTC-Regular";
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
}

.proof-paste-middle .right-block {
  position: relative;
  padding: 20px 20px 30px 60px;
  font-family: "BuckwheatTC-Regular";
  color: #004282;
  border-radius: 20px;
  background-color: #f3f3f3;
}

.proof-paste-middle .right-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background-color: #7ab4e3;
  border-radius: 20px 0 0 20px;
}

.proof-paste-middle .right-block .percentage-title {
  font-size: 60px;
  line-height: normal;
}

.proof-paste-middle .right-block .text-p {
  font-size: 22px;
  line-height: normal;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  padding: 20px 30px 15px;
  font-family: "BuckwheatTC-Regular";
  font-size: 53px;
  line-height: 48px;
  color: #004282;
  text-align: center;
  background-color: #1fade1;
  border-radius: 40px;
  text-shadow: 5px 3px 0 #1c9ccc;
}

.referece-text {
  padding: 40px 40px 40px 40px;
  font-size: 12px;
  background-color: #e8e8e8;
  border-radius: 20px;
}

.referece-text .title {
  margin-bottom: 5px;
  font-weight: 700;
}

.referece-text ol {
  margin: 0;
  padding: 0 0 0 0px;
}

.referece-text li {
  position: relative;
  padding-left: 7px;
  list-style: none;
}

.referece-text li sup {
  top: 5px;
  left: 0;
  position: absolute;
}

.select-col {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 20px 50px 60px;
  font-family: "BuckwheatTC-Regular";
  font-size: 41px;
  border-radius: 20px;
  background-color: #fff;
}

.select-col .title {
  line-height: 34px;
  margin-bottom: 30px;
  font-size: 36px;
}

.select-col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background-color: #7ab4e3;
  border-radius: 20px 0 0 20px;
}

.desc {
  display: none;
}

.desc#main {
  display: block;
}

.desc.active {
  display: block;
}

.radio-container {
  float: left;
  clear: both;
  margin-bottom: 10px;
  padding: 0 20px 0 15px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #004282;
}

.radio-container [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-container [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #004282;
  font-weight: normal;
  margin: 0;
}

.radio-container [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ebebeb;
}

.radio-container [type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #d60000;
  position: absolute;
  top: 11px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-container [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-container [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #004282;
  font-weight: normal;
  margin: 0;
}

.radio-container [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ebebeb;
}

.radio-container [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #d60000;
  position: absolute;
  top: 11px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-container.active {
  background-color: #d1e5f5;
  border-radius: 40px;
}

.radio-container.active [type="radio"]:checked + label:before {
  background-color: #fff;
}

.radio-container.active [type="radio"]:not(:checked) + label:before {
  background-color: #fff;
}

@media (min-width: 768px) {
  .proof-paste-middle {
    padding: 120px 0;
  }

  .set-for-success {
    padding: 50px 0;
  }

  .set-for-success .text-col .text-row {
    padding-right: 150px;
  }
}

@media (min-width: 992px) {
  .proof-paste-middle .col-md-8 {
    padding-right: 50px;
  }

  .proof-paste-middle .block-title {
    font-size: 88px;
  }

  .proof-paste-middle .col-md-4 p {
    font-size: 42px;
  }

  .proof-paste-middle .col-lg-8 p {
    max-width: 90%;
  }

  .proof-paste-page .banner-text {
    margin-top: 50px;
    padding-right: 100px;
  }

  .proof-paste-page .banner-text h1 {
    font-size: 50px;
    line-height: 46px;
    padding-top: 80px;
  }

  .set-for-success .heading-block {
    max-width: 830px;
    width: 100%;
  }

  .set-for-success .heading-block h2 {
    font-size: 80px;
  }

  .set-for-success .text-col {
    width: 45%;
  }

  .set-for-success .text-col:after {
    top: 50%;
    right: auto;
    -webkit-transform: none;
            transform: none;
    -ms-transform: none;
  }

  .set-for-success .text-col .text-row {
    padding-right: 140px;
  }

  .set-for-success .text-col .text-row .percentage {
    font-size: 106px;
  }

  .select-col {
    width: 51%;
  }

  .cta-btn {
    padding-top: 5px;
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .proof-paste-page .banner-text h1 {
    font-size: 60px;
    line-height: 60px;
    font-size: 60px;
    line-height: 60px;
  }

  .proof-paste-middle .right-block .percentage-title {
    font-size: 80px;
  }

  .select-col {
    padding-left: 100px;
  }

  .set-for-success .text-col {
    padding-left: 100px;
  }

  .set-for-success .text-col:after {
    left: -40px;
    right: auto;
    -webkit-transform: none;
            transform: none;
    -ms-transform: none;
  }

  .set-for-success .text-col .text-row {
    padding-right: 250px;
  }

  .cta-btn {
    margin: 0 0 60px;
  }
}

@media (min-width: 1400px) {
  .proof-paste-middle .right-block .percentage-title {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .set-for-success .text-col:after {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .proof-paste-page {
    background: url(/images/proofpaste-banner-mobile.png) no-repeat;
    height: 570px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .proof-paste-page .banner-text {
    padding-bottom: 40px;
  }

  .proof-paste-page .banner-text h1 {
    padding-top: 100px;
    font-size: 46px;
    line-height: 44px;
  }

  .proof-paste-page .banner-text h1 sup {
    font-size: 24px;
    top: 15px;
  }

  .proof-paste-middle .block-title {
    font-size: 50px;
    line-height: 50px;
  }

  .proof-paste-middle .col-lg-8 p {
    font-size: 15px;
    line-height: 22px;
  }

  .proof-paste-middle .col-lg-4 p {
    font-size: 30px;
  }

  .proof-paste-middle .right-block .text-p {
    line-height: 28px;
  }

  .set-for-success .heading-block h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .set-for-success .text-col {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .set-for-success .text-col:after {
    left: 0;
  }

  .set-for-success .text-col .text-row {
    padding-right: 90px;
  }

  .set-for-success .text-col .text-row .percentage {
    font-size: 60px;
  }

  .set-for-success .text-col .text-row p {
    font-size: 16px;
    line-height: 20px;
  }

  .set-for-success .text-col:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #004282;
    border-radius: 20px 20px 0 0;
  }

  .select-col {
    padding: 40px 20px 20px 20px;
  }

  .select-col .title {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .select-col:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
  }

  .home-banner.proof-paste-page {
    min-height: 650px;
    height: auto;
  }

  .radio-container {
    font-size: 18px;
    padding: 10px 20px 10px 15px;
  }

  .radio-container [type="radio"]:checked + label {
    line-height: 25px;
  }

  .radio-container [type="radio"]:not(:checked) + label {
    line-height: 25px;
  }

  .cta-btn {
    margin: 40px 0;
    padding: 20px 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .referece-text {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .set-for-success .text-col:after {
    left: 0;
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
  }
}

/*--------------------------------------------------------------
# Know the Facts
--------------------------------------------------------------*/

.know-the-fact {
  background: url("/images/know-the-fact-banner.png") no-repeat;
  height: 627px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.didyou-know-section hr {
  margin: 50px 0 0;
  border-top: solid 4px #d9d9d9;
}

.didyou-know-section h2 {
  font-family: "BuckwheatTC-Regular";
  margin-bottom: 40px;
  font-size: 64px;
  line-height: 60px;
}

.didyou-know-section .column {
  margin-bottom: 40px;
}

.didyou-know-section .column .icon-box {
  margin-bottom: 30px;
  text-align: center;
}

.didyou-know-section .column .col-title {
  margin-bottom: 20px;
  font-family: "BuckwheatTC-Regular";
  font-size: 34px;
  line-height: 30px;
}

.didyou-know-section .column p {
  margin: 0;
}

.reference-column {
  display: inline-block;
  width: 100%;
  padding: 60px 20px 40px 20px;
  padding: 30px;
  background-color: #f3f3f3;
  border-top: 50px solid #4da6d0;
  border-left: none;
  border-radius: 40px;
}

.reference-column .title {
  font-size: 12px;
  font-weight: 700;
}

.reference-column ol {
  margin: 10px 0 0 15px;
  padding: 0;
}

.reference-column ol li {
  margin-bottom: 8px;
  font-size: 12px;
  position: relative;
}

@media (min-width: 768px) {
  .didyou-know-section {
    padding: 100px 0 0;
  }

  .didyou-know-section h2 {
    font-size: 88px;
    margin-bottom: 65px;
    line-height: 88px;
  }

  .didyou-know-section .column {
    margin-bottom: 70px;
  }

  .didyou-know-section .column p {
    padding-right: 30px;
  }

  .didyou-know-section .column .icon-box {
    margin-bottom: 40px;
  }

  .didyou-know-section .column .col-title {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 40px;
    padding-right: 10px;
  }

  .reference-column {
    min-height: 460px;
    padding: 20px 20px 30px;
  }
}

@media (min-width: 992px) {
  .know-the-fact .banner-text {
    margin-top: 130px;
  }

  .know-the-fact .banner-text h1 {
    font-size: 70px;
    line-height: 64px;
  }

  .know-the-fact .banner-text p {
    padding: 20px 100px 0 0;
  }

  .reference-column {
    min-height: 430px;
    padding: 20px 20px 30px;
  }
}

@media (min-width: 1200px) {
  .know-the-fact .banner-text h1 {
    font-size: 85px;
    line-height: 70px;
  }

  .reference-column {
    padding: 30px;
    background-color: #f3f3f3;
    border-top: none;
    border-left: 50px solid #4da6d0;
  }
}

@media (max-width: 767px) {
  .know-the-fact {
    background: url("/images/know-the-fact-banner-mobile.png") no-repeat;
    height: 627px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .know-the-fact .banner-text {
    margin-top: 50px;
    padding-right: 20px;
  }

  .know-the-fact .banner-text h1 {
    font-size: 60px;
    line-height: 55px;
    padding-top: 20px;
  }

  .didyou-know-section h2 {
    padding-top: 30px;
  }

  .slick-dots li button {
    padding: 0;
  }

  .slick-dots li button:focus {
    outline: 0;
  }

  .reference-column {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Effective Treatment
--------------------------------------------------------------*/

.effective-banner {
  background: url(/images/effective-banner-fr.png) no-repeat;
  height: 630px;
  background-size: cover;
  margin-bottom: 0px;
  background-position: 50% 50%;
}

.treatment-top-section {
  padding: 50px 0 0;
}

.treatment-top-section h2 {
  margin-bottom: 30px;
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: 46px;
}

.cta_btn {
  display: table;
  margin: 0 auto 30px;
}

.white-wrapper {
  background-color: #fff;
}

.talk-to-veteran {
  padding: 80px 0 0;
}

.talk-to-veteran hr {
  margin: 70px 0 0;
  border-top: solid 4px #d9d9d9;
}

.talk-to-veteran h2 {
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: 46px;
}

.reference_section {
  margin-top: 40px;
  background-color: #f3f3f3;
  border-left: none;
  border-top: 60px solid #fef052;
  border-radius: 40px;
  padding: 30px;
}

.reference_section .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.reference_section ol {
  margin: 0;
  padding: 0 0 0 0px;
}

.reference_section ol li {
  font-size: 12px;
  position: relative;
  list-style: none;
  padding-left: 7px;
}

.reference_section ol li:not(:last-child) {
  padding-bottom: 8px;
}

.reference_section ol li sup {
  top: 5px;
  left: 0;
  position: absolute;
}

.treatment-middle-section {
  padding: 50px 0 20px;
  background-color: #f3f3f3;
}

.treatment-middle-section .white-wrapper {
  padding-bottom: 20px;
  background: url("/images/gradient-bg-mob.png") no-repeat;
  background-size: cover;
  background-position: 0 0;
  border-radius: 40px;
}

.treatment-middle-section .slider-mobile {
  padding: 70px 30px 30px;
  background-size: cover;
}

.treatment-middle-section .slider-mobile .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-top: 0;
}

.treatment-middle-section .slider-box .slider-description {
  margin-top: 30px;
}

.treatment-middle-section .slider-box .slider-description .title {
  margin-bottom: 10px;
  font-weight: 700;
}

.treatment-middle-section .slider-box .slider-description ul li {
  padding-bottom: 4px;
  font-size: 14px;
}

.product-gallery {
  padding: 120px 30px;
  background-size: 100% auto;
}

.bottom-section {
  margin: 70px 0 20px;
}

.bottom-section .btn-link {
  display: table;
  margin: 0 auto 20px;
  padding: 8px 50px;
  color: #fff;
  background-color: #004282;
  border: solid 1px #004282;
  border-radius: 40px;
}

.bottom-section .btn-link:hover {
  text-decoration: none;
  color: #004282;
  background-color: transparent;
}

.bottom-section .btn-link:focus {
  text-decoration: none;
  color: #004282;
  background-color: transparent;
}

@media (min-width: 768px) {
  .treatment-top-section {
    padding: 50px 0 50px;
  }

  .treatment-top-section h2 {
    font-size: 88px;
    line-height: 70px;
  }

  .talk-to-veteran h2 {
    font-size: 88px;
    line-height: 70px;
  }

  .cta_btn {
    margin-bottom: 60px;
  }

  .reference_section {
    background-color: #f3f3f3;
    border-left: 60px solid #fef052;
    border-top: none;
  }

  .treatment-middle-section {
    padding: 80px 0;
  }

  .treatment-middle-section .slider-box .slider-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 200px;
  }

  .treatment-middle-section .slider-mobile {
    padding: 120px 50px;
    background-size: cover;
  }

  .treatment-middle-section .white-wrapper {
    background: url("/images/gradient-bg.png") no-repeat;
    background-position: top center;
    height: 850px;
  }

  .product-gallery {
    padding: 90px 30px;
  }

  .bottom-section {
    margin: -90px 0 20px;
  }
}

@media (min-width: 992px) {
  .treatment-top-section {
    padding: 100px 0 50px;
  }

  .treatment-top-section p {
    padding: 0 50px 0 60px;
  }

  .treatment-top-section h2 {
    margin-bottom: 0;
  }

  .talk-to-veteran hr {
    margin: 100px 0 0;
  }

  .reference_section {
    margin-top: 0;
    padding: 35px 20px 40px 98px;
  }

  .treatment-middle-section .slider-box .slider-description {
    padding: 0 80px 0 20px;
  }

  .treatment-middle-section .slider-box .slider-thumbnail {
    min-height: 295px;
  }

  .effective-banner .banner-text {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .talk-to-veteran h2 {
    max-width: 80%;
  }

  .treatment-middle-section .slider-box .slider-thumbnail {
    min-height: 360px;
  }

  .reference_section {
    margin: 0;
    padding: 30px;
    min-height: 194px;
  }
}

@media (max-width: 767px) {
  .effective-banner {
    background: url(/images/effective-banner-mobile-fr.png) no-repeat;
    height: 535px;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .effective-banner h1 {
    font-size: 55px;
  }

  .effective-banner.top-header::before {
    bottom: -49px;
  }

  .treatment-middle-section .slider-box .slider-description {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .treatment-middle-section .slider-box .slider-description ul {
    padding: 0;
    margin: 0 0 0 16px;
  }

  .treatment-middle-section .slider-box .slider-thumbnail {
    text-align: center;
  }

  .treatment-middle-section .white-wrapper {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .bottom-section .btn-link {
    text-align: center;
  }

  .talk-to-veteran {
    padding: 40px 0 0;
  }
}

@media (max-width: 479px) {
  .reference_section {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-middle-section .white-wrapper {
    background: #fff url("/images/gradient-bg-tab.png") no-repeat;
    background-position: top center;
    min-height: 790px;
  }

  .product-gallery {
    padding: 70px 30px;
  }

  .reference_section {
    margin-top: 0;
    padding: 35px 20px 40px 18px;
  }

  .bottom-section .btn-link {
    margin: 15px auto 20px;
  }
}

/*--------------------------------------------------------------
# Mastitis Redemption
--------------------------------------------------------------*/

/* .upload-btn input[type="file"] + label */

.gray-wrapper {
  background-color: #f3f3f3;
}

input:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

.qualify-product {
  padding: 40px 0 80px;
}

.qualify-product .product-wrapper {
  padding: 60px 20px 20px;
  background: url("/images/gradient-bg-mob.png") no-repeat;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 40px;
}

.qualify-product .product-wrapper h2 {
  margin: 0px 0 60px;
  font-family: "BuckwheatTC-Regular";
  text-align: center;
}

.redemption-top-section {
  padding: 50px 0 50px;
}

.redemption-top-section h2 {
  margin-bottom: 20px;
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: 46px;
}

.redemption-top-section h3 {
  font-family: "BuckwheatTC-Regular";
  font-size: 40px;
  line-height: 36px;
}

.redemption-top-section ol {
  margin: 0;
  padding: 0 0 0 22px;
}

.redemption-top-section ol li a {
  font-weight: 700;
}

.redemption-top-section ol li a:hover {
  color: #363636;
}

.redemption-top-section ol li a:focus {
  color: #363636;
}

.product-col .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 300px;
  text-align: center;
}

.product-col .product-title {
  max-width: 55%;
  margin: 30px auto;
  text-align: center;
  font-weight: 700;
}

.product-slider.slick-initialized.slick-slider .slick-slide:focus {
  outline: 0;
}

.redemption-form {
  padding: 100px 0 0;
}

.redemption-form hr {
  margin: 50px 0 0;
  border-top: solid 4px #d9d9d9;
}

.redemption-form h2 {
  font-family: "BuckwheatTC-Regular";
  color: #004282;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 30px;
}

.redemption-form input {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  color: #505050;
  background-color: #ebebeb;
  border: 0;
  border-radius: 50px;
}

.redemption-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form input::-moz-placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form input::-ms-input-placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form input::placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form input::-moz-placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #505050;
}

.redemption-form select {
  cursor: pointer;
  margin-bottom: 0px;
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  color: #505050;
  background: #ebebeb url("/images/select-down.png") no-repeat right 20px center;
  border: 0;
  border-radius: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.redemption-form .black-wrapper {
  padding: 45px 35px;
  background: #363636;
  border-radius: 40px;
  min-height: 360px;
  margin-bottom: 40px;
}

.redemption-form .black-wrapper input {
  background-color: #fff;
}

.redemption-form .yellow-wrapper {
  padding: 45px 35px;
  background: #f9eb4d;
  border-radius: 40px;
  min-height: 360px;
  margin-bottom: 1rem !important;
}

.redemption-form .yellow-wrapper input {
  background-color: #fff;
}

.redemption-form .yellow-wrapper .title {
  margin-bottom: 40px;
  font-weight: 700;
}

.redemption-form .radio-title {
  width: 165px;
  font-weight: 700;
  line-height: 28px;
}

.redemption-form .radio-group {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redemption-form .radio-group .radio-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redemption-form .radio-group .radio-select:not(:last-child) {
  margin-right: 0px;
}

.redemption-form input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 0 0;
}

.redemption-form .mandatory-title {
  margin-bottom: 20px;
  padding-left: 25px;
}

.redemption-form .mandatory label a {
  font-weight: 700;
}

.redemption-form input[type="submit"] {
  float: right;
  margin: 0;
  width: 165px;
  font-weight: 700;
  color: #fff;
  background: #004282;
  border: 0;
}

.redemption-form input[type="submit"]:hover {
  background-color: #363636;
}

.redemption-form input[type="submit"]:focus {
  background-color: #363636;
}

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

label a:hover {
  color: #363636;
}

label a:focus {
  color: #363636;
}

.upload-btn {
  margin-top: 10px;
}

.upload-btn input[type="file"] {
  width: auto;
  height: auto;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  padding: 0;
}

.upload-btn input[type="file"] + label.btn-1 {
  background: #e0e0e0;
}

.note-text {
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
}

.upload-btn-new {
  float: left;
  min-height: 45px;
  line-height: 30px;
  color: #363636;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  background: #f9eb4d;
  border: none;
  border-radius: 40px;
  outline: none;
  font-size: 14px !important;
  text-align: center;
  width: 100%;
}

.mandatory {
  margin-top: 30px;
}

.redemption {
  background: url(/images/redemption-banner.png) no-repeat;
  height: 630px;
  background-size: cover;
  margin-bottom: 0px;
  background-position: 50% 50%;
}

.btn-upload-white {
  background: #e0e0e0;
}

@media (min-width: 768px) {
  .redemption-top-section {
    padding: 120px 0 50px;
  }

  .redemption-top-section h2 {
    font-size: 88px;
    line-height: 70px;
  }

  .redemption-top-section h3 {
    font-size: 56px;
    line-height: 56px;
  }

  .qualify-product {
    padding: 70px 0;
  }

  .qualify-product .product-wrapper {
    background: url("/images/gradient-bg.png") no-repeat;
    background-position: top center;
  }

  .qualify-product .product-wrapper h2 {
    font-size: 56px;
    line-height: 56px;
  }

  .product-col .product-img {
    min-height: 360px;
  }
}

@media (min-width: 992px) {
  .qualify-product .product-wrapper {
    border-radius: 40px;
  }

  .redemption-form h2 {
    margin-bottom: 50px;
    max-width: 50%;
    font-size: 65px;
    line-height: 55px;
  }

  .redemption-form form > .row .form-row {
    margin: 0 -20px;
  }

  .redemption-form form > .row .form-row .col-md-6 {
    padding: 0 20px;
  }

  .redemption-form .mandatory label {
    padding-right: 110px;
  }

  .redemption-form .black-wrapper {
    margin-bottom: 0;
  }

  .upload-btn input[type="file"] + label {
    max-width: 200px;
    height: auto;
  }
}

@media (min-width: 1300px) {
  .redemption-form form > .row {
    margin: 0 -50px 30px;
  }

  .redemption-form form > .row .col-lg-6 {
    padding: 0 50px;
  }

  .redemption-form form > .row .form-row .col-lg-6 {
    padding: 0 20px;
  }

  .mandatory {
    margin-top: 0;
  }

  .upload-btn input[type="file"] + label {
    max-width: inherit;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .product-slider .slick-slide {
    width: 33.33% !important;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .redemption {
    background: url(/images/redemption-banner-mobile.png) no-repeat;
    height: 335px;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .product-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
  }

  .qualify-product .product-wrapper {
    padding: 90px 20px 20px;
  }

  .qualify-product .product-wrapper h2 {
    margin-bottom: 20px;
  }

  .upload-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .upload-btn input[type="file"] + label {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
  }

  .redemption-form {
    padding: 50px 0 0;
    overflow-x: hidden;
  }

  .redemption-form input[type="submit"] {
    float: none;
    display: table;
    margin: 30px auto 0;
  }

  .redemption-form .radio-group {
    display: block;
  }

  .redemption-form .radio-group .radio-select {
    display: inline-block;
  }

  .redemption-form .radio-title {
    width: 100%;
    margin-bottom: 4px;
  }

  .redemption-form input[type="radio"] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
  }

  .redemption-form .mandatory input[type="radio"] {
    margin-right: 13px;
  }

  .redemption-form .black-wrapper {
    margin: 20px 0 0;
    position: relative;
    padding: 25px 15px;
    border-radius: 0;
  }

  .redemption-form .black-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2999px;
    width: 3000px;
    height: 100%;
    background: #363636;
  }

  .redemption-form .black-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2999px;
    width: 3000px;
    height: 100%;
    background: #363636;
  }

  .redemption-form .yellow-wrapper {
    position: relative;
    padding: 25px 15px;
    border-radius: 0;
  }

  .redemption-form .yellow-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3000px;
    width: 3000px;
    height: 100%;
    background: #f9eb4d;
  }

  .redemption-form .yellow-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -3000px;
    width: 3000px;
    height: 100%;
    background: #f9eb4d;
  }

  .black-wrapper .col-md-6.pl-5 {
    padding-left: 15px !important;
  }

  .note-text-upload {
    position: relative;
    top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qualify-product .product-wrapper {
    background: #fff url("/images/gradient-bg-tab.png") no-repeat;
    background-position: top center;
  }
}

/*--------------------------------------------------------------
# Mastitis Treatment
--------------------------------------------------------------*/

.mastitis-banner {
  background: url("/images/mastitis-banner.png") no-repeat;
  height: 627px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.treatment-topsection {
  padding: 0 0 50px;
}

.treatment-topsection h2 {
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: 48px;
  margin-bottom: 30px;
}

.treatment-topsection p {
  margin-bottom: 20px;
}

.treatment-topsection .btn--block {
  margin-bottom: 30px;
}

.treatment-middlesection {
  padding: 50px 0;
}

.treatment-middlesection h2 {
  font-family: "BuckwheatTC-Regular";
  font-size: 60px;
  line-height: 48px;
  margin-bottom: 30px;
}

.treatment-middlesection .product_block {
  margin-top: 70px;
  padding: 90px 20px 40px;
  text-align: center;
  background: url("/images/gradient-bg-mob.png") no-repeat;
  border-radius: 40px;
  background-size: cover;
  background-position: top center;
}

.treatment-middlesection .product_block h2 {
  margin-bottom: 40px;
  width: 100%;
  font-family: "BuckwheatTC-Regular";
  font-size: 34px;
  line-height: 30px;
}

.btn--block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 9px 28px;
  font-weight: normal;
  color: #fff;
  background-color: #004282;
  border: solid 1px #004282;
  border-radius: 50px;
}

.btn--block:hover {
  color: #004282;
  background: transparent;
  border-color: #004282;
}

.btn--block:focus {
  color: #004282;
  background: transparent;
  border-color: #004282;
}

.btn--block.black {
  background: #363636;
  border-color: #363636;
}

.btn--block.black:hover {
  color: #363636;
  background: transparent;
  border-color: #363636;
}

.btn--block.black:focus {
  color: #363636;
  background: transparent;
  border-color: #363636;
}

.article-block {
  margin-top: 30px;
}

.article-block .btn--block.black {
  margin-bottom: 40px;
  padding: 6px 50px;
  text-align: center;
  line-height: normal;
}

.article-block .btn--block.black:hover {
  color: #fff;
  background: #004282;
  border-color: #004282;
}

.article-block .btn--block.black:focus {
  color: #fff;
  background: #004282;
  border-color: #004282;
}

.article-block .btn--block.black img {
  position: absolute;
  top: 19px;
  right: 37px;
}

.article-block .btn--block {
  max-width: 430px;
  margin-top: 10px;
  text-align: center;
}

.article-block .article-desc h3 {
  position: relative;
  margin-bottom: 15px;
  padding-right: 60px;
  font-family: "BuckwheatTC-Regular";
  font-size: 44px;
  line-height: 38px;
}

.article-block .article-desc h3 img {
  position: absolute;
  top: 10px;
  right: 0;
  width: 65px;
}

.article-block .article-desc h3 .arrow {
  position: relative;
  width: auto;
  top: 0px;
  right: -15px;
}

.article-block .col-lg-6 {
  padding: 0 15px;
}

.product_block .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .treatment-topsection {
    padding: 3px 0px 50px 0;
  }

  .treatment-topsection h2 {
    font-size: 88px;
    line-height: 70px;
    padding-top: 30px;
  }

  .treatment-topsection .btn--block {
    margin-bottom: 60px;
  }

  .treatment-middlesection {
    padding: 100px 0;
  }

  .treatment-middlesection h2 {
    font-size: 88px;
    line-height: 70px;
    padding-top: 30px;
  }

  .treatment-middlesection .product_block {
    padding: 130px 30px 50px;
    background: url("/images/gradient-bg.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
  }

  .treatment-middlesection .product_block h2 {
    font-size: 56px;
    line-height: 56px;
  }

  .article-block {
    margin-top: 50px;
  }

  .article-block .article-desc {
    padding-left: 85px;
    margin-top: -10px;
  }

  .article-block .article-desc h3 {
    font-size: 54px;
    line-height: 44px;
  }

  .article-block .article-icon {
    position: absolute;
    top: 0;
    left: 20px;
    width: 75px;
  }

  .article-block .col-lg-6 {
    padding: 0 30px;
  }

  .product_block .btn_group {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }

  .product_block .btn_group .btn--block {
    max-width: 300px;
  }

  .mastitis-banner .banner-text h1 {
    font-size: 60px;
    line-height: 56px;
  }
}

@media (min-width: 992px) {
  .treatment-topsection {
    padding: 100px 0;
  }

  .treatment-topsection h2 {
    padding-top: 0px;
  }

  .treatment-topsection .col-lg-5 {
    -ms-flex: 0 0 45.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }

  .treatment-topsection .col-lg-4 {
    -ms-flex: 0 0 40.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 40.333333%;
    max-width: 40.333333%;
  }

  .treatment-middlesection h2 {
    padding-top: 0px;
    margin-top: -10px;
  }

  .treatment-middlesection .col-lg-5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .treatment-middlesection .product_block h2 {
    max-width: 75%;
  }

  .article-block .article-desc {
    padding-left: 85px;
  }

  .article-block .article-desc h3 {
    padding-right: 0;
  }

  .article-desc p {
    min-height: 96px;
  }

  .product_block .btn_group {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    max-width: 90%;
  }

  .product_block .btn_group .btn--block {
    max-width: inherit;
  }
}

@media (min-width: 1200px) {
  .article-block .article-desc h3 {
    padding-right: 160px;
  }

  .treatment-topsection .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .treatment-topsection .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .treatment-middlesection .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .treatment-middlesection .product_block h2 {
    max-width: 60%;
  }

  .product_block .btn_group {
    max-width: 82%;
  }
}

@media (max-width: 767px) {
  .mastitis-banner {
    background: url("/images/mastitis-banner-mob.png") no-repeat;
    height: 630px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .mastitis-banner .banner-text {
    padding-right: 35px;
  }

  .mastitis-banner .banner-text h1 {
    font-size: 60px;
    line-height: 56px;
  }

  .product_block .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }

  .product_block .btn_group .btn--block {
    margin-top: 10px;
    padding: 9px 40px;
  }

  .article-block .article-desc h3 {
    margin-bottom: 10px;
    padding-right: 80px;
  }

  .article-block .article-desc h3 .arrow {
    right: -10px;
    top: 0;
  }

  .treatment-topsection .btn--block {
    display: table;
    margin: 0 auto 30px;
  }
}

@media (max-width: 479px) {
  .article-block .article-desc h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-middlesection .product_block {
    background: #fff url("/images/gradient-bg-tab.png") no-repeat;
    background-position: top center;
    padding: 70px 30px 50px;
  }
}

/*--------------------------------------------------------------
# Mastitis Resource Treatment
--------------------------------------------------------------*/

.mastitis-resource:before {
  display: none;
}

.resource-column {
  min-height: 360px;
  margin-bottom: 60px;
  padding: 70px 35px 50px;
  border-radius: 30px;
}

.resource-column .resource-icon {
  min-height: 140px;
}

.resource-column .resource-desc .resource_title {
  margin: 20px 0;
  font-family: "BuckwheatTC-Regular";
  font-size: 25px;
  text-transform: uppercase;
}

.resource-column .resource-desc .btn--block {
  margin-top: 10px;
  width: 100%;
}

.resource-column .resource-desc .btn--block img {
  margin-left: 15px;
}

.resource-column .resource-desc .btn--block:hover {
  color: #fff;
  background-color: #004282;
  border-color: #004282;
}

.resource-column .resource-desc .btn--block:focus {
  color: #fff;
  background-color: #004282;
  border-color: #004282;
}

.mastitis-resource-middle hr {
  margin: 40px 0 0;
  border-top: solid 4px #d9d9d9;
}

@media (min-width: 768px) {
  .mastitis-resource {
    background: url("/images/mastitis-resource-management-banner.png") no-repeat;
    height: 685px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .mastitis-resource-middle {
    padding: 100px 0 0;
  }

  .resource-column .resource-desc .resource_title {
    font-size: 32px;
    line-height: 30px;
  }

  .visible-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mastitis-resource-middle .row {
    margin: 0 -50px;
  }

  .mastitis-resource-middle .col-lg-4 {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .mastitis-resource {
    background: url("/images/mastitis-resource-management-banner-mob.png") no-repeat;
    height: 630px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .mastitis-resource .banner-text {
    padding-right: 40px;
  }

  .mastitis-resource .banner-text h1 {
    font-size: 60px;
    line-height: 56px;
  }

  .visible-desktop {
    display: none !important;
  }

  .resource-column {
    min-height: inherit;
    padding: 80px 20px 50px;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# culture test
--------------------------------------------------------------*/

/*banner blue line*/

/*check box*/

/* The container */

/* Hide the browser's default checkbox */

/* Create a custom checkbox */

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */

/* Show the checkmark when checked */

/* Style the checkmark/indicator */

/* #carouselButtons {
  margin-left: 185px;
} */

/* Pop-up css Start*/

/* Pop-up css Start*/

.text-banner {
  background: url(/images/test-banner.png) no-repeat;
  height: 630px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

.pink-text-top {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.pink-text-top img {
  float: left;
  margin-right: 10px;
}

.pink-text-top span,
.pink-text-top .pink-header {
  display: block;
  font-size: 50px;
  color: #fb0049;
  font-family: "BuckwheatTC-Regular";
  text-transform: uppercase;
  line-height: 50px;
  padding-top: 30px;
}

.pink-text-top .pink-header {
  font-size: 167px;
  font-weight: 700;
  line-height: 72px;
  padding-top: 57px;
}

.pink-color p {
  max-width: 650px;
}

.border-yellow {
  background: #f8e000;
  float: left;
  width: 100%;
}

.center-text {
  text-align: center;
  padding-bottom: 80px;
}

.center-text .black-text {
  font-size: 80px;
}

.center-text p {
  max-width: 630px;
  margin: auto;
}

.culture-list {
  float: left;
  width: 100%;
  text-align: center;
}

.culture-img {
  float: left;
  width: 100%;
}

.culture-text {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 20px 30px;
  text-transform: uppercase;
}

.culture-btn {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  font-size: 60px;
}

.milk-culture-page .black-text {
  font-size: 80px;
}

.milk-culture-page .stack-up-btn a:hover {
  border: 2px solid #004282;
  background: transparent;
  color: #004282;
}

.big-title-text {
  font-size: 74px;
  margin-bottom: 15px;
}

.big-title-text h1 {
  font-family: "BuckwheatTC-Regular";
  font-size: 74px;
  line-height: 70px;
  text-transform: uppercase;
  color: #363636;
}

.lockout-form select {
  cursor: pointer;
  margin-bottom: 0px;
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  color: #505050;
  background: #fff url("/images/select-down.png") no-repeat right 20px center !important;
  border: 0;
  border-radius: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.footer-form select {
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  color: #505050;
  background: #ebebeb url("/images/select-down.png") no-repeat right 20px center !important;
  border: 0;
  border-radius: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.footer-form .check-box-custom {
  position: static;
}

.video-js {
  height: 800px;
}

#cookie-msg {
  position: fixed !important;
  bottom: 0px !important;
  width: 100% !important;
  text-align: left !important;
  padding: 30px 50px 30px 50px !important;
  background-color: #ececec !important;
  color: #1f1d1d !important;
  font-size: 16px !important;
  z-index: 9;
}

.msg {
  max-width: 1400px !important;
  display: block !important;
  margin: auto !important;
}

.btn-aceptar {
  background: #004282 !important;
  color: #fff !important;
  border: 2px solid #004282 !important;
  border-radius: 50px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  position: relative !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 700;
  font-size: 16px !important;
}

.alert-content {
  margin-bottom: 30px;
  display: inline-block;
}

.alert-content a {
  color: #004282 !important;
}

.error {
  color: #e01c1c;
  padding-left: 20px;
  padding-top: 5px;
}

.upload-error {
  position: relative;
}

.upload-error .error {
  color: #e01c1c !important;
}

.radio-error {
  position: relative;
}

.radio-error .error {
  color: #e01c1c !important;
}

.radio-error .radio-select {
  width: 150px;
}

p .registered {
  top: -2px;
  font-size: 12px;
}

.home-banner.top-header::before {
  bottom: -45px;
}

#carouselButtons {
  bottom: 0px;
  z-index: 999;
  bottom: 19px;
  position: absolute;
  margin-left: 255px;
}

.slick-dots {
  display: none;
}

.terms {
  margin-top: 230px;
}

.terms h2 {
  font-family: "BuckwheatTC-Regular";
  font-size: 45px;
}

.terms a {
  font-weight: 700;
}

.check-bx {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-bx input:checked ~ .checkmark {
  background-color: #004282;
}

.check-bx input:checked ~ .checkmark:after {
  display: block;
}

.check-bx:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-bx .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-bx .form-check-label {
  font-size: 13px;
  padding-left: 30px;
  float: left;
  width: 415px;
}

.check-bx .text {
  margin-left: 30px;
  display: inline-block;
}

.check-box-custom {
  position: absolute;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.redemptions-form-submit-btn {
  float: right;
  margin: 0;
  width: 165px;
  font-weight: 700;
  color: #fff;
  background: #004282;
  border: 0;
}

.lockout-form-submit-btn {
  float: right;
  margin: 0;
  width: 165px;
  font-weight: 700;
  color: #fff;
  background: #d60000;
  border: 0;
}

#tou-modal {
  width: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#tou-modal button.mfp-close {
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid white;
  background: black;
  opacity: 1;
  color: white;
}

#tou-modal .tou-modal-dialog {
  max-width: 1060px;
  max-height: 100vh;
  margin-top: 0;
  position: relative;
}

#tou-modal .modal-content {
  max-height: 80vh;
}

#tou-modal .modal-body p {
  margin-bottom: 25px;
  font-size: 1.7rem;
}

#tou-modal .modal-body h1 {
  font-size: 3.6rem;
  text-align: center;
  text-transform: uppercase;
}

.yellow-wrapper .radio-container {
  float: inherit;
  clear: inherit;
  margin-bottom: inherit;
  padding: inherit;
  font-family: 'Nunito', sans-serif;
  font-size: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .big-title-text {
    font-size: 67px;
  }

  .text-banner {
    background: url(/images/test-banner-mobile.png) no-repeat;
    height: 590px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .text-banner.top-header::before {
    bottom: -31px;
  }

  .culture-btn {
    max-width: 100%;
    font-size: 38px;
  }

  .milk-culture-page .black-text {
    font-size: 60px;
  }

  .pink-text-top span {
    font-size: 33px;
    line-height: 35px;
    padding-top: 0px;
    width: 75%;
  }

  .pink-text-top .pink-header {
    padding-top: 26px;
  }

  .pink-color p {
    max-width: 100%;
  }

  .video-js {
    min-height: 215px;
    height: auto;
  }

  .stack-up-btn a img {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .milk-culture-page .slick-slide {
    width: 100% !important;
  }

  .culture-list {
    min-height: 350px;
  }

  .culture-text {
    padding: 10px;
    font-size: 12px;
  }

  .culture-btn {
    max-width: 100%;
    font-size: 40px;
  }

  .pink-text-top span {
    font-size: 35px;
    line-height: 35px;
    padding-top: 0px;
    width: 75%;
  }

  .pink-text-top .pink-header {
    padding-top: 26px;
  }

  .effective-banner h1 {
    font-size: 65px;
  }

  .article-block .article-desc h3 .arrow {
    right: -10px;
    top: 0;
  }

  .video-js {
    min-height: 560px;
    height: auto;
  }

  .mob-center {
    text-align: center;
  }

  .mob-center a {
    float: none;
    margin-top: 15px;
  }

  .text br {
    display: none;
  }

  .upload-btn-new {
    line-height: inherit;
  }

  .mpr {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .top-header::before {
    bottom: 0 !important;
  }

  .know-the-fact .banner-text p {
    padding: 0;
  }

  .didyou-know-section {
    padding: 50px 0 0;
  }

  .terms {
    margin-top: 200px;
  }

  .mob-center {
    text-align: right;
  }

  .mob-center a {
    float: none;
    margin-top: 25px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-header::before {
    bottom: 0 !important;
    background-position: -480px 50%;
  }

  .didyou-know-section {
    padding: 0px 0 0 0;
  }

  .article-desc p {
    max-width: 85%;
  }

  .lockout-page .j-vac-right {
    float: left;
    width: 100%;
  }

  .proof-paste-middle .right-block {
    margin: auto;
    width: 300px;
  }

  .culture-btn {
    margin-top: 50px;
  }

  .culture-btn .mob-cta-img {
    display: inline-block !important;
  }

  .slick-dots {
    display: block;
  }

  .terms {
    margin-top: 130px;
  }

  .check-bx .form-check-label {
    width: auto;
  }

  .paste-text {
    padding: 30px;
  }

  .mob-center {
    text-align: center;
  }

  .mob-center a {
    float: none;
  }
}

@media screen and (min-width: 640px) {
  #tou-modal {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: inherit;
  }

  #tou-modal .modal-content {
    max-height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  #tou-modal {
    max-height: 75vh;
  }

  #tou-modal .tou-modal-dialog {
    max-height: 75vh;
  }

  #tou-modal button.mfp-close {
    right: -22px;
    top: -22px;
  }

  #tou-modal .modal-content {
    max-height: 75vh;
  }
}

.proof-paste-middle hr {
  margin: 50px 0;
  border-top: solid 4px #d9d9d9;
}

.blue-left-border.proof-box {
  border-left: 37px solid #7ab4e3;
  display: inherit;
  font-size: 16px;
  max-width: 100%;
  margin-top: 0px;
}

.blue-left-border.proof-box span {
  font-size: 100px;
}

@media (max-width: 767px) {
  .blue-left-border.proof-box span {
    font-size: 65px;
  }
}

.alert {
  position: fixed;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  top: 50px;
  z-index: 10;
  min-width: 50%;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  line-height: 25px;
}

.alert p {
  margin-bottom: 0px;
}

.treatment-top-section sup {
  display: inline-block;
}

.mpr br {
  display: none;
}

.pt3 {
  padding-top: 3px;
}

.proof-paste-page h1 sup {
  font-size: 30px;
}

.lactaring-title {
  position: relative;
  background: #85cba1;
  height: 2px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

.lactaring-title span {
  background: #ffffff;
  padding: 5px;
  position: absolute;
  top: -22px;
  font-size: 25px;
  color: #84caa1;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  white-space: nowrap;
}

.lactaring-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #85cba1;
  height: 60px;
  width: 2px;
}

.lactaring-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #85cba1;
  height: 60px;
  width: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lactaring-title span {
    top: -15px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .promotions-text-block span {
    font-size: 37px;
  }
}

/* checked state */

.blue-heading {
  margin: 30px 0 15px;
  font-family: "BuckwheatTC-Regular";
  font-size: 36px;
  text-transform: uppercase;
  line-height: 36px;
}

.j-vac-right {
  margin-top: -70px;
}

.j-vac-left .green-text span {
  display: inline-block;
  font-style: italic;
}

.j-vac-left .black-text .registered {
  top: -29px;
  font-weight: 700;
}

.selective-dry-cow p .dark-blue {
  font-weight: 700;
}

.cat-mid-text p strong {
  font-weight: 700;
}

.reference-column ol {
  list-style: none;
  margin: 10px 0 0 0;
}

.reference-column ol li {
  margin-bottom: 8px;
  font-size: 12px;
  position: relative;
  padding-left: 7px;
}

.reference-column ol li sup {
  top: 5px;
  left: 0;
  position: absolute;
}

.reference-column ol li.lastlist {
  padding-left: 13px;
}

.redemption-top-section ol {
  margin: 0;
  padding: 0 0 0 10px;
  counter-reset: item;
}

.redemption-top-section ol > li {
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: -20px;
  list-style-type: none;
  counter-increment: item;
}

.redemption-top-section ol > li:before {
  display: inline-block;
  width: 16px;
  padding-right: 8px;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

.mandatory .radio_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 12px 0;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}

.mandatory .radio_container input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.mandatory .radio_container input:checked + .design::before {
  top: -1px;
  left: -1px;
  opacity: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.mandatory .radio_container input:focus + .design {
  border: 1px solid #000;
}

.mandatory .radio_container input:focus + .design:before {
  background: #000;
}

.mandatory .radio_container input:focus + .design::after {
  opacity: .1;
  -webkit-transform: scale(2.6);
          transform: scale(2.6);
}

.mandatory .radio_container input:active + .design::after {
  opacity: .1;
  -webkit-transform: scale(2.6);
          transform: scale(2.6);
}

.mandatory .radio_container .design {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 100%;
  background-color: #ebebeb;
  border: solid 1px #ebebeb;
  border-radius: 100%;
}

.mandatory .radio_container .design::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.mandatory .radio_container .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: .4;
  -webkit-transition: .6s;
  transition: .6s;
}

.mandatory .radio_container .design:before {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.redemption-form .radio-group .radio_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}

.redemption-form .radio-group .radio_container input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.redemption-form .radio-group .radio_container .design {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 100%;
}

.redemption-form .radio-group .radio_container .design::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.redemption-form .radio-group .radio_container .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: .4;
  -webkit-transition: .6s;
  transition: .6s;
}

.redemption-form .radio-group .radio_container .design:before {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.redemption-form .radio_container input:checked + .design::before {
  top: -1px;
  left: -1px;
  opacity: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.redemption-form .radio_container input:focus + .design {
  border: 1px solid #000;
}

.redemption-form .radio_container input:focus + .design:before {
  background: #000;
}

.redemption-form .radio_container input:focus + .design::after {
  opacity: .1;
  -webkit-transform: scale(2.6);
          transform: scale(2.6);
}

.redemption-form .radio_container input:active + .design::after {
  opacity: .1;
  -webkit-transform: scale(2.6);
          transform: scale(2.6);
}

.product-col .product-title {
  max-width: 100%;
}

.treatment-middle-section .bottom-section p {
  font-size: 13px;
}

.set-for-success .text-col:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#d60000), color-stop(50%, #d60000), color-stop(50%, #004282), to(#004282));
  background: linear-gradient(to bottom, #d60000 0%, #d60000 50%, #004282 50%, #004282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#004282',GradientType=0 );
  border-radius: 20px 0 0 20px;
}

.set-for-success .text-col:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.proof-paste-middle .col-lg-4 p {
  position: relative;
  padding-left: 15px;
}

.proof-paste-middle .col-lg-4 p .position-absolute {
  left: 0;
  top: -7px;
}

.yellow-wrapper .radio-container {
  padding: 0;
  font-size: 1rem;
  color: #000;
}

.yellow-wrapper .radio-container [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  margin: 0;
}

.yellow-wrapper .radio-container [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ffffff;
}

.yellow-wrapper .radio-container [type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px !important;
  left: 4px;
  background: #000000;
  border-radius: 100%;
}

.yellow-wrapper .radio-container [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  margin: 0;
}

.yellow-wrapper .radio-container [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ffffff;
}

.yellow-wrapper .radio-container [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px !important;
  left: 4px;
  background: #000000;
  border-radius: 100%;
}

.yellow-wrapper .radio-container.active {
  background-color: transparent;
  border-radius: 0;
}

@media (min-width: 992px) {
  .redemption-form .mandatory label {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .redemption-form input[type="submit"] {
    float: left;
    margin-top: 20px;
  }

  .j-vac-right {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mastitis-resource {
    height: 750px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .two-tab .ceo-title p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .yellow-wrapper .radio-container {
    margin-bottom: 0;
  }

  .yellow-wrapper .radio-container [type="radio"]:checked + label:before {
    top: 6px !important;
  }

  .yellow-wrapper .radio-container [type="radio"]:not(:checked) + label:before {
    top: 6px !important;
  }

  .set-for-success .text-col:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #004282;
    border-radius: 20px 20px 0 0;
  }

  .set-for-success .text-col:after {
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .j-vac-right {
    margin-top: 0px;
  }
}

/*** Custom-Style End ***/

@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footer::after {
    background-position: -980px 50%;
  }

@-moz-document url-prefix()  {
    .yellow-wrapper .radio-container [type="radio"]:checked + label:after,
    .yellow-wrapper .radio-container [type="radio"]:not(:checked) + label:after {
      top: 9px !important;
    }

    .yellow-wrapper .radio-container {
      margin-bottom: 0;
    }

    .yellow-wrapper .radio-container [type="radio"]:checked + label:before,
    .yellow-wrapper .radio-container [type="radio"]:not(:checked) + label:before {
      top: 6px !important;
    }
}
}

@media (max-width: 575.98px) {
  .center-text {
    text-align: left;
  }

  .center-text .text-center {
    text-align: left !important;
  }
}

@media (max-width: 320px) {
  .jvac-banner {
    height: 320px;
  }
}

/* landscape */

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .jvac-banner {
    height: 630px;
  }

  .top-header::before {
    background-position: -350px 50%;
    bottom: -52px;
  }

  .redemption.top-header::before {
    bottom: -50px;
    background-position: -345px 50%;
  }
}

/* Portrait */

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .redemption.top-header::before {
    bottom: -12px;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .are-radio.radio-btn .radio-label {
    min-height: auto !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
  .top-header::before {
    background-position: -560px 50%;
  }

  .footer::after {
    background-position: -1018px 50%;
  }
}

@media only screen and (min-width: 568px) and (max-width: 568px) {
  .footer::after {
    background-position: -780px 50% !important;
  }
}

/* Landscape */

@media only screen and (max-width: 640px) and (max-height: 360px) {
  .footer::after {
    background-position: -750px 50%;
  }
}

