/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1400px) and (max-width: 1650px) {


	.evaluation-item .sec-title {
		font-size: 48px;
	}




}


@media screen and (min-width: 1200px) and (max-width: 1399px) {


	.container {
	    max-width: 1250px;
	}

	.evaluation-item .sec-title {
		font-size: 42px;
	}
	.header-bottom-right img{
		max-width: 40px;
	}
	.header-bottom-right h4{
		font-size: 16px;
	}
	.emg-desktop-nav li a{
	    font-size: 16px;
	    margin: 0 13px;
	}


}
@media screen and (max-width: 1199px){
	
	.what-we-buy .what-we-buy-img img{
	    height: 310px;
	}
	.what-we-buy .what-we-buy-text{
	    height: 310px;
	}
}
@media screen and (min-width: 930px) and (max-width: 991px){
	.what-we-sell-content{
		padding: 0 29px;
	}
}
@media screen and (max-width: 991px){
	body.mobile-menu-show {
	    overflow: hidden;
	}
	.what-we-buy .what-we-buy-img img{
	    height: 370px;
	}
	.what-we-buy .what-we-buy-text{
	    height: 370px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {


	.container {
	    max-width: 960px;
	}

	.banner-item .sec-title {
		font-size: 56px;
	}

	.bullion-item2-inner2 p {
		line-height: 1.6;
	}

	.evaluation-item .sec-title {
		font-size: 32px;
	}

	.footer-item > a img {
		max-width: 180px;
	}

	.footer-item ul li {
		font-size: 15px;
	}








}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


	.container {
	    max-width: 720px;
	}

	.sec-title {
		font-size: 36px;
	}

	.inner-title {
		font-size: 28px;
	}

	.banner-item {
		padding: 200px 0;
	}

	.banner-item .sec-title {
		font-size: 42px;
	}

	.bullion-item2-inner2 p {
		font-size: 15px;
		line-height: 1.5;
	}

	.evaluation-item .sec-title {
		font-size: 28px;
	}






}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {  


	.sec-title {
		font-size: 28px;
	}

	.inner-title {
		font-size: 26px;
	}

	.banner-item {
		padding: 150px 0;
	}

	.banner-item .sec-title {
		font-size: 32px;
	}

	.what-we-buy .what-we-buy-text{
	    height: unset;
	    position: initial;
	}
	.what-we-buy .what-we-buy-img img{
	    height: unset;
	    position: initial;
	    width: 100%;
	}
	.what-we-sell .what-we-sell-img{
		max-width: unset;
	    max-height: unset;
	    height: unset;
        min-height: unset;
	    min-width: unset;
	}
	.what-we-sell .what-we-sell-img img{
		min-width: unset;
	    min-height: unset;
        width: 100%;
	}

}

/*@media screen and (min-width: 725px) and (max-width: 767px){
	.what-we-sell-content{
		padding: 0 29px;
	}
}*/

@media screen and (min-width: 576px) and (max-width: 767px) {  


	.container {
	    max-width: 540px;
	}






}