/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #00932a;
  text-decoration: none;
}

a:hover {
  color: #0b9603;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# hızlı arama whatsapp ve tlefon kod 
--------------------------------------------------------------*/

   #hizliarama {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
	
}

.hizliarama_whatsapp {
    width: 50px;
    height: 50px;
    order: 2;
    padding: 13px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
 }
.hizliarama_telefon {
    width: 50px;
    height: 50px;
    order: 2;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(238 157 0) !important;
}

.hizliarama_iconlar{
   
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: 200;
    display: block;
    color: #feffff;
  
}
/*--------------------------------------------------------------
#   hızlı arama whatsapp ve tlefon kod 
--------------------------------------------------------------*/
