nav {
    position: relative;
  }
  
.nav__trigger {
    position: absolute;
    right: 0;
    top: -9px;
    /* font-size: 2em; */
    z-index: 10;
    background-image: url(../image/mobile_menu.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
    margin-bottom: 0;
}
.screen-reader-text {
	position:unset;
}
.inverse {
    color: white;
    background-image: url(../image/mobile-close.webp);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 999;
    top: -12px;
    right: 0;
}
.nav-link {
	padding:0px;
}
.nav__menu--right {
    position: absolute;
    right: -311px;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 99;
    transition: 400ms ease;
    top: 42px;
    overflow: hidden;
}
.menu-links{
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 43px;
}
.nav__menu--right.open {
    height: 100vh;
    width: 75%;
    transform: translateX(-311px);
	overflow: scroll;
}
.nav__menu--right ul {
	list-style: none;
}
/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
} */
.nav__menu--right ul.mobile-nav-ul {
	 height: 500px;
	 overflow: scroll;
}

.serach-filed-main {
	position:fixed;
}
.nav__menu--right ul li {
    margin: 0;
    /* padding: 10px; */
}
.mobile-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-toggler:focus{
    box-shadow: unset !important;
}
.mobile-header-logo {
    width: 45%;
}
.mobile-nav-ul li:nth-child(1){
    position: relative;
}
/* 	aside ul.mobile-nav-ul li.menu-item-has-children.current a:after {
    transform: rotate(45deg);
	}
	aside ul.mobile-nav-ul li.menu-item-has-children a:after {
    content: '';
    position: absolute;
    right: 50px;
    height: 10px;
    width: 10px;
    border: 2px solid;
  	transform: rotate( -48deg );
    border-top: 0;
    border-left: 0;
    top: calc(50% - 10px);
    transition: 0.2s ease;
} */

.mobile-nav-ul li.menu-item-has-children>button::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
    float: right;
    font-size: 23px;
    margin-top: 3px;
    transform: rotate(-93deg);
    position: relative;
    left: -20px;
    top: -46px;
}
	
.mobile-nav-ul .menu-item-has-children button.rotate:after {
    transform: rotate(-3deg);
}
.mobile-nav-ul li.menu-item-has-children>button::after {
		font-family: FontAwesome;
		content: "\f107";
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
		vertical-align: middle;
		float: right;
		font-size: 23px;
		margin-top: 3px;
		transform: rotate(-93deg);
		position: relative;
    	left: -6px;
    	top: -46px;
		color: #275fa6;
		padding: 5px;
}
.mobile-nav-ul .menu-item-has-children button {
	border: 0;
	background: transparent;
	position: absolute;
	right: 0;
	/* 		top: 70px; */
}
.sub-menu {
	display:none;
}
.mobile-nav-ul li a{
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #275fa6;
    font-family:Oswald-Bold;
    line-height: 44px;
	text-transform: uppercase;
}
.mobile-nav-ul ul.sub-menu li a{
	font-size: 18px !important;
    color: #275fa6;
    line-height: 44px;
    font-family:Oswald-Regular;
	text-transform: capitalize !important;
}
.serach-filed-main{
    padding: 0 25px;
	padding-bottom: 22px;
/* 	padding-top:22px; */
}
.serach-field-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #518fc9;
}
.serach-field-flex label{
    font-size: 18px;
    line-height: 44px;
    color: #535353;
    letter-spacing: 0.18px;
    font-family:Oswald-Light;
}
.mobile-menu-end-flex {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    column-gap: 40px;
}

@media (max-width:991px){
    .nav__menu--right {
        top: 50px;
    }
    .mob-main-logo{
        display: block;
    }
}

@media (max-width:600px) {
    .mob_header_menu {
        margin-left: 0;
    }
    .nav__menu--right {
        top: 42px;
    }
}
