*
{
	font-family: 'Montserrat', sans-serif;
}
/* ==============
  Loader START
===================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: 9999999; }

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px; }

.spinner {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px; }

.spinner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #eb7475 rgba(235, 116, 117, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite; }

.spinner:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background-color: #eb7475;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(1080deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(360deg); }
  100% {
    -o-transform: rotate(1080deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(1080deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(1080deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(360deg); }
  100% {
    -moz-transform: rotate(1080deg); } }
@keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-o-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-ms-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-webkit-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@-moz-keyframes pulse {
  0% {
    background-color: rgba(235, 116, 117, 0.2); }
  13% {
    background-color: rgba(235, 116, 117, 0.2); }
  15% {
    background-color: rgba(235, 116, 117, 0.9); }
  28% {
    background-color: rgba(235, 116, 117, 0.9); }
  30% {
    background-color: rgba(235, 116, 117, 0.2); }
  43% {
    background-color: rgba(235, 116, 117, 0.2); }
  45% {
    background-color: rgba(235, 116, 117, 0.9); }
  70% {
    background-color: rgba(235, 116, 117, 0.9); }
  74% {
    background-color: rgba(235, 116, 117, 0.2); }
  100% {
    background-color: rgba(235, 116, 117, 0.9); } }
@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-o-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-ms-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-webkit-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-moz-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(235, 116, 117, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(235, 116, 117, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(235, 116, 117, 0.8); } }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ==============
  Loader END
===================*/

.text-red-purple
{
  color: #b23052;
}

.bg-red-purple-gradient
{
  background-image: linear-gradient(to bottom, rgb(178, 48, 82),rgb(228, 40, 89));
}

#home-page-slide
{
	min-height: 100vh;
	background-image: linear-gradient(to top, rgb(178, 48, 82),rgb(228, 40, 89));
	position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
  /*background-image: url("../images/homepage-bg.jpg");*/
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

/*
#home-page-slide:after
{
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(178, 48, 82,0.92),rgba(228, 40, 89,0.92));
  z-index: 1;
}*/
/*
.form-control
{
  font-weight: 600;
}*/

#home-page-slide .col-12,#home-page-slide .col-5,#home-page-slide .col-6
{
  z-index: 2;
}

#home-page-slide .col-lg-12,#home-page-slide .col-lg-5,#home-page-slide .col-lg-6
{
  z-index: 2;
}

.home-page-image
{
	height: 80vh;
	vertical-align: middle;
	width: auto;
}

#home-page-slide .d-table
{
	height: 100%;
}

#home-page-heading
{
	position: absolute;
	top: 12px;
	left: 15px;
	width: 100%;
}

#home-page-heading img
{
	height: 52px;
    margin-top: 24px;
    border: 1px solid #fff;
    padding: 10px;
}

#page-header
{
      background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 0px 20px 0px #b23052;
}

#page-header img
{
  
  width: auto;
  margin-top: 0px;
  border: 1px solid #fff;
  padding: 0px;
  height: 54px;
  margin-top: 0px;
}

#page-header .page-header-menu
{
  line-height: 54px;
  margin-right: 24px;
  text-decoration: none;
  font-weight: 500;
}

#page-header .page-header-menu.with-border
{
  border:2px solid #b23052;
  padding: 4px 12px;
 
}

#page-header .page-header-menu:hover,#page-header .page-header-menu:active
{
    color: #b23052;
}

#page-header .page-header-menu:last-child
{
  margin-right: 0px;
}

#page-header .page-header-text
{
  font-size: 14px;
  margin-top: 12px;
  display: block;
}

#page-header-mobile,#page-header-mobile-opener
{
  display: none;
}


#home-page-slide h1
{
	
	font-weight: 900;
	font-size: 60px;
	line-height: 64px;
}

#home-page-slide a.btn
{
	
    width: auto;
    border-radius: 50px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #b23052;
    text-align: center;
    font-weight: 700;
    margin-top: 24px;
    padding: 12px 30px;
}

.home-page-title-text
{
  float: right;
  text-align: right !important;
  white-space: pre;
  display: block;
  margin-bottom: 18px;
}

.home-page-title-sub-text
{
  font-size: 18px;
  margin-bottom: 6px;
  clear:both;
}

#early-access-form input
{
	border: none;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    height: 52px;
    width: 100%;
    text-indent: 24px;
    font-size: 14px;
    background: #d92957;
}

#early-access-form
{
	padding: 50px 40px;
	background: rgba(0,0,0,0.1);
	border-radius: 8px;
  margin-top: 24px;
}

#download-now-wrapper
{
  padding: 50px 40px;
  background: rgba(0,0,0,0.1);
  border-radius: 8px;
  margin-top: 24px;
}

.download-now-img
{
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.download-now-anchor
{
  
  vertical-align: middle;
}

#early-access-form h3
{
	margin-bottom: 46px;
	font-weight: 700;
}

#early-access-form h4
{
  margin-bottom: 38px;
  font-weight: 400;
}

#download-now-wrapper h4
{
  margin-bottom: 38px;
}


#early-access-form input.btn
{
	background: #fff;
    color: #b23052;
    font-weight: 600;
    text-indent: 0;
}

#early-access-form .form-group
{
	margin-bottom: 26px;
}

::-webkit-input-placeholder 
{
  color: white !important;
}
::-moz-placeholder 
{
  color: white !important;
}
:-ms-input-placeholder 
{
  color: white !important;
}
::placeholder 
{
  color: white !important;
}


section
{
	padding-top: 80px;
  padding-bottom: 80px;
}



.section-heading
{
	font-weight: 600;
	font-size: 36px;
}

section .d-table
{
	table-layout: fixed;
}

.section-desc-text
{
	color: #666666;
	line-height: 1.5;
	font-size: 16px;
	margin-top: 18px;
	font-family: 'Karla', sans-serif;
}

.section-list-description 
{
    color: #666666;
    line-height: 1.5;
    font-size: 16px;
    /*margin-top: 18px;*/
    font-family: 'Karla', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-list-title
{
  margin-top: 22px;
  margin-bottom: 0px;
  font-size: 18px;
}

.section-sub-heading
{
      margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-family: 'Karla', sans-serif;
}

.section-img
{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


#how-yaycare-works
{
  background-color: rgba(178,48,82,0.04);
}

.p-l-24
{
	padding-left: 24px;
}

.p-r-24
{
	padding-right: 24px;
}

#features .card-img-top, #cubby-benefits .card-img-top
{
	height: 52px;
  display: block;
  margin: 20px auto 0px auto;
  width: auto;
}

.cubby-lp-cards-img
{
  height: 52px;
  display: block;
  margin: 20px auto 0px auto;
  width: auto;
}

#features .card-text, #cubby-benefits .card-text, #why-use-cubby .card-text, .cubby-lp-cards-sub-text
{
	font-size: 15px;
	font-family: 'Karla', sans-serif;
	line-height: 1.4;
	color: #444;
}

/*
#features .card-title
{
	color: #111;
}*/

#features
{
  background-color: rgba(178,48,82,0.04);
}



#features .card
{
  background-color: transparent;
}

#features #card-wrapper, #cubby-benefits #cubby-benefits-card-wrapper
{
	padding: 0px 80px;
}

.cubby-lp-cards-wrapper
{
  padding: 0px 80px; 
}

#features #card-wrapper .card, #cubby-benefits #cubby-benefits-card-wrapper .card, .cubby-lp-cards
{
  height: 100%;
  background-color: transparent;
}

.m-t-30
{
	margin-top: 30px;
}

#vision
{
  padding-top: 0px;
  padding-bottom: 0px;
}

#vision-text-wrapper
{
	padding-top: 80px;
  padding-bottom: 80px;
}

#vision-text-wrapper .section-desc-text
{
	margin-bottom: 0px;
}

.white-bg-button
{
	width: auto;
    border-radius: 50px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #b23052;
    text-align: center;
    font-weight: 700;
    margin-top: 24px;
    padding: 12px 30px;
}

#vision-background-image
{
	background: url('../images/app-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
}

#subscribe-newsletter-form
{
	margin-top:40px;
	padding: 0px 40px;
}

#subscribe-newsletter-form #subscribe-email, #subscribe-newsletter-form #subscribe-zip-code
{
    border-radius: 30px;
    color: #d92957;
    display: block;
    height: 52px;
    width: 100%;
    text-indent: 24px;
    font-size: 14px;
    background: #ffffff;
    border:1px solid #ddd;
}

#subscribe-newsletter-form #subscribe-zip-code
{
  margin-top: 1rem;
}

#subscribe-email::-webkit-input-placeholder 
{
  color: #d92957 !important;
}
#subscribe-email::-moz-placeholder 
{
  color: #d92957 !important;
}
#subscribe-email:-ms-input-placeholder 
{
  color: #d92957 !important;
}
#subscribe-email::placeholder 
{
  color: #d92957 !important;
}

#subscribe-zip-code::-webkit-input-placeholder 
{
  color: #d92957 !important;
}
#subscribe-zip-code::-moz-placeholder 
{
  color: #d92957 !important;
}
#subscribe-zip-code:-ms-input-placeholder 
{
  color: #d92957 !important;
}
#subscribe-zip-code::placeholder 
{
  color: #d92957 !important;
}

#subscribe-email-button
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 30px;
    color: #ffffff;
    display: block;
    height: 52px;
    width: auto;
    font-size: 14px;
    background: #d92957;
    border:1px solid #d92957;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 600;
}

#contact-us
{
	background-color: rgba(178,48,82,0.07);
	padding-bottom: 80px;
}

#why-use-cubby #why-use-cubby-card-wrapper
{
  padding: 0px 80px;
  margin-top: 20px;
}

#why-use-cubby-card-wrapper .card
{
  border:none;
}

#why-use-cubby-card-wrapper .card-img-top
{
  width: 90%;
  margin: 0 auto;
  border-radius: 50%;
}
#why-use-cubby-card-wrapper .card-title, #cubby-benefits-card-wrapper .card-title
{
  font-weight: 600;
}

#cubby-benefits-card-wrapper .card-title
{
  font-size: 0.9rem;
}

.cubby-lp-cards-title
{
  font-weight: 600; 
}

footer
{
	padding: 40px 0px;
}

.footer-links
{
	color: #111;
	font-size: 24px;
	margin: 0px 24px;
}

.footer-links:focus,.footer-links:hover
{
	color: #d92957 !important;	
}

.footer-text-links
{
  font-size: 15px;
  margin: 0px 10px;
}

.footer-text-links:focus,.footer-text-links:hover
{
  color: #d92957 !important;  
}

.footer-copyright
{
  margin: 1.5em 0px 0px 0px;
  text-align: center;
  font-weight: 600;
}

.btn
{
	border:1px solid transparent !important;
}

.btn:focus:active:hover,.btn-primary:hover
{
	background-color: #d92957 !important;
	color: #fff !important;
	border:1px solid #fff !important;
}

.btn:active
{
	opacity: 0.3;
}

.btn.focus, .btn:focus 
{
    box-shadow: none !important;
}

.form-control:focus
{
	box-shadow: none !important;
}

.swal2-confirm.swal2-styled
{
      border: none !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    display: block !important;
    height: 52px !important;
    width: 100% !important;
    font-size: 14px !important;
    background: #d92957 !important;
    min-width: 150px;
}

/*Experimental Code*/

#early-access-form .form-group
{
  margin-bottom: 26px;
  width: 50%;
  display: inline-block;
}

#early-access-form
{
  font-size: 0px;
  padding: 28px 40px;
  margin-top: 50px;
}

#download-now-wrapper
{
  font-size: 0px;
  padding: 28px 40px;
  margin-top: 36px; 
}

#early-access-form h4
{
  margin-bottom: 24px;
}

#download-now-wrapper h4
{
  margin-bottom: 24px; 
  font-weight: bold;
  color: #000;
}

#early-access-button
{
  line-height: 1;
}

#early-access-button:hover
{
  background-color: #fff !important; 
  color: #d92957 !important; 
  border: none; 
}

#early-access-form input
{
  border-radius: 0px;
}

#early-access-email 
{
    padding-left: 0px !important;
    text-indent: 0px !important;
}


#page-header img
{
  border:none;
  height: 37px;
}

#page-header .page-header-menu
{
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}

#partner-with-cubby-menu
{
  display: inline-block;
  text-align: center;
      padding: 0px !important;
}

#partner-with-cubby-sub-menu-info,#partner-with-cubby-sub-menu-detail
{
  display: block;
  line-height: 1;
}

#partner-with-cubby-sub-menu-info
{
      font-size: 11px;
    /*background: #b53053;*/
    color: #111;
    padding: 4px 12px;
    padding-bottom: 1px;
    font-weight: 600;
}

#partner-with-cubby-sub-menu-detail
{
      font-size: 13px;
    padding: 2px 24px;
    font-weight: 600;
}

#looking-for-daycares-menu
{
  font-size: 14px;
    padding: 2px 12px;
    font-weight: 600;
}

#page-header .page-header-text
{
  margin-top: 0px;
  line-height: 36px;
  font-size: 16px;
}

#home-page-slide
{
  padding-top: 0px;
  overflow: hidden;
  margin-top: 64px;
}

#page-header 
{
    /*border-bottom: 1px solid #c3375b;*/
    padding-bottom: 14px;
    padding-top: 14px;
    margin-left: 0px;
    margin-right: 0px;
}

.home-page-title-text
{
      float: none;
    text-align: center !important;
    white-space: inherit;
    font-size: 36px;
    white-space: nowrap;
}

.home-page-title-sub-text
{
    font-family: 'Karla', sans-serif;
    /*font-size: 21px;*/
    margin-bottom: 2px;
    font-size: 26px;
}

.home-page-title-sub-text-big
{
  font-size: 26px;
  margin-top: 24px;
}

#home-page-slide-app-image
{
  position: relative;
  top: 0px;
}

#section-1
{
  display: none;
}

#card-wrapper .card-body
{
  padding: 1rem;
}

#why-use-cubby-card-wrapper .card-body
{
  padding: 1rem;
}


/*Partner with Cubby CSS starts*/
#partner-with-cubby-page-slide
{
  min-height: 100vh;
  background-image: linear-gradient(to bottom, rgb(178, 48, 82),rgb(228, 40, 89));
  position: relative;
  padding-top: 100px;
  padding-bottom: 42px;
  background-image: url("../images/partner-with-cubby-banner-1.jpg");
  background-size: cover;
  position: relative;
  background-position: bottom center;
}

.partner-with-cubby-header-button
{
    padding: 10px 32px;
    margin-top: 2px;
    display: inline-block;
    background: #d92957;
    color: #fff;
    font-weight: 600;
    text-indent: 0;
    border-radius: 4px;
    cursor: pointer;
}

.partner-with-cubby-header-text
{
  /*color: #000;*/
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.partner-with-cubby-header-sub-text
{
  /*color: #000;*/
  margin-bottom: 16px;
  font-size: 1.15rem;
}

#partner-with-cubby-section-1 .card-img-top 
{
    height: 64px;
    display: block;
    margin: 20px auto 0px auto;
    width: auto;
}

#partner-with-cubby-section-1 .card 
{
    height: 100%;
}

#partner-with-cubby-section-1 .card-title
{
  font-size: 13px;
  line-height: 1.5;
}

#partner-with-cubby-section-1 .card
{
  border:none;
}

#partner-with-cubby-section-1 #card-wrapper .card-body
{
  padding-bottom: 0px;
}

#partner-with-cubby-section-1 .card:after
{
      position: absolute;
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    right: -13px;
    font-weight: 900;
    font-size: 22px;
    top: 28px;
    color: #aaa;
}

.no-after:after
{
  display: none;
}

#partner-with-cubby-section-1 .section-main-heading
{
  color: #666666;

}

.m-t-60
{
  margin-top: 60px;
}

#why-use-cubby-section .section-heading
{
  margin-bottom: 40px;
}

#why-use-cubby-section .section-img
{
  max-width: 55%;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}

#cubby-daycare-requirement
{
  background-color: rgba(178,48,82,0.04); 
}

#cubby-daycare-requirement .text-red-purple
{

}

/*
#why-use-cubby-section
{
    background-color: rgba(178,48,82,0.04);
}*/

#why-partner-with-cubby
{
  background-color: rgba(178,48,82,0.04);
}

#want-to-get-started-form
{
  margin-top:40px;
  padding: 0px 40px;
}

#want-to-get-started-form #subscribe-email
{
    border-radius: 30px;
    color: #d92957;
    display: block;
    height: 52px;
    width: 100%;
    text-indent: 24px;
    font-size: 14px;
    background: #ffffff;
    border:1px solid #ddd;
}

#want-to-get-started-name,#want-to-get-started-email,#want-to-get-started-zip-code,#want-to-get-started-button,#want-to-get-started-daycare-name
{
    border-radius: 30px;
    color: #d92957;
    display: inline-block;
    height: 52px;
    width: 50%;
    text-indent: 24px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ddd;
}

#want-to-get-started-daycare-name
{
  width: 100%;
  /*display: none;*/
}

#want-to-get-started-form .form-group
{
  font-size: 0px;
}

#want-to-get-started-name
{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

#want-to-get-started-email
{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;

  padding-left: 0px;
  text-indent: 0px;
}

#want-to-get-started-zip-code
{
  width: 100%;
}

#want-to-get-started-button
{
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  height: 52px;
  width: 50%;
  font-size: 14px;
  background: #d92957;
  border: 1px solid #d92957;
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 0px;
}

.want-to-get-started-input::-webkit-input-placeholder 
{
  color: #d92957 !important;
  font-weight: 600;
}
.want-to-get-started-input::-moz-placeholder 
{
  color: #d92957 !important;
  font-weight: 600;
}
.want-to-get-started-input:-ms-input-placeholder 
{
  color: #d92957 !important;
  font-weight: 600;
}
.want-to-get-started-input::placeholder 
{
  color: #d92957 !important;
  font-weight: 600;
}

#landing-page-partner-with-cubby-container footer
{
  border-top: 1px solid #ddd;
}
/*Partner with Cubby CSS ends*/

/*our story css starts*/
#our-story-section-1
{
  margin-top: 120px;
}


#our-story-background-image
{
  background: url('../images/our-story-cubby.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.our-story-ul
{
  list-style: none;
  padding-left: 8px;
}

.our-story-li
{
  margin-top: 2px;
}

.our-story-li:before
{
  content: "\f00c";
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #b23052;
  margin-right: 12px;
}

.anchor-mail-to
{
  font-family: 'Karla', sans-serif;
}

.anchor-mail-to:hover
{
  color: #b23052;
}


#our-story-section-1
{
    padding-top: 0px;
    padding-bottom: 0px;
}

#our-story-text-wrapper .section-desc-text:first-child
{
  margin-top: 0px;
}

#our-story-section-1 .section-main-heading
{
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

#our-story-section-1 .section-desc-text
{
  font-size: 17px;
  color: #444;
}
/*our story css ends*/

/*contact page css start*/
#landing-page-contact-slide
{
  min-height: 100vh;
  background-image: linear-gradient(to bottom, rgb(178, 48, 82),rgb(228, 40, 89));
  position: relative;
  padding-top: 142px;
  padding-bottom: 42px;
  background-image: url("../images/contact-page.jpg");
  background-size: cover;
  position: relative;
  background-position: top center;
  padding-left: 32px;
}

.landing-page-contact-header-text
{
  font-size: 36px;
  margin-top: 12px;
}

.landing-page-contact-sub-header-text, .landing-page-contact-sub-header-text a
{
  font-size: 22px;
  color: #000;
}

#landing-page-contact-faq
{
  background-color: rgba(178,48,82,0.04);
}
/*contact page css ends*/

.mb-16p
{
  margin-bottom: 16px;
}

.m-b-0
{
  margin-bottom: 0px;
}

.m-t-0
{
  margin-top: 0px;
}
.mt-24p
{
  margin-top: 24px;
}

.mt-30p
{
  margin-top: 30px;
}

#location-section-icon
{
  margin: 0 auto;
  display: block;
  margin-top: 32px;
  max-width: 60px;
  margin-bottom: 32px;
}

.section-li
{
  margin-top: 6px;
  color: #666666;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}

.text-bold
{
  font-weight: 700;
}

.section-desc-text.text-bold
{
  margin-bottom: 0px;
  font-size: 1.1em;
}

.section-desc-text.text-size-bold
{
  margin-bottom: 0px;
  font-weight: 700;
}

.section-desc-text.text-bold-underline
{
  margin-bottom: 6px;
  font-weight: 900;
  text-decoration: underline;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-top: 6px;
  color: #b23052; 
  text-align: left !important;
}

.section-desc-text.mt-0
{
  margin-top: 0px;
  padding-left: 0px;
}

#landing-page-cancellation-policy-container .section-desc-text, #landing-page-terms-of-service-container .section-desc-text, #landing-page-privacy-policy-container .section-desc-text
{
  text-align: justify;
}

#landing-page-cancellation-policy-container .section-desc-text a, #landing-page-terms-of-service-container .section-desc-text a, #landing-page-privacy-policy-container .section-desc-text a
{
  font-family: 'Karla', sans-serif;
}

#landing-page-cancellation-policy-container #cancellation-policy-section-1,#landing-page-terms-of-service-container #terms-of-service-section-1,#landing-page-privacy-policy-container #privacy-policy-section-1
{
  background-color: rgba(178,48,82,0.04);
  padding-top: 100px;
}
/*Starts CSS Media Query*/

@media (max-width: 991px)
{

  /*Landing page starts*/

  #home-page-slide
  {
    margin-top: 0px;
  }
  .home-page-title-text
  {
    font-size: 24px;
    white-space: normal;
  }
  .home-page-title-sub-text
  {
    font-size: 18px;
  }

  .home-page-title-sub-text-big
  {
    font-size: 20px; 
  }

  #page-header
  {
    display: none;
  }
  #early-access-form h4
  {
    font-size: 1.2rem;
  }

  #download-now-wrapper h4
  {
    font-size: 1.2rem; 
  }

  #early-access-form .form-group
  {
    width: 100%;
  }

  #early-access-email 
  {
      padding: .375rem .75rem !important;
      text-indent: 24px !important;
  }

  .section-heading
  {
    font-size: 26px;
  }
  .section-main-heading
  {
    font-size: 1.5rem
  }
  .section-sub-heading
  {
    font-size: 16px;
  }
  #features #card-wrapper, #cubby-benefits #cubby-benefits-card-wrapper, .cubby-lp-cards-wrapper
  {
    padding: 0px 20px;
  }

  #why-use-cubby #why-use-cubby-card-wrapper
  {
    padding: 0px 20px;
  }

  .sm-mt-20
  {
    margin-top: 20px;
  }

  #vision-background-image
  {
    height: 40vh;
  }



  #vision
  {
    flex-direction: column-reverse;
  }

  .footer-columns
  {
    margin-bottom: 20px;
  }

  .footer-columns:last-child
  {
    margin-bottom: 0px;
  }

  #page-header-mobile
  {
    display: block;
    position: fixed;
    left: -100%;
    top: 0px;
    width: 80%;
    z-index: 9;
    background: #fff;
    height: 100vh;
    padding-top: 24px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    box-shadow :0px 0px 20px 0px #b23052;
  }

  #page-header-mobile .img-fluid
  {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }

  #page-header-mobile .page-header-menu
  {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0px -15px;
    padding: 15px 15px;
    line-height: 1;
    font-size: 14px;
  }

  #page-header-mobile #partner-with-cubby-menu
  {
    display: block;
    width: 210px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 40px;
  }

  #page-header-mobile .page-header-menu.with-border 
  {
    border: 1px solid #b23052;
  }

  #page-header-mobile #partner-with-cubby-menu-mobile
  {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 40px;
    padding: 12px 0px !important;
  }

  #page-header-mobile #partner-with-cubby-menu-mobile:before
  {
    display: none;
  }

  #page-header-mobile .mobile-menu-logo-wrapper
  {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  #page-header-mobile-opener
  {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    font-size: 18px;
    vertical-align: middle;
    display: block;
    background: #d92957;
    color: #ffff;
    padding: 11px 13px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
  }

  #page-header-mobile-opener.is-opened
  {
    left: 80%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    /*border-radius: 50%;*/
  }
  #page-header-mobile-opener.is-opened:before
  {
    content: "\f00d";
  }

   #page-header-mobile .page-header-menu:hover,#page-header-mobile .page-header-menu:active
  {
      color: #b23052;
      text-decoration: none;
  }

  #page-header-mobile .page-header-menu:before
  {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 12px;
  }

  #partner-with-cubby-sub-menu-info, #partner-with-cubby-sub-menu-detail
  {
      font-size: 13px;
      padding: 6px 12px;
  }

  #partner-with-cubby-page-slide
  {
    padding-top : 54px;
  }

  /*Landing page ends*/  

  /*Partner with cubby css start*/
  #partner-with-cubby-section-1 .card:after
  {
    display: none;
  }
  .partner-with-cubby-header-text
  {
    font-size: 1.6rem;
  }

  .partner-with-cubby-header-sub-text
  {
    font-size: 1rem;
  }
  /*Partner with cubby css end*/

  /*Our Story CSS Start*/
  #our-story-background-image
  {
    height: 40vh;
    margin-bottom: 20px;
  }

  #our-story-section-1
  {
    margin-top: 16px;
  }

  #our-story-section-1 .section-main-heading
  {
        margin-bottom: 16px;
        font-size: 1.5rem;
  }
  /*Our Story CSS End*/

  #landing-page-cancellation-policy-container #cancellation-policy-section-1,#landing-page-terms-of-service-container #terms-of-service-section-1,#landing-page-privacy-policy-container #privacy-policy-section-1
{
  background-color: rgba(178,48,82,0.04);
  padding-top: 72px;
}

#landing-page-cancellation-policy-container .section-desc-text, #landing-page-terms-of-service-container .section-desc-text, #landing-page-privacy-policy-container .section-desc-text
{
  text-align: left;
}


} 


@media (min-width: 576px) 
{
/*Landing page starts*/
  
/*Landing page ends*/
}

@media (max-width: 576px) 
{
/*Landing page starts*/
  #subscribe-newsletter-form
  {
    padding-left: 0px;
    padding-right: 0px;
  }

  #subscribe-email-button
  {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }  

  .footer-text-links
  {
    display: block;
    margin: 0px;
  }
/*Landing page ends*/

   /*Partner with Cubby CSS started*/
  .want-to-get-started-input
  {
    display: block !important;
    width: 100% !important;
    border-radius: 30px !important;
    border:1px solid #ddd !important;
  }

  #want-to-get-started-button
  {
    position: relative;
  }
  #want-to-get-started-name,#want-to-get-started-zip-code
  {
    margin-bottom: 1rem;
  }

  #want-to-get-started-email
  {
    padding: .375rem .75rem !important;
      text-indent: 24px !important;
  }
  /*Partner with Cubby CSS end*/

  /*Contact Page*/
  .landing-page-contact-header-text
  {
    font-size: 24px;
    margin-top: 6px;
  }

  .landing-page-contact-sub-header-text, .landing-page-contact-sub-header-text a
  {
    font-size: 18px;
    color: #000;
  }
  /*Contact Page Ends*/
  #landing-page-contact-slide
  {
    padding-left: 12px;
  }

  .download-now-anchor:first-child
  {
    margin-bottom: 24px;
    
  }

  .download-now-img
  {
      width: 80%;
  }



}


@media (min-width: 768px) 
{
  /*Landing page starts*/
  #features #card-wrapper, #cubby-benefits #cubby-benefits-card-wrapper, #why-use-cubby #why-use-cubby-card-wrapper
  {
    padding: 0px 60px;
  }

  .cubby-lp-cards-wrapper
  {
    padding: 0px 60px; 
  }
  

  .cubby-lp-cards-wrapper
  {
    padding: 0px 60px;  
  }

  .md-mt-0
  {
    margin-top: 0px;
  }
  /*Landing page ends*/
}

@media (min-width: 992px) 
{ 
/*Landing page starts*/
.m-b-42
{
  margin-bottom: 42px;
}

#how-yaycare-works .section-img
{
  max-width: 90%;
}

.partner-with-cubby-section-card-wrapper
{
  width: 14.2857%;
  -ms-flex: 0 0 14.2857%;
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}
#partner-with-cubby-section-1 .section-main-heading
{
  font-size: 2.2rem;
}
/*Landing page ends*/
}

@media (min-width: 1200px) 
{ 
/*Landing page starts*/
  #subscribe-newsletter-form
  {
    padding: 0px 80px;
  }
/*Landing page ends*/
}
/*Ends CSS Media Query*/