@font-face {
  font-family: "Lato Bold";
  src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: "Lato Black";
  src: url(../fonts/Lato-Black.ttf);
}

@font-face {
  font-family: "Lato Regular";
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: "Lato Italic";
  src: url(../fonts/Lato-Italic.ttf);
}

@font-face {
  font-family: "Tiempos Headline";
  src: url(../fonts/TiemposHeadline-Medium.otf);
}

@font-face {
  font-family: "Tiempos Headline Bold";
  src: url(../fonts/TiemposHeadline-Black.otf);
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.green {
  color: #3db54a;
}
.italic {
  font-style: italic;
}
.strike {
  text-decoration: line-through;
}
.centerBlock {
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.bold {
  font-family: "Lato Bold", sans-serif;
}

.greenHr {
  height: 70px;
  width: 4px;
  transform: rotate(90deg);
  background-color: #3db54a;
  border: none;
}

header {
  background-color: #000000;
  height: 70px;
}

header .container {
  width: 1170px;
  height: 70px;
  margin: 0 auto;
}

.phone_number {
  color: #19ac4a;
  font-family: "Lato Bold";
  font-size: 14px;
  letter-spacing: 0.88px;
  display: inline-block;
  margin-right: 30px;
}

header .shop_btn {
  border: 2px solid #19ac4a;
  /* border-radius: 100px; */
  background-color: #19ac4a;
  display: inline-block;
  color: #ffffff;
  font-family: "Lato Regular";
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  padding: 10px 35px;
}

header .wrapper {
  float: right;
  margin-top: 14px;
}

.heroOne {
  background: url("https://cdn.ultimatepetnutrition.com/images/UPN_Hero1.jpg") no-repeat 50% 22%;
  background-size: cover;
  height: 850px;
}

.heroOne .container {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

.about .container {
  width: 770px;
  margin: 0 auto;
  position: relative;
}
.heroOne_subheader {
  color: #ffffff;
  font-family: "Lato Regular";
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  padding-top: 200px;
  text-shadow: -5px 7px 25px rgba(0, 0, 0, 1);
}

.heroOne_header {
  color: #ffffff;
  font-family: "Tiempos Headline";
  font-size: 70px;
  /* font-weight: 500; */
  text-align: center;
  text-shadow: -5px 7px 25px rgba(0, 0, 0, 1);
}

.forty_in_one {
  margin-top: -18px;
  margin-bottom: -14px;
}
.heroOne .bottlePic {
  margin-top: 100px;
}

.aboutHr {
  margin-top: 80px;
}

.about {
  padding-bottom: 90px;
}

.about_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

.about_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: 32px;
}

.about_icons {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about_icon {
  display: inline-block;
  width: 32%;
}

.about_icon img {
  display: block;
  margin: auto;
  width: 100px;
  margin-bottom: 20px;
}

.about_icon p {
  text-align: center;
  font-family: "Lato Bold", sans-serif;
  font-size: 18px;
}

.vegeImg {
  position: absolute;
}

.improve {
  background-color: #f7f6f2;
  padding-top: 70px;
  padding-bottom: 50px;
}

.improve .container,
.formula .container,
.howto .container,
.reviews .container {
  width: 1170px;
  margin: 0 auto;
}

.improve_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.improve_subheader {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
}

.mushroom {
  left: -160px;
  margin-top: 45px;
}

.carrot {
  right: 0;
  top: 0;
  margin-right: -195px;
  margin-top: -55px;
}

.circle_dog_wrapper {
  display: inline-block;
  margin-top: 80px;
  vertical-align: top;
  position: relative;
}

.circle_info_wrapper {
  margin-top: 80px;
  margin-left: 20px;
  display: inline-block;
  width: 370px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.circle_info_hr {
  width: 310px;
  /* box-sizing: border-box; */
  /* color:rgba(155,155,155,0.5); */
  margin: 20px auto;
  /* border: 1px solid rgba(155,155,155,0.5); */
}

.number_circle {
  border-radius: 50%;
  color: #ffffff;
  font-family: "Lato Bold";
  background-color: #3db54a;
  text-align: center;
  display: block;
  cursor: pointer;
}

.sm_circle {
  font-size: 15px;
  width: 25px;
  height: 25px;
  padding-bottom: 2px;
  line-height: 27px;
  display: inline-block;
  margin-left: 30px;
}

.circle_info_header {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}

.circle_info_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: 24px;
  margin-left: 70px;
  margin-top: 5px;
}

.hidden {
  display: none;
}

.lg_circle {
  font-size: 22px;
  width: 35px;
  height: 35px;
  padding-bottom: 2px;
  line-height: 36px;
  position: absolute;
}

.c1 {
  top: 24%;
  right: 4%;
}

.c2 {
  top: 20%;
  right: 43%;
}

.c3 {
  top: 35%;
  right: 28%;
}

.c4 {
  top: 26%;
  left: 18%;
}

.c5 {
  top: 64%;
  right: 39%;
}

.c6 {
  top: 48%;
  left: 34%;
}

.orange {
  background-color: #ff9e32;
}

.formula {
  background-color: #f2efea;
  padding-top: 35px;
  padding-bottom: 70px;
}

.formula_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  /* margin-top:-27px;
    margin-bottom:15px; */
  position: relative;
  bottom: 28px;
}

.formula_subheader {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: 32px;
}

.formulaHr {
  margin-left: 36px;
  margin-bottom: -35px;
}

.fourCol,
.stampText {
  display: inline-block;
}

.fourCol1 {
  width: 411px;
}

.fourCol2 {
  width: 270px;
}

.fourCol3 {
  width: 243px;
}

.fourCol4 {
  width: 234px;
}

.fourCol4 img {
  height: 90px;
}

.formulaStamps {
  width: 100px;
  vertical-align: text-bottom;
}

.stampText {
  color: #53565a;
  font-family: "Lato Bold";
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 22px;
  vertical-align: top;
}

.stampText1 {
  margin-top: 20px;
  margin-left: 20px;
}

.stampText2 {
  margin-top: 39px;
  margin-left: 20px;
}

.stampText3 {
  margin-top: 10px;
  margin-left: 20px;
}

.threeCol {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-top: 60px;
}

.ingImg {
  height: 250px;
}

.ingText {
  color: #53565a;
  font-family: "Lato Bold";
  font-size: 24px;
  line-height: 22px;
  text-align: center;
}

.ingSubText {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 18px;
}

.ingText1 {
  margin-top: 8px;
}

.ingText3 {
  margin-top: 25px;
}

.howto {
  padding-top: 80px;
}

.howto .container {
  padding-bottom: 90px;
}

.howto .greenHr {
  margin-left: 108px;
}

.howto_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  /* width: 470px; */
  text-align: center;
  margin-bottom: 30px;
  /* margin-top: -20px; */
  /* margin-left: 75px; */
}

.howto .greenHr {
  margin: 0 auto;
}

.howto_text {
  width: 470px;
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  width: 510px;
  display: inline-block;
  margin-left: 75px;
  vertical-align: top;
}

.dogChart {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 54px;
  margin-top: 30px;
  width: 550px;
}

.steps {
  display: inline-block;
  max-width: 31.3%;
  vertical-align: top;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  height: 526px;
}

.step2 {
  margin: 0 30px;
}

.steps_img {
  width: 100%;
  margin-top: 30px;
}

.step_header {
  color: #19ac4a;
  font-family: "Lato Bold";
  font-size: 24px;
  line-height: 22px;
  padding: 0px 30px;
  margin-top: -55px;
}

.step_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 22px;
  padding: 5px 30px 15px;
}

.step_caption {
  color: #9b9b9b;
  font-family: "Lato Regular";
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  padding: 0px 30px;
}

.reviews {
  background-color: #f2efea;
  padding-bottom: 90px;
  padding-top: 50px;
}

.reviews .greenHr {
  margin: 0 auto;
}

.reviews_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin-top: -20px;
}

.rating_total {
  color: #3db54a;
  font-family: "Lato Regular";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  display: inline-block;
  vertical-align: bottom;
}

.reviewsTotalStarWrapper {
  text-align: center;
  margin: 10px 0px 30px;
}

.review {
  height: 410px;
  background-color: #ffffff;
  border-top: 10px solid #3db54a;
  width: 485px;
  padding: 45px 35px 30px;
  margin-left: 15px;
  position: relative;
}

#reviewDog3 {
  width: 100px;
}

.review_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.review_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 15px;
}

.long_review {
  font-size: 14px;
  line-height: 19px;
}

.varied_result {
  color: rgba(83, 86, 90, 0.57);
  font-family: "Lato Italic";
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 24px;
}

.userDate {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}

.review hr {
  color: #979797;
  margin: 7px 0px 20px;
  width: 100%;
}

.review_stars {
  margin-bottom: 9px;
}

.starTotal {
  margin-right: 10px;
}

.bottom_section {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}

.shopNow {
  width: 200px;
  /* border-radius: 100px; */
  background-color: #ff9e32;
  color: #ffffff;
  font-family: "Lato Bold";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2.57px;
  line-height: 14px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0px;
  margin-top: 60px;
}

.thrive {
  background: url("../images/Purchase-Background@1x.jpg") no-repeat;
  background-size: cover;
  height: 468px;
  padding-top: 242px;
  position: relative;
}

.thrive .container {
  width: 970px;
  margin: 0 auto;
}

.thrive_header {
  color: #ffffff;
  font-family: "Tiempos Headline";
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: -5px 7px 25px rgba(0, 0, 0, 1);
}

.orderWrapper {
  height: 394px;
  width: 880px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 45px;
}

.bottle {
  height: 100%;
  width: 393px;
  display: inline-block;
  background-color: #f8f8f8;
}

.bottle_img {
  margin: 0 auto;
}

.orderOptionWrapper {
  display: inline-block;
  width: 435px;
  vertical-align: top;
  margin-left: 47px;
}

.orderOption {
  height: 51px;
  width: 134px;
  border: 2px solid #53565a;
  display: inline-block;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}

.active {
  opacity: 1;
}

.option2 {
  margin: 0 6px;
}

.order_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
}

.order_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 24px;
  margin: 7px 0px 54px;
}

.shipping {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.num_of_bottles {
  color: #53565a;
  font-family: "Lato Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 7px;
  text-align: center;
}

.save {
  height: 23px;
  width: 136px;
  color: #ffffff;
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: #3cb64b;
  position: absolute;
  top: 0;
  left: -2px;
  margin-top: -27px;
  border: 1px solid #3cb64b;
}

.price {
  color: #19ac4a;
  font-family: "Lato Regular";
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 36px;
}

.usd {
  font-size: 18px;
}

.retail {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  letter-spacing: 0.64px;
  line-height: 36px;
  margin-top: -10px;
}

#order_buyNow {
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: 44px;
}

.orderPriceWrapper {
  display: inline-block;
  margin-right: 49px;
}

.promise {
  background-color: #53565a;
  z-index: -1;
  padding-top: 790px;
}

.promise .container {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

.promise .wrapper {
  position: absolute;
  bottom: 0;
  margin-bottom: 120px;
}

.promise_header {
  color: #ffffff;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  width: 470px;
  margin-bottom: 15px;
  margin-top: -27px;
}

.promise_text {
  color: #ffffff;
  font-family: "Lato Regular";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  width: 470px;
}

.promise .greenHr,
.docInfo .greenHr {
  margin-left: 33px;
}

.doggo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.guarantee {
  width: 170px;
  position: absolute;
  right: 34%;
  bottom: 0;
  margin-bottom: 285px;
}

.flex {
  padding: 47px 0px;
}

.flex .container {
  width: 1105px;
  margin: 0 auto;
}

.flex_header {
  width: 270px;
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 25px;
  line-height: 35px;
  display: inline-block;
}

.featuredImg {
  display: inline-block;
  margin-left: 43px;
  vertical-align: text-bottom;
}

.abc {
  margin-left: 7px;
}

.pbs {
  margin-bottom: 9px;
}
.cnn {
  margin-bottom: 13px;
}
.cbs {
  margin-bottom: 16px;
}

.aboutDoc {
  background-color: #f2efea;
  height: 659px;
}

.aboutDoc .container {
  width: 1440px;
  margin: 0 auto;
}

.richterBook {
  display: inline-block;
  vertical-align: top;
}

.docInfo {
  display: inline-block;
  width: 36%;
  padding-top: 90px;
  padding-left: 100px;
}

.docInfo_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-top: -21px;
  margin-bottom: 14px;
}

.docInfo_text {
  color: #53565a;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.faq .container {
  width: 770px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 90px;
}

.faq_hr {
  margin: 22px 0px;
}

.plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: relative;
  width: 21px;
  float: right;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #19ac4b;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 13px;
  transition: transform 500ms ease;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

.hidden-answer {
  display: none;
}

.faq_header {
  color: #53565a;
  font-family: "Tiempos Headline";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 35px;
}

.question {
  color: #62676b;
  font-family: "Lato Regular";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  cursor: pointer;
}

.answer {
  color: #62676b;
  font-family: "Lato Regular";
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-top: 10px;
}

.supFacts {
  width: 100%;
  margin-top: 10px;
}

footer {
  background-color: #53565a;
  padding: 34px 0px;
}

footer .container {
  width: 1170px;
  margin: 0 auto;
}

.footer_text {
  color: #ece9e0;
  font-family: "Lato Regular";
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin: 0px 171px 0px 39px;
}

.footer_links {
  display: inline-block;
  color: #3db54a;
  font-family: "Lato Regular";
  font-size: 14px;
  letter-spacing: 0.82px;
  line-height: 24px;
  text-align: right;
}

.footer_list {
  list-style: none;
  display: inline-block;
}

.footer_logo {
  vertical-align: middle;
}

.privacy {
  margin-right: 33px;
}

.slick-dots {
  bottom: -41px;
}
.slick-dots li.slick-active button:before {
  color: #19ac4b;
}
.slick-dots li button:before {
  font-size: 12px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 45px;
  color: #19ac4b;
  margin-left: -20px;
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -60px;
}

.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 0.7s;

  animation-name: flash-animation;
  animation-duration: 0.7s;
}

@-webkit-keyframes flash-animation {
  from {
    background: white;
  }
  to {
    background: default;
  }
}

@keyframes flash-animation {
  from {
    background: white;
  }
  to {
    background: default;
  }
}
