nav#landmarks {
display:none;
}

nav#page-list {
display:none;
}

.covertxt{
background:#1476bc;
position:absolute;
top:50%;
width:100%;
}

body{
pading:2%;
}
.qrimg{
display:block;
float:right;
width:130px;
}
p{
word-wrap:break-word;
text-align:justify;
}
img{
width:100%;
}
.top-right {
position: absolute;
top: 10px;
right: 10px;
width: 120px;
}
h1{
padding:10px;
background:#d8e0f2;
color:#1476bc;
}
h3{
color:#1476bc;
}
h4{
color:#1476bc;
}
h5{
color:#1476bc;
}
.box-ylw{
padding:10px;
background:#E3C103;
color:#fff;
word-wrap:break-word;
}
li{
word-wrap:break-word;
}

.li-alpha{
color:#4db8ff;
}
table, tr, th, td{
border: 2px solid #1576bc;
word-wrap:break-word;
border-collapse:collapse;
height: 25px;
padding:1px;
overflow:hidden;
font-size:small;
text-align:center;
}
.tb1{
border: 1px solid #ffffff;
word-wrap:break-word;
}
td.middle-border, th.middle-border {
border-right: 2px solid red;
word-wrap:break-word;
}
.box10 {
background-color: #1476bc;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0 5px 5px #777;
word-wrap:break-word;
}
@counter-style hindi-letters {
  system: fixed;
  symbols: "क" "ख" "ग" "घ" "ङ" "च" "छ" "ज" "झ" "ञ"
           "ट" "ठ" "ड" "ढ" "ण" "त" "थ" "द" "ध" "न"
           "प" "फ" "ब" "भ" "म" "य" "र" "ल" "व" "श"
           "ष" "स" "ह";
  prefix: "(";
  suffix: ") ";
}

.hindi-list {
  list-style: hindi-letters;
}

.container1 {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.container1 img {
  width: 60px; 
  height: auto;
  margin-right: 0px;
}
.box1 {
background-color: #5c988d;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
border: 5px solid #c9a36e;
word-wrap:break-word;
}