* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  height: auto !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 30px !important;
  font-size: 1rem;
  overflow-x: hidden;
  font-family: var(--primaryfont);
}

#main-view-scroll {
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
}

.fw-custom {
  font-weight: 400;
}

section {
  padding: 5rem 0 5rem 0;
}

@media (max-width: 767px) {
  section {
    padding: 1.5rem 0 1.5rem 0 !important;
  }
}
footer {
  margin-top: auto;
}

input {
  font-size: 1rem;
}

input:focus {
  box-shadow: none;
  outline: none;
}

input::-moz-placeholder {
  font-size: 1rem;
}

input::placeholder {
  font-size: 1rem;
}

textarea {
  font-size: 1rem;
}

textarea:focus {
  box-shadow: none;
  outline: none;
}

textarea::-moz-placeholder {
  font-size: 1rem;
}

textarea::placeholder {
  font-size: 1rem;
}

a {
  font-size: 1rem;
  text-decoration: none;
  font-family: var(--secondaryfont);
}
a:hover {
  color: var(--themehoverclr);
}

a:active {
  color: var(--themeprimaryclr);
}

/* ------------------------------------header a , p , span ------------------------------------*/
header a,
header span,
header p,
header select {
  font-size: 12px;
  font-family: var(--font-roboto);
  letter-spacing: 0.00938em;
  font-weight: 600;
}

@media (max-width: 767px) {
  header a,
  header span,
  header p,
  header select {
    letter-spacing: unset;
  }
}
header a:hover {
  color: var(--themeprimaryclr);
}

/* ---------------------------------------footer a, p , span--------------------------------------- */
footer a,
footer span,
footer p {
  font-size: 1rem;
}

footer a:hover {
  color: var(--themeprimaryclr);
}

.active {
  color: var(--themeprimaryclr) !important;
}

label {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  font-family: var(--secondaryfont);
}

span {
  font-size: 1rem;
  font-family: var(--secondaryfont);
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

h1 {
  font-size: 2.5rem;
  font-family: var(--primaryfont);
}

h2 {
  font-size: 2rem;
  font-family: var(--primaryfont);
}

h3 {
  font-size: 1.75rem;
  font-family: var(--primaryfont);
}

h4 {
  font-size: 1.5rem;
  font-family: var(--primaryfont);
}

h5 {
  font-size: 1.25rem;
  font-family: var(--primaryfont);
}

h6 {
  font-size: 1rem;
  font-family: var(--primaryfont);
}

.fs-same {
  font-size: 1rem !important;
}

.red {
  color: #ff2b2b !important;
}

.green {
  color: #04bd04 !important;
}

.orange {
  color: #d68b00 !important;
}

.yellow {
  color: #f2dc00 !important;
}

.blue {
  color: #00f !important;
}

.sitename {
  color: #1c75a1 !important;
}

.btn-theme-one {
  background-color: var(--themeprimaryclr);
  min-height: 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 1px solid var(--themeprimaryclr);
  width: auto;
  color: var(--plainclr) !important;
  font-family: var(--primaryfont);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 100%;
  padding: 10px 20px;
}

.btn-theme-one:hover {
  background-color: var(--themehoverclr);
  color: var(--darkclr) !important;
  transform: translateY(-2px) !important;
  border: 1px solid var(--themehoverclr);
}
.btn-theme-one:hover i {
  color: var(--darkclr);
}

.btn-theme-one:active {
  background-color: var(--themehoverclr) !important;
  color: var(--plainclr) !important;
  border: 1px solid var(--themehoverclr);
}

@media (max-width: 1200px) {
  .btn-theme-one {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .btn-theme-one {
    font-size: 0.875rem !important;
  }
}
/* fixed btn on the right side ends*/
.btn-theme-two {
  background-color: var(--plainclr) !important;
  min-height: 36px;
  color: var(--themeprimaryclr);
  font-size: 1rem;
  border-radius: 31px;
  border: 2px solid var(--plainclr);
  width: auto;
  font-family: var(--primaryfont);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 100%;
  padding: 16px 32px;
}

.btn-theme-two:hover {
  background-color: var(--themehoverclr) !important;
  color: var(--darkclr) !important;
  transform: translateY(-2px) !important;
  border-color: var(--themehoverclr) !important;
}

.btn-theme-two:active {
  background-color: var(--themehoverclr) !important;
  color: var(--darkclr) !important;
}

@media (max-width: 1200px) {
  .btn-theme-two {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .btn-theme-two {
    font-size: 0.875rem !important;
  }
}
.btn-theme-three {
  background-color: var(--greenclr);
  min-height: 36px;
  font-size: 1rem;
  border-radius: 31px;
  border: 2px solid transparent;
  width: auto;
  color: var(--plainclr) !important;
  font-family: var(--primaryfont);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 100%;
  padding: 16px 32px;
}

.btn-theme-three:hover {
  background-color: transparent;
  border: 2px solid var(--greenclr);
  color: var(--greenclr) !important;
  transform: translateY(-2px) !important;
}

.btn-theme-three:active {
  background-color: var(--greenhover) !important;
  color: var(--plainclr) !important;
}

@media (max-width: 1200px) {
  .btn-theme-three {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .btn-theme-three {
    font-size: 0.875rem !important;
  }
}
.btn-theme-four {
  background-color: var(--themesecondaryclr);
  min-height: 36px;
  font-size: 1rem;
  border-radius: 31px;
  border: 2px solid transparent;
  width: auto;
  color: var(--plainclr) !important;
  font-family: var(--primaryfont);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 100%;
  padding: 16px 32px;
}

.btn-theme-four:hover {
  background-color: transparent;
  border: 2px solid var(--themesecondaryclr);
  color: var(--themesecondaryclr) !important;
}

.btn-theme-four:active {
  background-color: var(--themesecondaryclr) !important;
  color: var(--plainclr) !important;
}

@media (max-width: 1200px) {
  .btn-theme-four {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .btn-theme-four {
    font-size: 0.875rem !important;
  }
}
.btn-outline-theme {
  border: 1px solid var(--themeprimaryclr);
  min-height: 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  color: var(--themeprimaryclr) !important;
  background: transparent;
  font-family: var(--primaryfont);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 100%;
  padding: 10px 13px;
}

.btn-outline-theme:hover {
  border: 1px solid var(--themehoverclr);
  background: var(--themehoverclr) !important;
  color: var(--darkclr) !important;
  transform: translateY(-2px) !important;
}

.btn-outline-theme:active {
  border: 1px solid var(--themehoverclr);
  background: var(--themehoverclr) !important;
  color: var(--darkclr) !important;
}

.btn-white-theme {
  padding: 12px 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.5rem;
  background: var(--plainclr);
  color: var(--themeprimaryclr);
  transition: all 0.3s linear;
  font-weight: 600;
  border: 0;
}

.btn-white-theme:hover {
  background: var(--themehoverclr);
  transform: translateY(-2px) !important;
  color: var(--themeprimaryclr);
}

.btn-light-theme {
  background-color: var(--lightbg);
  border-radius: 0.5rem;
  font-weight: 600;
  color: var(--darkclr);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.btn-light-theme:hover {
  background-color: #e5e7eb !important;
}

.btn-light-theme:active {
  background-color: #e5e7eb !important;
  border-color: var(--lightbg) !important;
}

.btn-six-theme {
  background-color: var(--themeprimaryclr);
  border-color: var(--themeprimaryclr);
  color: var(--plainclr);
  border: 1px solid transparent;
  padding: 0.563rem 1.563rem;
  border-radius: 0.313rem;
  font-size: 0.875rem;
  transition: all 0.3s linear;
  flex: 0 0 calc(50% - 0.375rem);
}

.btn-six-theme:hover {
  transform: translateY(-2px) !important;
  background-color: var(--themeprimaryclr) !important;
  color: var(--plainclr);
}

.btn-six-theme:active {
  transform: translateY(-2px) !important;
  background-color: var(--themeprimaryclr) !important;
  border-color: var(--plainclr) !important;
  color: var(--plainclr);
}

.btn-seven-theme {
  background-color: #0ac074;
  font-size: 0.875rem;
  border-color: #0ac074;
  color: var(--plainclr);
  padding: 0.563rem 1.563rem;
  border: 1px solid transparent;
  border-radius: 0.313rem;
  flex: 0 0 calc(50% - 0.375rem);
  transition: all 0.3s linear;
}

.btn-seven-theme:hover {
  transform: translateY(-2px) !important;
  background-color: #0ac074 !important;
  color: var(--plainclr);
}

.btn-seven-theme:active {
  transform: translateY(-2px) !important;
  background-color: #0ac074 !important;
  border-color: var(--plainclr) !important;
  color: var(--plainclr);
}

.primary-heading {
  font-size: 4rem;
  font-weight: 700;
  color: var(--darkclr);
  line-height: 1.2;
}

.main-heading {
  font-size: 2.25rem !important;
  color: var(--darkclr);
  font-family: var(--primaryfont);
  font-weight: 700;
}

.sub-heading-badge {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: inline-block;
  padding-left: 0.75rem;
  background-color: #dbeafe;
  border-radius: 9999px;
  margin-bottom: 1rem;
  color: #0e7490;
  padding-right: 0.75rem;
}

.sub-heading-two-badge {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: inline-block;
  padding-left: 0.75rem;
  background-color: #e6e1f9 !important;
  border-radius: 9999px;
  margin-bottom: 1rem;
  color: #6f42c1 !important;
  padding-right: 0.75rem;
}

.sub-heading {
  font-size: 1.6rem !important;
  color: var(--darkclr);
  font-weight: 700 !important;
  font-family: var(--primaryfont);
}

.sub-heading-two {
  font-size: 1.25rem;
  color: var(--darkclr);
  font-weight: 700;
  font-family: var(--primaryfont);
}

@media (max-width: 767px) {
  .main-heading {
    font-size: 1.5rem !important;
  }
}
.checkbox {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  background-color: var(--themeprimaryclr);
  border: 1px solid var(--themeprimaryclr);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.checkbox:checked {
  background-color: var(--themeprimaryclr);
  border-color: var(--themeprimaryclr);
}

.checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--plainclr), 0.25);
}

.radio-button {
  border-radius: 50%;
}

.radio-button:checked {
  background-color: var(--themeprimaryclr);
  border-color: var(--themeprimaryclr);
}

.radio-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--plainclr), 0.25);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--themesecondaryclr);
}

th {
  font-weight: bold;
  text-align: start;
  background-color: var(--bs-table-bg);
  border-bottom: 2px solid var(--plainclr);
}

tr {
  border-top: 1px solid var(--darkclr);
}

td {
  padding: 0.75rem;
  border-top: 1px solid var(--plainclr);
}

span.title {
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--headingclr);
  font-family: var(--primaryfont);
}

@media (max-width: 1200px) {
  span {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
  label {
    font-size: 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  .main-heading {
    font-size: 1.5rem;
  }
  .sub-heading {
    font-size: 1.1rem !important;
  }
  .fs-same {
    font-size: 1rem !important;
  }
  span.title {
    font-size: 2.75rem;
  }
}
@media (max-width: 1200px) {
  label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fs-same,
  a,
  p,
  span {
    font-size: 1rem !important;
  }
  span.title {
    font-size: 1.75rem !important;
  }
  label {
    font-size: 1rem;
  }
}/*# sourceMappingURL=common.css.map */