	body {
		min-width:1349px;
	}
	
	.flex-container {
	  display: flex;
	  flex-wrap: nowrap;
	}
	
	.txt {
		width:79.319%;
        margin-top: 20px;
        margin-left: 20px;
		margin-bottom:50px;
		min-height:80vh;
	}
	
  
  .jumbotron {
	margin-bottom: -10px;
    padding: 1rem 2rem;
	overflow:hidden; 
    background: #fff;
    color: #fff;
    position: relative;
  }

  #linebar{
	  z-index: 2;
	  position: relative;
	  background: #c2e59c;  /* fallback for old browsers */
	  background: -webkit-linear-gradient(to left, #2a6494, #c2e59c);  /* Chrome 10-25, Safari 5.1-6 */
	  background: linear-gradient(to left, #2a6494, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
  .flex-container {
	  z-index: 2;
	  position: relative;
	  background: #fff;
  }
  h1:first-child {
	  z-index: 100;
	  position: relative;
	  display: block;
	  font-size: xx-large;
	  top: 10;
	  right: 130px;
  }


	
  .fakeimg {
    height: 200px;
    background: #aaa;
  }
  #nav{
  	width: 180px;
  	background-color: #046486;
  	color: #fffaf0;
  	display: inline-block;
  	float: left;
  	padding: 25px 10px;
  }
  #nav>ul {
  	font-size: 1.2rem;
  	font-family: Poppins-Regular;
    list-style-type: none;
    padding: 0;
  }
  #nav>ul>li>a{
    color: #fffaf0;
    text-decoration: none;
    font-family: Times New Roman;
    font-size: 1.2rem;
  }
  #nav ul li.active a{
    color: rgb(255, 187, 56);
	font-weight:900;
  }
  .container{
  	display: flex;
  	height: auto;
    align-items: center;
    width: auto;
	float:left;
  }
  #footer{
  	clear: both;
  	height: 50px;
  	padding: 10px;
    background: #6a9a98;
  }

  .rdt{
	padding: 1 6 !important;
    border: 1px solid;
    border-radius: 6%;
    background: yellow;
    color: red;
    font-weight: 600;
	line-height:normal !important;
  }
  
  #puid{
	  text-align:center;
	  color:blue;
  }
  
  #icmr_icon{
	
    display: inline-block;
    height: 80px;
    margin-top: -16px;
	float:left;
  }