/*
Custom Css
*/
.nav-logo {
 max-width: 230px;
}
.h2-service {
 font-size: 20px !important;
}
.navbar, .navbar-brand {
 padding-bottom: 0px !important;
 padding-top: 0px !important;
}
#templatemo_nav_top {
 padding-bottom: .5rem !important;
 padding-top: .5rem !important;
}
.logo.h1 {
 margin-bottom: 0px;
}
.services-icon-wap h2 {
 color: #000000;
 text-decoration: none;
}
.col-md-6.col-lg-6 a {
 text-decoration: none !important;
}
.services-icon-wap:hover {
 background: #91262c !important;
}

.services-icon-wap:hover h2 {
 color: #ffffff;
 text-decoration: underline;
}

#templatemo_main_nav a:hover,  .nav-active {
 color: #91262c !important;
 font-weight: 400 !important;
}

.terms h2 {
 font-size: 24px;
 font-weight: 400;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;   /* distance from bottom */
  right: 20px;    /* distance from right */
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.whatsapp_float img {
  width: 35px;
  height: 35px;
}

.contact_sticky_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  z-index: 1000;
  font-family: Arial, sans-serif;
}

.contact_sticky_bar .contact_item {
  text-decoration: none;
  font-weight: bold;
  padding: 5px 12px 0px 12px;
  transition: background 0.3s;
}

.contact_sticky_bar .contact_item:hover .text-success {
  color: #555 !important;
}

@media (min-width: 900px) {
    .contact_sticky_bar {
        display: none;
    }
   body {
  	padding-bottom: 0px; /* same as sticky bar height */
	}
}
@media (max-width: 900px) {
    
   body {
  	padding-bottom: 60px; /* same as sticky bar height */
	}
}

