:root {
  --pry-color: #091a14;
  --sec-color: #308065;
  --light-sec-color: #d8f9ed;
  --vb-cream-color: #F7F5F2;
}
@font-face {
    font-family: "RegolaProBook";
    src: url("/vendor/fonts/Regola/RegolaProBook.otf") format("opentype");
}

@font-face {
    font-family: "RegolaProRegular";
    src: url("/vendor/fonts/Regola/RegolaProRegular.otf") format("opentype");
}

@font-face {
    font-family: "RegolaProBold";
    src: url("/vendor/fonts/Regola/RegolaProBold.otf") format("opentype");
}

@font-face {
    font-family: "RegolaProMedium";
    src: url("/vendor/fonts/Regola/Regola Pro Medium.otf") format("opentype");
}

* {
  font-family: sans-serif;

}
[v-cloak] {
  display: none;
}

::-moz-selection { background: #333; color: #fff; }
::selection { background: #333; color: #fff; }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  font-weight: 300;
}
footer{
  margin-top: auto;
  padding: 50px 0 10px;
  background-color: var(--sec-color);
}
footer a {
  color: #fff !important;
  text-decoration: none;
  transition: .4s;
  padding-bottom: 3px;
  border-bottom: 1px dotted transparent;
}
footer a:hover {
  border-color: #fff;
  transition: .4s;
}
ul {
  list-style: none;
}
li {
  font-size: 19px;
}
p {
  font-size: 19px !important;
}
.c1 {
  font-size: 16px !important;
}
img {
  /* width: 100%; */
}
label > span {
  font-weight: 300 !important;
}
.form-group>label {
  font-weight: 400 !important
}
b, .font-weight-bold, strong {
  font-family: 'RegolaProBold';
}
.bg-light-sec {
    background-color: var(--light-sec-color);
}

.bg-sec {
    background-color: var(--sec-color);
}

.bg-pry {
    background-color: var(--pry-color);
    color: #fff;
}

.text-pry {
    color: var(--pry-color);
}

.text-sec {
    color: var(--sec-color);
}
.text-light-sec {
    color: var(--light-sec-color);
}
.active_label {
  /* background-color: lightyellow; */
}
.navbar {
  background-color: #ffffff;
}
.navbar-brand img{
  height: 75px;
  object-fit: contain;
}
.wb-width {
  width: 250px;
}
.nav-item {
  margin-left: 1.5rem;
}
.nav-link {
  color: #000000;
  font-size: 18px;
  border-bottom:1px solid transparent;
  transition: .3s;
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: #000000;
  transition: .3s;
  border-color: #ccc;
}
.white-overlay {
  background-color: rgba(247, 245, 242,.9);
  color: #333;
  padding: 20px;
  border-radius: 10px
}
.separator {
  border-right:1px solid #ddd;
  width: 1px;
  height: 40px;
  display: block;
}
.form-control {
  height: 48px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}
.hiw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hiw>div {
    width: 100%;
}

.hiw p {
    width: 78%;
}
.hiw .step h5 {
    font-weight: bold;
}

.featured {
    height: 400px;
    background-color: var(--sec-color);
    margin: 0 50px;
    padding-block: 60px;
    border-radius: 10px;
}

.featured .title {
    color: #fff;
}

.fc-container {
    margin-top: -250px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.cleaner-card {
    background-color: #ffffff;
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border-radius: 8px;
}

.box-header {
    font-family: 'RegolaProBold';
}

.profile-top {
    background-color: var(--light-sec-color);
    padding: 40px 60px;
    border-radius: 10px;
    position: sticky !important;
    top: 0;
}

.featured-img, .profile-img {
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    object-fit: contain;
}

.featured-img img {
    height: 165px;
    width: 100%;
    object-fit: contain;
}

.featured-img span {
    position: absolute;
    background-color: var(--pry-color);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    text-transform: uppercase;
}

.cleaner-title, .profile-title {
    font-size: 28px;

}

.profile-title {
    font-size: 35px;
}

.fc-rating {
    display: flex;
    margin-block: 8px;
    align-items: center;
}
.title {
  font-size: 45px;
  font-family: 'RegolaProBold';
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #000;
}

#backToTop:hover {
    background-color: #ffffff;
}
a {
    text-decoration: none;
    opacity: 1;
    color: var(--sec-color);
}
/* .video-intro {
  max-height: 300px;
}
.video-intro video {
  height: 100%;
} */
.info-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: sticky;
    top: 10px;
    z-index: 200;
}

.info-card .title {
    font-size: 40px;
}

.info-card .subtitle {
    font-size: 28px;
}

.btn-nav {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0.6rem 2rem !important;
  transition: .3s;
}
.btn-nav:hover {
  background: #000;
  color: #fff;
  transition: .3s;
}
.btn-black, .btn-green {
  border-right:1px solid #000;
  background: #000;
  border-radius: 50px;
  padding: 0.8rem 2.5rem;
  color: #fff;
}
.btn-green{
  background: var(--sec-color);
  border-color: var(--sec-color);
  padding: 0.8rem 5.5rem;
}
.btn-black:hover, .btn-green:hover{
  color: rgba(255,255,255,0.7);
}
.btn-shadow {
    box-shadow: 0px 15px 15px rgba(11, 28, 91, 0.101961);
}

.btn-pry {
    background-color: var(--pry-color);
    color: #fff;
    padding: 15px 40px;
}

.btn-pry:hover {
    transition: .5s;
    box-shadow: 0px 15px 15px rgba(11, 28, 91, 0.101961);
    color: rgba(255, 255, 255, .8);
}

.btn-sec {
    background-color: var(--sec-color);
    color: #fff;
    padding: 15px 40px;
}

.btn-sec:hover {
    transition: .5s;
    box-shadow: 0px 15px 15px rgba(11, 28, 91, 0.101961);
    color: rgba(255, 255, 255, .8);
    padding: 15px 40px;
}

.btn-grey {
    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;
    box-shadow: 0px 5px 5px rgba(11, 28, 91, 0.101961);
}

.btn-grey:hover {
    transition: .5s;
    box-shadow: 0px 15px 15px rgba(11, 28, 91, 0.101961);
    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;
}

.zip-container h6 {
    font-size: 28px;
}

.zip-search {
    margin-top: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
}

.zip-search input {
    border: 0;
}
.zip-search input:focus {
  outline: 0;
  border:0;
}

.zip-search .btn {
    border-left: 1px solid #aaa;
}
.pro-intro {
  max-width: 500px;
  background-color: #ffffff;
  padding: 30px 40px 60px 30px;
  border-radius: 20px;
  margin-top: -250px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pro-top {
  background-position:right;
  background-size: 70%;
  background-repeat: no-repeat;
  height: 550px;
}
.overlay-cream {
  background-image: url('/app/pyg/img/overlay-cream.png');
  background-position: left;
  background-size:  cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.profile-title {
    font-size: 26px;
}
.profile-top {
    padding: 40px 60px;
    border-radius: 10px;
    position: relative;
}
.top-title {
    margin-top: 30px;
    font-size: 50px;
}
.profile-img {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    object-fit: contain;
}
.edit-pp {
  position: relative;
  cursor: pointer;
}
.edit-pp:hover::before {
  content: '+';
  z-index: 1;
  position: absolute;
  margin: auto;
  padding-top: 30px;
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: rgba(0,0,0,.1);
  color: #fff;
  font-size: 80px;
}
.blank {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}

.blank li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.blank .num {
    margin-top: -5px;
    height: 30px;
    width: 30px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background-color: var(--sec-color);
    color: #fff;
    margin-right: 10px;
}
.ct-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.ctbutton {
  background-color: #ffffff;
  display: grid;
  border-radius: 5px;
  place-items: center;
  white-space: nowrap;
  width: 100%;
  margin-right:10px;
  color: #333;
  border: 2px solid #ddd;
  padding: 8px;
  font-size: 17px;
}
.ctbutton.selected {
  color: var(--sec-color);
  border: 2px solid var(--sec-color);
}
.ctbutton img{
  height: 20px;
  margin-bottom: 5px;
}
.flex-days {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.flex-days .input-group {
  flex-basis: 50%;
}
.input-group.flex-100 {
  flex-basis: 100%;
}
.gallery-upload-photo {
  width: 100%;
  cursor: pointer;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 25px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallery-upload-photo input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.gallery-upload-photo i {
  font-size: 50px;
  color: #bfbcbc;
}
.flex-gallery {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.up-img-container {
  height: 170px;
  width: 180px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 5px;
}
.up-img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.up-img-container a {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.pointer {
  cursor: pointer;
}
.pet-img-container {
  height: 180px;
  width: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pet-img-container img {
  object-fit: cover;
  height: 100%;
}
.pet-img-container >div {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0,0,0,.5);
  padding: 5px;
  color: #fff;
}

.gallery-0 { grid-area: menu}
.gallery-1 { grid-area: topleft}
.gallery-2 { grid-area: topright}
.gallery-3 { grid-area: bottomleft}
.gallery-4 { grid-area: bottomright}

.pswp-gallery {
  display: grid;
  grid-template-areas:
    'menu menu topleft topright'
    'menu menu bottomleft bottomright';
  gap: 8px;
  margin-bottom: 20px;
}
.pswp-gallery a:not(.gallery-0) {
  height: 100px;
}
.pswp-gallery a {
  max-height: 210px;
  display: block;
  overflow: hidden;
  border:1px solid #eee;
  border-radius: 8px;
  position: relative;
}
.pswp-gallery a:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.pswp-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.more-gallery {
  position: absolute;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: grid;
  place-items: center;
}
.pswp__item {
  text-align: center;
  display: flex !important;
  align-items: center;
  width: 100%;
}
.pswp__img {
  object-fit: contain;
  /* width: 400px !important; */
}
.top-right {
  display: grid;
  place-items: center;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #d7f3f7;
  border-radius: 100%;
  top: -20px;
  right: 10px;
}
.msg {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #cfd7de;
  padding: 10px;
  background-color: #fff;
  max-width: 100%;
  word-wrap: break-word;
}
.msg::before{
  content: "";
  bottom: 16px;
  left: -11px;
  position: absolute;
  border-top-width: 9px;
  border-right-width: 11px;
  border-bottom-width: 9px;
  border-left-width: 0;
  border-style: solid;
  border-color: transparent #cfd7de;
}
.msg::after {
  content: "";
    bottom: 17px;
    left: -10px;
    border-top-width: 8px;
    border-right-width: 10px;
    border-bottom-width: 8px;
    border-left-width: 0;
    border-color: transparent #fff;
    position: absolute;
    border-style: solid;
}
.select2-container {
  width: 100% !important;
}
.st-container {
    margin-right: -20px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 40px;
    padding-right: 60px;
}

.st-title {
    font-size: 30px;
    font-weight: bold;
    font-family: 'RegolaProBold';
}

.top {
  background-color: var(--light-sec-color);
  margin: 0 50px;
  min-height: 600px;
  border-radius: 12px;
  color: var(--pry-color);
  /* margin-bottom: 150px; */
}
.top li {
  font-size: 22px;
  display: flex;
}
.top .list.centered li {
  justify-content: center;
}
.top.inner {
  min-height: auto;
}
.top .container {
  position: relative;
}
.top h5 {
  font-size: 55px;
  font-family: 'RegolaProBold';
}
.top .top-info {
  padding-top: 120px;
}
.top.inner .top-info {
  padding-top: 0;
}
.top.inner h5 {
  padding-top: 100px;
}
.top .about {
  background-image: url('/img/in-home.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top p {
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
}
.top-info p {
  width: 100%;
}
.top-info {
  max-width: 55%;
}
.top.inner .top-info, .top.inner .cream-bg {
  padding-left: 190px;
  padding-bottom: 35px;
  padding-top: 40px;
}
.top .video {
  position: absolute;
  right: 0;
  top:70px;
  max-width: 40%;
  display: block;
}
.num {
  list-style: none;
  padding-left: 10px;
}
.num li {
  display: flex;
  margin-bottom: 10px;
}
.num span {
  width: 25px;
  height: 25px;
  line-height: 0;
  border-radius: 100%;
  background: var(--sec-color);
  color: #fff;
  display: grid;
  place-items:center;
  margin-right: 10px;
}
.video::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('/img/play.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.testimonials {
  background-color: #fff;
  max-width: 55%;
  padding: 45px;
  margin-top: -64px;
  border-radius: 12px;
  margin-bottom: 100px;
}
.testimony {
  display: flex;
  justify-content: space-between;
}
.testimony p {
  font-size: 14px;
}
.testimony img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.ratings {
  font-size: 16px;
}
.testimony i {
  font-size: 14px;
  color: var(--sec-color);
}
.smile-container {
  margin-bottom: 80px;
}
.smile {
  margin-left: 50px;
}
.smile h4 {
  font-family: 'RegolaProBold';
  font-size: 48px;
  letter-spacing: -.5px;
  margin-bottom: 28px;
}
.smile p {
  margin-bottom: 40px;
  font-size: 16px;
}
.smile img {
  margin-top: -16px;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators [data-bs-target]{
  background-color: #aaa;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}
.cream-bg {
  background-color: var(--vb-cream-color);
  padding:50px 0;
}
.spacing {
  margin: 0 50px;
}
.rounded-border {
  border-radius: 15px;
}
.list {
  margin-bottom: 0;
  list-style: none;
}
.list li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.list.font-md li {
  font-size: 18px;
}
.list li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--sec-color);
}
.cream-bg h4{
  font-size: 48px;
  font-family: 'RegolaProBold';
  width: 55%;
}
.header, .sub-title {
  font-size: 45px;
  font-family: 'RegolaProBold';
  width: 70%;
}
.header.header-medium {
  font-size: 40px;
}
.subheader {
  font-size: 35px;
  font-family: 'RegolaProBold';
}
.center {
  display: grid;
  place-items: center;
}
.support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video-container {
    margin-left: 10%;
    width: 87%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: -200px;
    transform: translateZ(0);
}
.white-box {
  background: linear-gradient(-45deg, #ffffff, #8eb7a6);
	background-size: 600% 600%;
	animation: gradient 15s ease infinite;
  height: 200px;
  width: 200px;
  padding: 12px;
  display: flex;
  margin-bottom: 30px;
  margin-left: 30px;
  align-items: center;
  border-radius: 10px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.white-box h6 {
  width: 100%;
  text-align: center;
}
.doggies {
  max-height: 320px;
  left:-100px;
  object-fit: contain;
}
.accordion-button img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  width: auto;
  margin-right: 10px;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-item {
  border-top:1px solid #e6e6e6 !important;
}
.accordion-item:last-child {
  border-bottom:1px solid #e6e6e6 !important;
}
.accordion-button:focus {
  outline:0;
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: #000000;
  box-shadow: none !important;
  border-bottom:1px solid #e6e6e6 !important;
}
.accordion-item {
  border:0;
}
.team {
  display: flex;
  flex-wrap: wrap;
}
.team > div {
  max-width: 170px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.team p {
  font-size: 12px !important;
}
.sliders {
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.sliders > div {
  max-width: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.bg-facebook {
    background-color: #1877f2;
    color: #fff !important;
}
.bg-linkedin {
    background-color: #0077B5;
    color: #fff !important;
}
.bg-google {
    background-color: #de5246;
    color: #fff !important;
}
.btn-social i {
  position: absolute;
  left:10px;
  top: 12px;
}
.overflow {
  overflow: auto;
  margin-right: -50px;
}
.overflow-hidden {
  overflow: hidden;
}
.sliders > div{
  margin-right: 35px;
  margin-bottom: 35px;
}
.sliders > div > img {
  object-fit: contain;
}
.sliders > div {
  /* border:1px dashed var(--pry-color); */
}
.slider-info {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--pry-color);
  padding: 8px 10px;
  width: 100%;
  height: 145px;

}
.slider-info h5 {
  font-size: 22px;
  font-family: 'RegolaProBold';
  margin-bottom: 5px;
  font-weight: bold;
}
.slider-info p {
  font-size: 16px !important;
  margin-bottom: 0;
}
.works {
  text-align: center;
  margin: 60px 0 80px;
}
.works h5 {
  font-size: 45px;
  font-family: 'RegolaProBold';
}
.careers >div {
  padding-right: 120px;
  margin-left: 50px;
}
.careers-img {
    margin-top: 80px;
    margin-left: -20%;
    width: 130%;
}
.svc-container {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    gap: 15px;
}

.svc {
    position: relative;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}

.sv-icon {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
}

.sv-icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.hidden {
    display: none;
}
.hidden-checkbox {
    visibility: hidden;
    position: absolute;
}
.list, .check {
    margin-bottom: 0;
    padding-left: 10px;
    list-style: none;
}

.list li, .check li {
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    opacity: .8;
    align-items: flex-start;
}

.check.d-flex li {
    margin-right: 12px;
}

.flex-check {
  display: flex;
  flex-wrap: wrap;
}
.flex-check li {
  flex-basis: 45%;
}


.list li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f069";
    /* color: var(--sec-color); */
    margin-right: 8px;
}

.check li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: '\f00c';
    margin-right: 10px;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
}
.steps-container::before {
  content: '';
  position: absolute;
  top:44px;
  height: 1px;
  width: 77%;
  left:130px;
  background: #ccc;
}
.steps {
  max-width: 250px;
}
.steps span {
  display:grid;
  place-items: center;
  height: 50px;
  width: 50px;
  color: var(--sec-color);
  background-color: var(--light-sec-color);
  border-radius: 100%;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
}
.steps h6{
  font-size: 18px;
  font-family: 'RegolaProBold';
}
.steps p {
  font-size: 15px;
  opacity: 0.8;
}

/* */
.status-steps {
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-steps .underline.sec {
  background-color: var(--sec-color);
}
.status-steps .underline {
  height: 3px;
  margin-top: -50px;
  display: block;
  width: 100%;
  background-color: #F2F1F3;
}
/*  */

.account-type {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 70px;
  height: 100%;
  margin-bottom: 30px;
}
.account-type .account-icon img {
  width: 60px;
}
.account-type .account-icon {
  margin-bottom: 30px;
}
.account-type .subtitle {
  margin-bottom: 20px;
}
.account-type .description {
  color: #767388;
  max-width: 345px;
  margin: 0 auto;
}
.account-type .description .info {
  min-height: 100px;
}
.account-type .btn {
  font-weight: 600;
  width: 100%;
}

@media screen and (max-width:768px) {
  .account-type {
    height: auto;
    padding: 2rem;
  }
}

.cat, .walk, .dog {
  height: 100%;
  background-image: url('/img/magic.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.walk {
  background-image:url('/img/woman-walk.png')
}
.dog {
  background-position: center top;
  background-image:url('/img/happy-dog.png')
}
.magic-container {
  padding: 60px 100px;
  width: 90%;
}
.magic-container h4 {
  width: 100%;
  margin-bottom: 30px;
}
.magic-container p:not(:last-child) {
  margin-bottom: 30px;
}
.mobile {
  display: none;
}
footer img {
  width: 60%;
}
.toast {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sidebar-list {
  list-style: none;
  padding-left: 0;
}
.sidebar-list li a.d-block{
  text-decoration: none;
  padding: 14px;
  border-bottom: 1px solid #aaa;
  color: #000;
  display: block;
  width: 100%;
}
.sidebar-list li.active a.d-block{
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: var(--sec-color);
}
.sidebar-list li.completed a.d-block{
  border-bottom: 1px solid #333;
  color: #333;
  background-color: rgb(197, 255, 194);
}
.records-total {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 6px;
}
.w-md-50 {
  width: 50%;
}
.mb-img {
  width: 100%;
}
.morph-button-modal-btn button img {
    width: 100%;
}
@media screen and (max-width: 1470px) {
  .top, .spacing {
    margin: 0 30px;
  }
  .nav-item {
    margin-left: .9rem;
  }
  .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399px) {
  .top {
    padding: 50px 0;
  }
  .careers > div {
    margin: 0;
    padding:0 50px;
  }
  .doggies {
    max-height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .web {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .header.header-medium {
    width: 100%;
  }
  .info-card {
      top: 0;
      height: auto;
      position: relative;
  }
  .cream-bg {
    padding: 50px 30px;
  }
  .cream-bg h4 {
    width: 100%;
  }
  .magic-container {
    padding: 30px;
  }
  .careers-img {
      margin-left: 0;
      width: 100%;
      margin-top: 20px;
  }
  .top-info {
    max-width: 100%;
    display: grid;
    place-items: center;
    padding: 30px;
  }
  .top {
    padding: 30px 0;
    margin: 0 5px;
  }
  .top h5 {
    font-size: 48px;
  }
  .top li {
    font-size: 20px;
  }
  .text-left {
    text-align: left;
  }
  form {
    padding: 0 15px;
  }

  form label {
    margin-bottom: 10px;
  }
  .doggies {
    max-height: 200px;
    left: 0;
  }
  .top .top-info {
    padding: 20px 0;
  }
  .top .video {
    position: relative;
    top:0;
    max-width: 100%;
    padding:20px 0 0 0;
  }
  .testimonials {
    max-width: 90%;
    margin: 30px auto;
  }
  .slider-info {
    width: 100%;
  }
  .smile-container {
    max-width: 90%;
    margin: auto;
  }
  .smile {
    margin-left: 0;
  }
  .smile-container .mobile {
    margin-top: 30px;
  }
  .video img {
    margin-bottom: 20px;
    max-height: 400px;
    object-fit: contain;
  }
  .pro-top {
    background-size: cover;
    border-bottom: 1px solid #333;
    height: 300px;
    margin-bottom: 100px;
  }
  .pro-top .row {
    align-items: center;
  }
  .pro-top .top-title {
    padding-top: 0 !important;
    padding-bottom: 50px;
  }
  .pro-intro {
    margin-top: 0;
    padding: 20px;
    margin-inline: auto;
  }
  #coveredCarousel .carousel-item {
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;
  }
  .carousel-indicators {
    bottom: -50px;
  }
  .carousel-item img {
    max-height: 500px;
    object-fit: contain;
  }
  .testimonials, .smile-container {
    max-width: 100%;
  }
  .spacing {
    margin: 0 20px;
  }
  .edit-pp::before {
    content: '+';
    z-index: 1;
    position: absolute;
    margin: auto;
    padding-top: 15px;
    width: 100%;
    height: 150px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
    color: #fff;
    font-size: 80px;
  }
  footer img {
    width: 70%;
  }
  .magic-container {
    width: 100%;
  }
  .cat, .dog, .walk {
    min-height: 400px;
  }
  .steps-container::before{
    display: none;
  }
  .step {
    display: grid;
  }
  .steps-container {
    padding-top: 10px;
  }
  .steps h6 {
    padding: 15px 0;
  }
  .navbar>.container{
    width: 100%;
  }
  .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
  }

  /* .navbar-brand img{
    width: 28%;
  } */
  .nav-link {
    border-bottom: 1px solid #eee;
    padding: 10px 0.5rem !important;
  }
  .nav-item {
    margin: 0 1rem;
  }
  .nav-link.btn-nav {
    border: none;
    background: none;
    color: #000000;
    border-radius: 0;
    padding: 10px 0.5rem !important;
  }
  .separator {
    display: none;
  }

  .top.inner .top-info {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .top.inner h5 {
    padding-top: 50px;
  }
   .top.inner .cream-bg {
    padding-left: 20px;
  }
  .top p {
    width: 100%;
  }
  .mb-img {
    /* max-width: 60%; */
    display: block;
    margin: auto;
    padding-bottom: 30px;
  }
  .common {
    margin: 0;
  }
  .overflow {
    margin-right: 0;
  }
  .sliders {
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }
  .sliders > div {
    margin: 0 !important;
    max-width: 30%;
  }
  #navBar {
      background: #fff;
      padding: 0;
      position: absolute;
      width: 100%;
      top: 70px;
      left: 0;
      z-index: 200;
  }

  .nav-item {
      margin: 0;
  }

  .nav-link {
      border-bottom: 1px solid #000;
      color: #000;
      white-space: nowrap;
  }

  .nav-item:last-child .nav-link:last-child {
      border-bottom: 0;
  }
  .header, .sub-title {
      font-size: 35px;
  }
  nav.navbar {
      background-color: #fff;
  }

  nav.navbar .container-fluid {
      margin: 0 10px;
      position: relative;
      border-bottom: none;
      display: flex;
      flex-wrap: nowrap;
  }
  .navbar-toggler {
      color: var(--pry-color);
      border: 1px solid var(--pry-color);
      background-color: #fff;
      padding: 15px 12px;
      margin-bottom: 0;
      border-radius: 8px;
  }
  .video-container {
      width: 80%;
      margin-inline: auto;
      margin-bottom: 40px;
  }
}
@media screen and (max-width:1199px) and (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navbar-expand-lg .navbar-collapse{
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse.show{
    display: flex !important;
    flex-basis: 100%;
    align-items: center;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width:1024px) {
  footer img {
    width: 100%;
  }
  .header, .sub-title {
    width: 100%;
  }
}
@media screen and (max-width:991px) {
  .white-box {
    width: 100%;
  }
  .careers-img {
    margin-top: 40px;
  }
  .hiw {
      display: block;
      text-align: center;
  }

  .hiw p {
      margin: auto;
      margin-bottom: 20px;
      width: 100%;
  }
  .step {
    place-items: center;
  }
  .team >div {
    max-width: 150px;
  }
  .info-card .title {
      font-size: 35px;
      line-height: 40px
  }
  .doggies {
    width: 100%;
    left: 0;
  }

  .info-card .subtitle {
      font-size: 25px;
      line-height: 35px
  }

  .top {
    margin-bottom: 50px;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .mb-center {
      display: grid;
      place-items: center;
  }

}
@media screen and (max-width:767px) {
  footer {
    display: grid;
    place-items: center;
    text-align: center;
  }
  footer img {
    width: 20%;
    margin-bottom: 12px;
  }
  .steps-container {
    display: block;
  }
  .steps {
    max-width: 90%;
    margin: auto;
  }
  .magic-container {
    padding: 0;
  }
  .info-card .title {
      font-size: 35px;
      line-height: 40px;
  }
  .sliders > div {
    max-width: 45%;
  }
  .top h5 {
    font-size: 45px;
  }
  .info-card .subtitle {
      font-size: 20px;
  }

  .info-card .cleaner-title {
    font-size: 25px;
  }
}
@media screen and (max-width:545px) {
  .top .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .top {
    padding-bottom: 0;
  }
  .top h5 {
    font-size: 35px;
  }
  .careers > div {
    margin: 0;
    padding:0 10px;
  }
  .top-info {
    padding: 0;
  }
  .cream-bg h4, .works h5, .smile h4{
    font-size: 35px;
  }
  .mb-img {
    max-width: 90%;
  }
  .header, .sub-title {
    font-size: 35px;
  }
  .btn-green {
    padding: 0.8rem 4.5rem !important;
  }
  .team {
    justify-content: space-around;
  }
  .team >div {
    margin-right: 0;
    max-width: 45%;
  }
  .sliders > div {
      max-width: 100%;
  }
  .slider-info h5 {
    font-size: 26px;
  }
  .wb-width {
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  .testimonials {
    padding: 25px 20px 45px;
    margin: 20px 0 40px
  }
  .testimony {
    display: grid;
    place-items: center;
  }
  .testimony img {
    margin-bottom: 12px;
  }
  .top-title {
    font-size: 45px;
  }
}


.accordion .accordion-content {
  display: none;
}
.accordion .accordion-content.show {
  display: block;
}
.accordion .accordion-title {
  cursor: pointer;
}

.appt-title-section {
 width: 50%;
}

.dashboard {
  max-width: 95%;
}
.dashboard .profile-card {
  position: relative;
  padding: 30px 30px 0 30px;
}
.dashboard .profile-card h4 {
  font-family: 'RegolaProBold';
  font-size: 28px;
  line-height: 48px;
  color: #fff;
}
.dashboard .profile-card .profile-snapshot {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard .profile-card .profile-snapshot .pp-round-container {
  width: 100px;
  height: 100px;
}
.dashboard .profile-card .profile-snapshot .pp-round-container img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.dashboard .profile-card .profile-snapshot .profile-link {
  font-weight: 500;
  color: #1A1539;
}

.dashboard .account-finance {
  background: linear-gradient(93.81deg, #1A1539 6.4%, #1E437A 106.01%);
  border-radius: 12px;
  color: #fff;
  padding: 30px;
}
.dashboard .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.dashboard .icon i {
  margin-top: 6px;
}
.dashboard .icon.green {
  background-color: #57BC80;
}
.dashboard .icon.dark-blue {
  background-color: #395076;
}
.dashboard .icon.secondary{
  background-color: var(--light-sec-color);
}
.dashboard .account-finance h6 {
  font-family: 'RegolaProBold';
  font-size: 18px;
}
.dashboard .account-finance h3 {
  font-family: 'RegolaProBold';
  font-size: 32px;
  line-height: 24px;
}
.dashboard .account-finance .btn-grey {
  color: #fff;
  background-color: var(--sec-color);
  padding: 15px 40px;
  box-shadow: none;
  border-radius: 30px;
}
.dashboard .contracts-profiles {
  background: linear-gradient(93.81deg, #1A1539 6.4%, #1E437A 106.01%);
  mix-blend-mode: normal;
  border-radius: 12px;
  padding: 20px 30px;
  color: #fff;
}
.dashboard .contracts-profiles h6 {
  font-family: 'RegolaProBold';
  margin-bottom: 0;
}
.dashboard .contracts-profiles .profiles {

}
.dashboard .contracts-profiles .profiles img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(28, 45, 95, 0.8);
  padding: 5px;
  background-color: #fff;
  margin-right: 10px;
}
.dashboard .card {
  border: none;
}
.dashboard .card .card-header {
  background-color: #fff;
  border: 1px solid #CDCCD3;
  border-radius: 8px;
  padding: 15px;
}
.dashboard .card .card-header h6 {
  font-weight: bold;
}
.cw-55 {
  width: 55px;
  display: inline-block;
}

.dashboard .btn-outline-dark {
  border-color: rgba(0, 0, 0, 0.2);
  color: #1A1539;
}
.dashboard .btn-outline-dark:hover,
.dashboard .btn-outline-dark:focus {
  color: #fff;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}

.fc-col-header thead th {
  background: var(--light-sec-color);
  color: var(--sec-color);
  font-weight: normal;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #ddd;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
}

.fc .fc-daygrid-day-number {
  color: #1A1539;
}

.fc .fc-button {
  text-transform: capitalize;
}

.fc .fc-daygrid-day-number {
  padding: 4px 20px 4px 4px;
}

.dashboard .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.dashboard .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}
.dashboard .fc-h-event .fc-event-main {
  color: transparent;
}
.dashboard .fc-daygrid-day-events {
  display: flex;
}
.event-popover {
  background: #E4EFFF;
  padding: 30px;
  border-radius: 4px;
}
.popover {
  border-color: transparent;
  max-width: 330px;
}
.popover-body {
  padding: 0;
}

.event-popover h6 {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  color: #567EBA;
  font-weight: 400;
  font-size: 14px;
}
.event-popover .time {
  color: #567EBA;
}
.event-popover h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-popover h5 a {
  color: #567EBA;
  font-weight: 500;
  font-size: 14px;
}
.event-popover .pro{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #567EBA;
}

.event-popover.Declined {
  background: #ffe5dd;
}
.event-popover.Declined h6 {
  background-color: #ea430f;
  color: #fff;
}
.event-popover.Declined .time,
.event-popover.Declined h5 a,
.event-popover.Declined .pro {
  color: #ea430f;
}

.event-popover.Confirmed {
  background: #E3F7E9;
}
.event-popover.Confirmed h6 {
  background-color: #5A9269;
  color: #fff;
}
.event-popover.Confirmed .time,
.event-popover.Confirmed h5 a,
.event-popover.Confirmed .pro {
  color: #5A9269;
}

.event-popover.Pending {
  background: #FFFAE3;
}
.event-popover.Pending h6 {
  background-color: #EAA80F;
  color: #fff;
}
.event-popover.Pending .time,
.event-popover.Pending h5 a,
.event-popover.Pending .pro {
  color: #EAA80F;
}
.select2-close-mask{
  z-index: 2099;
}
.select2-dropdown{
  z-index: 3051;
}
.bulletin-icon {

}
.bulletin-icon span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #7ecb9d;
  text-align: center;
  display: block;
}
.bulletin-icon i {
  font-size: 25px;
  margin-top: 10px;
}
.bulletin-icon h6 {
  font-size: 20px;
  margin-top: 15px;
}
.top.inner h5 {
  padding: 0;
}
.header.equal-space {
  padding: 50px 0 !important;
}
.no-transformation:hover {
  text-transform: none;
  border: none;
  border-color: transparent;
}
.page-breadcrumbs a {
  font-size: 20px;
}
.truncate {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:480px) {
  .truncate {
    width: 100%;
  }
}
