body {
  font-family: -apple-system,BlinkMacSystemFont,Hiragino Sans,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,sans-serif;
}

/* Top logo height 100% */
.navbar-brand img.logo-img {
  max-height: 120px;
  max-width: 120px;
}

/* Main menu home icon */
.t4-megamenu > .navbar-nav > li.default > a::before {
    font-family: FontAwesome;
    content: "\f015";
	color: var(--color-warning) !important;
    padding-right:10px;
}


/* section padding bottom */
div[id*=t4-section-] {
    padding-bottom: 40px;
}

/* footer-info padding */
.t4-footer-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Foot stamp icon */
.footstamp {
	background-image: url("/images/site/foot-print.png");
    background-repeat: no-repeat;
    text-indent: 50px;
}

/* Service Page Price list */
.acm-menu.style-1 .item {
   margin-bottom: 0; 
}

/* back-to-top layer top */
#back-to-top {z-index: 1;}

/* Price list Price column Min width */
.acm-menu.style-1 .item-inner .menu-name .menu-price {
    min-width: 6rem;
}

/* Large PC size */
@media (min-width: 1600px) {
  /* Main menu Large size screen*/
  .header-block-2 .main-menu {
      position: relative !important;
      left: 0%!important;
      transform: translateX(0%)!important;
  }
  /* Contact page width adjust PC size */  
  .theme-home-4 .plain-style {
      margin: 0;
      width: 100% !important;
  }
  
}

/* Smart phone size */
@media (max-width: 480px) {
 h1, .h1 {
  	font-size: var(--h3-font-size);
   	font-weight: bold;
  } 
 }

