* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font:18px arial, \5b8b\4f53;
  text-align: justify;
  color:#117117;
}
a {
  color: #182e7c;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px !important;
  text-align: left;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #4caf50;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

tr:hover {
  background-color: #f1f1f1;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  table {
    font-size: 14px;
    white-space: nowrap;
    width: 95% !important;
    margin: auto;
  }
  th,
  td {
    padding: 10px;
  }
  ol {
    width: 90%;
    margin: auto;
  }
}
p,
ol li {
  font-size: 22px !important;
  line-height: 30px;
  color :rgb(117,117,117) !important;
}

h1 {
  font-size: 48px !important;
    text-align: start;
    line-height: 58px !important;
    font-weight: 700 !important;
    color:rgb(51,51,51) !important;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}
.bg_main {
  margin: 0px auto;
  max-width: 1150px;
  padding: 10px 0px;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
}
.single_page_container {
  max-width: 100%;
  width: 1080px;
  margin: 0 auto;
}
.single_page_container img {
  width: 100%;
  height:auto;
}

.single_page_container p,
.single_page_container h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text_center {
  text-align: center;
}
.mt_5 {
  margin-top: 25px;
}
.pb-2 {
  padding-bottom: 10px;
}
.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.buttons_box {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0px;
  align-items: center;
  justify-content: space-around;
}
.buttons_box a {
  width: 270px;
}
.buttons_box .btn_download {
  width: 100%;
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons_box .btn_download img {
  margin-right: 10px;
}
.faqs_con {
  width: 100%;
  padding: 20px;
}
.faqs_ans {
  width: auto;
  padding: 10px 5px;
  border-radius: 0px 10px 10px 10px;
}
.blog_box {
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 2px solid #d9f0ff;
}
.blog_con .blog_box .blog_content {
  padding: 0px 10px;
  width: 80%;
}
.blog_con .blog_box .blog_img {
  width: 20%;
}
.blog_con .blog_box .blog_img img {
  width: 100%;
  height: 100%;
}
.blog_con button {
  width: 300px;
  margin: 10px auto;
  padding: 10px;
  border: 2px solid black;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}
.blog_con button:hover {
  background-color: #333;
  color: #fff;
}
footer {
  text-align: center;
  width: 100%;
}
.footer_pages {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  flex-wrap: wrap;
}
.footer_pages a {
  color: #fff;
}
.social_icon {
  text-align: center;
  padding: 10px;
}
.fouro {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Posts Styling */
.posts_container {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}
.posts_cards {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #ffffff6c;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin: 10px 0px;
}

.img_wrapper {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts_cards img {
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  display: block;
}
.posts_cards:hover img {
  transform: scale(1.1);
}
.post_details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_details span {
  margin-left: 10px;
}

/* Single Post */
.post_banner {
  display: flex;
}
.post_banner,
.post_content {
  width: 80%;
  margin: auto;
}
.pb_black {
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}
.post_bannerimage {
  width: 20%;
  margin:auto;
}
.post_bannerimage img {
  width: 80%;
  border-radius: 20px;
}
.postbannerinfo {
  width: 76%;
  margin: auto;
}
.postbannerinfo h1 {
  font-size: 30px;
  text-align: start;
  line-height: 35px;
}
.postbannerinfo h5 {
  color: #182e7c;
  line-height: 25px;
}
.postbannerinfo p {
  line-height: 20px;
}
.single_PostRating {
  display: flex;
}
.single_PostRating .boxes {
  width: 50%;
}
.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: gray;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

@media screen and (max-width: 830px) {
  .posts_container {
    gap: 2% !important;
  }
  .posts_cards {
    width: 32% !important;
  }
  .buttons_box a {
    width: 49%;
    margin-top: 10px;
  }
  .post_banner,
  .post_content {
    width: 92%;
  }
}
@media screen and (max-width: 670px) {
  .post_banner {
    flex-direction: column;
    justify-content: center;
  }
  .post_bannerimage {
    display:none;
  }
  .postbannerinfo {
    width: 100%;
  }
  .postbannerinfo h1 {
    font-size: 25px !important;
  }
  .single_PostRating {
    flex-direction: column;
    display: flex;
  }
  .single_PostRating .boxes {
    width: 100%;
    text-align: center;
  }
  .post_bannerimage img {
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 550px) {
  .img_wrapper {
    width: 100%;
  }
  .posts_container {
    width: 98%;
  }
  .posts_cards {
    width: 49% !important;
  }
  .post_details span {
    margin-left: 3px;
  }
  .posts_cards img {
    display: flexbox;
    width: 150px;
  }
  .container {
    width: 96%;
  }
  .buttons_box {
    width: 96%;
  }
  .info_box {
    width: 49%;
  }
  .buttons_box a {
    width: 100%;
  }
  .feature_box {
    width: 100%;
    padding: 5px;
  }
  .faqs_con {
    padding: 5px;
  }
  .blog_box {
    flex-direction: column-reverse;
    padding: 5px;
  }
  .blog_con .blog_box .blog_content {
    width: 100%;
  }
  .blog_con .blog_box .blog_img {
    width: 100%;
  }
  .footer_pages {
    width: 100%;
    padding: 0px 5px;
  }
  .footer_pages a {
    margin: 15px 5px 0px;
  }
  footer p {
    margin-top: 10px;
  }
  .single_page_container {
    width: 98%;
  }
  .single_page_container p {
    font-size: 12px;
  }
  .single_page_container p,
  .single_page_container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body {
  text-align: start;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 23px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 36px;
  }
  h4 {
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
