	form.search-form{
		background-color: white;
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: #9B8A45;
		box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding-bottom: 19px;
		padding-top: 20px;
	}
	.eicon-menu-bar{
		color: #333!important;
	}
	.searchform-row{
		margin: 19px;
    	padding-top: 4px;
	}
	.form-control, label{
		font-size: 15px;
	}
	.form-control.btn
	{
		color: #ffffff;
		font-size: 19px;
		font-weight: 600;
		width: 150px;
        background: #F342B1;
        padding: 5px 10px 19px;
        border-radius: 6px;
       text-align: center;
	}
	.form-control.btn:hover
	{	
		background:#333;
		color: #ffffff;
	}
	a.contact-form
	{
		background-color: #F342B1;
		color: #ffffff;
		text-align: center;
		font-size: 19px;
		font-weight: 600;
		border: unset;
		width: 143px;
		text-decoration: none;
		padding: 5px 26px 9px;
		cursor: pointer;
		border-radius: 6px;
	}
	a.contact-form:hover {
		background: #333;
	}
	.inner-top-section{
		padding: 32px;
	}
	.top-section{
		margin-top: 36px;
		background-color: #000;
		color: #ffffff;
		margin: 0px 13px;
	}
	.inner-nannies-section h4{
		 font-size: 24px;
	}
	.icons-list {
		margin-left:0!important;
	}
	.icons-list li{
		line-height: 20px;
		display: inline-block;
		color: #F342B1;
		margin: 11px;
		font-size: 22px;
		margin-left: 0!important;
	}
	a.read-more{
		background-color: #9B8A45;
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		border: unset;
		text-decoration: none;
		padding: 9px 16px 11px;
		cursor: pointer;
		border-radius: 6px;
	}
	a.read-more:hover{
		background-color: #000;
		color: #ffffff;
	}
	img.nanny_image{
		margin:13px;
	}
	.aligns {
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: #9B8A45;
		box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin: 0 8px;
		width: 100%;
		padding: 15px 0;
		margin-bottom: 2rem;
	}
	.nannies-section{
		margin-top:20px;
	}
	.blurclass{
		-webkit-filter: blur(5px);
		pointer-events: none;
	}
	.inner-nannies-section {
		margin: 0 7px!important;
	}
	@media (min-width: 1200px) {
		#breadcrumbs {
			padding: 5px 25px!important;
		}		
	}
	@media (max-width: 1200px) {
		img.nanny_image {
			width: 127px!important;
		}		
	}