.searchWrap {
    display: block;
    pointer-events: none;
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 3001;
    background-color: #f3f2ef;
    max-width: 100%;
    height: 100%;
    transform: scale(.5);
}
.searchWrap.active {
    pointer-events: all;
    top: 0;
    transform: scale(1);
    opacity: 1;
    height: 100%;
    visibility: visible;
}
.close-layer {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8%;
    top: 25px;
    right: 5%;
    cursor: pointer;
}
.close-layer:before, .close-layer:after {
    position: absolute;
    left: 12px;
    content: " ";
    height: 25px;
    width: 1.5px;
    background-color: #787878;
}
.close-layer:before {
    transform: rotate(45deg);
}
.close-layer:after {
    transform: rotate(-45deg);
}
.searchContent {
    opacity: 0;
    transform: translateY(60px);
    height: 100%;
    transition-delay: 0.25s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.51,1.28,.61,1.05);
    margin-top: 80px;
}
.searchWrap.active .searchContent {
    opacity: 1;
    transform: translateY(0);
}
.seachInner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
.seachInner .sugstrbox {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
    border: solid 1px #d8d8d8;
    display: flex;
    flex-direction: row;
    height: 48px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.seachInner .sugstrbox .inputDiv {
    position: relative;
    width: 988px;
}
.seachInner .sugstrbox .inputDiv .leftArrow {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    z-index: 9;
    cursor: pointer;
}
.seachInner .sugstrbox .inputDiv .form-control {
    width: 100%;
    border-radius: unset;
    box-shadow: none;
    border: none;
    height: 48px;
    padding: 0 40px 0 16px;
    outline: none;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    letter-spacing: .3px;
}
.seachInner .sugstrbox .primaryBtn {
    width: 132px;
    border: none;
    outline: none;
    height: 48px;
    border-radius: unset;
    line-height: 24px;
    font-weight: 700;
}
.showsuggestorBox {
    display: block;
    position: absolute;
    top: 80px;
    width: 100%;
    border-radius: 0 0 2px 2px;
    left: 0;
    right: 0;
}
.ui-autocomplete {
    position: relative !important;
    overflow: auto;
}
.ui-autocomplete {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 1120px;
    border: none;
    width: 100% !important;
    background: 0 0;
    left: 0 !important;
    margin-top: 20px;
    top: -42px !important;
    display: block !important;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: #fff;
    top: -50px !important;
}
li.mainTuple.ui-menu-item {
    border-bottom: 1px solid #d8d8d8;
}
li.mainTuple.ui-menu-item:hover {
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-width: 1120px;
  }
  
.ui-menu .ui-menu-item-wrapper {
    padding: 3px 9px 11px !important;
}
.showsuggestorBox .mainTuple.ui-menu-item {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.showsuggestorBox .getName {
    flex-basis: calc(100% - 99px);
  }
.showsuggestorBox .srchType {
    flex-basis: 100px;
    text-align: center;
    color: #787878;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 3px 9px 11px !important;
}

.rctSearchWrap {
    margin-top: 30px;
}
.recentBlock.popularSearch {
    margin-top: 20px;
}
.recentBlock .recentcol .rcnt {
    font-size: 16px;
    color: #282828;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .3px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.recentBlock .recentcol .rcnt .clr-srch {
    font-size: 15px;
    line-height: 24px;
    color: #ff4e53;
    letter-spacing: 0.3px;
    padding-left: 20px;
    cursor: pointer;
  }
  
.recentBlock .recentcol .sec_space {
    margin-top: 10px;
    max-height: 560px;
    overflow: auto;
}
.seachInner .sugstrUl, .seachInner .lstSearches {
    list-style: none;
    margin: 0;
    padding: 0;
}
.seachInner .sugstrUl li, .seachInner .lstSearches li {
    border-top: 1px solid #d8d8d8;
    padding: 16px;
    position: relative;
    cursor: pointer;
}
.seachInner .sugstrUl li:hover,
.seachInner .lstSearches li:hover {
  background: rgba(0, 0, 0, 0.15);
}
.seachInner .sugstrUl li:first-child, .seachInner .lstSearches li:first-child {
    border: none;
}
.recentBlock .recentcol .lstSearches li {
    padding: 9px 16px 5px 30px;
}
.seachInner .sugstrUl li .getName, .seachInner .lstSearches li .getName {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    float: left;
    display: block;
    width: 85%;
    letter-spacing: .3px;
}
.seachInner .sugstrUl li .getName .getsearchname,
.seachInner .lstSearches li .getName .getsearchname {
  margin-right: 5px;
}
.seachInner .sugstrUl li .srchType, .seachInner .lstSearches li .srchType {
    color: #787878;
    font-size: 14px;
    display: block;
    float: right;
    letter-spacing: .3px;
    line-height: 24px;
}
.seachInner .sugstrUl li:after, .seachInner .lstSearches li:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
.searchCloseIcon {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../../../images/master_sprite.webp);
    background-position: -87px -332px;
    top: 16px;
    right: 16px;
}
@media(max-width: 1023px){
    .searchWrap {
        background: #fff;
    }
    .searchContent {
        margin-top: 0;
    }
    .seachInner .sugstrbox .inputDiv .form-control {
        padding-right: 0;
    }
    .seachInner .sugstrbox .inputDiv .form-control {
        padding-left: 44px;
        position: fixed;
        top: 0;
    }
    .showsuggestorBox {
        top: unset;
        overflow-y: auto;
        padding-bottom: 50px;
        padding-left: 6px;
    }
    .ui-autocomplete {
        max-height: calc(100vh - 48px);
    }
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        top: -14px !important;
    }
    .ui-menu .ui-menu-item-wrapper {
        padding: 0;
        max-width: 225px !important;
    }
    .ui-menu .ui-menu-item-wrapper:last-child {
        padding-right: 0;
        text-align: center;
    }
    
    .rctSearchWrap, .recentBlock.popularSearch {
        margin-top: 0;
    }
    .recentBlock {
        width: 100%;
        margin-top: 0;
    }
    .rctSearchWrap, .recentBlock.popularSearch {
        margin-top: 0;
    }
    .recentBlock .recentcol {
        margin-bottom: 0;
    }
    .recentBlock .recentcol .rcnt {
        background: #f3f2ef;
        padding: 9px 16px;
    }
    .recentBlock .recentcol .sec_space {
        margin-top: 0;
    }
    .recentBlock .recentcol .lstSearches li {
        padding: 9px 16px 5px 22px;
    }
    .seachInner .sugstrUl li .getName, .seachInner .lstSearches li .getName {
        width: 80%;
    }
    .seachInner .sugstrUl li .srchType, .seachInner .lstSearches li .srchType {
        text-align: right;
        width: 20%;
    }

}