body {
	  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
	/*background-color: #ffffb3;*/
	background-color: #ffe6ff;
margin-top:60px;
margin-left:60px;
margin-right:60px;
font-size: 28;
font-size: 16;
font-weight: 400;
/*font-color: "green";*/
 line-height: 0.3;
}

h1 {
  font-family: Helvetica, Geneva, Arial,
  SunSans-Regular, sans-serif;
  font-color: #226699;
  text-align: left;					
  font-size: 16;
				}
h2 {
  font-family: Helvetica, Geneva, Arial,
  SunSans-Regular, sans-serif;
  font-color: #226699;
  text-align: center;					
  font-size: 16;
				}
h3	{
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        font-size: 24;
	font-color: #ff0000;
	text-align: left;					
				}
h4	{
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        font-size: 64px;
	font-color: #ff0000;
	text-align: center;					
				}
h5	{
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        font-size: 64px;
	font-color: #ff0000;
	text-align: left;					
				}

h6      {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        position: absolute;
        font-size: 32px;
        font-color: #ffff00;
        top: -40px;
        right: -500px
                }



.reddot{
  position: absolute;
  display: block;
  right: 650px;
  top: 810px;
  width: 8%;
}


.mytxt1 {
	position: absolute;
/*	display: inline-block; */
	text-align:center!important;
	top: 110px;
	right:400;
	width: 220px;
	border: none;
	font-size: 90;
	font-weight: 700;
	font-color: #ff0000;
}

.mytxt2 {
        position: absolute;
        text-align:center!important;
        top: 325px;
        right:400;
        width: 200px;
/*        border: 3px solid #73ad21; */
        border: none;
        font-size: 90;
        font-weight: 700;
        font-color: #ff0000;
}

.mytxt3 {
        position: absolute;
        text-align:center!important;
        top: 570px;
        right:400;
        width: 200px;
        border: none;
        font-size: 90;
        font-weight: 700;
        font-color: #ff0000;
}


.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 45px; /* Specified height */
  background: #12ffb3; /* Green background */
  border-radius: 44px;
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 45px; /* Slider handle height */
  background: #000000; /* black background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 9px;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #000000; /* black background */
  cursor: pointer; /* Cursor on hover */
}

.slider1 {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 45px; /* Specified height */
  background: #ffff00; /* was ffff99 Yellow background */
  border-radius: 44px;
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider1:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider1::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 45px; /* Slider handle height */
  background: #3333ff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 9px;
}

.slider1::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #3333ff; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider2 {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 45px; /* Specified height */
  background: #ffb3ff; /* lilac background */
  border-radius: 44px;
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider2:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider2::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 45px; /* Slider handle height */
  background: #3333ff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 9px;
}

.slider2::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #3333ff; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


div.outer{
	margin: 0em;margin-top: 0em ; margin-bottom: 0em ;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
	overflow: hidden;
    background-color: #ffaaaa;
    color: #8AF;
    padding: 0px 20px;
	border-color: "black";
	border-width: 10px;
	
}
.column {
  float: left;
  width: 45%;
}
.column3 {
  float: left;
  width: 33%;
}
div.rcorners2 {
	
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  /*width: 200px;*/
  overflow: hidden;
  line-height: 0.3;
  /*height: 150px;*/  
}
div.rcorners {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 40%;
  overflow: hidden;
  /*height: 150px;*/  
}
div.lcorners {
  margin-left:50%;
  margin-top: -60px;
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 40%;
  overflow: hidden;
  /*height: 150px;*/  
}
/*
.notification {
  position: relative;
     background: #00f;
     color: #00f;
     border: 1px solid #eee;
     border-radius: 10px;
     box-shadow: 5px 5px 5px #eee;
     height: 50px;
     width: 200px;
     padding: 10px 10px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 30px;
     color: #fff;
     margin: 4px 2px;
     cursor: pointer;
}

.notification:hover {
  background: red;
}

.notification .badge {

  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
*/
.button {
/*  background-color: #ffff99;*/
  background-color: #ffecff;
  border: 2px solid #73AD21;
  border-radius: 24px;
  color: blue;
  height: 50px;
  width: 200px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {
/*  background-color: #ffff99;*/
  background: #000;
  background-color: #000;
  border: 2px solid #73AD21;
  border-radius: 4px;
  color: blue;
  height: 50px;
  width: 200px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

.form-submit-button {
     background: #00f;
     color: #00f;
     border: 1px solid #eee;
     border-radius: 10px;
     box-shadow: 5px 5px 5px #eee;
     height: 50px;
     width: 200px;
     padding: 10px 10px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 30px;
     color: #fff;
     margin: 4px 2px;
     cursor: pointer;
}
.form-submit-button:hover {
     background: #016ABC;
     color: #fff;
     border: 1px solid #eee;
     border-radius: 10px;
     box-shadow: 5px 5px 5px #eee;
  background: #000;
  background-color: #000;
  border: 2px solid #73AD21;
  border-radius: 10px;
  color: blue;
  height: 50px;
  width: 200px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;

} 
input[type="text"]
{
    font-size:40px;
    font-weight: bold;
}

input[type="text"]:disabled;
{
    font-size:40px;
    font-weight: bold;
}
.switch {
  position: relative;
  position: center;
  display: inline-block;
  width: 120px;
  height: 68px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slidersw {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidersw:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 52px;
  left: 8px;
  bottom: 8px;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}


input:checked + .slidersw {
  background-color: #00ff00;
}

input:focus + .slidersw {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidersw:before {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
}

/* Rounded sliders */
.slidersw.round {
  border-radius: 68px;
}

.slidersw.round:before {
  border-radius: 50%;
}
