* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font: 16px/1.14 arial, \5b8b\4f53;
  text-align: justify;
}
a {
  color: #182e7c;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  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: 16px;
  line-height: 26px;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

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%;
}

.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:350px;
}
.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;
}
.info_con {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 0px;
  flex-wrap: wrap;
}
.info_box {
  text-align: center;
  width: 15%;
  padding: 5px 0px 0px;
}
.info_box img {
  width: 45px;
}
.info_box h3 {
  padding: 0px;
  margin: -5px;
  font-size: 20px;
}
.info_box p {
  padding: 0px;
  margin: 0px;
}
.features_con {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.feature_box {
  width: 45%;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
}
.feature_box p {
  text-align: justify;
}
.feature_box img {
  width: 100%;
  margin: auto;
}
.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;
}
.table_of_contents button{
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  font-size: 20px;
}
.table_of_contents ul li{
  line-height: 25px;
}
.text-center{
  text-align: center;
}
@media screen and (max-width: 810px) {
  .info_box {
    width: 26%;
    margin-top: 10px;
  }
  .buttons_box a{
      width:49%;
      margin-top: 10px;
  }
  .feature_box {
    width: 49%;
  }
}

@media screen and (max-width: 550px) {
  .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: 90%;
    margin: 0 auto;
  }
  .single_page_container h1 {
    font-size: 16px;
  }
  .single_page_container p {
    font-size: 12px;
  }
  .single_page_container p,
  .single_page_container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  h1 {
    font-size: 25px;
    line-height: 40px;
  }
  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;
  }
}
