.custom-badge {
    line-height: 2;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}
* + .custom-badge {
    margin-left: 10px;
}

.custom-badge.green {
    color: #fff;
    background-color: #92b4a7;
}

.custom-badge.black {
    color: #fff;
    background-color: #222;
}
.btn:focus,
.btn:active,
.btn:hover {
    outline: 0px !important;
    box-shadow: none !important;
}

.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 9px 16px;
}
.btn-md {
    padding: 13px 22px;
}
.btn-lg {
    padding: 13px 36px;
}

.btn-primary {
    border-radius: 30px;
    border-color: #eab464;
    background-color: #eab464;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #c18733 !important;
    background-color: #c18733 !important;
}
.btn-secondary {
    border-radius: 30px;
    border-color: #222222;
    background-color: #222222;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border-color: #565656 !important;
    background-color: #565656 !important;
}
.btn-secondary-outline {
    border-radius: 30px;
    color: #000 !important;
    border: solid 2px #000;
    background-color: #fff !important;
}
.btn-secondary-outline:hover {
    border-radius: 30px;
    color: #ffffff !important;
    background-color: #000000 !important;
}

.btn-transparent {
    border-radius: 30px;
    color: #000 !important;
    border: solid 2px transparent;
    background-color: transparent !important;
}
.btn-transparent:hover {
    color: #eab464 !important;
}

.btn-white:hover{
    background-color: black;
    color: white;
}/*
 * Service card
 */
 .service-card {
    width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 24px;
    background-color: #f5f5f5;
}
.service-card-image {
    margin-bottom: 25px;
}
.service-card-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
}
.service-card-title {
    margin: 0px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

/*
 * Platform card
 */
.platform-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
    border-radius: 24px;
    background-color: #e4ddd5;
}
.platform-card-heading {
    margin-top: 45px;
}
.platform-card-pretitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;
}
.platform-card-pretitle img {
    margin-right: 10px;
}
.platform-card-title {
    padding: 0px 20px;
}
.platform-card .btn {
    margin: 0px auto;
}
.platform-card-description {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.platform-card-design-2 {
    background-color: #e9f0ed;
}
.platform-card-design-2 .platform-card-image {
    max-width: 90%;
    display: block;
    margin: auto auto 0px;
}

/*
 * Statistics Card
 */
.statistic-card {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.statistic-card-title {
    color: #222;
    font-size: 96px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 0px;
    letter-spacing: -5px;
}
.statistic-card-description {
    font-size: 16px;
    line-height: 22px;
    margin: 0px auto;
    max-width: 230px;
}

/*
 * Feature card
 */
.feature-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 25px;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.feature-card:hover {
    box-shadow: 0px 10px 24px rgba(34, 34, 34, 0.1);
}
.feature-card-title {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}
.feature-card-description {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.feature-card-footer {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}
.feature-card-arrow {
    width: 36px;
    height: 36px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
}
.feature-card:hover .feature-card-arrow {
    color: #fff;
    background-color: #222;
}
.feature-card-icon {
    color: #222;
    line-height: 1;
    font-size: 36px;
}

/*
 * Trusted by
 */

.trusted-by-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 17px;
    padding: 38px 38px 30px;
    background-color: #fff;
}
.trusted-by-card-stars {
    color: #5e8677;
    margin-bottom: 20px;
}
.trusted-by-card > p {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.trusted-by-card-author {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.trusted-by-card-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.trusted-by-card-author img.trusted-by-card-logo {
    width: 50%;
    height: auto;
    min-width: 190px;
    border-radius: 0px;
}
.trusted-by-card-author p {
    margin: 0px;
}
.trusted-by-card-author-name {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.trusted-by-card-author-job {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    /*
    * Service card
    */
    .service-card {
        padding: 20px;
    }
    .service-card-image {
        width: 77px;
        height: 77px;
        margin-bottom: 15px;
    }
    .service-card-title {
        font-size: 13px;
    }

    /*
     * Platform card
     */
    .platform-card {
        height: auto;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .platform-card-heading {
        margin-top: 15px;
    }
    .platform-card-pretitle {
        margin-bottom: 30px;
    }
    .platform-card-pretitle img {
        width: 32px;
    }
    .platform-card-description {
        max-width: 90%;
        margin-bottom: 20px;
    }
    .platform-card .btn {
        margin-bottom: 15px;
    }

    /*
    * Statistics Card
    */
    .statistic-card-title {
        font-size: 48px;
        margin-bottom: 3px;
    }
    .statistic-card-description {
        font-size: 13px;
        line-height: 18px;
    }

    /*
     * Feature card
     */
    .feature-card {
        padding: 22px 25px;
        margin-bottom: 25px;
    }
    .feature-card-footer {
        margin-top: 0px;
        margin-bottom: 10px;
        align-items: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-card-arrow {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-card-icon {
        font-size: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-card-title {
        font-size: 20px;
        margin-bottom: 8px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-card-description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    /*
     * Trusted by
     */
    .trusted-by-card {
        padding: 25px;
    }
    .trusted-by-card > p {
        font-size: 14px;
        line-height: 20px;
    }
    .trusted-by-card-author img {
        width: 47px;
        height: 47px;
    }
    .trusted-by-card-author-job {
        font-size: 13px;
    }
}
input[type="radio"] {
    display: none;
}

.form-control {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: none !important;

    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.form-control:focus {
    box-shadow: none;
    border-color: #222 !important;
}

textarea.form-control {
    height: 100px;
    border-radius: 20px;
}

.form-control-lg {
    padding: 20px;
}

.form-control-wrapper {
    width: 100%;
    position: relative;
}
.form-control-wrapper-select::after {
    top: 5px;
    right: 26px;
    bottom: 0px;
    z-index: 1;
    font-size: 1.2em;
    margin: auto 0px;
    content: "\f107";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
}
.form-control-wrapper-icon > input,
.form-control-wrapper-icon > select {
    padding-left: 45px;
}
.form-control-icon {
    top: 0px;
    left: 20px;
    bottom: 0px;
    font-size: 1.2em;
    z-index: 1;
    margin: auto 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-label {
    color: #222;
    font-size: 16px;
    line-height: 27px;
}
.form-label.required::after {
    content: "*";
    color: #eab464;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group .form-label {
    left: 22px;
    z-index: 1;
    margin: 0px;
    position: absolute;
    pointer-events: none;
}
.form-group .form-label {
    top: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 22px;
}

.form-control.is-invalid {
    background-image: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
}

.wpcf7-form-control-wrap + br {
    display: none;
}

.custom-radio::before {
    content: "";
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
}
.wpcf7-form-control-wrap + .custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px #222;
}
.wpcf7-form-control-wrap + .custom-radio.active::before {
    background-color: #222;
}
.form-check p {
    margin: 0px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .form-control-lg {
        padding: 15px 20px;
    }

    select.form-control {
        line-height: 1.6;
    }

    .form-group .form-label {
        top: 14px;
    }

    .form-label {
        line-height: 22px;
    }
}
/*
 * Main Navbar
 */
.main-navbar {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: absolute;
  padding: 20px 0px;
}
.main-navbar-row {
  align-items: center;
}
.main-navbar-logo {
  width: 125px;
}
.main-navbar-logo img {
  width: 100%;
}
.main-navbar-logo-column {
  margin-right: auto;
}

.main-navbar-actions {
  display: flex;
  align-items: center;
}
.main-navbar-actions > * {
  margin-left: 20px;
}

.main-navbar-link {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}
.groomers-navbar-link.dropdown {
  cursor: default;
}
.main-navbar-link i {
  font-size: 26px;
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.main-navbar-link:hover {
  color: #222;
}
.main-navbar-link:hover span {
  text-decoration: underline;
}

/*
 * Groomers navbar
 */
.groomers-pre-navbar {
  padding: 5px 0px;
  border-bottom: 1px solid #dbdad7;
}
.groomers-pre-navbar a {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.groomers-pre-navbar a:hover span {
  color: #c18733;
}
.groomers-pre-navbar a i {
  margin-right: 3px;
}
.groomers-navbar {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  padding: 10px 0px;
  background-color: #fff;
}
.groomers-navbar.fixed {
  position: fixed;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
.groomers-navbar-links {
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 6px;
}
.groomers-navbar-links-items {
  width: 100%;
}
.groomers-navbar-links-buttons {
  width: 100%;
  margin-top: auto !important;
}
.groomers-navbar-links .btn {
  width: 100%;
}
.groomers-navbar-links .btn:first-child {
  margin-top: 15px;
}
.groomers-navbar-link {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.groomers-navbar-link:hover {
  color: #222;
}
.groomers-navbar-link.open {
  color: #eab464;
}
.groomers-navbar-link:not(:last-child) {
  margin-right: 24px;
}
.groomers-navbar-dropdown {
  top: 100%;
  left: -150px;
  width: 1280px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}

.subtitle-inside-navbar {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.groomers-navbar-dropdown-body {
  width: 100%;
  color: #222;
  border-radius: 18px;
  background-color: #fff;
  padding: 40px 20px 40px 20px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.groomers-navbar-dropdown-body > .row > [class^="col"] {
  padding-left: 35px;
  padding-right: 35px;
}
.groomers-navbar-dropdown-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
  margin-top: 0px;
  padding-right: 40px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #222 !important;
}
.groomers-navbar-dropdown-right .groomers-navbar-dropdown-title {
  font-size: 18px;
}
.groomers-navbar-dropdown-title i {
  right: 0px;
  position: relative;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.groomers-navbar-dropdown-title:hover i {
  right: -5px;
}
.groomers-navbar-dropdown-divider {
  border-right: solid 1px #dbdad7;
}
.groomers-navbar-dropdonw-banner {
  width: 100%;
  border-radius: 16px;
}
.groomers-navbar-dropdown-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.groomers-navbar-dropdown-link-list a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.groomers-navbar-dropdown-link-list a:not(:last-child) {
  margin-bottom: 10px;
}
.groomers-navbar-dropdown-link-list a i {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.groomers-navbar-dropdown-card {
  padding: 20px;
  border-radius: 16px;
  text-decoration: none;
  color: #222 !important;
  background-color: #faefdf;
}
.groomers-navbar-dropdown-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.groomers-navbar-dropdown-card-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.groomers-navbar-dropdown-card-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0px;
  position: relative;
  padding-right: 13px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.groomers-navbar-dropdown-card-link i {
  top: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 18px;
  position: absolute;
  vertical-align: middle;
}
.groomers-navbar-dropdown-card:hover .groomers-navbar-dropdown-card-link {
  padding-right: 16px;
}
.groomers-navbar-row {
  align-items: center;
}
.groomers-navbar-logo {
  width: 125px;
}
.groomers-navbar-logo img {
  width: 100%;
}
.groomers-navbar-actions {
  margin-left: auto;
}

.groomers-navbar-actions {
  display: flex;
  align-items: center;
}
.groomers-navbar-actions > *:not(:first-child) {
  margin-left: 20px;
}
.groomers-navbar-action {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}
.groomers-navbar-action i {
  font-size: 26px;
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.groomers-navbar-action:hover {
  color: #222;
}
.groomers-navbar-action:hover span {
  text-decoration: underline;
}

.groomers-navbar-toggle {
  padding-left: 0px !important;
}
.groomers-navbar-toggler {
  width: 20px;
  height: 16px;
  margin-top: 5px;
  position: relative;
}
.groomers-navbar-toggler span {
  left: 0px;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #222;
  transition: all 0.2s ease-out;
}
.groomers-navbar-toggler span:first-child {
  top: 0px;
}
.groomers-navbar-toggler.active span:first-child {
  top: 7px;
  transform: rotate(-45deg);
}
.groomers-navbar-toggler span:nth-child(2) {
  top: 7px;
}
.groomers-navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}
.groomers-navbar-toggler span:last-child {
  bottom: 0px;
}
.groomers-navbar-toggler.active span:last-child {
  bottom: 7px;
  transform: rotate(45deg);
}

/* 
* solutions
*/
.solutions-navbar-dropdown {
  width: 1140px;
  left: -190px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.solutions-navbar-dropdown-body {
  padding: 60px 60px 20px 60px;
}
.solutions-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.solutions-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.solutions-navbar-dropdown-link-item:nth-child(even) {
  margin-right: -30px;
}
.solutions-navbar-dropdown-link-list a {
  margin-bottom: 40px !important;
}
.solutions-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.solutions-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.solutions-navbar-dropdown-link-description {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 30px;
}
.solutions-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

.deactivated {
  cursor: default;
}

/* 
* company
*/
.company-navbar-dropdown {
  width: 1350px;
  left: -590px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.company-navbar-dropdown-body {
  padding: 50px 50px 40px 50px;
}
.company-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.company-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.company-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.company-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.company-navbar-dropdown-link-description {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.company-tag-a {
  margin-bottom: 0 !important;
  background: black;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.company-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

.tag-contact-us {
  padding: 16px;
}

/* 
* resources
*/
.resources-navbar-dropdown {
  width: 1180px;
  left: -620px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.resources-navbar-dropdown-body {
  padding: 60px 60px 20px 60px;
}
.resources-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.resources-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.resources-navbar-dropdown-link-list a {
  margin-bottom: 40px !important;
}
.resources-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.resources-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.resources-navbar-dropdown-link-description {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.resources-tag-a {
  margin-bottom: 0 !important;
  background: black;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.resources-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

@media screen and (min-width: 992px) {
  .groomers-navbar-link:hover .groomers-navbar-dropdown {
    display: block;
  }

  .groomers-navbar-link:hover,
  .groomers-navbar-link.active {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1920px) {
  .groomers-navbar-dropdown {
    top: 100%;
    left: -150px;
    width: 1280px;
    z-index: 100;
    display: none;
    padding-top: 15px;
    position: absolute;
  }
  .solutions-navbar-dropdown {
    width: 980px;
    left: -100px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
  .company-navbar-dropdown {
    width: 1380px;
    left: -580px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
  .resources-navbar-dropdown {
    width: 1280px;
    left: -650px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
}

@media screen and (max-width: 1199px) {
  .groomers-navbar-link:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  /*
     * Main navbar
     */
  .main-navbar {
    padding: 8px 0px;
  }
  .main-navbar-logo {
    width: 100px;
  }
  .main-navbar-link-icon {
    font-size: 24px;
  }
  .main-navbar-link-icon span {
    display: none;
  }
  .main-navbar-actions > * {
    margin-left: 12px;
  }
  .main-navbar-actions .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 9.5px;
  }

  /*
     * Groomers navbar
     */
  .groomers-navbar {
    padding: 8px 0px;
  }
  .groomers-navbar-logo {
    width: 100px;
  }
  .groomers-navbar-action-icon {
    font-size: 24px;
  }
  .groomers-navbar-action-icon span {
    font-size: 16px;
  }
  .groomers-navbar-actions {
    padding-left: 0px !important;
  }
  .groomers-navbar-actions > *:first-child {
    margin-left: 0px;
  }
  .groomers-navbar-actions > *:not(:first-child) {
    margin-left: 12px;
  }
  .groomers-navbar-actions .btn {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 9.5px;
  }
  .groomers-navbar-links-buttons .btn-primary {
    font-size: 18px;
  }
  .company-tag-a {
    font-weight: 500;
    min-width: 110px;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .groomers-pre-navbar {
    display: none;
  }
  .groomers-navbar-links {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 9999;
    position: fixed;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: row;
    background-color: #fafafa;
    padding: 15px 25px 10px !important;
  }
  .groomers-navbar-links-items,
  .groomers-navbar-links-buttons {
    margin: 0px auto;
    max-width: 390px;
  }
  .groomers-navbar-link {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 28px;
    padding: 18px 0px;
  }
  .groomers-navbar-link + .groomers-navbar-link {
    border-top: solid 1px #dbdad7;
  }
  .groomers-navbar-link.dropdown {
    position: relative;
  }
  .groomers-navbar-link.dropdown > span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .groomers-navbar-link.dropdown > span::after {
    right: 0px;
    color: #222;
    line-height: 1;
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
  }
  .groomers-navbar-link.dropdown.open > span::after {
    transform: rotate(180deg);
  }
  .groomers-navbar-dropdown {
    left: 0px !important;
    width: 100% !important;
    position: static;
  }
  .groomers-navbar-dropdown {
    padding-top: 23px;
  }
  .groomers-navbar-dropdown-body {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
  }
  .groomers-navbar-dropdown-divider {
    border: none;
  }
  .groomers-navbar-dropdown-link-list {
    margin-top: 0px;
  }
  .groomers-navbar-dropdown-link-list a {
    width: 100%;
    flex: 0 0 100%;
  }
  .groomers-navbar-dropdown-body > .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .groomers-navbar-dropdown-title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .groomers-navbar-dropdown-title i {
    top: 1px;
    margin-left: 5px;
  }
  .groomers-navbar-dropdown-card {
    width: auto;
    display: block;
    max-width: 122%;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 18px -11% 0px;
  }
  .groomers-navbar-dropdown-card [class^="col"]:first-child {
    padding-right: 5px;
  }
  .groomers-navbar-dropdown-card [class^="col"]:last-child {
    padding-left: 10px;
  }
  .groomers-navbar-dropdown-card-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .groomers-navbar-dropdown-card-description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .groomers-navbar-dropdown-card-link {
    font-size: 14px;
  }

  /* 
    * Solutions dropdown
    */
  .solutions-navbar-dropdown-link-list a {
    align-items: start;
    margin-bottom: 25px !important;
  }
  .solutions-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0px !important;
  }
  .solutions-navbar-dropdown-link-list div:nth-child(2) a:last-child {
    margin-bottom: 0;
  }
  .solutions-navbar-dropdown-link-title {
    margin-bottom: 0px;
  }

  /* 
    * company
    */
  .company-navbar-dropdown-link-list a {
    margin-bottom: 25px !important;
  }
  .company-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0px !important;
  }
  .company-navbar-dropdown-link-list div:nth-child(2) a:last-child {
    margin-bottom: 0;
  }
  .company-navbar-dropdown-link-title {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1199px) {
  /*
     * Groomers navbar
     */
  .groomers-navbar-links {
    margin-left: 0px;
  }
  .groomers-navbar-dropdown {
    left: -125px;
    width: 900px;
  }
  .solutions-navbar-dropdown {
    width: 650px;
    left: -100px;
  }
}

@media screen and (min-width: 1200px) {
  .groomers-navbar-dropdown-link-list a {
    margin-bottom: 18px;
  }
}
.modal-soon{

}
.modal-soon .modal-dialog{
    width: 90%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.modal-soon .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 22px;
}
.modal-soon .modal-body{
    padding: 0px;
}
.modal-soon-image{
    padding-right: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.modal-soon-content{
    padding: 25px 0px 40px 45px !important;
}
.modal-soon-content p{
    line-height: 1.3;
}
.modal-soon-close {
    font-size: 34px;
    text-align: right;
}
.modal-soon-close i{
    right: -30px;
    display: block;
    cursor: pointer;
    position: relative;
}
.modal-soon .form-group{
    margin-bottom: 20px;
}
.modal-soon .btn-submit{
    width: 100%;
}
.modal-soon .wpcf7-spinner{
    display: none !important;
}
.modal-soon .wpcf7-response-output{
    margin: 0px;
    font-size: 16px;
    text-align: center;
    border: none !important;
    padding: 0px 16px !important;
}

@media screen and (min-width: 992px) {
    .modal-soon-content h2{
        line-height: 1;
        font-size: 38px;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 992px){
    .modal-soon-content{
        padding-left: 25px !important;
    }
    .modal-soon-close i{
        right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .modal-soon-image{
        display: none;
    }
    .modal-soon-content{
        text-align: center;
        padding: 25px 45px !important;
    }
    .modal-soon-content p{
        margin-bottom: 28px;
    }
    .modal-soon-close{
        font-size: 24px;
    }
    .modal-soon-close i{
        right: -10px;
    }
}:root,
body {
    color: #222222;
    font-size: 18px;
    line-height: 1.5;

    overflow-x: hidden;
    margin: 0px !important;

    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

html.overflow-hidden,
:root.overflow-hidden,
body.overflow-hidden {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

a {
    display: inline-block;
}

a,
button {
    outline: 0px;
}

p b,
p strong {
    font-weight: 600;
}

p > a {
    color: #c18733;
    font-weight: 600;
    text-decoration: underline;
}
p > a:hover {
    color: #c18733;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.check-list {
    color: #222;
    font-weight: 500;
}
.dark-list {
    color: #fff;
    font-weight: 400;
}

.check-list,
.dark-list {
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    padding-left: 0px;
}
.check-list li,
.dark-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
}
.check-list li::before {
    left: 0px;
    content: "\f058";
    font-weight: 600;
    color: #92b4a7;
    font-size: 20px;
    margin-top: 3px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}
.check-list strong,
.check-list b,
.dark-list strong,
.dark-list b {
    font-weight: 600;
}

.dark-list li {
    border-radius: 6px;
    line-height: inherit;
    display: inline-flex;
    background-color: #222;
    padding: 10px 20px 10px 15px;
}
.dark-list li > i {
    margin-top: 1px;
    margin-right: 10px;
    line-height: inherit;
}

@media screen and (max-width: 768px) {
    :root,
    body {
        font-size: 16px;
    }

    .row > * {
        padding-right: calc(var(--bs-gutter-x) * 0.75);
        padding-left: calc(var(--bs-gutter-x) * 0.75);
    }

    .check-list {
        font-size: 16px;
        line-height: 22px;
        padding-right: 30px;
    }
    .dark-list {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .wpcf7-response-output{
        padding-right: 20px !important;
        padding-left: 20px !important;
        line-height: 1.3;
    }
}h1,
.h1 {
    line-height: 1;
    font-size: 28px;
    font-weight: 600;
}

h2,
.h2 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.16;
}

h3,
.h3 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.16;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

h5,
.h5 {
}

h6,
.h6 {
    color: #eab464;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 6px;
}

.highlight {
    color: #eab464;
}

@media screen and (min-width: 769px) {
    h1,
    .h1 {
        font-size: 58px;
        font-weight: 600;
        line-height: 58px;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 36px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}
/*
 * Setup
 */
body.page-template-page-about-us {
  overflow: visible;
}

/*
 * About hero
 */
.about-hero {
  padding-top: 60px;
  text-align: center;
  background-color: #fff;
}
.about-hero-badge {
  width: 105px;
  display: block;
  margin: 0px auto 50px;
}

.about-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

/*
 * About commitment
 */
.about-commitment {
  background-color: #f8f5f1;
}
.about-commitment h2 {
  max-width: 470px;
}
.about-commitment-pretitle {
  color: #eab464;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}

/*
 * About story
 */
.about-story {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #222;
  color: #fff;
}
.about-story-avatar {
  position: sticky;
  top: 150px;
  width: 476px;
}
.about-story-started-pretitle {
  color: #eab464;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.about-story-started p {
  font-size: 20px;
  line-height: 1.4;
}
.about-story-started h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2%;
  margin-bottom: 15px;
}
.about-story-started-two h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  max-width: 500px;
  margin-bottom: 65vh;
}
.about-story-started-two h2:last-child {
  margin-bottom: 40vh;
}
.about-story-heading-title {
  margin-top: 80px;
}
.about-story-heading-title h3 {
  color: #fff;
  max-width: 430px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.about-story-heading h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  color: #eab464;
  text-align: center;
}
.about-story-was-born {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}
.about-story-techno-caption-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-story-techno-image-container {
  background-color: #2e2e2e;
  border-radius: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-story-techno-stages-container {
  background-color: #2e2e2e;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-story-techno img {
  width: 100%;
}
.about-story-techno p {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}
.stage-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}
.about-story-techno p:nth-child(1) {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -3%;
  margin-bottom: 2rem;
}
.about-story-started-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 65vh;
}
.about-story-vector-one {
  width: 2.05px;
  padding: 0;
}
.about-story-vector-two {
  position: relative;
  left: 110px;
  width: 251px;
  height: 160px;
  margin-top: 20px;
}

/*
 * About mission
 */
.about-mission {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}

/**
 * About pre footer
 */

.font-pre-footer {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
/*
* About name
*/
.about-name {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-name h2 {
}
.about-name-pretitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #eab464;
}
.about-name-sound {
  width: 100%;
  cursor: pointer;
  margin-top: 60px;
}
.about-name-sound h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.about-name-sound-desc {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}
.about-name-sound-desc b,
.about-name-sound-desc strong {
  font-weight: 600;
}
.about-name-sound-desc span {
  margin: 0px 5px;
}
.about-name-sound-desc [class^="fa"] {
  font-size: 34px;
  margin-left: 5px;
  vertical-align: middle;
}
.about-name-sound:hover [class^="fa"] {
  color: #eab464;
}

/**
 * About Our Team
 */
.swipe-container {
  overflow: hidden;
  /* Oculta las barras de desplazamiento */
  position: relative;
}

.swipe-content {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  -ms-overflow-style: none;
  /* Oculta scroll bar en IE y Edge */
  scrollbar-width: none;
  /* Oculta scroll bar en Firefox */
}

.swipe-content::-webkit-scrollbar {
  display: none;
  /* Oculta scroll bar en Chrome, Safari y Opera */
}

/* General Styles */
.our-team-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  color: #c18733;
}

.team-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.team-member {
  text-align: center;
}

.team-photo {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
}

/* Brand Ambassadors - Desktop */
.brand-ambassadors {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ambassador-card {
  position: relative;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ambassador-card:hover {
  transform: scale(1.1);
}

.ambassador-card:active {
  transform: scale(0.95);
}

.ambassador-photo {
  background: #d9d9d9;
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.ambassador-card:hover .overlay {
  opacity: 1;
}

.explore-text {
  color: white;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

/* Mobile Carousel */
.brand-ambassadors-carousel {
  display: none;
  margin-top: 20px;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
}

.carousel-item {
  flex: 0 0 auto;
  text-align: center;
}

.carousel-item .ambassador-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.explore-text-mob {
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
  color: black;
}

.explore-text-mob:hover {
  color: black;
}

/*
 * About marquee
 */
.cuddles-marquee {
  padding: 50px 0px;
  background-color: #fff;
}
.cuddles-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/*
 * About values
 */
.about-values {
  padding: 100px 0px 50px;
  background-color: #f4f3f0;
}
.about-values-heading {
  margin-bottom: 50px;
}
.about-values-item h3 {
  font-size: 24px;
  line-height: 1.2;
}
.about-values-item p {
  margin: 0px;
  font-size: 16px;
}
.about-values-item {
  margin-bottom: 50px;
}

/*
 * About working
 */
.about-working {
  padding: 100px 0px;
  text-align: center;
  background-color: #fff;
}
.about-working h2 {
  margin-bottom: 25px;
}
.about-working a {
  color: #222;
  font-weight: 600;
}
.about-working a:hover {
  color: #eab464;
}

@media screen and (min-width: 992px) {
  /*
     * About us hero
     */
  .about-hero h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 18px;
    letter-spacing: -2px;
  }

  /*
    * About commitment
    */
  .about-commitment h2 {
    line-height: 120%;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 45px;
    letter-spacing: -2%;
  }

  /*
     * About story
     */

  /*
     * About mission
     */
  .about-mission-image {
    left: -15%;
    width: 120%;
    max-width: unset;
    position: relative;
  }
  .about-mission p {
    max-width: 350px;
  }

  /*
     * About name
     */
  .about-name h2 {
    font-size: 30px;
  }

  /*
     * About values
     */
  .about-values-heading {
    text-align: center;
  }

  /*
     * About working
     */
  .about-working h2 {
    line-height: 1;
    font-size: 58px;
  }
  .about-working p {
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 992px) {
  /*
     * About commitment
     */
  .about-commitment {
    text-align: center;
  }
  .about-commitment-image {
    width: 90vw;
    margin-top: 0;
  }

  /* 
    * About story
    */
  .about-story {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-story-avatar-container {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .about-story-avatar {
    position: relative;
    top: auto;
  }
  .about-story-started-one,
  .about-story-started-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-story-started-two h2:last-child {
    margin-bottom: 60px;
  }
  .about-story-started-pretitle {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .about-story-started p {
    max-width: 424px;
    margin-bottom: 50px;
  }
  .about-story-started-two h2:first-child {
    margin-top: 0px;
  }
  .about-story-started-two h2 {
    max-width: 490px;
    margin-top: 0;
    margin-bottom: 62px;
  }
  .about-story-heading h2 {
    font-size: 60px;
  }
  .about-story-techno {
    flex-direction: column-reverse;
  }
  .about-story-techno p {
    max-width: 800px;
  }
  .about-story-heading-title {
    margin-top: 0;
  }

  /*
     * About mission
     */
  .about-mission h2 {
    margin-top: 40px;
  }

  /*
     * About name
     */
  .about-name .row {
    flex-direction: column-reverse;
  }
  .about-name img {
    margin-bottom: 25px;
  }
  .about-name p {
    padding-right: 25px;
  }
  .about-name-sound {
    margin-top: 35px;
  }
  .about-name-sound h3 {
    font-size: 16px;
  }
  .about-name-sound-desc {
    font-size: 36px;
  }
  .about-name-sound-desc [class^="fa"] {
    font-size: 28px;
  }

  /*
     * About values
     */
  .about-values-heading {
    margin-bottom: 30px;
  }
  .about-values-heading h2 {
    font-size: 28px;
  }

  /*
     * About working
     */
  .about-working {
    padding: 60px 0px;
  }
  .about-working h2 {
    font-size: 28px;
  }
  .about-working p {
    width: 80%;
    display: block;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {
  /*
     * About hero
     */
  .about-hero {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .about-hero-badge {
    width: 75px;
    margin-bottom: 30px;
  }

  .about-subtitle {
    font-size: 14px;
    font-weight: 400;
  }

  /*
     * About commitment
     */
  .about-commitment {
    overflow: hidden;
  }
  .about-commitment h2 {
    font-size: 26px;
    max-width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about-commitment-image {
    width: 100vw;
  }

  /*
     * About story
     */
  .about-story-started-pretitle {
    font-size: 16px;
    line-height: 19px;
  }
  .about-story-started h2 {
    width: 75%;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-story-started p {
    font-size: 16px;
  }
  .about-story-started-two h2 {
    max-width: 600px;
    width: 350px;
    font-size: 26px;
  }
  .about-story-heading-title h3 {
    font-size: 18px;
  }
  .about-story-heading h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .about-story-started-two h2 {
    margin-bottom: 62px;
  }
  .about-story-techno p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
  }
  .about-story-techno-image-container {
    background-color: #222;
    width: auto;
    min-width: unset;
    min-height: 320px;
    border-radius: 28px;
  }
  .about-story-techno-stages-container {
    border-radius: 20px;
  }
  .about-story-was-born {
    font-size: 24px;
  }
  .stage-title {
    font-size: 20px;
    text-align: center;
  }
  .about-story-techno img {
    width: 250px;
    height: 250px;
  }
  .about-story-vector-one {
    height: auto;
  }

  /*
     * About mission
     */
  .about-mission {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .about-mission .row > *:first-child {
    padding: 0px;
  }

  /*
     * About name
     */
  .about-name {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .about-name-pretitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }

  /*
     * About values
     */
  .about-values {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .about-values-item h3 {
    font-size: 22px;
  }
  /**
     * About pre footer
     */
  .font-pre-footer {
    font-size: 16px !important;
  }

  /*
     * Cuddles marquee
     */
  .cuddles-marquee .swiper-slide img {
    width: 150vw;
    max-width: unset;
  }

  /**
     * About our team
     */
  .team-photo {
    width: 100px;
    height: 100px;
  }

  .section-title {
    font-size: 16px;
    font-weight: 500;
  }

  .team-title {
    font-size: 20px;
    line-height: 120%;
  }
  .ambassador-photo {
    width: 100px;
    height: 100px;
  }
  /*
     * About shapes
     */
  .about-shape {
    margin-bottom: -1px;
  }
}
/*
 * bookings hero
 */
.bookings-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.bookings-hero-content {
  align-self: center;
}
.bookings-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.bookings-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.bookings-hero-buttons {
  margin-top: 40px;
}
.bookings-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.bookings-hero-image img {
  width: 49.3vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* bookings icons bar
*/
.bookings-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.bookings-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.bookings-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.bookings-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.bookings-iconbar-item:hover {
  color: #eab464;
}
.bookings-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.bookings-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.bookings-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* bookings content
*/

.bookings-content {
  padding: 75px 0px;
  background-color: #fff;
}
.bookings-content-text:first-child {
  padding-right: 0px;
}
.bookings-content-text h2 {
  margin-bottom: 14px;
}
.bookings-content-text a {
  margin-top: 25px;
}
.bookings-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * bookings hero
   */
  .bookings-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .bookings-hero-content {
    margin-bottom: 30px;
  }
  .bookings-hero-image {
    margin-top: 27px;
  }
  .bookings-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * bookings hero
   */
  .bookings-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * bookings hero
   */
  .bookings-hero {
    padding-top: 35px;
  }
  .bookings-hero .row {
    flex-wrap: wrap-reverse;
  }
  .bookings-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bookings-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .bookings-hero-pretitle {
    display: none;
  }
  .bookings-hero-buttons {
    justify-content: center;
  }

  /*
   * bookings contents
   */
  .bookings-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bookings-content.first {
    padding-top: 50px;
  }
  .bookings-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .bookings-content-image {
    margin-bottom: 35px;
  }
  .bookings-content-text h2 {
    margin-bottom: 12px;
  }
  .bookings-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * bookings icons bar
   */
  .bookings-iconbar {
    padding: 10px 0px;
  }
  .bookings-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .bookings-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * bookings hero
   */
  .bookings-hero-image img {
    width: 96vw;
  }
  .bookings-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .bookings-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .bookings-hero-buttons {
    margin-top: 35px;
    margin-bottom: 2rem;
  }
}
/*
 * calendar hero
 */
.calendar-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.general-hero {
  padding: 65px 0 0 0;
}
.tag-color {
  color: #eab464;
}
.custom-check {
  margin: 0;
  padding-top: 3rem;
}
.list-li li::before {
  top: 3px !important;
}
.separator-bottom {
  padding-bottom: 5rem;
}
.separator-column {
  margin-left: 4rem;
}
/**
* calendar font size
*/
.custom-h2 {
  font-size: 38px;
}
.custom-h4 {
  font-size: 32px;
}
.custom-subtitle {
  font-size: 20px;
}
.hero-subtitle {
  font-size: 20px;
}
.container-dist {
  padding: 7rem 0 6rem 0;
}
.grooming-fun {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}
.grooming-subtitle-fun {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
}
.calendar-hero-content {
  align-self: center;
}
.calendar-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.general-hero-description {
  line-height: 140%;
  margin-bottom: 0px;
}
.space-image {
  padding-left: 4rem;
}
.calendar-hero-buttons {
  margin-top: 32px;
}
.calendar-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.calendar-hero-image img {
  width: 49.5vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.custom-feature-card {
  min-height: 100%;

  > a {
    min-height: 100%;
  }
}
.-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  .-hero-buttons {
    margin-top: 2rem;
  }
}
.-hero-image {
  display: flex;
}
.cards-features-more {
  cursor: pointer;
}
.see-more-feat {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.font-size-2 {
  font-size: 54px !important;
  letter-spacing: 0% !important;
}
/**
* calendar icons bar
*/
.img-sizing {
  height: 36px;
  width: 36px;
}
.calendar-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.calendar-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.calendar-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.calendar-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.calendar-iconbar-item:hover {
  color: #eab464;
}
.calendar-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.calendar-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.calendar-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* calendar content
*/

.calendar-content {
  padding: 35px 0px;
  background-color: #fff;
}
.calendar-content-text:first-child {
  padding-right: 0px;
}
.calendar-content-text h2 {
  margin-bottom: 14px;
}
.calendar-content-text a {
  margin-top: 25px;
}
.calendar-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 28px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
  .circle-position {
    left: 64%;
    bottom: 50%;
  }
  .compare-plans-header {
    padding-right: 6%;
    padding-left: 12%;
  }
  .compare-plans-row {
    margin-right: 6%;
    margin-left: 12%;
  }
}

@media screen and (min-width: 1600px) {
  .compare-plans-header {
    padding-right: 10%;
    padding-left: 20%;
  }
  .compare-plans-row {
    margin-right: 10%;
    margin-left: 20%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .circle-position {
    left: 62%;
    bottom: 50%;
  }

  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1400px) {
  .circle-position {
    left: 62%;
    bottom: 50%;
  }
}

@media screen and (max-width: 991px) {
  /*
   * calendar hero
   */
  .calendar-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .calendar-hero-content {
    margin-bottom: 30px;
  }
  .calendar-hero-image {
    margin-top: 27px;
  }
  .calendar-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  .separator-column {
    margin-left: 0;
  }

  .circle-position {
    left: 72%;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * calendar hero
   */
  .calendar-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-position {
    left: 64%;
    bottom: 51%;
  }
  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-position {
    left: 66.5%;
    bottom: 50%;
  }
  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 991px) and (max-width: 769px) {
  .circle-position {
    left: 64%;
    bottom: 51%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .compare-plans-header {
    padding-right: 2%;
    padding-left: 4%;
  }
  .compare-plans-row {
    margin-right: 2%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  /*
   * calendar hero
   */
  .calendar-hero {
    padding-top: 35px;
  }
  .calendar-hero .row {
    flex-wrap: wrap-reverse;
  }
  .calendar-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .calendar-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .calendar-hero-pretitle {
    display: none;
  }
  .calendar-hero-buttons {
    justify-content: center;
  }

  /*
   * calendar contents
   */
  .calendar-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .calendar-content.first {
    padding-top: 50px;
  }
  .calendar-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .calendar-content-image {
    margin-bottom: 35px;
  }
  .calendar-content-text h2 {
    margin-bottom: 12px;
  }
  .calendar-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * calendar icons bar
   */
  .calendar-iconbar {
    padding: 10px 0px;
  }
  .calendar-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .calendar-iconbar-item h3 {
    font-size: 14px;
  }

  /**
   * calendar font size
   */

  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * calendar hero
   */
  .calendar-hero-image img {
    width: 96vw;
  }
  .calendar-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .calendar-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .calendar-hero-buttons {
    margin-top: 35px;
  }
  .separator-bottom {
    padding-bottom: 0rem;
  }
  .custom-check {
    margin: 0;
    padding-top: 0;
  }
  .list-li li::before {
    top: -3px !important;
  }
  .space-image {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .img-sizing {
    height: 32px;
    width: 32px;
  }
  .check-list {
    padding-right: 0 !important;
  }
  .custom-title-h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: -1%;
  }
  .container-dist {
    padding: 5rem 0 4rem 0.5rem;
  }
  .separator-column {
    margin-left: 0;
  }
  /**
   * calendar font size
   */
  .font-size-2 {
    font-size: 28px !important;
    letter-spacing: 0% !important;
  }
  .grooming-fun {
    font-size: 20px;
  }
  .grooming-subtitle-fun {
    font-size: 16px;
  }
  .circle-position {
    left: 68.6%;
    bottom: 62%;
  }
  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  .compare-plans-header {
    padding-right: 2%;
    padding-left: 4%;
  }
  .compare-plans-row {
    margin-right: 2%;
    margin-left: 4%;
  }
  .-hero-image {
    padding: 0px !important;
  }
  .-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
  
    .-hero-buttons {
      margin-top: 2rem;
    }

    h1 {
      padding: 0px 45px;
      margin-bottom: 10px;
    }

    p {
      font-size: 14px;
      padding: 0px 20px;
    }
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .circle-position {
    left: 65.5%;
    bottom: 62%;
  }
}
@media screen and (min-width: 526px) and (max-width: 576px) {
  .circle-position {
    left: 65.5%;
    bottom: 62%;
  }
}
@media screen and (min-width: 500px) and (max-width: 525px) {
  .circle-position {
    left: 66.5%;
    bottom: 62%;
  }
}
/*
 * clients hero
 */
.clients-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.clients-hero-content {
  align-self: center;
}
.clients-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.clients-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.clients-hero-buttons {
  margin-top: 40px;
}
.clients-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.clients-hero-image img {
  width: 50vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* clients icons bar
*/
.clients-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.clients-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.clients-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.clients-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.clients-iconbar-item:hover {
  color: #eab464;
}
.clients-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.clients-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.clients-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* clients content
*/

.clients-content {
  padding: 75px 0px;
  background-color: #fff;
}
.clients-content-text:first-child {
  padding-right: 0px;
}
.clients-content-text h2 {
  margin-bottom: 14px;
}
.clients-content-text a {
  margin-top: 25px;
}
.clients-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * clients hero
   */
  .clients-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .clients-hero-content {
    margin-bottom: 30px;
  }
  .clients-hero-image {
    margin-top: 27px;
  }
  .clients-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * clients hero
   */
  .clients-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * clients hero
   */
  .clients-hero {
    padding-top: 35px;
  }
  .clients-hero .row {
    flex-wrap: wrap-reverse;
  }
  .clients-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .clients-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .clients-hero-pretitle {
    display: none;
  }
  .clients-hero-buttons {
    justify-content: center;
  }

  /*
   * clients contents
   */
  .clients-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clients-content.first {
    padding-top: 50px;
  }
  .clients-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .clients-content-image {
    margin-bottom: 35px;
  }
  .clients-content-text h2 {
    margin-bottom: 12px;
  }
  .clients-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * clients icons bar
   */
  .clients-iconbar {
    padding: 10px 0px;
  }
  .clients-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .clients-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * clients hero
   */
  .clients-hero-image img {
    width: 96vw;
  }
  .clients-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .clients-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .clients-hero-buttons {
    margin-top: 35px;
  }
}
/*
 * Contact form
 */
.contact-us {
    color: #fff;
    padding: 65px 0px;
    background-color: #222222;
}
.contact-us-content {
    padding-top: 60px;
}
.contact-us-content h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
}
.contact-us-content hr {
    margin: 30px 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.contact-us-content-group:not(:last-child) {
    margin-bottom: 30px;
}
.contact-us-content-group p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}
.contact-us-content-group p a {
    color: #fff !important;
}
.contact-us-form {
    width: 100%;
    color: #222;
    padding: 45px 30px;
    border-radius: 30px;
    background-color: #ffffff;
}
.contact-us-form-heading {
    text-align: center;
    margin-bottom: 35px;
}
.contact-us-form h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}
.contact-us-form .wpcf7-response-output {
    font-size: 16px;
    text-align: center;
    border: none !important;
    padding: 0px 80px !important;
    margin-bottom: 0px !important;
}

/*
 * Contact info
 */
.contact-info {
    padding-top: 70px;
    padding-bottom: 100px;
}
.contact-info-heading {
    margin-bottom: 70px;
}
.contact-info-heading h2 {
    letter-spacing: -1px;
}
.contact-info-group {
    margin-bottom: 60px;
}
.contact-info-group > a {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    text-decoration: underline;
}
.contact-info-group a {
    color: #222;
}
.contact-info-group a:hover {
    text-decoration: none;
}
.contact-info-group p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}
.contact-info-group ul {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 29px;
    list-style: none;
}
.contact-info-group .h2 {
    font-weight: 400;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .contact-us-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us {
        padding: 50px 0px;
    }
    .contact-us-content {
        padding-top: 0px;
    }
    .contact-us-content h1 {
        width: 70%;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .contact-us-content > p {
        width: 95%;
        font-size: 16px;
        line-height: 20px;
    }
    .contact-us-content-group p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us-form {
        padding: 30px 15px;
    }
    .contact-us-form-heading {
        margin-bottom: 22px;
    }
    .contact-us-form h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-us-form .wpcf7-response-output {
        margin-top: 1.4em !important;
        padding: 0px 10px !important;
    }

    .contact-info {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .contact-info-heading {
        margin-bottom: 25px;
    }
    .contact-info-group {
        margin-bottom: 30px;
    }
    .contact-info-group > a {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 6px;
    }
    .contact-info-group p {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-info-group ul {
        font-size: 16px;
        line-height: 22px;
    }
}
/*
 * extended hero
 */
.extended-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.tag-color {
  color: #eab464;
}
.professional-section-bg {
  background-color: #1a1a1a;
}
.custom-space-container {
  min-width: 80%;
}
.play-video-btn {
  cursor: pointer;
}
.custom-item {
  background: #f4f3f0;
  border-radius: 20px;
}
.faq-question {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #f4f3f0;
  box-shadow: none;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:last-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:last-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-header.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.article-text {
  font-weight: 600;
  line-height: 132%;
  color: black;
}
.feature-list-check {
  margin: 0;
  padding-top: 1rem;
}
.feature-spacing {
  padding: 5rem 0;
}
.section-card {
  border-radius: 1rem;
}
/**
* extended font size
*/
.custom-h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}
.custom-h1-hero {
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2%;
}
.custom-h2 {
  font-size: 38px;
}
.join-sofware-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
}
.free-tag {
  font-size: 140px;
  font-weight: 600;
}
.custom-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
.specialists-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 134%;
}
.specialist-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.specialists-charge {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  line-height: 124%;
}
.card-body {
  padding: 1rem 0;
}
.pre-header {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
}
.spacer-right {
  padding-right: 5rem;
}
.video-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1%;
  line-height: 124%;
}
.video-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: -2%;
}
.cat-section-pretitle {
  color: #c18733;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
}
.cat-section-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0%;
}
/**
* styles for the testimonials section - author article
*/
.custom-family-font {
  font-family: "Young Serif", serif;
}

/* Efecto en la parte inferior */
.hero-effect-bottom .container {
  min-width: 100%;
  /* Asegura que no interfiera con la interacción del usuario */
}

.first-paragraph {
  font-size: 36px;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: -3%;
}

.translated-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 0%;
}

.author-paragraph {
  color: #5e8677;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -4%;
}
/**
* styles for sticky tab options
*/
/* Estilos iniciales de la sección */
.initial-section {
  padding: 2rem 0;
  text-align: center;
}
.pill-link {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  color: #7a7a7a;
  opacity: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0%;
  cursor: pointer;
}
.pill-link:hover {
  color: #eab464;
  opacity: 100%;
}
.pill-link.active {
  background-color: #eab464;
  font-weight: 500;
  color: white;
  opacity: 100%;
}
/* Estilos para la sección cuando se convierte en header fijo */
.fixed-header {
  position: fixed;
  top: 58px;
  /* Ajusta este valor según la altura del header principal */
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 998;
  padding: 0.5rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.fixed-header .d-flex {
  justify-content: center;
}
/* Custom styling for the indicators to match the image */
.carousel-indicators [data-bs-target] {
  background-color: #000;
  /* Dark color for active indicator */
  opacity: 0.7;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.carousel-indicators .active {
  opacity: 1;
}

.blank-ul {
  list-style-type: circle;
}

.tag-prefooter {
  background: #F1F1F1;
  border-radius: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
  /* Hide the default arrows */
}
.custom-card-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.card-style {
  background-color: #f8f5f1;
  border-radius: 20px;
}
.p-min-size {
  min-height: 3rem;
}
.custom-h3 {
  font-size: 40px;
  line-height: 115%;
  margin-bottom: 1rem;
}
.footer-hero-title {
  font-size: 52px !important;
  font-weight: 600 !important;
  line-height: 116% !important;
}
.custom-quote {
  font-family: "Young Serif", serif;
  font-size: 40px;
}
.double-check-list {
  margin: 0;
  padding-top: 1rem;
}
.double-check-list li::before {
  top: 0px !important;
}
.autor {
  font-size: 20px;
}
.autor-footer {
  padding: 0.3rem;
  color: #333;
}
.complete {
  min-width: 100%;
  padding: 0;
}
.others-section {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}
.others-section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.img-layout {
  width: 96vw;
  position: relative;
  max-height: 720px;
  max-width: unset;
  object-fit: contain;
  object-position: left;
  margin-top: 4rem;
}
.testimonial-box {
  background-color: #f4f3f0; /* Color de fondo gris claro */
  border-radius: 15px; /* Bordes redondeados */
  padding: 1rem; /* Relleno interno */
  box-shadow: 10px 10px 0px 0px #000000; /* Sombra sutil */
  border: 2px solid #000; /* Borde negro */
  text-align: left; /* Alineación del texto a la izquierda */
  margin: 20px; /* Centrado horizontal y margen vertical */
}
.testimonial-box h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.testimonial-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* Espaciado entre líneas */
}
.company-name {
  font-size: 18px;
  font-weight: 400;
}
.custom-h4 {
  font-size: 32px;
}
.pre-title {
  color: #eab464;
}
.custom-p {
  font-size: 32px;
  font-weight: 600;
}
.custom-tag-title {
  font-size: 54px;
}
.custom-subtitle {
  font-size: 20px;
}
.answer {
  font-size: 16px;
}
.hero-subtitle {
  font-size: 20px;
}
.extended-hero-content {
  align-self: center;
}
.extended-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.general-hero-description {
  line-height: 140%;
  margin-bottom: 0px;
}
.extended-hero-buttons {
  margin-top: 2rem;
}
.extended-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.extended-hero-image img {
  width: 49.5vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* extended icons bar
*/
.extended-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.extended-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.extended-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.extended-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.extended-iconbar-item:hover {
  color: #eab464;
}
.extended-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.extended-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.extended-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* unlesh potential content
*/

/* Section title */
.potential-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2%;
}

/* Custom card styles */
.custom-card {
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-5px);
}

/* Badge styles */
.badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.guide-badge {
  background-color: #5e8677;
  color: #fff;
}

/* Card title */
.card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}

/* Card subtitle */
.card-subtitle {
  min-height: 2.5rem;
  font-size: 16px;
}

/* Card icon */
.card-icon {
  font-size: 1.5rem;
}

.card-image img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.btn-footer {
  top: 78%;
}

/* Background colors */
.bg-light-green {
  background-color: #e9f0ed;
}

.bg-light-yellow {
  background-color: #faefdf;
}

.bg-light-beige {
  background-color: #e4ddd5;
}

.bg-light-gray {
  background-color: #f4f3f0;
}

/**
* extended content
*/

.extended-content {
  margin: 0 0 8rem 0;
  background-color: #fff;
}
.extended-content-text h2 {
  margin-bottom: 14px;
}
.extended-content-text a {
  margin-top: 25px;
}
.extended-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 28px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * extended hero
   */
  .extended-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .extended-hero-content {
    margin-bottom: 30px;
  }
  .extended-hero-image {
    margin-top: 27px;
  }
  .extended-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }
  .extended-hero-image {
    margin-top: 27px;
  }
  .extended-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * extended hero
   */
  .extended-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * extended hero
   */
  .extended-hero {
    padding-top: 35px;
  }
  .extended-hero .row {
    flex-wrap: wrap-reverse;
  }

  .extended-hero-image {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .extended-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .extended-hero-pretitle {
    display: none;
  }
  .extended-hero-buttons {
    justify-content: center;
  }

  /*
   * extended contents
   */
  .extended-content {
    margin: 0 0 4rem 0;
  }
  .extended-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .extended-content-image {
    margin-bottom: 35px;
  }
  .extended-content-text h2 {
    margin-bottom: 12px;
  }
  .extended-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * extended icons bar
   */
  .extended-iconbar {
    padding: 10px 0px;
  }
  .extended-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .extended-iconbar-item h3 {
    font-size: 14px;
  }

  /**
   * extended font size
   */

  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
  .specialist-card {
    min-width: 80%;
    /* Make cards wider on smaller screens */
    margin: 0 auto;
    /* Center single card */
  }

  .carousel-inner {
    flex-wrap: nowrap;
    /* Prevent wrapping on smaller screens */
    overflow-x: auto;
    /* Enable horizontal scroll */
    scroll-snap-type: x mandatory;
    /* Enable snap scrolling */
    padding-bottom: 20px;
    /* Add some padding for scroll indicator */
  }

  .carousel-item {
    scroll-snap-align: start;
    padding: 0;
    /* Adjust padding for single item view */
    width: 100%;
    /* Make each item full width */
  }
}
@media screen and (max-width: 567px) {
  /*
   * extended hero
   */
  .extended-hero-buttons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .extended-hero-image img {
    width: 96vw;
  }
  .extended-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .extended-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .extended-hero-buttons {
    margin-top: 35px;
  }
  .feature-list-check {
    margin: 0;
    padding-top: 0;
  }
  .feature-spacing {
    padding: 2rem 0;
  }
  .img-layout {
    margin-top: 1rem;
  }
  /**
   * extended font size
   */
  .custom-h4 {
    font-size: 20px;
  }
  .custom-h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .custom-h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-card-title {
    font-size: 20px;
  }
  .specialists-subtitle {
    font-size: 16px;
  }
  .specialist-name {
    font-size: 16px;
  }
  .specialists-charge {
    font-size: 12px;
  }
  .join-sofware-title {
    font-size: 28px;
  }
  .pre-header {
    font-size: 14px;
  }
  .custom-h1-hero {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: -1%;
  }
  .spacer-right {
    padding-right: 1rem;
  }
  .cat-section-pretitle {
    font-size: 16px;
  }
  .cat-section-title {
    font-size: 28px;
  }
  .free-tag {
    font-size: 90px;
  }
  .footer-hero-title {
    font-size: 28px !important;
    line-height: 115% !important;
  }
  .custom-quote {
    font-size: 20px;
  }
  .others-section {
    font-size: 24px;
  }
  .others-section-subtitle {
    font-size: 16px;
  }
  .autor {
    font-size: 14px;
  }
  .custom-subtitle {
    font-size: 16px;
  }
  .answer {
    font-size: 14px;
  }
  .custom-p {
    font-size: 20px;
  }
  .custom-tag-title {
    font-size: 28px;
  }
  .company-name {
    font-size: 14px;
  }
  .btn {
    font-size: 16px;
  }
  .testimonial-box h5 {
    font-size: 18px;
  }
  .testimonial-box p {
    font-size: 16px;
  }
  .article-text {
    font-size: 20px !important;
  }
  .faq-question {
    font-size: 16px !important;
  }
  .pill-link {
    font-size: 16px;
    padding: 0.4em 0.6em;
  }
  .custom-family-font {
    font-family: "Young Serif", serif;
  }
  .first-paragraph {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -5%;
  }
  .translated-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0%;
  }
  .author-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0%;
  }
  /* Section title */
  .potential-title {
    font-size: 22px;
  }
  .badge {
    font-size: 12px;
  }
  /* Card title */
  .card-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  /* Estilos para la sección cuando se convierte en header fijo */
  .fixed-header {
    top: 56px;
  }

  /* Card subtitle */
  .card-subtitle {
    font-size: 14px;
  }
  .btn-footer {
    top: 70%;
  }
}
/*
 * Features hero
 */
.features-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.features-hero-content {
  align-self: center;
}
.features-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.features-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.features-hero-buttons {
  margin-top: 40px;
}
.features-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.features-hero-image img {
  width: 60vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* Features icons bar
*/
.features-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.features-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.features-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.features-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.features-iconbar-item:hover {
  color: #eab464;
}
.features-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.features-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.features-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* Features content
*/

.features-content {
  padding: 75px 0px;
  background-color: #fff;
}
.features-content-text:first-child {
  padding-right: 0px;
}
.features-content-text h2 {
  margin-bottom: 14px;
}
.features-content-text p {
}
.features-content-text a {
  margin-top: 25px;
}
.features-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * Features hero
   */
  .features-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .features-hero-content {
    margin-bottom: 30px;
  }
  .features-hero-image {
    margin-top: 27px;
  }
  .features-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * Features hero
   */
  .features-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * Features hero
   */
  .features-hero {
    padding-top: 35px;
  }
  .features-hero .row {
    flex-wrap: wrap-reverse;
  }
  .features-hero-image {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .features-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .features-hero-pretitle {
    display: none;
  }
  .features-hero-buttons {
    justify-content: center;
  }

  /*
   * Features contents
   */
  .features-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .features-content.first {
    padding-top: 50px;
  }
  .features-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .features-content-image {
    margin-bottom: 35px;
  }
  .features-content-text h2 {
    margin-bottom: 12px;
  }
  .features-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * Features icons bar
   */
  .features-iconbar {
    padding: 10px 0px;
  }
  .features-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .features-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * Features hero
   */
  .features-hero-image img {
    width: 130vw;
  }
  .features-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .features-hero-content p {
    font-size: 16px;
    padding: 0px 20px;
  }
  .features-hero-buttons {
    margin-top: 35px;
  }
}
/*
 * Pre footer
 */
.pre-footer {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 140px;
}
.pre-footer h2 {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .pre-footer h2 {
        font-size: 54px;
        line-height: 56px;
    }
}

.footer-comming-soon {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

/*
 * Footer
 */
.main-footer {
    color: #fff;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #222;
}
.footer-logo {
    width: 135px;
    margin-bottom: 15px;
}
.footer-logo img {
    width: 100%;
}
.footer-rrss {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-rrss li {
    display: inline-block;
}
.footer-rrss li:not(:last-child) {
    margin-right: 13px;
}
.footer-rrss a {
    width: 36px;
    height: 36px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    border-radius: 6px;
    background-color: #f8f5f1;
    box-shadow: 2.67666px 2.90405px 0px #000000;
}
.footer-links-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
    transition: all 0.05s ease-in-out;
}
.footer-links-title.active {
    margin-bottom: 8px;
}
.footer-links a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 34px;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-bottom-col {
    margin-top: 75px;
    padding: 20px 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer-legals {
    text-align: right;
}
.footer-legals a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    text-decoration: none;
}
.footer-legals a + a {
    margin-left: 25px;
}
.footer-copyright {
    opacity: 0.5;
    font-size: 13px;
    line-height: 1.85;
}

@media screen and (max-width: 992px) {
    /*
    * Footer
    */
    .main-footer .row {
        justify-content: space-between;
    }
    .footer-logo-column {
        flex: 0 0 100%;
        margin-bottom: 35px;
    }
    .footer-links {
        margin: 0px;
    }
    .footer-copyright {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    /*
    * Pre footer
    */
    .pre-footer {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    /*
    * Footer
    */
    .main-footer {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .footer-logo-column {
        margin-bottom: 20px;
    }
    .footer-links {
        flex: 0 0 100%;
        padding: 15px 20px;
        position: relative;
    }
    .footer-links::after {
        content: "";
        left: 20px;
        right: 20px;
        bottom: 0px;
        height: 1px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .footer-links-title {
        display: flex;
        align-items: center;
        padding-right: 25px;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .footer-links-title::after {
        right: 0px;
        content: "\f107";
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        font-family: "Font Awesome 5 Pro";
    }
    .footer-links-title.active::after {
        content: "\f106";
    }
    .footer-links-body {
        display: none;
        overflow: hidden;
    }
    .footer-links a {
        margin-bottom: 8px;
    }
    .footer-bottom-col {
        border-top: none;
        margin-top: 30px;
        padding-bottom: 0px;
    }
    .footer-bottom-col .row {
        flex-wrap: wrap-reverse;
    }
    .footer-legals {
        text-align: left;
    }
    .footer-legals a {
        display: block;
    }
    .footer-legals a + a {
        margin-left: 0px;
        margin-top: 15px;
    }
    .footer-copyright {
        width: 100%;
        margin-top: 25px;
    }
}
/*
 * Groomers hero
 */
.groomers-hero {
  padding: 85px 0px 65px;
  background-color: #ffffff;
}
.groomers-hero h1 {
  line-height: 1;
  font-size: 58px;
  font-weight: 600;
  max-width: 760px;
  margin: 0px auto 25px;
}
.groomers-hero p {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.groomers-hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.groomers-hero-note {
  margin-top: auto;
  margin-bottom: 0px !important;
}
.groomers-hero-image {
  display: flex;
  justify-content: center;
  margin-top: -65px;
}
.groomers-hero-image img {
  width: 100%;
  position: relative;
}
.groomers-hero-ctas a:first-child {
  margin-right: 10px;
}

/*
 * Groomers features
 */
.groomers-features {
  padding-top: 60px;
  padding-bottom: 10px;
}
.groomers-features-swiper {
  padding: 60px 0px;
}
.groomers-features-swiper .swiper-slide {
  height: auto;
}
.groomers-features-swiper .feature-card {
  height: 100%;
  padding: 32px 20px 20px 20px;
}
.feature-card-icon {
  font-size: 52px;
}
.groomers-features-more {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
.groomers-features-more span {
  text-decoration: underline;
}
.groomers-features-more i {
  margin-left: 5px;
  vertical-align: middle;
}

/*
 * Groomer content
 */
.black-color {
  color: #000;
}
.groomer-content {
  padding: 100px 0px 50px;
}
.groomer-content + .groomer-content {
  padding-top: 50px;
}
.groomer-content-last {
  padding-bottom: 100px;
}
.groomer-content-pretitle {
  color: #eab464;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 27px;
  margin-bottom: 8px;
}
.groomer-content-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 14px;
}
.custom-font-check {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
.groomer-content-pretitle .custom-badge {
  margin-left: 5px;
}
.groomer-content-description {
  margin-bottom: 30px;
}
.groomer-content-description p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 1rem;
}

/*
 * Groomer testimonials
 */
.trusted-by {
  padding-top: 75px;
  padding-bottom: 85px;
  background-color: #e9f0ed;
}
.trusted-by-heading {
  text-align: center;
  margin-bottom: 45px;
}
.trusted-by-card-author h3 {
  margin: 0;
}
.trusted-by-heading h2 {
  margin: 0px;
}
.trusted-by-swiper .swiper-slide {
  height: auto;
}

/*
 * Get started
 */
.get-started {
  background-color: #fbfbfb;
  overflow: hidden;
}
.get-started h2 {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 45px;
  letter-spacing: -2px;
}
.get-started h2 > span {
  display: block;
  margin-bottom: 10px;
}
.get-started-pretitle {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 15px;
}
.get-started-image img {
  /* 58.33333333% */
  width: 57vw;
  max-width: unset;
}

/* Pre footer */
.col-ctas-prefooter {
  min-height: 385px;
  position: relative;
}
.col-ctas-prefooter:before {
  position: absolute;
  content: "";
  top: 0px;
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.col-left-ctas-prefooter:before {
  right: 0px;
  background-color: #e4ddd5;
}
.col-right-ctas-prefooter:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-color: #f4f3f0;
  z-index: -1;
}

.col-right-ctas-prefooter > .content {
  padding-left: 10%;
}

.col-ctas-prefooter {
  display: flex;
  align-items: center;
}

.col-ctas-prefooter .badge-ctas {
  margin-bottom: 20px;
}

@media screen and (min-width: 1400px) {
}

@media screen and (max-width: 1399px) {
  /*
     * Get started
     */
  .get-started h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1199px) {
  /**
     * Groomers hero
     */
  .groomers-hero {
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .groomers-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
  /*
     * Get started
     */
  .get-started {
    padding-top: 55px;
    text-align: center;
  }
  .get-started-content > div {
    justify-content: center;
  }
  .get-started-image {
    display: flex;
    justify-content: center;
  }
  .get-started-image img {
    width: 90vw;
    height: 280px;
    margin-top: 0px;
    position: relative;
    object-fit: cover;
    object-position: top left;
  }
  .get-started h2 > span {
    margin-bottom: 5px;
  }

  /* Pre footer */
  .col-ctas-prefooter:before {
    width: 100vw;
  }
  .ctas-pre-footer .container {
    max-width: 100%;
  }
  .col-right-ctas-prefooter > .content {
    padding-left: 0;
  }
  .col-ctas-prefooter > .content {
    text-align: center;
    width: 100%;
  }
  .col-ctas-prefooter {
    min-height: 325px;
  }
}

@media screen and (max-width: 767px) {
  /*
     * Groomers hero
     */
  .groomers-hero {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .groomers-hero h1 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .groomers-hero p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .groomers-hero-image {
    margin-top: -20px;
  }
  .groomers-hero-image img {
    width: 100%;
  }

  /*
     * Groomers features
     */
  .groomers-features-heading {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 575px) {
  /*
     * Groomers hero
     */
  .groomers-hero h1 {
    font-size: 28px;
    line-height: 1.15;
  }
  .groomers-hero-image {
    margin-top: 10px;
  }
  .groomers-hero-ctas a:first-child {
    margin-right: 5px;
  }

  /*
     * Groomers features
     */
  .groomers-features {
    padding: 30px 0px;
  }
  .groomers-features-heading h2 {
    margin-bottom: 15px;
  }
  .groomers-features-heading p {
    margin-bottom: 30px;
  }
  .groomers-features .btn {
    width: 100%;
  }

  /*
     * Groomers contents
     */
  .groomer-content {
    padding-top: 50px;
  }
  .groomer-content + .groomer-content {
    padding-top: 25px;
  }
  .groomer-content-last {
    padding-bottom: 2.5rem;
  }
  .groomer-content-image {
    margin-bottom: 28px;
  }
  .groomer-content-image:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .groomer-content-text:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .groomer-content-pretitle {
    font-size: 18px;
  }
  .groomer-content-title {
    font-size: 20px;
    line-height: 23px;
  }
  .groomer-content .btn {
    width: 100%;
  }
  .groomer-content-description {
    margin-bottom: 2.5rem;
  }

  /*
     * Trusted by
     */
  .trusted-by {
    padding: 45px 0px;
  }
  .trusted-by-heading {
    margin-bottom: 25px;
  }

  /*
     * Get started
     */
  .get-started-pretitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  .get-started h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    padding: 0px 30px;
  }

  .feature-card-icon {
    font-size: 32px;
  }

  /*
     * Pre footer
     */

  .col-ctas-prefooter {
    min-height: 335px;
  }

  .col-ctas-prefooter > .content h2 {
    font-size: 24px;
  }

  .col-right-ctas-prefooter > .content p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .w-45 {
    width: 48%;
  }
  .w-94 {
    width: 94%;
  }
}
.section-get-a-demo{
    color: #000;
    background-color: #F4F3F0;
}
.checklist-get-demo ul li{
    width: 100%;
    max-width: 410px;
}
.get-a-demo-content > p{
    width: 100%;
    max-width: 455px;
}
.request-a-demo-content{
    padding-top: 5px;
}
.request-a-demo-content > p{
    width: 100%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-form.request-a-demo-form{
    margin-top: 30px;
    padding: 20px 30px;
}
.section-get-a-demo .wpcf7-spinner{
    display: none;
}
.section-get-a-demo .virtual-tour-form-submit {
    margin-bottom: 10px;
}
.section-get-a-demo .row-form-stars{
    margin-top: 40px;
}

.section-get-a-demo form .wpcf7-response-output {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.form-group-checkboxes .form-label{
    font-weight: 500;
}
.form-group-checkboxes .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0;
    width: 40%;
    margin-bottom: 5px;
}
.form-group-checkboxes .wpcf7-checkbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-us-content.get-a-demo-content h1{
    font-size: 44px;
}

label span.wpcf7-list-item-label{
	font-size: 16px;
}


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 20px;
width: 20px;
top: 3px;
left: 0px;
border: 1px solid #000;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\f00c";
font-weight: 600;
font-family: "Font Awesome 5 Pro";
height: 20px;
width: 20px;
top: 3px;
left: 0;
visibility: hidden;
font-size: 12px;
text-align: center;
line-height: 20px;
color: #fff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: #000;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 30px;
display: inline-block;
}


@media screen and (max-width: 767px){
    .get-a-demo-content h1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 75%;
    }
    .get-a-demo-content > p{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .checklist-get-demo{
        padding-top: 20px;
    }
    .checklist-get-demo ul{
        max-width: 405px;
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-us-form.request-a-demo-form{
        padding: 15px 25px;
    }
    .contact-us-content.request-a-demo-content h1{
        font-size: 32px;
        width: 100%;
        max-width: 100%;
    }
    .request-a-demo-content > p{
        max-width: 100%;
    }
}/*
 * Home hero
 */
.home-hero {
  background-color: #e4ddd5;
}
.home-hero .row {
  height: 500px;
}
.home-hero-content {
  align-self: center;
}
.home-hero-content h1 {
  margin-bottom: 25px;
}
.home-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.home-hero-image img {
  width: 65vw;
  left: -8vw;
  position: relative;
  max-height: 460px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.groomers-hero-image {
  position: relative;
  text-align: center;
  align-items: center;
}
.icon-play-badge {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eab464;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4.943819522857666px 34.60674285888672px
    rgba(94, 134, 119, 0.3);
  animation: pulse 2s infinite;
}
.icon-play-badge i {
  font-size: 40px;
  color: #fff;
  position: relative;
  left: 5px;
}
#videoModal .modal-dialog {
  max-width: 1000px;
}
#videoModal .modal-content {
  border: none;
  line-height: 1;
  background-color: transparent;
}

/*
 * Home services
 */
.home-services {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-services-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home-services-carousel {
  padding: 0px;
}

/*
 * Home platforms
 */
.home-platforms {
  padding-bottom: 40px;
}

/*
 * Home statistics
 */
.home-statistics {
  padding-top: 40px;
  padding-bottom: 100px;
}
.home-statistics-heading {
  text-align: center;
  margin-bottom: 45px;
}
.home-statistics-heading p {
  margin-bottom: 0px;
}

/*
 * Home contents
 */
.home-contents {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-contents .row {
  align-items: center;
}
.home-contents h2 {
  margin-bottom: 18px;
}
.home-contents p {
  line-height: 26px;
}
.home-contents-image img {
  max-height: 100vh;
}

@media screen and (max-width: 991px) {
  /*
     * Home hero
     */
  .home-hero {
    padding-top: 85px;
  }
  .home-hero .row {
    height: auto;
  }
  .home-hero-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 27px;
  }
  .home-hero-image img {
    width: 100vw;
    max-height: unset;
  }
  #videoModal .modal-dialog {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  /*
     * Home hero
     */
  .home-hero-content h1 {
    text-align: center;
  }
  .home-hero-image img {
    left: 15vw;
    width: 130vw;
    max-height: unset;
    position: relative;
  }
  .icon-play-badge {
    width: 80px;
    height: 80px;
  }
  .icon-play-badge i {
    font-size: 30px;
  }

  /*
    * Home services
    */
  .home-services {
    padding: 25px 0px;
  }
  .home-services-heading {
    margin-bottom: 10px;
  }

  /*
    * Home platforms
    */
  .home-platforms {
    padding-bottom: 0px;
  }

  /*
    * Home statistics
    */
  .home-statistics {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .home-statistics-heading {
    margin-bottom: 30px;
  }

  /*
     * Home contents
     */
  .home-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-contents:not(.home-contents-reverse) .row {
    flex-wrap: wrap-reverse;
  }
  .home-contents-image {
    margin-bottom: 35px;
  }
  .home-contents h2 {
    margin-bottom: 12px;
  }
  .home-contents-content p {
    line-height: 24px;
    padding-right: 10px;
  }
  #videoModal .modal-dialog {
    max-width: 100%;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
/*
 * Setup
 */
body.page-template-page-terms,
body.page-template-page-privacy,
body.page-template-page-prohibitions {
    overflow: visible;
}

/*
 * Terms
 */
section.terms {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.col-content-terms {
    overflow-x: hidden;
}
.col-content-terms h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    margin-bottom: 35px;
}
.col-content-terms h2 {
    font-size: 1.7rem;
    margin-top: 35px;
    margin-bottom: 35px;
}
.col-content-terms h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 20px;
}
.col-content-terms a {
    color: #000;
    font-weight: 500;
    word-break: break-all;
    text-decoration: underline;
}
.col-content-terms p,
.col-content-terms ul li {
    font-size: 15px;
    line-height: 26px;
}
.col-content-terms ul li {
    margin-bottom: 10px;
}
.col-content-terms ul ul {
    margin-top: 10px;
}
.col-content-terms strong {
    font-weight: 600;
}
.component-terms-navigation {
    top: 80px;
    position: sticky;
}
.component-terms-navigation > ul {
    padding-top: 6px;
    padding-left: 0;
}
.component-terms-navigation > ul li {
    margin-bottom: 15px;
    list-style-type: none;
}
.component-terms-navigation > ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.component-terms-navigation > ul li a.active {
    font-weight: 600;
}
.module-info-calendar {
    overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
    .col-content-terms h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .col-content-terms h2 {
        font-size: 1.5rem;
    }
    .col-content-terms h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 992px) {
    .component-terms-navigation {
        margin-bottom: 30px;
    }
    .component-terms-navigation > ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .component-terms-navigation > ul li {
        margin-right: 15px;
    }
    .component-terms-navigation > ul li:last-child {
        margin-right: 0px;
    }
    section.terms {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .component-terms-navigation {
        top: 0px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .component-terms-navigation > ul {
        display: block;
    }
    .col-content-terms h1 {
        font-size: 1.6rem;
        text-align: left;
        margin-top: 20px;
    }

    .col-content-terms h2 {
        font-size: 1.35rem;
    }
    .col-content-terms h3 {
        font-size: 20px;
    }
    section.terms {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .component-terms-navigation > ul li a:hover {
        text-decoration: underline;
    }
}
.marketplace-hero {
	background-color: #fff;
	padding-bottom: 100px;
}

.marketplace-hero-buttons {
	gap: 13px;
}

.marketplace-hero-pretitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #eab464;
	margin-bottom: 1rem;
}

.marketplace-hero-image {
	display: flex;
	align-items: center;
	justify-content: end;
}

.marketplace-hero-image-store {
	width: 190px;
	position: relative;
	top: 170px;
	left: -20px;
}
.marketplace-hero-image-desktop {
	width: 480px;
}

/* Hero Marketplace new */
.marketplace-hero-new {
	background-color: #f9fafb;
	padding-bottom: 460px;
}

.col-hero-marketplace {
	text-align: center;
}

.col-hero-marketplace h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #d3d3d3;
}

.col-hero-marketplace h1 > span {
	font-weight: 600;
	font-size: 74px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #222222;
	display: block;
	padding-top: 5px;
}

.col-hero-marketplace p {
	max-width: 650px;
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 20px;
}

.marketplace-hero-image {
	position: relative;
	margin-top: -440px;
	padding-bottom: 20px;
}

/* Hero End Marketplace new */

/* Virtual Storefront - Marketplace new */
.marketplace-virtual-storefront {
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
.col-virtual-storefront {
	text-align: center;
}
.col-virtual-storefront h2 {
	width: 740px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 44px;
	line-height: 100%;
}
.col-virtual-storefront p {
	width: 495px;
	max-width: 100%;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-box-exposure {
	margin-top: 45px;
}

.box-exposure {
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
	border-radius: 26px;
}
.box-exposure > .top {
	padding-top: 60px;
	padding-bottom: 25px;
	width: 100%;
	display: flex;
}
.box-exposure > .top h3 {
	margin-bottom: 5px;
}
.box-exposure > .top p {
	width: 520px;
	max-width: 100%;
	line-height: 140%;
	margin-bottom: 0px;
}
.box-exposure > .top > .img {
	margin-left: 10%;
}
.box-exposure > .top > .img img {
	width: 325px;
}

.box-exposure > .top,
.box-exposure > .image-content {
	padding-left: 50px;
}
/* End Virtual Storefront - Marketplace new */

/* Cuddles profile - Marketplace new */

.marketplace-cuddles-profile {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
}

.col-title-cuddles-profile {
	margin-bottom: 70px;
}

.col-title-cuddles-profile .btn {
	margin-top: 10px;
}

.box-connect-with-parents {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
}

.box-connect-with-parents > .txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 45px;
}

.box-connect-with-parents > .txt h3 {
	color: #fff;
	width: 280px;
	max-width: 100%;
	font-size: 38px;
	line-height: 100%;
	margin-bottom: 15px;
}
.box-connect-with-parents > .txt p,
.box-showcase-your-services > .txt p {
	color: #fff;
	width: 340px;
	max-width: 100%;
	line-height: 130%;
}

.box-showcase-your-services {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 26px;
}

.box-showcase-your-services > .txt {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 55px;
	padding-bottom: 30px;
}

.box-showcase-your-services > .txt h3 {
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 20px;
}

.box-showcase-your-services > .txt p {
	width: 550px;
	max-width: 100%;
	margin-bottom: 10px;
	color: #222222;
}

.box-showcase-your-services > .image-content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

/* End Cuddles profile - Marketplace new */

/* 
* contents
*/

.marketplace-content {
	background-color: #e9f0ed;
	padding-top: 100px;
	padding-bottom: 0;
}

.marketplace-content-text {
	padding-bottom: 60px;
}

.marketplace-content-text h2 {
	width: 540px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.marketplace-content-text p {
	padding-right: 100px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.marketplace-content-text li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}

.marketplace-content-image {
	margin-left: auto;
	align-self: flex-end;
}

.marketplace-content-image img {
	position: relative;
	left: 40px;
	width: 120%;
	max-width: unset;
}

.marketplace-content-discover {
	padding: 70px 0;
}

.marketplace-discover-title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.marketplace-discover-card h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 30px;
	margin-bottom: 15px;
}

.marketplace-discover-card p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding-right: 50px;
	margin-bottom: 0;
}

.marketplace-content-fotos {
	padding: 60px 0;
}

.fotos-content-text {
	margin-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fotos-content-text h2 {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.fotos-content-text p {
	margin: 0;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.marketplace-content-payments {
	background-color: #f8f5f1;
	padding: 0;
	margin: 70px 0;
	position: relative;
}

.marketplace-content-payments-video {
	padding: 0px;
	position: relative;
	background-color: #eee1db;
}
.marketplace-content-payments-video video {
	width: 100%;
	display: block;
}

.marketplace-content-payments-image img {
	width: 155px;
}

.marketplace-content-payments-text {
	padding-right: 30px;
	margin-bottom: 25px;
}

/* 
* sign-up
*/
.marketplace-signup {
	padding: 60px 0;
}

.marketplace-signup-content-item > div {
	background-color: #faefdf !important;
}
.marketplace-signup-content-item span {
	color: #c18733 !important;
}

.marketplace-signup-content-item h3 {
	font-size: 16px !important;
}

.marketplace-content-payments-bg-video-desktop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #eee1db;
}

/*
 * Book appointments
 */
.marketplace-book {
	margin-bottom: 35px;
}
.marketplace-book-wrapper {
	padding-top: 60px;
	padding-bottom: 30px;
	border-radius: 26px;
	background-color: #f7f7f7;
}
.marketplace-book-heading {
	padding-left: 65px;
	margin-bottom: 20px;
}

/*
 * Badges
 */
.marketplace-badge-content {
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 26px;
	background-color: #f7f7f7;
}
.marketplace-badge-content h2 {
	margin-bottom: 15px;
}
.marketplace-badge-content h2 + p {
	margin-bottom: 35px;
}
.marketplace-badge-content > *:last-child {
	margin-bottom: 0px;
}

.marketplace-badge-mobileapp {
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 26px;
	background-color: #d8d1ca;

	background-size: auto 94%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.marketplace-badge-mobileapp-soon {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 5px 10px;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 31px;
	display: inline-block;
	border: solid 2px #222;
}
.marketplace-badge-mobileapp h2 {
	display: block;
	font-size: 50px;
	max-width: 170px;
	line-height: 0.85;
	margin-bottom: 25px;
}
.marketplace-badge-mobileapp-stores a {
	display: inline-block;
}
.marketplace-badge-mobileapp-stores a + a {
	margin-left: 8px;
}
.marketplace-badge-mobileapp-stores img {
	height: 45px;
}

/*
 * How it works
 */
.how-it-works {
	padding-top: 90px;
	background-color: #fff;
}
.how-it-works-heading {
	text-align: center;
	margin-bottom: 70px;
}
.how-it-works-heading h2 {
	color: #bcb8ae;
	font-weight: 600;
	font-size: 100px;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: -0.06em;
}
.how-it-works-heading p {
	font-size: 22px;
	margin: 0px auto;
	max-width: 520px;
}
.how-it-works .pricing-feature-card-image {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.how-it-works .pricing-feature-card hr {
	margin: 35px 0px;
}
.how-it-works .pricing-feature-card-pretitle {
	color: #222;
	line-height: 1;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
}
.how-it-works .pricing-feature-card-title {
	line-height: 1;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 12px;
	letter-spacing: -0.04em;
}
.how-it-works .pricing-feature-card-title b {
	line-height: 1;
	font-size: 100px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

/*
 * FAQs
 */
.page-template-page-marketplace-new .pricing-faqs {
	padding-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.marketplace-content-payments-video {
		width: 110%;
		margin: 0px -5%;
		max-width: unset;
	}
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
	.marketplace-content-image img {
		width: 130%;
	}
	.marketplace-discover-card p {
		padding-right: 0px;
	}
	.marketplace-badge-mobileapp {
		background-size: auto 85%;
		background-position: 130px 50% !important;
	}
}

@media screen and (min-width: 991px) {
	.marketplace-content-payments-text-container {
		padding-top: 45px;
		padding-right: 45px;
		padding-bottom: 45px;
	}

	.marketplace-faqs {
		padding-bottom: 140px !important;
	}
}

@media screen and (max-width: 1399px) {
	.marketplace-badge-mobileapp {
		background-position: 200% 100%;
	}
}

@media screen and (max-width: 1280px) {
	.how-it-works .pricing-feature-card-image {
		width: 370px;
	}
}

@media screen and (max-width: 1024px) {
	.pricing-feature-card-content {
		padding: 60px 50px !important;
	}
	.how-it-works .pricing-feature-card-title {
		font-size: 28px;
	}
	.how-it-works .pricing-feature-card-title b {
		font-size: 80px;
	}
}

@media screen and (max-width: 991px) {
	.marketplace-hero {
		padding-bottom: 45px;
	}

	.marketplace-hero-pretitle {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.4;
	}

	.marketplace-hero-buttons {
		margin-top: 25px;
	}

	.marketplace-discover-card {
		margin-bottom: 40px;
	}

	.marketplace-content {
		padding-top: 40px;
	}

	.marketplace-content-discover {
		padding: 35px 0;
		padding-bottom: 0;
	}

	.marketplace-discover-title {
		margin-bottom: 30px;
	}

	.marketplace-content-fotos {
		padding-top: 0px;
	}

	.marketplace-discover-card h3 {
		margin-top: 20px;
	}

	.fotos-content-text {
		margin: 0;
		margin-top: 20px;
	}

	.fotos-content-text h2 {
		font-size: 28px;
	}

	.marketplace-content-payments-image {
		left: 0;
	}

	.marketplace-content-payments {
		margin-bottom: 0;
	}

	.marketplace-content-payments-text-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.marketplace-content-text h2 {
		width: auto;
	}

	.marketplace-content-payments-bg-video-desktop {
		display: none;
	}

	.marketplace-content-payments-bg-video-mobile {
		background-color: #e4ddd5;
		position: absolute;
		right: -200px;
		left: -200px;
		top: 0;
		bottom: 0;
		width: auto;
	}

	.box-exposure > .top,
	.marketplace-book-heading,
	.box-showcase-your-services > .txt {
		padding-left: 50px;
		padding-right: 50px;
	}

	.box-exposure > .top {
		padding-top: 35px;
	}
	.box-exposure > .top > .img {
		display: none;
	}

	.marketplace-virtual-storefront {
		padding-bottom: 20px;
	}

	.marketplace-cuddles-profile {
		padding-top: 20px;
	}

	.box-connect-with-parents {
		margin-bottom: 40px;
	}
	.box-showcase-your-services > .txt {
		padding-top: 35px;
	}

	.marketplace-book-wrapper {
		padding-top: 35px;
	}

	.marketplace-badge-content {
		height: auto;
		margin-bottom: 40px;
	}
	.marketplace-badge-mobileapp {
		height: 325px;
		background-position: 100% 100%;
	}

	.how-it-works-heading h2 {
		font-size: 80px;
	}
	.how-it-works .pricing-feature-card-image {
		width: 100%;
	}
	.how-it-works .pricing-feature-card > .row {
		flex-wrap: wrap-reverse;
	}
}

@media screen and (max-width: 768px) {
	.marketplace-hero-image-desktop-mobile {
		max-width: 95%;
		margin: auto;
		display: block;
	}

	.marketplace-hero .row {
		flex-wrap: wrap;
	}

	.marketplace-hero-buttons a {
		padding: 14px 25px;
		font-size: 18px;
	}

	.marketplace-hero-content h1,
	.marketplace-hero-content p {
		padding: 0;
	}

	.marketplace-hero-content p {
		font-size: 16px;
		line-height: 1.4;
		padding: 0px 10px;
	}

	.marketplace-content-text h2 {
		font-size: 20px;
	}

	.marketplace-content-text p {
		padding-right: 50px;
		font-size: 16px;
	}

	.marketplace-content-text li {
		padding-right: 70px;
	}

	.marketplace-content-image img {
		left: 0;
	}

	.marketplace-discover-title {
		font-size: 20px;
	}

	.marketplace-discover-card h3 {
		font-size: 18px;
	}

	.marketplace-discover-card p {
		font-size: 16px;
		padding-right: 20px;
	}

	.marketplace-content-payments-image img {
		width: 116px;
	}

	.marketplace-content-payments-image {
		padding: 45px 0;
	}

	.marketplace-content-payments {
		margin-top: 0;
	}

	.payments-marketplace-content-text {
		font-size: 16px;
	}

	.marketplace-content-payments-text {
		padding-right: 0;
	}

	.marketplace-content-payments-title {
		padding-right: 30px;
	}

	.marketplace-content {
		position: relative;
	}

	.marketplace-content-image img {
		width: 100%;
	}

	.payments-marketplace-content-caption {
		font-size: 16px !important;
		padding-right: 15px;
	}

	.marketplace-signup {
		padding: 40px 0;
	}

	.marketplace-faqs {
		padding-bottom: 80px !important;
	}

	.marketplace-hero-new {
		padding-bottom: 210px;
	}
	.marketplace-hero-image {
		margin-top: -170px;
	}
	.col-hero-marketplace h1 {
		font-size: 32px;
	}
	.col-hero-marketplace h1 > span {
		font-size: 48px;
	}
	.col-hero-marketplace p {
		font-size: 16px;
		padding: 0px 15px;
	}

	.col-virtual-storefront h2 {
		font-size: 22px;
	}

	.box-exposure > .top {
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.box-exposure > .top p,
	.box-showcase-your-services > .txt p {
		width: 100%;
	}
	.box-exposure > .image-content {
		padding-bottom: 35px;
	}

	.box-exposure > .top,
	.box-showcase-your-services > .txt {
		padding-top: 35px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.marketplace-book-heading {
		padding-top: 35px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.marketplace-badge-content h2 + p {
		margin-bottom: 25px;
	}

	.box-connect-with-parents > .txt h3,
	.box-showcase-your-services > .txt h3,
	.marketplace-badge-content h2 {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
	}
	.box-connect-with-parents > .txt h3 {
		margin-bottom: 10px;
	}
	.box-connect-with-parents > .txt p {
		width: 100%;
	}

	.how-it-works {
		padding-bottom: 45px;
	}

	.marketplace-book-wrapper {
		padding-top: 0px;
	}
	.marketplace-badge-content {
		padding-left: 27px;
		padding-right: 27px;
		padding-bottom: 20px;
	}

	.marketplace-badge-mobileapp h2 {
		font-size: 28px;
		max-width: 95px;
	}
	.marketplace-badge-mobileapp-soon {
		font-size: 12px;
		line-height: 1.25;
	}
	.marketplace-badge-mobileapp-stores img {
		height: 32px;
	}
	.marketplace-badge-mobileapp {
		padding: 30px;
		background-position: 180% 100%;
	}
}

@media screen and (max-width: 576px) {
	.marketplace-content-payments-text-container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 0 !important;
	}
	.marketplace-content-image img {
		left: -25%;
		width: 150%;
	}

	.col-hero-marketplace h1 {
		line-height: 1;
		font-size: 28px;
	}
	.col-hero-marketplace h1 > span {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.col-hero-marketplace p {
		margin: 20px 0px;
	}
	.marketplace-hero-new {
		padding-bottom: 150px;
	}
	.marketplace-hero-image {
		margin-top: -115px;
	}

	.col-box-exposure {
		margin-top: 20px;
	}
	.box-exposure > .image-content {
		padding-left: 15px;
	}

	.box-connect-with-parents > .txt {
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 55px;
	}
	.marketplace-book-image {
		padding-left: 12px;
		padding-right: 12px;
	}

	.how-it-works {
		padding-top: 50px;
	}
	.how-it-works-heading h2 {
		font-size: 34px;
		line-height: 1.2;
	}
	.how-it-works-heading p {
		font-size: 16px;
	}
	.how-it-works-heading {
		margin-bottom: 40px;
	}
	.how-it-works .pricing-feature-card-content {
		padding: 30px 25px !important;
	}
	.how-it-works .pricing-feature-card-title {
		line-height: 1;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.how-it-works .pricing-feature-card-title b {
		font-size: 54px;
	}
	.how-it-works .pricing-feature-card hr {
		margin: 20px 0px;
	}

	.box-showcase-your-services > .txt h3 {
		margin-bottom: 10px;
	}

	.marketplace-badge-mobileapp {
		padding: 20px;
	}

	.box-showcase-your-services > .txt {
		padding-bottom: 20px;
	}
	.box-showcase-your-services > .image-content {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 30px;
	}

	.col-title-cuddles-profile {
		margin-bottom: 40px;
	}
	.col-title-cuddles-profile h2 {
		line-height: 1.2;
		margin-bottom: 18px;
	}
	.col-title-cuddles-profile .btn {
		margin-top: 0px;
	}

	.page-template-page-marketplace-new .pre-footer h2 {
		line-height: 1.1;
		margin-bottom: 18px;
	}
}
.main-navbar {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
    padding: 20px 0px;
}
.main-navbar-row {
    align-items: center;
}
.main-navbar-logo {
    width: 125px;
}
.main-navbar-logo img {
    width: 100%;
}
.main-navbar-logo-column {
    margin-right: auto;
}

.main-navbar-actions {
    display: flex;
    align-items: center;
}
.main-navbar-actions > * {
    margin-left: 20px;
}

.main-navbar-link {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-decoration: none;
}
.main-navbar-link i {
    font-size: 26px;
    margin-top: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.main-navbar-link:hover {
    color: #222;
}
.main-navbar-link:hover span {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .main-navbar {
        padding: 8px 0px;
    }
    .main-navbar-logo {
        width: 100px;
    }
    .main-navbar-link-icon {
        font-size: 24px;
    }
    .main-navbar-link-icon span {
        display: none;
    }
    .main-navbar-actions > * {
        margin-left: 12px;
    }
    .main-navbar-actions .btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.8;
        padding: 6px 9.5px;
    }
}
/*
 * new-business hero
 */
.new-business-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.new-business-hero-content {
  align-self: center;
}
.new-business-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.new-business-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.new-business-hero-buttons {
  margin-top: 40px;
}
.new-business-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.new-business-hero-image img {
  width: 30vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.new-business-pre-footer img {
  width: 32.7vw !important;
  max-height: 635px !important;
}
.steps-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.pre-title-hero {
  font-size: 40px;
  color: "#C18733";
  font-weight: 600;
  line-height: 110%px;
  margin-bottom: 0.5rem;
}
.hero-footer-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
.form-select {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  font-size: 16px;
  color: black;
}
.form-check-label {
  font-size: 16px;
}
.form-control::placeholder {
  color: black;
}
.divider-hero {
  border-right: 1px solid #000;
  padding-left: 1.5rem !important;
}
.min-ph {
  min-height: 6rem;
}
.p-min-h {
  min-height: 3rem;
}
.services-label {
  font-weight: 500;
}
.separator {
  padding-right: 10%;
  margin-bottom: 0;
}
/**
* new-business icons bar
*/
.new-business-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.new-business-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.new-business-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.new-business-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.new-business-iconbar-item:hover {
  color: #eab464;
}
.new-business-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.new-business-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.new-business-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* new-business content
*/

.new-business-content {
  padding: 75px 0px;
  background-color: #fff;
}
.new-business-content-text:first-child {
  padding-right: 0px;
}
.new-business-content-text h2 {
  margin-bottom: 14px;
}
.new-business-content-text a {
  margin-top: 25px;
}
.new-business-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
  .min-ph {
    min-height: 10rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1600px) {
  .min-ph {
    min-height: 8rem;
  }
  .divider-hero {
    padding-left: 0.5rem !important;
  }
  .hero-footer-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * new-business hero
   */
  .new-business-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .new-business-hero-content {
    margin-bottom: 30px;
  }
  .new-business-hero-image {
    margin-top: 27px;
  }
  .new-business-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }
  .new-business-pre-footer img {
    width: 99vw !important;
    max-height: 560px !important;
  }
  .border-mob {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * new-business hero
   */
  .new-business-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * new-business hero
   */
  .new-business-hero {
    padding-top: 35px;
  }
  .new-business-hero .row {
    flex-wrap: wrap-reverse;
  }
  .new-business-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-business-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .new-business-hero-pretitle {
    display: none;
  }
  .new-business-hero-buttons {
    justify-content: center;
  }

  /*
   * new-business contents
   */
  .new-business-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .new-business-content.first {
    padding-top: 50px;
  }
  .new-business-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .new-business-content-image {
    margin-bottom: 35px;
  }
  .new-business-content-text h2 {
    margin-bottom: 12px;
  }
  .new-business-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * new-business icons bar
   */
  .new-business-iconbar {
    padding: 10px 0px;
  }
  .new-business-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .new-business-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
  .steps-desc {
    font-size: 16px;
  }
  .pre-title-hero {
    font-size: 22px;
    margin-bottom: 0.2rem;
  }
  .hero-footer-title {
    font-size: 18px;
  }
  .border-mob {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  .divider-hero {
    border-right: none;
    padding-left: 1rem !important;
  }
  .min-ph {
    min-height: 2rem;
    padding: 0 !important;
  }
  .p-min-h {
    min-height: 0;
    margin-bottom: 0.5rem;
  }
  .separator {
    padding-right: 0;
  }
}
@media screen and (max-width: 567px) {
  /*
   * new-business hero
   */
  .new-business-hero-image img {
    width: 90vw;
  }
  .new-business-pre-footer img {
    width: 92vw !important;
    max-height: 560px !important;
  }
  .new-business-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .new-business-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .new-business-hero-buttons {
    margin-top: 35px;
    margin-bottom: 1rem;
  }
}
/* 
* hero
*/
.not-found-hero{
	padding-top: 100px;
	padding-bottom: 30px;
	background-color: #F4F3F0;
}
.not-found-hero-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.not-found-hero-text h1 {
	font-size: 58px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
.not-found-hero-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 30px;
}
.not-found-hero-image{
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.not-found-hero {
		padding: 60px 0;
	}
	.not-found-hero-text h1 {
		font-size: 28px;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}
	.not-found-hero-text p {
		font-size: 14px;
		margin-bottom: 25px;
		width: 240px;
	}
	.not-found-hero-image {
		margin-top: 40px;
	}
}/* 
* hero
*/
.payments-hero {
  background-color: #faefdf;
  padding: 60px 0;
  text-align: center;
}

.payments-hero-content h1 {
  margin-bottom: 30px;
}

.payments-hero-content h2 {
  color: #c18733;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  margin-top: 20px;
  margin-bottom: 11px;
}

.payments-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.min-ul {
  min-height: 16rem;
}
.check-list li::before {
  top: -5px;
}
.min-container-pos {
  margin-bottom: 1.8rem;
}
.payments-hero-bands {
  width: 485px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments-hero-bands img {
  margin-top: -3px;
  margin-left: -5px;
  margin-bottom: 3px;
}
.descriptor-hero {
  background: #e4ddd5;
  border-radius: 2rem;
}
.descriptor-title {
  font-family: "Young Serif", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 134%;
}
.descriptor-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 134%;
}
.get-paid {
  font-family: "Caveat", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.payment-options {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.img-pos {
  position: absolute;
  z-index: 100;
  height: 75%;
  left: 83%;
  top: 12%;
}
.title-pos {
  padding-right: 0;
}
.li-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.simple-setup {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
/* 
* why cuddles
*/

.payments-why-cuddles {
  padding: 100px 0;
}

.payments-why-cuddles-image {
  width: 610px;
}

/* 
* installation
*/
.payments-installation {
  background-color: #f1f1f1;
  padding: 60px 0;
}

.payments-installation-content-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 60px;
}

.payments-installation-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 196px;
}

.payments-installation-content-item > div {
  background-color: #bdd2ca;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payments-installation-content-item span {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  color: #5e8677;
}

.payments-installation-content-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 5px;
}

.payments-installation-content-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.payments-installation-content-buttom {
  margin-top: 45px;
}

/* 
* terminals
*/

.payments-terminals {
  padding: 60px 0;
}

.payments-terminals-title {
  text-align: center;
}

.payments-terminals-title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.payments-terminals-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.payments-terminals-items {
  margin-top: 60px;
}

.payments-terminals-item {
  background-color: #fbfbfb;
  border-radius: 24px;
  padding: 55px 45px;
  height: 100%;
}

.payments-terminals-item h3 {
  font-size: 18px;
  color: #eab464;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 1px;
}

.payments-terminals-item h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}

.payments-terminals-item hr {
  color: #dbdad7;
  margin: 25px 0;
}

.payments-terminals-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.payments-terminals-item li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}

.payments-terminals-item img {
  width: 100px;
}

/* 
* marketplace
*/
.payments-marketplace-content-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  /* 
	* why cuddles
	*/
  .payments-why-cuddles-image {
    margin-bottom: 30px;
  }

  /* 
	* terminals
	*/
  .payments-terminals-item-portable {
    margin-top: 100px;
  }

  /* 
	* marketplace
	*/
  .groomer-content-image {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* 
	* hero
	*/
  .payments-hero {
    padding-top: 45px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .payments-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .payments-hero-content h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .payments-hero-content h1 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
    width: 280px;
  }

  .payments-hero-content p {
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .payments-hero-bands {
    width: 200px;
    font-size: 28px;
  }

  .payments-hero-bands-pay {
    width: 150px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .payments-hero-bands-pay > div {
    width: 30px;
    display: flex;
    margin-top: -4px;
    margin-left: -9px;
    justify-content: center;
    align-items: center;
  }

  /* 
	* why-cuddles
	*/

  .payments-why-cuddles {
    padding: 50px 0;
  }

  .check-list li {
    margin-bottom: 16px;
  }

  .groomer-content-description p {
    margin-bottom: 20px;
  }

  /* 
	* installation
	*/

  .payments-installation {
    padding: 50px 0;
  }

  .payments-installation-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
  }

  .payments-installation-content-item {
    margin-bottom: 40px;
  }

  .payments-installation-content-buttom {
    margin-top: 0;
  }

  .payments-installation-content-item > div {
    width: 78px;
    height: 78px;
  }

  .payments-installation-content-item span {
    font-size: 32px;
  }

  .payments-installation-content-item h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  /* 
	* terminals
	*/
  .payments-terminals {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .payments-terminals-item {
    height: auto;
  }
  .payments-terminals-item hr {
    margin: 15px 0px;
  }

  .payments-terminals-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .payments-terminals-item img {
    width: 80px;
  }

  .payments-terminals-title p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .payments-terminals-item h3 {
    font-size: 14px;
    margin-top: 15px;
  }

  .payments-terminals-item h2 {
    font-size: 18px;
  }

  .payments-terminals-item p {
    font-size: 16px;
    padding-right: 10px;
  }

  .payments-terminals-item li {
    font-size: 14px;
  }

  .min-ul {
    min-height: 0;
  }
  .get-paid {
    font-size: 26px;
  }
  .descriptor-title {
    font-size: 28px;
    font-weight: 400;
  }
  .descriptor-subtitle {
    font-size: 18px;
  }
  .payment-options {
    font-size: 28px;
    line-height: 100%;
  }
  .img-pos {
    position: absolute;
    z-index: 100;
    height: 13%;
    left: 10%;
    top: 13%;
  }
  .title-pos {
    padding-right: 5rem;
  }
  .simple-setup {
    font-size: 16px;
  }
  .space-device {
    padding-left: 2.5rem;
  }
  .min-container-pos {
    margin-bottom: auto;
  }
  .check-list li::before {
    top: -6px;
  }
  /* 
	* marketplace
	*/

  .payments-marketplace {
    padding: 10px 0;
  }

  .payments-marketplace-btn {
    margin-top: 10px;
  }

  /* 
	* terminals
	*/
  .payments-terminals-item {
    padding: 30px;
  }

  .check-list {
    padding-right: 0;
  }

  .payments-terminals-items {
    margin-top: 35px;
  }

  .payments-terminals-item-portable {
    margin-top: 30px;
  }
}
/* 
* hero
*/
.pet-businesses-hero {
	background-color: #f4f3f0;
}
.pet-businesses-hero-text h1 {
	font-size: 58px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -2px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.pet-businesses-hero-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 35px;
}
.pet-businesses-hero-image {
	background-color: #d9d6d4;
	display: flex;
	justify-content: end;
	position: relative;
	left: 80px;
	padding: 20px 0;
}
.pet-businesses-hero-image img {
	position: relative;
	object-fit: contain;
	object-position: right;
	width: 860px;
}

/* 
* swiper solutions
*/
.pet-businesses-solutions {
	padding-top: 55px;
	padding-bottom: 20px;
}
.pet-businesses-solutions-text {
	text-align: center;
}
.pet-businesses-solutions-text h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.pet-businesses-solutions-text p {
	margin-bottom: 60px;
}
.pet-businesses-solutions-swiper .swiper-slide {
	height: auto;
}
.pet-businesses-solutions-swiper-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	border-radius: 25px;
	background-color: #e4ddd5;
}
.pet-businesses-solutions-swiper-card-content {
	flex: 0 0 100%;
	padding: 0px 40px;
	align-self: flex-start;
}
.pet-businesses-solutions-swiper-card-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.pet-businesses-solutions-swiper-card p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-right: 75px;
}
.pet-businesses-solutions-swiper-card a {
	padding: 10px 24px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pet-businesses-solutions-swiper-image {
	flex: 0 0 100%;
	margin: auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pet-businesses-solutions-image-pb-grooming {
	margin-top: -30px;
	margin-bottom: 0px;
}
.pet-businesses-solutions-image-pb-daycare img {
	width: 45%;
}
.pet-businesses-solutions-image-pb-training img,
.pet-businesses-solutions-image-pb-boarding img {
	width: 65%;
}
.pet-businesses-solutions-swiper-card-soon {
	background-color: black;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	padding: 12px 17px;
	border-radius: 0 25px 0 25px;
}

@media screen and (min-width: 1025px) {
	.pet-businesses-hero p {
		padding-right: 105px;
	}
}

@media screen and (max-width: 991px) {
	/* 
		* hero
		*/
	.pet-businesses-hero {
		padding-top: 40px;
	}
	.pet-businesses-hero-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.pet-businesses-hero-text h1 {
		margin-bottom: 10px;
		padding: 0px;
	}
	.pet-businesses-hero-text p {
		padding: 0;
	}
	.pet-businesses-hero-image {
		left: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.pet-businesses-hero-text h3 {
		margin-bottom: 35px;
	}
	.pet-businesses-hero-buttons {
		margin-bottom: 30px;
	}

	/* 
	* solutions
	*/
	.pet-businesses-solutions-swiper-card-title {
		padding-right: 25px;
	}

	.pet-businesses-solutions-swiper-card p {
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	/* 
	* Hero
	*/
	.pet-businesses-hero {
		padding-top: 40px;
	}
	.pet-businesses-hero-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.pet-businesses-hero-text h1 {
		font-size: 28px;
		line-height: 1.15;
		letter-spacing: -0.01em;
		margin-bottom: 10px;
		padding: 0;
		width: 90%;
	}
	.pet-businesses-hero-text p {
		padding: 0;
		width: 260px;
		font-size: 16px;
	}
	.pet-businesses-hero-text a {
		padding: 10px 35px;
	}
	.pet-businesses-hero-image {
		left: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.pet-businesses-hero-buttons .btn:not(:first-child) {
		padding: 10px 20px;
	}
	.pet-businesses-hero-text h3 {
		font-size: 13px;
		font-weight: 400;
		line-height: 1.4;
		margin-bottom: 35px;
	}

	/* 
	* Solutions
	*/
	.pet-businesses-solutions {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.pet-businesses-solutions-text h2 {
		font-size: 20px;
		line-height: 1.1;
		padding: 0px 10px;
		letter-spacing: -0.01em;
	}
	.pet-businesses-solutions-swiper-card {
		padding-top: 25px;
		border-radius: 11px;
	}
	.pet-businesses-solutions-swiper-card-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pet-businesses-solutions-swiper-card h3 {
		margin-bottom: 11px;
	}
	.pet-businesses-solutions-swiper-card p {
		display: none;
	}
	.pet-businesses-solutions-swiper-card a {
		font-size: 14px;
		padding: 6px 11px;
		border-radius: 30px;
		background-color: #fff;
	}
	.pet-businesses-solutions-swiper-card-title {
		font-size: 22px;
	}
	.pet-businesses-solutions-text p {
		margin-bottom: 35px;
	}
	.pet-businesses-solutions-swiper-card-soon {
		top: auto;
		bottom: 0px;
		font-size: 14px;
		padding: 5px 12px;
		border-radius: 11px 0px 11px 0px;
	}
	.pet-businesses-solutions-swiper-image {
		margin-top: 0px;
	}
	.pet-businesses-solutions-image-pb-daycare {
		margin-top: auto;
	}
	.pet-businesses-solutions-image-pb-boarding img,
	.pet-businesses-solutions-image-pb-training img {
		max-height: 200px;
		object-fit: contain;
	}
	.pet-businesses-solutions-swiper {
		position: relative;
		left: 8px;
	}
}

@media screen and (max-width: 576px) {
	.pet-businesses-solutions-swiper-card-title {
		font-size: 20px;
	}
	.pet-businesses-solutions-image-pb-daycare img {
		width: 50%;
	}
	.pet-businesses-solutions-image-pb-training img {
		width: 70%;
		max-height: 140px;
	}
	.pet-businesses-solutions-image-pb-boarding {
		margin-bottom: 30px;
	}
	.pet-businesses-solutions-image-pb-boarding img {
		width: 75%;
		max-height: 155px;
	}
	.pet-businesses-solutions-swiper-card-soon {
		font-size: 13px;
	}
	.pet-businesses-solutions-image-pb-grooming {
		margin-top: 0px;
	}
}
/*
 * Pricing hero
 */
.pricing-hero {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}
.pricing-hero h1 {
  line-height: 1;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-hero h1 span {
  display: block;
  line-height: 1;
  margin-top: 8px;
  color: #eab464;
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -6px;
}
.pricing-hero-features {
  padding: 0px;
  list-style: none;
  margin-bottom: 40px;
}
.pricing-hero-features li {
  display: inline-block;
}
.pricing-hero-features li + li {
  margin-left: 15px;
}
.pricing-hero-features li::before {
  content: "\f058";
  font-weight: 600;
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}
.price-text {
  font-size: 46px;
  font-weight: 300;
  line-height: 27px;
}
.items-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.items-text-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.feat-title-table {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.feat-desc-row {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.see-more-feat {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.items-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.min-ul-height {
  min-height: 23rem;
}
.col-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.col-pricing {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}
.min-row-height {
  min-height: 6rem;
}
.header-description {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.separator-table-left {
  margin-left: 3rem;
}
.separator-table-right {
  margin-right: 1rem;
}
.best-value {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.other-tbl-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%px;
}
.plan-not-included {
  color: #bdbdbd;
  padding-right: 2rem;
}
.plan-included {
  color: #92b4a7;
  padding-right: 2rem;
}
.features-tbl-title {
  font-size: 20px;
  font-weight: 500;
  color: #919191;
  line-height: 140%;
}
/*
 * Pricing cards
 */
.pricing-cards {
  padding-top: 80px;
  padding-bottom: 40px;
}
.pricing-card {
  width: 100%;
  height: 100%;
  color: #222;

  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */

  border-radius: 30px;
  background-color: #f4f3f0;
  padding: 55px 60px 45px 60px;
}
.free-trial-tag {
  color: #fff;
  background: #BAA997;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.pricing-card.dark {
  color: #fff;
  background-color: #222222;
  position: relative;
}
.pricing-card-heading {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.pricing-card.dark .pricing-card-heading p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card-heading h2 {
  color: inherit;
  margin-bottom: 10px;
  font-size: 40px;
}
.pricing-card-heading-white {
  color: #fff;
}
.pricing-card-price {
  line-height: 1;
  font-size: 44px;
  font-weight: 300;
  margin: 18px 0px;
  color: #fff;
}
.pricing-card-price .old-price {
  font-size: 30px;
  text-decoration: line-through;
}
.line-through {
  text-decoration: line-through;
}
.pricing-card-features {
  font-size: 16px;
  font-weight: 500;
}
.pricing-card-features ul {
  padding: 0px;
  list-style: none;
}
.pricing-card-features li {
  margin-bottom: 15px;
}
.pricing-card-features li p {
  margin: 0px;
  display: inline-block;
}
.pricing-card-features li i {
  font-size: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
 * Pricing feature
 */
.pricing-feature {
  padding-top: 40px;
  padding-bottom: 80px;
}
.pricing-feature-card {
  width: 100%;
  overflow: hidden;
  padding: 0px 15px;
  border-radius: 28px;
  border: 2px solid #222222;
  box-shadow: 10px 10px 0px #000000;
}
.pricing-feature-card-image {
  margin-left: -1px;
  background-color: #e8d8c1;
}
.pricing-feature-card-image img {
  width: 369px;
}
.pricing-feature-card-content {
  padding: 60px 80px 60px 70px;
}
.pricing-feature-card-content .check-list {
  font-weight: 400;
}
.pricing-feature-text-content .check-list li {
  margin-bottom: 20px;
}
.pricing-feature-text-content {
  padding: 60px 80px 60px 70px;
}
.pricing-feature-text-content .check-list {
  font-weight: 400;
}
.pricing-feature-text-content .check-list li {
  margin-bottom: 20px;
}
.pricing-feature-card-pretitle {
  display: block;
  color: #eab464;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.pricing-feature-card-title {
  margin-bottom: 25px;
}
.pricing-feature-card-buttons {
  margin-top: 30px;
}
.pricing-feature-card-buttons .btn + .btn {
  margin-left: 10px;
}
.badge-csoon {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  padding-bottom: 5px;
  border-radius: 14px;
}
.badge-white {
  background-color: #f4f3f0;
}
.pricing-card-features .badge-csoon {
  margin-left: 6px;
}

/*
 * Pricing compare
 */
.pricing-compare {
  padding: 100px 0px;
  background-color: #fbfbfb;
}
.pricing-compare-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pricing-compare-table h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.pricing-compare-table p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 300px;
}
.pricing-compare-table-heading h3 {
  margin: 0px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.pricing-compare-table-row .row {
  height: 100%;
}
.pricing-compare-table-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #dbdad7;
}
.pricing-compare-table-first-cell {
  width: 415px;
  margin-right: 30px;
}
.pricing-compare-table-cell:not(.pricing-compare-table-first-cell) {
  justify-content: center;
}
.pricing-compare-table-cell i {
  font-size: 24px;
}
.pricing-compare-table-cell .fa-times-circle {
  color: #d3d3d3;
}
.pricing-compare-table-cell .fa-check-circle {
  color: #92b4a7;
}
.pricing-compare-table-body
  .pricing-compare-table-row:last-child
  .pricing-compare-table-cell {
  border: none;
}
.pricing-compare-table-body .pricing-compare-table-cell {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*
 * Pricing FAQ
 */
.pricing-faqs {
  padding-top: 70px;
  padding-bottom: 40px;
}
.pricing-faqs-heading {
  text-align: center;
  margin-bottom: 45px;
}
.pricing-faqs-group {
  width: 100%;
}
.pricing-faqs-item {
  padding: 0px 40px;
  border-radius: 20px;
  background-color: #f4f3f0;
}
.pricing-faqs-item + .pricing-faqs-item {
  margin-top: 28px;
}
.pricing-faqs-item-heading {
  padding: 30px 0px;
  cursor: pointer;
}
.pricing-faqs-item-title {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-right: 60px;
}
.pricing-faqs-item-title::after {
  top: 0px;
  right: 0px;
  line-height: 1;
  content: "\f107";
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.pricing-faqs-item.active .pricing-faqs-item-title::after {
  content: "\f106";
}
.pricing-faqs-item-body {
  height: 0px;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.pricing-faqs-item.active .pricing-faqs-item-body {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /*
     * Pricing hero
     */
  .pricing-hero {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .pricing-hero h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .pricing-hero h1 span {
    font-size: 90px;
  }
  .pricing-hero-features {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .pricing-hero-features li {
    display: inline;
  }
  .pricing-hero-features li::before {
    display: none;
  }
  .pricing-hero-features li + li {
    margin-left: 0px;
  }
  .pricing-hero-features li:not(:last-child)::after {
    content: ",";
    margin: 0px;
  }

  /*
     * Pricing cards
     */
  .pricing-cards {
    padding-bottom: 0px;
  }
  .pricing-card {
    height: auto;
    padding: 35px 22px;
    margin-bottom: 30px;
  }
  .pricing-card-heading h2 {
    font-size: 24px;
  }
  .pricing-card-price {
    font-size: 32px;
  }
  .pricing-card-price .old-price {
    font-size: 23px;
  }

  /*
     * Pricing feature
     */
  .pricing-cards {
    padding-top: 30px;
  }
  .pricing-feature-card {
    padding: 0px 12px;
  }
  .pricing-feature-card-image {
    margin-left: 0px;
    padding: 35px 40px;
  }
  .pricing-feature-card-content {
    padding: 25px 20px 35px 20px;
  }
  .pricing-feature-text-content {
    padding: 60px 30px !important;
  }
  .pricing-feature-card-pretitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .pricing-feature-card-content .check-list {
    padding-right: 0px;
  }
  .pricing-feature-text-content .check-list {
    padding-right: 0px;
  }
  .pricing-feature-card-buttons .btn {
    width: 100%;
  }
  .pricing-feature-card-buttons .btn + .btn {
    margin-left: 0px;
    margin-top: 15px;
  }
  .pricing-feature-card-title {
    font-size: 20px;
    line-height: 1.16;
  }
  .pricing-card.dark {
    margin-top: 60px;
  }
  .pricing-card-features {
    font-size: 14px;
  }

  /*
     * Pricing compare
     */
  .pricing-compare {
    padding: 50px 0px;
  }
  .pricing-compare-heading {
    margin-bottom: 20px;
  }
  .pricing-compare-table-heading {
    font-size: 15px;
    font-weight: 600;
  }
  .pricing-compare-table-heading h3 {
    font-size: 15px;
  }
  .pricing-compare-table h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .pricing-compare-table p {
    font-size: 13px;
  }
  .pricing-compare-table-cell i {
    font-size: 18px;
  }
  .pricing-compare-table-first-cell {
    width: 170px;
    padding-left: 10px;
    padding-right: 0px;
    margin-right: -10px;
  }
  .pricing-compare-table-cell {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .price-text {
    font-size: 32px;
  }
  .min-ul-height {
    min-height: 0;
  }
  .best-value {
    font-size: 20px;
  }
  /*
     * Pricing faqs
     */
  .pricing-faqs {
    padding-top: 40px;
  }
  .pricing-faqs-heading {
    margin-bottom: 30px;
  }
  .pricing-faqs-item {
    padding: 0px 20px;
    border-radius: 14px;
  }
  .pricing-faqs-item + .pricing-faqs-item {
    margin-top: 15px;
  }
  .pricing-faqs-item-heading {
    padding: 17px 0px;
  }
  .pricing-faqs-item-title {
    font-size: 16px;
  }
  .pricing-faqs-item-body {
    font-size: 14px;
  }
  .free-trial-tag {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .col-pricing-cards {
    width: 98%;
  }
}
@media screen and (min-width: 1400px) {
  .col-pricing-cards {
    width: 83.33333333%;
  }
}
/*
 * Referral hero
 */
.referral-hero {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 85px;
    background-color: #f4ece5;
}
.referral-hero-heading {
    margin-bottom: 60px;
}
.referral-hero-heading h1 {
    margin-bottom: 30px;
}
.referral-hero-image {
    margin-bottom: -60px;
}
.referral-hero-form {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 70px 130px 60px 130px;
}
.referral-hero-form-heading {
    padding: 0px 35px;
    margin-bottom: 40px;
}
.referral-hero-form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.referral-hero-form-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.referral-hero-form-steps::before {
    top: 25px;
    left: 50px;
    right: 50px;
    content: "";
    height: 1px;
    opacity: 0.2;
    display: block;
    position: absolute;
    background-color: #222;
}
.referral-hero-form-step h3 {
    z-index: 10;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
}
.referral-hero-form-step-number {
    z-index: 10;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    background-color: #fff;
    border: solid 2px #222;
    transition: all 0.15s ease-out;
}
.referral-hero-form-step p {
    margin: 0px;
}
.referral-hero-form-step.active .referral-hero-form-step-number {
    color: #fff;
    background-color: #222;
}
.referral-hero-form-submit {
    margin-top: 15px;
    text-align: right;
}
.referral-hero-form-submit .btn-next,
.referral-hero-form-submit .btn-submit {
    margin-left: 10px;
}
.referral-hero-form .wpcf7-not-valid-tip {
    text-align: left;
}
.referral-hero-form .wpcf7-spinner {
    display: none;
}
.referral-hero-form-block {
    width: 100%;
    text-align: left;
}
.referral-hero-form-block br {
    display: none;
}
.referral-hero-form-block .wpcf7-list-item {
    margin: 0px;
}
.referral-hero-form-block .wpcf7-list-item-label {
    display: none;
}
.referral-hero-form-block .form-check-inline {
    margin: 0px;
    padding: 0px;
}
.referral-hero-form-block .form-check-inline + .form-check-inline {
    margin-left: 10px;
}
.referral-hero-form .wpcf7-response-output {
    font-size: 16px;
    padding: 0px !important;
    border: none !important;
    margin-bottom: 0px !important;
}

/*
 * Referral testimonials
 */
.referral-testimonals {
    background-color: #fff;
}
.referral-testimonals .trusted-by-card {
    border: solid 2px #000;
}

@media screen and (min-width: 768px) {
    /*
    * Referral hero
    */
    .referral-hero-heading h1 {
        width: 90%;
        line-height: 1;
        font-size: 58px;
        margin-left: auto;
        margin-right: auto;
    }

    .referral-hero-form .btn-previous,
    .referral-hero-form .btn-submit,
    .referral-hero-form .btn-next {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 991px) {
    /*
    * Referral hero
    */
    .referral-hero {
        padding-top: 60px;
    }
    .referral-hero-heading {
        margin-bottom: 60px;
    }
    .referral-hero-image {
        margin-bottom: -100px;
    }
    .referral-hero-form {
        padding: 70px 70px 60px 70px;
    }
}

@media screen and (max-width: 768px) {
    /*
    * Referral hero
    */
    .referral-hero {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .referral-hero-heading {
        margin-bottom: 20px;
    }
    .referral-hero-heading h1 {
        padding: 0px 20px;
        margin-bottom: 20px;
    }
    .referral-hero-heading p b,
    .referral-hero-heading p strong {
        display: block;
    }
    .referral-hero-image {
        margin-bottom: -50px;
    }
    .referral-hero-form {
        padding: 35px 20px 45px 20px;
    }
    .referral-hero-form-heading {
        padding: 0px 7.5px;
        margin-bottom: 25px;
    }
    .referral-hero-form-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .referral-hero-form-steps {
        margin-bottom: 25px;
    }
    .referral-hero-form-steps::before {
        display: none;
    }
    .referral-hero-form-step {
        width: 100%;
    }
    .referral-hero-form-step:not(.active),
    .referral-hero-form-step.previous {
        display: none;
    }
    .referral-hero-form-step h3 {
        font-size: 16px;
        font-weight: 500;
        display: inline;
        line-height: 1.4;
    }
    .referral-hero-form-step-number {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 32px;
        margin-right: 5px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .referral-hero-form-step p {
        display: inline-block;
    }
    .referral-hero-form-submit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -10px;
    }
    .referral-hero-form-submit .btn {
        width: 48%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .referral-hero-form-submit .btn-next:first-child {
        margin-left: auto;
    }
}
/*
 * reminders hero
 */
.reminders-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.reminders-hero-content {
  align-self: center;
}
.reminders-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.reminders-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.reminders-hero-buttons {
  margin-top: 40px;
}
.reminders-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.reminders-hero-image img {
  width: 54vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* reminders icons bar
*/
.reminders-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.reminders-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.reminders-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.reminders-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.reminders-iconbar-item:hover {
  color: #eab464;
}
.reminders-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.reminders-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.reminders-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* reminders content
*/

.reminders-content {
  padding: 75px 0px;
  background-color: #fff;
}
.reminders-content-text:first-child {
  padding-right: 0px;
}
.reminders-content-text h2 {
  margin-bottom: 14px;
}
.reminders-content-text a {
  margin-top: 25px;
}
.reminders-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * reminders hero
   */
  .reminders-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .reminders-hero-content {
    margin-bottom: 30px;
  }
  .reminders-hero-image {
    margin-top: 27px;
  }
  .reminders-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * reminders hero
   */
  .reminders-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * reminders hero
   */
  .reminders-hero {
    padding-top: 35px;
  }
  .reminders-hero .row {
    flex-wrap: wrap-reverse;
  }
  .reminders-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .reminders-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .reminders-hero-pretitle {
    display: none;
  }
  .reminders-hero-buttons {
    justify-content: center;
  }

  /*
   * reminders contents
   */
  .reminders-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reminders-content.first {
    padding-top: 50px;
  }
  .reminders-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .reminders-content-image {
    margin-bottom: 35px;
  }
  .reminders-content-text h2 {
    margin-bottom: 12px;
  }
  .reminders-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * reminders icons bar
   */
  .reminders-iconbar {
    padding: 10px 0px;
  }
  .reminders-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .reminders-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * reminders hero
   */
  .reminders-hero-image img {
    width: 96vw;
  }
  .reminders-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .reminders-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .reminders-hero-buttons {
    margin-top: 35px;
    margin-bottom: 1rem;
  }
}
/*
 * Virtual tour
 */
.virtual-tour {
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4f3f0;
}
.virtual-tour-heading {
    margin-bottom: 50px;
}
.virtual-tour-video {
    cursor: pointer;
    position: relative;
}
.virtual-tour-video-media {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    background-color: #222;
    box-shadow: 10px 10px 0px #000000;
}
.virtual-tour-video-media video {
    opacity: 0.4;
    display: block;
    transition: all 0.3s ease-out;
}
.virtual-tour-video-media.active video {
    opacity: 1;
}
.virtual-tour-video-toggle {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 120px;
    height: 110px;
    cursor: pointer;
    position: absolute;
}
.virtual-tour-video-toggle img {
    width: 98px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.virtual-tour-video-toggle span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/*
 * Virtual tour bar
 */
.virtual-tour-bar {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-top: 100px;
    padding: 50px 65px;
    border-radius: 28px;
    background-color: #222222;
}
.virtual-tour-bar h2 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: -1px;
}
.virtual-tour-bar p {
    margin: 0px;
}

/*
 * Virtual tour modal
 */
.virtual-tour-modal .modal-dialog {
    max-width: 578px;
    margin: 50px auto;
}
.virtual-tour-modal .modal-content {
    border-radius: 22px;
    padding: 55px 55px 60px;
}
.virtual-tour-modal .modal-body {
    padding: 0px;
}

/*
 * Virtual tour form
 */
.virtual-tour-form {
    background-color: #fff;
}
.virtual-tour-form-close {
    top: -25px;
    right: -25px;
    cursor: pointer;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
}
.virtual-tour-form-heading {
    text-align: center;
    margin-bottom: 30px;
}
.virtual-tour-form-logo {
    margin-bottom: 30px;
}
.virtual-tour-form-logo img {
    width: 78px;
    display: block;
    margin: 0px auto;
}
.virtual-tour-form-submit {
    margin-bottom: 40px;
}
.virtual-tour-form .wpcf7-response-output {
    margin: 0px !important;
    border: none !important;
    margin-top: -30px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}
.virtual-tour-form .wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}
.virtual-tour-form .wpcf7-spinner {
    display: none !important;
}

/*
 * Virtual tour form reviews
 */
.virtual-tour-form-review {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    max-width: 125px;
    color: #5e8677;
    margin: 0px auto;
    text-align: center;
}
.virtual-tour-form-review-stars {
    margin-bottom: 10px;
}
.virtual-tour-form-review i {
}
.virtual-tour-form-review span {
    color: #7a7a7a;
    display: block;
    font-size: 15px;
    line-height: 1.1;
}

@media screen and (min-width: 1199px) {
    .virtual-tour h1 {
        line-height: 1;
        font-size: 58px;
    }
}

@media (max-width: 768px) {
    .virtual-tour {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .virtual-tour-heading {
        font-size: 28px;
        max-width: 230px;
        margin-bottom: 20px;
    }

    .virtual-tour-video-media {
        width: 97%;
    }
    .virtual-tour-video-media video {
        object-fit: cover;
    }

    .virtual-tour-video-toggle {
        top: 5px;
        height: 75px;
    }
    .virtual-tour-video-toggle img {
        width: 52px;
        margin-bottom: 5px;
    }
    .virtual-tour-video-toggle span {
        font-size: 14px;
    }

    .virtual-tour-bar {
        margin-top: 35px;
        padding: 40px 35px;
        text-align: center;
    }
    .virtual-tour-bar h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }
    .virtual-tour-bar p {
        padding: 0px 10px;
        margin-bottom: 25px;
    }

    .virtual-tour-bar a {
        padding: 10px 24px;
    }

    .virtual-tour-modal .modal-dialog {
        margin: 80px 25px;
    }
    .virtual-tour-modal .modal-content {
        border-radius: 20px;
        padding: 45px 20px 50px 20px;
    }
    .virtual-tour-form-close {
        right: 0px;
        font-size: 24px;
    }
    .virtual-tour-form-logo {
        margin-bottom: 25px;
    }
    .virtual-tour-form-logo img {
        width: 68px;
    }
    .virtual-tour-form-heading {
        margin-bottom: 20px;
    }
    .virtual-tour-form-heading h2 {
        font-size: 18px;
    }
    .virtual-tour-form-submit {
        margin-bottom: 35px;
    }

    .virtual-tour-form-review {
        font-size: 14px;
        padding: 0px 5px;
    }
    .virtual-tour-form-review span {
        font-size: 13px;
    }
}
