@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.resource-banner {
  background: #2d645e url("../img/resources.jpg") no-repeat;
  background-size: cover;
  background-position: center 0;
}
@media (max-width: 767px) {
  .resource-banner {
    background-position: center right -100px;
  }
}
.resource-banner .page-subtitle {
  max-width: 38vw;
}
@media (max-width: 1199px) {
  .resource-banner .page-subtitle br {
    display: none;
  }
}
@media (max-width: 991px) {
  .resource-banner .page-subtitle {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .resource-banner .page-subtitle {
    max-width: 95%;
  }
}

.resource-sec {
  position: relative;
}
.resource-sec::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 144px;
  max-width: 7vw;
  aspect-ratio: 0.288;
  background: url(../img/leaf-side.svg) no-repeat;
  background-position: 0 center;
  background-size: cover;
}
@media (max-width: 1481px) {
  .resource-sec {
    padding-top: 40px;
  }
}
@media (max-width: 1281px) {
  .resource-sec {
    padding-top: 30px;
  }
}
@media (max-width: 579px) {
  .resource-sec {
    padding: 30px 8px 0;
  }
}

.help-blk-wrp {
  padding-top: 90px;
}
@media (max-width: 1679px) {
  .help-blk-wrp {
    padding-top: 60px;
  }
}
@media (max-width: 1481px) {
  .help-blk-wrp {
    padding-top: 40px;
  }
}
@media (max-width: 1281px) {
  .help-blk-wrp {
    padding-top: 30px;
    flex: 1;
  }
}
@media (max-width: 991px) {
  .help-blk-wrp {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .help-blk-wrp {
    padding-top: 20px;
    flex: 0 0 100%;
  }
}
.help-blk-wrp:not(.cal-auto) {
  margin-right: 80px;
  flex: 1;
}
@media (max-width: 991px) {
  .help-blk-wrp:not(.cal-auto) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .help-blk-wrp:not(.cal-auto) {
    flex: auto;
    margin-right: 0pc;
  }
}
.help-blk-wrp.col-auto {
  max-width: 490px;
}
@media (max-width: 767px) {
  .help-blk-wrp:last-child {
    padding-top: 0px;
  }
}
.help-blk-wrp .help-blks {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (max-width: 1679px) {
  .help-blk-wrp .help-blks {
    margin-bottom: 40px;
  }
}
@media (max-width: 1481px) {
  .help-blk-wrp .help-blks {
    margin-bottom: 30px;
  }
}
@media (max-width: 1281px) {
  .help-blk-wrp .help-blks {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .help-blk-wrp .help-blks {
    margin-bottom: 20px;
  }
}
.help-blk-wrp .help-blks .inner-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #1A517A;
  margin-bottom: 35px;
  display: flex;
}
@media (max-width: 1679px) {
  .help-blk-wrp .help-blks .inner-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1481px) {
  .help-blk-wrp .help-blks .inner-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 1281px) {
  .help-blk-wrp .help-blks .inner-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }
}
.help-blk-wrp .help-blks .inner-title .icon {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .help-blk-wrp .help-blks .inner-title .icon {
    margin-right: 10px;
  }
}
.help-blk-wrp .help-blks .inner-title .icon img {
  max-width: 100%;
}
@media (max-width: 1679px) {
  .help-blk-wrp .help-blks .inner-title .icon img {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  .help-blk-wrp .help-blks .inner-title .icon img {
    max-height: 16px;
  }
}
.help-blk-wrp .help-blks .inner-title .media-links {
  text-decoration: none;
  color: #1A517A;
}
.help-blk-wrp .help-blks .inner-title.contact {
  color: #18BF8B;
}
.help-blk-wrp .help-blks .inner-title.contact .media-links {
  color: #18BF8B;
}
.help-blk-wrp .help-blks .inner-title.website {
  min-height: 50px;
}
@media (max-width: 767px) {
  .help-blk-wrp .help-blks .inner-title.website {
    min-height: unset;
  }
}

.information-sec {
  margin-bottom: 90px;
}
@media (max-width: 1679px) {
  .information-sec {
    margin-bottom: 70px;
  }
}
@media (max-width: 1441px) {
  .information-sec {
    margin-bottom: 60px;
  }
}
@media (max-width: 1281px) {
  .information-sec {
    margin-bottom: 40px;
  }
}
.information-sec .hand-book {
  padding: 81px 89px 81px 75px;
  background: transparent linear-gradient(180deg, #FFF8EE 0%, #E1F9F8 100%);
  display: flex;
  align-items: center;
  border-radius: 19px;
}
@media (max-width: 1679px) {
  .information-sec .hand-book {
    padding: 60px 70px;
  }
}
@media (max-width: 1481px) {
  .information-sec .hand-book {
    padding: 50px 60px;
  }
}
@media (max-width: 1281px) {
  .information-sec .hand-book {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  .information-sec .hand-book {
    flex-direction: column;
    padding: 30px 32px;
  }
}
.information-sec .hand-book .content {
  flex: 1;
  margin-right: 80px;
  color: #476C66;
}
@media (max-width: 991px) {
  .information-sec .hand-book .content {
    order: 2;
    margin-right: 0px;
  }
}
.information-sec .hand-book .content .inner-title {
  font-weight: 700;
  color: #1A517A;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 17px;
}
@media (max-width: 1679px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1481px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1441px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1281px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 579px) {
  .information-sec .hand-book .content .inner-title {
    font-size: 16px;
  }
}
.information-sec .hand-book .content .desc {
  font-size: 17px;
  line-height: 29px;
  padding-bottom: 35px;
}
@media (max-width: 1679px) {
  .information-sec .hand-book .content .desc {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1481px) {
  .information-sec .hand-book .content .desc {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1281px) {
  .information-sec .hand-book .content .desc {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .information-sec .hand-book .content .desc {
    padding-bottom: 15px;
  }
}
.information-sec .hand-book .content .site-links {
  color: #129580;
  text-decoration: none;
}
.information-sec .hand-book .content .download-blk {
  display: flex;
}
@media (max-width: 479px) {
  .information-sec .hand-book .content .download-blk {
    flex-direction: column;
  }
}
.information-sec .hand-book .content .download-blk .link {
  background-color: #FFB533;
  border-radius: 25px;
  margin-right: 10px;
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
}
@media (max-width: 479px) {
  .information-sec .hand-book .content .download-blk .link {
    flex: 1;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.information-sec .hand-book .content .download-blk .link:hover {
  background-color: #1A517A;
}
.information-sec .hand-book .content .link {
  color: #FFB533;
  font-weight: 600;
  font-size: 17px;
  line-height: 29px;
  text-decoration: none;
}
@media (max-width: 1679px) {
  .information-sec .hand-book .content .link {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1441px) {
  .information-sec .hand-book .content .link {
    font-size: 14px;
    line-height: 22px;
  }
}
.information-sec .hand-book .img-hldr {
  flex-shrink: 0;
  max-width: 170px;
  position: relative;
}
@media (max-width: 991px) {
  .information-sec .hand-book .img-hldr {
    margin-bottom: 30px;
    max-width: 150px;
  }
}
@media (max-width: 579px) {
  .information-sec .hand-book .img-hldr {
    margin-bottom: 30px;
    max-width: 120px;
  }
}
.information-sec .hand-book .img-hldr .arrow-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 25px;
}
@media (max-width: 1679px) {
  .information-sec .hand-book .img-hldr .arrow-btn {
    width: 40px;
    height: 40px;
    right: 35px;
  }
}
@media (max-width: 1441px) {
  .information-sec .hand-book .img-hldr .arrow-btn {
    width: 30px;
    height: 30px;
    right: 45px;
  }
}
.information-sec .hand-book .img-hldr .arrow-btn img {
  max-width: 100%;
}