@media(min-width: 900px) {
.logoFixer
{
	width:300px;
	margin-top: 15px;
}
}

.headerForName
{
	 padding-top: 3px;
	color:cornflowerblue;
}

.tradeMark
 { 
	width: 62%;
	padding-left: 23px;
}

ul .dropdown-menu
{
	top: 30px;
    background-color: #127D05;
}



.btn-lg
{
	background-color: #C36725!important;
	  border: 0;
	  border-radius: 4px;
	  box-shadow: 0 5px 0 #A74C0B;;
	  color: #fff;
	  cursor: pointer;
	  font: inherit;
	  margin: 0;
	  outline: 0;
	  padding: 12px 20px;
	  transition: all .1s linear;
	  border-color: black;
	  margin-left: 10px; 
	  margin-right: 20px;
}

.btn-lg:hover
{
	color: #fff;
}
.btn-lg:active 
{
transform: translateY(3px);
}


.social-font-size
{
	
	font-size: 20px;
	
}

.select-language
{
	
	background-color:#F361D9;
	
}


.select-language-width{
	
	min-width:139px;
	
}


.container ul li .active
{
	background-color: #23E01E;
    color: #fff;
    border: 1px solid #23E01E;
}

.container ul li a:hover
{
	background-color: #23E01E;
    color: #fff;
    border: 1px solid #23E01E;
}




/* header css added here */

@media (min-device-width : 320px) and (max-width: 899px) {
.header_img_size
{
    width: 273px;
    margin-top: 0px;
}

.header_img_size_home_page
{
width:280px;
margin-top: 0px;
margin-left: -10px;
}

.header_menu
{
    width: 500px;
    margin-left: -310px;
}

.button_color
{
    background-color: greenyellow;
    border-radius: 2px;
}

.button_hover
{
background-color: greenyellow;
}

.hearder_menu_desktop
{
margin-left: 276px;
}

.hearder_menu_desktop_product
{
margin-left: -30px;
}

}

@media (min-width: 900px) {
.hearder_menu_desktop
{
margin-left: 276px;
margin-top: -58px;
height: 90px;
}

.hearder_menu_desktop_product
{
margin-left: 276px;
margin-top: -58px;
height: 90px;
}

}


/* footer css added here */

.footer_loc {
    text-align: center;
}

@media (min-width: 900px) {
.ul_width
{
    width: 500px
}
}

/* top button in mobile css added here by jignesh */

@media (min-device-width : 320px) and (max-width: 899px) and (orientation: portrait){
.top
 {
   margin-left: 230px
}
}

@media (min-device-width : 900px){
.top
 {
  display: none;
}
}
