*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;    
}

#header{
    /* display: flex; */
    /* justify-content: center; */
    background-color:  #2477c1 !important;
    overflow-x: hidden;
}

.bg-header{
    background-color:  #2477c1 !important;
}

._mt-5{
    margin-top: -5px !important;
}
.font-600{
    font-weight: 600 !important;
}
.pt-13{
    padding-top: 13px;
}
.font-1_3{
    font-size: 1.4rem !important;
}
.font-1_5{
    font-size: 1.5rem !important;
}

.font-1_2{
    font-size: 1.2rem !important;
}

.carousel_img{
    height:250px !important;
}

#main_right{
    height: 580px;
    overflow-y: scroll;
}

.m_image{
    height: 200px !important;
}

.overflow-hidden{
    overflow-x: hidden !important;
}

body {
    font-family: kokila !important;
}

body{
    overflow-x: hidden !important;
}

 .bg-nagarik-patra{
    background-color: #777 !important;
 }
 p{
    margin-bottom:0px !important;
 }