@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.contentbox{
		width: 970px;
	}

	.box30{
		width: 290px;
	}

	.box25{
		width: 210px;
	}

	.box50{
		width:415px;
	}

	.webimages{
		width: 480px;
	}

	.logoimages{
		width: 319px;
	}

	.appimages{
		width: 238px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.contentbox{
		width: 728px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.box30{
		width: 210px;
	}

	.box25{
		width: 150px;
	}

	.box50{
		width:100%;
		border:none;
		padding: 0;
	}
	.webimages{
		width: 100%;
	}

	.logoimages{
		width: 238px;
	}

	.appimages{
		width: 360px;
	}
}

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

	.mainmessage{
		margin-top: 25%;
	}
	.contentbox{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	.box30{
		width: 100%;
		padding: 0;
	}

	.box25{
		width: 100%;
		padding: 30px 0;
	}

	.rightborder{
		border: none;
	}

	.box50{
		width:100%;
		border:none;
		padding: 0;
	}
	.webimages{
		width: 100%;
	}

	.logoimages{
		width: 100%;
	}

	.appimages{
		width: 100%;
	}

	.menuicon{
		display: none;
	}

	.quickcon{
		width: 100%;
	}

	.call {
	    float: none;
	    margin-bottom: 20px;
	    width: 100%;
	}

	.mail {
	    float: none;
	    width: 100%;
	}
}

@media only screen and (max-width: 680px){
	.leandont{
		font-size: 28px;
	}

	.mainmessage{
		margin-top: 25%;
	}

	.contentbox > h2{
		line-height: 55px;
	}
}

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

	header{
		height: 75px;
	}

	.res_img{
		height: 75px;
	}

	.logobox{
		height: 75px;
		width: 310px;
	}

	.namelogo {
	    float: left;
	    font-size: 18px;
	    font-weight: 700;
	    margin-top: 25px;
	}

	.mainmessage{
		margin-top: 25%;
	}

	.mainmessage > h1 {
	    font-size: 40px;
	    line-height: 44px;
	    margin: 0;
	}

	.leandont {
	    font-size: 18px;
	    font-weight: 300;
	}

	.mainmessage > h3{
		line-height: 28px;
		margin-top: 5px;
	}

	.box30{
		padding: 0;
	}

	.contentbox > h2{
		line-height: 55px;
	}

	.box25{
		padding: 30px 0;
	}

	.leandont2 {
	    font-size: 18px;
	    font-weight: 300;
	    line-height: 20px !important;
	}

	.brand{
		width: 250px;
	}
}