.custom-header-new{
	/*border-bottom: 3px solid #6b39f4;*/
}
.custom-header-new ul li a.nav-link{

}


    /*color: #9e17f1 !important;*/
    

/*Product image on Our Product Page*/

img.img-thumbnail.product-image{
  height: 300px;
  width: 100%;
}

/*Product image on Our Product Page End*/


/*Responsive CSS strat*/

@media (max-width: 1280px) {
  /* Styles for laptops */
}

@media (max-width: 992px) {
  /* Styles for tablets in portrait or landscape */
}

@media (max-width: 768px) {
  /* Styles for tablets in portrait or landscape */

  .nopaddingTab{
    padding: 0px !important;

  }

}

@media (max-width: 480px) {
  /* Styles for mobiles */
  .nopaddingMobile{
  	padding: 0px !important;
  }


}
/*Responsive CSS End*/