@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.category-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  color: #035477;
  font-weight: 800;
}

.category-name:hover {
  color: #035477 !important;
}

h1 {
  font-size: 2.125rem;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3125rem !important;
}

h4 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 800;
  min-height: 50px;
}

.card-body {
  padding: 30px 37px 30px 37.5px !important;
}

.letter-space {
  letter-spacing: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #005D85 !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #d9d9da;
}

.text-blue {
  color: #005D85;
}

.left-arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.shadowDesign {
  -webkit-box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.fr-view {
  max-width: 1140px;
  margin: auto;
  padding: 10px 15px;
  word-wrap: break-word;
}

.cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.viewmore {
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
  .fr-view {
    padding: 10px 30px;
  }
  .card-body {
    padding: 19px 0px 10px 37.5px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fr-view {
    padding: 10px 30px;
  }
}

.cardroutingWrp .topBackground {
  background-color: #005D85;
}

.textColor {
  color: #ffffff;
}

.headerLine {
  width: 5.1rem;
  color: #ffffff;
}

.leftBackground {
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 1px #f4f4f4;
  -webkit-box-shadow: 0px 1px 1px 1px #f4f4f4;
}

.richTextComponent {
  position: relative;
}

.routingCardComponent {
  position: relative;
}

.leftNavbar {
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 1px #f4f4f4;
  -webkit-box-shadow: 0px 0px 2px 1px #f4f4f4;
  text-align: center;
  border: 1px solid #f4f4f4;
}

.richTextContent {
  text-align: left;
  line-height: 25px;
}

.richTextContent img {
  width: 50%;
}

.listBorders {
  border-bottom: 1px solid #D9D9DA;
  font-weight: bold;
}

.ms-n5 {
  margin-left: -5rem !important;
}

.menuHeaderMobile {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.menuHeaderMobile:hover {
  color: #000000;
}

.menuListMobile {
  display: none;
}

.menulist {
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.stickyNav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.subMenu {
  display: none;
}

.openmenu {
  cursor: pointer;
}

ol li a {
  color: #035477;
  text-decoration: none;
}

ol li a:hover {
  color: #035477;
  text-decoration: none;
}

.nav-link {
  color: #006AB6;
}

.nav-link:hover {
  color: #000000;
}

.rightBackground {
  background-color: #ffffff;
}

.rightBackground img {
  max-width: 100%;
}

.uparrowLg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .menulist {
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .topBackground {
    height: auto;
  }
  .uparrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-link {
    font-size: 1.25rem !important;
  }
  .stickyNav {
    position: relative !important;
  }
  .tab-pane h2 {
    width: 100% !important;
    font-size: 1.313rem;
  }
  .adsmobile-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .adsHeight {
    height: 250px;
  }
}
/*# sourceMappingURL=richText.module.css.map */