.single_page h2 {
  margin-bottom: 0;
}

.single_page p {
  margin: 5px 0;
  word-break: break-all;
}

.single_page_title h1 {
  padding: 10px 0px 10px;
}

.err_txt h6 {
  font-size: medium;
  margin-bottom: 25px;
}

.err_txt h1 {
  font-size: 72px;
}
.single_page_img img {
  width: 100%;
  margin: 20px 0;
}

.single_page h6 {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #517e1d;
  font-weight: 700;
  margin-bottom: 15px;
}

.archive_cntnt h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.archive_cntnt p {
  margin-bottom: 15px;
}

.archive_cntnt a span {
  height: unset;
  margin-bottom: 0;
}

/* 27---11---24 ----start*/
.archive_cntnt img {
  border-radius: 10px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.archive_cntnt {
    padding-top: 11px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.archive_cntnt a.site_btn {
    width: 100px;
    margin: auto auto 0;
}

a.page-numbers {
  padding: 5px;
  color: #090d17;
  font-size: 15px;
}

.page-numbers.current {
  color: #517e1d;
}
.pagination {
  margin-top: 10px;
}

.single_page_title .archve_title {
  padding: 40px 0px 10px;
}
/* 27---11---24 ----end*/
@media (max-width: 767px) {
  .err_txt {
    display: block;
    z-index: 3;
    top: 50%;
  }

  .err_txt h1 span {
    color: #fff;
  }

  h6.sml_titl {
    /*color: #fff;*/
  }
  .banimg:after {
    width: 100%;
    height: 100%;
    background-color: #00000052;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* 19-12-24 */

/*@media (max-width: 1399px) {*/
/*    .logo_sec ul {*/
/*        margin: 0px -9px;*/
/*    }*/
/*    .logo_sec ul li {*/
/*        padding: 0px 5px;*/
/*    }*/
/*    .logo_sec ul li a{*/
/*       width: 180px;*/
/*       height: 180px;*/
/*   }*/
/*}*/

/* 19-12-24 */
