.advt_span {
    content: url(http://iimbg.ac.in/wp-content/uploads/2019/10/new_img.gif);
    position: relative;
    display: inline-block;
    top: 3px;
}

<!----- New by Rai_20062023--->

.patta_span {
    content: url(https://hindi.iimbg.ac.in/wp-content/uploads/2023/05/patta.png);
    position: relative;
    display: inline-block;
    top: 6px;
	height: 30px;
    padding-right: 5px;
}
.rai_text {
	font-size:13px;
}
.shadow {
	box-shadow: 5px 5px 5px lightgrey;
    padding: 0px 0px 0px 10px;
}
.kr_scroll {
	overflow-x: hidden; 
	height: 150px;
	overflow-y: scroll;
	margin-bottom: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}
.logo-menu .navbar-default .nav_bgcolor: {
	background-color: #ffc1072b !important;
}


<!--- End of new by Rai-->