/* SITE WIDE */

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .order-again,
.woocommerce-order-received .woocommerce-customer-details{
	display:none!important;
}

.page-id-1425 .contact-form input{
	-webkit-appearance: auto!important;
	width:auto!important;
}

.page-id-1425 .contact-form .wpcf7-submit {
	width:fit-content!important;
	margin-top:15px;
}

.page-id-1425 .contact-form-full,
.page-id-1425 .contact-form-split {
	margin:15px 0;
}

.page-id-1425 h2,
.page-id-1425 h4 {
	margin-bottom:0;
}

.lds-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000000;
  pointer-events: none !important;
}

.lds-dual-ring {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #002738;
  border-color: #002738 transparent #002738 transparent;
  background-color: #ffd7d1;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px 15px;
  background-color: #ffd7d1;
  border: 2px solid #ffd7d1;
  transition: 0.3s ease-in-out;
  font-family: filson-soft, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  box-shadow: none !important;
  border-radius: 10px;
  font-size: 1rem !important;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  padding: 10px 15px;
  background-color: #ffd7d1;
  border: 2px solid #ffd7d1;
  color: #212529;
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  transition: 0.3s ease-in-out;
}

.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
  opacity: 0.4;
}

.contact-form-split {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.super-field .super-label, .super-group-title{
font-size: 18px !important;
font-weight: normal!important;
line-height: normal;}

.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
  width: 100%;
}

.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type {
  padding-right: 10px;
  width: 50%;
}

.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type {
  padding-left: 10px;
  width: 50%;
}

.contact-form-full {
  padding-bottom: 20px;
}

.contact-form-full input,
.contact-form-full span input,
.contact-form-full textarea,
.contact-form-full span textarea,
.contact-form-full select,
.contact-form-full span select {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffd7d1 !important;
  border-radius: 10px;
}

.account-nav .my-messages {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:hover {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6, {
  color: #002738;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
	font-style: normal;}

p,
a,
body {
  color: #002738;
  font-family: bicyclette, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-size: 50px;
}

.p-large {
  font-size: 18px;
}

.p-small {
  font-size: 15px;
}

.blue-btn {
  padding: 10px 30px;
  border-radius: 35px;
  background-color: #002738;
  color: #f8c3bc;
  border: none;
}

.social-icons {
  display: flex;
}

.social-icons a:first-of-type {
  margin-right: 10px;
}

/* -- 404 PAGE -- */

.oops {
  padding: 150px 0;
  background-image: url("/wp-content/uploads/2021/08/404-background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 70%;
  margin: 50px auto;
}

.oops p {
  width: 70%;
}

.cart-subtotal,
.tax-rate.tax-rate-vat-1,
.cart_item {
  display: none;
}

/* -- HEADER -- */

.navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.09);
  border: none;
}

.mobile-bunting {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fdd7d1;
}

header {
  background-image: url("/wp-content/uploads/2021/08/Header-Wave.svg");
  background-position: top right;
  background-size: 60%;
  background-repeat: no-repeat;
}

.navbar {
  padding: 25px 0 15px 0;
  width: 85%;
  margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #002738;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 18px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffd7d1;
}

.header-login {
  margin-left: 50px;
}

.header-login .nav-link {
  display: flex;
  align-items: center;
}

/* -- PRICING -- */

.pricing-back {
  background-image: url("/wp-content/uploads/2021/11/pricing-back.svg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.booking-platform {
  background: #fff2f0;
  border-radius: 7px;
  padding-left: 40px;
  width: 65%;
  margin: 0 auto;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
}

.booking-platform a button {
  position: absolute;
  bottom: -27px;
  padding: 15px 40px;
  left: 50%;
  transform: translateX(-50%);
}

.booking-platform h3 {
  background-color: #002738;
  color: #fff2f0;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
  font-size: 26px;
}

.booking-platform div {
  display: flex;
  margin: 15px 0;
}

.booking-platform div img {
  margin-right: 10px;
}

.booking-platform div p {
  margin-bottom: 0;
  line-height: 20px;
}

.page-template-pricing #services-hero .serv-bunting {
  position: relative;
}

.pricing-title {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 50px;
  margin-top: 30px;
  flex-direction: column;
}

.pricing-title span {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.border-bottom-img {
  display: flex;
  margin: 0 auto;
}

.booking-platform h4 {
  margin-top: 30px;
}

/* -- HOMEPAGE -- */

.mob-div {
  display: none;
}

#home-hero {
  height: 62vh;
  background-image: url("/wp-content/uploads/2021/08/Watch-Me-Grow-Header-Banner.jpg");
  background-size: cover;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#home-hero > img {
  position: absolute;
  right: 15%;
  width: 40%;
}

#home-hero > .social-icons {
  position: absolute;
  top: 30px;
  right: 30px;
}

.home-hero {
  height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.home-hero img {
  width: 350px;
}

.home-hero h1 {
  margin: 20px 0;
}

.home-hero .blue-btn {
  padding: 15px 40px;
  font-size: 18px;
}

#home-intro {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-intro p {
  text-align: center;
}

.home-intro p span {
  position: relative;
}

.home-intro p span img {
  width: 67%;
  position: absolute;
  bottom: -50%;
  left: calc(50% - 60px);
}

#home-services {
  margin-top: 100px;
  margin-bottom: -60px;
  background-image: url("/wp-content/uploads/2021/08/Feet-Mask-Left.svg");
  background-size: 30%;
  background-position: left 50%;
  background-repeat: no-repeat;
}

.home-services {
  display: flex;
  justify-content: space-between;
}

.home-services-text {
  width: 40%;
}

.home-services-boxes {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-services-box {
  width: 49%;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 12px;
  /* height: 300px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-services-box a {
  padding-bottom: 8px;
  background-position: bottom center;
  background-size: contain;
  width: fit-content;
  background-repeat: no-repeat;
}

.home-services-boxes .home-services-box:nth-of-type(1) a,
.home-services-boxes .home-services-box:nth-of-type(4) a,
.home-services-boxes .home-services-box:nth-of-type(5) a {
  background-image: url("/wp-content/uploads/2021/08/Box-Underline-Blue.svg");
}

.home-services-boxes .home-services-box:nth-of-type(2) a,
.home-services-boxes .home-services-box:nth-of-type(3) a,
.home-services-boxes .home-services-box:nth-of-type(6) a {
  background-image: url("/wp-content/uploads/2021/08/Box-Underline-Pink.svg");
}

.home-services-boxes .home-services-box:nth-of-type(1),
.home-services-boxes .home-services-box:nth-of-type(4),
.home-services-boxes .home-services-box:nth-of-type(5) {
  background-color: #ffd7d1;
}

.home-services-boxes .home-services-box:nth-of-type(1) h3,
.home-services-boxes .home-services-box:nth-of-type(1) p,
.home-services-boxes .home-services-box:nth-of-type(1) a,
.home-services-boxes .home-services-box:nth-of-type(4) h3,
.home-services-boxes .home-services-box:nth-of-type(4) p,
.home-services-boxes .home-services-box:nth-of-type(4) a,
.home-services-boxes .home-services-box:nth-of-type(5) h3,
.home-services-boxes .home-services-box:nth-of-type(5) p,
.home-services-boxes .home-services-box:nth-of-type(5) a {
  color: #002738;
}

.home-services-boxes .home-services-box:nth-of-type(2),
.home-services-boxes .home-services-box:nth-of-type(3),
.home-services-boxes .home-services-box:nth-of-type(6) {
  background-color: #002738;
}

.home-services-boxes .home-services-box:nth-of-type(2) h3,
.home-services-boxes .home-services-box:nth-of-type(2) p,
.home-services-boxes .home-services-box:nth-of-type(2) a,
.home-services-boxes .home-services-box:nth-of-type(3) h3,
.home-services-boxes .home-services-box:nth-of-type(3) p,
.home-services-boxes .home-services-box:nth-of-type(3) a,
.home-services-boxes .home-services-box:nth-of-type(6) h3,
.home-services-boxes .home-services-box:nth-of-type(6) p,
.home-services-boxes .home-services-box:nth-of-type(6) a {
  color: #ffd7d1;
}

#home-team {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-team-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home-team-title > div {
  width: 40%;
}

.single-member {
  text-align: center;
  margin: 0 auto;
}

.single-member div {
  position: relative;
  display: flex;
  width: 220px;
  text-align: center;
  margin: 0 auto;
}

.job-title {
  position: absolute;
  right: -5px;
  top: -25px;
}

.team-row {
  margin-top: 75px;
}

.call-email-me {
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-email-me img {
  margin-right: 5px;
}

.call-email-me p {
  margin-bottom: 0;
}

.single-member h3 {
  margin-top: 10px;
}

.meet-everyone {
  text-align: center;
  margin-top: 30px;
}

.about-work-image img {
  max-width: 100%;
}

.about-work-image {
  margin-top: -175px;
}

.about-work img,
.about-work-image-two img {
  max-width: 100%;
}

.orange-about {
  background-color: #ffd7d1;
}

.swirls {
  width: 100%;
}

.about-work-col {
  display: flex;
  align-items: center;
}

.about-work {
  width: 75%;
  margin: 0 auto;
}

.about-work-image-two img {
  margin-bottom: -125px;
  position: relative;
}

/* -- FOOTER -- */

footer a {
  font-size: 14px;
  transition: 0.1s ease-in-out;
}

footer a:hover {
  color: #ffd7d1;
}

#footer-top {
  margin-bottom: 50px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top > div {
  width: 40%;
}

.footer-top > a {
  width: 20%;
  text-align: center;
}

.footer-top .social-icons {
  justify-content: flex-end;
}

.footer-logins {
  display: flex;
}

.footer-logins a img {
  margin-right: 10px;
}

.footer-logins a {
  display: flex;
  align-items: center;
}

.footer-logins a:first-of-type {
  margin-right: 20px;
}

#footer-mid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-mid {
  display: flex;
}

.footer-mid > div {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.footer-mid > div:last-of-type {
  margin-right: 0;
}

.footer-mid div a {
  margin: 2.5px 0;
}

footer {
  margin-top: 130px;
}

.hyphen-footer {
  display: flex;
  justify-content: space-between;
}

.first-aid {
  text-align: right;
}

.hyphen-footer div {
  display: flex;
  margin-top: 20px;
}

.hyphen-footer div p:first-of-type {
  margin-right: 10px;
}

.hyphen-copy {
  margin-top: 50px;
}

/* -- SERVICES -- */

#services-hero {
  position: relative;
}

.meet-everyone.serv-cta p {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 20px;
}

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

.serv-hero {
  width: 50%;
}

.serv-image {
  width: 50%;
  position: relative;
}

.serv-image img {
  max-width: 100%;
  position: relative;
}

.serv-hero div {
  width: 75%;
}

#services-hero .container {
  position: relative;
}

#services-hero .serv-bunting {
  position: absolute;
  right: 0;
  top: 0;
}

#services-hero .social-icons {
  justify-content: flex-end;
  margin-right: 100px;
  margin-bottom: 30px;
}

.mob-insta {
  display: none;
}

.choose-box {
  width: 49%;
  margin-top: 30px;
}

.choose-box img {
  margin-bottom: 15px;
}

.serv-cta {
  padding-top: 75px;
}

.page-id-553 .serv-hero a {
  display: none;
}

.page-template-services #home-services {
  background-size: contain;
}

.page-template-services #home-intro {
  margin-bottom: 0;
}

.serv-aid {
  margin-left: 30px;
}

/* -- CONTACT -- */

.cta-contact {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.cta-contact a:first-of-type {
  margin-right: 30px;
}

.cta-options {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.cta-options img {
  margin-right: 15px;
  max-width: 25px;
}

.cta-options p {
  margin-bottom: 0;
}

.contact-blob {
  background-image: url("/wp-content/uploads/2021/08/contact-background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 175px 100px 150px 100px;
}

.touch-block {
  padding-left: 100px;
}

.accordion-button {
  padding: 20px 0;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #002738;
}

.faq-block h2 {
  font-size: 50px;
}

.email-swirl {
  text-align: right;
}

.email-swirl p {
  margin-bottom: 0;
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
  padding: 0 0 20px 0;
  color: #002738;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact-blob a p {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* -- OUR NANNIES -- */

.nannies-swirl-top {
  width: 97%;
  margin: 0 auto;
  position: relative;
  top: 2px;
}

.nanny-title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.nannies-swirl-bottom {
  width: 97%;
  margin: 0 auto;
  position: relative;
  bottom: 2px;
}

.nannies-swirl-bottom img,
.nannies-swirl-top img {
  width: 100%;
}

.page-template-our-nannies .single-member {
  margin: 35px auto;
}

#nanny-team {
  background-color: #ffd7d1;
  padding: 100px 0;
  width: 97%;
  margin: 0 auto;
}

.nan-cta {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}

.nan-cta img {
  margin-bottom: 20px;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.icon-text img {
  margin-right: 10px;
}

.icon-text h4 {
  margin-bottom: 0;
}

.three-icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nan-pp {
  margin-bottom: 40px;
  margin-top: 20px;
}

.three-icons h6 {
  color: #002738bf;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.docs-certs {
  margin-top: 20px;
}

.docs-certs img {
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.nanny-block h4 {
  padding-top: 50px;
}

.three-icons img {
  margin-right: 5px;
}

/* -- BOOK NANNY -- */

.nanny-box {
  padding: 50px;
  border-radius: 5px;
}

.nanny-box .summary-details {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.nanny-box .summary-details p {
  margin-bottom: 0;
  font-weight: 300;
}

.nanny-box .summary-details img {
  margin-right: 10px;
}

.sm-dis {
  margin-top: 50px;
}

.sm-dis p {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
}

/* -- FIND NANNY -- */

.form-header .inline-text {
  display: flex;
  justify-content: space-between;
}

.find-nany-form .field-boxes input,
.form-row.row textarea {
  padding: 10px 15px;
  border: 1px solid #edddd9 !important;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0;
}

.find-nany-form .field-boxes input::placeholder {
  color: #002738;
}

.form-row.row textarea::placeholder {
  color: #00273830;
}

.find-nany-form {
  padding: 0 50px;
  margin-top: 80px;
}

.form-row.row {
  padding: 0 !important;
  margin: 0 -15px !important;
}

.form-header.row {
  margin-top: 20px !important;
  margin-bottom: 5px;
}

.form-row.row select {
  padding: 10px 15px;
  border: 1px solid #edddd9 !important;
  border-radius: 5px;
}

.inline-check,
.inline-radio {
  display: flex;
  justify-content: space-between;
}

.inline-check div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.inline-check div label {
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.inline-radio div h4,
.swirl-text h4 {
  margin-bottom: -5px;
}

/* -- HOW IT WORKS -- */

#how-it-works {
  width: 95%;
  margin: 0 auto;
}

#how-it-works > div {
  margin-top: -2px;
  background-color: #ffd7d1;
  padding-bottom: 50px;
}

.how-it-works-title {
  text-align: center;
}

.how-it-works-title h1 {
  font-size: 60px;
  margin-bottom: 30px;
}

.how-it-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.how-it-works > div {
  width: 33.33%;
  padding: 0 40px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.how-it-works > div img {
  margin-bottom: 10px;
}

.how-it-works > div::after {
  content: url("/wp-content/uploads/2022/02/dots.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.how-it-works > div:nth-of-type(3)::after,
.how-it-works > div:nth-of-type(5)::after {
  visibility: hidden;
}

#how-it-works .row:last-of-type .col-12 {
  text-align: center;
}

#how-it-works .row:last-of-type .col-12 .blue-btn {
  font-weight: 300;
  font-size: 22px;
  padding: 15px 40px;
}

/* -- APPLICATION -- */

.nanny-popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: 0.8s;
  z-index: 100;
}

.nanny-popup-bg.close {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  pointer-events: none;
}

/* @keyframes fade-in {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
} */

.nanny-popup-banner.slide {
  animation: banner-slide 0.5s 1 linear forwards;
}

.nanny-popup-banner {
  content: url("/wp-content/uploads/2022/02/Banner.png");
  z-index: 100001;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

@keyframes banner-slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes popup {
  0% {
    transform: translate(-50%, 100%);
  }
  75% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes popup-close {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -200%);
  }
}

.nanny-popup.close {
  animation: popup-close 0.5s 1 linear forwards;
}

.nanny-popup.add-popup {
  display: flex !important;
}

.nanny-popup {
  animation: popup 0.8s 1 linear forwards;
  transform: translate(-50%, 100%);
  height: 80vh;
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  background-color: #fff2f0;
  border-radius: 35px;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  padding: 100px 110px;
}

.nanny-popup .blue-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 22px;
  padding: 15px 40px;
}

.nanny-popup > img {
  width: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.nanny-popup h1 {
  font-size: 80px;
  margin-bottom: 50px;
}

.nanny-popup-info {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
}

.nanny-popup-info p {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0;
}

.nanny-popup-info img {
  margin-right: 10px;
}

.nanny-points {
  display: flex;
  justify-content: space-between;
}

.nanny-points > div {
  display: flex;
  flex-direction: column;
  width: 22%;
  position: relative;
}

.nanny-points > div > img:first-of-type {
  margin-bottom: 50px;
}

.nanny-points > div > img:last-of-type {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-template-nanny-apply {
  font-family: bicyclette, sans-serif;
}

.app-form input {
  margin-bottom: 15px;
  border: none;
}

.form-control {
  padding: 10px 15px;
}

.app-form input::placeholder {
  color: #002738;
  font-weight: 400;
}

textarea.form-control {
  margin-top: 5px;
  margin-bottom: 20px;
}

.please-tick {
  margin-top: 30px;
}

.times select {
  margin-bottom: 15px;
}

.upload-profile {
  align-items: center;
  margin-bottom: 30px;
}

.arrow-dropdowns {
  background-image: url("/wp-content/themes/watchmegrow/assets/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 1.5em top 1.2em;
  margin-bottom: 15px;
}

.calendar-field {
  background-image: url("/wp-content/themes/watchmegrow/assets/img/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 1.5em top 0.7em;
  background-size: 19px;
}

.upload-cv {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tcs-row {
  margin-bottom: 15px;
}

.form-heading {
  align-items: center;
  margin-bottom: 20px;
}

.text-right input {
  margin-left: 10px;
}

/*Login*/
.u-columns {
  max-width: 1054px;
  margin: 40px auto;
}
.u-columns h2 {
  font-size: 50px;
}
.u-column1 {
  background: #ffd7d1;
  color: #002738;
  border-radius: 20px;
  padding: 40px 60px;
}
.u-column2 {
  background: #002738;
  color: #ffd7d1;
  border-radius: 20px;
  padding: 40px 60px;
}
.u-column2 h2,
.u-column2 label,
.u-column2 p {
  color: #ffd7d1 !important;
}
.u-column2 p {
  display: none !important;
}
.u-column2 p.form-row {
  display: block !important;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce form.login input,
.woocommerce form.register input {
  border-radius: 38px;
  padding: 20px;
  border: none !important;
}

.u-column1 button {
  border-radius: 38px !important;
  padding: 20px !important;
  text-align: center !important;
  background: #002738 !important;
  color: #ffd7d1 !important;
  width: 100% !important;
  font-size: 25px !important;
  font-weight: normal !important;
}
.u-column2 button {
  border-radius: 38px !important;
  padding: 20px !important;
  text-align: center !important;
  background: #ffd7d1 !important;
  color: #002738 !important;
  width: 100% !important;
  margin-top: 70px !important;
  font-size: 25px !important;
  font-weight: normal !important;
}

.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
.woocommerce-form-login__rememberme input {
  border-radius: 50% !important;
}
.lost_password {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-column1 {
    margin-bottom: 30px;
  }
}

/*Account Dashboard*/
.account-dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-nav {
  width: 17%;
}
.account-nav a {
  display: block;
  padding: 15px 15px 15px 50px;
  font-size: 20px;
  border-radius: 29px;
}
.account-nav a:first-of-type {
  padding: 0;
}
.account-nav a.book-nanny {
  background: url(../img/book-nanny.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.book-nanny:hover {
  background: #ffd7d1 url(../img/book-nanny.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.account-nav a.my-bookings {
  background: url(../img/bookings.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.my-bookings:hover {
  background: #ffd7d1 url(../img/bookings.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.account-nav a.my-sub {
  background: url(../img/subscription.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.my-sub:hover {
  background: #ffd7d1 url(../img/subscription.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.account-nav a.my-messages {
  background: url(../img/messages.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.my-messages:hover {
  background: #ffd7d1 url(../img/messages.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.account-nav a.contact-us {
  background: url(../img/contact.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.contact-us:hover {
  background: #ffd7d1 url(../img/contact.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.account-nav a.logout {
  background: url(../img/logout.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
}
.account-nav a.logout:hover {
  background: #ffd7d1 url(../img/logout.png) no-repeat;
  background-size: 19px;
  background-position: 20px center;
  color: #002738 !important;
}
.woocommerce-MyAccount-content {
  width: 82% !important;
  float: none !important;
  background: #fff;
  padding: 40px;
  border-radius: 29px;
}

.woocommerce-MyAccount-content {
  position: relative;
}
.woocommerce-MyAccount-content .bunting {
  position: absolute;
  top: -12px;
  right: 0;
  width: 50%;
}
#bookings {
  margin-top: 50px;
}
.booking {
  background: #fffaf9;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
.dates {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dates div {
  width: 30%;
}
.booking .details {
  margin: 0 20px;
  width: 55%;
}
.booking .details span {
  font-weight: 100;
}
.booking .details p {
  font-size: 18px;
  margin: 0;
}
.booking .details h3 {
  margin-bottom: 4px;
}
.booking .tick {
  width: 67px;
}
.button {
  background-color: #ffd7d1 !important;
  color: #002738 !important;
  border-radius: 40px !important;
  padding: 24px 24px 24px 52px !important;
  font-weight: normal !important;
}
.button.booking {
  width: 100%;
  background: #ffd7d1 url(../img/bookings.png) no-repeat !important;
  background-size: 19px !important;
  background-position: 20px center !important;
}
.button.message {
  width: 100%;
  margin-bottom: 10px !important;
  background: #ffd7d1 url(../img/message.png) no-repeat !important;
  background-size: 19px !important;
  background-position: 20px center !important;
  color: #002738 !important;
}
.button.book-again {
  width: 100%;
  margin-bottom: 10px !important;
  background: #002738 url(../img/pram.png) no-repeat !important;
  background-size: 19px !important;
  background-position: 20px center !important;
  color: #f8c3bc !important;
}
#account-pagination {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#account-pagination .number {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 6px;
  text-align: center;
  margin: 0 3px;
  font-size: 14px;
}
#account-pagination .number.active {
  background: #ffd7d1;
}
a.underline {
  background: url(../img/hr-line.svg) no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}

#nanny-search {
  color: #002738;
  background: #ffd7d1;
  border-radius: 63px;
  margin: 70px 0 30px;
  padding: 40px;
  font-family: bicyclette, sans-serif;
}
#nanny-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nanny-search select,
#nanny-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/select.png) no-repeat;
  background-size: 10px;
  background-position: 90% center;
  padding: 10px 40px 10px 20px;
  border-radius: 27px;
  color: #002738;
  border: none;
}
#nanny-search select {
  width: 100%;
  max-width: 200px;
}
#nanny-search input {
  background: #002738;
  color: #f8c3bc;
  padding: 10px 20px 10px 20px;
}

@media screen and (max-width: 768px) {
  .booking {
    padding: 20px;
    display: block;
  }
  .booking .details {
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .dates div {
    width: 100%;
  }
}

.find-a-nanny {
  padding: 0 50px;
}
.text-right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.rounded-large {
  border-radius: 20px;
}
.bg-blue {
  background: #002738;
}
.bg-blue a {
  color: #ffd7d1;
  font-size: 25px;
  background: url(../img/pink-arrow.png) no-repeat;
  background-position: right center;
  background-size: 48px;
  padding-right: 55px;
}
.bg-pink {
  background: #ffd7d1;
}
.bg-pink a {
  color: #002738;
  background: url(../img/blue-arrow.png) no-repeat;
  background-position: right center;
  background-size: 48px;
  padding-right: 55px;
  font-size: 25px;
}
.w-2col {
  width: 48%;
}
.justify-between {
  justify-content: space-between;
}
.cta-col {
  padding: 50px;
}
.cta-col img {
  display: block;
  margin: 0 auto;
  padding: 100px 0 65px;
}
@media screen and (max-width: 768px) {
  .w-2col {
    width: 100%;
  }
}

.help {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.dashboard-ctas {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px;
  padding: 0 20px;
}

.dashboard-holder {
  padding: 0 20px;
  width: 33.33%;
  margin-bottom: 40px;
}

.dashboard-ctas a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  background: #fff2f0;
  height: 270px;
  border-radius: 20px;
}

.dashboard-ctas a h4 {
  margin-top: 70px;
  font-size: 30px;
}

.nanny-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding: 50px;
  width: 100%;
  border-radius: 20px;
}

.nanny-block .button {
  padding: 24px 24px 24px 24px !important;
}

.nanny-block img {
  position: absolute;
  right: 50px;
  top: 50px;
}

.nanny-block.alt h4 {
  color: #fff2f0;
}

.nanny-block.alt img {
  position: absolute;
  right: initial;
  top: 50px;
}

.items-center {
  align-items: center;
}

.job-content {
  padding-top: 50px;
}

.job-spec {
  margin: 20px 0;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-billing-fields__field-wrapper .form-row textarea,
.woocommerce-billing-fields__field-wrapper .select2-selection {
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 24px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: 8px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* #order_review #payment {
  display: none;
} */

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  width: 100%;
}

.page-id-158 .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-EditAccountForm .select2-selection {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  height: 50px;
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1900px) {
  .navbar {
    width: 75%;
  }
  .oops {
    width: 60%;
  }
}

@media screen and (max-width: 1440px) {
  .account-nav {
    width: 25%;
  }
  .woocommerce-MyAccount-content {
    width: 75% !important;
  }
  .dashboard-ctas a h4 {
    font-size: 22px;
  }
  .nanny-popup {
    height: 90vh;
    padding: 50px 75px;
    justify-content: center;
  }
  .nanny-popup h1 {
    margin-bottom: 20px;
  }
  .how-it-works {
    width: 90%;
  }
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
  .contact-blob {
    background-image: none;
    padding: 0;
  }
  .touch-block {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .faq-block h2,
  .page-template-contact-us h1 {
    font-size: 46px;
  }
  .contact-hero {
    margin: 50px 0 75px 0;
  }
  .faq-block {
    margin-top: 30px;
  }
  .account-nav {
    width: 30%;
  }
  .woocommerce-MyAccount-content {
    width: 70% !important;
  }
  .dashboard-holder {
    width: 50%;
  }
  .nanny-popup {
    padding: 50px 50px;
  }
  .how-it-works {
    width: 100%;
  }
  .wpcf7 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1112px) {
  .booking .details {
    width: 100%;
  }
  .u-columns {
    padding: 0 15px;
  }
  .find-a-nanny {
    padding: 0 0px;
  }
  .booking-platform {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-brand {
    width: 16%;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .logo {
    max-width: 100%;
  }
  #services-hero .social-icons {
    margin-bottom: 30px;
  }
  .serv-aid {
    margin-top: 30px;
  }
  .oops {
    width: 85%;
  }
  .woocommerce-MyAccount-content .bunting {
    display: none;
  }
  .u-columns {
    padding: 0 15px;
  }
  .find-a-nanny {
    padding: 0 0px;
  }
  .how-it-works > div {
    width: 50%;
    padding: 0 75px;
  }
  .how-it-works > div:nth-of-type(3)::after {
    visibility: visible;
  }
  .how-it-works > div:nth-of-type(2)::after,
  .how-it-works > div:nth-of-type(4)::after {
    visibility: hidden;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nanny-popup {
    height: 60vh;
  }
  .nanny-popup-banner {
    width: 60%;
  }
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
  .home-services-box {
    height: auto;
    padding: 20px;
  }
  .about-work-col {
    padding-bottom: 50px;
  }
  .workus-row {
    margin-top: 50px;
  }
  .about-work-image {
    margin-top: -100px;
  }
  .about-work {
    width: 90%;
    margin: 0 auto;
  }
  .mob-insta {
    display: block;
  }
  #services-hero .social-icons {
    display: none;
  }
  .serv-hero div {
    width: 90%;
  }
  #services-hero {
    margin-top: 20px;
  }
  .serv-aid {
    margin-left: 15px;
  }
  .page-template-services #home-services {
    margin-top: 50px;
  }
  .oops {
    width: 100%;
  }
  .header-login {
    margin-left: 0;
  }
  .nanny-title {
    width: 74%;
  }
  #nanny-search form {
    display: block;
  }
  .booking .details {
    width: 100%;
    padding-bottom: 25px;
  }
  .w-2col {
    width: 100%;
    margin: 15px 0;
  }
  .cta-col img {
    padding: 15px 0 30px;
  }
  .find-nany-form {
    padding: 0 0px;
    margin-top: 30px;
  }
  .inline-check {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .inline-check div {
    margin-right: 10px;
  }
  .booking {
    padding: 50px 20px;
  }
  .nanny-popup {
    height: 90vh;
  }
  .nanny-popup h1 {
    font-size: 70px;
  }
  .nanny-points {
    flex-wrap: wrap;
  }
  .nanny-points > div {
    width: 46%;
  }
  .nanny-popup-banner {
    width: 48%;
  }
  .how-it-works > div {
    padding: 0 50px;
  }
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
  .team-row {
    justify-content: center;
  }
  .single-member {
    padding: 30px 0;
  }
  .about-work-image {
    margin-top: 0;
  }
  .about-work-image-two img {
    margin-bottom: 0;
  }
  .workus-row {
    flex-direction: column-reverse;
  }
  .dashboard-holder {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    width: 65% !important;
  }
  .account-nav {
    width: 35%;
  }
  .form-header .inline-text {
    display: block;
  }
  .nanny-popup h1 {
    font-size: 60px;
    margin-bottom: 0;
  }
  .nanny-points > div > img:first-of-type {
    margin-bottom: 30px;
  }
}

/* -- Phones Screens -- */

@media screen and (max-width: 767px) {
  .contact-form-split input,
  .contact-form-split textarea,
  .contact-form-split select {
    width: 100%;
  }
  .contact-form-split div:first-of-type,
  .contact-form-split div:first-of-type,
  .contact-form-split div:first-of-type {
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-form-split div:last-of-type,
  .contact-form-split div:last-of-type,
  .contact-form-split div:last-of-type {
    padding-left: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-form-split {
    padding-bottom: 0;
  }
  .nanny-popup {
    height: 70vh;
  }
  .nanny-popup {
    height: 90vh;
    overflow-y: scroll;
    justify-content: flex-start;
    padding-top: 150px;
  }
  .nanny-points {
    flex-direction: column;
  }
  .nanny-points > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .nanny-points > div p {
    margin-bottom: 0;
  }
  .nanny-popup-info {
    right: 30px;
  }
  .nanny-popup-info p br {
    display: none;
  }
  .nanny-popup h1 {
    line-height: 0.8;
    margin-bottom: 40px;
    font-size: 70px;
  }
  .nanny-popup-banner {
    display: none;
  }
  .nanny-popup .blue-btn {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .nanny-popup > img {
    position: relative;
    bottom: 10px;
    left: 0;
    transform: translateX(-0%);
  }
  .nanny-points > div > img:first-of-type {
    max-width: 50%;
    margin: 0 auto 50px auto;
  }
  .how-it-works-title > img {
    display: none;
  }
  .how-it-works > div {
    width: 100%;
  }
  .how-it-works > div::after,
  .how-it-works > div:nth-of-type(3)::after {
    visibility: hidden;
  }
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    width: 40%;
    margin-right: 0;
  }
  #home-hero {
    height: auto;
    padding: 75px 0;
    margin-top: -100px;
    background-image: url("/wp-content/uploads/2021/08/mobile-hero.png");
    background-position: bottom;
    background-color: #ffd7d1;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  h1 {
    font-size: 40px;
  }
  #home-hero > .social-icons,
  #home-hero > img {
    display: none;
  }
  .mobile-bunting {
    display: block;
    width: 100%;
    z-index: 10000;
    position: relative;
  }
  .home-hero {
    height: auto;
  }
  .home-hero .blue-btn {
    margin-top: 200px;
  }
  .home-services {
    flex-wrap: wrap;
  }
  .home-services-text {
    width: 100%;
  }
  .home-services-boxes {
    margin-top: 20px;
    width: 100%;
  }
  .home-services-box {
    width: 100%;
  }
  .home-services .home-services-boxes .home-services-box:nth-child(odd) {
    background-color: #ffd7d1;
  }
  .home-services .home-services-boxes .home-services-box:nth-child(even) {
    background-color: #002738;
  }
  .home-services .home-services-boxes .home-services-box:nth-child(odd) p,
  .home-services .home-services-boxes .home-services-box:nth-child(odd) h3,
  .home-services .home-services-boxes .home-services-box:nth-child(odd) a {
    color: #002738;
  }
  .home-services .home-services-boxes .home-services-box:nth-child(even) p,
  .home-services .home-services-boxes .home-services-box:nth-child(even) h3,
  .home-services .home-services-boxes .home-services-box:nth-child(even) a {
    color: #ffd7d1;
  }
  .home-services-box {
    padding: 60px 40px 40px 40px;
  }
  .mob-div {
    display: block;
    margin: auto;
  }
  .home-intro p span img,
  .footer-top .social-icons {
    display: none;
  }
  #home-services {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home-team-title {
    flex-direction: column-reverse;
  }
  .home-team-title > div {
    width: 100%;
  }
  .home-team-title a {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
  }
  .home-team-title a img {
    width: 65%;
  }
  .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top > a {
    width: 100%;
  }
  .footer-logins {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .footer-mid {
    flex-wrap: wrap;
  }
  .footer-mid > div {
    width: 50%;
    margin-right: 0;
  }
  footer a,
  .hyphen-footer div p {
    font-size: 12px;
  }
  .footer-logins a {
    font-size: 16px;
  }
  .footer-top > div {
    width: 100%;
  }
  .first-aid {
    text-align: left;
    margin-bottom: 50px;
  }
  .hyphen-footer div {
    margin-top: 0;
  }
  #footer-mid {
    margin-bottom: 30px;
  }
  .serv-hero,
  .serv-image {
    width: 100%;
  }
  .serv-col {
    flex-wrap: wrap;
  }
  .serv-hero div {
    width: 100%;
  }
  .serv-image {
    margin-top: 40px;
  }
  .oops {
    padding: 0;
    background-image: none;
  }
  .oops p {
    width: 100%;
  }
  .cta-contact {
    display: block;
  }
  .email-swirl {
    text-align: left;
  }
  .cta-contact p {
    margin-bottom: 0;
  }
  .nanny-title {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    width: 100% !important;
  }
  .account-nav {
    width: 50%;
  }
  .dashboard-ctas a {
    height: 225px;
    justify-content: center;
  }
  .dashboard-ctas a h4 {
    margin-top: 30px;
  }
  .dashboard-ctas {
    padding: 0;
  }
  .woocommerce-MyAccount-content {
    padding: 20px;
  }
  .dashboard-holder {
    width: 100%;
  }
  #nanny-search .flex {
    display: block;
  }
  #nanny-search .flex select {
    margin: 10px 0;
  }
  #bookings {
    margin-top: 30px;
  }
  .booking div:last-of-type a {
    width: auto;
  }
  .u-column1,
  .u-column2 {
    padding: 30px 30px;
  }
  .booking-platform {
    margin-bottom: 40px;
  }
  .nanny-points > div > img:first-of-type {
    max-width: 100%;
  }
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 320px) {
  .footer-mid > div {
    width: 100%;
    margin-right: 0;
  }
  .choose-box {
    width: 100%;
  }
  .account-nav {
    width: 100%;
  }
  .booking-platform {
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .booking-platform a button {
    width: 70%;
  }
}
