

.font {
    color:white;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;;
    
}
.font1 {
    color:black;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;;
    
}
.font2 {
    color:green;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;;
    
}
.Btn1 {

  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
.error {color: #FF0000;}
.Btn1:hover {
  background-color: #555;
}
.section{
	height:140%;
	
	width:100%;
	top:6.5%;
	bottom:6.5%;
	position:absolute;
	display:inblock;
}
.ind-section{
	height:130%;
	
	width:100%;
	top:130%;
	bottom:6.5%;
	position:absolute;
	display:inblock;
}
.home-bg{
	top:50%;
	height:130%;
    background-image:url("in-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;

}
.hiw-bg{
	top:50%;
	height:130%;
   
    min-height: 100%;
    background-position: center;
    background-size: cover;

}
.index-bg{
	top:90%;
	
    background-image:url("i-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
    left:20%;
}

}
.user-bg{
	top:90%;
	height:140%;
	width:100%;
    background-image:url("u-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
    left:20%;
}
.con-bg{
	top:90%;
	height:140%;
	width:100%;
    background-image:url("con-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
    left:20%;
}
.back-bg{
	top:90%;
	height:140%;
	width:100%;
    background-image:url("back-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
    left:20%;
}
.reg-bg{
	top:90%;
	height:190%;
	width:100%;
    background-image:url("uc-bg.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
    left:20%;
}

.faq-div
{ 
    left:40%;
	height:100%;
	width:50%;
	top:40%;
}
.faq-bg{
	top:px;
    background-image:url("faq.png");
   height:100%;

    background-position: center;
    background-size: cover;
    
}

.admin-bg{
	top:0%;
	height:130%;
    background-image:url("a.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;

}

.out-section{
	height:140%;
	
	width:100%;
	top:50%;
	bottom:6.5%;
	position:absolute;
	display:inblock;
}
.div-text{
	color:red;
	margin-right:5%;
	font-size:200%;
	float:right;
	
}
.div-down{
		margin-left:3%;'
		font-size:50%;
}
.out-btn {
    width: 80%;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.out-btn:hover {
    background-color: #45a049;
}
.result-bg{
	top:0%;
	height:230%;
    background-image:url("r.jpg");
   
    background-position: center;
    background-size: cover;

}
.form-bg{
	top:50%;
	height:130%;
    background-image:url("f.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;

}
@media screen and (max-width: 768px){
.section{
	height:1000px;
	position:relative;
	top:2px;
	bottom:2px;
}
.footer {	
position:relative;
height:auto;
}
.try-btn {
	 font-size: 100%;
}
.inputcss{  
  input[type=text], select {
    width:auto;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

 
 input[type=number], select {
    width:auto;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	align:left;
	
}
}
}
@media screen and (min-width: 768px){
.footer {	
position:absolute;
height:14%;
}
}

.form{
	color:black;
}
.form1{
	background:white;
    color:black;
	margin-left:2%;
	margin-right:50%;
	font-size:140%;
}	
.form2{
	background:white;
    color:black;
	margin-left:8%;
	margin-right:8%;
;
}	
.form-btn{
	 padding: 12px;
	 width:20%;
   }
 .inputcss{  
  input[type=text], select {
    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

 
 input[type=number], select {
    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
}
input[type=submit] {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover  {
    background-color: #45a049;
}

input[type=reset] {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=reset]:hover {
    background-color: #45a049;
}
.from-div {
    border-radius: 5px;
    background-color:;
    padding: 20px;
	opacity:100%;
} 
.footer {
 top:260%;
  clear: both;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color:black;  
 display:inblock;
}
.tfooter {
 top:160%;
  clear: both;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color:black;  
 display:inblock;
}

.myBtn2 {
  display:none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
.myBtn2:hover {
  background-color: #555;
}

.try-btn {
  position:absolute;
  padding: 2% 2%;
  font-size: 200%;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color:red;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  top:40%;
  left:12%;
  -webkit-animation-name: try-btn; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: try-btn;
  animation-duration: 4s;
  width: 50%;
  animation-iteration-count: infinite;
  display:inline;
}


.try-btn:hover {
	-webkit-animation-play-state: paused;
	background-color: #3e8e41;
}

.try-btn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes try-btn {
    0%   {background-color:red;}
    25%  {background-color:yellow;}
    50%  {background-color:blue; }
    75%  {background-color:green; }
    100% {background-color:red;}
}

/* Standard syntax */
@keyframes try-btn {
    0%   {background-color:red;}
    25%  {background-color:yellow; }
    50%  {background-color:blue; }
    75%  {background-color:green; }
    100% {background-color:red;}
}



.container {
    padding: 16px;
}


/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
 
}
.scrollDisabled{
 overflow: hidden;
}
.faq{
	color:black;
}
.faq:hover{
	color:black;
}
 .wrapper{ width: 550px; padding: 20px; color:black;}
.user-div{
	padding-top:40px;
}
.dis-bol1{
	position:absolute;
	display:inline-block;
	top:150px;
}
.dis-bol2{
	position:absolute;
	display:inline-block;
	 left:550px;
	 top:150px;
}
.loginimage
{
	
	width:80%;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
  top:200px;
}
.column1 {
  float: left;
  width: 26%;
  margin-bottom: 16px;
  padding: 0 8px;
  top:200px;
}
@media screen and (max-width: 650px) {
  .column {
    width: 90%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
  
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}
.cu-div
{
	float:center;
    margin: 20px;
    height: auto;
	
}
.map-div{
	top:900px;
	width:300px;
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: auto;
}

.button:hover {
  background-color: #000;
}
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 1000px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 1000px;
}
.back-div{
	float: left;
  width: 60%;
  margin-bottom: 16px;
  padding: 0 8px;
  background-color:white;
  top:90px;
}

.op-div{
height:10%;
width:100%;
border:1px solid white;
background-color: brown;
padding: 10px;
color:black;	
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.bg-result {
    background-image:url("bg-result.jpg");
    min-height: 100%;
    background-position: center;
    background-size: cover;
	color:white;
    text-decoration:none;
}
.div-btns {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 18px 70px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	position:relative;
	display:inline;
}
.div-btns:hover  {
    background-color: #45a049;
}