
.social{
    background-color:#70AD47;
    height: 19%;
    width: 100%;
    padding:  0px 50px ;
    margin-top: 0px;
    direction: rtl;
}  
.fa {
    padding: 1px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  .name{
    display: flex;
  }
  .text_name {
    margin-left: 5% ;  
    margin-bottom: 0%; 
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 2%;
  }
  .text_name h2{
    margin-bottom: 4%;
    margin-top: 3.5%;
  }
  .text_name p{
    font-size: 18px;
    margin-top: 0%; 
  }

  .img_name{
    width: 5%;
    margin-left: 5%;
    margin-top: 1%;
  }
  .container {
    position: relative;
    font-family: Arial;
  }
  .MakeAppointment{
    font-size: 15px;
    right: 4%;
    text-decoration: none;
    background-color: #70AD47;
    padding: 0 20px ;
    position:absolute;
    margin-top: 2%;
    border-radius: 10px;
  }
  a{
    text-decoration: none;
    color: aliceblue;
  }
  .main{
    background-color: #70AD47;
    margin-top: -3%;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
    border: 2px white solid;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;

    
  }
  .main img{
    width: 80%;
    margin-top: 10%;
    border-radius: 20px;
    justify-content: space-around;
    margin-left: 10%;
  }
  .main p{
    text-align: center;
    justify-content: center;
  }
  .main2{
    display: flex;
  }
.main2 img{
  float: left;
  width: 60%;
  margin-left: 2%;
  height: 100%;
  border: 2px white solid;
  margin-top: 1%;
}

.main2 p{
font-size: 1rem;
text-align: center;
}
.flebs .img7{
  width: 90%;
  height: 60.5%;
  margin-bottom: 18%;
}
.flebs p span{
  font-family: Bradley Hand ITC;
  font-size: 2rem;
  padding: 2px;
  margin: 2px;
  font-style: italic;
}
.subtitel{
  text-align: center;
  font-family: Bradley Hand ITC;
  font-size: 2rem;
  margin-top: 0%;
}
.subtitel h2{
  margin-top: 0%;
  padding: 0%;
  font-weight: normal;
}
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 14px;
  height: 120px;
  background-color: #70AD47; /* Should be removed. Only for demonstration */
  justify-items: center;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column img{
  position: absolute;
  margin-top: 1%;
  width: 5%;

}
.column h3{
  margin-left: 28%;
  margin-top: 6%;
  color: white;
  font-weight: normal;
  font-size: 1rem;
  font-family:'Times New Roman', Times, serif;
}
.column img{
  margin-left: 2%;
}