.searchbox {
    position: relative;
    min-width: 65px;
    width: 0%;
    overflow: hidden;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #ffffff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #ffffff;
}

.searchbox-input::-webkit-input-placeholder {
    color: #ffffff;
}

.searchbox-input:-moz-placeholder {
    color: #ffffff;
}

.searchbox-input::-moz-placeholder {
    color: #ffffff;
}

.searchbox-input:-ms-input-placeholder {
    color: #ffffff;
}

.searchbox-icon,
.searchbox-submit {
    /* width:50px; */
    min-width: 65px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    cursor: pointer;
    color: #e2e2e2;
    background: #e6e6e6;
}

.searchbox-open {
    width: 100%;
}


/* #navbarSupportedContent2,
#navProductAndServices,
#navSupport,
#navHighlights,
#navCompany{
    display: block;
} */


/* --------- navbar search --------- */

.navSearchBar {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 60px;
    background-color: white;
    border-radius: 30px;
    padding: 10px;
}

.navSearchInput {
    width: 100%;
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 300px;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    /* padding-top: 95px; */
}

.navSearchSubmit,
.navSearchIcon {
    /* color: white; */
    width: 0px;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: black;
    cursor: pointer;
    line-height: 40px;
    /* transition: width 0.4s linear; */
    height: 40px;
    min-width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

.navSearchIcon {
    color: white;
}

.navSearchBar:hover>.navSearchInput {
    padding: 0 10px;
    width: 450px;
    /* caret-color:rgb(255, 255, 255); */
    transition: width 0.4s linear;
}

.navSearchBar:hover>.navSearchIcon {
    background: white;
}

.navSearchBar:hover {
    background: white;
    width: 100%;
}


/* ------------------------------ Buttom search ---------------------------- */

.search_bar {
    background-color: rgb(236, 92, 48);
}

.searchbar {
    margin-bottom: 25px;
    margin-top: 25px;
    height: 60px;
    /* background-color: #f0f0f0; */
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: black;
    border: 2px;
    outline: 0;
    font-size: 21px;
    background: transparent;
    width: 95%;
    caret-color: rgb(41, 41, 41);
    line-height: 40px;
    /* transition: width 0.4s linear; */
    /* border: 1px solid #c9c9c9; */
    /* box-shadow: 0 1px 0 0 #cac4d1b4; */
}


/* .searchbar:hover > .search_input{
    padding: 0 10px;
    caret-color:#ffffff;
    
    } */


/* .searchbar:hover > .search_icon{
    background: #353b48;
    color: #e2e2e2;
    } */

.search_icon {
    height: 40px;
    width: 5%;
    float: right;
    display: inline;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* color:white; */
    text-decoration: none;
    border-color: transparent;
}
