.bg-red{
	background-color:#c71d1d;
	color:white
}

.bg-blue{
	background-color:#4152a7;
	color:white
}

.bg-green{
	background-color:#067406;
	color:white
}

.top_header_left a {
	color:white
}

.trade_no {
    width: 8.5rem;
    height: 8.5rem;
    font-size: 4rem;
    line-height: 8.5rem;
}

.market_trade_flex:after {
    top: 41px;
}

.breadcrumb_content {
    z-index: 1;
}

.social_icon a {
	height: 3.5rem;
	width: 3.5rem;
	background: #464545;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 3.2rem;
	transition: all ease-in-out 0.5s;
}
.social_icon svg {
    fill: #fff;
    height: 1.6rem;
    width: 1.6rem;
}
.social_icon a:hover {
    background: #6bbdef;
}
.service_bg object {
	height: 6rem;
	width: 6rem;
	transition: all ease-in-out .5s;
	vertical-align: middle;
}
.news_big figure img {
    height: 24rem;
    object-fit: contain;
}

.np span{
font-weight: 600;
}
.nepali-list li{
	list-style: none;
}
.nepali-list li:nth-child(1):before{
content:'१.';
}
.nepali-list li:nth-child(2):before{
content:'२.';
}
.nepali-list li:nth-child(3):before{
content:'३.';
}
.nepali-list li:nth-child(4):before{
content:'४.';
}
.nepali-list li:nth-child(5):before{
content:'५.';
}
.nepali-list li:nth-child(6):before{
content:'६.';
}
.nepali-list li:nth-child(7):before{
content:'७.';
}
.form_image{
	width: 200px;
}
.toast{
	font-size: 15px;
}
.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border: solid 1px #e1d7d7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
 .nepali-date-picker .drop-down-content {
    min-width: 136%;
}

.banner_overlay{
display:none 
}