@media (min-width: 1024px) {
  .mobile-button {
    display: none !important;
  }
  #header-main .main-menu {
    display: block;
  }
}
.icon-menu:before {
  content: "\e93f";
  /* position: fixed; */
  top: 16px;
  right: 10px;
  z-index: 1050;
}
@media screen and (max-width: 768px) {
  .mobile-button {
    display: block !important;
    margin-left: 100px;
  }
}
@media (max-width: 768px) {
  .name {
    display: none;
  }
}
@media (max-width: 768px) {
  .swiper-slide .image-wrap img {
    width: 100vh;
    height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .tf-grid-layout-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .counter-item {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .heading-section h2 {
    font-size: 24px;
  }

  .heading-section p {
    font-size: 14px;
    padding: 0 10px;
  }
}
.tf-img img {
  width: 150px;
  height: 100px;
  object-fit: cover;
}

@media screen and (max-width: 768px) and (max-width: 1024px) and (max-width: 1440px) and(max-width: 2560px) {
  .icons-box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .tf-img img {
    width: 150px;
    height: 100px;
    object-fit: cover;
  }
}

/* whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 70px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
}

.my-float {
  margin-top: 16px;

}

.float1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 30px;
  background: #0d6efd;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
}

.my-float1 {
  margin-top: 16px;
  font-size: 30px;
}



@media only screen and (max-width: 950px) {
  .float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 10px;
      right: 18px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #000;
      z-index: 100;
  }
  .float1 {

    position: fixed;
      width: 60px;
      height: 60px;
      bottom: 10px;
      right: 120px;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #000;
      z-index: 100;

  }
}


@media (max-width: 768px) {
  .col-lg-6, .col-12 {
      width: 100% !important;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .image-wrap {
      width: 100% !important;
      display: flex;
      justify-content: center;
      text-align: center;
  }

  .image-wrap iframe {
      width: 100% !important;
      margin-right: -20px;
      height: 300px !important; 
  }
}





.address-col {
  color: #a8abae;
}