@media (max-width:1170px) {
	.propBox { width:25%;}
	.loginContainer { left:0 !important; right:0 !important; padding:20px !important; position:static;}
	.loginBackground { display:none !important}
}
@media (max-width:768px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {   float: none !important; width:100% !important }
	.owlBox .item { width:100%}
	.propBox { width:50%;}
	.nav-tabs li { float:none; width:100%}
	.ooBox { padding-right: 0px; margin-right: 0px; border-right: none; height: auto; margin-bottom: 20px;}
}
@media (max-width:467px) {
	.propBox { width:100%;}
}
@media screen and (orientation:portrait) {
   /* Portrait styles here */
 #rotatePlease { display:none}
}
/* Landscape */
@media screen and (orientation:landscape) {
   /* Landscape styles here */
   #rotatePlease { display:none}
}