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

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

	.textboxarea{
		width: 100%;
		padding: 0 20px;
	}

	.btn-default{
		border: none;
		font-size: 30px;
		margin-top: 10px;
	}

	.message{
		margin-left:0;
		margin-top: 40%; 
	}

	.coltext{
		height: 165px;
	}

	.colres{
		height: 215px;
	}

	.textboxs{
		width: 100%;
	}

	.pagetitles {
	    color: #fafafa;
	    font-size: 55px;
	    font-weight: 700;
	    line-height: 60px;
	    padding-top: 300px;
	    text-align: center;
	    width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.toppage{
    	background-image: url("../images/bg1_mobi.jpg");
	}

	.message{
		bottom: 30px;
	    color: #fff;
	    position: absolute;
	}


}

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

	
	.coltext{
		height: auto;
	}

	.colres{
		height: auto;
	}

	.message {
	    bottom: 10px;
	    color: #fff;
	    position: absolute;
	}

	.pagetitles{
		padding-top: 200px;
	}

	.box50{
		width: auto;
	}

}

@media only screen and (max-width: 480px){
	.titlebox3 {
	    font-size: 53px;
	    font-weight: 700;
	    line-height: 50px;
	    margin-top: 5px;
	}

	.titlebox2 {
	    font-size: 54px;
	    line-height: 62px;
	    margin-top: 5px;
	}

	.titlebox1 {
	    font-size: 60px;
	    font-weight: 700;
	    line-height: 54px;
	}

	.pagetitles{
		font-size: 43px;
	}
}