/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {    
	.navbar-brand img {
		/* max-width: */
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {     
	.main-title h4 {
		font-size:1.688em;
	}
	.references h5 {
		font-size:1.688em;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {     
	.contactWe .labtop {
		position:absolute;
		top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	.contactWe h5 {
		font-size:1.750em;
	}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {    
	.products .box h4{
		font-size:1.750em;
	}
	.detail-content h4 {
		font-size:1.750em;
		font-weight:700;
	}
	.detail svg {
		max-width:65px;
		max-height:60px;
	}
}






/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {     
	h4 {
		font-size:1.2rem;
	}
	.contactWe {
		margin:0;
	}
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {     }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {     
	.navbar > .d-flex {
		width:100%;
	}
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {    }