body {
  font-family: 'Montserrat', sans-serif;
  background-size: cover;
  font-size: 1rem;
  color: #494949;
  /*font-family: 'Hind', sans-serif;*/
  font-weight: 500;
}


body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

*:hover,
*:focus {
  outline: none !important;
  text-decoration: none !important;
  /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.row {
  display: -webkit-flex;
}

img {
  max-width: 100%;
}

* {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: bold;
}

section {
  position: relative;
}


.row:before,
.row:after {
  width: 0px;
  height: 0px;
  content: "";
}

.align-items-center {
  -webkit-align-items: center;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.justify-content-between {
  -webkit-justify-content: space-between;
}


/*=====================START=====================*/

#top-bar {
  background: #F29500;
  overflow: hidden;
}

.color-FFED12 {
  color: #FFED12;
}

#top-bar p {
  font-weight: 600;
}

/*======================END======================*/


/*=====================START=====================*/

* {
  margin: 0;
  padding: 0;
}

.nav-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}

.nav-links a {
  color: #01273F;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 0px 12px 0px;
  position: relative;
  margin-right: 30px;
  font-weight: 500;
}

.nav-links a:hover {
  color: #F29500 !important;
}

.nav-links a:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s transform ease;
  -o-transition: .3s transform ease;
  transition: .3s transform ease;
  background: #F29500;
}

.nav-links a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-links a.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-brand {
  width: 280px;
}

.nav-links {
  width: calc(100% - 280px);
  text-align: right;
}

.menu-open {
  display: none;
}

.close {
  display: none;
}

.nav-links a:nth-child(5) {
  margin-right: 0px;
}

.nav-container {
  padding: 15px 0px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 99;
  background: #fff;
}

@media screen and (max-width:767px) {
  .nav-links {
    position: fixed;
    max-width: 250px;
    right: -100%;
    background: #fff;
    height: 100vh;
    top: 0px;
    z-index: 99;
    padding-top: 60px;
    width: 70%;
    -webkit-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .nav-links.show {
    right: 0px;
  }

  .nav-links a {
    display: block;
    padding: 12px 15px 12px 15px;
    position: relative;
    margin-right: 0px;
    text-align: center;
  }

  .nav-cart img {
    max-width: 35px;
  }

  .nav-brand {
    width: 160px;
  }

  .menu-open {
    display: inline-block;
    margin-right: 15px;
  }

  .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 2px;
  }

  body.noScroll {
    overflow: hidden;
    height: 100vh;
  }
}

/*======================END======================*/


/*=====================START=====================*/

.dog-love h1 {
  color: #01273F;
  font-size: 2.05rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dog-love p {
  font-size: 1.25rem;
  color: #48AA00;
  font-weight: 600;
}

.hero-left {
  width: calc(50% - 50px);
}

.hero-img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.f-600 {
  font-weight: 600;
}

a {
  color: inherit;
}

a:hover img {
  transform: scale(1.1);
}

.hero-points p {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-size: 1.125rem;
}

.hero-points p:nth-child(1):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/Icon-awesome-flag-usa.png);
  width: 25px;
  height: 25px;
  background-size: 25px;
  top: 1px;
  left: 0px;
  background-repeat: no-repeat;
}

.hero-points p:nth-child(2):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/Component.png);

  width: 25px;
  height: 25px;
  background-size: 25px;
  top: -2px;
  left: 0px;
  background-repeat: no-repeat;
}

.hero-points p:nth-child(3):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/Icon-awesome-shipping-fast.png);
  width: 25px;
  height: 25px;
  background-size: 25px;
  top: 1px;
  left: 0px;
  background-repeat: no-repeat;
}

.ml-30 {
  margin-left: 30px;
}

.review-head span {

  color: #48AA00;
  font-weight: 700;

}

.review-head {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.lck img {

  position: relative;
  bottom: 2px;
  margin-right: 6px;

}

.review-box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.review-user {
  width: 60px;
}

.review-content {
  width: calc(100% - 85px);
}

.vet {
  position: relative;
  padding-left: 24px;
  font-style: italic;
  font-weight: 400;
}

.vet:after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/shield.png);
  width: 16px;
  height: 22px;
  background-size: 16px;
  top: 1px;
  left: 0px;
  background-repeat: no-repeat;
}

.review-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 9;
  width: 55%;
  margin-top: 50px;
}

.Path1 {
  position: absolute;
  top: -20px;
  left: 0px;
}

.Path2 {
  position: absolute;
  bottom: -20px;
  right: 0px;
}

#hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  top: 0px;
}

.nav-brand a img:hover {
  transform: scale(1.0);
}

.mob-hero {
  display: none;
}

/*======================END======================*/


/*=====================START=====================*/

.logo-area {
  background: #48AA00;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.amazon-logo {
  position: relative;
  top: 10px;
}

.color-D5190A {
  color: #D5190A;
}

.color-01273F {
  color: #01273F;
}

.color-48AA00 {
  color: #48AA00;
}

.veterina-hd {
  margin-top: 40px;
}

/*======================END======================*/


/*=====================START=====================*/

.table-box {

  margin: 20px auto 0px;
}

.tab-right {
  max-width: 500px;
  margin-left: auto;
}

.tab-head {
  border-top: 1px solid #707070;
  padding: 8px 0px;
}

.f-20 {
  font-size: 1.25rem;
}

.tab-row {
  border-top: 1px solid #707070;
  padding: 5px 0px;
}

.tab-row p:nth-child(1) {
  width: 250px;
  margin-bottom: 0px;
}

.tab-row img {
  width: 60px;
}

.tab-scoop .row {
  align-items: center;
  -webkit-align-items: center;
}

.tab-scoop {
  padding: 60px 0px;
  position: relative;
}

.tab-scoop:after {
  position: absolute;
  content: "";
  width: calc(50% - 250px);
  height: 100%;
  background: #EDF7E6;
  top: 0px;
  z-index: -1;
}

.bakground-box-right.tab-scoop:after {
  position: absolute;
  content: "";
  width: calc(50% - 250px);
  height: 100%;
  background: #EDF7E6;
  top: 0px;
  z-index: -1;
  right: 0px;
}

.vet-wth-text {
  max-width: 500px;
}

.bakground-box-right .review-box {
  width: calc(100% + 115px);
}

.coat-box {
  position: relative;
  padding-left: 30px;

}

.coat-box:after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/paw.png);
  width: 20px;
  height: 20px;
  background-size: 20px;
  top: 2px;
  left: 0px;
  background-repeat: no-repeat;
}

/*======================END======================*/


/*=====================START=====================*/

#dg-btn {
  background-color: #48AA00;

  color: #fff;
  text-align: center;
  position: relative;
}

.n-pro {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100px;
}

#dg-btn .d-flex p {
  width: calc(100% - 440px);
  font-size: 1.1rem;
}

#dg-btn .d-flex a {
  width: 300px;
}

#dg-btn .d-flex .s9-d {
  width: 80px;
  margin-right: -20px;
}

#dg-btn .d-flex {
  padding: 20px 0px 20px 100px;
}


/*======================END======================*/


/*=====================START=====================*/

.sep-div {
  background: #02263F;
  padding: 30px 0px;
  position: relative;
}

.sep-div-btn a:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

.sep-div:before {
  position: absolute;
  content: "";
  background: url(../../images/index-new/ball-2.png);
  bottom: 0px;
  left: 0px;
  width: 80px;
  height: 58px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.sep-div:after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/ball-1.png);
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background-size: 70px;
  background-repeat: no-repeat;
}

#sec-4 {
  padding: 30px 0px;
}

.s4-box-container {
  margin-top: 40px;
}

.box-inr {
  background: #F7F7F7;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  min-height: 130px;
}

.box-inr img {
  width: 55px;
}

.box-inr p {
  width: calc(100% - 75px);
}

.s4-cen-box {
  padding: 80px;
}

.s4-left-box .box-inr:nth-child(1):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-1.png);
  top: 50px;
  right: -250px;
  width: 235px;
  height: 45px;
  background-size: 235px;
  
}

.s4-left-box .box-inr:nth-child(2):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-3.png);
  top: 45px;
  right: -151px;
  width: 135px;
  height: 60px;
  background-size: 135px;
  background-repeat: no-repeat;
}

.s4-left-box .box-inr:nth-child(3):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-5.png);
  top: 20px;
  right: -232px;
  width: 210px;
  height: 70px;
  background-size: 200px;
  background-repeat: no-repeat;
  z-index: 9;
}

.s4-right-box .box-inr:nth-child(1):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-2.png);
  top: 30px;
  left: -230px;
  width: 220px;
  height: 125px;
  background-size: 220px;
  background-repeat: no-repeat;
}

.s4-right-box .box-inr:nth-child(2):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-4.png);
  top: 20px;
  left: -172px;
  width: 155px;
  height: 21px;
  background-size: 155px;
  background-repeat: no-repeat;
}

.s4-right-box .box-inr:nth-child(3):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/arw-6.png);
  top: 4px;
  left: -158px;
  width: 220px;
  height: 130px;
  background-size: 150px;
  background-repeat: no-repeat;
  z-index: 9;
}

.sep-div2 {
  background: #02263F;
  padding: 30px 0px;
  position: relative;
}

/*======================END======================*/


/*=====================START=====================*/

.sep-div2 {
  background: #48AA00;
  padding: 30px 0px;
  position: relative;
}

.f-25 {
  font-size: 1.563rem;
}

.f-700 {
  font-weight: 700;
}

.usa {
  margin-left: auto;
  display: table;
}

/*======================END======================*/


/*=====================START=====================*/

#sec-5 {
  padding: 40px 0px;
  background: #fffaf2;
}

.pro-bx {
  width: 32%;
}

.pro-bx-container {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 80px;
}

.pro-bx {
  border: 2px solid #48AA00;
  padding: 20px;
  border-radius: 6px;position: relative;
    overflow: hidden;
}

.pro-title h3 {
  color: #48AA00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 15px;
}

.pro-price .price-txt span {
  color: #02263F;
  text-decoration: line-through;
  font-size: 1.375rem;
  font-weight: 400;
}

.pro-price .price-txt span:hover {
  text-decoration: line-through !important;
}

.pro-price .price-txt {
  color: #F29500;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 30px;
}

.save-txt {
  color: #02263F;
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.pro-img {
  margin: 20px 0px;
}

.pro-bx-container .pro-bx:nth-child(2) {
 
}

.bst-dl {
  background: #D5190A;
  color: #ffff;
  padding: 2px 0px;
  font-weight: 500;
}

.bst-dl {
  position: absolute;
  background: #D5190A;
  color: #ffff;
  padding: 2px 0px;
  font-weight: 500;
  width: 100%;
  left: -100px;
  top: 20px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}

.bst-dl p {
  font-size: 12px;
  font-weight: 600;
}

.pro-title h4 {
  color: #01273F;
  font-weight: 700;
  font-size: 1.4rem;
}

.pro-shipping img {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.popular-deal {
  border: 3px solid #48AA00;
  background: #F4FAF1;
  overflow: hidden;
  top: -50px;
}

/*======================END======================*/


/*=====================START=====================*/

#ingrdnt {
  padding: 50px 0px 0px;
}

.ingrdnt-box {
  width: calc(20% - 5px);
  margin-bottom: 15px;
  min-height: 380px;
}

.ingrdnt-box img {
  width: 100%;
}

.ind-text {
  text-align: center;
  margin: 20px auto 10px;
  width: 100%;
}

.f-800 {
  font-weight: 800;
}

.ingrdnt-wrapper {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.mb-30 {
  margin-bottom: 30px;
}

h2 {
  text-transform: uppercase;

  font-size: 1.7rem;

}

/*======================END======================*/


/*=====================START=====================*/

.carousel-control-prev {
  right: 160px;
  top: -70px;
  height: 30px;
  left: inherit;
  opacity: 1;
  width: 25px;
}

.carousel-control-next {
  right: 0px;
  top: -70px;
  height: 30px;
  opacity: 1;
  width: 25px;
}

.carousel-indicators {
  bottom: inherit;
  top: -78px;
  right: 30px;
  left: inherit;
  margin: 0px !important;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 16px;
  height: 25px;
  background: no-repeat 50%/100% 100%;
  background-image: url(../../images/index-new/right.png);
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: inherit;
  height: 3px;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  padding: 0px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}


.carousel-control-prev-icon {
  background-image: url(../../images/index-new/left.png);
}

#sec-review .bnr-btn {
  margin: 0px 0px 0px;
}

.pro-btn a:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

#sec-review {
  background: url(../../images/index-new/review-bg.png) no-repeat no-repeat;
  background-size: cover;
  padding: 40px 0px;
  background-position: center top;
}

.review-boxes-container {
  border-top: 1px solid #FFF;
  padding: 30px 0px;
  position: relative;
}

.r-box-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.r-box-con {
  width: 32%;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  height: fit-content;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0px;
  background: transparent;
}

.carousel-indicators .active {
  color: #ffbe0d !important;
}

.guarantee-img {
  width: 100px;
  margin-right: 30px;
}

.usa-img {
  width: 100px;
  margin-left: 30px;
}

.nav-cart {
  display: none;
}

#sec-review .bnr-btn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.guarantee-img,
.usa-img {
  width: 100px;
}

#sec-review .bnr-btn a {
  width: 400px;
}


/*======================END======================*/


/*=====================START=====================*/

.card-header {
  padding: 0.5rem 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 2px solid #01273F;
}

.card {
  border: 0px solid rgba(0, 0, 0, .125);
  background: transparent;
}

.card-header a.btn {
  font-weight: 600;
  color: #494949;
  padding-left: 0px;
  text-align: left;
  padding-right: 40px;
}

.card-header a.btn:hover {
  color: #494949 !important;
}

.card-body {
  padding-left: 0px;
}

.card-header .btn:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  color: #494949;
  position: absolute;
  right: 10px;
  width: 20px;
  top: 22px;
}

.card-header .btn.collapsed:after {
  content: "\f067";
  color: #494949;
  position: absolute;
  right: 10px;
  width: 20px;
  top: 22px;
}

#sec-10 {
  background: #FFFAF2;
  padding: 50px 0px;
}

/*======================END======================*/


/*=====================START=====================*/

footer {
  background: #fff;
  padding: 40px 0px 20px;
}

.ftr-link {
  color: #01273F;
}

.ftr-link a,
.ftr-link a:hover {
  color: #01273F !important;
  font-weight: 600;
  text-decoration: none;
}

.contact-link a:nth-child(1) {
  position: relative;
  padding-left: 30px;
}

.contact-link a,
.contact-link a:hover {
  display: block;
  color: #01273F;
  text-decoration: none;
}

.contact-link a:nth-child(2) {
  position: relative;
  padding-left: 30px;
}

.contact-link a:nth-child(1):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/email.png);
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-link a:nth-child(2):after {
  position: absolute;
  content: "";
  background: url(../../images/index-new/call.png);
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.f-12 {
  font-size: 14px;
}

/*======================END======================*/


/*=====================START=====================*/
/*======================END======================*/
