header {
    background: #252525 !important;
    height: 70px;
    width: 100%;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    z-index: 99;
}

.container-bar {
    width: 90%;
    height: 70px;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    margin: auto;
}


/* Here Start Left Section  */
.headerLeft {
    display: flex;
    width: 74%;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(37, 37, 37);
}

.phone-menu {
    width: 35px;
    background-color: rgb(44, 44, 44);
    display: none;
    height: 30px;
    align-items: center;
    border-radius: 1px;
}

.phone-menu i#fa-solid-costum {
    color: rgb(14, 111, 255);
    box-shadow: 2px soid white inset;
    font: 5em;
    background-color: rgb(44, 51, 61);
    font-size: x-large;
    padding: 5px;
}

.logo {
    width: 16%;
    margin-left: 2%;
}

.menu ul.menu-content {
    display: flex;

}
ul#menu-top {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
        padding: 0;
}

ul#menu-top li.menu-item {
    display: flex;
    position: relative;
    height: 70px;
    align-items: center;
    width: auto;
    margin: 0 5px;
}

ul#menu-top li.menu-item a.hlink {
    display: block;
    padding: 2px 1rem;
    text-decoration: none;
    text-align: center;
    font-family: ui-rounded;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    font-family: "Amazon Ember", Arial, sans-serif;
    line-height: 3;
    text-transform: uppercase;
    white-space: nowrap;
}

ul#menu-top li.menu-item a.hlink:hover {
    background-color: rgb(255, 255, 255);
    font-weight: 600;
    border-radius: 0.5rem;
    color: #000000;
    font-family: "Amazon Ember", Arial, sans-serif;
}

li.dropdown-menu-item {
    display: block;
}

.sub-dropdown {
    width: 450px;
    background: #222;
    position: absolute;
    display: none;
    left: -10rem;
    border-top: 2px solid rgb(0, 68, 255);
    inset-block-start: 70px;
    z-index: 999;
    flex-wrap: wrap;
}

 li.menu-item:hover .sub-dropdown{
    display: flex !important;
}

ul.dropdown {
    padding: 10px;
    overflow: hidden;
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(49, 48, 46);
}

li.dropdown-menu-item {
    width: 30%;
    margin: 1%;
    height: auto;
    text-align: center;
}

li.dropdown-menu-item:hover {
    display: block;
}

li.dropdown-menu-item .ddlink{
    color: white;
    text-decoration: none;
    font-weight: 600;text-transform: capitalize;

}
li.dropdown-menu-item .ddlink:hover{
    color: #0b8aff;
    text-decoration: underline;

}
/* Start Right Header PArt   (include Search bar) */
.headerRight {
    width: 26%;
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: rgb(37, 37, 37);
}

/* Phone Search icon */
 #phone-search-checkbox{
        display: none;

    }

.show-search-input{
        display: none;

    }
#phone-search {
    display: none;
    width: 35px;
    background-color: rgb(173, 170, 170);
    height: 30px;
    align-items: center;
    border-radius: 1px;
    color: rgb(72, 123, 235);
    font: 3em;
    background-color: rgb(105, 105, 105);
    font-size: x-large;
    padding: 5px;

}
i#searchiconchangecolor {
    font-size: 1.2rem;
}
i#searchiconchangecolor:hover {
    font-size: 1.2rem;
    color: white;
}


#search {
    display: flex;
    width: 98%;
    box-shadow: 1.2px 5px 7px #0b8aff;
    position: relative;
    /* margin-left: 2%; */
    border-width: 4px;
    border-style: solid;
    
    /* border-image: linear-gradient(to right, #000000, #000000) 2; */
}

#formcontrol:hover ::before {
  content:"";
  position: absolute;
  inset: -5px;
  transform: translate(10px,8px);
  z-index: -1;
  filter: blur(10px);
}

#formcontrol {
    width: 100%;
    display: flex;
    height: 30px;
    position: relative;
    background-color: #000000;
}
#search form input {

    width: 87%;
    height: 30px;
    background-color: #444242;
    color: rgb(255 255 255);
    border-radius: 0%;
    background-image: linear-gradient(to left, rgb(173 33 33 / 0%), rgb(0 0 0));
    border: none;
    padding-left: 4px;
}


#btnsldfj{
    cursor: pointer;
    width: 13%;
    border: none;
    background: #000000;
    color: #ffffff;

    color: rgb(248, 247, 247);
    font-weight: 500;

}

#btnsldfj::before
{
    color: white !important;
}
/* .search-input {
    border: 2px solid red;
} */
#search-form {
    border: none;
    width: 100%;
    color: #ffffff;
    background-color: #020202;
}
/* ?///////////////////////////////////////////////////////// */
/* Desktop */
@media (max-width: 1440px) {
    .container-bar{
        width: 98%;
        margin: 0% 1%;
    }
}
@media (max-width: 1235px) {
    .container-bar {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .headerLeft{

        width: 80%;
    }
    .headerRight{
        width: 20%;
        padding-right:2%;
    }
}
/* Tablet */
@media(max-width:1100px){
    ul#menu-top li.menu-item a.hlink {
    display: block;
    padding: 2px 0.4rem;
    font-weight: 600;
    width: 100%;
    line-height: 2.5;
}

ul#menu-top li.menu-item a.hlink:hover {
    border-radius: 0.4rem;
    color: #000000;
    font-family: "Amazon Ember", Arial, sans-serif;
}

}
@media (max-width: 1024px) {
    #parentmenu{
               display: none;
        position: absolute;
        width: 100%;
        background-color: rgb(0, 0, 0);
        top: 70px;
        /* left: 0; */
        /* right: 0; */
        /* padding: 2%; */
    }

    #menu-top{
              display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        /* padding-left: 2px; */
        width: 100%;
    }
    .menu_item{
        background-color: transparent;
    }
    .fa-xmark{
        display: none;
    }
    ul#menu-top li.menu-item {
        height: auto;
        width: 96%;
        float: right;
        display: flex;
        flex-wrap: wrap;
        padding: 2%;
        margin: 0;
    }
    ul#menu-top li.menu-item a.hlink {
       background-color: rgb(43, 43, 43);
        margin: 1rem 0rem;
        width: 100%;
    }
    ul#menu-top li.menu-item a.hlink:hover {
        background-color: rgb(48, 48, 48);
        margin-top: 1rem;
        width: 100%;
        color: white;
    }
    .sub-dropdown{
        display: flex !important;
    }
    .container-bar{
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
    }
    .headerRight{
        margin-right: 2%;
    }
    header{
        position: relative !important;
        display: block !important;
        top: auto !important;
    }
    .container-bar {
        width: 100%;
    }
    .headerLeft {
        display: flex;
        justify-content: space-between;
    }
    .phone-menu {
        width: 12%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-self: center;
        background: transparent;
        margin-right: 12%;
    }
    .phone-menu-box{
        cursor: pointer;
        float: right;
    }
    .logo {
        width: 76%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sub-dropdown {
        width: 100%;
        background: #1f1f1f;
        position: relative;
        /* border-top: 3px solid rgb(27, 117, 235); */
        /* z-index: unset; */
        position: relative;
        top: auto;
        left: auto;
        border: none;
        display: flex;
        flex-wrap: wrap;
    }

    .dropdown {
        display: flex;
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        justify-content: space-around;
    }
    ul.dropdown {
        width: 100%;
        background-color: #171717;
        padding: 1rem;
        justify-content: flex-start;
        padding-bottom: 0;
    }
    li.dropdown-menu-item {
        width: 25%;
        height: auto;
        text-align: center;
        margin: 0.5rem 0rem;
}
    #phone-search {
        width: 20%;
        flex-wrap: wrap;
        margin-right: 2%;
        display: flex;
        cursor: pointer;
        background: transparent;
        height: 70px;
        justify-content: center;
        align-self: center;
        background: transparent;
    }
    #search {
        position: absolute;
        top: 70px;
        left: 0px;
        right: 0px;
        display: none;
        margin: auto;
        width: 96%;
        overflow: hidden;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .sub-dropdown{
        justify-content: flex-start;
    }
    ul.dropdown {
        justify-content: flex-start;
    }
    li.dropdown-menu-item{
        width: 50%;
        height: auto;
        text-align: center;
        margin: 0.5rem 0rem;
    }
   
}
@media (max-width: 650px) {
     li.dropdown-menu-item {
        width: 33.33%;
        height: auto;
        text-align: center;
        margin: 0.5rem 0rem;
    }

}
