@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 90%;
	}
}
@media (min-width: 992px) {

}
@media only screen and (min-width: 200px) and (max-width: 992px) {
	
   .QueriesMainSection h1,.QueriesSliderSectionLeft h1{
		font-size: 28px;
   }
	
	.frequeltyAsked .accordion-item p, .QueriesSection .accordion-item p, .QueriesMainSection p,.QueriesSliderSectionLeft p{
		font-size: 15px;
		line-height: 23px;
   }

    .QueriesMainSection h1,.QueriesSliderSectionLeft h1{
		font-size: 43px;
   }
	.makeAStrong h1{
	   font-size: 50px;
   }
	
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.QueriesSection .accordion-item p{
		font-size: 12px;
		line-height: 18px;
   }
	
}
@media (min-width: 1100px) {
	.container {
		max-width: 1100px 
   }
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
   }
	.row{
		margin-right: -20px;
		margin-left: -20px;
   }
	.row>*{
		padding-right: 20px;
		padding-left: 20px;
   }
	
}
@media (min-width: 1400px){
	.container {
		max-width: 1290px;
   }
}
@media (min-width: 1600px) {
	.container {
		max-width: 1490px;
   }
}
@media (min-width: 1800px) {
	.container {
		max-width: 1500px;
   }
}
@media(max-width: 1199px) {
}
@media (max-width: 991px) {
	.footerSection h5{
		margin-bottom: 0px;
	}
}
@media (max-width: 765px) {
	
   
}
@media(max-width: 576px) {
	
	.QueriesMainSection h1,.QueriesSliderSectionLeft h1{
		font-size: 35px;
   }
	 .QueriesSection .accordion-button{
		font-size: 18px;
   }
	 .QueriesSection .accordion-item p{
		font-size: 13px;
   }
	.makeAStrong h1{
		font-size: 40px;
   }
	
	.makeAStrong{
		min-height: 350px;
   }
	
	.makeAStrong .makeAStrongBtn {
		min-width: 161px;
		font-size: 19px;
		padding: 6px;
   }
	
	.matalNfcCard{
	   padding: 20px;
   }
   .QueriesSection .accordion-body{
	padding: 20px;
   }

}
@media(max-width: 400px) {
.QueriesMainSection{
	min-height: 270px;
}
	.makeAStrong h1 {
		font-size: 29px;
   }
}
