

* {
  box-sizing: border-box;
}
@font-face {
  font-family: GESS_Two_Medium_0;
  font-display: fallback;
  src: url(../fonts/GE_SS_Two_Bold.otf)
}

@font-face {
  font-family: GESS_Two_Medium_Light;
  font-display: fallback;
  src: url(../fonts/GE_SS_Two_Light_0.otf)
}

@font-face {
  font-family: GESS_Two_Normal;
  font-display: fallback;
  src: url(../fonts/GE_SS_Two_Medium_0.otf)
}

@font-face {
  font-family: GE_SS_Text_Light_Italic;
  font-display: fallback;
  src: url(../fonts/GE_SS_Text_Light_Italic.otf)
}

@font-face {
  font-family: GE_SS_Two_Bold;
  font-display: fallback;
  src: url(../fonts/GE_SS_Two_Bold.eot)
}
body { 
  
  background-image: url('../images/JCO-BACKGROUND-min.jpg');
 background-repeat: no-repeat;
  /*background-attachment: fixed;  
  background-size: cover;*/
  background-size:contain;
  background-size: cover;
  background-position: 50% -20px;
  padding: 20px 5px;
    
  margin: 0;
  zoom: 90%;
  font-family:Tahoma, Verdana, sans-serif;
  color: #692D0C;

  
}
.terms{
    color:#692D0C;
    float: left;
    padding-top: 15px;
}
.font-en
{
  font: 700 20px/1 Avenir Next,sans-serif;
}
.font-ar
{
  font-family: 'GESS_Two_Medium_Light';
}
.wrapper{
  /*background-image: url('../images/BACKGROUND-02.jpg');*/
  width: 80%;
   
   margin: auto;
   /*background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: contain;*/
}
.header h3
{
  margin: 10px;
  text-transform: uppercase;

}
.content {
  
  max-width: 500px;
  margin: auto;
 background: rgb(237 232 232 / 60%);
  padding: 10px;
  margin-top:7%;
}
.content h2
{
  margin: 0px 0px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  
}
.header {
  float: center;
  overflow: hidden;
  background-color: #ffffff00;
  padding: 10px 10px;
}

.header a {
  float: center;
  color: black;
  text-align: center;
 
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}
.text-center
{
  text-align: center;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}



.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}


@media screen and (max-width: 768px) {
    .wrapper{
        width:90%;
    }
    body{
        zoom:100%;
            background-position: 50% 0px;
                padding-bottom: 5px;
                    margin-bottom: 15%;
    }
   
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: center;
  }
  
  .header-right {
    float: none;
  }
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=button] {
  background-color: #ed672b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-weight:bold;
}

input[type=button]:hover {
  background-color: #000000;
}
.form-row
{
  display: flex; justify-content: space-between;font-family:Tahoma, Verdana, sans-serif;
}
.form-row label
{
  font-size: 16px;
}
.container {
  border-radius: 5px;
  
  padding: 10px;
  
}

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.col-35 {
  float: right;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}