/* logo */


* {
    padding: 0;
    margin: 0;
}

.language{
  float: right;
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
  padding-right: 20px;
  padding: 20px 20px 0px 0px ;
}

  .logoPart{
    /* width: 100%; */
    padding: 50px 0px 50px 75px;
    
}

.logoPart >img{
  width: 600px;
  height: auto;
  float: left;
 
}
.adress_near_logo{
  float:left;
  padding-left: 200px;
  padding-right: 5%;
}

h2{
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  padding: 80px 10px 30px 0px;
  color: navy;
}

.contactsLogo{
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: oblique;
  color:navy;
}

#childrenimg{
  width: 100%;
  height: auto;
}

#phoneNumber{
  font-size: 3em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: oblique;
  color: navy;
}

.sp-title-address{
  padding: 20px 10px 20px 0px;
  font-size: 1.5em;
}


.logo_part::after {
  box-sizing: border-box;
  content: "";
  clear: both;
  display: table;
}

  /* menu */
  
  .main_navbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:rgb(0, 206, 195)
  }
  
  .main_navbar a {
    text-decoration: none;
    float: left;
    color: #120681;
    text-align: center;
    padding: 20px 4%;
    font-size: 1.5em;
  }

  
.main_navbar a:hover {
    background-color:rgb(5, 235, 223);
    color: rgb(0, 12, 11)
  }


 


/* others */


/* #mainInfo{
  font-size: 23px;
  padding-left: 20px;
  padding-top: 30px;
} */

.about_us{
  margin: 20px;
  font-size: 1.7em;
}

.moreButton{
  font-size: 1.5em;
  padding: 17px;
  color:palevioletred ;
}

h1{
  text-align: left;
  /* float: left; */
  padding: 20px 20px 20px 20px;
  font-weight: bold;
  font-size: 50px;
  color: darkcyan;
}

.text{
font-size: 1.7em;
padding-bottom: 20px;
}

.text >p{
  padding-top: 10px;
}


/* services */

.service{
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 30px 10px 20px 20px;
}

/* .service :after {
  content: "";
  display: table;
  clear: both;
} */

.service >img{
    width: auto ;
    max-height: 300px ;
    /* /* height: auto ; */
    /* height: 300px; */
}

.servis_description{
  width: 500px;
}

.addition_information{
font-size: 25px;
}

.service_name{
  font-size: 35px;
  font-weight: bold;
}


.price{
  padding: 10px 0px 10px 20px;
  font-size: 1.7em;
}

@media (max-width: 480px) {

  h2{
padding-top: 60px;
padding-left: 36x;
  }

  .text{
    font-size: 30px;
  }
  .logoPart{
  padding-left: 0;
  padding-bottom: 30px;
  width: 95%;
  }

  .logoPart >img{
    padding-left: 0px;
    width: 95%;
  }

  #phoneNumber{
    font-size: 40px;
}

.service{
  box-sizing:inherit;
  float: left;
  width: 98%;
  /* height: 800px; */
  padding-left: 10px;
  padding-bottom: 30px;
}
.service >img{
  width: 95%;
}

.servis_description{
  width: 90%;
}
.addition_information{
  font-size: 20px;
  }

/* .service >img{
  display: none;
} */


}