.header .logoSec .logo img{margin-top: 7px !important; width: 100%; max-width: 203px;}
.header .logoSec .header_form{    margin-top: 0;    background: #fff;    width: 95%;    margin: 0 auto 0;    max-width: 640px;    border: solid 1px #ccc;    border-radius: 5px;    padding: 3px 0;}

/* search 2021*/
.suggessionPanel{
    padding-top: 0;
    padding-bottom: 20px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px 20px;
    z-index: 999;
    
    
    }
    .suggessionPanel .well{
        background: transparent;
        border: none !important;
        outline: none;
        box-shadow: none;
        margin-bottom: 0;

    }
    
    .suggessionPanel h3{
        color: #1a2651 !important;
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .suggessionPanel a.btn.btn-outline-theme.btn-rounded.btn-sm{
        
        margin: 3px;
        border-radius: 50px;
        background: #e6e6e6;
        color: #18224a;
        font-weight: 500;
        font-size: 13px;
        padding: 8px 14px;
    }

    .suggesCateBox{
           display: flex;
            align-items: center;
            border: solid 1px #ccc;
            padding: 10px;
            margin: 0 0 15px 0;
            border-radius: 8px;
    }
    
    .suggesCateBox a {
        display: flex;
        align-items: center;
        width: 100%;
    }

.suggesCateBox h5{            
    display: inline-block;
    color:#000 !important;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
}

.suggesCateBox img {
    width: 50px;
    height: auto;
}

.mb-3{
    margin-bottom: 20px;
    }
    
    .searchOverlay{
        position: fixed;
top: 0;
left: 0;
z-index: 9;
height: 100vh;
width: 100%;
cursor: pointer;
background: #000;
opacity: 0;
transition: opacity .2s ease-in-out;
opacity: 0.5;
display:none;
}

.searchStyling{
background:#fff;
z-index:99;
}

.searchStyling::after{
content:" ";
position:absolute; top:-20px; left:0; height:20px; width:100%; background:#fff; transition:all 0.5s;
}

.allSuggestion{}
.allSuggestion img{ height: auto; max-width: 50px; }
.allSuggestion .media-heading {      width: 80%;  font-size: 15px;    }
.allSuggestion a{color: #000;}

@media (min-width:320px) and (max-width:767px){
    .sampleDiv.suggessionPanel{
                    display: none;
                }


                .sampleDivRes{
                    display: block;
                    position: fixed;
                    top: 0;
                    left: 0;
                    z-index: 9999999;
                    height: 100vh;
                }



                .sampleDivRes .autocomplete-items{
                    background: #efefef;
                    top: 39px;
                    left: auto;
                    padding: 15px;
                    right: 0;
                    width: 91.7%;
                }

                .suggessionPanel .well{
                    padding: 0px;
                }
                
                .suggesCateBox img {    width: 40px;    height: auto;}
                
                .suggesCateBox h5 {
                    padding: 0 0 0 6px;
                    font-size: 12px;
                }
                
                .resSearchStyling{
                        border: solid 1px #18224a;
                        border-radius: 50px;
                        height: 40px;
                        box-shadow: none;
                        color: #18224a;
                    }
                    
                    .resSearchBtnStyling{
                        border: none;
padding: 0 14px;
position: absolute;
right: 22px;
background: transparent;
height: 40px;
width: 40px;
font-size: 16px;
color: #18224a;
                        }
                    
                
}

@media (min-width:768px) and (max-width:3000px){
.sampleDivRes {
display: none !important;

}

}

.suggestionList {
    margin: 0;
    padding: 0;
}

.suggestionList li {
    margin: 0;
    border-bottom: solid 1px #F7F7F7;
    padding: 6px 20px;
    float: left;
    list-style: none;
    width: 100%;
}

.suggestionList li a {
    color: inherit;
}

    .suggestionList li a .list {
    width: 100%;
}

.suggestionList li a .list img {
    width: 11%;
    float: left;
}
.suggestionList li a .list p {
    width: 80%;
    float: left;
    margin: 8px 0 0 10px;
    font-size: 15px;
    text-decoration: underline;
}

.suggestionList li a .list span {
    display: block;
    text-align: left;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 0 10px;
    float: left;
}

/* search 2021 end*/