/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
	.img-search-result {
    width: 100%;
    height: auto;
	}
	.search-result-content {
		height: auto;
	}
	 
}
/* Small Devices Potrait */

@media (max-width: 767px) {
	.img-search-result {
    width: 100%;
    height: auto;
	}
	.search-result-content {
		height: auto;
	}
	
}

/* Extra Small Devices, Phones */

@media (max-width: 479px) {
	
.logo-img {
    width: 90% !important;
}
.xs-text-center
{
	text-align:center !important;	
}
.xs-font-small
{
	font-size:70% !important;
	line-height: 1.5;
}
.img-search-result {
    width: 100%;
    height: auto;
}
.search-result-content {
		height: auto;
	}
	
	.footer-ul-list li {
    display:list-item;
    position: relative;
    padding: 5px 0;
}.fs-6 {    font-size: 0.85rem!important;}
 
}

/* Custom, iPhone Retina */

@media (max-width: 320px) and (max-width: 478px) {
 
}