	.top-div{
	    width: 100%;
		background: white;
		position: fixed !important;
		padding-left: 16px !important;
		padding-top: 14px !important;
		padding-right: 10px;
		top:0px !important;
		right: 0px !important;
		left:0px !important;
		padding-bottom: 10px !important;
	}
	.top-div .logo-txt{
		font-family: "Roboto", sans-serif;
		font-size: 24px;
		padding-left: 35px;
		font-weight: 600;
		letter-spacing: 1.5px;
	}
	.top-div .img{
	    position: relative;
	    top: 5px;
	    width: 30px;
	}
	.top-div .lnk{
		text-decoration: none;
		float:right !important;
		overflow: hidden;
		color: grey;
		font-size: 14px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top:5px;
	}
	
	.top-div .lnch{
	    margin-right:20px;
		background-color: #1a73e8;
		color: white;
		padding: 10px;
		padding-left: 24px;
		padding-right:24px;
		border-radius: 5px;
		position:relative;
		top: 0px;
		right:6px;
		border: 1.5px solid #1a73e8;
	}
	.top-div .lnch:hover{
		background-color: white;
		color: rgb(56,147,228);
		border: 1.5px solid rgb(56,147,228);
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.first-cvr{
		padding-top:120px;
		font-size: 20px;
		letter-spacing: 1.2px;
	}
	.first-cvr .othr-txt{
		font-size: 16px;
	}
	.first-cvr b{
		font-size: 18px;
	}
	.first-cvr .toWeb{
		background-color: #1a73e8;
		color: white;
		margin-top:40px;
		padding: 18px;
		padding-left: 50px;
		padding-right: 50px;
		border-radius: 0px;
		letter-spacing: 1.25px;
		font-weight: 500;
		border: 1.5px solid #1a73e8;
		font-size: 16px;
	}
	.first-cvr .toWeb:hover{
		background-color: white;
		color: rgb(56,147,228);
		border: 1.5px solid #1a73e8;
		transition: all 0.3s ease;
		cursor: pointer;
		font-weight: 500;
	}
	.first-cvr .opn{
		font-size: 46px !important;
		line-height:100px !important;
		color: rgb(56,147,227);
	}
	.first-cvr .cls{
		font-size: 46px !important;
		color:black;
	}
	.second-cvr{
		padding: 10px;
		padding-top: 200px;
	}
	.second-cvr .hdng{
		float:center;
		display: inline;
		font-size: 34px;
	}
	.second-cvr .info{
		font-size:16px;
		line-height: 24px !important;
		width: 100% !important;
	}
	body {
	background-color:white !important;
	height:100% !important;
	color:#333;
	font-family:"Roboto",sans-serif;
	font-weight: 400 !important;
	font-size:14px;
	}
	.footer-div{
		padding-top:80px;
		padding-bottom: 80px;
	}
	.footer-div a{
		text-decoration: none;
		font-weight: 600;
		color: black;
	}
	@media screen and (min-width:750px){
	/* Tablet Screen */
	.top-div .lnk{
		font-size:16px;
		padding-right:45px;
	}
	.top-div .lnch{
		padding-left:40px;
		padding-right: 40px;
	}
	.contents{
		width:70%;
		margin-left: 15%;
	}
	}
	@media screen and (min-width:1020px){
	/* Small Laptop Screen */
	.top-div .lnch{
		margin-right:50px;
	}
	.contents{
		width:55%;
		margin-left: 22.5%;
	}
	.top-div .logo-txt{
		padding-left: 50px !important;
	}
	}
	@media screen and (min-width:1430px){
	/* Large Laptop Screen */
	
	}
	.lnke{
		display:none;
	}
	
    .side-cls{
		color: black;
		background-color: white;
		z-index:3;
		font-size:40px !important;
		position:relative;
		right: 20px;
		float:right;
		top:-12px;
		overflow:hidden;
		cursor:pointer;
		width:20px;
	}
	.panel{
		position: fixed;
		left: -1000px;
		display: inline;
		bottom:0px;
		top:0px;
		z-index:2;
    	background-color: white;
    	color:black !important;
    	padding:14px;
    	padding-right: 18px;
    	text-decoration: none !important;
    	padding-left:10px;
    	transition: all 0.3s ease;
    	width:310px;
        border:none;
	}
	.panel a{
		text-decoration: none;
		color: black;
		line-height:50px !important;
		font-size:16px;
		margin-left:10px;
		line-height:30px !important;
	}
	@media screen and (min-width:450px){
		.lnke{
			display: inline;
		}
		#side_arrwid{
			display:none;
		}
	}
	.pnl{
	    width:24px;
	    height:40px;
	}
	.pnl .ff{
	    background-color: black;
	    height:2px;
	    width:20px;
	}
	.pnl .f1{
	    position: fixed;
	    top:27px;
	}
	.pnl .f2 {
	    position: fixed;
	    top:33px;
	}
	.pnl .f3{
	    position: fixed;
	    top:39px;
	}
	.pnl{
	    overflow: hidden;
	    float:left;
	    position: fixed;
	    left: 15px;
	    cursor:pointer;
	}
	.webpage {
	    width:100% !important;
	    overflow-x:hidden;
	    float: left;
	    position:fixed;
	    overflow-y:scroll;
	    top:0px;
	    bottom:0px;
	    left:0px;
	    right:0px;
	}
	.panel .logo-txt{
	    font-size:24px;
	    font-family:"Roboto",Sans-serif;
	    position:relative;
	    padding-top: 28px !important;
	    font-weight:600;
	    color:black;
	}