.navbar-links{
	font-size: 14px;
}


.business-solutions-leftblock .businesssolutions-image,
.ecommerce-image{
	max-width: none;
	max-height: 382px;
}

.contactform-submitbtn{
	text-decoration: none;
}
.not-active {
    pointer-events: none;
    cursor: default;
    background-color: #afafaf !important;
}
.contact-submit{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-form-fail p{
	margin-bottom: 0;
}
@media (max-width: 1600px){
	.business-solutions-leftblock .businesssolutions-image,
	.ecommerce-image{
		max-width: 71%;
		max-height: none;
	}
}
@media (max-width: 991px){
	.business-solutions-leftblock .businesssolutions-image,
	.ecommerce-image {
	    max-width: 85%;
	}
}