@font-face {
  font-family: "FrutigerLTPro";
  src: url("../webfonts/FrutigerLTPro-Bold.woff2") format("woff2"), url("../webfonts/FrutigerLTPro-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "FrutigerLTPro";
  src: url("../webfonts/FrutigerLTPro-Roman.woff2") format("woff2"), url("../webfonts/FrutigerLTPro-Roman.woff") format("woff");
  font-weight: 400;
}
body {
  font-family: "FrutigerLTPro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #202020;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  h6, .h6 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  h6, .h6 {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #5c2e91;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #005eb8;
  text-decoration: underline;
}

.btn-primary {
  display: inline-block;
  background-color: #005eb8;
  color: #ffffff;
  padding: 12px;
  min-width: 180px;
  border-radius: 10px;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 0 #65b4f7;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 3px 1px 2px #65b4f7;
  transform: translateY(-3px);
}
@media only screen and (min-width: 992px) {
  .btn-primary {
    min-width: 220px;
    font-size: 18px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-primary {
    min-width: 320px;
    font-size: 20px;
    padding: 18px;
    box-shadow: 0 6px 0 #65b4f7;
  }
  .btn-primary:hover {
    box-shadow: 0 4px 1px 3px #65b4f7;
  }
}
.btn-primary.btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  color: #005eb8;
  border: 1px solid #ededed;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  box-shadow: 0 4px 0 #005eb8;
}
.btn-primary.btn-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/chevron.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-primary.btn-icon:hover {
  box-shadow: 0 3px 1px 2px #005eb8;
}
@media only screen and (min-width: 1600px) {
  .btn-primary.btn-icon {
    box-shadow: 0 6px 0 #005eb8;
  }
  .btn-primary.btn-icon::after {
    width: 24px;
    height: 24px;
  }
  .btn-primary.btn-icon:hover {
    box-shadow: 0 4px 1px 3px #005eb8;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1665px;
  }
}

.headerTop {
  background-color: #f5f5f5;
  padding: 8px;
}
.headerTop a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "FrutigerLTPro", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 12px;
  color: #3a3a3a;
}
@media only screen and (min-width: 1200px) {
  .headerTop a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .headerTop a {
    font-size: 17px;
  }
}
.headerTop a img {
  width: 25px;
  margin: 0 3px;
}
@media only screen and (min-width: 1200px) {
  .headerTop a img {
    width: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .headerTop a img {
    width: 50px;
  }
}

.headerMidBody {
  padding: 8px 0;
}
@media only screen and (min-width: 576px) {
  .headerMidBody {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 991px) {
  .headerMidBody .headerSearch {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .headerMidBody {
    padding: 30px 0;
  }
}
.headerMidBody .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.headerLogo {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 520px) {
  .headerLogo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .headerLogo {
    justify-content: flex-end;
  }
}
.headerLogo a {
  width: 100px;
  display: block;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #005eb8;
  text-decoration: none;
  margin-right: 20px;
}
.headerLogo a:hover {
  color: #005eb8;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .headerLogo a {
    width: 130px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerLogo a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogo a {
    width: 200px;
    font-size: 36px;
  }
}
.headerLogo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerLogo > img {
  width: 170px;
}
@media only screen and (min-width: 768px) {
  .headerLogo > img {
    width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerLogo > img {
    width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogo > img {
    width: 300px;
  }
}

.headerLogoRight {
  width: 100px;
}
@media only screen and (max-width: 519px) {
  .headerLogoRight {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .headerLogoRight {
    width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .headerLogoRight {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerLogoRight {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogoRight {
    width: 200px;
  }
}

.headerSearch {
  width: 80%;
  max-width: 400px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .headerSearch {
    max-width: 300px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .headerSearch {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .headerSearch {
    max-width: 535px;
  }
}
.headerSearch form {
  width: 100%;
}
.headerSearch .hsfields {
  position: relative;
  display: flex;
  height: 100%;
}
.headerSearch .hsfields input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 5px 0 #f1f1f1;
  padding: 5px 60px 5px 10px;
  transition: all 0.3s;
}
.headerSearch .hsfields input:focus {
  outline: none;
  border-color: #5ec9ec;
  box-shadow: 0 5px 3px #5ec9ec;
}
.headerSearch .hsfields input::-moz-placeholder {
  color: #a0a0a0;
}
.headerSearch .hsfields input::placeholder {
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .headerSearch .hsfields input {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerSearch .hsfields input {
    height: 55px;
    font-size: 18px;
  }
}
.headerSearch .hsfields button {
  position: absolute;
  height: 80%;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background-color: unset;
  padding: 5px 10px;
  color: #005eb8;
  border: unset;
  transition: all 0.3s;
  border-radius: 5px;
}
.headerSearch .hsfields button:hover {
  background-color: #eee;
}
.headerSearch .hsfields button::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #005eb8;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.menuSection {
  background-color: #005eb8;
  color: #ffffff;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .menuSection {
    padding: 0;
  }
}
.menuSection .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .menuSection .headerSearch {
    display: none;
  }
}
.menuSection .headerSearch input {
  box-shadow: unset !important;
}
@media only screen and (min-width: 992px) {
  .menuSection .mmenuNavDiv {
    display: none;
  }
}
.menuSection .mmenuButton {
  font-size: 28px;
  color: #ffffff;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.deskMenu {
  width: 100%;
  font-family: "FrutigerLTPro", sans-serif;
}
@media only screen and (max-width: 991px) {
  .deskMenu {
    display: none;
  }
}
.deskMenu a {
  text-decoration: none;
}
.deskMenu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  gap: 6px;
}
.deskMenu > ul > li.homeMenu a {
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 15px;
}
.deskMenu > ul > li.homeMenu a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/home_menu_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.deskMenu > ul > li.current-menu-item, .deskMenu > ul > li:hover {
  position: relative;
}
.deskMenu > ul > li.current-menu-item::after, .deskMenu > ul > li:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  border-radius: 0;
  background-color: #00A499;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deskMenu > ul > li.current-menu-item a, .deskMenu > ul > li:hover a {
  position: relative;
  z-index: 1;
}
.deskMenu > ul li.menu-item-has-children {
  position: relative;
}
.deskMenu > ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: fadeUp 0.3s ease-in-out;
}
.deskMenu > ul li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 18px;
}
@media only screen and (min-width: 1400px) {
  .deskMenu > ul li > a {
    font-size: 18px;
  }
}
.deskMenu > ul li:last-child .sub-menu, .deskMenu > ul li:nth-last-child(2) .sub-menu {
  left: auto;
  right: -15px;
}
.deskMenu > ul .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: -10px;
  background-color: #ffffff;
  padding: 8px;
  width: 250px;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.deskMenu > ul .sub-menu li.current-menu-item a {
  color: #ffffff;
  background-color: #5ec9ec;
}
.deskMenu > ul .sub-menu li:not(.current-menu-item):hover a {
  color: #005eb8;
  background-color: #f9f9f9;
}
.deskMenu > ul .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #202020;
  border-radius: 8px;
}
.deskMenu > ul .sub-menu li > .sub-menu {
  top: 0;
  left: calc(100% + 10px);
}
.deskMenu ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  margin-left: 5px;
  top: 51%;
  transform: translateY(-50%);
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  padding-right: 20px;
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  color: inherit;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}

#solihull_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

#solihull_mmenu {
  background-color: #f1f1f1;
  color: #202020;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mm-spn--open a::after {
  color: #444;
}
.mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ededed;
  color: #005eb8;
}
.mm-spn--open li.current-menu-item > a {
  color: #ffffff;
  background-color: #5ec9ec;
}

.ftrMainBody {
  background-color: #edf1f2;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  padding: 50px 0 30px;
}
@media only screen and (min-width: 992px) {
  .ftrMainBody {
    padding: 60px 0 30px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .ftrMainBody {
    padding: 80px 0 30px;
  }
}

.ftrLogos {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ftrLogos {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .ftrLogos {
    width: 26%;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrLogos {
    width: 370px;
  }
}
.ftrLogos img {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .ftrLogos img {
    width: 210px;
    margin-bottom: 30px;
  }
}
.ftrLogos h3 {
  width: 241px;
  margin-left: auto;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #005eb8;
  font-size: 17px;
}
@media only screen and (min-width: 992px) {
  .ftrLogos h3 {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrLogos h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrLogos h3 {
    font-size: 26px;
  }
}

.ftrMenus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .ftrMenus {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 480px) {
  .ftrMenus {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .ftrMenus {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMenus {
    width: 35%;
  }
}
@media only screen and (min-width: 1600px) {
  .ftrMenus {
    width: 500px;
  }
}
.ftrMenus > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ftrMenus > div {
    width: 48%;
  }
}
.ftrMenus ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.ftrMenus li {
  margin-bottom: 5px;
}
.ftrMenus li a {
  font-size: 16px;
  color: #454545;
  text-decoration: none;
}
.ftrMenus li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) {
  .ftrMenus li a {
    font-size: 18px;
  }
}

.ftrMoreInfo {
  width: 300px;
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  .ftrMoreInfo {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .ftrMoreInfo {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMoreInfo {
    width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrMoreInfo {
    width: 355px;
  }
}
.ftrMoreInfo img {
  width: 350px;
}
.ftrMoreInfo ul {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-top: 15px;
}
.ftrMoreInfo li a {
  font-size: 15px;
  color: #454545;
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) {
  .ftrMoreInfo li a {
    font-size: 18px;
  }
}

.ftrBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #005eb8;
  font-family: "FrutigerLTPro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 0;
}
@media only screen and (min-width: 992px) {
  .ftrBottom {
    font-size: 16px;
  }
}
.ftrBottom .ftrbText {
  max-width: 400px;
}
.ftrBottom p {
  margin-bottom: 0;
}

.homeBanner {
  width: 100%;
  min-height: 225px;
  display: flex;
  background-size: contain !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  padding: 30px 0 0;
  margin-bottom: 80px;
}
@media only screen and (min-width: 425px) {
  .homeBanner {
    min-height: 250px;
  }
}
@media only screen and (min-width: 576px) {
  .homeBanner {
    min-height: 300px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .homeBanner {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .homeBanner {
    min-height: 400px;
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .homeBanner {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .homeBanner {
    min-height: 640px;
  }
}
.homeBanner .container {
  width: 100%;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  .homeBanner .container {
    align-items: center;
  }
}

.hbsServiceBox {
  width: 100%;
  padding: 8px 0;
}
@media only screen and (max-width: 1399px) {
  .hbsServiceBox {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 576px) {
  .hbsServiceBox {
    margin-bottom: -120px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .hbsServiceBox {
    width: 58%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .hbsServiceBox {
    max-width: 700px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .hbsServiceBox {
    max-width: 980px;
  }
}
.hbsServiceBox .slick-track {
  padding: 10px 0;
}
.hbsServiceBox .hbsBox {
  min-width: 180px;
  border-radius: 12px;
  transition: all 0.3s;
}
@media only screen and (min-width: 576px) {
  .hbsServiceBox .hbsBox {
    min-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .hbsServiceBox .hbsBox {
    min-width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .hbsServiceBox .hbsBox {
    min-width: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  .hbsServiceBox .hbsBox {
    min-width: 240px;
  }
}
.hbsServiceBox .hbsBox:hover {
  transform: translateY(-3px);
}
@media only screen and (min-width: 992px) {
  .hbsServiceBox .hbsBox:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
}
.hbsServiceBox .hbsBox a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 12px 5px;
  border-radius: 12px;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .hbsServiceBox .hbsBox a {
    padding: 20px 15px 8px;
  }
}
@media only screen and (min-width: 1800px) {
  .hbsServiceBox .hbsBox a {
    padding: 38px 30px 20px;
  }
}
.hbsServiceBox .hbsBox img {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .hbsServiceBox .hbsBox img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .hbsServiceBox .hbsBox img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .hbsServiceBox .hbsBox img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1800px) {
  .hbsServiceBox .hbsBox img {
    margin-bottom: 28px;
    width: 110px;
    height: 110px;
  }
}
.hbsServiceBox .hbsBox h4 {
  text-align: center;
  color: #ffffff;
  font-family: "Asap", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (min-width: 576px) {
  .hbsServiceBox .hbsBox h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .hbsServiceBox .hbsBox h4 {
    font-size: 20px;
  }
}

.wlcmNote {
  font-family: "Asap", sans-serif;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .wlcmNote {
    padding: 60px 0;
  }
  .wlcmNote .container {
    width: 80%;
  }
  .wlcmNote h2 {
    width: 68%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .wlcmNote {
    padding: 70px 0;
  }
  .wlcmNote .container {
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1600px) {
  .wlcmNote {
    padding: 80px 0;
  }
}
.wlcmNote .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wlcmNote img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wlcmNote img {
    position: absolute;
    width: 120px;
    top: -50px;
    right: -60px;
  }
}
@media only screen and (min-width: 1400px) {
  .wlcmNote img {
    width: 180px;
    top: 50%;
    right: -180px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1800px) {
  .wlcmNote img {
    width: 265px;
    right: -290px;
  }
}
.wlcmNote .btn-primary {
  margin: auto;
}

.htsHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.htsHeader .htsSearch {
  width: 100%;
  max-width: 400px;
}
.htsHeader .htsSearchForm {
  width: 100%;
  display: flex;
  gap: 4px;
}
.htsHeader input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 0 #f1f1f1;
  padding: 5px 10px 5px 10px;
  transition: all 0.3s;
}
.htsHeader input:focus {
  outline: none;
  border-color: #005eb8;
  box-shadow: 0 2px 0 #005eb8;
}
.htsHeader input::-moz-placeholder {
  color: #a0a0a0;
}
.htsHeader input::placeholder {
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .htsHeader input {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .htsHeader input {
    height: 55px;
    font-size: 18px;
  }
}
.htsHeader button {
  width: 50px;
  border-radius: 10px;
  background-color: #005eb8;
  color: #ffffff;
  border: none;
}
.htsHeader button:hover {
  background-color: #004f98;
}

.htsOuter {
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .htsOuter {
    padding: 40px 0;
  }
}
.htsOuter .htsTag {
  width: 80%;
  max-width: 320px;
  padding: 14px 16px;
  background-color: #5ec9ec;
  color: #ffffff;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .htsOuter .htsTag {
    font-size: 18px;
    padding: 18px 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .htsOuter .htsTag {
    font-size: 20px;
    padding: 22px 28px;
  }
}

.helpTopicSection {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .helpTopicSection {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .helpTopicSection {
    margin-bottom: 60px;
  }
}

.topicServices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .topicServices {
    padding-top: 40px;
  }
}

.tsWrapper {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .tsWrapper {
    overflow-x: auto;
    padding: 15px 0 25px;
    margin: 0 -6px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .tsWrapper {
    width: 68.6%;
  }
}
@media only screen and (min-width: 1200px) {
  .tsWrapper {
    width: 74.5%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tsWrapper .tsBox {
  display: flex;
  flex-direction: column;
  transition: all 0.6s;
}
@media only screen and (max-width: 1199px) {
  .tsWrapper .tsBox {
    min-width: 260px;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .tsWrapper .tsBox {
    width: 32%;
  }
}
.tsWrapper .tsBox:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.tsWrapper .tsBox:hover .tsbImg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tsWrapper .tsBox > a {
  background-color: #f6f6f6;
}
.tsWrapper .tsbImg {
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.tsWrapper .tsbImg img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsWrapper .tsbTxt {
  flex-grow: 1;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 6px 0 #e0e0e0;
}
@media only screen and (min-width: 576px) {
  .tsWrapper .tsbTxt {
    padding: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .tsWrapper .tsbTxt {
    padding: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsWrapper .tsbTxt {
    padding: 30px;
  }
}
.tsWrapper .tsbTxt h4 {
  font-size: 15px;
  color: #444;
}
@media only screen and (min-width: 1400px) {
  .tsWrapper .tsbTxt h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsWrapper .tsbTxt h4 {
    font-size: 20px;
  }
}
.tsWrapper .tsbTxt h4 a {
  color: inherit;
  text-decoration: none;
}

.tsFindMore {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #005eb8;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 0 #398fe1;
  padding: 25px 16px 16px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .tsFindMore {
    margin: 15px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tsFindMore {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .tsFindMore {
    width: 24%;
  }
}
.tsFindMore img {
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) {
  .tsFindMore {
    padding: 32px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tsFindMore {
    padding: 25px 16px 16px;
  }
  .tsFindMore img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .tsFindMore {
    padding: 32px 20px 20px;
  }
  .tsFindMore img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsFindMore {
    padding: 60px 35px 35px;
  }
}
.tsFindMore h4 {
  margin-bottom: 20px;
}

.cmnTopics {
  max-width: 1000px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .cmnTopics {
    padding-top: 40px;
  }
}
.cmnTopics h3 {
  color: #005eb8;
  padding: 12px;
}
.cmnTopics ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1200ppx) {
  .cmnTopics ul {
    gap: 8px;
  }
}
.cmnTopics ul .cmnTopicBtn {
  display: block;
  background-color: #7dcfb7;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s;
}
.cmnTopics ul .cmnTopicBtn:hover {
  background-color: #5db399;
}
@media only screen and (min-width: 576px) {
  .cmnTopics ul .cmnTopicBtn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmnTopics ul .cmnTopicBtn {
    font-size: 18px;
    padding: 16px 50px;
  }
}

.needSupportSec {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .needSupportSec {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .needSupportSec {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.needSupportSec .nssBox {
  width: 100%;
  background-color: #ffffff;
  color: #3e3e3e;
  border: 1px solid #d5d8d9;
  border-radius: 10px;
  box-shadow: 0 6px 0 #e0e0e0;
  padding: 20px;
}
.needSupportSec .nssBox a.btn-primary {
  height: 100%;
  margin-top: 10px;
}
.needSupportSec .nssBox:nth-child(even) a.btn-primary {
  background-color: #1aa5aa;
  box-shadow: 0 4px 0 #3cc3c8;
}
.needSupportSec .nssBox:nth-child(even) a.btn-primary:hover {
  box-shadow: 0 3px 1px 2px #3cc3c8;
}
@media only screen and (min-width: 1600px) {
  .needSupportSec .nssBox:nth-child(even) a.btn-primary {
    box-shadow: 0 6px 0 #3cc3c8;
  }
  .needSupportSec .nssBox:nth-child(even) a.btn-primary:hover {
    box-shadow: 0 4px 1px 3px #3cc3c8;
  }
}
@media only screen and (min-width: 576px) {
  .needSupportSec .nssBox {
    width: 49%;
  }
}
@media only screen and (min-width: 576px) {
  .needSupportSec .nssBox {
    width: 48%;
  }
}
@media only screen and (min-width: 1800px) {
  .needSupportSec .nssBox {
    padding: 50px;
  }
}
.needSupportSec .nssBox h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .needSupportSec .nssBox .nssText {
    display: flex;
    gap: 20px;
  }
}

.cmntyNote {
  margin: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .cmntyNote {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cmntyNote {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .cmntyNote {
    margin: 80px 0;
  }
}
.cmntyNote .ntWrap {
  background-position: center left !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  padding: 40px 15px 50px;
}
@media only screen and (min-width: 576px) {
  .cmntyNote .ntWrap {
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmntyNote .ntWrap {
    padding: 70px 30px 90px;
  }
}
.cmntyNote .ntBox {
  width: 100%;
  max-width: 450px;
  background-color: #ffffff;
  color: #3e3e3e;
  border: 1px solid #d5d8d9;
  border-radius: 10px;
  box-shadow: 0 6px 0 #e0e0e0;
  padding: 20px;
  margin-left: auto;
}
@media only screen and (min-width: 520px) {
  .cmntyNote .ntBox {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .cmntyNote .ntBox {
    padding: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .cmntyNote .ntBox {
    max-width: 800px;
    padding: 50px;
  }
}
.cmntyNote .ntBox h2 {
  margin-bottom: 20px;
}

.pageBanner.pb-v1 {
  min-height: 225px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #ffffff;
  padding: 40px 0;
}
@media only screen and (min-width: 576px) {
  .pageBanner.pb-v1 {
    min-height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner.pb-v1 {
    min-height: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner.pb-v1 {
    min-height: 375px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner.pb-v1 {
    min-height: 425px;
  }
}
.pageBanner.pb-v2 {
  min-height: 180px;
  background-position: top right !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: #ffffff;
  padding: 50px 0;
}
@media only screen and (min-width: 576px) {
  .pageBanner.pb-v2 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner.pb-v2 {
    min-height: 250px;
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner.pb-v2 {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner.pb-v2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pageBanner.pb-v2 {
    padding: 100px 0 120px;
  }
}
.pageBanner.rsrcBnr {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) {
  .pageBanner.rsrcBnr {
    padding-bottom: 150px;
  }
}
.pageBanner h1 {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pageBanner h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .pageBanner h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  background-color: #ffffff;
  color: #005eb8;
  padding: 6px 10px;
  border-radius: 10px;
  font-family: "Asap", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    min-width: 240px;
    padding: 8px 12px;
    font-size: 14px;
  }
}
.breadcrumbs span {
  font-weight: 500;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #dd0977;
  text-decoration: underline;
}

.aboutUsSec {
  color: #363636;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .aboutUsSec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsSec {
    padding: 80px 0;
  }
}
.aboutUsSec h2 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .aboutUsSec h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsSec h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .aboutUsSec h2 {
    font-size: 36px;
  }
}

.recentNewsSec {
  background-color: #005eb8;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .recentNewsSec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .recentNewsSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsSec {
    padding: 80px 0;
  }
}
.recentNewsSec h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) {
  .recentNewsSec h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .recentNewsSec h2 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsSec h2 {
    margin-bottom: 55px;
  }
}

.newsWrapperOuter, .postContentWrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 60px 0;
  }
}

.newsWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .newsWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .newsWrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .newsWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.newsWrapper .newsBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.newsWrapper .newsBox:hover {
  transform: translateY(-3px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 991px) {
  .newsWrapper .newsBox {
    min-width: 280px;
  }
}
.newsWrapper .newsBox .rnbImg {
  overflow: hidden;
  display: block;
  border: 1px solid #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.newsWrapper .newsBox .rnbImg img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsWrapper .newsBox .rnbText {
  flex-grow: 1;
  background-color: #f6f6f6;
  text-align: left;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .newsWrapper .newsBox .rnbText {
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsWrapper .newsBox .rnbText {
    padding: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsWrapper .newsBox .rnbText {
    padding: 30px;
  }
}
.newsWrapper .newsBox .rnbText h3 {
  color: #005eb8;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .newsWrapper .newsBox .rnbText h3 {
    font-size: 18px;
  }
}
.newsWrapper .newsBox .rnbText a {
  color: inherit;
}

@media only screen and (max-width: 991px) {
  .recentNewsBoxs {
    display: flex;
    overflow-x: auto;
    gap: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .recentNewsBoxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.recentNewsBoxs .recentNewsBox {
  display: flex;
  flex-direction: column;
}
.recentNewsBoxs .recentNewsBox:nth-child(1) .rnbText::before {
  background-color: #005eb8;
}
.recentNewsBoxs .recentNewsBox:nth-child(2) .rnbText::before {
  background-color: #7dcfb7;
}
.recentNewsBoxs .recentNewsBox:nth-child(3) .rnbText::before {
  background-color: #5ec9ec;
}
@media only screen and (max-width: 991px) {
  .recentNewsBoxs .recentNewsBox {
    min-width: 280px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbImg {
  overflow: hidden;
  display: block;
  border: 1px solid #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recentNewsBoxs .recentNewsBox .rnbImg img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.recentNewsBoxs .recentNewsBox .rnbText {
  flex-grow: 1;
  position: relative;
  background-color: #ffffff;
  text-align: left;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 30px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbText::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 10px;
  left: 0;
  top: -5px;
}
.recentNewsBoxs .recentNewsBox .rnbText h3 {
  color: #005eb8;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .recentNewsBoxs .recentNewsBox .rnbText h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsBoxs .recentNewsBox .rnbText h3 {
    font-size: 22px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbText a {
  color: inherit;
}

.contactSecWrap {
  padding: 40px 0;
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .contactSecWrap {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contactSecWrap {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contactSecWrap {
    padding: 80px 0;
  }
}
.contactSecWrap .container > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contactSecWrap .container > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactSecWrap .container > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .contactSecWrap .container > h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.csFormWrap {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .csFormWrap {
    width: 55%;
    margin-bottom: 0;
  }
}
.csFormWrap > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .csFormWrap > h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .csFormWrap > h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .csFormWrap > h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.csFormWrap > p {
  max-width: 555px;
}

.csMoreInfo {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .csMoreInfo {
    width: 40%;
  }
}
.csMoreInfo > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .csMoreInfo > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .csMoreInfo > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .csMoreInfo > h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.csForm {
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .csForm {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm {
    padding-top: 40px;
  }
}
.csForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.csForm .field-wrap {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .csForm .field-wrap {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .csForm .field-wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .csForm .field-wrap {
    margin-bottom: 20px;
  }
}
.csForm .field-wrap.final {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.csForm input, .csForm select {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 10px 14px;
  color: #202020;
  height: 55px;
  border-radius: 15px;
}
.csForm input:focus, .csForm select:focus {
  outline: 1px solid #005eb8;
}
.csForm input::-moz-placeholder, .csForm select::-moz-placeholder {
  color: #363636;
}
.csForm input::placeholder, .csForm select::placeholder {
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .csForm input, .csForm select {
    height: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm input, .csForm select {
    padding: 12px 18px;
    height: 60px;
  }
}
.csForm textarea {
  resize: none;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 12px 18px;
  color: #202020;
  height: 80px;
  border-radius: 15px;
}
.csForm textarea:focus {
  outline: 1px solid #005eb8;
}
.csForm textarea::-moz-placeholder {
  color: #363636;
}
.csForm textarea::placeholder {
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .csForm textarea {
    height: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm textarea {
    height: 110px;
  }
}
.csForm .cfSubmitBtn {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.csForm input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff881c;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .csForm input[type=submit] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm input[type=submit] {
    font-size: 18px;
  }
}
.csForm input[type=submit]:hover {
  background-color: #dd7311;
}
.csForm .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
}
.csForm .checkBoxWrap {
  width: 100%;
  margin-bottom: 12px;
}
.csForm .checkBoxWrap .wpcf7-list-item {
  margin-left: 0;
}
.csForm .checkBoxWrap .wpcf7-list-item label {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .csForm .checkBoxWrap {
    width: 70%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .csForm .checkBoxWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .csForm .checkBoxWrap {
    width: 65%;
  }
}
.csForm .checkBoxWrap input {
  width: 38px;
  height: 15px;
}
.csForm .checkBoxWrap p {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1600px) {
  .csForm .checkBoxWrap p {
    font-size: 16px;
  }
}
.csForm p {
  margin-bottom: 0;
}
.csForm .wpcf7-response-output {
  margin: 20px auto !important;
}

.csmInfoBoxs .accordion-item {
  border: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .csmInfoBoxs .accordion-item {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .csmInfoBoxs .accordion-item {
    margin-bottom: 20px;
  }
}
.csmInfoBoxs .accordion-button {
  border: none;
  border-radius: 12px;
  background-color: #005eb8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) {
  .csmInfoBoxs .accordion-button {
    font-size: 18px;
    padding: 16px 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .csmInfoBoxs .accordion-button {
    font-size: 21px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .csmInfoBoxs .accordion-button {
    font-size: 24px;
    padding: 25px 40px;
  }
}
.csmInfoBoxs .accordion-button::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/chevron_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.csmInfoBoxs .accordion-body a {
  color: #005eb8;
  text-decoration: underline;
}

.rsrcSearchWrap {
  position: relative;
  width: 90%;
  max-width: 1152px;
  margin: auto;
  margin-top: -70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .rsrcSearchWrap {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcSearchWrap {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSearchWrap {
    margin-top: -120px;
  }
}

.rsrcSearch {
  background-color: #ffffff;
  border: 1px solid #2bb3aa;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (min-width: 576px) {
  .rsrcSearch {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch {
    padding: 40px;
  }
}
.rsrcSearch h3 {
  color: #005eb8;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .rsrcSearch h3 {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch h3 {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcSearch h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.rsrcSearch form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .rsrcSearch form {
    margin-bottom: 16px;
  }
}
.rsrcSearch form input {
  width: 100%;
  height: 45px;
  color: #202020;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 10px 12px;
  box-shadow: 0 4px 0 #f4f4f4;
  outline: none;
  transition: all 0.3s;
}
.rsrcSearch form input::-moz-placeholder {
  color: #b4b4b4;
  font-style: italic;
}
.rsrcSearch form input::placeholder {
  color: #b4b4b4;
  font-style: italic;
}
.rsrcSearch form input:focus {
  border-color: #005eb8;
  box-shadow: 0 4px 0 #005eb8;
}
@media only screen and (min-width: 500px) {
  .rsrcSearch form input {
    width: 50%;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .rsrcSearch form input {
    height: 55px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSearch form input {
    height: 65px;
    padding: 12px 30px;
  }
}
.rsrcSearch form button {
  width: 100%;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #005eb8;
  color: #ffffff;
  text-decoration: underline;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  margin-left: auto;
  transition: all 0.3s;
}
.rsrcSearch form button:hover {
  background-color: #004f98;
}
@media only screen and (min-width: 500px) {
  .rsrcSearch form button {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch form button {
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSearch form button {
    width: 280px;
    font-size: 18px;
    padding: 12px 20px;
  }
}
.rsrcSearch form button i {
  margin-right: 10px;
}

#viewSaveBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  color: #ffffff;
  margin-left: auto;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  #viewSaveBtn {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
#viewSaveBtn i {
  border: 2px solid #ffffff;
  padding: 4px 4px 3px 4px;
  border-radius: 50px;
  margin-right: 5px;
}

.rsrcSecWrap {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .rsrcSecWrap {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSecWrap {
    padding: 50px 0;
  }
}
.rsrcSecWrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .rsrcSecWrap .container {
    flex-direction: column-reverse;
  }
}

.rsrcPostsOuter {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rsrcPostsOuter {
    width: 67%;
  }
}

.rsrcPost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .rsrcPost {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcPost {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcPost {
    margin-bottom: 50px;
  }
}
.rsrcPost.type-pdf .btn-primary, .rsrcPost.type-atcl .btn-primary {
  background-color: #2bb3aa;
  box-shadow: 0 4px 0 #4dd3ca;
}
.rsrcPost.type-pdf .btn-primary:hover, .rsrcPost.type-atcl .btn-primary:hover {
  box-shadow: 0 3px 1px 2px #4dd3ca;
}
.rsrcPost.type-link .btn-primary {
  background-color: #f18b00;
  box-shadow: 0 4px 0 #ffc28a;
}
.rsrcPost.type-link .btn-primary:hover {
  box-shadow: 0 3px 1px 2px #ffc28a;
}
.rsrcPost .rspImg {
  width: 100%;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 576px) {
  .rsrcPost .rspImg {
    width: 37%;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcPost .rspImg {
    width: 37%;
  }
}
.rsrcPost .rspImg img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .rsrcPost .rspImg img {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcPost .rspImg img {
    height: 100%;
  }
}
.rsrcPost .rspDetails {
  width: 100%;
  padding: 16px 12px;
}
@media only screen and (min-width: 576px) {
  .rsrcPost .rspDetails {
    width: 63%;
    padding: 20px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcPost .rspDetails {
    width: 63%;
    padding: 25px 30px;
  }
}
.rsrcPost .rspDetails .rspdTop {
  max-width: 520px;
  margin-bottom: 30px;
}
.rsrcPost .rspDetails h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.rsrcPost .rspDetails h2 a {
  color: inherit;
  text-decoration: none;
}
.rsrcPost .rspDetails p {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .rsrcPost .rspDetails p {
    font-size: 18px;
  }
}
.rsrcPost .rspdBtm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.rsrcPost .rspdbAction {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 450px) {
  .rsrcPost .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 576px) {
  .rsrcPost .rspdbAction {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcPost .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.rsrcPost .rspdbAction span {
  font-size: 14px;
  font-weight: 400;
}
.rsrcPost .svRsrc {
  cursor: pointer;
  font-size: 16px;
}
.rsrcPost .svRsrc span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #202020;
  border-radius: 50px;
  margin-right: 5px;
}
.rsrcPost .svRsrc.active i {
  font-weight: 700;
}
.rsrcPost .svRsrc i {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  top: 50%;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #202020;
}
.rsrcPost .btn-primary {
  min-width: unset;
  width: 180px;
  font-size: 16px;
  padding: 12px;
}
@media only screen and (min-width: 1400px) {
  .rsrcPost .btn-primary {
    font-size: 18px;
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcPost .btn-primary {
    width: 250px;
    padding: 14px;
  }
}

.rsrcFToggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #edf1f2;
  color: #202020;
  border-radius: 10px;
  padding: 12px;
  border: none;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.rsrcFToggle.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media only screen and (min-width: 992px) {
  .rsrcFToggle {
    display: none;
  }
}

.rsrcSidebar {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rsrcSidebar {
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSidebar {
    width: 28%;
  }
}
@media only screen and (max-width: 991px) {
  .rsrcSidebar .rcntRsrcWrap {
    display: none;
  }
}

.rsrcFilter {
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
  padding: 20px 20px 40px 12px;
}
@media only screen and (max-width: 991px) {
  .rsrcFilter {
    display: none;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcFilter {
    display: block !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcFilter {
    padding: 30px 30px 60px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter {
    padding: 40px 40px 60px 30px;
    margin-bottom: 50px;
  }
}
.rsrcFilter h4 {
  width: -moz-fit-content;
  width: fit-content;
  color: #005eb8;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 12px;
  border-bottom: 2px solid #005eb8;
}
@media only screen and (min-width: 768px) {
  .rsrcFilter h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter h4 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.rsrcFilter .searchandfilter li {
  margin: 0;
  padding: 0;
}
.rsrcFilter .searchandfilter ul {
  padding: 0;
  list-style: none;
}
.rsrcFilter .searchandfilter ul li {
  color: #005eb8;
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter .searchandfilter ul li {
    font-size: 20px;
  }
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-level-0.sf-option-active {
  position: relative;
  background-color: #edf1f2;
  border-radius: 5px;
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-level-0.sf-option-active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #005eb8;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-input-radio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.rsrcFilter .sf-field-taxonomy-resource-category label {
  padding: 5px;
  cursor: pointer;
}
.rsrcFilter .sf-field-taxonomy-resource-category label:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.rsrcFilter .sf-field-search {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.mlbRcntRsrcWrap {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .mlbRcntRsrcWrap {
    display: none;
  }
}

.rcntRsrcWrap {
  background-color: #005eb8;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
  padding: 20px 20px 40px;
}
@media only screen and (min-width: 1200px) {
  .rcntRsrcWrap {
    padding: 30px 30px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .rcntRsrcWrap {
    padding: 40px 40px 60px;
  }
}
.rcntRsrcWrap h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rcntRsrcWrap h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .rcntRsrcWrap h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.rcntRsrc {
  width: 90%;
}
.rcntRsrc h4 {
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .rcntRsrc h4 {
    font-size: 18px;
  }
}
.rcntRsrc h4 a {
  color: inherit;
}
.rcntRsrc h4 a:hover {
  -webkit-text-decoration: under;
          text-decoration: under;
}
.rcntRsrc p {
  font-weight: 400;
}

.serviceWrapperOuter {
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .serviceWrapperOuter {
    padding-top: 25px;
  }
}
.serviceWrapperOuter .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .serviceWrapperOuter .container {
    flex-direction: column-reverse;
    gap: 25px;
  }
}

.serviceDetails {
  width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 576px) {
  .serviceDetails {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .serviceDetails {
    width: 67%;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceDetails {
    padding: 50px 0;
  }
}

.srcExToggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #edf1f2;
  color: #202020;
  border-radius: 10px;
  padding: 12px;
  border: none;
  margin-bottom: -12px;
  transition: all 0.3s;
}
.srcExToggle.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media only screen and (min-width: 992px) {
  .srcExToggle {
    display: none;
  }
}
.srcExToggle i {
  font-size: 22px;
}

.serviceSidebar {
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  color: #4b4b4b;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .serviceSidebar {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .serviceSidebar {
    display: block;
    width: 30%;
    position: relative;
    padding: 25px 20px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .serviceSidebar::after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .serviceSidebar {
    padding: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .serviceSidebar {
    padding: 60px 80px;
    padding-right: 0;
  }
}

.ssbContent {
  position: relative;
  z-index: 1;
}
.ssbContent h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .ssbContent h2 {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .ssbContent h2 {
    margin-bottom: 30px;
  }
}
.ssbContent ul {
  font-family: "Asap", sans-serif;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .ssbContent ul {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .ssbContent ul {
    margin-bottom: 70px;
  }
}
.ssbContent ul li {
  font-size: 16px;
  font-weight: 500;
}
.ssbContent ul li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 1200px) {
  .ssbContent ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .ssbContent ul li {
    font-size: 20px;
  }
}
.ssbContent ul li.active a {
  color: #005eb8;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
.ssbContent ul a {
  display: block;
  color: inherit;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 10px;
}
.ssbContent ul a:hover {
  color: #005eb8;
}

.rsrcFindMore {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 370px;
  background-color: #6bc2a9;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 0 #88d5bf;
  padding: 25px 16px 16px;
  margin-bottom: 30px;
}
.rsrcFindMore img {
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) {
  .rsrcFindMore {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .rsrcFindMore {
    padding: 25px;
  }
  .rsrcFindMore img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcFindMore {
    padding: 32px;
  }
  .rsrcFindMore img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .rsrcFindMore {
    padding: 40px;
  }
}
.rsrcFindMore h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1800px) {
  .rsrcFindMore h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.rsrcFindMore a {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
@media only screen and (min-width: 1800px) {
  .rsrcFindMore a {
    font-size: 24px;
  }
}

.s-rsrcWrapper .srsrcWrap {
  padding: 30px 0 20px;
  border-bottom: 2px solid #ebebeb;
}
@media only screen and (min-width: 992px) {
  .s-rsrcWrapper .srsrcWrap {
    padding: 50px 0 30px;
  }
}
.s-rsrcWrapper .srsrcTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .s-rsrcWrapper .srsrcTop {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .s-rsrcWrapper .srsrcTop {
    margin-bottom: 30px;
  }
}
.s-rsrcWrapper .rspdbAction {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media only screen and (min-width: 450px) {
  .s-rsrcWrapper .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 576px) {
  .s-rsrcWrapper .rspdbAction {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .s-rsrcWrapper .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.s-rsrcWrapper .rspdbAction span {
  font-size: 14px;
  font-weight: 400;
}
.s-rsrcWrapper .svRsrc {
  cursor: pointer;
  font-size: 16px;
}
.s-rsrcWrapper .svRsrc span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #202020;
  border-radius: 50px;
  margin-right: 5px;
}
.s-rsrcWrapper .svRsrc.active i {
  font-weight: 700;
}
.s-rsrcWrapper .svRsrc i {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  top: 50%;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #202020;
}

.s-rsrcContent {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .s-rsrcContent {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .s-rsrcContent {
    padding: 50px 0;
  }
}

.explrServices {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .explrServices {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .explrServices {
    padding: 70px 0;
  }
}
.explrServices h3 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1400px) {
  .explrServices h3 {
    margin-bottom: 35px;
  }
}
.explrServices .explrSrvcs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .explrServices .explrSrvcs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .explrServices .explrSrvcs {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
.explrServices .explrSrvc {
  display: flex;
  min-height: 120px;
  border-radius: 10px;
  transition: all 0.3s;
}
.explrServices .explrSrvc:hover {
  transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) {
  .explrServices .explrSrvc {
    min-height: 175px;
  }
}
.explrServices .explrSrvc a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  padding: 12px;
}

.page-404 {
  font-family: Arial, sans-serif;
  background-color: #f0f4f5;
  color: #212b32;
  margin: 0;
  padding: 0;
}
.page-404 .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}
.page-404 .error-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-404 .error-svg {
  margin-bottom: 1.5rem;
}
.page-404 .error-svg svg {
  width: 80px;
  height: 80px;
}
.page-404 .error-content h1 {
  font-size: 2rem;
  color: #005EB8;
  margin-bottom: 1rem;
}
.page-404 .error-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination a, .pagination span {
  display: block;
  margin: 3px;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: 5px 12px;
    margin: 5px;
    font-size: 18px;
    font-weight: 700;
  }
}
.pagination .page-numbers {
  border: 1px solid #005eb8;
}
.pagination .page-numbers:not(.current):hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (min-width: 768px) {
  .pagination .page-numbers {
    border: 2px solid #005eb8;
  }
}
.pagination .current {
  background-color: #005eb8;
  color: #ffffff;
}
.pagination .screen-reader-text {
  display: none;
}

.srvcListOuter {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .srvcListOuter {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .srvcListOuter {
    padding: 70px 0;
  }
}
.srvcListOuter .sListWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .srvcListOuter .sListWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .srvcListOuter .sListWrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.srvcListOuter .sListItem {
  display: flex;
  aspect-ratio: 10/7;
  border-radius: 12px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.srvcListOuter .sListItem:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.srvcListOuter .sListItem a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  padding: 12px;
  border-radius: 12px;
}/*# sourceMappingURL=style.css.map */