.header-hamburger-icon {
	display: none !important;
}
.web {
	display: flex !important;
}
.mobile {
	display: none;
}
span.mob-menu-arrow {
	display: none;
}
@media only screen and (min-width:800px) {
	header ul.header-menu-lists li.hasSubmenu ul {
		box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 19%);
	}
	header ul.header-menu-lists li.platform-menu ul {
		min-width: 180px;
	}
}
@media only screen and (min-width:500px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width:780px) {
	span.mob-menu-arrow img {
		width: 17px;
	}
	span.mob-menu-arrow {
		padding: 10px;
		display: block;
		position: absolute;
		right: 0;
		top: 15px;
	}
	.contact-info-column .section-title {
		margin-top: 0;
		padding-top: 100px;
	}
	.header-menu-lists li.hasSubmenu > a:after {
		display: none;
	}
	header .intelligeni-button {
		display: none;
	}
	header.intelligeni-header {
		height: 70px;
	}
	a.header-logo img {
		max-width: 120px;
	}
	.inner-wrapper {
		padding: 0 20px;
	}
	.header-menu-wrapper {
		top: 0;
		right: 0;
		z-index: 2222;
		width: 100%;
		height: 100%;
		position: fixed;
		padding: 50px 25px;
		display: none;
		overflow-y: auto;
		background-color: #FFFFFF;
		-webkit-transform: translate3d(100%,0%,0);
		transform: translate3d(100%,0%,0);
		transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
	}
	.loaded .header-menu-wrapper {
		display: block;
	}
	.header-menu-wrapper.active {
		-webkit-transform: translate3d(0,0%,0);
		transform: translate3d(0,0%,0);
	}
	.header-hamburger-icon {
		z-index: 2222;
		width: 20px;
		height: 20px;
		display: block !important;
		cursor: pointer;
		right: 20px;
		border-radius: 0px;
		position: absolute;
	}
	.header-hamburger-icon span {
		left: 0px;
		opacity: 1;
		width: 20px;
		height: 2px;
		display: block;
		border-radius: 2px;
		position: absolute;
		background-color: #ea1f27;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}
	.header-hamburger-icon span:first-child {
		top: 1px;
	}
	.header-hamburger-icon span:nth-child(2) {
		top: 8px;
	}
	.header-hamburger-icon span:nth-child(3) {
		top: 15px;
		width: 14px;
		right: 0;
		left: auto;
	}
	.header-hamburger-icon.open span:first-child {
		top: 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.header-hamburger-icon.open span:nth-child(2) {
		width: 0;
		opacity: 0;
	}
	.header-hamburger-icon.open span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header-hamburger-icon.open span:nth-child(3) {
		width: 20px;
		right: auto;
		left: 0;
	}
	.header-menu-wrapper ul {
		display: block;
	}
	.header-menu-lists li > a {
		padding: 25px 20px;
		display: inline-block;
	}
	.header-menu-lists > li > a:before {
		bottom: 16px;
	}
	header ul.header-menu-lists li.hasSubmenu ul {
		opacity: 1;
		position: relative;
		top: 0;
		display: none;
		visibility: visible;
		-webkit-transition: all 0s;
		transition: all 0s;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	h4.other-teams {
		font-size: 18px;
	}
	.inner-page {
		margin-top: 70px;
	}
	.header-menu-lists > li > a:hover:before,
	.header-menu-lists li.hasSubmenu ul a:hover:before {
		width: 0px;
	}
	.header-menu-lists > li > a.active:before,
	.header-menu-lists li.hasSubmenu ul a.active:before {
		width: 20px !important;
	}
	.header-menu-lists li {
		margin: 0 0%;
		text-align: left;
		position: relative;
	}
	.banner-content {
		padding: 0 20px;
	}
	.banner-content h1,
	.platform-banner-section .banner-content h1 {
		font-size: 36px;
		line-height: 45px;
	}
	body .about-banner-section .banner-content h1 {
		font-size: 33px;
		line-height: 45px;
	}
	.howitworks-step {
		width: 100%;
		margin: 0 0 30px 0;
		position: relative;
		padding-bottom: 50px;
	}
	.banner-content p,
	.platform-banner-section .banner-content p {
		font-size: 18px;
	}
	.howitworks-others-steps-wrapper,
	.features-card-wrapper {
		display: block;
	}
	.howitworks-others-step {
		width: 100%;
		margin-right: 0;
		padding: 25px;
		margin-bottom: 20px;
	}
	.features-card {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.article-card {
		width: 100%;
		margin-right: 0%;
	}
	section.articles-lists-section {
		padding: 40px 0	;
	}
	.about-info-section {
		padding: 60px 0;
	}
	.contact-banner-section {
		padding: 0px 0 40px 0;
		background-image: none;
		background-color: #FFFFFF;
	}
	.contact-form-column {
		width: 100%;
	}
	.contact-box {
		padding: 30px 20px 10px 20px;
	}
	.contact-info-column {
		width: calc(100% + 40px);
		padding: 0px 20px 140px 20px;
		background-image: linear-gradient(
			67deg
			, #096c98 0%, #2a3a65 100%);
		margin-left: -20px;
		margin-right: -20px;
	}
	.implementation-section .section-title {
		margin-bottom: 20px;
	}
	.contact-form-column {
		width: 100%;
		margin-top: -100px;
	}
	.contact-banner-section .inner-wrapper {
		display: block;
	}
	.about-team-section {
		padding: 60px 0 30px 0;
	}
	.team-lists-wrapper {
		display: block;
	}
	.team-card {
		width: 100%;
		margin: 0 0 42px 0;
	}
	.article-card-content {
		padding: 20px 20px;
	}
	.articles-lists-section .see-all-btn {
		margin-top: 20px;
	}
	section.about-banner-section {
		height: 250px;
	}
	.article-card-header h4 {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 6px;
	}
	.article-card-header {
		width: 100%;
		background-size: cover;
		padding: 20px 20px;
	}
	.articles-lists-section .inner-wrapper {
		display: block;
	}
	.article-card-content p {
		margin: 0px 0 20px 0;
	}
	.resources-info-section .section-title {
		line-height: 34px;
	}
	.solutions-info-section {
		padding: 50px 0;
	}
	.solutions-image {
		margin: 0;
	}
	.resources-info-section p {
		margin: 35px 0;
	}
	.features-card.col3 {
		width: 100%;
	}
	.features-section {
		padding: 60px 0 30px 0;
	}
	.howitworks-step h4, .howitworks-others-step h4,
	.features-card-content h4 {
		font-size: 21px;
	}
	.howitworks-step h4,
	.howitworks-step p{
		display: block;
		text-align: center;
	}
	.howitworks-step:last-child {
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.sol-image-wrapper.digital-enterprise-image {
		background-image: none;
		background: url(../images/for-the-digital-enterprise-BG.png) no-repeat;
		background-size: cover;
		background-position: center right 48%;
	}
	.howitworks-step:after {
		content: '';
		position: absolute;
		right: auto;
		top: auto;
		transform: translateY(0) rotate(
			90deg
			);
		background: url(../images/right-angle.png) no-repeat;
		width: 25px;
		height: 32px;
		background-size: cover;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.howitworks-steps-wrapper {
		display: block;
	}
	.platform-banner-section {
		background: url(../images/mobile-platform-bg.png) no-repeat;
		background-size: cover;
		background-position: right;
	}
	.content-wrapper br {
		display: none;
	}
	.content-wrapper p br {
		display: block;
	}
	.about-info-section p br,
	.content-wrapper .banner-content p br {
		display: none;
	}
	body .section-title {
		font-size: 23px;
		margin-bottom: 40px;
	}
	.advantage-card {
		padding-bottom: 90px;
		margin-bottom: 20px;
	}
	.advantage-lists {
		display: block;
	}
	.advantage-card {
		width: 100%;
	}
	.why-and-what-card {
		width: 100%;
	}
	.advantage-card .adv-icon img {
		display: block;
		max-width: 50px;
	}
	.what-and-why-section .inner-wrapper,
	.getintouch-section .inner-wrapper {
		display: block;
	}
	section.what-and-why-section {
		padding: 80px 0 40px 0;
	}
	.getintouch-section h4 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.most-implementation-section p br {
		display: none;
	}
	.most-implementation-section p span{
		display: block;
		padding-bottom: 10px;
	}
	.getintouch-section {
		padding: 60px 0;
	}
	.why-and-what-card-header {
		height: 85px;
		background-size: cover;
		padding: 15px 30px;
	}
	.why-and-what-card {
		margin-bottom: 30px;
	}
	.why-and-what-card-content h4 {
		font-size: 19px;
	}
	footer.intelligeni-footer .inner-wrapper {
		display: block;
	}
	.footer-menu-column {
		width: 100%;
		display: block;
	}
	.footer-logo-column img {
		max-width: 100px;
	}
	.forms .field {
		margin-bottom: 20px;
	}
	.header-menu-lists li > a.mobile {
		display: inline-block !important;
	}
	.web {
		display: none !important;
	}
	.mobile {
		display: flex !important;
	}
	.footer-menu-column ul {
		width: 50%;
		margin: 20px 0 30px 0;
	}
	.footer-social-link li {
		margin-right: 12px;
	}
	.footer-social-links-column img {
		display: block;
		max-width: 25px;
	}
	.copyrights-wrapper p, 
	.copyrights-wrapper p a {
		color: #a7a8ab;
		font-size: 11px;
		text-align: center;
	}
	.footer-menu-column ul li a {
		font-size: 15px;
	}
	.footer-social-links-column {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.copyrights-wrapper.inner-wrapper.mobile {
		margin: 0;
		padding: 0;
		justify-content: center;
	}
	footer.intelligeni-footer {
		padding: 40px 0 30px 0;
	}
	.implementation-section {
		padding: 30px 0 60px 0;
	}
	.implementation-steps-wrapper {
		padding: 25px;
		display: block;
		margin-top: 40px;
	}
	.implementation-step {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		padding: 25px;
	}
	.most-implementation-section {
		padding: 40px 0;
	}
}