.sideMenuToggler{
  background: #ff7600;
  color: #fff;
  padding: 10px 10px;
  border-radius: 100%;
}

.popup-image{
  position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #017d0396;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    padding: 15px 10px 20px 10px;
    font-size: 40px;
    color: #fff;
}

.header-logo img{
  width: 200px;
}

.btn_whatsapp {
  position: fixed;
  bottom: 130px;
  width: 60px;
  right: 15px;
  z-index: 999;
}


@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }

  .header-logo img{
    width: 150px;
  }

  .footer-layout5 {
    padding-top: 100px;
  }

}

@media only screen and (max-width: 480px) and (min-width: 300px)  {
  .mobilGizle{
    display: none !important;
  }

}

/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {


}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {


}
