@media only screen and (max-width: 768px) {

.tm_logo h2 {
    color: #12416b;
    font-size: 14px;
    font-weight: bold;
}
.tm_logo img {width: 92px;}
.large-dots1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.large-dots1 .owl-dot span {
    width: 22px;
    height: 5px;
    margin: 5px 7px;
    background: #c1bfbf;
    border-radius: 10px;
    display: inline-block;
}
.custom-nav1 button {
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.3s;
}
.custom-nav1 button {
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.3s;
}
.services-section {
    padding: 26px 0;
    background: #f8f9fa;
}
.section-title {
    text-align: center;
    /* margin-bottom: 50px; */
}
.about-us {
    background-color: #fff;
    margin: 30px 0px;
    padding: 48px 0px;
}
.scope-section {
    padding: 0px 0;
    background: #f8f9fa;
}
.stats-section {
    margin-top: 20px;
}
.gallery-section {
    padding: 32px 0;
    background: #f8f9fa;
}
.livelihood-tourism-section {
    margin: 10px 0px;
}



.newsletter-box {
    position: relative !important;
    top: -150px !important;
    /* transform: none !important; */
    width: 85%;
    /* margin-bottom: 20px; */
}

.newsletter-box-text {
    width: 100%;
}
.newsletter-box-text h5 {
    font-weight: bold;
    font-size: 28px;
}


  .newsletter-box form {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-box form input {
    width: 100%;
  }

  .newsletter-box form button {
    width: 100%;
  }


.footer_main {margin-top: -125px!important;}


.tm_button {
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    max-width: 200px;
}


}

@media (min-width: 769px) and (max-width: 991px) {
.footer_main {margin-top: 94px!important;}


.tm_button {
    background-color: #0d6efd;
    border-radius: 20px;
    padding: 12px 4px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    max-width: 200px;
}


}

@media only screen and (max-width: 480px) {

}