:root {
  --red: #A31521;
  --light-green: #C9CDBC;
  --dark-green: #8B9B7E;
  --light-brown: #A29867;
  --dark-brown: #665E3A;
  --light-bg: #FAF9F5;
}

/* HEADER */
.header-top {
  width: 100%;
  min-height: 52px;
  color: #fff;
  background: var(--dark-brown);
}

.header-top-right a.social-icon {
  color: var(--dark-brown);
}

.carousel-caption {
  background: url('../images/smartpup-banner-bg.png');
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*margin-top: 80px;*/
  /*font-size: 40px;*/
  font-weight: 600;
  left: 0;
  right: 0;
  width: 50%;
  height: 320px;
  margin: 0px auto;
  line-height: 1.2;
}

.carousel-caption .title {
  color: #000;
}

.carousel-caption .text {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-shadow: none;
}

@media (max-width:1200px) {
  .carousel-caption {
    width: 60%;
  }
}

@media (max-width:1100px) {
  .carousel-caption {
    padding: 20px;
    height: 250px;
  }

  .carousel-caption .title {
    font-size: 30px;
  }

  .carousel-caption .text {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .carousel-caption {
    padding: 10px;
    height: 220px;
  }

  .carousel-caption .title {
    font-size: 26px;
  }

  .carousel-caption .text {
    font-size: 16px;
  }
}

@media (max-width:650px) {
  .carousel-caption {
    padding: 10px;
    height: 210px;
  }

  .carousel-caption .title {
    font-size: 20px;
  }

  .carousel-caption .text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .carousel-caption .btn-warning {
    font-size: 18px;
  }
}

@media (max-width:600px) {
  .carousel-caption {
    padding: 10px;
    height: 140px;
    width: 80%;
  }

  .carousel-caption .title {
    font-size: 16px;
  }

  .carousel-caption .text {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#footer_wrapper {
  background: #3D3822;
}

#footer_wrapper .social-icon {
  color: #3D3822;
}

#final_wrapper {
  background-color: #302D1C;
}

.smartpup-section2 {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.smartpup-section2 .smartpup-wrapper {
  background: var(--dark-brown);
  height: 100%;
}

.smartpup-section2 .text-section {
  padding: 40px;
  text-align: center;
}

.smartpup-section2 .text-section .title {
  color: #fff;
  display: block;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
}

.smartpup-section2 .text-section .subtitle {
  color: #000;
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.smartpup-section2 .text-section .text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width:1100px) {
  .smartpup-section2 .text-section .text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.smartpup-section3 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.smartpup-section3 .title {
  display: block;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}

.smartpup-section3 .text {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}

.smartpup-section4 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.smartpup-section4 .section4-wrapper {
  background: var(--light-bg);
  padding: 40px;
  line-height: 1.2;
}

.smartpup-section4 .section4-wrapper .top-left {
  background: url('../images/about-top-left.png');
  width: 65px;
  height: 62px;
  position: absolute;
  top: 30px;
  left: 40px;
}

.smartpup-section4 .section4-wrapper .bottom-right {
  background: url('../images/about-bottom-right.png');
  right: 40px;
  bottom: 30px;
  position: absolute;
  width: 65px;
  height: 62px;
}

.smartpup-section4 .section4-inner {
  padding: 40px;
}

.smartpup-section4 .title {
  display: block;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

.smartpup-section4 .text {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}

.smartpup-section5 {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.2;
}

.smartpup-section5 .main-title {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.smartpup-section5 .title {
  font-size: 40px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  color: var(--dark-brown);
}

.smartpup-section5 .subtitle {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: var(--dark-brown);
}

.smartpup-section5 .text {
  font-size: 22px;
  display: block;
  margin-bottom: 40px;
  line-height: 1.2;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width:767px) {

  .owl-prev,
  .owl-next {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }

  .owl-prev {
    left: -10px;
  }

  .owl-next {
    right: -10px;
  }

  .owl-prev i,
  .owl-next i {
    transform: scale(5, 3.5);
    color: #E3E6DD;
  }
}

@media (max-width:768px) {

  .owl-next,
  .owl-prev {
    display: none;
  }
}

.smartpup-section-breed {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.smartpup-section-breed .smartpup-wrapper {
  background: #302D1A;
  height: 100%;
  border-top-right-radius: 150px;
  text-align: center;
}

.smartpup-section-breed .text-section {
  padding: 40px;
  text-align: center;
}

.smartpup-section-breed .text-section .title {
  color: #fff;
  display: block;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
}

.smartpup-section-breed .text-section .subtitle {
  color: #000;
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.smartpup-section-breed .text-section .text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.smartpup-section-breed .smartpup-selection-right {
  padding: 40px;
}

.smartpup-section-breed .banner-bones {
  background: url('../images/banner-bones.png');
  position: absolute;
  background-size: contain;
  width: 127px;
  height: 130px;
  right: -50px;
  top: -50px;
}

@media (max-width:991px) {
  .smartpup-section-breed .smartpup-wrapper {
    border-top-right-radius: 75px;
  }

  .smartpup-section-breed .banner-bones {
    width: 100px;
    height: 102px;
    background-size: contain;
    right: -35px;
    top: -50px;
    z-index: -1;
  }

  .smartpup-section-breed .smartpup-selection-right {
    padding: 40px 10px;
  }
}

@media (max-width:767px) {
  .smartpup-section-breed .background-img {
    border-top-right-radius: 75px !important;
  }
}

@media (max-width:600px) {
  .smartpup-section-breed .smartpup-wrapper {
    border-top-right-radius: 50px;
  }

  .smartpup-section-breed .banner-bones {
    width: 50px;
    height: 51px;
    right: -20px;
    top: -20px;
  }

  .smartpup-section-breed .background-img {
    border-top-right-radius: 50px !important;
  }
}

@media (max-width:1100px) {
  .smartpup-section-breed .text-section .text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.smartpup-section-breed .text-section select {
  width: auto;
  margin: auto;
  display: inline-block;
}

.smartpup-section-breed .text p {
  font-size: 20px;
}

.smartpup-section-breed .select-size-help {
  display: inline-block;
  color: #fff;
  font-size: 22px;
}

.smartpup-section-breed .select-size-help a {
  color: var(--light-brown);
  transition: 0.5s;
}

.smartpup-section-breed .select-size-help a:hover {
  color: #fff;
}

.smartpup-box-banner {
  background: #302D1A;
  width: 100%;
  height: 200px;
  border-top-right-radius: 150px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

.smartpup-box-banner .title {
  font-size: 36px;
  font-weight: 600;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}

.smartpup-box-banner p {
  font-size: 18px;
}

.smartpup-box-banner .banner-bones {
  background: url('../images/banner-bones.png');
  position: absolute;
  background-size: contain;
  width: 127px;
  height: 130px;
  right: -50px;
  top: -50px;
}

@media (max-width:991px) {
  .smartpup-box-banner {
    border-top-right-radius: 75px;
  }

  .smartpup-box-banner .banner-bones {
    width: 100px;
    height: 102px;
    background-size: contain;
    right: -35px;
    top: -50px;
    z-index: -1;
  }
}

@media (max-width:600px) {
  .smartpup-box-banner {
    border-top-right-radius: 50px;
  }

  .smartpup-box-banner .banner-bones {
    width: 50px;
    height: 51px;
    right: -20px;
    top: -20px;
  }
}

.smartpup-box-banner .change-icon {
  position: absolute;
  right: 80px;
  top: 20px;
}

@media (max-width:991px) {
  .smartpup-box-banner .change-icon {
    position: absolute;
    right: 40px;
    top: 20px;
  }
}

@media (max-width:767px) {
  .smartpup-box-banner .title {
    font-size: 30px;
    margin-top: 30px;
  }
}

@media (max-width:640px) {
  .smartpup-box-banner .change-icon {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .smartpup-box-banner .change-icon img {
    width: 70%;
  }

  .smartpup-box-banner .title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .smartpup-box-banner p {
    font-size: 14px;
  }
}

.smartpup-testimonials-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.2;
}

.smartpup-testimonials-wrapper .main-title {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.smartpup-testimonials-wrapper .title {
  font-size: 40px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  color: var(--dark-brown);
}

.smartpup-testimonials-wrapper .subtitle {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: var(--dark-brown);
}

.smartpup-testimonials-wrapper .text {
  font-size: 22px;
  display: block;
  margin-bottom: 40px;
  line-height: 1.2;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width:767px) {

  .owl-prev,
  .owl-next {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }

  .owl-prev {
    left: -10px;
  }

  .owl-next {
    right: -10px;
  }

  .owl-prev i,
  .owl-next i {
    transform: scale(5, 3.5);
    color: #E3E6DD;
  }
}

@media (max-width:768px) {

  .owl-next,
  .owl-prev {
    display: none;
  }
}

.smartpup-box-selection {
  margin-top: 0px;
  /*margin-bottom: 30px;*/
}

.smartpup-box-selection .box1 {
  background: var(--light-green);
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.smartpup-box-selection .box2 {
  background: var(--dark-green);
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.smartpup-box-selection .box3 {
  background: var(--dark-brown);
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.smartpup-box-selection .title {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.smartpup-box-selection .title .first-word {
  color: #fff;
}

.smartpup-box-selection .description {
  line-height: 1.5;
  font-size: 20px;
}

.smartpup-box-selection .price {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  /*margin-top: 30px;*/
  margin-bottom: 30px;
}

.smartpup-box-selection .price .month {
  font-size: 18px;
}

.smartpup-help-text {
  /*margin-top: 30px;*/
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 40px;
  color: #fff;
  background: var(--light-brown);
}