* {
  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: 14px;
  overflow-x: hidden;
  font-family: 'Roboto', 'Droid Sans', sans-serif;

}

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

html {
  scroll-behavior: smooth;
}

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

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

.font-12 {
  font-size: 12px !important;

}

.font-13 {
  font-size: 13px !important;

}

.font-14 {
  font-size: 14px !important;
}


@media (max-width: 767px) {
  section {
    padding: 1.5rem 0 1.5rem 0;
  }
}

footer,
.footer {
  margin-top: auto;
  position: relative;
}

.border-gray-border_100 {
  border: 1px solid var(--borderclr);
  width: 100%;
}

.border-dark-border_100 {
  border: 1px solid var(--darkclr);
  width: 100%;
}

input {
  font-size: 1rem;
}

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

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

textarea {
  font-size: 1rem;
}

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

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

.headings {
  margin-bottom: 0;
}

a {
  font-size: 14px !important;
  text-decoration: none;
  font-family: var(--primaryfont);
}

p {
  font-size: 14px !important;
  margin-bottom: 0;
  font-family: var(--primaryfont);
}

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

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

a {
  text-decoration: none !important;
}

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

label {
  font-size: 1rem;
}

a,
p,
span {
  font-family: var(--primaryfont);
  font-weight: 400;
  font-size: 14px !important;
  color: var(--themesecondaryclr);
}



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: 0.875rem !important;
}

.red {
  color: #ff2b2b !important;
}

.green {
  color: #098204 !important;
}

.orange {
  color: #d68b00 !important;
}

.yellow {
  color: #f2dc00 !important;
}

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

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

.btn-theme-one {
  background: linear-gradient(135deg, var(--themeprimaryclr) 0%, var(--themethirdclr) 100%);
  font-family: var(--primaryfont);
  color: var(--plainclr) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0.625rem;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-theme-one:hover {
  opacity: 0.8;
}

.btn-theme-one:active {
  opacity: 0.8;
}


.btn-theme-two {
  background-color: var(--themesecondaryclr);
  font-family: var(--primaryfont);
  color: var(--plainclr) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0.625rem;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-theme-two:hover {
  background-color: var(--themeprimaryclr) !important;
  color: var(--plainclr) !important;
  transition: background-color .15s ease-in-out !important;
}

.btn-theme-two:active {
  background-color: var(--themeprimaryclr) !important;
  color: var(--plainclr) !important;
  transition: background-color .15s ease-in-out !important;
}

@media (max-width: 1200px) {

  .btn-theme-one,
  .btn-theme-two,
  .btn-theme-three,
  .btn-outline-theme,
  .gradient-btn {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {

  .btn-theme-one,
  .btn-theme-two,
  .btn-theme-three,
  .btn-outline-theme,
  .gradient-btn {
    font-size: 13px !important;
  }
}

.btn-theme-three {
  background-color: var(--lightbgtwo);
  color: var(--themesecondaryclr);
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0.625rem  0.625rem ;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-theme-three:hover {
  background-color: var(--themeprimaryclr) !important;
  color: var(--plainclr) !important;
  transition: background-color .15s ease-in-out !important;
}

.btn-theme-three:active {
  background-color: var(--themeprimaryclr) !important;
  color: var(--plainclr) !important;
  transition: background-color .15s ease-in-out !important;
}




.btn-outline-theme {
  border: 1px solid var(--borderclr);
  color: var(--themesecondaryclr) !important;
  background: transparent;
  font-family: var(--primaryfont);
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0.625rem;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  text-transform: capitalize;

}

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

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

.gradient-btn {
  background: linear-gradient(135deg, var(--themeprimaryclr) 0%, var(--themethirdclr) 100%);
  color: var(--plainclr) !important;
  border: none;
  transition: all 0.3s ease;
  padding: 0.625rem !important;
  border-radius: 0.25rem !important;
  font-size: 14px;
  font-weight: 600;
}

.gradient-btn:hover {
  opacity: 0.8;
  box-shadow: 0 10px 15px -3px rgba(174, 0, 27, 0.3);
}

.gradient-btn:active {
  transform: scale(0.95);
}



.main-heading {
  font-size: 2.25rem;
  line-height: 1.2;
  color: var(--themesecondaryclr);
  font-weight: 600 !important;
  font-family: var(--primaryfont);
}

.sub-heading {
  font-size: 1.5rem !important;
  color: var(--themesecondaryclr);
  font-weight: 600 !important;
  font-family: var(--primaryfont);
}

.sub-heading-two {
  font-size: 0.875rem !important;
  color: var(--themeprimaryclr) !important;
  font-family: var(--primaryfont);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 600 !important;
}



.hover-underline:hover {
  text-decoration: underline !important;
  color: #00f !important;
}

.hover-change:hover {
  background-color: var(--themeprimaryclr);
}

.checkbox {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  background-color: var(--themeprimaryclr);
  border: 1px solid var(--themeprimaryclr);
  appearance: none;
  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(--themeprimaryclr);
  font-family: var(--primaryfont);
}

.sec-des {
  font-size: 1.22rem !important;
  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;
  }


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

  span.title {
    font-size: 2.75rem;
  }

  .sec-des {
    font-size: 1rem !important;
  }
}

@media (max-width: 1200px) {
  label {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  .fs-same,
  .sec-des,
  a,
  p,
  span {
    font-size: 13px !important;
  }

  span.title {
    font-size: 1.75rem !important;
  }

  label {
    font-size: 1rem;
  }

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

  .main-heading {
    font-size: 1.5rem;
  }

  .sub-heading {
    font-size: 1.2rem !important;
  }

}

.form-select:focus {
  box-shadow: unset !important;
}


 footer ul li a.footer-link{
text-transform: capitalize ;
}