.hide-item {
    display: none;
    position: absolute;
}
#searchbar{
    position: relative;
}
.search-icon {
	position : relative;
	top: 0;
	padding: 0;
	z-index: 10;
	border:none;
	background:unset;
}
 #search-icon:focus-visible {
            outline: 2px solid #8585ff; 
        }

.search-icon img {
	position : relative;
	z-index: 1;
	cursor:pointer;
    height: 22px;
    width: 22px;
}

button#search-icon{
	border: 0;
	background: transparent;
	position: relative;
	z-index: 10;
	padding: 0;
}


.search-bar .form-control-sm {
    padding-right: 40px;
}
.search-bar input::placeholder{
	color: #000000;
	opacity:1;
	font-size:16px;
}

#search-input {
   border: none;
   height: 50px;
   border-radius: 10px;
   width: 500px;
   right: -30px;
   bottom: 58px;
   vertical-align: center;
}

.mobile-search-btn {
    display: none;
}

.search-bar-box-mobile {
    display: none;
}

@media only screen and (max-width: 991.98px) {

    .hide-item{
        top: 5px;
		right: -14px;
        top: -16px;
    }
    .mobile-search-btn {
        width: 60px;
    }

    .search-bar-box-mobile {
        display: none;
        border: 1px solid black;
        width: 80%;
    }

  

    #search-input {
        border: none;
        min-height: 54px;
        border-radius: 10px;
        right: 38px;
        bottom: 15px;
        width: 305px !important;
    }

    #search-icon {
		position: relative;
		z-index: 10;
	}
	
	
	.search-row{
		position: relative;
		right: 54px;
		top: 1px;
	}
}




@media only screen and (min-width:991px) {
    .hide-item {
        right: -15px;
        top: -12px;
    }
}

.search-icon img:focus-within {
    outline: 2px solid transparent;
}

#search-input:focus {
    outline: 2px solid transparent;
}

#search-input:focus-visible {
    outline: 2px solid #8585ff;
}


@media only screen and (min-width: 375px) and (max-width: 424px) {
#search-input{width: 305px !important;}
}
@media only screen and (max-width: 376px) {
#search-input{width: 275px !important;}
}

@media only screen and (max-width: 375px) {
#search-input{
	        border: none;
	        min-height: 54px;
	        border-radius: 10px;
	        right: 38px;
	        bottom: 43px;
	        width: 266px !important;
}
}
 @media (min-width: 767px) and (max-width: 768px) {
  .search-bar .autoCompleteResultsBox{
    right: 0 !important;
  }
  
  }
@media  (max-width: 767.98px) {
  .search-bar .autoCompleteResultsBox{
    right: 0;
    top: 45px;
  }
  #searchbar{
	 padding-right: 11px;
	 }
  
  }
   @media (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper .navbar .container>.row{
	 justify-content: right;
    margin-right: 50px; 
  }
   }