/*VARIABLES*/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  line-height: 33px;
  padding-top: 106px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 55px;
    padding-bottom: 63px;
  }
}

body p {
  margin-top: 30px;
  padding-bottom: 30px;
}

ul {
  list-style: none !important;
}

a:hover {
  text-decoration: none;
}

.select-dropdown {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #BABABA;
  color: #184988;
  font-size: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px !important;
  font-weight: 600;
}

.select-dropdown .drop-down-ul {
  z-index: 99;
  -webkit-transition: height .5s;
  transition: height .5s;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  background: white;
  overflow: hidden;
  height: 0px;
  top: 100%;
  font-weight: 600;
}

.select-dropdown .drop-down-ul li {
  color: #184988;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid #BABABA;
}

.select-dropdown .drop-down-ul li p {
  margin: 0;
  padding: 0;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 600;
}

.select-dropdown .drop-down-ul li:last-child {
  border-bottom: none;
}

input[type="text"], input[type="text"]:focus, input[type="tel"] {
  border: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #BABABA;
  color: #184988;
  font-size: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0 !important;
  background: transparent !important;
  padding-bottom: 15px !important;
  font-weight: 600;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
  color: #184988;
  font-weight: 600;
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
  color: #184988;
  font-weight: 600;
}

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder {
  color: #184988;
  font-weight: 600;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder {
  color: #184988;
  font-weight: 600;
}

.drop-down-active {
  border: 1px solid #BABABA;
  height: 132px !important;
}

.form-h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #184988;
}

.select-dropdown:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: red;
  left: 5px;
  top: 11px;
  background: url(~/../../img/triangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

input[type="submit"] {
  background: #184988;
  border: none;
  color: white;
  font-weight: 600;
}

.box {
  margin-top: 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #184988;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.v {
  background: url(~/../../img/v.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.box-sentence {
  color: #184988;
  vertical-align: -webkit-baseline-middle;
}

.desktop-nav {
  -webkit-box-shadow: 10px 1px 28px black;
          box-shadow: 10px 1px 28px black;
  top: 0;
  z-index: 999;
  background: #FFFFFF;
  width: 100%;
  height: auto;
  position: fixed;
}

@media screen and (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
}

.desktop-nav .logo {
  display: inline-block;
  width: 200px;
  height: 100px;
  background: url(~/../../img/desktoplogo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.desktop-nav ul li {
  display: inline-block;
}

.desktop-nav ul li a {
  color: #184988;
  margin-left: 60px;
  font-size: 20px;
}

.desktop-nav .menu-wrap {
  position: relative;
}

.desktop-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 27px;
}

.desktop-nav .call-now {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: 27px;
  color: #184988;
  font-size: 20px;
}

.desktop-nav .call-now:after {
  content: '';
  width: 29px;
  height: 100%;
  background: url(~/../../img/desktopphone.svg);
  background-position: 6px 4px;
  background-size: 64%;
  background-repeat: no-repeat;
  position: absolute;
}

.mobile-nav {
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 10px 1px 28px black;
          box-shadow: 10px 1px 28px black;
  position: fixed;
  width: 100%;
  background: #FFFFFF;
}

@media screen and (min-width: 1000px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav .hum {
  background: url(~/../../img/hummobile.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  cursor: pointer;
}

.mobile-nav .call-now {
  font-size: 9px;
  background-size: 100%;
  width: 130px;
  height: 25px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0px;
  cursor: pointer;
  color: #1A6CB0;
  line-height: 11px;
}

@media screen and (max-width: 320px) {
  .mobile-nav .call-now {
    width: 105px;
  }
}

.mobile-nav .call-now:after {
  content: '';
  width: 27px;
  height: 28px;
  background: url(~/../../img/mobilephone.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
}

@media screen and (max-width: 320px) {
  .mobile-nav .call-now:after {
    left: 0px;
  }
}

.mobile-nav .col-4 {
  padding: 0;
  position: relative;
}

.mobile-nav .logo {
  margin-top: 10px;
  background: url(~/../../img/mobilelogo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 360px) {
  .mobile-nav .logo {
    width: 120px;
  }
}

.mobile-menu {
  top: 0;
  right: -320px;
  z-index: 9999;
  background: #FFFFFF;
  position: fixed;
  -webkit-box-shadow: 10px 10px 48px black;
          box-shadow: 10px 10px 48px black;
  height: 100%;
  padding-left: 70px;
  -webkit-transition: right .5s;
  transition: right .5s;
}

.mobile-menu ul {
  margin-top: 100px;
  margin-right: 40px;
}

.mobile-menu ul li {
  margin-bottom: 30px;
  position: relative;
}

.mobile-menu ul li a {
  font-size: 26px;
  color: #005BA7;
  font-weight: 600;
}

.mobile-menu ul li:after {
  content: '';
  position: absolute;
  background: url(~/../../img/bonemenu.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  top: 4px;
  right: -53px;
  background-size: 19px;
}

.mobile-menu .x-triger {
  position: absolute;
  background: url(~/../../img/x.svg);
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.open {
  right: 0;
}

.contact-us-triger {
  display: none;
}

@media screen and (max-width: 1000px) {
  .contact-us-triger {
    cursor: pointer;
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F2F2F2;
    text-align: center;
    z-index: 999;
    font-size: 20px;
    font-weight: 600;
    color: #005BA7;
    display: block;
  }
}

.sticky-form {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sticky-form {
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F2F2F2;
    padding-bottom: 50px;
  }
  .sticky-form h2 {
    font-size: 24px;
  }
  .sticky-form .x-triger {
    position: absolute;
    background: url(~/../../img/x.svg);
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
}

.credit {
  background-color: #F1F1F1;
  background-image: url(~/../../img/credit.svg);
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: center;
  height: 31px;
}

@media screen and (max-width: 1000px) {
  .credit {
    background-image: url(~/../../img/credit.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
  }
}

@media screen and (max-width: 600px) {
  .credit {
    background-image: url(~/../../img/credit.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
  }
}

.section-1 {
  width: 100%;
  padding-top: 44.25%;
  background: url(~/../../img/section-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .section-1 {
    padding-top: 86.25%;
    background-position: center;
    background: url(~/../../img/section-1-mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.section-1 .desktop-form {
  position: relative;
  position: absolute;
  width: 26%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  top: 14%;
  right: 14%;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .section-1 .desktop-form {
    display: none;
  }
}

.understand-dogs {
  color: white;
  text-align: center;
  display: none;
}

@media screen and (max-width: 1000px) {
  .understand-dogs {
    display: block;
    background: #005BA7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.understand-dogs h2 {
  margin-bottom: 30px;
}

.understand-dogs .a-btn {
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
}

.understand-dogs .a-btn-wrapper {
  margin-bottom: 10px;
}

.section-2 {
  position: relative;
  background: #F2F2F2;
  background-image: url(~/../../img/section-2-stamps.svg);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 1507px 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}

.section-2 .section-2-img {
  background: url(~/../../img/section-2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 60%;
  padding-top: 38%;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .section-2 .section-2-img {
    width: 100%;
    padding-top: 65%;
  }
}

@media screen and (max-width: 1000px) {
  .section-2 {
    padding-bottom: 0px !important;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .section-2:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 30%;
    background-image: url(~/../../img/section-2-stamps.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 62%;
    right: 3%;
  }
}

.section-3 {
  position: relative;
  margin-top: -10px;
  background: #005BA7;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  background-image: url(~/../../img/section-3-stamps.svg);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: -37px 73px;
}

.section-3 .a-btn {
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  border-radius: 15px;
  display: inline-block;
  background: #F2F2F2;
  color: #005BA7;
  font-weight: 600;
  cursor: pointer;
}

.section-3 .waze {
  width: 100px;
  height: 100px;
  background: url(~/../../img/waze.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 700px) {
  .section-3 {
    background-image: url(~/../../img/section-3-stamps.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: -37px 0px;
  }
}

.section-4-img {
  width: 100%;
  padding-top: 39%;
  background: url(~/../../img/section-4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .section-4-img {
    background: url(~/../../img/section-4-mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 65%;
  }
}

.section-5 {
  margin-top: -10px;
  background: #F2F2F2;
  color: #005BA7;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}

.section-5 .a-btn {
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  border-radius: 15px;
  display: inline-block;
  background: #005BA7;
  color: #F2F2F2;
  font-weight: 600;
  cursor: pointer;
}

.section-6-img {
  width: 100%;
  padding-top: 30%;
  background: url(~/../../img/section-6.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .section-6-img {
    background: url(~/../../img/section-6-mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 65%;
  }
}

.bottom-section-form {
  position: relative;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.section-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*# sourceMappingURL=main.css.map */