

.ptb-20{
  padding:20px 0;
}
.preloader__image{
  background-size: 150px auto;
}

.about-two__points 
{
justify-content:space-between;
}
.about-two__btn-box
{
    text-align:center;
}
.main-header-two__top-inner{
  padding: 15px 0;
  background-color: transparent;
}
.main-header-two__logo{
  position: relative;
  left: unset;
  bottom: unset;
}
.main-header-two__logo img{
  width:100px;
}
.main-menu-two__wrapper-inner{
  padding:0 15px;
}

#services li{
	list-style-type:none;
}

.services-two__single:hover .services-two__title-box{
  visibility:visible;
  opacity: 1;
}


.services-details__need-help
{
    width:80%;
    margin:50px 10%;
   
}

 /*.whatsapp-chat img {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 60px;

}*/

footer .whatsapp-chat img {
	position: fixed;
	right: 25px;
	bottom: 80px;
	width: 60px;
	z-index: 99999;
}

.footer-widget__logo img{
  width:150px;
}

.map-area #map {
    width: 100%;
    height: 450px;
    display: block;
}

@media screen and (max-width:767px){
  .main-header-two__top-inner{
    display: none;
  }
  .main-menu-two__wrapper-inner{
    position: relative;
    margin: 10px 0;
    box-shadow: none;
    background-color: transparent;
  }
  .main-header-two__logo img {
    width: 150px;
  }
  .main-header-two__top-inner{
    margin: 0;
  }
  .main-header-two__logo{
    left: 0;
    bottom: 0;
  }
  .mobile-nav__toggler .fa-bars{
    font-size: 30px;
    color: white;
  }
  .footer-widget__logo{
    text-align: center; 
  }
}