*{
    font-family: Calibri, DroidKufi,'Droid Arabic Kufi',sans-serif;
}

.nav_qu {
    color: #41464b;
    display: block;
   width: 90%;
    margin-left: auto;
   margin-right: auto;
   border-radius: 50px;
   text-align: center;


}


.specialtys-titel{
    color: blue;
    text-decoration: underline;
}
.navbar{
    margin-bottom: 10px;
}




.but_r{
    margin-right: auto;
}
.but_l{
    margin-left: auto;
}

body, html{
    /*background-color: #f2f2f2;*/
    background-color: #fff;
    /*width: 99%;*/
    /*text-align: center;*/
    /* padding-left: 24px; */
    margin: auto;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=number], input[type=email], input[type=file], input[type=month], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 0px 12px 12px 12px;
  display: inline-block;
  /*margin-left: auto;*/
   margin-right: auto;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 21px 72px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width:25%;
}

/* Style the container */
.container {
  border-radius: 50px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  max-height: 90%;
  max-width: 70%;
  box-shadow: 10px 10px 10px 10px grey;
}



.button {
    border-radius: 50px;
  padding: 20px;
  margin-bottom: 50px;
  max-height: 90%;
  max-width: 70%;
    margin-bottom: 15px important;

}
/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  font-weight: bold;
  color: #41464b;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
  font-weight: bold;
  color: #41464b;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 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 */

.head{
    margin-top: 1%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    line-height: .8;
    margin-bottom: 20px;
}

.head .titel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}


.head .titel .content{
    padding-right: 3%;
}

.head .titel .content p{
    font-weight: bold;
    color: #984245;
    inline-size: max-content;
}
/*.head .titel .content h1{*/
/*    font-size: 20px;*/
/*}*/

.head .titel .before {
  content: "";
  width: 20px;
  background-color : #ce2333;
  height: 100%;
}

.head .img {
   max-height: 150px;
    max-width: 150px;
    margin: 0px 3px;
}
.head .eng{
    direction: ltr;
}
.head .eng h1{
    background-color : #ce2333;
    color : white;
    text-align: right;
    white-space:nowrap;
}
.head hr{
    height: 5px;
    background-color: black;
    width: 80%;
    color: black;
    margin: 0 auto 3px 0;
}

p.eng-dis::before {
    margin-right: 5px;
    margin-left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    /* padding-left: 26px; */
    
}
.head .eng p{
    text-align: left;
    text-indent :-20px;
    /*margin-left: 20px;*/
    margin:1px 0px 1px 20px;
}

.head .eng p spam{
    color: #984245;
    /*margin: 9.3px 0px 0px 20px;*/
    /*display: block;*/
}

.footer .frist,.footer .second{
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    grid-gap: 10px;
    margin:3px;
}
.footer .frist p::before,.footer .second p::before {
    margin-right: 5px;
    margin-left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    /* padding-left: 26px; */
    
}
@media screen and (max-width: 820px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
 label{
     margin-left: auto;
   margin-right: auto;
 }
  .container{
     height:100%;
     max-width: 98%;
  }
  
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    }
    .head .titel .before {
        width : 10px;
    }
    
    .head .titel .content p , .head .eng p{
         font-size: 8px;
    }
    
    .head .titel .content h1 , .head .eng h1{
        font-size: 20px;
    }
    .head .img {
       max-height: 100px;
        max-width: 100px;
    }
    
    .footer .frist , .footer .second{
        font-size: 8px;
    }
}