/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

@media only screen and (min-device-width:320px) and (orientation:portrait) {
	.header-top .widget {
		line-height: 2rem;
	}
	.about-section h3, .about-section p{padding:0px 10px;}
	.menuzord-brand{margin-left:0 !important }
	.box-shadow h3{text-align: left !important;line-height: 28px;font-size: 18px !important;}
	
}
@media only screen and (min-device-width:320px) and (orientation:landscape) {
	.header-top .widget {
		line-height: 2rem;
	}
	.about-section h3, .about-section p{padding:0px 10px;}
	.menuzord-brand{margin-left:0 !important }
	.box-shadow h3{text-align: left !important;line-height: 28px;font-size: 18px !important;}
}
@media only screen and (min-device-width:768px) and (orientation:portrait) {
	.box-shadow h3{text-align: left !important;line-height: 30px;font-size: 30px !important;}
	.about-section img{width:50%}
}
@media only screen and (min-device-width:768px) and (orientation:landscape) {
	.header-top .widget {
		line-height: 3rem;
	}
	.about-section h3, .about-section p{padding:0px ;}
	.pr-0-desk{padding-right:0 !important}
	.mt-7-desk{margin-top: 7px;}
	.box-shadow h3{text-align: left !important;line-height: 30px;font-size: 30px !important;}
	.menuzord-brand img{max-height:unset }
}