#nav-logo {
    width: auto;
	margin-top: 25px;
}
.navbar-custom{
	background: #fff !important;
}
.navbar-nav>li>a{
	color: #000 !important;
	font-weight: 600;
}
#partner-main{
	width: 100%;
	background: #000;
	color: #fff;
	padding-top: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.partner-main-text h1{
	font-weight: 700;
    font-size: 52px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.partner-main-text p{
	font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
}
.partner-main-form{
	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.partner-main-form h1{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
}
#partner-signup input{
	border-radius: 0;
}
#partner-signup p{
	margin-top: 20px;
    font-size: 12px;
    color: #666666;
}
#partner-signup a{
	font-weight: 600;
    color: #F1826B;
}
#partner-signup #partner-register{
	background: #F1826B;
	border-radius: 4px;
	padding: 8px 16px;
	width: 100%;
	transition: 0.2s ease all;
	border: 0;
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
}
#partner-signup #partner-register:hover{
	background: #c36754;
}
#why-localserves{
	padding: 30px 0;
	border-bottom: 1px solid #B2B2B2;
}
#why-localserves{
	padding: 30px 0;
}
#why-localserves .p-header {
	margin-bottom: 30px;
	font-size: 26px;
	margin-left: 35px;
}
#why-localserves h1 {
	font-weight: 700;
	font-size: 16px;
}
#why-localserves p{
	color: #666;
	font-size: 14px;
}
#why-localserves-details{
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #B2B2B2;
}
#why-localserves-details img{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#why-localserves-details h1{
	font-weight: 700;
	font-size: 37px;
	color: #000;
}
#why-localserves-details p{
	color: #666;
	font-size: 14px;
}
#why-localserves-details .img-partner{
	min-height: 280px;
}
.partner-why-text,
.partner-why-details{
	margin: 0 10%;
}
#localserves-improve{
	margin-top: 70px;
	padding-bottom: 50px;
	border-bottom: 1px solid #B2B2B2;
}
#localserves-improve h1{
	color: #000;
	font-weight: bold;
	font-size: 32px;
	margin-top: 0;
}
#localserves-improve p{
	margin-top: 30px;
	color: #666;
	font-weight: 500;
	font-size: 16px;
}
.img-partners{
	height: 90px;
	display: grid;
	place-content: center start;
}
#localserves-improved{
	margin-top: 70px;
	padding-bottom: 70px;
}
#localserves-improved p{
	margin-top: 30px;
	color: #666;
	font-weight: 500;
	font-size: 14px;
}
#localserves-improved .img-partners{
	min-height: auto;
}
#partner-with-localserves{
	background-color: #D75746;
	border-radius: 10px;
	padding: 30px 20px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	margin-top: 10px;
}
#partner-with-localserves h1{
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}
#partner-with-localserves button{
	background-color: #F1826B;
	padding: 10px 20px;
	text-align: center;
	border: none;
	box-shadow: none;
	transition: 0.5s ease all;
	color: #fff;
}
#partner-with-localserves button:hover{
	background: #d0725e;
}
footer{
	background-color: #E84C3D;
	padding: 60px !important;
	color: #fff;
	margin-top: 50px;
}
footer a,
footer a:hover{
	color: #fff;
}
#footer-partner{
	padding-bottom: 60px;
	border-bottom: 1px solid #ffffff61;
}
.img-footer{
	display: inline-block;
}
.img-footer img{
	display: inline-block;
	margin-right: 20px;
}
#footer-text{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
}
#footer-partner h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer-text p,
#footer-text img{
	display: inline-block;
}
#footer-logo{
	margin-bottom: 50px;
}
#footer-about p{
	margin-bottom: 20px;
	font-size: 13px;
}
#footer-social img{
	margin-right: 20px;
}


/*** Input Field Style ***/
.form-partner {
	margin: auto;
	padding: 20px 16px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	border-radius: 3px;
	background: #fff;
}  

.form-partner::placeholder {
	color: #b2b2b2;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
} 

.form-partner:focus{
	border: solid 0.5px #f1826b !important;  
}  

.form-partner:focus::placeholder {
	color: transparent;
	background: #fff !important;        
} 

.focus{
	border: solid 0.5px #f1826b !important; 
	border-radius: 3px;
	background: #fff !important;
}

.focus-err{
	border: solid 0.5px #e5e5e5 !important;
	border-radius: 3px;
}  

.field-wrapper{
	display: block;
	position: relative;
}

.field-wrapper.focused label {
	background: #fff !important;
	color: #f1826b !important;
	transition: all .2s linear;
	top: -17px;
	font-size: 12px;
}  
.field-wrapper.focused .form-partner {
	background: #fff !important;
}
.field-wrapper label {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	position: absolute;
	top: 0px;
	display: inline-block;
	color: #b2b2b2;
	background: #fff;
	margin: 8px 5px;
	line-height: 1.4em;
	padding: 0 10px;
	transition: all .2s linear;
	text-transform: capitalize;
}

.partners-section .partners-header {
	margin-bottom: 30px;
}

#localserves-improve.partners-section p {
	font-size: 14px;
}

.img-partners img {
	max-height: 90px;
}

.partner-main-form .captcha {
	padding-bottom: 0;
}

.partner-main-form #partners_reCaptcha > div {
	margin: 0 auto;
}

@media only screen and (max-width: 1024px){
	#nav-logo {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px){
	#nav-logo {
		width: auto;
		margin-top: 5px;
	}
	.navbar-right {
		background: #fff;
		color: #000;
	}
	#why-localserves-details img{
		width: 50%;
	}
	.img-partner img{
		width: 50%;
	}
	#partner-details{
		text-align: center;
	}
	#partner-details img,
	footer img{
		text-align: center;
		margin: 0 auto;
	}
	#partner-with-localserves button{
		margin-top: 30px;
	}
	footer{
		padding: 50px 0 !important;
		text-align: center;
	}
	.img-footer img{
		margin-right: 0;
	}
	#footer-about,
	#footer-social{
		margin-top: 40px;
	}
	#footer-logo {
		margin-bottom: 30px;
	}	
	#footer-social img{
		margin-right: 0;
		padding: 0 5px
	}
	#footer-text{
		padding-bottom: 10px;
	}
	#why-localserves-details .img-partner {
		min-height: auto;
	}
	.partner-main-text h1 {
		font-size: 32px;
	}
	.img-partners {
		place-content: center;
	}
	.improved-details {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px){
	.partner-main-text h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#footer-text p{
		font-size: 12px;
	}
	#localserves-improve h1{
		font-size: 26px;
	}
}
@media only screen and (max-width: 376px){
	.partner-main-text h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 321px){
	.partner-main-text h1 {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	#partner-signup p{
		font-size: 10px;
	}
	.partner-main-text p{
		font-size: 11px;
	}
}