.w-con-90 {
	width: 90px !important;
}  
.border-rounded-8 {
	border-radius: .5rem !important;
}
.border-rounded-16 {
	border-radius: 1rem !important;
}
small {
	font-size: 80% !important;
}
.img-of-cover {
	object-fit: cover;
}

#scroll-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(251, 251, 251, 0.3);
	background-color: #F5F5F5;
	border-radius: 5px;
}

#scroll-style::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(250, 191, 169)),
									   color-stop(0.72, rgb(252, 134, 88)),
									   color-stop(0.86, rgb(246,100,41)));
}

/*Categories Sub Menu*/
.menu-vertical li ul li a {
    color: #666;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Header CSS */
.suggestions {
    margin: 0;
    padding: 0;
    position: absolute;
    /* height: 250px; */
    overflow-y: auto;
    z-index: 999;
    width: 100%;
}
.suggestions li {
    background: white;
    list-style: none;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0;
    padding: 20px;
    transition: white 0.5s;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;    
}    

span.population {
    font-size: 15px;
}

span.searchName {
    font-size: 15px;
}

.hl {
    /* background: #f66429; */
    background: #d0d0d0;
}

.all-serarch-data{
    max-height: 350px;
    overflow-y: auto;
}

.menu-vertical ul, .menu-vertical .megamenu {
    top: unset !important;
}
    
.search-overlay {
    z-index: 1;        
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.search-overlay:hover {
    background: #42474d;
    opacity: 0.2; 
}

#scroll-top {
    background-color: #f66429;
    color: white;
    opacity: 0.7;
}

.icon-box-side .icon-box-icon{
    min-width: 4rem;
}

.favourited-icon {
    background-color: red;
    color: white;    
}

.form-tab .nav.nav-pills .nav-link {
    font-size: 1.5rem;
}

.header-pri-category{
    cursor: pointer;
}

.ios-bg {
    background-color: #a4c639;
}

.ios-bg:hover{
    background-color: #5d7510;
}