#ck-button input[type="checkbox"]{
    display: none;
}

#ck-button {
    margin:4px;
    background-color: #dbdce2;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
    color:white;
}

/*#ck-button:hover {*/
/*    background-color: #a4a5aa;*/
/*}*/

#ck-button label {
    float:left;
    width:2.5em;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:checked + span {
    background-color: #a4a5aa;
    color:#fff;
}
.time-select{
    font-size: 14px;
    line-height: 18px;
    min-width: 60px;
    min-height: 30px;
}

.schedule-select {
    font-size: 14px;
    line-height: 18px;
    min-height: 35px;
}

.many-to-one {
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
}

.square-list {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    padding: 15px;
    font-size: 150%;
}

.square {
    width: 20px;
    height: 20px;
    /*  background: purple;
     */
    float: left;
    margin: 1.6%;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
    border: 1px solid #dbdce3;
}

.square-small {
    width: 10px;
    height: 10px;
    /*     background: purple;
     */    float: left;
    margin-right: 1.6%;
    border-radius: 5px;
    padding: 15px;
    font-size: 151%;
}

.fc-unthemed td.fc-today {
    background: #FBF2DF !important;
}

/*TODO JC: Tidy this css up*/
.full-calendar .fc-button.fc-state-default {
    margin-left: 5px;
    font-family: Gilroy, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 10px 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    border: 1px solid;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    filter: none;
    background-image: none;
    border-color: #dbdce2;
    background-color: #dbdce2;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-calendar .fc-button.fc-state-active {
    margin-left: 5px;
    font-family: Gilroy, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 10px 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    border: 1px solid;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    filter: none;
    background-image: none;
    border-color: #dbdce2;
    background-color: #a4a5aa;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-calendar .fc-button.fc-state-default:hover {
    margin-left: 5px;
    font-family: Gilroy, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 10px 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    border: 1px solid;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    filter: none;
    background-image: none;
    border-color: #dbdce2;
    background-color: #a4a5aa;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-calendar .fc-button.fc-state-disabled[disabled] {
    color: #6d737d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.full-calendar .fc-button.fc-state-default[disabled] {
    color: #6d737d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.show-new-lines {
    white-space: pre-wrap;
}

.dark-coral {
    color:#f35e33 !important;
}

.dl-error {
    color:#f35e33 !important;
    font-weight: bold;
}

.ownerDetails{
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    text-align: right;
    text-shadow: none;

}
.ownerDetails p {
    margin-bottom: 5px;
}

header.navbar.navbar-center {
    background: #b2e1f1;
}

.copyright.paragraph-2.light.small {
    font-size: 14px;
}

.footer a {
    color: #7cba58;
    text-decoration: none;
    font-weight: normal;
}

.footer a:hover {
    color: #f35e33;
    font-weight: normal;
}

.circular--square {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--landscape img {
    width: auto;
    height: 100%;
    /*margin-left: -25px;*/
}

.circular--portrait {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--portrait img {
    width: 100%;
    height: auto;
    /*margin-top: -25px;*/
}

.mugshot {
    margin-left:20px;
    margin-top:20px;
}

.mugshot-small {
    max-width:40px;
    border-radius: 50%;
}


/*a.button.w-button:hover {*/
    /*color: #7cba58;*/
    /*background: #cee5c0;*/
/*}*/

a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table.key-value-table {
    font-size: 16px;
}

span.add-on {
    min-height: 27px;
}

.padding-small {
    padding: 5px;
}

div#datatable_wrapper {
    font-size: 16px;
}

.dataTables_filter input[type="text"] {
    height: 27px;
    font-weight: normal;
}
.datatable {
    font-size: 16px;
    letter-spacing: 0.02em;
}
.prev {
    font-size:16px;
}
.next {
    font-size:16px;
}

.controls input[type="password"] {
    height: 27px;
}

.calendar-inputs {
    cursor: pointer;
}

#date-from, #date-to {
    height: 27px;
    width: 110px;
    background-color: inherit;
    cursor: pointer;
}

.date-picker {
    height: 27px;
    width: 110px;
    background-color: inherit;
}

.heading-padding {
    padding: 0px 0px 10px 0px;
}

.icon-med {
    max-width: 40px;
}


.icon-small {
    max-width: 30px;
}

td.key-value-heading {
    padding-top: 20px !important;;
}

.content {
    font-size: 16px;
}

.content .page-header h1 {
    width: -webkit-fill-available;
    font-size: 32px;
}

.navicon-sm {
    max-width: 50px;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: Gilroy, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 20px;

    /*letter-spacing: 0.02em;*/
    background-color: #1f2237;
}

body .help-block{
    font-size: 14px;
    line-height: 18px;
}

.help-text{
    font-size: 14px;
    line-height: 18px;
}

.middle-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.right-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .nav > li > a {
    font-size: 16px;
}

.brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navbar-home {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px 48px 8px;
    background-color: transparent;
}

.nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-family: Gilroy, sans-serif;
    font-size: 1em;
    font-weight: 900;
}

.nav-link a:hover {
     color: #f35e33;
 }

.body {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
}

.button {
    width: 140px;
    border-radius: 5px;
    background-color: #7dbb59;
    text-align: center;
}

.button.login {
    width: 180px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
}

.button.login:hover {
    color: #7cba58;
    background: #cee5c0;
}

.button.log-out {
    background-color: hsla(10.434782608695652, 87.03%, 63.73%, 1.00);
    font-family: Gilroy, sans-serif;
    /*font-weight: 700;*/
}

.button.log-out:hover {
    color: #f35e33;
    background: #f57e5c;
}

.logo {
    width: 250px;
}

.hero-section {
    background-image: url('Hero-BG-c069f2fdae4af7b9e9a541055c846dbf.svg');
    background-position: 50% 0%;
    background-size: cover;
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    width: 85%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.container.hero {
    max-width: 1170px;
}

.container.features {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.container.pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.hero-right {
    position: relative;
    bottom: -64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.hero-heading {
    margin-right: 16px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 80px;
    line-height: 72px;
    /*letter-spacing: -0.5px;*/
}

.hero-subheadline {
    margin-top: 8px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

.app-store.apple {
    width: auto;
    height: 48px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.app-store.google {
    height: 48px;
    margin-right: 0px;
}

.about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-flex-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-flex-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image {
    width: 80%;
}

.paragraph {
    margin-bottom: 0px;
    font-family: Gilroy, sans-serif;
    line-height: 27px;
    font-weight: 400;
}

.paragraph.about {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
}

.features-section {
    position: static;
}

.bone {
    width: 90px;
    margin-top: 12px;
}

.bone.centre {
    margin-left: auto;
    margin-right: auto;
}

.fratures-content {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1000px;
    min-height: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('Features-bg-white-sheild-633a20f154f1512e440e95f1a006a125.svg');
    background-position: 0px 0px;
    background-size: cover;
}

.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.paragraph-small {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.feature-icon {
    width: 64px;
    height: 64px;
}

.feature-heading {
    margin-top: 8px;
    color: #fff;
}

.features-bone {
    width: 90px;
    margin-bottom: 8px;
}

.demo-slider-section {
    position: relative;
    display: block;
    margin-top: 64px;
    margin-bottom: 64px;
}

.features {
    position: relative;
}

.paragraph-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-size: 1em;
    line-height: 1.375em;
}

.paragraph-2.italic {
    font-style: italic;
}

.paragraph-2.italic.testimonial {
    margin-bottom: 16px;
    font-size: 1.11em;
}

.paragraph-2.light {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.25em;
    font-weight: 300;
}

.paragraph-2.light.small {
    font-size: 1em;
}

.paragraph-2.light.small.white {
    color: #919191;
    font-size: 14px;
}

.w-dropdown-list.w--open {
    display: block;
    overflow: scroll;
    max-height: 250px;
    overflow-x: hidden;
}
.w-dropdown-list.w--open::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.w-dropdown-list.w--open::-webkit-scrollbar-thumb {
    background-color: #414042;
    border-radius: 10px;
}

.w-dropdown.great-dane-drop {
    padding-top: 10px;
}

.paragraph-2.light.small.cenre {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.paragraph-2.list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.paragraph-2.pricing {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
}

.paragraph-2.light {
    font-size: 1.25em;
    font-weight: 300;
}

.paragraph-2.light.small {
    font-size: 1em;
}

.h2 {
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0px;
    font-family: Gilroy, sans-serif;
    color: #1f2237;
    font-size: 38px;
    line-height: 1.15em;
    font-weight: 900;
}

.h2.centre {
    text-align: center;
}

.h2.centre.white {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 38px;
}

.h2.light {
    color: #fff;
}

.sign-up-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 660px;
    margin-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._2-col-flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px;
    max-width: 960px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

._2-col-flex-parent.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.app-icon {
    width: 170px;
    margin-top: 16px;
    margin-bottom: 24px;
}


.bg-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vh;
    min-height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0px, 0px 0px;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    width: 100%;
    z-index: -1;
    max-height: 370px;
    background-image: url(Footer-BG-p-3200-ddcdaa93ce16ad5e4404a53aa1edecd1.png);

}

.footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vh;
    min-height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('Footer-Illuistration2x-04cb08f269f2f1c1ed7cb16a8e2c0da9.png'), url('5be0e3166b81dc2538c2963d_Footer-BG-27b45617571f6f35fb42379329bee5d6.png');
    background-position: 50% 0px, 0px 0px;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.footer-section-logged-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 75vh; */
    min-height: 389px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #b2e1f1 url("Logged-In-Illustration_Footer-Illuistration-44de923c2c83a1bff6b6675abd95c66a.png");
    background-position: 50% 15px, 0px 0px;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.datepicker-dropdown {
    z-index: 1000 !important;
}


.testimonial-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.testimonial-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonial-container {
    position: static;
    width: 50%;
    margin-bottom: 10%;
    margin-left: 0%;
    padding: 24px;
    float: right;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-size: 1.2em;
    line-height: 1.2222em;
}

.h4.pricing {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.centre {
    text-align: center;
}

.icon-4 {
    background-color: #fff;
}

.slide-nav-2 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.left-arrow-2 {
    position: static;
    display: none;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.right-arrow-3 {
    display: none;
}

.footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f2237;
    padding-bottom: 5px;
    padding-top: 15px;
}

.all-rights {
    padding-top: 16px;
    padding-bottom: 16px;
}

.dog {
    height: 220px;
    max-height: 100%;
    margin-top: 0px;
}

.checkbox {
    margin-right: 16px;
    margin-left: 0px;
}

.divider-small {
    height: 1px;
    background-color: #fff;
}

.h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-size: 1.777em;
    line-height: 1.25em;
    /*letter-spacing: -0.8px;*/
}

.h3.pricing {
    margin-bottom: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

h2.centre {
    text-align: center;
}

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

.dropdown-list {
    background-color: transparent;
}

.pricing-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .6);
}

.dropdown.w--open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dropdown-link {
    background-color: hsla(0, 0%, 100%, .6);
    font-family: Gilroy, sans-serif;
    font-size: 1em;
    line-height: 1.375em;
}

.dropdown-link.bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    min-height: 660px;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('Pricing-BG-0cefd8199566bbb59bb249a6f38c13ed.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-section {
    height: 100vh;
}

.pricing-section.packs {
    position: static;
    z-index: 10;
    height: auto;
    min-height: 800px;
}

.pricing-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-right: 16px;
    margin-left: 16px;
    padding: 0px 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
    background-color: transparent;
}

.info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.features-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.icon-5 {
    color: #000;
}

.icon-6 {
    color: #000;
}

.slider-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-slider-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: baseline;
    flex-direction: column;
}

.slider-content-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.step-one-image {
    width: 220px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.poo-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.poo-text {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.poo-icon {
    margin-right: 8px;
    margin-left: 8px;
}

.slide-nav-3 {
    display: none;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link-wrapper {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.nav-link-2 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Gilroy, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

.button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f35e33;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .2);
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    line-height: 1.375em;
    font-weight: 700;
}

.button-2.login {
    width: 160px;
    margin-left: 12px;
}


input.button-2.form.w-button {
    margin-right: auto;
    margin-left: auto;
}

.button-2.form {
    height: 48px;
    margin-top: 20px;
    margin-bottom: 24px;
    background-color: #7dbb59;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-field {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 20px 16px 20px 20px;
    border: 4px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
}

.login-line {
    margin-top: 24px;
    margin-bottom: 24px;
}

.login-bone {
    position: relative;
    bottom: -27px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-form {
    width: auto;
    max-width: 460px;
    padding: 40px 32px 24px;
    border: 5px solid #e1e1e1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(31, 34, 55, .2);
}

.login-container {
    margin-top: 0%;
}

.login-link {
    font-family: Montserrat, sans-serif;
    color: rgba(31, 34, 55, .5);
    font-size: 0.9em;
    line-height: 1.15em;
    text-align: center;
}

.clouds-bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #6bc9e5;
    background-image: url('Login-Clouds-f5c6fe04afe12b9c715dca7b34a25e97.png');
    background-position: 0px 0px;
    background-size: cover;
}

.illustration {
    height: 100%;
    min-height: 360px;
    background-image: url('Logged-In-Illustration_Footer-Illuistration-44de923c2c83a1bff6b6675abd95c66a.png'), url('Footer-BG-p-3200-ddcdaa93ce16ad5e4404a53aa1edecd1.png');
    background-position: 100% 5%;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-loggedin {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px 48px 58px;
    background-image: url('Logged-In-Header-310819fe52aa6128ad42717a0df72d59.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.navbar-empty {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px 48px 0px;
    background-image: url('Header-Empty-58ef0c877aa1d54881f60edf309669f7.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #b2e1f1;
}

div.navbar-loggedin.w-nav {
    background-color: #b2e1f1;
}

.appstore-wrapper-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup-left {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.signup-container {
    max-width: 960px;
    min-width: 800px;
    border-radius: 4px;
}

.divider-small-dark {
    height: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #d4d4d4;
}

.signup-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.signup-right {
    padding-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.sign-up {
    padding: 0 5% 0 5%;
    margin: 0 0 10% 0;
    display: -ms-flexbox;
    padding-top: 30px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 4px;
    border-color: #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

.sign-up-flexrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 4px;
    border-color: #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

.bone-signup {
    width: 137px;
}

.appstore-wrapper-lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.body-2 {
    background-color: hsla(193.7704918032787, 70.11%, 65.88%, 1.00);
}

.body-3 {
    background-color: hsla(193.7704918032787, 70.11%, 65.88%, 1.00);
}

.testimonial-credit {
    margin-top: 0px;
    font-weight: 600;
    color: #e8694f;
}

.appstore-wrapper-signup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .right-nav {
        height: 480px;
        padding-top: 20px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-color: hsla(193.7704918032787, 70.11%, 65.88%, 1.00);
    }

    .navbar-home {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-link {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    .button.log-out {
        margin-top: 12px;
    }

    .container.hero {
        width: 90%;
    }

    .container.features {
        width: 90%;
    }

    .container.pricing {
        width: 95%;
    }

    .hero-flex {
        margin-top: -60px;
    }

    .hero-left {
        margin-left: 32px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-right {
        margin-right: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .hero-heading {
        font-size: 82px;
        line-height: 76px;
    }

    .about-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-flex-left {
        margin-bottom: 12px;
    }

    .about-flex-right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image {
        width: 50%;
    }

    .paragraph {
        text-align: left;
    }

    .paragraph.about {
        text-align: center;
    }

    .features-section {
        height: 1000px;
    }

    .icon {
        font-size: 44px;
    }

    .menu-button {
        padding-right: 0px;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .bone {
        display: none;
        margin-right: 1px;
    }

    .grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .feature-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .paragraph-small {
        text-align: center;
    }

    .feature-cop-wrapper {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }

    .features-bone {
        margin-right: auto;
        margin-left: auto;
    }

    .h2 {
        margin-bottom: 9px;
        font-size: 2em;
    }

    .sign-up-section {
        height: 100%;
        margin-top: 0%;
    }

    ._2-col-flex-parent {
        max-width: 660px;
    }

    .footer-section {
        background-position: 72% 0px, 54% 0px;
    }

    .testimonial-container {
        width: 80%;
        margin-right: 10%;
        margin-bottom: 15%;
        margin-left: 40%;
    }

    .dog {
        height: 200px;
    }

    .h3 {
        font-size: 1.5em;
    }

    .pricing-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .background-container {
        background-image: url('Pricing-BG-0cefd8199566bbb59bb249a6f38c13ed.svg');
        background-position: 0px 0px;
        background-size: cover;
    }

    .pricing-section.packs {
        height: 120%;
    }

    .pricing-col {
        width: 50%;
        margin-top: -40px;
        margin-bottom: 0px;
        padding: 8px 16px;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .pricing-col.four {
        margin-top: 0px;
    }

    .slider-flex {
        width: 80%;
    }

    .testimonial-slider-flex {
        width: 80%;
    }

    .nav-link-2 {
        display: none;
        font-family: Gilroy, sans-serif;
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
    }

    .button-2.form {
        margin-right: auto;
        margin-left: auto;
    }

    .clouds-bg {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        height: 100%;
        background-color: #6dcce8;
        background-image: url('Login-Clouds-f5c6fe04afe12b9c715dca7b34a25e97.png');
        background-position: 0px 0px;
        background-size: cover;
    }

    .navbar-loggedin {
        padding-right: 20px;
        padding-bottom: 12px;
        padding-left: 20px;
        background-color: hsla(193.7704918032787, 70.11%, 65.88%, 1.00);
        background-position: -450px 0px;
    }

    .signup-left {
        margin-bottom: 12px;
    }

    .signup-container {
        max-width: 680px;
        min-width: 680px;
        margin-top: 12px;
    }

    .signup-section {
        background-color: transparent;
        background-image: none;
    }

    .signup {
        padding-right: 32px;
        padding-left: 32px;
    }

    .signup-right {
        padding-right: 32px;
        padding-left: 32px;
    }

    .sign-up-flexrow {
        margin-bottom: 98px;
        padding-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .navbar-home {
        padding-right: 8px;
        padding-left: 8px;
    }

    .logo {
        height: 48px;
    }

    .container.hero {
        position: relative;
        top: -40px;
    }

    .container.pricing {
        margin-bottom: 80px;
    }

    .hero-left {
        position: relative;
        margin-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero-right {
        display: none;
    }

    .hero-heading {
        margin-right: 0px;
        font-size: 16vw;
        line-height: 15vw;
        text-align: center;
    }

    .hero-subheadline {
        text-align: center;
    }

    .about-section {
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .paragraph.about {
        font-size: 26px;
        line-height: 36px;
    }

    .feature-heading {
        font-size: 24px;
    }

    .features-bone {
        display: none;
        width: 60px;
    }

    .paragraph-2 {
        line-height: 1.25em;
    }

    .paragraph-2.light {
        font-size: 1.15em;
    }

    .paragraph-2.light {
        font-size: 1.15em;
    }

    .h2 {
        font-size: 1.625em;
        line-height: 1.15em;
    }

    .sign-up-section {
        min-height: 480px;
    }

    .footer-section {
        background-position: 74% 0px, 73% 50%;
    }

    .testimonial-container {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 134px;
        margin-left: 0%;
        padding: 12px;
    }

    .h4 {
        line-height: 1.1111em;
    }

    .h4.pricing {
        margin-top: 8px;
        font-size: 1em;
    }

    .dog {
        height: 230px;
        padding-bottom: 0px;
    }

    .h3 {
        font-size: 1.375em;
        line-height: 1.13em;
    }

    .pricing-flex {
        margin-top: -32px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .background-container {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .pricing-col {
        height: 420px;
        margin: 0px 8px;
        padding: 16px;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .icon-5 {
        font-size: 28px;
    }

    .icon-6 {
        font-size: 28px;
    }

    .slider-flex {
        width: 85%;
    }

    .testimonial-slider-flex {
        width: 85%;
    }

    .illustration {
        background-position: 89% 50%;
    }

    .navbar-loggedin {
        padding-right: 8px;
        padding-left: 8px;
    }

    .signup-container {
        max-width: 520px;
        min-width: 520px;
        margin-top: 0px;
    }

    .bone-signup {
        width: 117px;
    }
}

@media (max-width: 479px) {

    .walk-detail {
        padding-top: 50%;
    }

    .testimonial-credit {
        font-size: 4.0vw;
    }

    .paragraph-2.italic.testimonial {
        margin-bottom: 16px;
        /*font-size: 1.11em;*/
        font-size: 4.5vw;
    }

    .middle-nav {
        display: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-container {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-home {
        padding-top: 12px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .logo {
        width: 168px;
        height: auto;
    }

    .hero-section {
        background-position: 100% 0%;
    }

    .header-content {
        height: 500px;
    }

    .container {
        width: 95%;
    }

    .container.features {
        margin-top: -80px;
        padding-top: 24px;
        padding-bottom: 0px;
    }

    .hero-left {
        margin-top: 40px;
    }

    .hero-heading {
        margin-top: 16px;
        margin-bottom: 4px;
        font-size: 17vw;
        line-height: 17vw;
    }

    .hero-subheadline {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 28px;
    }

    .app-store.apple {
        height: 48px;
        margin-bottom: 8px;
    }

    .app-store.google {
        height: 48px;
        margin-bottom: 8px;
    }

    .image {
        width: 80%;
    }

    .paragraph {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .features-section {
        height: 100%;
    }

    .icon {
        font-size: 32px;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .fratures-content {
        height: 1600px;
        background-position: 1% 0%;
        background-repeat: no-repeat;
    }

    .grid {
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .demo-slider-section {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .paragraph-2.light.small.white {
        text-align: center;
    }

    .paragraph-2.light.small.cenre {
        margin-top: 0px;
    }

    .paragraph-2.light.small.white {
        text-align: center;
    }

    .h2 {
        margin-top: 8px;
        margin-bottom: 16px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .h2.centre {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 1.4em;
    }

    .h2.centre.white {
        font-size: 30px;
    }

    .sign-up-section {
        position: static;
        height: auto;
        min-height: 430px;
        margin-top: -65px;
        margin-bottom: 24px;
    }

    ._2-col-flex-parent {
        max-height: 430px;
        max-width: 490px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._2-col-flex-parent.download {
        margin-bottom: 80px;
    }

    .footer-section {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: 79% 50%, 50% 0px;
    }

    .footer-section-logged-in {
        background-position: 79% 50%, 50% 0px;
    }

    .testimonial-slider {
        padding: 0px;
    }

    .testimonial-slide {
        padding-right: 3px;
        padding-left: 3px;
    }

    .testimonial-container {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30%;
        margin-left: 0%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .h4 {
        font-size: 1.1em;
        text-align: center;
    }

    .h4.pricing {
        font-size: 1em;
    }

    .all-rights {
        padding: 24px;
    }

    .dog {
        height: 190px;
        padding-top: 0px;
    }

    .h3 {
        margin-top: 22px;
        margin-bottom: 4px;
        text-align: center;
    }

    .background-container {
        padding-top: 65px;
        padding-bottom: 134px;
        background-position: 2% 0%;
    }

    .pricing-section.packs {
        max-height: 120%;
    }

    .pricing-checkbox {
        padding-right: 24px;
        padding-left: 24px;
    }

    .pricing-col {
        height: 400px;
        margin-top: -28px;
        margin-bottom: 0px;
        padding: 4px 30px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .pricing-col.four {
        margin-top: 0px;
        padding-right: 19px;
        padding-left: 19px;
    }

    .pricing-col._2 {
        margin-top: -79px;
    }

    .info-wrapper {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .features-slider {
        height: 500px;
    }

    .slider-flex {
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .testimonial-slider-flex {
        width: 70%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: baseline;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .step-one-image {
        width: 150px;
        margin-right: 0px;
    }

    .navigation {
        padding-left: 12px;
    }

    .nav-link-2 {
        width: 100%;
        font-family: Gilroy, sans-serif;
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
    }

    .button-2 {
        width: 100px;
        height: 40px;
    }

    .button-2.login {
        width: 100px;
        height: 30px;
        font-size: 0.8em;
    }

    .button-2.form {
        width: 100%;
    }

    .text-field {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 0.8em;
    }

    .login-bone {
        bottom: -21px;
    }

    .login-form {
        margin-right: 16px;
        margin-left: 16px;
        padding: 16px;
    }

    .image-4 {
        position: relative;
        top: 5px;
        display: block;
    }

    .clouds-bg {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        height: auto;
    }

    .illustration {
        background-position: 81% 50%;
    }

    .navbar-loggedin {
        padding: 12px 0px 8px;
    }

    .appstore-wrapper-hero {
        max-width: 320px;
        text-align: center;
    }

    .signup-left {
        padding-right: 12px;
        padding-left: 12px;
    }

    .signup-container {
        width: 95%;
        height: 100%;
        max-width: 440px;
        min-width: 320px;
    }

    .signup-right {
        padding-right: 12px;
        padding-left: 12px;
    }

    .sign-up-flexrow {
        margin-right: 16px;
        margin-left: 16px;
        padding: 25px 37px 16px;
    }

    .bone-signup {
        width: 100px;
    }

    .appstore-wrapper-lower {
        width: 210px;
        max-width: 270px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .appstore-wrapper-signup {
        width: 210px;
        max-width: 270px;
        margin: 20px auto 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

#w-node-2083b2670643-53420755 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
}

@media screen and (max-width: 991px) {
    #w-node-2083b2670643-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 4;
        grid-column-end: 5;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-2083b2670643-53420755 {
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column-span: 4;
        grid-column-end: 5;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 479px) {
    #w-node-2083b2670643-53420755 {
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column-span: 6;
        grid-column-end: 7;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

/*GPS Tracking*/
#w-node-2083b2670648-53420755 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

/*GPS Tracking*/
@media screen and (max-width: 991px) {
    #w-node-2083b2670648-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}
/*GPS Tracking*/
@media screen and (max-width: 479px) {
    #w-node-2083b2670648-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 6;
        grid-column-end: 7;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}

/*Stay Connected*/
#w-node-2083b267064e-53420755 {
    -ms-grid-column: 3;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}
/*Stay Connected*/
@media screen and (max-width: 991px) {
    #w-node-2083b267064e-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}
/*Stay Connected*/
@media screen and (max-width: 479px) {
    #w-node-2083b267064e-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 6;
        grid-column-end: 7;
        -ms-grid-row: 3;
        grid-row-start: 5;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
    }
}

/*scheduling*/
#w-node-2083b2670654-53420755 {
    -ms-grid-column: 5;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

/*scheduling*/
@media screen and (max-width: 991px) {
    #w-node-2083b2670654-53420755 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 2;
        grid-column-end: 5;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

/*scheduling*/
@media screen and (max-width: 767px) {
    #w-node-2083b2670654-53420755 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 2;
        grid-column-end: 5;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}
/*scheduling*/
@media screen and (max-width: 479px) {
    #w-node-2083b2670654-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 6;
        grid-column-end: 7;
        -ms-grid-row: 4;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}

/* Photos */
#w-node-2083b267065a-53420755 {
    -ms-grid-column: 5;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}
/* Photos */
@media screen and (max-width: 991px) {
    #w-node-2083b267065a-53420755 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 2;
        grid-column-end: 5;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}
/* Photos */
@media screen and (max-width: 479px) {
    #w-node-2083b267065a-53420755 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 6;
        grid-column-end: 7;
        -ms-grid-row: 5;
        grid-row-start: 4;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Black-59148605b23d6b7091a1e826a4e45f16.woff2') format('woff2'), url('font/Gilroy-Black-bde8bcef5590fd0ee6bca94690ceb069.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-ExtraBold-8c5d0a7a135bac6c5d2065c277ab9a63.woff2') format('woff2'), url('font/Gilroy-ExtraBold-278072130f50bc23a6e5baaea448e6c3.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-BlackItalic-ef55a0e70425e0cf169daf0412b9a525.woff2') format('woff2'), url('font/Gilroy-BlackItalic-7fc70f6ca1a2c909af0889d2c5c01e18.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Medium-151d9a1fa516f32252332bc5f1506a2d.woff2') format('woff2'), url('font/Gilroy-Medium-7d5dc1791cf2738d55a87e871549004c.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-ExtraBoldItalic-0891433c556e8b80dce59c8db90866f7.woff2') format('woff2'), url('font/Gilroy-ExtraBoldItalic-e43cca6cb170481eb7dfb7674c525368.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-MediumItalic-5784ee0280ba7b86e97af68fd5764e64.woff2') format('woff2'), url('font/Gilroy-MediumItalic-f8ac8bc5930ab416a4029a7b0a563549.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-RegularItalic-9ef92002f064c89b4a4b260148abc45f.woff2') format('woff2'), url('font/Gilroy-RegularItalic-5b729efbf680111713791feb93704c19.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-Regular-891516b5d5ea788cb064326a982e86b5.woff2') format('woff2'), url('font/Gilroy-Regular-8e8705d069fbb9099b3a1e1d779fa5c5.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-SemiBold-52381b7b6252561153b44b7d7c9d6efd.woff2') format('woff2'), url('font/Gilroy-SemiBold-989947b092774c1d2811236856bbdcc3.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy-SemiBoldItalic-9185bfebc7ad42ad209d3a6ddc87740c.woff2') format('woff2'), url('font/Gilroy-SemiBoldItalic-2706d075b331aadf820ab7044b3555de.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

/*Prevent side-to-side shifting in browser window on phone*/
html, body {width: auto!important; overflow-x: hidden!important}

.logo-walk {
    padding:10px;
}

a {
    color: #f57e5c;
    text-decoration: none;
}

a:hover {
    color: #1f2237;
}

.double {
    zoom: 1.5;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

.pet-female {
    color: #f57e5c;
}
.pet-male {
    color: #6dcce8;
}

.dashboard-well ul {
    padding-left: 5px;
}

#example_processing {
    min-height: 50px;
}

body {
    /*letter-spacing: 0.02em;*/
    /*background-color: #1f2237;*/
}

.body {
    background-color: #fff;
}


