nav#landmarks {
  display: none;
}

ol {
  list-style-type: none;
}

body {
            font-family: 'Noto Sans Devanagari', Arial, sans-serif;
            line-height: 1.6;
            margin: 40px auto;
            max-width: 1200px;
            padding: 20px;
            background: #fff;
			text-align:justify;
        }

.qrimg {
  display: block;
  float: right;
  width: 130px;
}

img {
  width: 100%;
}

h1 {
  padding: 10px;
/*background:#3992BA;*/
  color: #ba4531;
}

h2{

color: #9c0c0f;
}

h3 {
  color: #972023;
/*border-bottom:2px dotted #69bf69;*/

}

h4 {
color: #125970;
  
}

.redtxt{
color:#a60f13;
font-weight:bold;
}

.blue{
color:#0089d0;
font-weight:bold;
}

.red{
color:#a60f13;
font-weight:bold;
text-align:center;
}

.box-grn {
  padding: 10px;
  background: #f9f5dd;
  color: #000;
text-align:center;
  border-radius:10px;
  /*border: 3px solid #e5ba7f;
  border-bottom: 5px solid #e5ba7f;
  margin-bottom: 20px;*/
}

.box-blue {
  padding: 10px;
  background: #c7e2ef;
  color: #000;
  border-radius:10px;
}

.box-green {
  padding: 10px;
  background: #e2eabf;
  color: #000;
  border-radius:10px;
}

.box-ylo {
  padding: 10px;
  background: #fcf5d9;
  color: #000;
  border-radius:10px;
}

.box-pink {
  padding: 10px;
  background: #f9ccce;
  color: #000;
  border-radius:10px;
}



.box-1 {
  padding: 10px;
  background: #f5ebe5;
  border-radius:10px;
  margin-bottom: 20px;
}

img {
  max-width: 95%;
  padding: 5px;
  text-align: center;
}

.img-ico{
	max-width: 30px;
	padding: 5px;
	text-align: center;
}

.img-des{
font-size:0.9rem;

text-align:center;
padding:10px;
}

.box10 {
  background-color: #edc39a;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 5px #777;
}

.headding{
background-color:#88a458;
padding:10px;
color:white;
text-align:center;
border-radius:10px;
}

.prp{
background-color:#8e3393;
padding:10px;
color:white;
text-align:center;
border-radius:10px;
}


.ylo {
background-color:#9c7d2e;
padding:10px;
color:white;
text-align:center;
border-radius:10px;
}

.input {
  border: 1px dotted #69bf69;
  border-radius: 5px;
  background-color: #d8edd6;
  width: 50px;
margin:2px;
}

.inputtxt {
  border: none;
  border-bottom: 2px solid #5f6166;
  width: 60px;
}

table {
  width: 100%;
  margin-top: 0px;
}

th, td {
  border: 1px solid #69bf69;
  
  text-align: center;
border-radius:5px;
}

.covertxt{
background:#eae7d8;
color:#5a5208;
position:absolute;
top:50%;
width:100%;
}

.input-a{
border: 1px dotted #c63441;
  border-radius: 5px;
  
  width: 100px;
}
ul, li, ol
{
padding:5px;
}

