body{
    background-color: #f3f3f3;
    max-width: 100%;
    overflow-x: hidden;
}

.content-wrap{
    width: 98%;
    margin: auto;
    min-height: 80vh;
}
.liner{
    width:100%;
    height: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
 


.active1, .btn-theme{
    background-color: #1b63a8 !important;
    color: #fff;
}

.btn-theme:hover{
    color: #fff;
}

.site-input{
    border: 1px solid #1b63a8;
    border-radius: none;
}