.nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
}

.ttop-nav a{
    text-decoration: none;
    color: #000;
}

.thm-bg{
    background: #074280;
    color: #fff;
}

.thm-clr-txt{
    color: #074280;
}

.hr-line{
    border-right: 1px solid #000;
    height: 25px;
}

.img-height{
    height: 70vh;
}

.search{
    margin: 0 auto;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advance-search-btn{
    border: none;
    background: #074280;
    color: #fff;
    padding: 5px 30px 5px 30px;
}








.red-box{
    background: #ac3e31;
    color: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    text-align: center;
}

.blue-box{
    background: #89abe3ff;
    color: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    text-align: center;
}

.yellow-box{
    background: #dbae58;
    color: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    text-align: center;
}

.white-box-1{
    background: #fff;
    color: #ac3e31;
    padding: 20px;
    border-radius: 10px;
}

.white-box-2{
    background: #fff;
    color: #89abe3ff;
    padding: 20px;
    border-radius: 10px;
}

.white-box-3{
    background: #fff;
    color: #dbae58;
    padding: 20px;
    border-radius: 10px;
}


#tabbss a{
    text-decoration: none;
    color: black;
}

#tabbss li{
    list-style: none;
    line-height: 3;
}

#tabbss .nav-link{
    color: grey;
}

#tabbss .nav-item .active{
    color: black;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    width: 100%;
}

#counter .item {
    background: #074280;
    width: 200px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: #a2a2a1ff;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h5 {
    color: #fff;
    text-transform: capitalize;
}


footer li{
    list-style: none;
}

footer a {
    text-decoration: none;
    color: black;
}





@media only screen and (max-width:991px){
    .hr-line{
        display: none;
    }
}




/* Advance Search Page Start*/

.bg-1{
    border-right: 1px solid;
    border-right: 1px solid;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/* Advance Search Page End */