.accordion.plus-orange {
  margin-bottom: 20px;
}

.accordion.plus-orange .accordion-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  margin: 0;
  padding: 15px 10px 15px 28px;
  position: relative;
  cursor: pointer;
  color: #210054;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.accordion.plus-orange .accordion-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #FF9D00;
  transform: translate(0, -50%);
}

.accordion.plus-orange .accordion-header[aria-expanded=false]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 2px;
  height: 12px;
  background: #FF9D00;
  transform: translate(0, -50%);
}

.accordion.plus-orange .accordion-item {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.accordion.plus-orange .accordion-body {
  padding: 0 10px 10px 10px;
}

.accordion.plus-orange .accordion-body ul li {
  margin-bottom: 10px;
}

.accordion.plus-orange .accordion-body > *:last-child {
  margin-bottom: 0;
}

.read-links {
  margin: 0 -20px 20px -20px;
  display: flex;
  justify-content: center;
}

.read-links .read-links-in {
  display: flex;
  overflow-x: auto;
  padding: 10px 20px;
}

.read-links .read-links-in:after {
  content: ".";
  text-indent: -99999px;
}

.read-links .read-links-in a {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  color: #101f30;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 10px;
  transition: 0.3s;
}

.read-links .read-links-in a:hover,
.read-links .read-links-in a:focus,
.read-links .read-links-in a.active {
  text-decoration: none;
  color: #ffffff;
  background: #210054;
}

.read-links .read-links-in a:last-child {
  margin-right: 0;
}

.readlearn-wrap .editor-details {
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.readlearn-wrap .author {
  font-size: 12px;
  color: #454545;
  display: inline-block;
}

.readlearn-wrap .author a {
  margin-left: 3px;
}

.readlearn-wrap .date {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  position: relative;
}

.readlearn-wrap .date:before {
  content: "|";
  margin: 0 5px 0 0;
  color: #240261;
}

.readlearn {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

.readlearn > a {
  height: 160px;
}

.readlearn img {
  height: 100%;
  width: 100%;
}

.readlearn-cont {
  padding: 15px 13px;
}

.readlearn-cont .readtag {
  font-size: 12px;
  font-weight: bold;
  color: #FF9D00;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.readlearn-cont .readtitle {
  font-size: 17px;
  font-weight: bold;
  color: #101f30;
  margin-bottom: 12px;
  display: block;
}

.readlearn-cont .readtitle:hover {
  color: #7A088C;
  text-decoration: none;
}

.readtrending {
  margin-bottom: 35px;
}

.readtrending h3 {
  margin-bottom: 12px;
}

.readtrending ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.readtrending li:not(:last-child) {
  margin-bottom: 10px;
}

.readtrending li a {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
  transition: 0.3s;
}

.readtrending li a:hover {
  font-weight: bold;
  text-decoration: none;
}

.readtrending li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../../images/caret-down.svg) no-repeat center center;
  transform: rotate(90deg);
  background-size: 10px;
}

.trending-resources {
  margin-bottom: 80px;
}

.trending-resources .trending-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.trending-resources .trending-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #210054;
  border-radius: 5px;
}

.trending-resources h3 {
  margin-bottom: 12px;
}

.trending-resources .custom-select-wrap .select-options {
  color: #380056;
  line-height: 28px;
  font-size: 17px;
}

.trending-resources .trending-slider {
  margin: -20px -20px 0 -12px;
  padding-bottom: 24px;
}

.trending-resources .trending-slider .slick-track {
  display: flex !important;
}

.trending-resources .trending-slider .slick-list {
  padding-left: 0 !important;
}

.trending-resources .trending-slider .item {
  padding: 20px 12px;
  height: inherit !important;
}

.trending-resources .trending-slider .item:focus {
  outline: none;
}

.trending-resources .trending-slider .item-box {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
}

.trending-resources .trending-slider .item-box img {
  height: 153px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.trending-resources .trending-slider .item-cont {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #101f30;
}

.trending-resources .trending-slider .item-cont .trending-heading a {
  color: #101f30;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-resources .trending-slider .item-cont .trending-heading a:focus {
  outline: none;
}

.trending-resources .trending-slider .item-cont .trending-heading a:hover {
  text-decoration: none;
  color: #7A088C;
}

.trending-resources .trending-slider .trending-author {
  margin-top: 8px;
  font-size: 12px;
  color: #454545;
  font-weight: normal;
}

.trending-resources .trending-slider .trending-author a {
  color: #7A088C;
}

.trending-resources .trending-slider .slick-dots {
  bottom: -10px;
}

.trending-resources .trending-slider .slick-dots li:only-child {
  display: none;
}

.trending-resources .trending-slider .slick-arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 30px;
  margin: 0 auto;
}

.trending-resources .trending-slider .slick-arrow.prev {
  left: -40px;
}

.trending-resources .trending-slider .slick-arrow.next {
  right: -40px;
}

.trending-resources .trending-slider .slick-arrow img {
  width: 25px;
}

.financial-advisor .financial-banner {
  padding-top: 65px;
}

.financial-advisor .financial-banner .container {
  padding-bottom: 10px;
}

.financial-advisor .financial-banner h1 {
  color: #ffffff;
  margin-bottom: 25px;
}

.financial-advisor .financial-banner p {
  color: #ffffff;
}

.financial-advisor .mm-container {
  max-width: 990px;
}

.financial-advisor .asseenon-sec {
  padding: 20px 0;
  margin: 0 auto 40px auto;
  max-width: 1920px;
  background: linear-gradient(to top, #f9f9f9, #E8F5F3);
}

.financial-advisor .asseenon-sec h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}

.financial-advisor .asseenon-sec .trusted-logos {
  display: flex;
  flex-wrap: wrap;
}

.financial-advisor .asseenon-sec .trusted-logos a {
  flex: 0 0 50%;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}

.financial-advisor .asseenon-sec .trusted-logos a.washington-post {
  justify-content: center;
}

.financial-advisor .asseenon-sec .trusted-logos a img {
  object-fit: fill;
}

.financial-advisor .cont {
  margin-bottom: 40px;
}

.financial-advisor .search-list {
  font-family: "Poppins", sans-serif;
  list-style: none;
  padding: 0;
  margin: 25px 0 40px 0;
}

.financial-advisor .search-list li {
  margin-bottom: 24px;
}

.financial-advisor .search-list a {
  font-size: 14px;
  font-weight: 500;
  color: #210054;
  padding: 10px;
  min-height: 70px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.financial-advisor .search-list a:hover {
  transition: 0.3;
  color: #ffffff;
  background: #210054;
  text-decoration: none;
}

.financial-advisor .advisor-table {
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 40px;
}

.financial-advisor .advisor-table thead tr {
  background: #E8F5F3;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #454545;
}

.financial-advisor .advisor-table thead th {
  padding: 15px 30px;
  height: 80px;
}

.financial-advisor .advisor-table thead th:not(:last-child) {
  border-right: 1px solid #210054;
}

.financial-advisor .advisor-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #210054;
}

.financial-advisor .advisor-table th,
.financial-advisor .advisor-table td {
  font-size: 14px;
  line-height: 1.3;
  width: 50%;
}

.financial-advisor .advisor-table td {
  color: #101f30;
  padding: 15px 10px;
}

.financial-advisor .advisor-table td:not(:last-child) {
  border-right: 1px solid #210054;
}

.financial-advisor .review-links {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

.financial-advisor .review-links li {
  margin-bottom: 5px;
}

.financial-advisor .review-links a {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.financial-advisor .review-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(../../images/caret-down.svg) no-repeat center center;
  transform: rotate(90deg);
  background-size: 10px;
}

.financial-advisor .review-links .hidelist,
.financial-advisor .review-links .out,
.financial-advisor .review-links .no-match {
  display: none;
}

.financial-advisor .moresmart-sec {
  padding: 45px 20px 20px;
  margin-bottom: 40px;
  border-radius: 2px;
  background-color: #101f30;
  position: relative;
}

.financial-advisor .moresmart-sec:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -9px;
  width: 34px;
  height: 40px;
  background: url(../../images/moresmart-badge.png) no-repeat center center;
}

.financial-advisor .moresmart-sec h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.financial-advisor .moresmart-sec p {
  color: #ffffff;
  margin-bottom: 20px;
}

.financial-advisor .basics-sec {
  margin-bottom: 40px;
}

.financial-advisor .basics-sec > h3 {
  margin-bottom: 25px;
}

.financial-advisor .trending-resources {
  position: relative;
  padding-top: 40px;
  margin: 0 auto 60px auto;
  max-width: 1920px;
}

.financial-advisor .trending-resources:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  opacity: 0.6;
  background-image: linear-gradient(to top, #f9f9f9, #E8F5F3);
  z-index: -1;
}

.financial-advisor .trending-resources h2 {
  margin-bottom: 30px;
}

.financial-advisor .read-links .read-links-in {
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
}

.financial-advisor .read-links .read-links-in .nav-item {
  flex: 1 1 auto;
  margin-right: 10px;
}

.financial-advisor .read-links .read-links-in .nav-item:last-child {
  margin-right: 0;
}

.financial-advisor .tab-content .tab-pane {
  display: none;
}

.financial-advisor .tab-content .tab-pane.active {
  display: block;
}

.financial-advisor .readlearn {
  margin-bottom: 25px;
}

.financial-advisor .readtrending {
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  margin-bottom: 45px;
}

.financial-advisor .table-shadow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.search-wrapper {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin-bottom: 20px;
}

.search-wrapper .resetbtn {
  position: absolute;
  right: 10px;
  top: 17px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzIxMDA1NCI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjU2LjQ0Yy41NS41NDkuNTg0IDEuNDE4LjEwNCAyLjAwN2wtLjEwMy4xMTRMMTIuMTIgMTBsNy40NCA3LjQ0LjEwMy4xMTNjLjQ4LjU5LjQ0NiAxLjQ1OC0uMTAzIDIuMDA4LS41ODYuNTg1LTEuNTM2LjU4NS0yLjEyMiAwTDEwIDEyLjEybC03LjQ0IDcuNDRjLS41ODUuNTg1LTEuNTM1LjU4NS0yLjEyIDAtLjU1LS41NS0uNTg0LTEuNDE5LS4xMDQtMi4wMDhsLjEwMy0uMTE0TDcuODggMTAgLjQzOSAyLjU2bC0uMTAzLS4xMTNDLS4xNDQgMS44NTctLjExLjk4OS40NC40MzljLjU4Ni0uNTg1IDEuNTM2LS41ODUgMi4xMjIgMEwxMCA3Ljg4bDcuNDQtNy40NGMuNTg1LS41ODUgMS41MzUtLjU4NSAyLjEyIDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMwOSAtMzI2OSkgdHJhbnNsYXRlKDEzMDkgMzI2OSkiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center left;
  height: 12px;
  width: 11px;
  border: 0;
  background-size: contain;
  display: none;
}

.search-wrapper .resetbtn.show {
  display: block;
}

.search-wrapper input[type=search]::-webkit-search-decoration,
.search-wrapper input[type=search]::-webkit-search-cancel-button,
.search-wrapper input[type=search]::-webkit-search-results-button,
.search-wrapper input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 576px) {
  .trending-resources .trending-slider {
    margin-right: 0;
  }

  .search-wrapper .resetbtn {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .accordion.plus-orange .accordion-header {
    font-size: 17px;
    padding-left: 65px;
    padding-right: 35px;
  }

  .accordion.plus-orange .accordion-header:before {
    width: 16px;
    left: 35px;
  }

  .accordion.plus-orange .accordion-header[aria-expanded=false]:after {
    height: 16px;
    left: 42px;
  }

  .accordion.plus-orange .accordion-body {
    padding: 0 35px 20px 35px;
  }

  .read-links {
    margin-left: -10px;
    margin-right: -10px;
  }

  .read-links .read-links-in {
    padding: 14px 10px;
  }

  .read-links .read-links-in a {
    font-size: 20px;
    padding: 12px 24px;
    height: 55px;
    margin-right: 20px;
  }

  .readlearn-wrap {
    display: flex;
    column-gap: 20px;
    margin-bottom: 40px;
  }

  .readlearn-wrap .author {
    font-size: 14px;
  }

  .readlearn-wrap .date {
    font-size: 14px;
  }

  .readlearn {
    flex: 1 0 60%;
    margin-bottom: 0;
  }

  .readlearn > a {
    height: 310px;
  }

  .readlearn-cont {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .readlearn-cont .readtitle {
    margin-bottom: 15px;
    font-size: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .readtrending {
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 0;
    flex-shrink: 1;
  }

  .readtrending ul {
    max-height: 395px;
    overflow-y: auto;
  }

  .readtrending li a {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .readtrending li a:before {
    top: 6px;
  }

  .trending-resources {
    margin-bottom: 110px;
  }

  .trending-resources .trending-title {
    margin-bottom: 35px;
    text-align: left;
  }

  .trending-resources .trending-title:before {
    height: 5px;
  }

  .trending-resources h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .trending-resources .custom-select-wrap {
    display: inline-block;
  }

  .trending-resources .trending-slider {
    margin-right: -12px;
  }

  .financial-advisor .financial-banner {
    padding-top: 45px;
  }

  .financial-advisor .financial-banner .container {
    padding-bottom: 0;
  }

  .financial-advisor .financial-banner .banner-shape {
    margin-top: -40px;
  }

  .financial-advisor .asseenon-sec {
    padding-bottom: 16px;
    margin-bottom: 50px;
  }

  .financial-advisor .asseenon-sec h5 {
    font-size: 17px;
  }

  .financial-advisor .asseenon-sec .trusted-logos {
    justify-content: space-around;
  }

  .financial-advisor .asseenon-sec .trusted-logos a {
    flex: 0 0 auto;
    margin-bottom: 15px;
  }

  .financial-advisor .cont {
    margin-bottom: 50px;
  }

  .financial-advisor .search-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 45px;
    margin-bottom: 15px;
  }

  .financial-advisor .search-list li {
    flex: 1 0 45%;
    margin-bottom: 35px;
  }

  .financial-advisor .search-list a {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 84px;
  }

  .financial-advisor .advisor-table {
    margin-bottom: 50px;
  }

  .financial-advisor .advisor-table thead th {
    height: 70px;
    text-transform: uppercase;
  }

  .financial-advisor .advisor-table th,
  .financial-advisor .advisor-table td {
    font-size: 17px;
    text-align: center;
  }

  .financial-advisor .advisor-table td {
    height: 80px;
  }

  .financial-advisor .review-links {
    column-count: 2;
    column-gap: 30px;
  }

  .financial-advisor .review-links li {
    margin-bottom: 7px;
  }

  .financial-advisor .review-links a {
    font-size: 17px;
    padding-left: 22px;
  }

  .financial-advisor .review-links a:before {
    top: 6px;
    width: 15px;
    height: 15px;
    background-size: 13px;
  }

  .financial-advisor .moresmart-sec {
    padding: 30px 40px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }

  .financial-advisor .moresmart-sec:before {
    left: 35px;
  }

  .financial-advisor .moresmart-sec p {
    margin-bottom: 0;
  }

  .financial-advisor .moresmart-sec .btn {
    flex: 1 0 auto;
    margin-left: 40px;
  }

  .financial-advisor .basics-sec {
    margin-bottom: 50px;
  }

  .financial-advisor .read-links .read-links-in .nav-item {
    margin-right: 20px;
  }

  .financial-advisor .readtrending {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .read-links .read-links-in {
    flex-wrap: wrap;
    justify-content: center;
  }

  .read-links .read-links-in a {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 25px;
  }

  .trending-resources {
    margin-bottom: 120px;
  }

  .trending-resources .trending-slider .item-box img {
    height: 200px;
  }

  .trending-resources .trending-slider .item-cont {
    font-size: 20px;
  }

  .trending-resources .trending-slider .trending-author {
    margin-top: 12px;
    font-size: 14px;
  }

  .financial-advisor .read-links .read-links-in {
    flex-wrap: nowrap;
  }

  .financial-advisor .read-links .read-links-in .nav-item {
    margin-right: 26px;
  }

  .search-wrapper .resetbtn {
    top: 19px;
    height: 16px;
    width: 15px;
  }
}

@media (min-width: 1200px) {
  .accordion.plus-orange {
    margin-bottom: 30px;
  }

  .accordion.plus-orange .accordion-header {
    font-size: 20px;
  }

  .accordion.plus-orange .accordion-item {
    margin-bottom: 30px;
  }

  .read-links {
    margin-bottom: 10px;
  }

  .readlearn-wrap {
    column-gap: 40px;
    margin-bottom: 35px;
  }

  .readlearn {
    flex-basis: 62.5%;
  }

  .readlearn > a {
    height: 345px;
  }

  .readlearn-cont {
    padding: 15px 30px 20px 30px;
  }

  .readlearn-cont .readtag {
    font-size: 17px;
  }

  .readlearn-cont .readtitle {
    font-size: 30px;
    -webkit-line-clamp: 2;
  }

  .readtrending {
    padding-left: 20px;
    padding-right: 20px;
  }

  .readtrending h3 {
    margin-bottom: 20px;
  }

  .readtrending li a {
    padding-left: 22px;
  }

  .readtrending li a:before {
    width: 15px;
    height: 15px;
    background-size: 13px;
    top: 5px;
  }

  .financial-advisor .financial-banner {
    padding-top: 80px;
  }

  .financial-advisor .financial-banner .banner-shape {
    margin-top: -80px;
  }

  .financial-advisor .asseenon-sec {
    padding: 23px 0 27px;
    margin-bottom: 80px;
  }

  .financial-advisor .asseenon-sec h5 {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
  }

  .financial-advisor .cont {
    margin-bottom: 80px;
  }

  .financial-advisor .search-list {
    margin-bottom: 45px;
  }

  .financial-advisor .search-list a {
    min-height: auto;
    padding: 15px 20px;
    min-height: auto;
    height: 100%;
  }

  .financial-advisor .advisor-table {
    margin-bottom: 80px;
  }

  .financial-advisor .advisor-table thead th {
    height: 90px;
  }

  .financial-advisor .advisor-table td {
    height: 100px;
    padding: 20px 25px;
  }

  .financial-advisor .review-links {
    column-count: 3;
    margin-bottom: 60px;
  }

  .financial-advisor .moresmart-sec {
    margin-bottom: 80px;
  }

  .financial-advisor .basics-sec {
    margin-bottom: 80px;
  }

  .financial-advisor .trending-resources {
    padding-top: 60px;
    margin-bottom: 80px;
  }

  .financial-advisor .trending-resources h2 {
    margin-bottom: 40px;
  }

  .financial-advisor .read-links .read-links-in a {
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
  }

  .financial-advisor .readlearn-wrap {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .financial-advisor .asseenon-sec .trusted-logos a img {
    max-height: 28px;
  }

  .financial-advisor .seefulllist {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 160px;
  }

  .financial-advisor .moresmart-sec .btn {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .financial-advisor .asseenon-sec .trusted-logos a img {
    transform: scale(0.8);
  }
}