.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav {
  background-color: #fff;
  border-bottom: 1px solid #f7f4f4;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav_btn {
  color: #fff;
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 23px;
  padding: 11px 41px;
  font-family: Interstate, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
}

.nav_btn:hover {
  background-color: #233871;
}

.nav_btn.w--current {
  color: #fff;
}

.brand {
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav_link {
  color: #233871;
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: Interstate, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: color .5s cubic-bezier(.455, .03, .515, .955);
}

.nav_link:hover, .nav_link.w--current {
  color: #ea2227;
}

.body {
  transition: background-color .5s;
}

.hero {
  height: 85vh;
}

.h1_hero {
  color: #fff;
  letter-spacing: 2px;
  font-family: Gd boing, sans-serif;
  font-size: 3.3em;
  line-height: 1.1em;
}

.cta_btn {
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 53px;
  padding: 12px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .5s;
}

.cta_btn:hover {
  background-color: #233871;
}

.cta_btn.footer_btn {
  float: right;
  margin-top: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Interstate, sans-serif;
  font-size: 14px;
}

.cta_btn.hero_cta_btn2 {
  margin-top: 14px;
  display: none;
}

.cta_btn.cta_hero {
  margin-top: 0;
}

.hero_col {
  padding-top: 26vh;
  padding-left: 5vw;
}

.h1 {
  color: #233871;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 54px;
  margin-bottom: 26px;
  font-family: Gd boing, sans-serif;
  font-size: 3.7em;
  line-height: 1.1em;
}

.h1.h1_adjust {
  margin-bottom: 0;
}

.h1.h1_login {
  letter-spacing: -1px;
  margin-top: 11px;
  margin-bottom: 7px;
  line-height: 1.1em;
}

.section1 {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 110px;
}

.text {
  color: #233871;
  text-align: justify;
  margin-top: 50px;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.img {
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27));
}

.slide.slide1 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/CB_PuppyDay_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/IMG_8033.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.slide3 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/CB_sobe_3.jpg');
  background-position: 0 0, 50% 18%;
  background-size: auto, cover;
}

.arrows {
  display: none;
}

.section2 {
  text-align: center;
  background-color: #b9dbe5;
  border-top-width: 1px;
  border-top-color: #ececec;
  padding: 110px 68px 62px;
}

.weather_embedd {
  z-index: 100;
  background-color: #233871;
  border-radius: 15px;
  margin-left: 75px;
  margin-right: 75px;
  position: relative;
  top: -45px;
  overflow: hidden;
}

.h2 {
  color: #233871;
  margin-top: 1px;
  margin-bottom: 26px;
  font-family: Interstate, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.h2.h2_contact {
  text-align: left;
  margin-bottom: 10px;
  font-family: Gd boing, sans-serif;
}

.h3 {
  color: #233871;
  margin-top: 0;
  font-family: Gd boing, sans-serif;
  font-size: 29px;
  line-height: 20px;
}

.h3.h3_pricing {
  text-align: left;
  margin-bottom: 23px;
  margin-left: 12px;
  line-height: 33px;
}

.h3.h3_pricing_misc {
  text-align: left;
  margin-bottom: 0;
  margin-left: 12px;
  line-height: 33px;
}

.info_col {
  width: 400px;
  height: 602px;
  float: right;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 52px 114px 50px;
}

.info_col.info_col2 {
  float: left;
  padding-bottom: 32px;
  padding-left: 39px;
  padding-right: 39px;
}

.info_text_white {
  color: #233871;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.info_columns {
  margin-bottom: 0;
  padding-left: 111px;
  padding-right: 111px;
}

.link_text {
  color: #6ca5b6;
  text-decoration: none;
}

.section {
  padding-top: 18px;
  padding-bottom: 110px;
}

.h3_adjust {
  font-size: 16px;
}

.footer {
  background-color: #233871;
  padding-top: 36px;
  padding-bottom: 30px;
}

.footer_div1 {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 17px;
  display: block;
}

.footer_links {
  color: #fff;
  padding: 29px 16px;
  font-family: Interstate, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s;
}

.footer_links:hover {
  color: #b9dbe5;
}

.footer_link_div {
  float: right;
}

.column {
  padding-left: 28px;
  padding-right: 28px;
}

.sm_div {
  float: right;
  flex: none;
  order: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
}

.sm_link {
  color: #fff;
  margin-right: 13px;
  font-family: Materialiconsround;
}

.footer_div2 {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.footer_div3 {
  text-align: center;
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.sm_text {
  color: #fff;
  margin-right: 10px;
  font-family: Interstate, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 3px;
}

.footer_text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.footer_text_link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s;
}

.footer_text_link:hover {
  color: #b9dbe5;
}

.nav-menu {
  padding-right: 20px;
}

.top_sm_div {
  height: 44px;
  background-color: #233871;
  padding-right: 19px;
}

.sm_div_footer {
  float: right;
  flex: none;
  order: 0;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
}

.top_image {
  text-align: center;
  padding-top: 73px;
  padding-bottom: 8px;
}

.price_sec1 {
  text-align: center;
  padding-bottom: 96px;
}

.pricing_col1 {
  border: 2px solid #e4e9ea;
border-radius: 0 11px 11px 0;
  border-left-width: 0;
    padding: 53px 0 53px;
  }

.pricing_col2 {
  border: 2px solid #e4e9ea;

  
  border-radius: 11px 0 0 11px;
  padding: 6px 22px;
}

.li {
  color: #233871;
  text-align: left;
  margin-top: 18px;
  padding-left: 31px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  list-style-type: disc;
}

.list_item {
  margin-bottom: 5px;
}

.price_block {
  text-align: left;
  padding-left: 15px;
}

.price {
  color: #b9dbe5;
  margin-bottom: 20px;
  font-family: Gd boing, sans-serif;
}

.pricing_numbers {
  color: #233871;
  font-family: Gd boing, sans-serif;
  font-size: 67px;
}

.subscript {
  font-size: 28px;
  position: relative;
  top: -30px;
}

.price_text {
  color: #233871;
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.pricing_monthl {
  margin-bottom: 37px;
}

.usage_div {
  color: #233871;
  background-color: #b9dbe5;
  border: 1px solid #e4e9ea;
  border-radius: 11px;
  margin-top: 25px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Gd boing, sans-serif;
}

.pricing_title_div {
  color: #233871;
  text-align: left;
  background-color: #b9dbe5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Gd boing, sans-serif;
  font-size: 16px;
}

.pricing_col2-2 {
  border: 2px solid #e4e9ea;
  border-left-width: 0;
  border-radius: 0 11px 11px 0;
  padding: 0;
}

.pricing_div_white {
  color: #233871;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
}

.pricing_div_col1 {
  text-align: left;
}

.pricing_col_numbers {
  margin-right: 32px;
  font-weight: 400;
}

.pricing_div_col2 {
  text-align: right;
}

.pricing_col_numbers1 {
  margin-left: 21px;
  margin-right: 0;
  font-weight: 400;
}

.pricing_div_grey {
  color: #233871;
  background-color: #e4e9ea;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
}

.pricing__hourly_col1 {
  border: 2px solid #e4e9ea;
  border-radius: 11px 0 0 11px;
  padding-top: 61px;
  padding-bottom: 61px;
  padding-right: 16px;
}

.price_hourly {
  margin-bottom: 37px;
}

.pricing__misc_col1 {
  border: 2px solid #e4e9ea;
  border-radius: 11px 0 0 11px;
 padding-top: 123px;
 padding-bottom: 124px;
  padding-right: 16px;
}

.pricing_disclaimer {
  color: #233871;
  margin-top: 37px;
  font-family: Inter, sans-serif;
}

.cta_btn-copy {
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 36px;
  padding: 12px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .5s;
}

.cta_btn-copy:hover {
  background-color: #233871;
}

.h1-_mobile {
  color: #233871;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 54px;
  margin-bottom: 26px;
  font-family: Gd boing, sans-serif;
  font-size: 3.7em;
  line-height: 1.1em;
  display: none;
}

.contact_sec {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}

.contact_text {
  color: #233871;
  text-align: left;
  font-family: Inter, sans-serif;
}

.link {
  text-decoration: none;
}

.contact_form {
  text-align: left;
  background-color: #e8e8e8;
  border-radius: 18px;
  margin-top: 49px;
  padding: 43px;
}

.form_field {
  color: #233871;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Inter, sans-serif;
}

.message_field {
  min-height: 300px;
  text-align: left;
  border-radius: 10px;
}

.contact_btn {
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 31px;
  margin-left: auto;
  padding: 12px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .5s;
}

.contact_btn:hover {
  background-color: #233871;
}

.form {
  text-align: center;
}

.form_field_select {
  height: 52px;
  color: #233871;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-2 {
  color: #2e3134;
  text-align: justify;
  margin-top: 50px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-2.text_adjust {
  text-align: center;
  margin-top: 0;
  margin-left: 185px;
  margin-right: 185px;
  font-size: 1.4em;
}

.econt {
  text-align: center;
}

.qr {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
}

.nav_btn2 {
  color: #fff;
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 23px;
  padding: 11px 41px;
  font-family: Interstate, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
  display: none;
}

.nav_btn2:hover {
  background-color: #233871;
}

.nav_btn2.w--current {
  color: #fff;
}

.cta_btn2 {
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 56px;
  padding: 12px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .5s;
  display: none;
}

.cta_btn2:hover {
  background-color: #233871;
}

.large_404 {
  color: #233771;
  text-align: center;
  margin-top: 54px;
  font-family: Gd boing, sans-serif;
  font-size: 146px;
}

.h2_404 {
  color: #233771;
  margin-top: 42px;
  font-family: Gd boing, sans-serif;
  font-size: 18px;
}

.l_hero {
  background-image: url('../images/IMG_8033.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 138%;
  padding-top: 240px;
  padding-bottom: 244px;
}

.l_h1 {
  color: #233871;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 54px;
  margin-bottom: 26px;
  font-family: Gd boing, sans-serif;
  font-size: 3.7em;
  line-height: 1.1em;
}

.l_text {
  color: #233871;
  text-align: center;
  margin-top: 27px;
  font-family: Inter, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5em;
}

.l_cta_btn {
  width: 381px;
  text-align: center;
  background-color: #ea2227;
  border-radius: 100px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  transition: background-color .5s;
  display: block;
}

.l_cta_btn:hover {
  background-color: #233871;
}

.l_cta_btn.footer_btn {
  float: right;
  margin-top: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Interstate, sans-serif;
  font-size: 14px;
}

.l_cta_btn.hero_cta_btn2 {
  margin-top: 14px;
  display: none;
}

.l_cta_btn.cta_hero {
  margin-top: 0;
}

.l_logo {
  margin: 49px auto 74px;
  display: block;
}

.l_text2 {
  color: #233871;
  text-align: center;
  margin-top: 27px;
  font-family: Inter, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.h1-2 {
  color: #2e3134;
  text-align: center;
  letter-spacing: 0;
  margin-top: 54px;
  margin-bottom: 26px;
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.1em;
}

.link_text-2 {
  color: #2e3134;
  text-decoration: underline;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-2 {
  color: #747474;
  text-decoration: underline;
}

.faq-body-cont {
  border-top: 1px #000;
  flex-wrap: wrap;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.faq-body-cont.faq_body_adjust {
  padding: 0;
}

.contact_sec-2 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 66px;
}

.h1-_mobile-2 {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 54px;
  margin-bottom: 26px;
  font-family: Gd boing, sans-serif;
  font-size: 3.7em;
  line-height: 1.1em;
  display: none;
}

.faq-p {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-img {
  z-index: 2;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq_form {
  width: 880px;
  text-align: left;
  margin-bottom: 45px;
}

.faq {
  width: 100%;
  height: 80px;
  color: #fff;
  white-space: break-spaces;
  background-color: #233971;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq.faq_inner {
  background-color: #eb2228;
}

.cta_btn-copy-2 {
  color: #fff;
  background-color: #eb2228;
  border-radius: 100px;
  margin-top: 14px;
  padding: 12px 29px;
  font-size: 1.1em;
  font-weight: 600;
  transition: background-color .5s;
}

.cta_btn-copy-2:hover {
  color: #fefefe;
  background-color: #233971;
}

.p_left {
  text-align: left;
}

.h2_just_jeft {
  color: #fff;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.cta_btn-copy-3 {
  color: #fff;
  background-color: #eb2228;
  border-radius: 100px;
  margin-top: 36px;
  padding: 12px 29px;
  font-family: Interstate, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .5s;
}

.cta_btn-copy-3:hover {
  color: #fff;
  background-color: #233a71;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
  .nav_btn {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .nav_link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .hero {
    height: 65vh;
  }

  .h1_hero {
    font-size: 2.8em;
  }

  .cta_btn {
    margin-top: 10px;
    display: none;
  }

  .cta_btn.footer_btn {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 12px;
  }

  .cta_btn.hero_cta_btn2 {
    width: 53%;
    display: block;
  }

  .hero_col {
    padding-top: 18vh;
    padding-left: 4vw;
  }

  .h1 {
    font-size: 3.1em;
  }

  .section1 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .slide.slide1 {
    background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/CB_PuppyDay_1.jpg');
    background-position: 0 0, 21%;
  }

  .weather_embedd {
    display: none;
  }

  .info_col {
    width: 334px;
    height: 613px;
  }

  .footer_links {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .column {
    padding-left: 6px;
  }

  .sm_text {
    font-size: 12px;
  }

  .menu_btn {
    color: #ea2227;
    padding: 22px;
    font-size: 39px;
  }

  .menu_btn.w--open {
    color: #fff;
    background-color: #ea2227;
  }

  .nav-menu {
    height: 100vh;
    text-align: center;
    background-color: rgba(255, 255, 255, .91);
    padding-right: 0;
  }

  .pricing_col2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pricing__hourly_col1 {
    padding: 44px 8px 44px 0;
  }

  .pricing__misc_col1 {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .cta_btn-copy, .contact_btn {
    margin-top: 10px;
  }

  .bold-text {
    font-size: 28px;
  }

  .text-2.text_adjust {
    margin-left: 181px;
    margin-right: 181px;
  }

  .nav_btn2 {
    width: 24vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav_container {
    float: right;
  }

  .cta_btn2 {
    width: 36%;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-2 {
    line-height: 28px;
  }

  .l_hero {
    background-position: 81%;
  }

  .l_h1 {
    font-size: 3.1em;
  }

  .l_cta_btn {
    margin-top: 10px;
    display: none;
  }

  .l_cta_btn.footer_btn {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 12px;
  }

  .l_cta_btn.hero_cta_btn2 {
    width: 53%;
    display: block;
  }

  .h1-2 {
    font-size: 3.1em;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq_form {
    width: 670px;
  }

  .cta_btn-copy-2 {
    margin-top: 10px;
  }

  .cta_btn-copy-3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-left: 0;
  }

  .nav_btn {
    width: 31vw;
  }

  .nav_link {
    text-decoration: none;
  }

  .hero {
    height: 57vh;
  }

  .cta_btn {
    margin-top: 49px;
  }

  .cta_btn.footer_btn {
    float: none;
  }

  .cta_btn.hero_cta_btn2 {
    width: 43%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_col {
    text-align: center;
    padding-top: 15vh;
    padding-left: 0;
  }

  .h1 {
    display: none;
  }

  .h1.h1_login {
    display: block;
  }

  .slide.slide1 {
    background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/CB_PuppyDay_1.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .section2 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .h2 {
    font-size: 17px;
    overflow: auto;
  }

  .info_col {
    width: auto;
    height: auto;
    padding-bottom: 36px;
  }

  .info_col.info_col2 {
    margin-top: 31px;
  }

  .info_columns {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    text-align: center;
  }

  .footer_link_div {
    float: none;
  }

  .footer_col2 {
    text-align: center;
  }

  .nav-menu {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    display: block;
  }

  .sm_div_footer {
    float: none;
  }

  .pricing_col1 {
    border-style: none;
    border-bottom-width: 0;
    padding-bottom: 8px;
  }

  .pricing_col2 {
    border-bottom-style: none;
    padding-top: 6px;
    padding-bottom: 2px;
  }

  .pricing_col2-2 {
    border-radius: 0;
  }

  .pricing__hourly_col1 {
    border-style: solid none none;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .pricing__misc_col1 {
    border-style: none;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .pricing_disclaimer {
    margin-left: 6px;
    margin-right: 6px;
  }

  .h1-_mobile {
    display: block;
  }

  .contact_sec {
    padding-left: 45px;
    padding-right: 45px;
  }

  .contact_btn {
    margin-top: 49px;
  }

  .text-2.text_adjust {
    margin-left: 54px;
    margin-right: 54px;
  }

  .nav_btn2 {
    width: 31vw;
  }

  .cta_btn2 {
    width: 45%;
    margin-top: 49px;
  }

  .l_hero {
    background-position: 88%;
    background-size: 1005px;
    padding-top: 151px;
    padding-bottom: 151px;
  }

  .l_h1 {
    font-size: 2.4em;
    display: block;
  }

  .l_text {
    font-size: 1.3em;
    display: none;
  }

  .l_cta_btn {
    margin-top: 37px;
    display: block;
  }

  .l_cta_btn.footer_btn {
    float: none;
  }

  .l_cta_btn.hero_cta_btn2 {
    width: 43%;
    margin-left: auto;
    margin-right: auto;
  }

  .l_text2 {
    text-align: left;
    margin-left: 106px;
    font-size: 1.8em;
    display: block;
  }

  .h1-2 {
    display: none;
  }

  .contact_sec-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .h1-_mobile-2 {
    color: #2e3134;
    display: block;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .faq_form {
    width: 422px;
  }

  .cta_btn-copy-2 {
    margin-top: 49px;
  }

  .h2_just_jeft {
    font-size: 17px;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-right: 0;
  }

  .hero {
    height: 44vh;
    text-align: center;
  }

  .h1_hero {
    text-align: center;
    font-size: 2.2em;
    line-height: 37px;
  }

  .cta_btn {
    float: none;
    margin-top: 4px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .cta_btn.footer_btn {
    float: none;
    font-size: 16px;
  }

  .cta_btn.hero_cta_btn2 {
    width: 61%;
  }

  .hero_col {
    padding-top: 7vh;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 2.8em;
    line-height: 31px;
    text-decoration: none;
    display: none;
  }

  .h1.h1_contact {
    font-size: 2.6em;
    display: block;
  }

  .h1.h1_pricing {
    margin-top: 26px;
    margin-bottom: 26px;
    display: block;
  }

  .section1 {
    padding: 60px 22px;
  }

  .slide.slide1 {
    background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/CB_PuppyDay_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section2 {
    padding: 20px 14px 60px;
  }

  .h2 {
    object-fit: fill;
    font-size: 1em;
    line-height: 20px;
    overflow: visible;
  }

  .h3 {
    font-size: 24px;
    line-height: 27px;
  }

  .h3.h3_pricing {
    text-align: center;
    margin: 7px 8px 13px 9px;
    font-size: 21px;
    line-height: 25px;
  }

  .h3.h3_pricing_misc {
    text-align: center;
  }

  .info_col {
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info_col.info_col2 {
    padding-bottom: 27px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .info_text_white {
    text-align: center;
  }

  .h3_adjust {
    line-height: 21px;
  }

  .footer {
    text-align: center;
  }

  .footer_link_div {
    display: none;
  }

  .sm_div {
    float: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer_col2 {
    text-align: center;
  }

  .nav-menu {
    padding-left: 0;
  }

  .top_sm_div {
    text-align: center;
    padding-right: 0;
  }

  .sm_div_footer {
    float: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top_image {
    padding-top: 24px;
  }

  .pricing_col1 {
    padding-top: 11px;
  }

  .price, .pricing_numbers, .price_text {
    text-align: center;
  }

  .pricing_title_div {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
  }

  .pricing__hourly_col1 {
    padding-right: 0;
  }

  .pricing_disclaimer {
    margin-left: 25px;
    margin-right: 25px;
  }

  .cta_btn-copy {
    float: none;
    margin-top: 4px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .h1-_mobile {
    font-size: 2.1em;
    line-height: 31px;
    text-decoration: none;
  }

  .contact_sec {
    padding-left: 17px;
    padding-right: 17px;
  }

  .contact_form {
    margin-left: 0;
    margin-right: 0;
    padding: 31px 23px;
  }

  .contact_btn {
    float: none;
    margin-top: 4px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .form_col {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text {
    text-align: center;
    font-size: 24px;
  }

  .text-2.text_adjust {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 1.3em;
  }

  .nav_btn2 {
    width: 54vw;
  }

  .cta_btn2 {
    width: 67%;
    float: none;
    margin-top: 43px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .map_embedd {
    text-align: center;
  }

  .l_hero {
    background-position: 79%;
    background-size: 200%;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .l_h1 {
    margin-top: 31px;
    font-size: 1.7em;
    line-height: 29px;
    text-decoration: none;
    display: block;
  }

  .l_text {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 1.5em;
  }

  .l_cta_btn {
    width: 288px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .l_cta_btn.footer_btn {
    float: none;
    font-size: 16px;
  }

  .l_cta_btn.hero_cta_btn2 {
    width: 61%;
  }

  .l_text2 {
    margin-bottom: 27px;
    margin-left: 33px;
    margin-right: 33px;
    font-size: 1.3em;
  }

  .h1-2 {
    font-size: 2.8em;
    line-height: 31px;
    text-decoration: none;
    display: none;
  }

  .contact_sec-2 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .h1-_mobile-2 {
    letter-spacing: 2px;
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 31px;
    text-decoration: none;
  }

  .faq-img {
    display: none;
  }

  .faq_form {
    width: 228px;
    text-align: center;
  }

  .cta_btn-copy-2 {
    float: none;
    margin-top: 4px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 1em;
  }

  .h2_just_jeft {
    object-fit: fill;
    font-size: 1em;
    line-height: 20px;
    overflow: visible;
  }

  .cta_btn-copy-3 {
    float: none;
    margin-top: 4px;
    margin-left: 49px;
    margin-right: 49px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }
}


@font-face {
  font-family: 'Gd boing';
  src: url('../fonts/GD-Boing-Bold.woff') format('woff'), url('../fonts/GD-Boing-Bold.ttf') format('truetype'), url('../fonts/GD-Boing-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.ttf') format('truetype'), url('../fonts/interstate-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}