/* Author:  Gurjit Kaur*/
/* Copyright: Distribute.ca(a Division of Bell)
/* Technique :HTML (Bootstrap5.3), and SCSS
/* SASS Compiler: VS Code Live Saas Compiler  */
/* Theme */
@media (min-width: 767px) {
  .w-md-75 {
    width: 75%;
  }
}
* {
  margin: 0;
  padding: 0;
}

:root {
  --bs-blue: #00549A;
  --bs-blue-rgb: 0,84,154;
  --bs-primary: #00549A;
  --bs-primary-rgb: 0,84,154;
  --bs-heading-color:#404041;
  --bs-body-color:#404041;
  --bs-card-color:#404041;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  color: #404041;
}

/* Section nav is the part of header and written under _header.scss file*/
.section-nav {
  background-color: #2193CB;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  color: #fff;
}
.section-nav a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
}
.section-nav a:hover {
  text-decoration: underline;
}
.section-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo {
  font-size: 16px;
}
.logo .border-end {
  border-right: 1px solid #006CA1 !important;
}

@media (max-width: 577px) {
  .logo {
    font-size: 14px;
  }
}
:root {
  --bs-border-color:#D1D1D3;
  --bs-border-radius-lg:16px;
  --bs-card-border-radius:8px;
  --bs-heading-color:#404041;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

h2, .h2 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
  color: #005A8B;
  font-weight: 600;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

button, input, optgroup, select, textarea {
  font-size: 0.9rem !important;
}

a {
  color: #005A8B;
  text-decoration: none;
}

.error-color {
  color: #FF0000;
}

.warning-color {
  color: #f7a41c;
}

.success-color {
  color: #44A730;
}

.icon-32 {
  font-size: 32px;
}

.icon-24 {
  font-size: 24px;
}

.btn-primary {
  background: #f7a51c;
  padding: 8px 20px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: 0;
  border-bottom: 3px solid #C37729;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #005A8B;
  border-bottom: 3px solid #003958;
}

a.btn-link {
  color: #005A8B;
  text-decoration: none;
}
a.btn-link:hover {
  color: #003958;
  text-decoration: underline;
}

.card {
  min-width: 645px;
}
.card .card-header {
  background-color: #F4F4F4;
  padding: 20px;
}
.card .card-body {
  padding: 30px;
}

.form-group.required .control-label:after {
  content: "*";
  color: #FF0000;
}

input.form-control, .form-select, .input-group-append {
  border-radius: 4px;
  border: 1px solid #D1D1D3;
  height: 44px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #404041;
  font-size: 14px;
}

.form-select {
  min-width: 90px;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #7C7C7C;
}

::-webkit-input-placeholder {
  color: #7C7C7C;
}

::-moz-placeholder {
  color: #7C7C7C;
}

:-ms-input-placeholder {
  color: #7C7C7C;
}

::placeholder {
  color: #7C7C7C;
}

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px;
  }
  .card {
    min-width: 100%;
  }
  html, body {
    font-size: 14px;
  }
}
.page-body {
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 72vh;
}
@media (max-width: 576px) {
  .page-body {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.validation-error .form-control, .validation-error .form-select {
  border-color: #FF0000;
}
.validation-error .invalid-feedback {
  display: block;
}

.icon-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #f7a41c;
  text-align: center;
  padding: 4px 0px;
}

.iframe-body {
  height: 285px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .iframe-body {
    width: 100%;
  }
}

/* footer CSS */
.footer ul {
  margin: 0;
  Padding: 0;
}
.footer ul li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.footer ul li a:link {
  border-right: 1px solid #005A8B;
  text-decoration: none;
}
.footer ul li:last-child a {
  border-right: none;
}

@media (max-width: 576px) {
  .footer .footer-content {
    text-align: center;
  }
  .footer .footer-content ul li {
    padding: 5px 0;
    display: block;
  }
  .footer .footer-content ul li a:link {
    border-right: 0px;
  }
}
.modal-header {
  background-color: #F4F4F4 !important;
}

@media (min-width: 767px) {
  .modal-dialog {
    max-width: 645px;
  }
}