/* Large Screen  */
@media (min-width: 1170px) and (max-width: 1400px) {


}

/* Additional media query */
@media (min-width: 1200px) {
  .container{
    max-width: 1210px;
  }
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {





}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {


}


/* Additional Media Quirry */
@media only screen and (max-width: 479px){
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}


/* Large Screen (1920)  */
@media (min-width: 1601px) {


}

/* Large Screen (1600)  */
@media (min-width: 1401px) and (max-width: 1600px) {

	
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

	
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	
	
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.fs-45 {
        font-size: 32px;
    }
	.fs-4 {
	    font-size: 16px !important;
	}
	.client-sec .client-box {
        max-height: 100%;
  }
  .addsticky ul.list-group {
		display: block;
	}
  .loader-text-help {
    top: 30rem;
  }
  .product-unit-input-text {
    width: unset;
  }
}

