html,
body {
  height: 100%;
}
.w100 {
  width: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ '\e151';
}

a.desc:after {
  content: /*"\e114"*/ '\e152';
}

.sort-numerical a.asc:after {
  content: '\e153';
}

.sort-numerical a.desc:after {
  content: '\e154';
}

.sort-ordinal a.asc:after {
  content: '\e155';
}

.sort-ordinal a.desc:after {
  content: '\e156';
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.profile-details-verify i {
  font-size: 180%;
  vertical-align: middle;
}
.map-details-verify i {
  font-size: 140%;
  vertical-align: middle;
}
.profile-details-verify span {
  vertical-align: middle;
}
.profile-verification-success i {
  color: #3b9e5a;
}
.profile__share-btn {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.profile__share-link-copied {
  position: absolute;
  display: none;
  font-size: 10px;
  top: 30px;
  left: 20px;
}
.profile__share-btn.copied, .copied .profile-copy i{
  color: #cccccc;
}
.copied .profile__share-link-copied {
  display: block;
}

.profile-copy i {
  color: #666;
}
.profile-verification-fail i {
  color: #666;
}
.btn-red-border a,
button.btn-red {
  border-color: #f37067;
  background-color: #f37067 !important;
  color: white;
}
.btn-red-border a:hover,
button.btn-red:hover {
  background-color: white !important;
}
.about-service-image {
  max-height: 650px;
}
.about-service-column {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .about-service-column {
    margin-top: -10px;
  }
}

.test.test-error {
  border: solid 2px #f37067 !important;
  border-radius: 4px;
  padding: 4px;
}

@media (max-width: 1024px) {
  .service-subtitle {
    font-size: 1.4em;
  }
}
.pos-relative {
  position: relative;
}
.order-status {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 375px) {
  .order-status {
    right: -20px;
    font-size: 12px;
  }
}

/* road-section */
.road-section {
  position: relative;
  padding: 50px 0 0 0;
  background-color: #fff;
}

.road-decor {
  display: none;
}

.road-wrap {
  margin: 0 0 70px 0;
}

.road {
  width: 100%;
  margin-bottom: 40px;
}

.road__wrap {
  padding: 0 30px;
}

.road__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  color: #4d4d4f;
  text-align: center;
  margin: 0 0 20px 0;
}

.road__list {
  margin-bottom: 20px;
  counter-reset: section;
  list-style-type: none;
}

.road__list li {
  font-size: 14px;
  line-height: 130%;
  color: #4d4d4f;
  padding-left: 32px;
  min-height: 36px;
  margin-bottom: 2px;
  position: relative;
}

.road__list li:last-child {
  margin-bottom: 0;
}

.road__list li::before {
  position: absolute;
  z-index: 2;
  top: 1px;
  padding: 1px 0;
  left: 0;
  width: 17px;
  height: 17px;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #52c5d7;
  border-radius: 50%;
  border: 1px solid #52c5d7;
  background-color: #fff;
  counter-increment: section;
  content: counters(section, '.') ' ';
}

.road__list li::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 8px;
  width: 1px;
  height: 110%;
  background-color: #52c5d7;
}

.road__list li:last-child::after {
  display: none;
}

.road__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #4d4d4f;
  text-align: center;
  margin: 0;
}

.road__sub-text {
  color: #52c5d7;
}

/* service section */

.service-section {
  background-color: #fff;
}

.section-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  color: #4d4d4f;
  text-align: center;
  margin: 0 0 15px 0;
}

.service-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1030px;
  margin: 0 auto;
}

.service {
  width: 100%;
  margin-bottom: 40px;
}

.service__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service__img {
  margin-bottom: 5px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__text {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #4d4d4f;
}

.service__text br {
  display: none;
}

.service__link {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #4d4d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.service__link svg {
  margin-left: 10px;
}

/* section-why */

.section-why {
  position: relative;
  background-color: #fff;
  padding: 40px 0 50px 0;
}

.why-img-wrap {
  position: static;
}

.why-img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.why-img img {
  display: block;
  width: 100%;
}

.why-icon {
  flex: none;
  width: 10px;
  margin-right: 10px;
  margin-top: 4px;
}

.why-icon svg {
  display: block;
  width: 100%;
}

.why-desc {
  font-size: 14px;
  line-height: 150%;
  color: #4d4d4f;
}

.why-btn-wrap {
  display: flex;
  justify-content: center;
}

.why-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  background: #52c5d7;
  border-radius: 6px;
  max-width: 240px;
  width: 100%;
  padding: 14px;
}

.why-btn svg {
  margin-left: 10px;
}

/* sitters-section */

.sitters-section {
  position: relative;
  padding: 0 0 40px 0;
}

.sitters-decor {
  display: none;
}

.sitters-link {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #4d4d4f;
  margin-bottom: 20px;
}

.sitters-wrap {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  margin: 0 -10px;
  padding-bottom: 20px;
}

.sitters {
  padding: 0 10px;
}

.sitters__wrap {
  width: 200px;
  min-height: 352px;
  position: relative;
  padding: 15px 10px;
}

.sitters__wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(135, 233, 239, 0.4);
  border-radius: 100px 100px 20px 20px;
}

.sitters__img {
  width: 115px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.sitters__img img {
  width: 100%;
  display: block;
}

.sitters__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sitters__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #4d4d4f;
  margin-bottom: 5px;
}

.sitters__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.sitters__rating svg {
  margin-right: 5px;
  width: 14px;
}

.sitters__rating-text {
  margin-left: 8px;
  font-size: 10px;
  color: #4d4d4f;
}

.sitters__descr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.sitters__descr-wrap svg {
  margin-right: 7px;
}

.sitters__descr {
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #4d4d4f;
}

.sitters__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.sitters__item {
  position: relative;
  font-size: 10px;
  line-height: 200%;
  color: #4d4d4f;
  list-style-type: disc;
  margin-left: 15px;
}

.sitters__item span {
  font-weight: 500;
}

.sitters__link {
  font-size: 10px;
  line-height: 130%;
  color: #4d4d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}

.sitters__link svg {
  display: none;
}

.section-why-list.secondary .why-desc {
  position: relative;
  padding-left: 20px;
}

.section-why-list.secondary .why-desc::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4d4d4f;
}

.section-why.secondary::before {
  display: none !important;
}

/* section-questions */

.section-questions {
  padding-bottom: 30px;
}

.section-questions .section-title {
  margin-bottom: 20px;
}

.review-row {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 140px;
  margin-left: 9px;
  margin-right: -21px;
}

.review-card.active .review-text {
  -webkit-line-clamp: initial;
}

.review-item:nth-child(2) .review-btn-more {
  opacity: 0;
  visibility: hidden;
}

.review-btn-more {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  background-color: transparent;
  border: none;
  color: #4d4d4f;
  /* font-family: 'Rounded Mplus 1c', sans-serif; */
}

.review-btn-more svg {
  display: block;
  margin-left: 10px;
}

.review-item {
  padding: 0 6px;
  min-width: 300px;
}

.review-pet {
  display: block;
  width: 100%;
  height: 100%;
}

.review-pet-wrap {
  border-radius: 16px;
  width: 167px;
  height: 222px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -127px;
  overflow: hidden;
}

.section-partners {
  padding: 70px 0;
}

.section-partners .container {
  padding: 0;
}

.section-partners .h2-title {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}

.partners-wrap {
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px !important;
  display: flex;
  align-items: center;
}

.partners-wrap .partners__link {
  width: auto;
  flex: none;
  margin: 0 18px 0 0;
}

.partners-wrap .partners__link img.talks-about {
  height: 30px;
}

.partners-wrap::-webkit-scrollbar {
  height: 0px;
}

.partners-wrap::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

/* find-section */

.find-wrap {
  background: #c4c4c4;
  padding: 30px 0;
}

.find-text {
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.find-info {
  background: #48adbd;
  padding: 10px 0;
}

.find-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.find-info p:last-child {
  margin-bottom: 0;
}

.questions-link {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.header-mobile-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tel-mob {
  font-size: 12px;
  font-weight: 600;
  color: #4d4d4f;
  white-space: nowrap;
  position: relative;
  left: -15px;
  text-decoration: underline;
}

.section-partners .h2-title {
  display: block !important;
  text-align: center !important;
  font-size: 20px !important;
}

@media (min-width: 768px) {
  .why-btn-wrap {
    margin-top: 45px;
  }

  .road-decor {
    display: block;
    position: absolute;
    right: 0;
    bottom: -90px;
  }

  .sitters-decor {
    display: block;
    position: absolute;
    left: 0;
    bottom: -115px;
  }

  .why-btn {
    font-size: 18px;
    max-width: 328px;
    padding: 23px 14px;
  }

  .service {
    width: 33.33%;
    padding: 0 25px;
  }

  .section-why .section-title {
    text-align: left;
  }

  .road {
    margin-bottom: 0;
  }

  .section-title {
    font-size: 28px;
    margin: 0 0 33px 0;
  }

  .road-wrap {
    display: flex;
    margin: 0 -10px 70px;
  }

  .road {
    width: 33.33%;
    padding: 0 10px;
  }

  .road__wrap {
    padding: 8px 10px;
    background: #ededed;
    border-radius: 10px;
  }

  .road__list li::before {
    background-color: #ededed;
  }

  .why-icon {
    width: 15px;
  }
}

@media (min-width: 1200px) {
  .partners-title {
    position: relative;
    left: -15px;
  }

  .section-partners .h2-title {
    font-size: 24px !important;
    text-align: left !important;
  }

  .find-info {
    padding: 20px 0;
  }

  .find-wrap {
    padding: 75px 0;
  }

  .find-info p {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .section-partners {
    padding: 96px 0 62px;
  }

  .section-partners .section-maintitle {
    margin: 0;
  }

  .section-partners .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-partners .h2-title {
    white-space: nowrap;
    margin: 0 40px 10px 0;
  }
  .partners-wrap .partners__link {
    margin: 0 26px 0 0;
  }
  .partners-wrap .partners__link img.talks-about {
    height: 48px;
  }
  .section-questions .section-title {
    margin-bottom: 50px;
  }

  .review-row {
    justify-content: center;
    overflow: visible;
    padding-bottom: 250px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .review-item {
    padding: 0 12px;
    min-width: 300px;
    width: 300px;
  }

  .review-pet-wrap {
    height: 300px;
    width: 260px;
    display: block;
    border-radius: 26px;
    bottom: -230px;
  }

  .sitters-section {
    padding-bottom: 115px;
  }

  .sitters-section .section-title {
    margin-bottom: 54px;
  }

  .sitters-link {
    display: none;
  }

  .sitters-wrap {
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    margin: 0 -20px;
  }

  .sitters {
    padding: 0 20px;
  }

  .sitters__img {
    width: 100%;
    border-radius: 26px;
    margin-bottom: 10px;
  }

  .sitters__wrap {
    width: 260px;
    min-height: 592px;
    padding: 0 0 30px 0;
  }

  .sitters__name {
    font-size: 26px;
  }

  .sitters__rating {
    margin-bottom: 20px;
  }

  .sitters__rating-text {
    font-size: 12px;
  }

  .sitters__rating svg {
    width: 20px;
  }

  .sitters__descr-wrap {
    margin-bottom: 24px;
  }

  .sitters__descr {
    font-size: 14px;
  }

  .sitters__list {
    margin-bottom: 35px;
    padding: 0 5px 0 15px;
  }

  .sitters__item {
    font-size: 14px;
  }

  .sitters__link {
    font-size: 14px;
    text-decoration: none;
    opacity: 0.7;
  }

  .sitters__link svg {
    display: block;
    margin-left: 10px;
  }

  .why-img {
    position: absolute;
    top: 100px;
    left: -30px;
    width: 35%;
    border-radius: 30px;
  }

  .section-why.secondary .why-img {
    top: 72px;
  }

  .section-why {
    padding-top: 113px;
    padding-bottom: 12vw;
  }

  .section-why::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 40px;
    width: 24vw;
    height: 24vw;
    border-radius: 50%;
    background: linear-gradient(
      153.43deg,
      #52c5d7 0%,
      rgba(196, 196, 196, 0) 61.89%
    );
    opacity: 0.2;
    border: 2px solid #52c5d7;
  }

  .road-section {
    padding: 83px 0 0 0;
  }

  .why-desc {
    font-size: 18px;
  }

  .service__text {
    font-size: 18px;
  }

  .service__text br {
    display: block;
  }

  .service__img {
    margin-bottom: 20px;
  }

  .road__title {
    font-size: 21px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    margin: 0 0 30px 0;
  }

  .road__list li {
    font-size: 20px;
    line-height: 120%;
    padding-left: 35px;
    min-height: 48px;
    margin: 0 0 8px 0;
  }

  .road__list li::before {
    top: 0;
    padding: 4px 0;
    width: 25px;
    height: 25px;
    font-weight: 800;
    font-size: 12px;
    border: 1.5px solid #52c5d7;
  }

  .road__list li::after {
    top: 8px;
    left: 12px;
    width: 1.5px;
    height: 110%;
  }

  .road__text {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .road__wrap {
    min-height: 450px;
  }
}

@media (min-width: 1600px) {
  .section-why {
    padding-bottom: 18vw;
  }
}

.backdrop-hack-tally {
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.fiprex-logo, .thomas-logo {
	display: block;
	height: 100px;
	width: 300px;
}

.fiprex-logo .fiprex-logo-image {
	background-image: url("/img/partners/Fiprex.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	background-position: center;
	height: 100%;
	width: 100%;
}

.fiprex-logo:hover .fiprex-logo-image {
	/* background-image: url("/img/partners/optimized/fiprex_logo_hover.webp"); */
  opacity: 0.8;
}

/* .thomas-logo .thomas-logo-image {
	background-image: url("/img/partners/thomas/button_desktop.webp");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	background-position: center;
	height: 100%;
	width: 100%;
}

@media (max-width: 767px) {
  .thomas-logo .thomas-logo-image {
	background-image: url("/img/partners/thomas/button_mob.webp");
}
}

.thomas-logo:hover .thomas-logo-image {
	/* background-image: url("/img/partners/optimized/fiprex_logo_hover.webp"); */
 /*opacity: 0.8;
} */
