body{
  box-sizing: border-box;direction:rtl;
  font-size:1.1em;
	
}

input[type=text], select, textarea {
  width:95%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  float: left;
	margin-bottom: 150px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: right;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: right;
  width: 75%;
  margin-top: 6px;
}

.tell{font-size:large}

.row::after {
    content: "";
    display: table;
    clear: both;
}
a{text-decoration:none}.topnav{overflow:hidden;background-color:#e6e4e4;position:fixed;bottom:0;width:100%}.topnav a{float:right;color:#47b5eb;text-align:center;padding:17px;border-right:solid;border-color:#fffaf0}.topnav a:hover{background-color:#ddd;color:#000}.topnav a.active{background-color:#cfcec8;color:#6495ed}h2{color:#6495ed}h3{color:#008b8b}h4{color:#8a2be2}h5{color:brown}h6{color:#f0f}@media(max-width:620px){.topnav a{width:22%;padding:15px}}

		img {
    max-width: 100%;
    height: auto;
  
    float:left;
}
@media screen and (max-width:600px) {
    .footer,#Button1, .col-25, .col-75, input[type=submit] {
        width:95%;
        
    }
    input[type=submit] {
        margin-bottom: 150px;
    }
}