/* Header Css Start */
.services {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service {
  background: white;
  /* color: #23a523; */
  padding: 11px 16px;
  border-radius: 8px;
  font-weight: 600;
}

/* Header */
#my-btn {
  width: 200px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #23a523;
  color: #23a523;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#my-btn:hover {
  background-color: #23a523;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .mobile-content {
    display: none !important;
  }

  .my-mobile-content {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .my-mobile-content {
    background-color: #23a523;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }

  .nav .bars-close {
    position: absolute;
    padding-top: 100px;
    font-size: 0;
    top: 27px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  #header {
    top: 50px;
    position: absolute;
  }

  .tfnTop12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    color: white;
  }

  .tfnTop12 h1 {
    margin: 0;
    font-size: 24px;
    color: white;
  }

  .mobile-content {
    left: 0;
    width: 100%;
    color: white;
    /* z-index: 9998; */
  }

  .poptitle {
    background-color: #23a523;
    margin: 0px;
    padding: 10px 10px;
    font-size: 18px;
    height: 50px;
  }

  .txtDiv {
    color: #000;
    padding: 10px 10px;
  }

  .btncallDiv {
    background: #23a523;
    margin: 20px 65px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
    border: 2px solid #23a523;
  }

  .btncallDiv a {
    font-size: 23px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 700;
    text-shadow: -1px -1px 2px black;
  }

  .suppDiv h3,
  p {
    color: #000;
    padding: 0px 20px;
    text-align: center;
  }

  .callNowB {
    background: #23a523;
    color: #fff;
    margin: 10px 10px;
    border-radius: 60px;
    padding: 10px 0px;
  }

  .callNowB a {
    display: flex;
    justify-content: center;
  }

  .callNowB a h3 {
    display: flex;
    margin: 0;
    color: #fff;
    flex-direction: column;
    text-align: center;
    font-size: 18px !important;
  }

  .callNowB i {
    margin-right: 10px;
    font-size: 40px;
    color: #fff;
  }

  .img_div img {
    width: 100%;
  }

  body {
    padding-top: 120px;
  }
}

/* Header Css End */

/* Footer Css Start */
/* Default: hidden on desktop */
.mobile-contact1 {
  display: none;
}

.mobile-contact {
  display: none;
}

/* Show only on mobile screens */
@media (max-width: 767px) {
  .mobile-contact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #23a523;
    color: white;
    text-align: center;
    z-index: 9999;
  }

  .tfnTop1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    color: white;
    font-size: 24px;
    margin: 10px;
  }

  .tfnTop1 h1 {
    font-size: 24px;
    margin: 10px;
    color: white;
  }

  .mobile-contact a {
    color: white;
    text-decoration: none;
  }

  .mobile-contact1 {
    display: block;
  }
}
