@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	margin: 0;
	    font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight: 400;
	    line-height: 30px;
	color: #333;
}
img, iframe {
	max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
	    margin: 10px 0 20px 0;
}
h2{
	font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
   line-height: 40px;
}
h3{
	font-size:25px;
	margin-bottom: 20px;
    font-weight: 700;
}
h5{
	font-size:20px;
	margin-bottom:30px;
}
a, a:hover, a:focus, button:focus, select:focus{
	text-decoration:none;
	outline:none;
}
body a{color:#e58eb2;}
body a:hover, body a:focus, button:focus, .nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .social-menu ul li a:hover{
	  color: #e58eb2;
}
.container {
    width: 100%;
	max-width:1180px;
	margin:0 auto;
}
.header{background:#000; position: relative;}
.headerTop {
    padding: 20px 0;
}
.menu-social {
    margin-top: 15px;
	text-align: right;
}
body .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    text-transform: uppercase;
}
body .dropdown-menu li a{font-size: 13px;text-transform: uppercase;line-height: 22px;}
body .navbar-nav li.nav-item a.nav-link, body .dropdown-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
.site-title a{color: #fff; font-size: 30px;}
.list-inline {
    margin: 0;
	    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
	    list-style: none;
}
.social-menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
	    color: #fff;
}
.navbar-nav li a, .navbar-nav .nav-link.active{color: #fff;}
.dropdown-menu{background-color: #000; border-radius: 0;}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #e58eb2;
}

.navbar-collapse {
    justify-content: center;
}
.sec-heading {
    font-size: 30px;
    margin-bottom: 20px;
	font-weight: 800;
}
.sec-padding{padding:50px 0;}
.item-box h3 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    color: #333;
    font-weight: 400;
}
.item-box img {
    border: 5px solid #ccc;
}
.item-box img, .bg-box, .offer-box, .list-item, .img-style {-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);}
.item-box:hover h3{color: #e58eb2;}
.color1-background-color {
    background-color: #e58eb2 !important;
}
.bg-box {
    padding: 25px;
}
.puget-box h5{margin:0;}
.bg-box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bg-box {
   padding: 25px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	border-radius: 5px;
}
.offer-box {
    text-align: center;
    padding: 30px;
	border-radius: 5px;
	margin-bottom: 25px;
	    height: 93%;
	position:relative;
}
.offer-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
	word-break: break-word;
}
.offer-box i {
    font-size: 40px;
    color: #e58eb2;
}
.offer-box a {
    font-size: 14px;
    font-weight: 700;
}
.bio-sec, .get-started{background: #457fca;}
.bio-sec .sec-heading, .get-started .sec-heading{color:#fff;}
.bio-text {
    color: #fff;
    margin: 10px;
    font-size: 15px;
    line-height: 25px;
}
.list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
	padding: 10px;
    border: 2px solid #ccc;
}
body .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.get-started{text-align:center;}

section.sec-padding.get-started {
    padding: 60px 0;
}
.get-started .sec-heading {
	margin-bottom: 0;
    font-size: 50px;
	line-height: 66px;
}
.button-primary {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 10px 50px;
    border-radius: 100px;
    font-size: 16px;
}
.button-primary:hover{background: #000;
    border-color: #000;color: #fff;}
.img-style{border: 5px solid #ccc;padding: 1px; width: 100%;}
.item-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;}
footer{background:#000;color:#fff;text-align:center;padding:50px 0;font-size:}
.of-head .button-primary {
    margin: 10px 0 0 0;}
.button-primary.button-black{
	    border: 1px solid #333;
    color: #333;}
.button-primary.button-black{color: #000;border-color: #000;margin: 0 0 30px 0;}

.button-primary.button-black:hover, .button-primary.button-black.btn-signup:hover{color: #ffffff;}

.button-primary.button-black.btn-signup {
    color: #000;
    border-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto 0;
    padding: 8px 0;
}
.heading-highlight{
	    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 800;
    background: #e58eb2;
    color: #fff;
}

/* pricing table */
.pricingTable {
  color: #000;
    margin-top: 0;
    position: relative;
   text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.pricingTable-header {
    position: relative;
	    overflow: hidden;
}
.ptsColBadgeContent {
    transform: rotate(45deg);
    transform-origin: center bottom;
	    padding: 6px;
}
.first-grid, .second-grid, .third-grid, .fourth-grid {
    border-right: 1px solid #D5D0D0;
	margin-top: 30px;
}
.pricingTabletop {
  margin-top: -12px;
    min-height: 825px;
}

.pricingTable .pricingTable-header p {font-size:25px;font-weight: 400;line-height: 35px;}

.pricingTable .title {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size:18pt;
	    text-align: center;
		padding: 18px 0;
	    margin-bottom: 0;
}
.pricingTable-First .title{background-color: #b35c80;color: #fff;}
.pricingTable-Third .title{background-color: #4f6e6f;color: #fff;}
.pricingTable-Fourth .title{background-color: #3c6d4c;color: #fff;}
.pricingTable .price-month {
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
	    margin-bottom: 15px;
}
.pricingTable .price-month span{font-size: 45px;}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricingTable .pricing-content li {
	    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 12px 20px;
    display: flex;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 70px;
}
.pricingTable .pricing-content li a{color: #b35c80;}
.pricingTable .pricing-content li:nth-child(even) {
    background-color: rgba(243,243,243,1);
}
.pricingTable .pricing-content li::before {
    content: "\2713";
    font-size: 15px;
    background: #222222;
    max-width: 22px;
    height: 22px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 100%;
	display:none;
}
.btn-price-bg {
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5000px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	    position: absolute;
    bottom: 55px;
	font-weight:500;
	display:none;
}
.pricingTable-Third .btn-price-bg{background: #ffffff;color: #222222;}
.pricingTable:hover .btn-price-bg {
   background: #ee5f30;border-color:#ee5f30;color: #fff;
}

.pricingTable-First{border-radius:0;}

.pricingTabletop{-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border:5px solid #222222;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);}
.pricingTabletop .btn-price-bg{ bottom: 93px;}
.pricingTable-Third{border-radius:0;}
	
.plans-mode {
    color: #ee5f30;
    font-size: 25px;
}
.pricingTable-Third.pricingTable .pricing-content li::before{background: #fff;color: #222;}
.pricingTable-First, .pricingTable-Third{min-height: 740px;}
.ptsColDesc {
    background-color: rgba(229,142,178,1);
	    padding: 30px 15px;
}
.price {
    font-size: 24pt;
    color: #fff;
	display: block;
    margin-bottom: 15px;
}
.cut_price{
	color: #5e5a5a;
    text-decoration: line-through;
	    font-size: 14pt;
}
.fa-star {
    color: #FCC010;
}
/* pricing table end */

.bg-box-white{
	background-color: #fff;
    border-width: 2px;
    box-shadow: #a0a0a0 0px 0px 0px 0px;
	    padding: 35px;
    border-radius: 10px;
}
.bg-box-white .button-primary.button-black {
    font-size: 13px;
    padding: 10px 30px;
    margin: 25px 0 0;
}
.bio-des img {
    width: 100%;
}
.bio-des img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.guarantee-paper {
    border: 20px solid #ccc;
    padding: 40px 20px 40px 20px;
    width: 82%;
    margin: 0 auto;
}
.diff-text{text-align:center;}
.diff-text .fa { margin-bottom: 20px;}
.diff-text img {
    height: 200px;
    object-fit: scale-down;
}
.accordion-button:not(.collapsed){background-color: #457fca;color:#ffffff;}
.accordion-button {
    line-height: 25px;
}
.palette-primary input, .palette-primary select {
    padding: 8px;
    width: 100% !important;
}
.palette-primary .container {
    width: 50%;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 100%;
}
.nf-field-element textarea {
    height: 200px;
}
.nf-form-hp {
    position: absolute;
    visibility: hidden;
}
.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
    width: auto !important;
    margin-top: 0.25em;
}
.nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px;
}
.list-checkbox-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element ul, .list-image-wrap .nf-field-element li, .list-image-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li, .list-radio-wrap .nf-field-element ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.offer-box ul {
        padding: 0;
        width: 83%;
    margin: 0 auto;
}
.offer-box ul li{text-align: left; list-style: auto;}

.offer-box ul li a{font-size: 14px;
    font-weight: 500;
    color: #111;}
.offer-box ul li a:hover{
	color: #e58eb2;
}
.align-right {
    float: right;
    margin: 0 0 10px 20px;
	    clear: both;
}
.full-banner{ 
	padding-bottom: 0em;
    margin-bottom: 26px;
    width: auto;
    background-size: cover;
    background-position: 50% 19%;
background-image: url(../images/full-banner.JPG);
}

.payroll-banner{background-image: url(../images/Nanny-Payroll-Family-on-Beach-scaled.JPG); height: 700px;}
.blue-pattern{background-image: linear-gradient(#2980b9,#2c3e50);}

.plan-box{ background-color: #e58eb2; min-height: 480px;}

.plan-box .fa {font-size: 50px;}
.bg-box-square{border-width:3px;border-style:solid;border-image:initial;background-color:rgba(255,255,255,.89);box-shadow:#808080 7px 9px 25px 0px;padding: 30px;margin: 0 auto; width: 100%; max-width: 900px;}

.nf-form-layout {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.nf-form-content .field-wrap {
    display: inherit;
}
.field-wrap {
    margin-bottom: 20px;
	    column-gap: 10px;
}
.nf-form-fields {
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}
.nf-form-fields {
    text-align: left;
}
.field-wrap label, .field-wrap .forms-field {
    text-align: left;
	    width: 100%;
}
.field-wrap label {
    font-weight: 700;
}
.field-submit {
    width: 100%;
    text-align: right;
	    margin-bottom: 20px;
}
.field-submit [type=submit]{ background-color: #000;
    border-width: 0.5px;
    border-style: solid;
    border-color: #000;
    color: #fff;
    font-size: 12pt;
    padding: 8px 40px;
    margin-top: 20px;
    /* width: 100%; */
    cursor: pointer;
    text-transform: uppercase;}
.field-submit [type=submit]:hover{opacity:0.8;}
.field-wrap [type=submit]:hover{background-color: #e58eb2;border-color: #e58eb2;}
.nf-field-element label {
    width: auto;
}
.verified-care-providers{
	background-image: url(../images/blurred-background-boy.JPG);
}
.banner-text {
    font-size: 14px;
    line-height: 20px;
}
.banner-text i {
    font-size: 30px;
    color: #fff;
}
.banner-text .button-primary {
    padding: 10px 30px;
    font-size: 14px;
}
.banner_p {
    color: #fff;
    height: 136px;
}
.pv-care{background-image: url(../images/verified-care-providers.JPG);
       background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: end;}
.pv-care2{background-image: url(../images/happy-family.jpg);}

.care-box{
   font-size: 15px;
    line-height: 22px;
    height: 450px;
    overflow-y: scroll;
}
.care-box i {
    font-size: 40px;
    color: #e58eb2;
}
.care-box .button-primary {
    font-size: 13px;
    margin: 0 auto !important;
}
.care-box .button-primary {
    font-size: 13px;
}
.msg-box{
	    text-align: center;
    border-style: solid;
    border-radius: 14px;
    border-color: rgba(229,142,167,.83);
    padding: 0.6em;
    line-height: 1.4em;
    margin-left: 19px;
    margin-right: 19px;
	    color: #999;
		    color: #999;
    margin: 0 auto;
    width: 800px;
}
.vcp-page .pricingTable-header {
    height: 250px;
}
.vcp-page .ptsColDesc {
    height: 100%;
}
.scp-head{
	background-image: url(../images/cute-baby-walking-with-nanny-scaled.JPG);
       background-size: cover;
    background-position: top center;
    text-align: center;
    height: 650px;
    display: flex;
    justify-content: center;
        align-items: center;
}
.section_breaks {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ccc;
    color: #000;
    padding: 20px;
    font-size: 30px;
    margin: 10px 0 30px;
}
.border-d {
    border-bottom: 1px solid #ccc;
	    margin-bottom: 30px;
}
.nf-form-layout.twoColumnForm {
    max-width: 100%;
}
.nf-form-layout.twoColumnForm .nf-mp-body {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.nf-form-layout.twoColumnForm .nf-mp-body .field-wrap {
    margin-bottom: 20px;
    flex: 47%;
	justify-content: inherit;
    flex-direction: column;
}
.nf-form-layout.twoColumnForm .nf-mp-body .field-wrap label {
    margin-bottom: 5px;
	font-size: 15px;    line-height: 25px;    width: 100%;}
.nf-form-layout.twoColumnForm .nf-mp-body .field-wrap input{width: 100%;}
.uh {
    font-size: 11px;
    font-style: italic;
    line-height: 17px;
    display: inline-block;
    margin: 5px 0;
    color: #000;}
input[type="text"], input[type="file"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="url"], input[type="tel"], textarea, select {
    background: #fdfffd;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    border-width: 1px;
    color: #57665e;
    font-family: "Questrial",sans-serif;
    font-size: 13px;
    margin: 1px 0;
    padding: 15px;
    height: auto;
    line-height: normal;
}
.nf-form-layout.twoColumnForm .nf-mp-body .field-wrap [type=submit]{ width: auto;}
:focus-visible {
    outline:inherit; 
}
.full-banner.sign-up-agencies{background-image: url(../images/experienced-seattle-nannies-scaled.JPG); height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;}
.map-sec .button-black {
    margin-bottom: 0;
}
.testimonial-sec{
	    background-color: #1e73be;
}
.testimonial-sec h6 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
}
.careBox {
    text-align: center;
}
.careBox .button-primary {
    margin: 30px 0 0 0;
}
.care-box-sec {
    margin-top: 20px;
}
.icon-box {
    margin: 15px 0;
}
.icon-box .fa {
    font-size: 35px;
    color: #e58eb2;
}

.icon-box .h4 {
    font-size: 17px;
    font-weight: 500;
}
.nf-form-layout.nf-form-ct-layout{max-width: 100%;}
textarea.forms-field {
    height: 200px;
}
.color1-background-color {
    background-color: #e58eb2;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1; }
	.dropdown-menu > li:hover > a{ color:#000; }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

@media (max-width: 1000px){
	.navbar-toggler-icon {background-image: url(../images/menu.png);}
	button.navbar-toggler {margin: 0 auto;}
	.container {width: 95%;}
	.site-title a {font-size: 25px;}
	.headerTopMob {padding: 0 0 20px;}
	.sec-heading{font-size: 26px;}
	.sec-heading br{display:none;}
	.offer-box {padding: 30px 17px;}
	.navbar-collapse {background: #333;margin-top: 10px;}
	.button-primary.button-black.btn-signup{width: 70%; padding: 2px 0;}
	.heading-highlight {font-size: 20px;padding: 15px; line-height: 30px;}
	.price {font-size: 17pt;}
	.guarantee-paper {width: 100%;}
	.palette-primary .container {width: 80%;}
	.dropdown-menu .dropdown-menu{margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;}
	.section_breaks{font-size: 20px;}
}
@media (max-width: 767px){
	h2 {font-size: 26px;
    line-height: 33px;}
	.navbar-toggler:focus{box-shadow: none;}
	.headerTop, .list-inline, .bio-text{text-align:center;}
	.site-title a {font-size: 22px;}
	.navbar-nav {text-align: left;padding: 15px 0;}
	a.nav-link { padding: 5px 0;}
	.sec-heading {font-size: 20px;}
	.item-box h3{font-size: 16px;}
	.sec-padding { padding: 30px 0 !important;}
	.offer-box h4{font-size: 16px;}
	.sec-padding.bio-sec {padding: 40px 0 10px;}
	.bio-text{margin-bottom: 30px;}
	.get-started .sec-heading {margin-bottom: 0; font-size: 24px; line-height: 30px;}
	.sec-heading {line-height: 30px;}
	.sec-padding.get-started {padding: 45px 0;}
	.img-style {margin-bottom: 20px;}
	footer{ padding: 40px 0 30px;}
	.footerArea {font-size: 14px;}
	.button-primary.button-black.btn-signup{width: 70% !important;
       font-size: 14px;
    padding: 10px 20px;}
	.button-primary.button-black {padding: 7px 21px; margin: 0 0 30px 0; font-size: 12px; text-align: center; line-height: 20px; width: 100%;}
	section.sec-padding.of-head {padding-bottom: 0;}
	.bio-des h5 {text-align: center !important;}
	.first-grid, .second-grid, .third-grid, .fourth-grid {margin-top: 30px;}
	.mob-title{display: none !important;}
	.pricingTable .pricing-content li{    height: inherit;}
	.align-right {float: left; margin: 0; clear: both; width: 100%; text-align: center;}
	.banner-box {margin-top: 280px;}
	.verified-care-providers {margin-bottom: 0;}
	.banner_p, .care-box, .vcp-page .pricingTable-header{height:inherit;}
	.pv-care{margin-bottom:20px;}
	.pv-care .button-primary {font-size: 14px;
    line-height: 20px;
    margin: 20px 10px !important;}
	.button-primary{line-height: 20px;}
	.care-box {margin: 15px 0;}
	.vcp-page .first-grid .ptsColDesc{ padding:0;}
	.first-grid, .second-grid, .third-grid, .fourth-grid {
    border-right: 0;
	border-bottom:0 !important;
    margin-top: 30px;}
	.vcp-page .pricingTable-First, .vcp-page .pricingTable-Third {
    min-height: inherit;}
	.vcp-page .price{display:none;}
	dl, ol, ul {margin-left: 20px; width: 95% !important;}
	.msg-box {margin-bottom: 30px; font-size: 13px;}
	.hidden{display:none;}
}