@charset "utf-8";
/* CSS Document */

.logo-margin{
	margin-left: 200px;
}
.nav-margin{
	    margin-left: 35px !important;
}
.hd-border{
	border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.search-wrapper form {
    border: 2px solid #3467EF;
    margin-bottom: 0;
    border-radius: 5px;
    letter-spacing: 0;
}
.header-search.hs-simple input.hdtwo-form-control {
    padding: .85rem 2rem;
    border-radius: 5px;
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
    font-family: inherit;
    background-color: #fff;
    color: #999;
}

.search-wrapper .select-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -2px;
    height: 25px;
    border-right: 1px solid #e1e1e1;
}
.header-search .select-boxhdtwo{
	background-color: transparent !important;
}
.hd-menu-icon{
	display: block;
margin: 0 0 7px;
font-size: 30px;
line-height: 1;
transition: transform .3s;
}

.span-menu-text{
	display: flex;
flex-wrap: wrap;
position: relative;
align-items: center;
text-align: center;
margin-bottom: 2.6rem;
text-transform: capitalize;
font-size: 1.4rem;
font-weight: 700;
line-height: 1;
letter-spacing: -.0125em;
color: #222;
}


.menu-txt-marg{
	margin-right: 24px;
}

.withatag{
	width: 100px;
	margin-top: 11px;
    margin-bottom: -8px;
}
.menucontai{
	background: #000;
    border-radius: 7px;
	padding: 9px;

}
.menu-tete-cal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 4.7rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
	border-radius: .3rem;
	width: max-content;
	padding: 5px 14px 22px 14px;
}
.amenu{
	margin: 7px;
}
.hd-pad-top{
	padding-top: 17px;
	padding-bottom: 11px;
}
