/*
 * gutter
 *
 */
/*
 * colors
 *
 */
/*
 * units
 *
 */
/* ET GLOBAL
////////////////////
//////////////////// 
////////////////////
*/
/* FONT FAMILY */
/*colur scheme - ET */
/*
 * mixins
 *
 */
/*
 * animation mixins
 *
 */
/* REPORTS MIXINS */
/* TYPOGRAPHY */
/* BUTTONS */
/* RANKINGS */
/*
 * move wp admin bar to bottom
 * TODO: remove this
 *
 *
html[lang] {
    margin-top: 0!important;
}

#wpadminbar {
    position: fixed;
    top: auto;
    bottom: 0;
}*/
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  color: #000;
  font-size: 18px;
  margin: -21px 0 0 -18px;
  z-index: 1;
  pointer-events: none;
}

.ajaxing .preloader {
  opacity: 1;
}

.title .wm-ranking {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  position: relative;
}

.button span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button .fa-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  line-height: 30px;
  margin: -15px 0 0 -7px;
}

.ajaxing .button span {
  opacity: 0;
}

.ajaxing .button .fa-spin {
  opacity: 1;
}

.the-error {
  margin: 25px 0;
}

.the-error span {
  font-size: 15px;
  padding: 10px 15px;
  background-color: #fcd7d7;
  color: #c94343;
}

.error-output {
  display: none;
  margin: 20px 0;
  font-size: 15px;
  padding: 10px 15px;
  background-color: #fcd7d7;
  color: #c94343;
}

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

.error-output.visible {
  display: block;
}

.is-error input,
.is-error select {
  border-color: red !important;
}

/*
 * error
 *
 */
.pg-error-holder {
  margin: 1.5rem 0 0;
  vertical-align: top;
}

.pg-error-holder .pg-error {
  position: relative;
  display: inline-block;
  padding: 14px 24px;
  margin: 0 0 10px 0;
  line-height: 26px;
  background-color: #fcd7d7;
  color: #c94343;
  vertical-align: top;
  font-size: 15px;
}

.success {
  display: none;
  margin: 20px 0;
  font-size: 15px;
  padding: 20px 24px;
  background-color: #e0fae1;
  color: #43c94c;
  text-align: center;
}

.success.visible {
  display: block;
}

.page-content {
  margin-bottom: 3rem;
  font-family: "MillerText-Roman";
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #010101;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 0 0 1.85rem 0;
  font-weight: 600;
}

.rg-head {
  margin-bottom: 3rem;
}

.paging {
  margin: 30px 0;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging a,
.paging span {
  list-style: none;
  display: inline-block;
  height: 35px;
  min-width: 35px;
  padding: 0 4px;
  margin: 0 2px;
  background-color: #fff;
  color: #111;
  font-size: 15px;
  line-height: 35px;
  border-radius: 50%;
  text-decoration: none;
}

.paging a.next, .paging a.prev,
.paging span.next,
.paging span.prev {
  -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0 0 1px #ddd, 0 2px 4px rgba(0, 0, 0, 0.18);
}

.paging a.current,
.paging span.current {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.paging a:hover {
  background-color: #eee;
  color: inherit;
}

.paging:first-child a {
  margin-left: 0;
}

.paging:last-child a {
  margin-right: 0;
}

.__cats {
  margin: 1rem 0;
}

.__cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.__cats ul li {
  margin: 0 10px;
}

.__cats ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.breadcrumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}

.breadcrumb a:hover {
  color: #A81815;
}

.breadcrumb > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 0 7px 0px;
  list-style: none;
}

.breadcrumb > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb > ul > li:after {
  content: '';
  display: inline-block;
  width: 20px;
  padding-top: 20px;
  background-image: url("../../theme/images/fill.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb > ul > li:last-child:after {
  content: none;
}

.breadcrumb > ul > li > a,
.breadcrumb > ul > li > span {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.breadcrumb > ul > li > a img,
.breadcrumb > ul > li > span img {
  vertical-align: top;
  margin-right: 5px;
}

.breadcrumb > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb > ul > li ul li:after {
  display: inline-block;
  content: '/';
  margin: 0 6px 0 2px;
}

.breadcrumb > ul > li ul li:last-child:after {
  content: none;
}

.breadcrumb > ul > li ul li a {
  color: inherit;
}

.hm-srchbox h1 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.lighter-fnt p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #3f3f3f;
  letter-spacing: 0;
}

.frp-section h1 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.frt-line-content p:first-of-type:first-letter {
  font-family: 'MillerText-Roman';
  font-size: 80px;
  color: #010101;
  float: left;
  line-height: 42px;
  margin-top: 0.15em;
  margin-right: 0.1em;
}

.frt-line-content .wp-caption {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.__404 {
  text-align: center;
  padding: 1.5rem 0;
}

.__404 i {
  margin: 1.25rem 0;
  font-size: 60px;
}

.__404 em {
  display: block;
  margin: 1.25rem 0;
  font-style: normal;
  font-size: 80px;
  line-height: 100%;
  color: #000;
  font-weight: 800;
}

@media (min-width: 991.98px) {
  .__404 em {
    font-size: 30px;
  }
}

.__404 .__title {
  font-family: 'MillerBanner-Semibold';
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin: 1.25rem auto;
  max-width: 600px;
  line-height: 150%;
}

@media (min-width: 991.98px) {
  .__404 .__title {
    font-size: 24px;
  }
}

.page-title {
  font-family: 'MillerBanner-Semibold';
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin: 1.25rem auto;
  max-width: 700px;
}

@media (min-width: 991.98px) {
  .page-title {
    font-size: 24px;
  }
}

/*
 * radio buttons
 *
 */
.radio-button {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}

.radio-button:last-child {
  margin-bottom: 0;
}

.radio-button span {
  display: inline-block;
  color: #111;
  font-style: normal;
  font-weight: normal;
}

.radio-button i {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #666;
          box-shadow: inset 0 0 0 1px #666;
}

.radio-button:hover i {
  background-color: #ddd;
}

.radio-button input {
  display: none;
}

.radio-button input:checked + i {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 7px #111, 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 7px #111, 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.is-error .radio-button i {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

/*
 * checkbox
 *
 */
.checkbox-button {
  position: relative;
  display: block;
  margin: 15px 0 0;
  cursor: pointer;
}

.checkbox-button > * {
  vertical-align: top;
}

.checkbox-button span {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #666;
          box-shadow: inset 0 0 0 1px #666;
  border-radius: 50px;
}

.checkbox-button span:after {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 10px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-button em {
  display: block;
  padding-left: 39px;
  font-style: normal;
  color: #111;
  line-height: 25px;
  font-weight: normal;
}

.checkbox-button input {
  display: none;
}

.checkbox-button input:checked + span {
  background-color: #111;
}

.checkbox-button input:checked + span:after {
  opacity: 1;
}

.checkbox-button input:disabled + span {
  background-color: #aaa;
  -webkit-box-shadow: inset 0 0 0 3px #aaa, 0 3px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 0 0 3px #aaa, 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.is-error .checkbox-button span {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

.grecaptcha-badge {
  display: none !important;
}

.brand-primary-btn,
.brand-primary-btn:hover {
  line-height: 18px !important;
}

.checkbox-group-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkbox-group-half > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}

@media (min-width: 1199.98px) {
  .checkbox-group-half > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

/*
 * upload
 *
 */
.uploader {
  margin: 0;
}

.uploader .button {
  margin: 0;
  background-color: #fff;
  color: #000;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'IBM Plex Sans', sans-serif;
}

.uploader .button i {
  color: inherit;
}

.is-error .uploader .button {
  border-color: red;
}

.pg-image-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.pg-image-preview > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.5rem;
}

.pg-image-preview .pg-image-prv-dummy:after {
  content: '';
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: #111;
}

.pg-image-preview .pg-file-name {
  margin: 10px 0 0;
  font-size: 11px;
}

.pg-image-preview .pg-file-name a {
  padding: 0 9px;
  background-color: #f1f1f1;
  color: #000;
  line-height: 26px;
  text-decoration: none;
  border-radius: 50px;
}

.pg-image-preview .pg-file-name a:hover {
  background-color: #000;
  color: #fff;
}

.pg-image-prv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  border: 1px solid #ccc;
}

.pg-image-prv .pg-image-prv-outer {
  position: relative;
  padding-top: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.pg-image-prv .pg-image-prv-outer .pg-image-prv-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pg-image-prv .pg-image-prv-outer .pg-image-prv-inner > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  -webkit-user-drag: none;
}

.pg-image-prv .pg-image-prv-outer .pg-image-prv-inner > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 37px;
  color: #000;
}

.pg-image-prv .pg-image-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background-color: #f5f5f5;
  text-align: left;
}

.pg-image-prv .pg-image-remove {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: -13px 0 0 -12px;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #111;
  border-radius: 50%;
  font-size: 12px;
  z-index: 9;
}

.pg-image-prv:hover .pg-image-remove {
  opacity: 1;
}

.pg-image-prv:hover .pg-image-remove:hover {
  background-color: #111;
  color: #fff;
}

.pg-image-prv .pg-image-missing {
  padding: 30px 0 7px;
  font-size: 30px;
  color: #aaa;
}

.pg-image-prv > p {
  margin: 0 0 30px;
  font-size: 12px;
  color: #aaa;
}

.frp-section textarea {
  max-width: 380px;
  height: 120px;
  margin-top: 8px;
  border-radius: 2px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding-top: 10px;
}

.banner-placeholder {
  display: block;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border: 1px solid #ddd;
  text-align: center;
}

.banner-placeholder img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.banner-placeholder span {
  display: block;
  font-size: 16px;
  margin-top: 1.5rem;
  color: #777;
}

/*
 * categories A-Z
 *
 */
.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list ul ul {
  margin-left: 1.5rem;
}

.categories-list li {
  display: block;
}

.categories-list a {
  text-decoration: underline;
}

/*
 * referee inline
 *
 */
.referee-inline {
  position: relative;
  width: 100%;
}

.referee-inline .referee-remove {
  position: absolute;
  top: 23px;
  right: 0;
  font-size: 19px;
  padding: 20px;
  color: red;
}

/*
 * search
 *
 */
.search-results {
  position: relative;
  min-height: 80px;
}

.search-results .the-results {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ajaxing .search-results .the-results {
  opacity: .5;
}

.search-results .preloader {
  top: auto;
  bottom: 30px;
}

/*
 * ranking
 *
 */
.ranking-results {
  position: relative;
  min-height: 80px;
}

.ranking-results .the-results {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ajaxing .ranking-results .the-results {
  opacity: .5;
}

.ranking-results .preloader {
  top: auto;
  bottom: 30px;
}

.featured-box {
  display: block;
}

.instapost-block img {
  width: 148px;
}

.no-results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
 * filters
 *
 */
#Ranking-wealth-management ul > li {
  padding: 0;
  margin: 0;
}

#Ranking-wealth-management ul > li > a {
  padding: 20px 0;
}

#Ranking-wealth-management ul > li .filter-holder {
  display: none;
}

#Ranking-wealth-management ul > li.is-visible .filter-holder {
  display: block;
}

#Ranking-wealth-management ul > li.is-visible .arrow {
  top: 4px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#Ranking-wealth-management ul > li ol {
  margin: 0 0 1rem 0;
  padding: 0;
}

#Ranking-wealth-management ul > li ol li {
  padding: 0;
  margin: 0;
  border: 0;
}

/*
 * more options
 *
 */
.more-options .more--toggle a {
  color: #000;
}

.more-options.more--visible #Ranking-wealth-management {
  display: block;
}

.ajaxing .more-options #Ranking-wealth-management {
  opacity: .5;
  pointer-events: none;
}

.more-options #Ranking-wealth-management {
  position: relative;
  display: none;
  margin-top: 1.5rem;
  text-align: left;
}

.more-options #Ranking-wealth-management .preloader {
  top: 50%;
  bottom: auto;
}

.more-options #Ranking-wealth-management > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.more-options #Ranking-wealth-management > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 25%;
  padding: 0 1rem;
  border: 0;
}

.more-options #Ranking-wealth-management > ul > li > a {
  border-bottom: 1px solid #e5e9f2;
}

.more-options #Ranking-wealth-management ol {
  margin-top: 1.5rem;
}

/*
 * footer
 *
 */
.footer-copy a {
  font-size: 14px;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-left: 0;
  margin-right: 0;
}

.grid-padding-x > .cell {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.rg-block .grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.arrow {
  border: solid #0a0a0a;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
  position: relative;
}

.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}

.rg-block {
  border-top: 1px solid #DDDDDD;
}

.rg-block h2 {
  font-family: "MillerText-Bold";
  font-weight: bold;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.rg-block p {
  font-family: "MillerText-Roman";
  color: #010101;
  font-size: 18px;
  line-height: 26px;
}

.featured-box h3 {
  font-family: "MillerBanner-Semibold";
  margin-bottom: 5px;
  font-size: 24px;
}

.rg-block .tech-uni {
  font-size: 28px;
  line-height: 38px;
}

.featured-box p {
  margin-bottom: 5px;
}

.frp-section h1 {
  font-family: "MillerBanner-Semibold";
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}

.frp-section h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.frp-section h2 {
  font-size: 35px;
  line-height: 45px;
  font-family: "MillerText-Bold";
  font-weight: bold;
  color: #000;
}

.frp-section h3 {
  color: #010101;
  font-family: "Dala Floda Roman No 2";
  font-size: 24px;
  font-weight: 500;
}

.frp-section p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
}

.frp-section p.splsc-txt {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
}

.splsc-txt img {
  height: 20px;
  width: 15px;
}

.frp-section input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  font-style: italic;
  color: rgba(63, 63, 63, 0.9);
}

.frp-section input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  font-style: italic;
  color: rgba(63, 63, 63, 0.9);
}

.frp-section input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  font-style: italic;
  color: rgba(63, 63, 63, 0.9);
}

.frp-section input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  font-style: italic;
  color: rgba(63, 63, 63, 0.9);
}

.btn-wrapper {
  text-align: center;
}

.lighter-fnt {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  color: #3f3f3f;
  letter-spacing: 0;
}

.splsc-txt {
  font-family: "MillerText-RomanSC";
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.tg-container {
  position: relative;
}

.top-tgs {
  display: none;
}

.fr-blocklist {
  background-color: #ffffff;
}

.fr-blocklist .featured-box {
  background-color: #fff;
  border-radius: 2px;
}

.wm-ranking {
  font-family: "MillerText-Roman";
  color: #010101;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 15px;
}

.frp-section figure figcaption {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.dtl-pera p {
  font-family: "MillerText-Roman";
  color: #010101;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}

.frt-line::first-letter {
  font-family: "MillerText-Roman";
  color: #010101;
  font-size: 80px;
  float: left;
  line-height: 42px;
  margin-top: 0.15em;
  margin-right: 0.1em;
}

.promo-block {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #666666;
  border: solid 1px #ddd;
  padding: 50px 15px;
}

.prf-pic {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  background-color: #fff;
  padding: 10px;
  display: inline-block;
}

.brd-list span {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0 2px;
}

.brd-list a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.31px;
  color: #656565;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.brd-list a:hover {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.31px;
  color: rgba(63, 63, 63, 0.8);
}

.shareon-art span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.31px;
  color: #656565;
  margin-right: 4px;
}

.shareon-art img {
  margin: 0 2px;
}

.right-sptr {
  border-right: 1px solid #e5e9f2;
}

.reg-text p {
  font-family: "MillerText-Roman";
  color: #010101;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.frp-section input {
  max-width: 380px;
  height: 48px;
  border-radius: 2px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding-top: 10px;
}

.frp-section label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.27px;
  line-height: 25px;
}

.frp-section select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  max-width: 380px;
  height: 48px;
  border-radius: 2px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
  color: rgba(63, 63, 63, 0.9);
}

.bckarw-ads {
  position: relative;
  right: 8px;
}

.block-client-feedback p {
  margin-top: 25px;
}

.reg-red .state label {
  padding-left: 10px;
  padding-top: 5px;
}

.brand-primary-btn.fx-btn {
  font-weight: 500;
  width: 140px;
  height: 48px;
}

.block-client-feedback p {
  font-family: "MillerBanner-Roman";
  color: #000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.09px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .featured-box .p1 {
    min-height: 215px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .grid-x > .large-6 {
    width: 50%;
  }
}

.rgbtn-helper.mb-sea-btn {
  padding: 10px 12px;
  margin-left: -4px;
  margin-top: 10px;
}

/* Desktop styles */
@media (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-padding-x > .cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .rg-block .grid-padding-x > .cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media (min-width: 812px) {
  .onl-mbhead {
    display: none;
  }
}

.grid-x {
  margin: 0 -0.9375rem;
}

.main-navigation ul.sub-menu li {
  display: block;
}

.main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li a {
  padding: 7px 25px;
}

.main-navigation > ul > li ul.sub-menu > .menu-item-has-children > a::after {
  content: '\f067';
  display: inline-block;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #ababab;
  padding-left: 8px;
  font-size: 14px;
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li ul {
    display: none;
  }
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li:hover ul {
    display: inline-block;
    top: -1.05em;
    left: -10.5em;
    width: auto;
    z-index: 9999;
    padding: 0;
  }
  .main-navigation .mainmenu__item.menu-item-has-children:hover > ul {
    padding-top: 12px;
  }
}

@media (min-width: 95em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li:hover ul {
    left: 10.65em;
  }
}

select[name="search-order"] {
  display: none;
}

#Ranking-wealth-management ul {
  padding-left: 0;
  margin-left: 0px;
}

#Ranking-wealth-management ul li {
  list-style-type: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  border-right: none;
}

#Ranking-wealth-management ul li a {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

#Ranking-wealth-management ul li a:hover {
  display: block;
  text-decoration: none;
  color: #111;
}

#Ranking-wealth-management ul li a span {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

#Ranking-wealth-management ul > li {
  padding: 0;
  margin: 0;
}

#Ranking-wealth-management ul > li > a {
  padding: 10px 30px 10px 0;
  position: relative;
}

#Ranking-wealth-management ul > li .filter-holder {
  display: none;
}

#Ranking-wealth-management ul > li.is-visible .filter-holder {
  display: block;
}

#Ranking-wealth-management ul > li.is-visible .arrow {
  top: 4px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#Ranking-wealth-management ul > li ol {
  margin: 0 0 1rem 0;
  padding: 0;
}

#Ranking-wealth-management ul > li ol li {
  padding: 0;
  margin: 0;
  border: 0;
}

/*
  * more options
  *
  */
.more-options .more--toggle a {
  color: #000;
}

.more-options.more--visible #Ranking-wealth-management {
  display: block;
}

.ajaxing .more-options #Ranking-wealth-management {
  opacity: 0.5;
  pointer-events: none;
}

.more-options #Ranking-wealth-management {
  position: relative;
  display: none;
  margin-top: 1.5rem;
  text-align: left;
}

.more-options #Ranking-wealth-management .preloader {
  top: 50%;
  bottom: auto;
}

.more-options #Ranking-wealth-management > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.more-options #Ranking-wealth-management > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 25%;
  padding: 0 1rem;
  border: 0;
}

.more-options #Ranking-wealth-management > ul > li > a {
  border-bottom: 1px solid #e5e9f2;
}

.more-options #Ranking-wealth-management ol {
  margin-top: 1.5rem;
}

.entry-content-advisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 40em) {
  .entry-content-advisor {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .entry-content-advisor > div:first-child {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .entry-content-advisor .company-data {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .entry-content-advisor .profile-data {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .entry-content-advisor .dtlprf-hairline .text-wrapper {
    width: 58.33333%;
  }
}

@media (min-width: 1025px) {
  .entry-content-advisor .dtlprf-hairline .img-wrapper {
    width: 41.66667%;
  }
}

.text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 40em) {
  .text-content {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.tg-container-profile {
  position: relative;
  text-align: right;
}

.top-tgs-profile {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  background-color: #c9a662;
  font-size: 14px;
  padding: 5px;
  top: 0;
  right: 0;
  display: inline-block;
}

.social-section h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

.social-section h4 span {
  display: inline-block;
  position: relative;
  top: -5px;
}

.social-section h4 span:nth-child(2) {
  top: -4px;
}

.social-section h4 span:nth-child(3) {
  top: -3px;
}

.social-section h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.social-section p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.instapost-block {
  margin-top: 20px;
}

.instapost-block span {
  border-radius: 2px;
  border: solid 1px rgba(182, 182, 182, 0.4);
  display: inline-block;
  padding: 10px;
}

.instapost-block span:first-child {
  margin-right: 15px;
}

.company-block {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.company-block img {
  max-width: 145px;
}

.company-block h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin-bottom: 7px;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
}

.company-block > h6:first-child {
  margin-top: 15px;
}

.company-block p {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
}

.company-block > p:last-child {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

.profpc-dtl-section .trans-btn {
  font-weight: 500;
}

.company-block p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.company-block p a:hover {
  color: #333;
  text-decoration: none;
}

.company-block section {
  border-top: 1px solid #e5e9f2;
  padding: 15px 0;
}

.company-block section > h6 {
  margin-top: 0;
}

.company-block section p {
  margin-bottom: 0;
}

.detail-prf-section h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.27px;
}

.detail-prf-section h6:first-child {
  margin-top: 15px;
}

.detail-prf-section h1 {
  font-family: "MillerBanner-Semibold";
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: normal;
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px;
}

.detail-prf-section p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
}

.profdetl-block-readmore {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.55)), color-stop(77%, #fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), #fff 77%);
  padding: 30px 0 0 0;
  position: relative;
  top: -90px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
}

.profdetl-block-readmore span {
  display: block;
}

.profpc-dtl-section section {
  border-top: 1px solid #e5e9f2;
  padding: 15px 0 5px;
}

.profpc-dtl-section h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #000;
}

.profpc-dtl-section p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.profpc-dtl-section p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.profpc-dtl-section p a:hover {
  color: #333;
  text-decoration: none;
}

.prof-dt-tabs {
  border-bottom: 1px solid #e5e9f2;
}

.prof-dt-tabs span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  color: rgba(63, 63, 63, 0.7);
  display: inline-block;
  margin-right: 0px;
  cursor: pointer;
  padding-bottom: 10px;
}

.prof-dt-tabs span:hover {
  color: #3f3f3f;
  border-bottom: 3px solid #3f3f3f;
}

.character-insight-section .prof-dt-tabsactive {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  color: #3f3f3f;
  border-bottom: 3px solid #3f3f3f;
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 10px;
}

.block-client-feedback p {
  margin-left: 20px;
  padding-top: 20px;
}

.block-client-feedback p span {
  font-family: "MillerBanner-Semibold";
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  width: 100px;
  display: block;
  position: relative;
}

.block-client-feedback p span:before {
  content: "";
  font-family: "MillerBanner-Semibold";
  font-size: 44px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #000;
  position: absolute;
  top: -14px;
  left: -20px;
  background-image: url(../../theme/images/qte-blk.jpg);
  background-size: contain;
  width: 17px;
  height: 24px;
  background-repeat: no-repeat;
}

.sponsored-adviser-profile {
  border: solid 1px rgba(63, 63, 63, 0.2);
  background-color: rgba(243, 243, 243, 0.1);
  padding: 15px 0;
  text-align: center;
}

.sponsored-adviser-profile .my1 {
  max-width: 139px;
  max-height: 92px;
}

.sponsored-adviser-profile p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block;
}

.company-data {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.profile-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.dtlprf-hairline .text-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.dtlprf-hairline .img-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sponsored-adviser-profile .my1 {
  max-width: 139px;
  max-height: 92px;
}

/* Desktop styles */
@media (min-width: 800px) {
  .prof-dt-tabs span {
    margin-right: 20px;
  }
  .profile-data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content-advisor {
    margin-left: 0;
    margin-right: 0;
  }
}

.report-suites {
  text-align: center;
}

.report-suites h1 {
  font-size: 30px;
  font-family: "Dala Floda Roman No 2";
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .report-suites h1 {
    font-size: 44px;
  }
}

.report-suites p {
  width: 70%;
  display: inline-block;
  font-size: 16px;
}

.filter-search select {
  border: none;
  float: right;
  width: 11em;
  margin-top: -1.5rem;
}

@media (max-width: 1024px) {
  .filter-search select {
    display: none;
  }
}

.filter-search select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

a.filter-expand {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 0px;
  color: #010101;
}

li.ns_filter_group {
  border-right: 1px solid #DDDDDD;
  margin-left: -15px;
}

.featured-box {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

.the-results .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 40em) {
  .the-results .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.the-results .large-4.medium-6.cell {
  margin-bottom: 30px;
}

.the-results .large-4.medium-6.cell .p1 {
  padding: 10px;
}

.social-media i {
  font-size: 1.5em;
  padding-right: .35em;
}

.modal-button-mobile button.filter {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  color: #000;
  font-size: 16px;
  margin-bottom: 2em;
  width: 100%;
  padding: 18px;
}

@media (min-width: 1024px) {
  .modal-button-mobile button.filter {
    display: none;
  }
}

.modal-button-mobile .modal {
  background-color: #fff;
  padding: 20px;
}

.modal-button-mobile .modal .modal-content {
  background-color: #fff;
  border: none;
}

.modal-button-mobile .modal .modal-filter {
  background-color: #fff;
  border: 1px solid black;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat";
  width: 50%;
  padding: 14px;
  margin-left: 45%;
  margin-top: 6px;
  text-transform: inherit;
  font-weight: 600;
}

.modal-button-mobile .modal button.close {
  position: absolute;
  margin-top: 5px;
  margin-left: 6px;
  display: inline-block;
  background: none;
  color: black;
}

.modal-button-mobile .modal li.ns_filter_group {
  border-right: none;
}

.modal-button-mobile .modal button.apply-filter {
  background: #000;
  border-radius: 2px;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 10px 12px;
  margin-top: 2em;
  width: 100%;
  padding: 18px;
}

.modal-button-mobile .modal button.apply-filter span {
  text-align: center;
  margin: auto;
}

.mobile-menu-options select {
  display: none;
}

@media (min-width: 330px) and (max-width: 768px) {
  .mobile-menu-options select {
    background-color: transparent;
    float: right;
    margin-top: -4em;
    font-family: "Montserrat";
    font-size: 14px;
    border: none;
    display: block;
    position: absolute;
    right: 0;
  }
}

.mobile-menu-options h2 {
  display: none;
}

@media (min-width: 330px) and (max-width: 768px) {
  .mobile-menu-options h2 {
    font-size: 28px;
    font-family: "Dala Floda Roman No 2";
    font-weight: bold;
    display: block;
    padding-top: 15px;
  }
}

.profile-page a {
  color: black;
}

.profile-page a:hover {
  color: #010101;
}

.report-suites .col-md-12 {
  text-align: center;
}

.report-suites .col-md-12 h1 {
  font-size: 30px;
  font-family: "Dala Floda Roman No 2";
}

@media (min-width: 1024px) {
  .report-suites .col-md-12 h1 {
    font-size: 44px;
  }
}

.report-suites .col-md-12 p {
  width: 70%;
  display: inline-block;
  margin-bottom: 3em;
}

.suites-info h2 {
  border-top: 1px solid #DDDDDD;
  font-family: "Dala Floda Roman No 2";
  font-size: 24px;
  padding-top: 20px;
}

.suites-info button {
  background: #000;
  border-radius: 2px;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 10px 12px;
  display: block;
  margin-bottom: 3em;
}

.suites-info a {
  font-weight: bold;
  text-decoration: underline;
}

.suites-info p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
}

.index-calender {
  border-top: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
  margin: 30px 0 30px 0;
}

.index-calender p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  display: inline;
  padding-right: 4em;
}

.featured-suites {
  border-top: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
}

.featured-suites p {
  display: block;
  text-align: left;
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  padding-left: 0;
}

.featured-suites .col-md-12 {
  border: 1px solid #DDDDDD;
  padding-bottom: 20px;
  /* padding-left: 0;
    padding-right: 0; */
  margin-bottom: 3em;
  border-radius: 2px;
  padding-left: 0;
  padding-right: 0;
}

.featured-suites .col-md-12 h3 {
  display: block;
  text-align: left;
  font-family: "Dala Floda Roman No 2";
  font-size: 24px;
  padding-left: 15px;
}

.featured-suites .col-md-12 p {
  display: block;
  text-align: left;
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  padding-left: 15px;
}

.featured-suites .col-md-12 b {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
}

.featured-suites .col-md-12 .suite-awards {
  text-align: left;
  margin-bottom: 1em;
  padding-left: 13px;
}

.featured-suites .col-md-12 span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
}

.featured-suites .col-md-12 .suite-img {
  width: 100%;
  height: 168px;
  margin-bottom: 15px;
}

.p1 {
  padding: 1em;
}

.p1 a {
  color: #010101;
}

.related-articles {
  border-top: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
  margin-top: 4em;
}

.related-articles span {
  display: block;
  text-align: left;
  color: #010101;
  font-family: "Montserrat";
  font-size: 14px;
  margin: 15px 0 10px 0;
}

.related-articles h2 {
  font-family: "Dala Floda Roman No 2";
  font-size: 28px;
}

.related-articles p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  margin-bottom: 2em;
}

.rg-block h6 {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  padding: 15px 0;
}

.detail-prf-section h1 {
  font-size: 30px;
  font-family: "Dala Floda Roman No 2";
}

@media (min-width: 1024px) {
  .detail-prf-section h1 {
    font-size: 44px;
  }
}

.profpc-dtl-section .fas {
  line-height: 28px;
  font-size: 18px;
  padding-right: 5px;
}

.profpc-dtl-section h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.company-info {
  margin-top: 25px;
}

.company-info img.company-logo {
  margin-bottom: 2.5em;
}

.company-info p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  display: inline;
  padding-left: 5px;
}

.company-info .fa-star {
  display: inline-block;
  font-size: 14px;
}

.fa-star.blue .company-info .fa-star::before {
  color: red;
}

.company-info .fa-star.green {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  color: #04A89C;
}

.company-info .fa-star.gold {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  color: #eeb420;
}

.company-info .fa-star.silver {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  color: #c0c0c0;
}

.company-info .fa-star.bronze {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  color: #b17924;
}

.booking-contact {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 10px;
}

.booking-contact b {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 10px;
}

.booking-contact p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  padding-bottom: 5px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.location {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 10px;
}

.location b {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.location p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  display: contents;
  padding-left: 5px;
}

.location .fa-map-marker-alt {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  font-size: 17px;
  padding-left: 7px;
}

.location .fa-plane {
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding-left: 6px;
  margin-bottom: 15px;
  font-size: 15px;
  padding-left: 7px;
}

.additional-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.additional-info .col-md-12 {
  border-top: 1px solid black;
  margin-left: 15px;
  margin-right: 15px;
}

.additional-info button {
  background: none;
}

.additional-info .location {
  border-bottom: none;
}

.additional-info .col-md-6 h1 {
  font-family: "Dala Floda Roman No 2";
  font-size: 28px;
}

.additional-info .col-md-6.location-info {
  border-left: 1px solid #DDDDDD;
}

.additional-info li {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  display: inline;
  padding-right: 35px;
  margin-right: 25px;
}

.additional-info .info-active {
  font-weight: bold;
  border-bottom: 2px solid black;
}

a:hover, a:focus {
  color: black !important;
}

.nav-tabs a {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  padding-right: 1em;
  margin-right: 3em;
}

.nav-tabs a.active {
  border-bottom: 2px solid black;
  font-weight: bold;
}

.profpc-dtl-section > img:first-child {
  height: auto;
  width: 320px;
  padding-bottom: 1em;
}

.profpc-dtl-section .top-tgs-profile {
  display: none;
}

.tab-content .col-md-6 {
  margin-top: 3em;
}

.tab-content .col-md-6.flexable-content {
  border-right: 1px solid #DDDDDD;
}

.tab-content .col-md-6.flexable-content h1 {
  font-size: 28px;
  font-family: "Dala Floda Roman No 2";
  font-weight: bold;
}

.tab-content .col-md-6.location-info .location h1 {
  font-size: 28px;
  font-family: "Dala Floda Roman No 2";
  font-weight: bold;
}

.tab-content .location {
  border-bottom: none;
  margin-top: 0em;
  font-weight: 400;
}

.info-active {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.col-md-6.location-info .swiper-2 h1 {
  font-size: 28px;
  font-family: "Dala Floda Roman No 2";
  font-weight: bold;
}

.col-md-6.location-info .swiper-2 h1 p {
  font-size: 24px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  padding: 2em;
}

.swiper-container.swiper2.swiper-container-initialized.swiper-container-horizontal::before {
  content: '"';
  font-family: "Dala Floda Roman No 2";
  position: absolute;
  left: 34px;
  top: 42px;
  font-size: 24px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: inherit;
}

.swiper-container {
  margin-bottom: 2em;
}

.swiper-container p {
  font-size: 24px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  padding: 2em;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.company-description {
  text-align: center;
}

.company-description h1 {
  font-size: 30px;
  font-family: "Dala Floda Roman No 2";
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .company-description h1 {
    font-size: 44px;
  }
}

.company-description img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 2rem;
}

.company-text P {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  width: 85%;
  display: inline-block;
}

@media (max-width: 768px) {
  .company-text P {
    width: 100%;
  }
}

.company-text P:nth-child(2) {
  background: -webkit-linear-gradient(#010101, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-text span {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  color: #000000;
  cursor: pointer;
  display: block;
}

.company-text span i {
  display: block;
  margin-bottom: 3rem;
}

.remove-opacity {
  background: -webkit-linear-gradient(#010101, #010101) !important;
  -webkit-background-clip: text !important;
}

.read-more-text {
  display: none;
}

.read-more-text P {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  width: 85%;
  display: inline-block;
}

@media (max-width: 768px) {
  .read-more-text P {
    width: 100%;
  }
}

.read-more-text h3,
.read-more-text h4 {
  font-weight: bold;
}

.read-more-text span {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  color: #000000;
  cursor: pointer;
  display: block;
}

.read-more-text span i {
  display: block;
  margin-bottom: 3rem;
}

.jb-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
}

.jb-form label {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}

.jb-form input,
.jb-form textarea,
.jb-form select {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 2px;
  margin-bottom: 5px;
}

.jb-form .gdpr {
  margin-top: 1rem;
}

.jb-form #gdpr-text {
  font-size: 14px;
  display: inline;
}

.jb-form input[type="checkbox"] {
  width: auto;
  margin-top: 0;
  vertical-align: middle;
}

.jb-form textarea {
  resize: none;
}

.jb-form button {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  background-color: #000000;
  color: #fff;
  padding: 12px 75px;
  margin: auto;
  margin-bottom: 2rem;
  font-weight: bold;
  position: absolute;
  bottom: -65px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
}

@media (max-width: 768px) {
  .jb-form button {
    width: 100%;
    display: block;
  }
}

.jb-form iframe {
  display: none;
}

.success-message {
  display: none;
}

.success-message p {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  margin: 40px 0 -40px 0;
}

.form-field small {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  color: red;
  font-size: 14px;
  display: block;
  padding: 4px 0;
}

.more-on-company-profile button {
  font-family: "Montserrat";
  font-size: 16px;
  color: #010101;
  margin: auto;
  margin-bottom: 2rem;
  border: 1px solid black;
  border-radius: 2px;
  font-weight: bold;
  padding: 12px 75px;
}

@media (max-width: 768px) {
  .more-on-company-profile button {
    display: none;
  }
}

.gold {
  color: #eeb420;
}

.silver {
  color: #c0c0c0;
}

.bronze {
  color: #b17924;
}

.et-button {
  font-family: DalaFloda-Roman;
  text-transform: none;
  background: #000 none repeat scroll 0% 0%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  outline: none;
  border: 0;
  padding: .85em 1em;
  margin: auto;
  line-height: 18px;
}

.et-social-icons-wrapper {
  text-align: center;
}

.et-social-icons-wrapper .et-icons {
  padding-top: 1.2em;
}

.et-social-icons-wrapper .et-icons a {
  padding: .5em;
}

@media (min-width: 1025px) {
  .et-social-icons-wrapper .et-icons a {
    padding: 2.1em;
  }
  .et-button {
    padding: .85em 8.5em;
  }
}

ul#menu-footer-menu {
  margin-left: 0;
}

#footer {
  font-weight: 400;
}

#footer a:hover {
  color: #d4b1b1 !important;
}

#menu-footer-menu-1 {
  list-style: none;
}
/*# sourceMappingURL=main.css.map */