#logo {
    padding: 0px 0 0px;
}

header{
    background-color: #000;
    /* position:relative; */
}
header.fixed{
    /* position:fixed; */
}
.header-right {
    margin: 5px 0px 0 0;
}
header #menu >.nav-responsive > ul > li > a {
    padding: 0px 24px 0px;
}
header #menu.navbar {
    padding: 0;
    margin: 15px 0 0;
    min-height: 35px;
}
header .header-right #cart > .btn {
    height: 40px;
}    
.haeder_icon {
    height: 40px;
}   

.home-subbanner {
    margin-top: 50px;
}

.home-subbanner1 {
    margin-top: 0px;
	position: relative;
}

.banner-button {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px #ffffff solid;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 40px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

.banner-button-1 {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px #ffffff solid;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 40px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

.banner-button:hover {
	background-color: #dddddd;
	border: 1px #dddddd solid;
}

.banner-button-1:hover {
	background-color: #f6f6f6;
	border: 1px #f6f6f6 solid;
}

.content-top-breadcum {
    margin-top: 50px;
}

@media (max-width: 991px){
    header .responsive-bar {
        padding: 4px 0;
    }
    header #logo {
    padding: 3px 0px 0px;
    }
    
    header.fixed {
  position: fixed !important; 
    }
    
    .footer-top-middle h5.footer-logo, .footer-top-middle .footer-common{
        
        display:none !important;
    }
    .only_for_mobile{
        display:block !important;
    }
    
}

@media (max-width: 767px){
    
    .common-home header{
    position:fixed !important; 
    }
    
   .home-subbanner {
        margin-top: 49px;
    }
	
.home-subbanner1 {
        margin-top: 0px;
    }	
    
    .header-search .action.search {
    z-index: 9;
    }
}

footer .bottom-footer {
    display: none;
}
.only_for_mobile{
        display:none ;
    }
    
.footer_block h5.collapsed .icon em{
    display:none;
}

.content-top-breadcum {
    height: 0px;}
