.bg-theme{
    background-color: #130f40;
}
.border-bottom-theme{
    border-bottom: 2px solid #130f40;
}
.border-theme{
    border: 2px solid #130f40;
}
#nav-l-en{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #333333; */
}

#nav-l-en li a {
    display: block;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
  }
  #nav-l-en li {
  float: left;
}
.foot_nav_title{
    border-bottom: 1px solid #cbcbcb;
    color: inherit;
    font-family: Arial;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    padding: 0 0 3px;
}
#restofindiacurrency ul{
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#restofindiacurrency ul li{
    list-style: none;
}
.top-blog-card .list-group-item{
border: none;
}
.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top-blog-card a{
    text-decoration: none;
    color: #000;
}
.top-blog-card a:hover{
    color: #130f40;
}
.owl-carousel-header{
    height: 132px;
}
.owl-carousel-header .owl-stage, .owl-carousel-header .owl-stage-outer
{
    height:130px!important;
}
.error{
    color:red;
    font-size:12px;
}
  
.header_search:focus{
    box-shadow: none!important;
}

.header_search:focus .search_input_group{
    border: 2px solid #130f40!important;
}
.text-decoration-none:link{
    text-decoration: none;
}
.blogs-details a:hover{
    color:#130f40!important;
}
.float{
    position: fixed;
    width: 160px;
    height: 48px;
    top: 376px;
    padding: 10px;
    z-index: 1000;
    left: -56px;
    background-color: #130f40;
    color: #FFF;
    border-radius: 0px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    transform: rotate(-90deg);
}
.font-12{
    font-size: 12px;
}
.font-25{
    font-size: 25px;
}