body{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

*{
  font-family:"sofia-pro",sans-serif;
  box-sizing: border-box;
}

::placeholder{
	color: #AFB5C7;
}

ul,li{
	list-style: none;
}

header{
	background-image: url('../assets/header_bg.png');
	background-size: cover;
	height: 582px;
	width: 100%;
}


.mainWrapper{
	width: 100%;
}
/*---MENU---*/
.menu{
	display: flex;
	justify-content: space-between;
	padding: 34px 126px;

}

.logo{
	flex-grow: 2;
	/*margin-top: 9px;*/
	cursor: pointer;
	background-image: url(../assets/logo.png);
	width: 127px;
	height: 29px;
	background-repeat: no-repeat; 
	align-self: center;
}

.menuItems{
    color: #D8DBE4;
    font-size: 14px;
    padding-top: 13px;
    white-space: nowrap;
}

.menuItems a{
	margin-right: 17px;
	cursor: pointer;
	color:#fff;
	text-decoration:none; 
}

.demoRequestBtn{
	text-decoration: none;
	display: block;
	background-color: #4C7AFF;
	width: 175px;
	height: 45px;
	border: none;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    background-image: url(../assets/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: 138px 14px;
    cursor: pointer;
   	transition: background-color 0.5s ease;
}

.demoRequestBtn.mobile{
	margin: 30px auto;
    display: none;
    
    
    width: 175px;
    height: 45px;
    border: none;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    background-image: url(../assets/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: 138px 14px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

#showMenu {
	display: none;
}

#showMenu:checked ~ .sideMenu { 
	width: 339px;
}

.closeIcon{
    background-image: url(../assets/icon_close.svg);
    width: 29px;
    height: 29px;
    display: block;
    position: relative;
    left: 290px;
    top: 23px;
    cursor: pointer;
}
.sideMenu{
	width: 0;
	height: 100vh;
	background-color: white;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in;
	z-index: 14;
	box-shadow: 0px 0px 14px 0px #ACA8A8;
}
.sideMenu ul{
    margin-top: 7px;
    margin-bottom: 28px;
    padding-left: 45px;
    line-height: 32px;
}

.sideMenu ul li{
	color: #5A5E6A;
	font-size: 17px;
	position: relative;
	cursor: pointer;
}
.sideMenu ul li:hover,
.sideMenu ul li:not(.title):hover{
	opacity: 0.7;
}

.sideMenu ul li.title{
	color: #82868F;
	/*border-bottom: 2px solid #4C7AFF;*/
	font-size: 14px;
	display: inline-block;
}

.sideMenu ul li.title:after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #4C7AFF;
    height: 2px;
    width: 51px;
}

.sideMenu ul li input{
	width: 267px;
    height: 46px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 21px;
    font-size: 16px;
    border: 1px solid #BBC4D9;
}
.sideMenu .demoRequestBtn{
    width: 148px;
    height: 46px;
    margin-left: 44px;
    background-position: 107px 14px;
    line-height: 43px;
    margin-top: -12px;
}

.sideMenu .demoRequestBtn span{
	position: relative;
	left: -6px;
}

/****Menu design on scroll****/
.scrolling + .scrolledMenu{
	display: block;
}

.scrolledMenu{
	display: none;
}
.menuInside{
	background-color: #fff;
    position: fixed;
    display: flex;
    width: 100%;
    height: 90px;
    top: 0;
    box-sizing: border-box;
    z-index: 12;
    box-shadow: 0px 0px 14px 0px #ACA8A8;
    transition: all 0.5s ease-out;
    padding: 23px 126px;
}

.scrolledMenu .logo{
	background-image: url(../assets/logo_blue.png);
	margin-top: 13px;
}

.scrolledMenu .menuItems a{
	color: #4C7AFF;
}

.scrolledMenu .menuBtn{
  background-image: url(../assets/menu_blue.svg);
}

.scrolledMenu .menuItems a.selected{
	border: 3px solid #4C7AFF;
}

.demoRequestBtn:hover{

	background-color: #02CEFF;

}

.demoRequestBtn span{
	position: relative;
    left: -9px;
}

.menuBtn{
	margin-left: 19px;
	position: relative;
    top: 11px;
    background-image: url(../assets/menu.svg);
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.mainTitle{
	font-size: 67px;
	font-weight: bold;
	text-align: center;
	margin-top: 64px;
	color: #fff;
}
.mainTitle .part{
	display: inline-block;
	position: relative;
}
.part .your{
	position: absolute;
    bottom: -2px;
    left: 6px;
    padding: 0px 7px;
    height: 14px;
    line-height: 15px;
    font-size: 14px;
    white-space: nowrap;
    border-left: 3px solid;
    font-weight: normal;

}

.subtitle{
	font-size: 26px;
    text-align: center;
    color: #fff;
    margin-top: 19px;
    font-weight: 100;
}


.scrollDown{
	text-align: center ;
	display: block;	
	margin-top: 114px;
	cursor: p 
}
/*---the guiding colors---*/
.blue span,
.blue.title{
	color: #02CEFF;
	border-color: #02CEFF;
}

.blue:after{
	background-color: #02CEFF;
	color: #02CEFF;
}


.yellow span,
.yellow.title{
	color: #FFCC01;
	border-color: #FFCC01;
}

.yellow:after{
	background-color: #FFCC01;
	color: #FFCC01;
}


.pink span,
.pink.title{
	color: #FC0374;
	border-color: #FC0374;
}

.pink:after{
	background-color: #FC0374;
	color: #FC0374;
}

/*DATA Section*/

.dataSection{
	display: flex;
	justify-content: space-between;
	padding: 141px 126px 437px;
	position: relative;
}

/*.textSide{
	width: 50%;
}*/

.textSide .title{
	font-size: 32px;	
	position: relative;
	margin-top: -13px;
    display: block;
}

.textSide .title:after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 51px;
	height: 3px;
}

.textSide p{
    max-width: 500px;
    line-height: 27px;
    font-weight: lighter;
    margin-top: 25px;
    font-size: 18px;
}

.textSide .extraTxt{
    font-weight: normal;
    display: block;
    margin-top: -4px;
    margin-bottom: 30px;
    font-size: 18px;
}

.notice{
    margin-left: 160px;
    margin-top: 15px;
}

.notice span{
    display: block;
    transform: rotate(8deg);
    font-size: 14px;
    position: relative;
    left: -36px;
    top: 20px;
    white-space: nowrap;
    /*animation: notice 2s infinite;*/
}


/*@keyframes notice {
    0% {    font-size: 14px;}
    50% {    font-size: 16px}
    100% {    font-size: 14px;}
}*/
.imgWrapper{

}
.dataSection .imgSide{
    width: 50%;
    max-width: 760px;
    background-image: url(../assets/data.png);
    position: absolute;
    right: 0;
    max-height: 640px;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
}




/*E-commerce Section*/

.ecommerce{
    max-width: 1189px;
    height: 250px;
    background-color: #F7F7F7;
    position: relative;
    display: flex;
    margin: 0 126px;
    box-sizing: border-box;
}

.ecommerce .textSide{

}

.ecommerce .imgSide{
    z-index: 10;
	flex-shrink: 5;
}

.ecommerce .imgSide img{
	max-width: 528px;
	width: 100%;
    position: relative;
    top: -43px;
    left: -14px;
}

.ecommerce:after{
	content: '';
    background-image: url(../assets/main_line.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-position: right top;
}

.ecommerce .textSide{
    /*margin-left: 524px;*/
    padding: 43px 47px;
    position: relative;

}

.title {
	color: #4C7AFF;
	font-size: 32px
}

.ecommerce .title:after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 51px;
	height: 3px;
	background-color: #4C7AFF;
}

.ecommerce .textSide p{
	max-width: 500px;
}

.ecommerce .notice{
    position: absolute;
    right: -40px;
    top: -93px;
}
/*Loyalty Section*/


.loyaltySection{
	display: flex;
	justify-content: space-between;
	padding: 311px 126px 377px;
	position: relative;
}

.loyaltySection .imgSide.loyalty{
	width: 50%;
    max-width: 760px;
    background-image: url(../assets/loyalty.png);
    position: absolute;
    right: 0;
    max-height: 640px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -20px;
}

.loyaltySection .textSide{
	width: 50%;
	padding-right: 30px;
}
.loyaltySection .imgSide.loyalty img{
/*	    right: 0;
    position: absolute;*/
}


.slideDots ul{
    padding: 0;
	margin: -13px auto;
    text-align: center;
    margin-left: 139px;

}

.slideDots ul li{

	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background-color: #DBCDE6;
	border-radius: 50px;
	cursor: pointer
}
.slideDots ul li.selected{
	background-color: #A358DF;
}
/**/
.title.purple{
	color: #A358DF;
}
.purple.title:after{
	content: '';
	background-color: #A358DF;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 51px;
	height: 3px;
}
.loyaltySection p{
	max-width: 500px;
	margin-bottom: 30px; 
}


.slide > div{
	display: inline-block;
	height: 13px;
	margin-top: 17px;
	cursor: pointer;
}
.slide > div:hover{
	opacity: 0.8;
}
.slide .leftPurple{
	background-image: url(../assets/left_purple.svg);
	width: 26px;
	margin-right: 15px; 

}

.slide .rightPurple{
	background-image: url(../assets/right_purple.svg);
	width: 54px;
}


.separator{
	background-image: url(../assets/main_line.svg);
	margin: 0 auto;
	text-align: center;
    height: 4px;
    width: 389px;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 216px;
}

/*CRM Section*/
.crmSection{
    max-width: 1387px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 120px 0 50px;
}

.imgSide.crm{
	margin-right: 27px;
}
.imgSide.crm img{
	width: 100%;
}
.crmSection .textSide{
    position: relative;
}



/*Tools Section*/

.toolsSection{
    margin: 100px auto;
    margin-bottom: 175px;

    display: flex;
    justify-content: space-between;
    padding: 141px 126px 0px;
    position: relative;
}

.toolsSection .title{
	margin: 0;
	padding: 0;
    font-size: 55px;
    font-weight: bold;
    position: relative;
	height: 192px;
}

.title li {
    height: 57px;
}
.toolsSection .title:after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 51px;
	height: 3px;
	background-color: #4C7AFF;
}
.toolsSection .title > span{
	display: none;
}
.titles{
	padding-right: 30px;
}
.titles p{
    margin: 24px 0;
    font-size: 24px;
    font-weight: 100;
    width: 270px;
    line-height: 29px;
	color: #4C7AFF;
}

.toolsItems{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 19px;
    width: auto;
}

.tool{
    display: inline-block;
    /*min-width: 300px;*/
    margin-bottom: 43px;
    max-width: 320px;
}

.tool:nth-child(odd) {
    padding-right: 65px;
}

.toolTitle{
    font-size: 18px;
    color: #5A5E6A;
    margin-top: 8px;
    line-height: 20px;
    font-weight: 500;
}

.toolDisc{
    line-height: 24px;
    margin-top: 5px;
    color: #5A5E6A;
    font-weight: 100;
    font-size: 15px;
    line-height: 23px;
}

/*----Customer Selection----*/
.customerSelection{
	position: relative;
	margin: 0 auto;
	text-align: center;
    padding: 0 126px;
}

.customerSelection .title{
	position: relative;
}

.customerSelection .title:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: calc(50% - 25px);
    width: 51px;
    height: 3px;
}

.arrow_yellow img{
	position: relative;
    right: 62px;
    top: 4px;
}

.customerSelection .subtitle{
	color: #5A5E6A;
	font-size: 18px;
	margin-top: 25px;
}

.customersLogo{
    background-image: url(../assets/customers_bg.png);
    max-width: 1317px;
    background-size: 100% 260px;
    width: 100%;
    margin: 16px auto;
    background-repeat: no-repeat;
    white-space: nowrap;
    height: 260px;
}

.customersWrapper{
	overflow: hidden;
}
/*.customersWrapper > div{
    display: inline-block;
    border-left: 1px solid #CDD8F3;
    border-right: 1px solid #CDD8F3;
    margin: 70px 45px;
    padding: 0px 45px;
    width: 200px;
    height: 110px;
}*/
.customerItem{

    display: inline-block;
    border-left: 1px solid #CDD8F3;
    border-right: 1px solid #CDD8F3;
    margin: 54px 32px;
    padding: 0px 32px;
    width: 170px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.customerItem img {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.customersLogo .customerItem:first-child{
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 0;
}
.customersLogo .customerItem:last-child{
	border-right: 0;
	border-left: 0;
	margin: 0;
	padding: 0;
}
/*.customersLogo ul{
    height: 249px;
    margin: 0 141px;
    padding: 0;
}
.customersLogo li{
	display: inline-block;
    align-self: center;
}

.customersLogo li:last-child{
	border-right:none;
}*/

.verticalSeparator{
	width: 1px;
	height: 102px;
	background-color: #CDD8F3;
	margin: 0 65px;

}
/*----Form---*/

.formSection{
    display: flex;
    justify-content: space-between;
    max-width: 1188px;
    margin: 347px auto;
    margin-bottom: 288px;
    position: relative;
    padding: 0 126px;
}

.formSection .titles{
    width: 340px;
    color: #4C7AFF;
    padding-right: 30px;
}

.formSection .title{
    font-size: 55px;
    font-weight: bold;
    display: block;
    margin-top: -19px;
    line-height: 56px;
    position: relative;
}
.formSection .titles p {
	width: 100%;
	margin-top: 39px; 
}
.formSection .title:after{
	content: '';
	position: absolute;
    bottom: -20px;
	left: 0;
	width: 51px;
	height: 3px;
	background-color: #4C7AFF;
}

.go{
	margin-top: -4px;
}

form{
width: 622px;
}

form input,select{
    display: block;
    border: 1px solid #BBC4D9;
    background: #fff;
    padding-left: 16px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 0;
    outline: none;
}
select{
    background: url(../assets/select.svg) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 590px;
    color: #5A5E6A;
}
.inputFlex{
	display: flex;
	justify-content: space-between;
	width: 622px;
}
.first-name,
.last-name{
	width: 303px;
	display: inline-block;
}
.submit{
    margin-top: 9px;
    background-color: #4C7AFF;
    width: 198px;
    height: 51px;
    border-radius: 50px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-image: url(../assets/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: 157px 17px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.submit span{
	position: relative;
    left: -7px;
    font-size: 15px;
    top: -1px;
}

/*newsletter*/

.newsletter{
	background-image: url(../assets/newsletter_bg.png);
	height: 149px;
	margin: 0 auto;
	display: flex;
	position: relative;
	margin: 0 126px;

}

.newsletter .titles{
	align-self: center;
    margin-left: 38px;
}

.newsletter .title{
	font-size: 24px;
	color: #A358DF;
}

.newsletter .subtitle{
	font-size: 18px;
	color: #5A5E6A;
	font-weight: lighter;
	text-align: left;
	margin-top: 0; 
	position: relative;
    top: -7px;
}

.newsletter input{
    height: 48px;
    width: 386px;
    padding: 15px 18px;
    box-sizing: border-box;
    margin-left: 29px;
    font-size: 16px;
    border: 1px solid #BBC4D9;
}
.newsletter .inputHolder{
    align-self: center;
}

.newsletter button{
    background-color: #A358DF;
    width: 138px;
    height: 48px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    align-self: center;
    margin-left: 18px;
    margin-right: 27px;
}
.arrowPurple{
    position: absolute;
    right: 29px;
    top: -27px;
    z-index: 10;
}

/*----Foorer----*/

footer{
	background-image: url(../assets/footer_bg.png);
	width: 100%;
    height: 304px;
    margin-top: 256px;	
    display: flex;
    justify-content: space-between;	
}
footer .logo{
	flex-grow: 0;
}
.social{
	font-size: 15px;
    color: #C1C7D7;
    display: flex;
    justify-content: space-between;
    width: 161px;
    position: relative;
    left: -78px;
}
.social img{
	width: 20px;
	height: 20px;
}

.social img:hover{
	opacity: .8;
}

footer > div{
	align-self: center;
}

footer .links{
	display: flex;
    /*margin-right: 122px;*/
}
.innerFooter{
    padding: 0 126px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.innerFooter > div{
	align-self: center;
}

footer ul{
    margin: 0;
    padding: 0;
    margin-left: 50px;
}

footer li{
	font-size: 13px;
	color: #9EA8C5;
	font-weight: lighter;
	text-decoration: underline;
	cursor: pointer;
    line-height: 25px;

}

footer .address li{
	text-decoration: none;
	color: #C1C7D7;
	white-space: nowrap;
	cursor: default;

}

footer li.title{
	font-size: 15px;
	color: #C1C7D7;
	font-weight: 400;
	text-decoration: none;
}

.squareSection{
	position: absolute;
	background-repeat: no-repeat;
}


.squareBlue{
    background-image: url(../assets/square_blue.svg);
    width: 188px;
    height: 150px;
    right: 65px;
    bottom: -130px;
}

.squarePink{
	background-image: url(../assets/square_pink.svg);
    width: 125px;
    height: 78px;
	right: -54px;
    top: -160px;

}

.squarePurple{
	background-image: url(../assets/square_purple.svg);
    width: 193px;
    height: 150px;
    left: 40px;
    margin-top: 115px;
}

.squareColors{
	background-image: url(../assets/square_colors.svg);
	width: 152px;
    height: 119px;
    bottom: -75px;
    left: 34px;
}

.squareYellow{
	background-image: url(../assets/square_yellow.svg);
    width: 83px;
    height: 78px;
    right: 55px;
    top: 72px;
}

.squareBlue2{
	background-image: url(../assets/square_blue2.svg);
    width: 127px;
    height: 107px;
    right: 0px;
    top: -207px;
}

.squareBlue3{
    background-image: url(../assets/square_blue3.svg);
    width: 122px;
    height: 95px;
    left: -74px;
    bottom: -149px;
}

.overlay{
    width: 100%;
    height: 100%;
    background-color: #191d2b;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    display: none;
}
/*---Mobile Adjustments---*/
@media only screen and (max-width: 1024px) {
	.menu{
    	padding: 34px 6%;
	}
	.menuItems{
		display: none;
	}
/*---sections---*/
.dataSection, 
.loyaltySection,
.crmSection{
	flex-direction: column;
}
.crmSection{
	flex-direction: column-reverse;
}
.dataSection#platform{
	margin-top: 80px;
}
.dataSection .imgSide{
	background-image: url(../assets/m_data.png);
	height: 190px;
    width: 100%;
    position: inherit;
	
}
.loyaltySection .loyalty.imgSide{
	background-image: url(../assets/m_loyalty.png);
}

/*	.dataSection,
	.ecommerce,
	.loyaltySection,
	.crmSection,
	.toolsSection,
	.formSection,
	.customerSelection{

	    flex-direction: column;
	    width: 90%;
	    box-sizing: border-box;
	    padding: 20px;
	    margin: 0 auto;

	}*/
/*
	.dataSection > div,
	.ecommerce > div,
	.loyaltySection > div,
	.crmSection > div,
	.toolsSection > div,
	.formSection > div,
	.customerSelection > div,
	.ecommerce .imgSide{
		width: 100%;
		position: inherit;
	}*/


	.textSide{
		width: 100%;
	}
/*square*/
	.squareBlue2{
		right: 0;
	}
}


@media only screen and (max-width: 700px) {

	.notOnMobile{
		display: none !important;
	}
/**/
	.squareSection{
		position: inherit;
		transform: scale(0.7);
		margin: 0;
	}
	.squareBlue{
		top: 570px;
		position: relative;
		transform: scale(0.4);
	}
	.squareBlue2{
		right: 0;
		top: -20px;
	}
	.squareBlue3{
		left: 0;
    	top: 70px;
	}	

	.squareYellow{
	    right: 20px;
	    top: -50px;
	    position: absolute;
	    transform: scale(1);
	}
	.squarePurple{
	    top: -150px;
	    position: absolute;
	    left: 150px;

	}
	.squarePink{
		top: -279px;
	    position: absolute;
	    left: -30px;
	}
	.squareColors{
	    position: absolute;
	    top: -140px;
	    left: -10px;
	}
	.title.pink{
		margin-top: 40px;
	}
	.separator{
		display: none;
	}
	select{
		background-position-x: 280px;
	}
/**/
	.menuBtn{
		top: 0px;
	}

	.logo{
		flex-grow: 0;
	    width: 111px;
	    height: 25px;
	    background-size: cover;
	}
	.scrolledMenu .menuInside{
		height: 80px;
		padding: 30px 30px;
   		justify-content: space-between;
	}
	.scrolledMenu .logo{
		margin-top: 0; 
	}
	.demoRequestBtn.mobile{
		display: block;
	}
	.demoRequestBtn{
		margin: 0 auto;
	}
	.dataSection,
	.ecommerce,
	.loyaltySection,
	.crmSection,
	.toolsSection,
	.formSection,
	.customerSelection{

	    flex-direction: column-reverse;
	    /*width: 90%;*/
	    box-sizing: border-box;
	    padding: 0 30px;
	    margin: 0 auto;

	}
	.formSection{
		flex-direction: column;
		margin-top: 80px;

	}
	
	.formSection .go img{
		margin-top: -4px;
	    transform: rotate(90deg);
	    width: 46px;
	}
	.formSection .titles p{
     	margin-top: 20px;     	
	}
	.crmSection{
		margin-top: 100px;
		flex-direction: column;

	}
	.imgSide.crm{
    	margin-top: 70px;
	}
	.ecommerce{
	    padding: 0;
	    height: auto;
	    flex-direction: column;
	    margin:60px 40px;
	    width: auto;
	}
	.ecommerce .textSide{
		padding: 33px 27px 10px;
	}
	.ecommerce .imgSide img{
		position: inherit;
    	padding: 20px 10px;
    }
	.loyaltySection{
    	/*margin-top: 170px;*/
    	flex-direction: column;
	}
	.loyaltySection .imgSide.loyalty
	{
	 	width: 100%;
	    height: 210px;
	    margin-top: 20px;
	    position: inherit;
	}
	.loyaltySection .textSide{
		margin-top: 110px;
    	position: relative;
	}
	.slideDots ul{
		margin-left: 0; 
	}
	.textSide,
	.imgSide,
	.loyaltySection .textSide,
	.loyaltySection .loyalty.imgSide
	{
		width: 100%;
		max-width: 100%;
	}

	.toolsSection{
		margin: 160px 0 60px;
		flex-direction: column;
		position: relative;
	}

	.toolsSection .titles .title li{
    	font-size: 25px;
    	display: inline-block;
	}
	.toolsSection .title{
		height: auto;
	}
	.toolsSection .title > span{
		display: block;
		font-size: 31px;
		line-height: 35px;
	}
	.titles p{
		font-size: 15px;
		width: auto;
		line-height: 23px;
	}
	.toolsItems .tool{
		padding: 0;
	}

	.formSection .titles{
		width: auto;
	}
	.formSection .title{
		font-size: 22px;
	}
	.formSection .title:after{
		top: 55px;
	}

	.newsletter{
		/*width: 100%;*/
    	margin: 200px 10px;
	    display: block;
	    background-size: cover;
	    background-position: center;
	}
	.inputHolder{
		width: 100%;
		text-align: center;
	}
	.newsletter input{
	    width: 90%;
	    margin: 0 auto;
	    position: relative;
    	top: -45px;
	}
	.newsletter button{
	    margin: 0 auto;
	    display: block;
	    margin-top: -27px;
	}
	.newsletter >div{

	}
	.arrowPurple{
		top: -132px;
	}
	.newsletter .titles{
		margin: 0;
	    position: relative;
    	top: -66px;
    	line-height: 32px;
	}
	.newsletter .titles  .title{
		margin: 0;
    	text-align: center;
	}
	.newsletter .titles .subtitle{
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
	header{
    	height: 522px;

	}

	.scrollDown{
	    margin-top: 94px;
	}

	.mainTitle{
		font-size: 37px;
	    margin-top: 10px;
	}
	.part .your{
	    bottom: -12px;
	    left: 3px;
	    font-size: 14px;
	    font-weight: 300;
	    padding-left: 5px;
	}
	.subtitle{
		font-size: 17px;
		margin-top: 30px;
		padding: 0 10px;
	}
	.customerSelection .subtitle{
		font-size: 15px;
	}
	.textSide .title{
		font-size: 22px;
	}

	.textSide p{
		font-size: 15px;
	}
	.textSide .extraTxt{
		font-size: 16px;
	}
	.notice{
    	margin-left: 240px;
    	margin-top: 5px;
	}
	.notice.blue2{
		display: none;
	}
	.notice span{
		top: -20px;
	    left: -96px;
	}
    
	form{
	    width: 100%;
	    margin-top: 20px;
	}
	.submit{
		margin: 0 auto;
	}
	.inputFlex{
	    display: inline;
	    width: 100%;
	}
	.first-name , .last-name{
		width: 100%
	}

	footer{
		width: 100%;
		height: 560px;
		background-color: #4F566B;
		background-image: url(images/);
		position: relative;
	}
	footer:before{
	    content: '';
	    background-image: url(../assets/footer_pas.png);
	    position: absolute;
	    top: -25px;
	    left: 0;
	    width: 100%;
	    height: 26px;
	}
	footer:after{
	    content: '© 2018 Appfront. All Rights Reserved.';
	    background-color: #40475D;
	    position: absolute;
	    bottom: -48px;
	    left: 0;
	    width: 100%;
	    height: 49px;
	    font-size: 13px;
	    color: #9097AE;
	    text-align: center;
	    line-height: 40px;
	}
	.innerFooter{
		flex-direction: column-reverse;
	}
	.innerFooter .logo{
		display: none;
	}
	.innerFooter .links{
		flex-direction: column;
 	    position: relative;
	    left: -56px;
	}

	.innerFooter .social{
	    left: -36px;
	    margin-top: 40px;
	}
	.innerFooter .links ul{
		margin-bottom: 20px;
		margin-left: 0;  
	}
}














