@-ms-viewport {
  .cta-btn: link, .cta-btn:visited width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");

@supports not (-ms-high-contrast: none) {
  .effect-scroll {
    opacity: 0;
    margin-top: 75px;
  }

  .effect-fade {
    opacity: 0;
  }
}

.dropdownmobile {
  left: auto;
  right: 0;
  top: 2px;
  display: inline-block;
}

.alert-msg {
  color: red;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: #f69525;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease-in;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #162a75;
}

a.underline {
  text-decoration: underline;
}

textarea:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  outline: none;
}

p {
  letter-spacing: normal;
  margin-bottom: 25px;
}

ul {
  margin-bottom: 0;
}

ol {
  padding-left: 20px;
}

ul li,
ol li {
  padding: 0 5px;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: left;
}

ul.list-unstyled li:before {
  display: none;
}

img {
  max-width: 100%;
}

img.full-width {
  width: 100%;
}

img.center {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  font-size: 28px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

.orange {
  color: #f69225;
}

.blue {
  color: #0233ff;
  fill: #0233ff !important;
}

.white {
  color: #fff;
}

p+p:last-child {
  margin-bottom: 0;
}

p.intro {
  font-size: 18px;
  color: #707070;
  position: relative;
  z-index: 1;
}

p.intro.white {
  color: #fff;
}

p b {
  color: #162a75;
  font-weight: 600;
}

.form-control {
  border-color: #ddd;
}

th {
  font-weight: 500;
}

#wrapper {
  position: relative;
}

.txt-link {
  position: relative;
  transition: all 0.25s ease-in;
}

.txt-link:after {
  content: "\f178";
  display: inline-block;
  transition: all 0.25s ease-in;
  text-decoration: none !important;
  font: normal normal normal 16px/1 "Font Awesome 5 Pro";
  margin-left: 6px;
  vertical-align: middle;
}

.thumbBox:hover .txt-link {
  color: #162a75;
}

.thumbBox:hover {
  box-shadow: 0px 0px 5px #0000001a;
}

.txt-link:hover:after,
.thumbBox:hover .txt-link:after,
.postCard:hover .txt-link:after {
  margin-left: 10px;
}

.text-lg {
  font-size: 120%;
}

.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.spacer30 {
  height: 30px;
}

.spacer50 {
  height: 50px;
}

.spacer100 {
  height: 100px;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.margin-center {
  margin: 0 auto;
}

.container-fluid {
  max-width: 1400px;
}

.section {
  padding: 50px 0;
  position: relative;
}

.section.fullBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section.overlapSection {
  margin-top: -100px;
}

.section-header {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-size: 56px;
  color: #333;
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.section-header a {
  display: inline-block;
  font-size: 16px;
  color: #007da9;
  vertical-align: middle;
  font-weight: normal;
}

.pageTitle h1 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #162a75;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.width950 {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

.width800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.width600 {
  max-width: 600px;
}

.width500 {
  max-width: 500px;
}

.width400 {
  max-width: 400px;
}

.width300 {
  max-width: 300px;
}

#back-top {
  width: 40px;
  height: 40px;
  position: fixed;
  text-align: center;
  bottom: 25px;
  right: 10px;
  margin: 0;
  z-index: 500;
  font-size: 25px;
  line-height: 40px;
  display: block;
  background-color: #f69225;
  color: #fff;
  border-radius: 50%;
}

#back-top a {
  width: 50px;
  height: 40px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 500;
  font-size: 14px;
  color: #007bff;
  opacity: 0.6;
}

#back-top a:hover {
  opacity: 0.5;
}

.btn-back {
  color: #333;
}

.back-btn-wrapper {
  margin-top: 15px;
}

.back-btn-wrapper a {
  color: #007bff;
}

.back-btn-wrapper a:hover {
  color: #000;
}

.wsmainwp {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wsmain {
  position: fixed;
  padding: 30px 10px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.main-navigation {
  position: relative;
  z-index: 99;
}

.main-navigation.fixedTop .wsmain {
  height: 60px;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.main-navigation.fixedTop .desktoplogo {
  padding: 0 10px;
}

.main-navigation.fixedTop .desktoplogo .dropdown {
  left: 100px;
  top: 0;
}

.main-navigation.fixedTop .desktoplogo .dropdown .btn {
  color: #333;
}

.main-navigation.fixedTop .wsmenu>.wsmenu-list>li>a.active {
  color: #f69525;
}

.desktoplogo {
  padding-top: 8px;
  margin: 0;
}

.desktoplogo .dropdown {
  position: absolute;
  left: 130px;
  top: 20px;
}

.desktoplogo .dropdown .btn {
  color: #fff;
}

.desktoplogo .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.desktoplogo .dropdown-menu li {
  padding: 0;
}

.wsmenu {
  width: auto;
}

.wsmenu>.wsmenu-list>li {
  display: inline-block;
  vertical-align: middle;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  top: 80px;
  visibility: hidden;
  padding: 10px 5px;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a span {
  padding-right: 5px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a .svg-inline--fa {
  margin-left: 10px;
  width: 0.4em;
  position: absolute;
  right: 5px;
  top: 8px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  top: 90px;
  border-top: 5px solid #d89415;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>a {
  font-family: "Ubuntu", sans-serif;
  line-height: 80px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wsmenu>.wsmenu-list>li>a:hover,
.wsmenu>.wsmenu-list>li>a:focus,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:focus {
  color: #162a75;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
  padding: 5px 10px;
}

.wsmenu>.wsmenu-list .dropdown-toggle::after,
.menu-right .dropdown-toggle::after {
  display: none;
}

.wsmenu>.wsmenu-list>li.rightmenu a {
  padding: 0 20px;
}

.wsmenu>.wsmenu-list>li>a.dropdown-toggle {
  font-weight: normal;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #f69525;
}

.wsmenu>.wsmenu-list>li>a.btn {
  line-height: initial;
  margin: 21px 15px;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.wsmenu-click {
  color: #333;
}

.wsmenu .fa-chevron-down {
  color: #666;
}

.wsmenu-click .wsmenu-arrow {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.wsdownmenu-text {
  display: none;
}

.main-navigation .desktoplogo img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #f69525;
}

footer {
  color: #333;
  padding: 15px 0;
}

footer .copyright {
  color: #333;
}

footer a {
  display: inline-block;
}

.btn-default {
  font-weight: 500;
  background-color: #f8f9fa;
  min-width: 200px;
  color: #333333;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 10px 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-default svg {
  color: #007bff;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #007bff;
  color: #fff;
}

.btn-default:hover svg,
.btn-default:focus svg {
  color: #fff;
}

.btn-default.outlined {
  color: #005979;
  border: 1px solid #005979;
  background-color: transparent;
}

.btn-default.outlined.white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-default.outlined.yellow {
  color: #d89415;
  border: 1px solid #d89415;
  background-color: transparent;
}

.btn-default.outlined.green {
  color: #009393;
  border: 1px solid #009393;
  background-color: transparent;
}

.btn-default.outlined:hover {
  color: #fff !important;
  border: 1px solid #005979;
  background-color: #005979;
}

.btn-default.outlined.yellow:hover {
  color: #fff !important;
  border: 1px solid #d89415;
  background-color: #d89415 !important;
}

.btn-default.outlined.green:hover {
  color: #fff !important;
  border: 1px solid #009393;
  background-color: #009393;
}

.btn-default.outlined.white:hover {
  color: #333 !important;
  border: 1px solid #eee;
  background-color: #eee;
}

.btn-primary {
  display: inline-block;
  margin: 25px 0;
  background: #f69525;
  color: #fff;
  border-radius: 50px;
  border: 0;
  min-width: 160px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-default.lg {
  min-width: 300px;
}

.btn-default.sm {
  min-width: 120px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.back-btn span {
  color: #666;
  font-weight: normal;
}

.back-btn {
  margin-bottom: 2px;
}

.round-btn {
  display: block;
  font-size: 16px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  color: #fff;
  margin: 20px auto;
  background-color: #f69525;
}

.pageBanner {
  position: relative;
  overflow: hidden;
  padding: 200px 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pageBanner .caption {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.pageBanner h1 {
  font-size: 72px;
}

.pageBanner p.intro {
  color: #fff;
}

.fullBg {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
  background-size: cover;
  background-position: center -272px;
  background-repeat: no-repeat;
}

.fullBg .caption {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fullBg h1 {
  font-size: 60px;
}

.pagination {
  justify-content: center;
}

.pagination>li {
  display: inline-block;
  padding: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.pagination>li>a {
  font-weight: normal;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  margin: 0 8px;
  text-align: center;
  color: #333;
  border: 1px solid #e8e9ec;
  border-radius: 4px !important;
  display: block;
}

.pagination>li.active>a.page-link {
  background: transparent linear-gradient(40deg, #007bff 0%, #00c2ff 100%);
  border-color: transparent;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li.active>a.page-link:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #fff;
  color: #007bff;
  border: 1px solid #007bff;
}

.pagination-wrapper.listing {
  padding: 0 0 75px;
}

.pagination.green>li>a:hover,
.pagination.green>li>a:focus,
.pagination.green>.active>a:hover,
.pagination.green>.active>span:hover,
.pagination.green>.active>a:focus,
.pagination.green>.active>span:focus {
  border: 1px solid #009393;
  background-color: #009393;
  color: #fff;
}

.pagination.green>.active>a,
.pagination.green>.active>span {
  border: 1px solid #009393;
  color: #009393;
}

.pagination.blue>li>a:hover,
.pagination.green>li>a:focus,
.pagination.blue>.active>a:hover,
.pagination.blue>.active>span:hover,
.pagination.blue>.active>a:focus,
.pagination.blue>.active>span:focus {
  border: 1px solid #004a64;
  background-color: #004a64;
  color: #fff;
}

.pagination.blue>.active>a,
.pagination.blue>.active>span {
  border: 1px solid #004a64;
  color: #004a64;
}

.carousel-caption h3 {
  font-size: 36px;
  font-weight: bold;
  color: #162a75;
  width: 100%;
  max-width: 360px;
}

.carousel-caption {
  text-align: left;
  left: 10%;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  border: 0;
  opacity: 1;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators button.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f69225+0,f64a5d+99 */
  background: rgb(246, 146, 37);
  /* Old browsers */
  background: -moz-linear-gradient(left,
      rgba(246, 146, 37, 1) 0%,
      rgba(246, 74, 93, 1) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(246, 146, 37, 1) 0%,
      rgba(246, 74, 93, 1) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(246, 146, 37, 1) 0%,
      rgba(246, 74, 93, 1) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69225', endColorstr='#f64a5d', GradientType=1);
  /* IE6-9 */
}

.carousel-inner .carousel-item {
  height: 450px;
  background-size: cover;
  background-position: center center;
}

.carousel-item {
  background-size: cover;
  background-position: center;
}

.carousel__nav {
  position: absolute;
  top: -60px;
  right: 15px;
}

.carousel__button {
  border: 1px solid #333;
  background-color: #fff;
}

.carousel__button.is-prev {
  left: -120px;
}

.generalBox {
  border-radius: 14px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0px 0px 20px #10222f08;
}

.gridThumbBox {
  margin: 50px 0 30px;
}

.thumbBox {
  position: relative;
  border-radius: 30px;
  margin-bottom: 25px;
  box-shadow: 0px 3px 10px #0000001a;
  overflow: hidden;
  display: block;
}

.thumbBg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.thumbBox:hover .thumbBg {
  transform: scale(1.1);
}

.thumbBody {
  background: #fff;
  padding: 25px;
}

.thumbInfo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  padding-right: 60px;
}

.thumbInfo .date {
  font-size: 12px;
  margin-bottom: 8px;
}

.thumbInfo .caption {
  line-height: 1.4;
}

#savingsCarousel .thumbBg {
  padding-bottom: 120%;
}

.media-carousel {
  margin-left: 35%;
  position: relative;
  z-index: 10;
}

.media-carousel .carousel__slide {
  width: 300px;
}

.media-carousel .link-btn {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.short-links .card {
  padding: 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.short-links .card h4 {
  margin-bottom: 5px;
}

.short-links .card p {
  margin-bottom: 0;
  color: #8a8a8a;
}

.short-links .card .number span {
  display: inline-block;
  background-color: #f69525;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.icon-wrapper {
  text-align: center;
  padding: 10px 0 30px;
}

.highlight {
  display: block;
  padding: 15px 25px;
  background: rgba(209, 201, 255, 0.3);
  border-radius: 20px;
  position: relative;
  margin-bottom: 15px;
}

.highlight h4 {
  font-size: 20px;
  color: #333;
}

.highlight .date {
  font-size: 14px;
  color: #666;
}

.highlight .arrow {
  background-color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.form-control {
  border-radius: 20px;
  padding: 10px 15px;
}

.tooltip-inner {
  color: #333;
  background-color: #f1effe;
  text-align: left;
  padding: 10px;
  font-size: 12px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f1effe;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f1effe;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #f1effe;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #f1effe;
}

.info {
  color: #4270ec;
  margin-left: 5px;
}

.info:hover,
.info:focus {
  color: #fff;
}

.input-group-text {
  color: #fff;
  background-color: #0233ff;
  border-color: transparent;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.calculator {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin: 200px auto 100px;
  width: 100%;
  max-width: 535px;
  border-radius: 30px;
  color: #35007c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.calculator.lg {
  max-width: 750px;
}

.calculator.md {
  max-width: 650px;
}

.calculator.bg-white {
  background: #f7f7f7;
}

.calculator .form-text {
  margin: 0 0 5px;
  color: #333;
  font-size: 12px;
}

.calculator .form-label {
  margin: 0;
  font-weight: bold;
}

.calculator .btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.calculator .form-result {
  background-color: #fff;
  padding: 30px;
  margin: 0 -30px -30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.calculator p {
  color: #666;
  font-weight: 300;
}

.calculator p.textInfo {
  font-weight: 500;
}

.calculator .total {
  font-size: 45px;
  font-weight: bold;
}

.calculator .result-msg {
  color: #666;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.4;
}

.calculator .result-msg h3 {
  font-weight: 500;
  margin-top: 30px;
}

.summary-box {
  text-align: center;
  color: #666;
  line-height: 1.4;
  font-size: 14px;
}

.summary-box .amount {
  font-size: 24px;
  color: #35007c;
}

.speech-bubble-box {
  position: relative;
}

.speech-bubble {
  background-color: #ffc076;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 14px;
  padding: 15px;
  margin-right: 20px;
  position: relative;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffc076;
  border-bottom: 0;
  border-right: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.bear-icon {
  text-align: right;
}

.rangeslider--horizontal {
  height: 8px;
}

.rangeslider__fill {
  background: #4270ec;
}

.rangeslider__handle {
  width: 30px;
  height: 30px;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -11px;
  background-image: none;
  background-color: #0233ff;
}

.rangeslider__handle:before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #4270ec3b;
  position: absolute;
  border-radius: 50%;
  top: -6px;
  left: -7px;
}

.rangeslider__handle:after {
  background-image: none;
  background-color: #fff;
}

.range-container {
  position: relative;
  padding-top: 45px;
  padding-bottom: 80px;
}

.range-container .label {
  position: absolute;
  color: #666;
  font-weight: 100;
}

.range-container .totalTxt {
  right: 0;
  top: 0;
}

.range-container .totalTxt strong {
  font-size: 120%;
}

.range-container .minTxt {
  left: -15px;
  top: 65px;
}

.range-container .maxTxt {
  right: -15px;
  top: 65px;
}

.output {
  display: block;
  font-size: 20px;
  width: 100px;
  height: 35px;
  border-radius: 12px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 50px;
  left: -19px;
  margin-left: -16px;
  line-height: 1;
}

.output small {
  display: block;
  font-size: 12px;
}

.result-msg .infoText {
  font-size: 20px;
  font-weight: 500;
}

.result-msg.box {
  background-color: #c7d6ff40;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}

.result-msg.box .infoText {
  font-size: 18px;
  text-align: center;
}

.form-result .toast {
  margin-top: -50px;
  font-size: 12px;
}

.toast {
  background-color: #d1c9ff;
  opacity: 1;
  border-radius: 8px;
}

.toast .btn-close {
  transform: scale(0.8);
}

.ctnBox h4 {
  color: #333333;
}

.ctnBox {
  color: #666666;
  font-size: 14px;
}

/*Calculator Animation*/
.calculator-wrapper .ellipseOne {
  left: 0;
  top: 200px;
}

.calculator-wrapper .ellipseTwo {
  left: auto;
  right: -30px;
  top: 800px;
}

.calculator-wrapper .ellipseThree {
  left: 22%;
  top: 620px;
}

.calculator-wrapper .ellipseFour {
  right: 3%;
  top: 800px;
}

.calculator-wrapper .ellipseFive {
  left: 6%;
  top: 1300px;
}

.calculator-wrapper .ellipseSix {
  left: 0;
  top: 1500px;
}

.calculator-wrapper .ellipseSeven {
  left: auto;
  right: 8%;
  top: 1700px;
}

.calculator-wrapper .dotted-lines {
  left: 25%;
  top: 635px;
}

.calculator-wrapper .dotted-lines-two {
  right: 25%;
  top: 1100px;
}

.calculator-wrapper .circles {
  right: 25%;
  top: 450px;
}

.circle-chart {
  width: 200px;
  height: 200px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */
}

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  fill: #a70000;
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 9px;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 2.5px;
  line-height: 1;
}

.circle-chart__text,
.circle-chart__status {
  display: none;
}

/*.success-stroke { stroke: #EB5858; } */
.success-stroke {
  stroke: #4270ec;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #eb5858;
}

.summary .warning-stroke,
.summary .success-stroke {
  stroke: #4270ec;
}

.summary .danger-stroke {
  stroke: #eb5858;
}

.summary .circle-chart__percent {
  fill: #0020a7;
  font-size: 7px;
}

.summary .circle-chart__text.red,
.summary .circle-chart__percent.red {
  fill: #eb5858;
}

.summary .circle-chart__text {
  display: block;
  fill: #0020a7;
  font-size: 4px;
  font-weight: bold;
}

.summary .circle-chart__status {
  display: block;
  fill: #666666;
  font-size: 3px;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Animation*/
.fade-in {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.fade-in.left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.fade-in.right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in.top {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fade-in.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.fade-in.scale {
  opacity: 0;
  transform: scale(1.5);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.fade-in.scale.visible {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.fade-reveal {
  opacity: 0;
}

.floating-element img {
  position: absolute;
}

.bear {
  position: absolute;
  width: 200px;
  top: -175px;
  left: 50px;
  z-index: -1;
}

.bear img {
  position: absolute;
}

.text-box {
  margin-left: 44vw;
  margin-top: 42vh;
}

.cta-btn:link,
.cta-btn:visited {
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s;
  position: relative;
  width: 145px;
  height: 145px;
  padding: 32px 5px;
  font-size: 26px;
  text-shadow: 0 0 5px #00000052;
  line-height: 2.2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb157+0,de7700+100 */
  color: #fff;
  background: #ffb157;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      #ffb157 0%,
      #de7700 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      #ffb157 0%,
      #de7700 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      #ffb157 0%,
      #de7700 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb157', endColorstr='#de7700', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 8px solid #fff;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cta-btn::after {
  content: "";
  display: inline-block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  transition: all 0.4s;
}

.cta-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.4);
  opacity: 0;
  background-color: #fff;
}

.btn-animated {
  animation: moveInBottom 2s ease-out;
  animation-fill-mode: backwards;
}

.btn-clear {
  color: #333;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.financial-literacy {
  position: relative;
  z-index: 1;
}

.report-card {
  font-family: "Nunito", sans-serif;
  padding: 180px 50px 260px;
  background-size: cover;
}

.report-card .bubble-text {
  height: 110px;
  background-image: url(/pidm2022/media/assets/calculator/bubble-text-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 25px;
}

.report-card .bubble-text h4 {
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 80%;
  height: auto;
  max-height: 100%;
  max-height: 75px;
  overflow: hidden;
  margin: 0;
}

.report-card .report-title {
  font-family: "Sacramento", cursive;
}

.report-title h2 {
  font-size: 50px;
  color: #333;
  font-weight: 100;
  margin: 30px 0;
}

.report-content p.info {
  font-size: 22px;
  color: #333;
  margin: 0;
}

.report-content span.green {
  color: #0faa00;
  font-weight: bold;
}

.report-content .box {
  margin-bottom: 30px;
}

.report-content .icon {
  width: 70px;
  height: 70px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
}

.report-content .amount.lg {
  font-size: 22px;
}

.report-content .amount {
  font-weight: bold;
}

.report-content .title {
  margin-bottom: 15px;
}

.report-content .subTitle {
  font-size: 13px;
  position: relative;
  margin: 10px 0;
}

.report-content .subTitle:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-bottom: 1px solid #d39444;
}

.report-footer {
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 0;
  right: 0;
  font-style: italic;
}

.report-footer img {
  width: 60px;
  margin-top: -5px;
  margin-left: 10px;
}

@media print {

  .main-navigation,
  .floating-element,
  .cta-wrapper,
  #back-top,
  footer {
    display: none;
  }

  .section.fullBg {
    background: none !important;
  }

  .calculator {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  .calculator.bg-white.md {
    margin-top: 30px;
  }

  .report-footer {
    bottom: 30px;
  }

  .report-footer img {
    width: 40px;
    margin-top: -2px;
  }
}

/*Animation*/
.floatOne {
  right: 22%;
  top: 15%;
}

.dotted-lines {
  right: 18%;
  top: 25%;
}

.floatTwo {
  left: 7%;
  bottom: 15%;
}

.floatThree {
  left: 15%;
  bottom: 28%;
}

.coinOne {
  right: 0%;
  bottom: 10%;
}

.coinTwo {
  right: 25%;
  bottom: -15%;
}

.coinThree {
  right: 30%;
  bottom: 0%;
}

.manFigure {
  right: 3%;
  bottom: -45%;
}

@media (max-width: 1399.98px) {
  .contactInfo {
    width: 34%;
  }

  .contactForm {
    max-width: 800px;
  }
}

@media (max-width: 1199.98px) {
  .wsmenu>.wsmenu-list>li>a {
    padding: 0px 20px;
  }

  .wsmenu>.wsmenu-list>li.rightmenu a {
    padding: 0 10px;
  }

  .staticBanner h4 {
    font-size: 20px;
  }

  .contactInfo {
    width: 32%;
  }

  .contactForm {
    max-width: 700px;
  }

  .manFigure {
    right: -8%;
  }
}

@media (max-width: 991px) {
  .pageBanner h1 {
    font-size: 50px;
  }

  .section-header h2 {
    font-size: 36px;
  }

  .highlight h4 {
    font-size: 16px;
  }

  .effect-scroll,
  .effect-fade {
    opacity: 1;
    margin-top: 0 !important;
  }

  .wsactive .wsmenu {
    width: 240px;
  }

  .wsmobileheader .smllogo {
    margin-top: 6px;
    margin-left: 8px;
  }

  .wsmenu {
    width: 100%;
    margin: 0;
    border-top: 0;
    padding-top: 10px;
    background-color: #fff;
  }

  .wsmainfull {
    height: 50px;
    top: 0;
  }

  .wsmobileheader {
    height: 57px;
    background-color: #fff;
    text-align: left;
  }

  .wsmobileheader .wsanimated-arrow span,
  .wsmobileheader .wsanimated-arrow span:before,
  .wsmobileheader .wsanimated-arrow span:after {
    height: 2px;
    width: 20px;
    background-color: #474747;
  }

  .wsmobileheader .wsanimated-arrow {
    left: auto;
    right: 0;
    top: 2px;
  }

  .wsactive .wsmobileheader .wsanimated-arrow {
    right: 240px;
  }

  .wsdownmenu-animated-arrow {
    width: 55px;
    left: 0;
    top: 7px;
  }

  .wsdownmenu-animated-arrow span {
    left: 20px;
    right: auto;
  }

  .home .wsmenu>.wsmenu-list>li>a {
    color: #333;
  }

  .wsmenu>.wsmenu-list {
    width: 220px;
  }

  .wsmenu>.wsmenu-list>li>a {
    line-height: 20px;
    padding: 10px 15px;
  }

  .wsmenu>.wsmenu-list>li>a.btn-primary {
    background-color: #f69525;
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li:hover>a.btn-primary,
  .wsmenu>.wsmenu-list>li:focus>a.btn-primary {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 0;
    position: relative;
    opacity: 1;
    transform: none !important;
    visibility: visible;
    border: 0;
    background-color: #f1f1f1;
  }

  .wsmenu .menu-product figure {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list {
    padding: 0;
  }

  .wsmenu .menu-product {
    line-height: 20px;
    padding: 10px 20px;
    color: #383838;
    font-size: 14px;
    display: block;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 14px;
    padding: 10px 0px 10px 20px;
  }

  .wsmenu>.wsmenu-list>li,
  .wsmenu>.wsmenu-list>li>a {
    color: #333;
    border: 0;
  }

  .wsmenu>.wsmenu-list>li:hover>a,
  .wsmenu>.wsmenu-list>li:focus>a {
    background-color: #fff;
    color: #d89415;
  }

  .wsmenu>.wsmenu-list>li.rightmenu {
    display: none;
  }

  .wsmenu .fa-chevron-down {
    display: none;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 2px;
  }

  .wsactive .wsmobileheader .wsanimated-arrow span {
    background: transparent;
  }

  .wsactive .wsanimated-arrow span:after {
    bottom: -2px;
  }

  .manFigure {
    width: 400px;
    right: -8%;
    top: 250px !important;
  }

  .calculator {
    margin: 80px auto;
  }

  .calculator .result-msg {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .spacer10 {
    height: 5px;
  }

  .spacer20 {
    height: 10px;
  }

  .spacer30 {
    height: 15px;
  }

  .spacer50 {
    height: 30px;
  }

  .spacer100 {
    height: 60px;
  }

  .pageTitle h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    font-size: 15px;
  }

  .pageTop .breadcrumb>li,
  .breadcrumb>li a {
    font-size: 12px;
  }

  .cd-search .form {
    padding: 0 30px;
  }

  .cd-search .close-btn {
    right: 30px;
  }

  .contactInfo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-bottom: 25px;
  }

  .contactForm {
    max-width: 100%;
  }

  .contactForm-wrapper,
  .career-wrapper {
    padding: 25px 30px;
  }

  .postCard-wrapper {
    padding: 15px;
  }

  .postContent h4 {
    font-size: 18px;
  }

  .archive-date {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: -10px 0 25px;
  }

  .listing-title {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .listing-right {
    position: relative;
    top: 0;
    transform: translateY(0);
    right: 0;
  }

  .thumbBody {
    padding: 15px;
  }

  .button-group a {
    margin-bottom: 10px;
  }

  .button-group {
    margin-bottom: 10px;
  }

  .stepBox {
    margin-bottom: 20px;
  }

  .member-desc {
    padding: 15px;
  }

  .member-desc h5 {
    font-size: 14px;
  }

  .lgGrid .member-desc {
    padding: 25px;
  }

  .lgGrid .member-desc h3 {
    font-size: 18px;
  }

  #homeBanner .carousel-inner .carousel-item {
    height: 300px;
  }

  .event-listing {
    height: 260px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  #homeBanner .carousel-indicators {
    bottom: 2px;
  }

  #homeBanner .carousel-caption {
    bottom: -1.75rem;
  }

  #homeBanner .btn-primary {
    padding: 6px 25px;
  }

  .homeVideo-section {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .popup-Video {
    width: 100%;
    padding-bottom: 45%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .homeIntro-Body {
    padding-right: 0;
  }

  .homeIntro-wrapper {
    padding: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .homeIntro-wrapper h2 {
    font-size: 24px;
  }

  .btnGroup {
    text-align: center;
  }

  .btnGroup a {
    margin-bottom: 15px;
  }

  .fullBg h1 {
    font-size: 40px;
  }

  .report-title h2 {
    font-size: 40px;
  }

  .report-content p.info {
    font-size: 16px;
  }

  .report-content .amount.lg {
    font-size: 18px;
  }

  /*Animation*/
  #section01 .caption {
    top: -120px;
  }

  .manFigure {
    top: 400px !important;
    width: 325px;
  }

  .bear {
    width: 150px;
    top: -125px;
    left: 115px;
  }

  .floating-element .ellipse {
    max-width: 150px;
  }

  .floating-element .dotted-lines {
    opacity: 0.5;
  }
}

@media (max-width: 650px) {
  .cd-search .form {
    padding: 0 15px;
  }

  .cd-search .close-btn {
    right: 15px;
  }

  #mastersliderDesktop {
    display: none;
  }

  #mastersliderMobile {
    display: block;
  }

  .ms-caption h1 {
    font-size: 26px;
  }

  .ms-caption {
    max-width: 200px;
  }

  .manFigure {
    width: 300px;
  }
}

@media (max-width: 575px) {

  .wsmainfull,
  .headtoppart {
    position: relative;
    top: 0;
  }

  .landing .contentWrapper {
    padding-top: 0;
  }

  .contentWrapper {
    padding-top: 5px;
  }

  .ms-caption h2 {
    font-size: 16px;
  }

  .section-header h3 {
    border-right: 0;
  }

  .ft-list {
    display: none;
  }

  .ft-list-title {
    position: relative;
  }

  .ft-list-title .fa-angle-down {
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 1;
  }

  .ft-col.open .ft-list {
    display: block;
  }

  .ft-col.open .fa-angle-down {
    transform: rotate(180deg);
  }

  .homeIntro-wrapper h2 {
    font-size: 21px;
  }

  .homeIntro-wrapper {
    padding: 15px;
  }

  .pageBanner h1 {
    font-size: 32px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .media-carousel {
    padding-top: 80px;
  }

  .manFigure {
    top: 350px !important;
    width: 250px;
  }

  .coinOne {
    width: 100px;
  }

  .coinTwo {
    width: 60px;
  }

  .dotted-lines {
    display: none;
  }

  .bear {
    top: -45px;
    left: -18px;
  }

  .floating-element .ellipse {
    max-width: 100px;
  }

  .calculator {
    padding: 15px;
  }

  .report-card {
    padding: 30px 15px 165px;
  }

  .report-card .bubble-text h4 {
    left: 55%;
  }

  .calculator .form-result {
    margin: 0 -15px -15px;
  }

  .calculator-wrapper .floating-element {
    display: none;
  }

  footer a {
    max-width: 75px;
  }
}

@media (max-width: 540px) {
  .col-xs-12 {
    width: 100% !important;
  }

  .pageTop {
    padding: 5px 0;
  }

  .pageTop .breadcrumb>li,
  .breadcrumb>li a {
    font-size: 11px;
  }
}

@media (max-width: 502px) {
  .calculator .btn-wrapper .row.align-items-center {
    align-items: flex-start !important;
  }
}

@media (max-width: 479px) {
  .button-group {
    text-align: center;
  }

  .button-group a {
    width: 280px;
  }

  .pageTitle h1 {
    font-size: 24px;
  }

  .memberDetailThumb {
    position: relative;
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .memberDetailThumb:after {
    height: 55%;
  }

  .memberDetailBody {
    padding: 0;
  }

  .memberDetail-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .memberDetail-content {
    padding: 25px;
  }

  #homeBanner .carousel-inner .carousel-item {
    height: 260px;
  }
}

@media (max-width: 400px) {
  .gridBox-body .col-6 {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .manFigure {
    top: 430px !important;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .main-navigation.fixedTop .desktoplogo img {
    width: 45px;
  }

  .main-navigation.fixedTop .desktoplogo.lg img {
    width: 260px;
  }

  .main-navigation.fixedTop .wsmainfull {
    height: 40px;
  }

  .main-navigation.fixedTop .wsmenu>.wsmenu-list>li>a {
    line-height: 40px;
    color: #333;
  }

  .main-navigation.fixedTop .wsmenu>.wsmenu-list>li>a.btn {
    line-height: initial;
    margin: 0;
    color: #fff;
  }

  .main-navigation.fixedTop .user-menu-wrapper {
    padding: 0;
  }

  .main-navigation.fixedTop .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .main-navigation.fixedTop .wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 38px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .main-navigation.fixedTop .search-wrapper {
    padding: 4px 0 0;
  }

  .wsmenu>.wsmenu-list>li>a:hover,
  .wsmenu>.wsmenu-list>li>a:focus,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:focus {
    transform: scale(1.2);
    color: #f69525;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .memberDetailThumb {
    width: 150px;
  }

  .memberDetailBody {
    padding-left: 50px;
  }

  .memberDetail-content {
    padding: 40px 40px 50px 120px;
  }

  .memberDetail-content h2 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .member-desc h5 {
    font-size: 14px;
  }

  .lgGrid .member-desc {
    padding: 30px 35px;
  }

  .member-desc {
    padding: 20px 15px;
  }

  .memberDetailThumb {
    width: 200px;
  }

  .memberDetailBody {
    padding-left: 100px;
  }

  .memberDetail-content {
    padding: 80px 40px 50px 120px;
  }

  #homeBanner .carousel-inner .carousel-item {
    height: 380px;
  }

  .event-listing {
    height: 260px;
  }

  #homeBanner .carousel-caption h3 {
    font-size: 28px;
  }

  .homeVideo-section {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .popup-Video {
    width: 100%;
    padding-bottom: 55%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .homeIntro-Body {
    padding-right: 0;
  }

  .homeIntro-wrapper {
    padding: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .homeIntro-wrapper h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .localSearch {
    width: 235px;
  }

  .lgGrid .member-desc {
    padding: 43px 35px;
  }

  .memberDetailThumb {
    width: 300px;
  }

  .memberDetailBody {
    padding-left: 200px;
  }

  .memberDetail-content {
    padding: 80px 100px 50px 150px;
  }

  #homeBanner .carousel-inner .carousel-item {
    height: 400px;
  }

  .event-listing {
    height: 310px;
  }

  .popup-Video {
    width: 450px;
  }

  .homeIntro-Body {
    padding-right: 250px;
  }

  .homeIntro-wrapper {
    padding: 100px 250px 100px 80px;
  }

  .homeIntro-wrapper h2 {
    font-size: 32px;
  }
}