.pkp_brand_footer{
	display:none;
}
.pkp_structure_footer_wrapper{
	background-color:aliceblue;
	position: absolute;
	 bottom: 0;
	 width: 100%;
}
.pkp_structure_head{
	background-color:aliceblue;
	a{
		color:#000;
		
	}
	a.hover{
		color:#000;
	}
}

.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
	background-color:aliceblue;
	a{
		color:#000;
	}	
}
.pkp_navigation_primary_row{
	display:none;
}

.has_site_logo .pkp_head_wrapper{
	padding-top:10px;
	padding-bottom:10px;
}
.pkp_navigation_user pkp_nav_list{
	a.hover{
		color:#000;
	}	
}

.pkp_structure_content{
	position: absolute;
	bottom: 110px;
    	top: 110px;
    	left: 20%;
}

.hero-section .iphone-wrap .phone-2{
		margin-left:110px!important;
		width:290px!important;
	}

@media (min-width: 1451px) and (max-width: 1930x) {
	.hero-section .iphone-wrap .phone-2{
		margin-left:110px!important;
		width:290px!important;
	}
}

@media (min-width: 1401px) and (max-width: 1450px) {
	.hero-section .iphone-wrap .phone-2{
		margin-top:210px!important;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.hero-section .iphone-wrap .phone-2{
		margin-top:310px!important;
		margin-left:20px!important;
	}
}