#find-your-d{
    max-width: 100%;
    margin: 20px auto;
    position: relative;
}
#find-your-d .title{
    position: absolute;
    left: 1px;
    top: 1px;
    height: 49px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #d7d7d7;
    background-color: #f5f5f5;
    margin: 0;
    border-radius: 5px 0 0 5px;
    display: none;
}
#find-your-d .find-your-device-input{
    height: 51px;
    padding: 15px;
    color: #000;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 5px;
    padding-left: 15px;
}

#find-your-d .input-group-btn{
    width: 51px;
    height: 51px;
    background: #0099FE;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.subcatdetails-bol{
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    z-index: 10;
    left: 0;
    top: 51px;
}
.list-cat-fyd{
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.list-cat-fyd li{
  list-style: none;
}
.list-cat-fyd li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
    text-decoration: none;
    padding: 5px 15px;
    border-bottom: 1px solid #d7d7d7;
}

.list-cat-fyd li a{
  color: #000 !important;
    text-decoration: none;
}
.list-cat-fyd li p{
  margin: 0 15px 0 0 !important;
}

.list-cat-fyd li:hover{
  background: #0099FE;
}
.list-cat-fyd li:hover a{
  color:#fff !important;
}
.list-cat-fyd li img{
  width: 37px;
  margin-right: 10px;
}
.list-cat-fyd li span a{
  font-size: 12px;
  margin-left:5px;
}
.list-cat-fyd li span:hover{
  text-decoration: underline;
}
ul.list-cat-fyd li > div {
    display: flex;
    min-height: 55px;
    align-items: center;
    padding: 15px;
}
.list-cat-fyd li a span {
    font-size: 12px;
}

@media all and (min-width: 768px){
  #find-your-d{
    max-width: 63%;
  }
  #find-your-d .title{
    display: block;
  }
  #find-your-d .find-your-device-input{
    padding-left: 170px;
  }
  .list-cat-fyd li a div{
    display: flex;
    align-items: center;
  }
}
