* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  background: #f5f6f8;
  -webkit-tap-highlight-color: transparent;
}

.container {
  min-width: auto;
  max-width: 1300px;
  padding: 0 clamp(0.625rem, 0.523rem + 0.5102vw, 0.9375rem);
  margin: 0 auto;
  box-sizing: border-box;
}

.page-outer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
}
.page-outer .card {
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(174, 168, 168, 0.1607843137);
  border: 1px solid rgba(196, 196, 196, 0.2392156863);
  border-radius: 5px;
}
.page-outer .card a {
  color: #0d30ad;
  text-decoration: none;
}
.page-outer .card h1 {
  font-weight: 900 !important;
  font-size: 25px !important;
  display: block;
  color: #000;
  text-transform: capitalize;
  line-height: 25px !important;
  margin-top: 30px ;
  width: 100%;
  float: left;
}
@media screen and (max-width: 500px) {
  .page-outer .card h1 {
    font-size: 20px;
  }
}
.page-outer .card h1:first-child {
  margin-top: 0;
}
.page-outer .card h2 {
font-family: 'Roboto', sans-serif !important;
  font-weight: 900;
  font-size: 19px !important;
  display: block;
  color: #000;
  text-transform: capitalize;
  line-height: 25px;
  margin-top: 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 500px) {
  .page-outer .card h2 {
    font-size: 16px;
  }
}
.page-outer .card h2:first-child {
  margin-top: 0;
}
.page-outer .card p {
   color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.page-outer .card h3 {
   color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif !important;
}
.page-outer .card h4 {
   color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 18px;
  width: 100%;
  float: left;
}
.page-outer .card h5 {
  color: #363636;
  font-size: 15px;
  margin-top: 12px;
  width: 100%;
  float: left;
}
.page-outer .card h6 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-right: 36px;
  float: left;
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  .page-outer .card h6 {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .page-outer .card h6 {
    width: 100%;
    margin-top: 13px;
  }
}
.page-outer .card ul {
  margin-top: 10px;
  width: 100%;
  float: left;
  padding-left: 20px;
}
.page-outer .card ul li {
  font-size: 15px;
  color: #363636 !important;
  padding: 4px 0;
	list-style:disc !important;
}
.page-outer .card ol {
  margin-top: 10px;
  width: 100%;
  float: left;
  padding-left: 20px;
}
.page-outer .card ol li {
  font-size: 15px;
  color: #363636;
  padding: 6px 0;
	list-style:auto !important;
}
.dom-inter .page-outer .card.faq h2 {
  margin-bottom: 11px;
}
.dom-inter .page-outer .card.faq h5 {
  display: flex;
}
.dom-inter .page-outer .card.faq h5 span {
  min-width: 27px;
  width: 27px;
}
.dom-inter .page-outer .card.faq p {
  display: flex;
}
.dom-inter .page-outer .card.faq p span {
  min-width: 27px;
  width: 27px;
}
.dom-inter .page-outer .card.faq ol {
  padding-left: 44px;
}/*# sourceMappingURL=common.css.map */

@media screen and (max-width: 768px) {
    #downloadApp {
        width: 100%;
    }
}

.noscroll {
	overflow:hidden;
}