body {
  height: 2000px;
  background: linear-gradient(to bottom, #E9E4D1 0%, #F0F2F5 10%);
  font-family: Arial;
}

/* Flexbox */
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container .boxl {
  width: 30%;
  margin: 10px;
  line-height: 5px;
  font-size: 30px;
}
.flex-container .boxr {
  width: 70%;
  margin: 10px;
  line-height: 5px;
  font-size: 30px;
}

/* Fixed Navbar */
#navbart {
  text-align: center;
  position: fixed;
  top: 220px;
  width: 100px;
  display: block;
  transition: top 0.3s;
}
#navbart a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 17px;
}

/* Reset Box Model */
* {
  box-sizing: border-box;
}

/* First Header */
.header_sectionh {
  width: 100%;
  top: 0;
  margin-top: 0px;
  float: left;
  background-color: #1B5F73;
  padding: 0px;
}
.navbarh {
  width: 100%;
  text-align: center;
  background-color: #1B5F73;
  padding: 20px;
  overflow: auto;
  margin-top: 0px;
}
.navbarh a {
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 15%;
  text-align: center;
}
.navbarh a:hover {
  background-color: #000;
}
.navbarh a.active {
  background-color: #04AA6D;
}
@media screen and (max-width: 500px) {
  .navbarh a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Second Header */
.header {
  overflow: hidden;
  padding: 10px 5px;
}
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}
.header a:hover {
  background-color: #ddd;
  color: black;
}
.header a.active {
  background-color: dodgerblue;
  color: white;
}
.header-right {
  float: right;
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

/* Typography */
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
p {
  padding: 5px 20px;
  font-size: 18px;
}

/* Form Styling */
#regForm {
  background-color: #ffffff;
  direction: rtl;
  margin: 100px auto;
  font-family: Arial;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}
input,
select {
  padding: 10px;
  width: 100%;
  font-size: 20px;
  font-family: Arial;
  border: 1px solid #aaaaaa;
}
select {
  font-size: 30px;
}
select.invalid {
  background-color: #ffdddd;
}
.tab {
  display: none;
}
button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 30px;
  font-family: Arial;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
#prevBtn {
  background-color: #bbbbbb;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #04AA6D;
}

/* Containers and Sections */
.center_calot {
  padding: 10px;
  margin-top: 150px;
}
.center_img,
.cala {
  width: 100%;
  margin: auto;
  background-color: white;
  margin-bottom: 25px;
}
.center_img {
  margin-top: 120px;
}
.container {
  direction: rtl;
  text-align: right;
  padding: 10px 20px;
}

/* Footer */
.footer_section {
  width: 100%;
  margin-top: 20px;
  float: left;
  background-color: #1B5F73;
  padding: 50px 0px;
}
.navbar {
  width: 100%;
  text-align: center;
  background-color: #1B5F73;
  padding: 20px;
  overflow: auto;
  margin-top: 10px;
}
.location_main {
  width: 100%;
  display: flex;
  padding-top: 10px;
}
.location_text {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fdfefe;
}
.padding10 {
  padding-left: 10px;
}
.navbar a {
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 15%;
  text-align: center;
}
.navbar a:hover {
  background-color: #000;
}
.navbar a.active {
  background-color: #04AA6D;
}
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Copyright */
.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}
.copyright_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid #fff;
}

/* Special Elements */
.img_transforms {
  border: none;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 110px;
  border-radius: 8px;
}
