﻿@media (min-width: 1400px){
	.container{
		max-width: 1290px;
	}
	header .container{
		padding: 0;
	}
}
@media (min-width: 1280px) and (max-width: 1367px) {
	.store-icon-cnt{
		right: 2%;
	}
	
}
@media (max-width: 1200px) {
	.banner-img{
		margin-top: 100px;
	}
	.banner-img img {
		max-width: 85%;
	}
	.store-icon-cnt{
		right: 5%;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.store-icon-cnt {
        right: -2%;
    }
}
@media(max-width:1024px){
	.banner-img{
		margin-top: 100px;
	}
	.banner-img img {
		max-width: 85%;
	}
	.store-icon-cnt {
        right: 0%;
    }
}


 @media (min-width: 768px) and (max-width: 991.9px) {
	.store-icon-cnt{
		position: static;
		justify-content: center;
		margin-top: 35px;
	}
	.banner-img{
		margin-top: 50px;
	}
	.banner-img img {
		max-width: 100%;
	}
	.collapse:not(.show) {
		display: block;
	}
	.banner{
		margin-top: 90px;
	}
	.stores-icon-pad img {
		max-width: 50px;
	}
	.qr-code img{
		max-width: 50px;
	}
	.copy-text p {
		font-size: 14px;
	}
	.copy-text a{
		font-size: 14px;
	}
 }

 @media (max-width: 767px) {
	.store-icon-cnt{
		position: static;
		justify-content: center;
	}
	.store-icon{
		justify-content: center;
	}
	.banner-img {
        margin-top: 30px;
    }
	.banner-img img {
        max-width: 100%;
    }
	.copy-text p {
		font-size: 14px;
	}
	.copy-text a{
		font-size: 14px;
	}
	.stores-icon-pad img {
		max-width: 50px;
	}
	.qr-code img{
		max-width: 50px;
	}
	.banner-cnt h5{
		font-size: 17px;
	}
	.collapse:not(.show) {
		display: block;
	}
	.banner{
		margin-top: 120px;
	}
	.stores-icon-pad{
		margin-top: 30px;
	}
	.copy-text p{
		text-align: center;
	}
	.copy-text .col-lg-6.col-md-7 .justify-content-end{
		justify-content: center !important;
	}
	.copy-text {
    	margin-top: 30px;
	}
	.stores-icon-pad .store-icon img{
		max-width: 160px;
	}
	.qr-code-img img{
		max-width: 25px !important;
	}
	.inner-footer{
		padding: 8px 10px;
	}
	.inner-footer .copy-text{
		margin-top: 0;
	}
	.inner-page-cnt {
		padding: 30px 0;
	}
}
	
