/*fe Custom CSS*/

/*COLORS*/
.fec-green {
  color: #2dba1f;
}
.fec-yellow {
  color: #ffcc00;
}
.fec-blue {
  color: #3268e7;
}
.fancybox-bg {
  background: #1a1d1a000 !important;
}

/*SIZES*/
.sm-icon {
  font-size: 15px;
  position: relative;
  top: -1px;
}

.med-icon {
  font-size: 25px;
  position: relative;
  top: -1px;
}

.lg-icon {
  font-size: 35px;
  position: relative;
  top: -1px;
}

/*BACKGROUNDS*/
.fec-white-bg {
  background: #ffffff;
  border-radius: 8px;
  padding: 35px;
  margin: 0;
}
.fec-black-bg {
  background: #000000;
  border-radius: 8px;
  padding: 20px;
  margin: 0;
}
.fec-blue-bg {
  background: #3268e7;
  border-radius: 8px;
  padding: 20px;
  margin: 0;
}

/*BORDERS*/
.fec-border {
  border: 1px #e0e0e0 solid;
  border-radius: 6px;
  padding: 20px 0px 20px 0px;
}

/*BUTTON*/
.fec-button i {
  position: relative;
  top: 2px;
  padding-left: 5px;
  font-size: 18px;
}

/*SCROLL BARS*/
.tab.profile .simplebar-scrollbar::before {
    background: #3268e7;
}

.tab.profile .simplebar-track.simplebar-vertical {
    width: 8px;
}

.tab.reviews .simplebar-scrollbar::before {
    background: #3268e7;
}

.tab.reviews .simplebar-track.simplebar-vertical {
    width: 8px;
}

.tab.business_reviews .simplebar-scrollbar::before {
    background: #3268e7;
}

.tab.business_reviews .simplebar-track.simplebar-vertical {
    width: 8px;
}

.simplebar-track.simplebar-vertical {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;
}


/*LIST*/
ul, ol {
  margin: 0 0 0 20px;
}
ul li, ol li {
  padding: 10px 0 10px 0px;
}

/*CHECK LIST*/
.fec-check-list {
    list-style: none;
    padding-left: 0;
	margin: 0;
}

.fec-check-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.75em;
}

.fec-check-list li::before {
    content: "\f00c"; /* Font Awesome check icon (fa-check) */
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; /* Use 400 for 'far', 900 for 'fas' */
    position: absolute;
    left: 0;
    top: 11px;
    color: #3268e7; /* Optional: green color for check icon */
}


/*FONT STYLES*/
strong {
  font-weight: 600;
  display: block;
}
p {
  margin: 0 0 10px;
}


/*NINJA FORM*/
.nf-form-fields-required {
  display: none;
}

.nf-error-msg.nf-error-required-error {
  display: none;
}

.nf-field-element textarea.fe-text-form-field {
  height: 280px;
}

input.ninja-forms-field.fec-button {
  width: 100% !important;
}

.nf-field-container.submit-container.label-above.textbox-container {
  margin-bottom: 0 !important;
}
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 15px !important;
}

/*MOBILE MENU*/
.wpex-hamburger-icon > span::before, .wpex-hamburger-icon > span::after {
  width: 25px !important;
  margin: 0px 0px 0px -3px;
}
.sidr-class-dropdown-menu > li:first-child {
  border-block-start: none !important;
}
.sidr-class-dropdown-menu li {
  border-block-end: none !important;
}
ul#sidr-id-menu-mobile {
  margin-top: 20px;
}
.sidr-class-theme-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  text-align: center;
  max-width: 100%;
  padding: 8px 0px 8px 0px;
  transition: .15s all ease;
  background-color: var(--wpex-btn-bg, var(--wpex-accent));
  background-image: var(--wpex-btn-img);
  border-radius: var(--wpex-btn-border-radius);
  border-width: var(--wpex-btn-border-width);
  border-style: var(--wpex-btn-border-style);
  border-color: var(--wpex-btn-border-color, currentColor);
  color: var(--wpex-btn-color, var(--wpex-on-accent));
  font-size: var(--wpex-btn-font-size);
  font-family: var(--wpex-btn-font-family);
  font-style: var(--wpex-btn-font-style);
  text-transform: var(--wpex-btn-text-transform);
  letter-spacing: var(--wpex-btn-letter-spacing);
  line-height: var(--wpex-btn-line-height);
  font-weight: var(--wpex-btn-font-weight);
  margin: 15px 20px 0px 20px;
  width: 87%;
}

/*HEADER*/
#site-logo a {
  margin-left: 50px;
  position: relative;
  z-index: 10; 
}

/*PAGE SECTION*/
.fec-page-section {
  padding-top: 7%;
  padding-bottom: 7%;
}

/*PAGE TITLES*/
.fec-page-title {
  color: #212529;
  text-align: center;
}
.fec-page-title h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 0 20px 0;
}
.fec-page-title h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 0 20px 0;
}
.fec-page-title h3 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 0 20px 0;
}
.fec-page-title h4 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 0 20px 0;
}
.fec-page-title p {
  font-size: 18px;
  color: #6c757d;
  padding-bottom: 4%;
}

/*PAGE ROW*/
.fec-page-row {
  margin-bottom: 7%;
}
.fec-page-row-header {
  padding-bottom: 5%;
}
.fec-page-row-inner {
  padding-top: 4%;
  padding-bottom: 4%;
}
.fec-page-row-top {
  padding-top: 4%;
}
.fec-page-row-m {
  margin-bottom: 4%;
}
.fec-page-row-last {
  padding-bottom: 4%;
}
/*end*/

/*PAGE STYLES*/
/*end*/

/*SLIDER*/
button.fe-tooltip-btn {
  background-color: #ffcc00;
  border: 0;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  line-height: normal;
  font-size: 24px;
  font-weight: 600;
}

button.fe-tooltip-btn {
  --cooltipz-font-family: 'Source Sans Pro',sans-serif;
  --cooltipz-bg-color: #ffffff;
  --cooltipz-border-color: #ffffff;
  --cooltipz-text-color: 000;
  --cooltipz-font-size: 16px;
  --cooltipz-border-radius: 10px;
  --cooltipz-arrow-size: 15px;
}
/*end*/

/*CSS tooltip*/
@keyframes anim-vibrate {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.tooltip-trigger {
  cursor: pointer;
  border: 0;
  background-color: #fc0;
  color: #1a1d1a;
  border-radius: 50%;
  font-size: 18px;
  width: 36px;
  height: 36px;
  /*transform: scale(1);*/
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 1);

  /* Flexbox for centering */
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-trigger.active {
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tooltip-trigger:hover {
  /*color: #fff;*/
}

.tooltip-trigger::before {
  content: "";
  position: absolute;
  height: 36px;
  width: 100%;
  background: var(--tg-primary-color);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  
  /* Apply the vibrate pulsing ring animation */
  animation: anim-vibrate 1500ms ease-out infinite; /* 1.5s duration, infinite loop */
  /*animation: pulse-border 1500ms ease-out infinite;*/
}

.tooltip-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* Start slightly below */
  background-color: #fff;
  color: #606060;
  padding: 20px;
  border-radius: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  width: 300px;
  text-wrap: auto;
  opacity: 0; /* Hidden initially */
  pointer-events: none; /* Prevent interaction when hidden */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth fade and slide */
}

.tooltip-content h3 {
  font-size: 18px;
  color: #1a1d1a;
  margin: 0;
  padding: 0px 0px 5px 0px;
}

.tooltip-content::before {
  content: '';
  position: absolute;
  top: 100%; /* Position the arrow at the bottom */
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* Pointing upwards */
}

.tooltip-content.show {
  opacity: 1; /* Fully visible */
  transform: translateX(-50%) translateY(0); /* Slide into place */
  pointer-events: auto; /* Enable interaction */
}
/*end*/

/*HP SEC 01*/
#hp-sec-01 {
  background: #fff;
  background: linear-gradient(30deg, rgba(38,75,162,1) 20%, rgba(50,104,231,1) 100%);
  /*background: radial-gradient(#FFF 0%, #dce2ec 60%);*/
  padding: 10% 0 0 0;
  position: relative;
  top: 0;
}
#hp-sec-01 h1 {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 45px;
  width: 980px;
  margin: 0 auto;
}
#hp-sec-01 .stars img {
	width: 701px;
	height: auto;
}
#hp-sec-01 p {
  font-size: 24px;
  margin: 0 0 30px 0 !important;
}
#hp-sec-01 .stars {
  /*margin: 0 0 50px 0;*/
  padding: 0px 0 35px 0;
}
#hp-sec-01 .search {
  width: 40%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

/*HP SEC 2*/
#hp-sec-02 {
  position: relative;
  margin-top: -320px;
  z-index: 1;
}
#hp-sec-02 h1 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0 !important;
}
#hp-sec-02 p {
  color: #000;
  font-size: 18px;
  margin: 0 0 20px 0 !important;
}
#hp-sec-02 p a {
  color: #000;
  font-size: 18px;
  margin: 0 0 20px 0 !important;
}
#hp-sec-02 .grid-cats {
  --wpex-vc-gutter: 20px;
}
#hp-sec-02 .fec-block-over-gradient {
  background: #F4F6FB;
  background: linear-gradient(0deg, rgba(249, 249, 249, 1) 20%, rgba(249, 249, 249, 0) 100%);
  /*background: #00b7ff;
  background: linear-gradient(0deg, rgba(0, 183, 255, 1) 0%, rgba(244, 246, 251, 0) 100%);*/
  height: 130px;
  width: 100%;
  margin-top: -120px;
  position: relative;
  /*animation: bounce;
  animation-duration: 2s; */
}

/*HP SEC 03*/
#hp-sec-03 {
  text-align: center;
  /*z-index: 23;*/
}
#hp-sec-03 .title {
  padding-bottom: 5%;
}
#hp-sec-03 .title h1 {
  font-size: 45px;
  font-weight: 600;
  padding: 0;
  margin: -18px 0px 5px 0px;
}
#hp-sec-03 .title p {
  font-size: 20px;
  color: #6c757d;
  margin: 0 !important;
}

/*HP SEC 04*/
#hp-sec-04 {
  color: #fff;
  text-align: center;
  margin-bottom: 7%;
}
#hp-sec-04 .inner {
  color: #fff;
  background-color: #3268e7;
  border-radius: 8px;
  padding: 55px 40px 55px 40px;
  text-align: center;
  margin-bottom: 7%;
}
#hp-sec-04 h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  line-height: 30px;
}

#hp-sec-04 p {
  color: #fff;
  font-size: 24px;
  margin: 0px 0px 30px 0px !important;
}
#hp-sec-04 .vc_column-inner {
  padding-top: 0 !important;
  margin: 0 !important;
}

/*HP SEC 05*/
#hp-sec-05 {
  text-align: center;
}
#hp-sec-05 .title {
}
#hp-sec-05 h1 {
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	margin: -12px 0px 5px 0px;
}
#hp-sec-05 p {
	font-size: 20px;
	color: #6c757d;
	margin: 0 !important;
}

#hp-sec-05 .fec-block-over-gradient {
  background: #F4F6FB;
  background: linear-gradient(0deg, rgba(249, 249, 249, 1) 20%, rgba(249, 249, 249, 0) 100%);
  height: 152px;
  width: 100%;
  margin-top: -170px;
  position: relative;
}
#hp-sec-05 .fec-block-over-gradient-top {
  background: #F9F9F9;
  background: linear-gradient(180deg,rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
  height: 152px;
  width: 100%;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#hp-sec-05 .fec-block-over-gradient-bottom {
  background: #F9F9F9;
  background: linear-gradient(0deg, rgba(249, 249, 249, 1) 20%, rgba(249, 249, 249, 0) 100%);
  height: 152px;
  width: 100%;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

/*HP SEC 06*/
#hp-sec-06 .fec-block-over-gradient-top {
  background: #F4F6FB;
  background: linear-gradient(180deg,rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
  height: 152px;
  width: 100%;
  margin-bottom: -60px;
  position: relative;
  z-index: 20;
}
#hp-sec-06 .fec-block-over-gradient-bottom {
  background: #F4F6FB;
  background: linear-gradient(0deg, rgba(2449, 249, 249, 1) 20%, rgba(249, 249, 249, 0) 100%);
  height: 152px;
  width: 100%;
  margin-top: -115px;
  position: relative;
}

/*TRUST SCORE PAGE*/
.trust-score h4 {
  margin: 10px 0 20px;
}

/*GET VERIFIED PAGE*/
.verified h4 {
  margin: 10px 0 20px;
}


/*FOOTER*/
#fe-footer {
  color: #212529;
  padding-top: 6%;
  padding-bottom: 6%;
  display: block;
}
#fe-footer a {
  color:#6c757d;
  font-size: 18px;
  text-decoration: none;
  line-height: 34px;
}
#fe-footer a:hover {
  opacity: 0.8;
}
#fe-footer .logo img {
	width: 160px;
	height: auto;
}
/*.fe-footer-company .address a {
  color:#ffcc00 !important;
  display: block;
}*/
#fe-footer .footer-row {
  padding-bottom: 7%;
}
#fe-footer .footer-row-inner {
  padding-top: 3%;
  padding-bottom: 7%;
}
#fe-footer h2.widgettitle {
  font-size: 20px;
  color: #212529;
  margin: 0px 0px 25px 0px;
}
#fe-footer .company p {
  font-size: 18px;
  color: #212529;
  padding: 30px 70px 0px 0px;
  margin: 0;
  line-height: 30px;
}

#fe-footer .copyright {
  font-size: 16px;
}
#fe-footer .copyright .year {
  border-top: 1px solid rgba(0, 0, 0, 0.060);
  font-size: 16px;
  padding-top: 45px;
}

#fe-footer .links a {
  font-size: 16px;
}

#fe-footer .social {
  /*float: right;*/
}

#fe-footer .social-links a {
  /*color: #fff;*/
}

#fe-footer .disclaimer p {
  margin-top: 40px;
  font-size: 15px;
  color: #6c757d;
  float: left;
}

#fe-footer .links .menu-footer-container ul li {
  margin-right: 20px;
  float: left;
}
#fe-footer p {
  color:#212529;
  font-size: 16px;
}

/*Pages*/
.fe-bg-w {
  background: #fff;	
  border-radius: 5px;
  padding: 3%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.fe-border {
  background: #fff;	
  border-radius: 10px;
  /*border: 1px solid var(--wpex-border-main);*/
  padding: 50px 30px 30px 30px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.01);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.01);
}
.fe-border-box {
  background: #fff;	
  border-radius: 10px;
  /*border: 1px solid var(--wpex-border-main);*/
  padding: 40px 40px 40px 40px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.01);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.01);
}
.fe-border-wbgw {
  background: #fff;
  border: 1px solid var(--wpex-border-main);
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.fe-bg {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.fe-border .form {
  border-radius: var(--wpex-rounded-sm);
  border: 1px solid #e0e0e0;
  padding: 45px 20px 30px 20px;
  width: 100%;
}
/*FAQ*/
.fe-faq-title {
	border-radius: 10px;
	padding: 30px;
}
.fe-faq .vcex-toggle__title {
  color: #1a1d1a;
  font-size: 20px;
  line-height: normal;
  padding: 0 0 0 0;
}

.fe-faq .vcex-toggle__title::before {
  content: "Q. ";
}
.fe-faq p {
  color: #1a1d1a;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 0 0 0 0;
}
.fe-page-row.faq {
  margin-bottom: 4%;
}
.fe-faq .vcex-toggle__content {
	font-size: 20px;
	font-weight: 200;
	color: #1a1d1a;
	margin-bottom: 0;
}
.fe-faq {
  background: #f9f9f9;
  padding: 30px 30px 30px 30px;
  border-radius: var(--wpex-input-border-radius);
  margin-bottom: 25px;
}
.fe-faq.last {
  margin-bottom: 0;
}
.vcex-toggle__icon-close::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	/*content: "\f139";*/
	content: "\f106";
	color: #1a1d1a;
	font-size: 22px;
    line-height: normal;
	position: relative;
    top: 0;
}
.vcex-toggle__icon-open::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	/*content: "\f13a";*/
	content: "\f107";
	color: #1a1d1a;
	font-size: 22px;
    line-height: normal;
	margin-top: 0;
}
.vcex-toggle__icon-close:hover::after {
	color: #0b91db;
}
.vcex-toggle__icon-open:hover::after {
	color: #0b91db;
}
.vcex-toggle__icon-open svg{
	display: none;
}
.vcex-toggle__icon-close svg.vcex-toggle__icon-close {
	display: none;
}

/*************************************************************************
**************************************************************************/
/*RESPONSIVE STYLES*/
/*************************************************************************
**************************************************************************/
@media only screen and (max-width: 279px){
}
@media only screen and (max-width: 648px){	
}
@media only screen and (min-width: 768px){
}
@media only screen and (max-width: 479px){
/*SECTIONS*/
.fec-page-section.hp {
  padding-top: 8%;
}
.fec-page-section {
  padding-top: 9%;
  padding-bottom: 10%;
}
.fec-border {
  padding: 20px 0px 20px 0px;
}

/*PAGES*/
.fec-page-title h1 {
  font-size: 22px;
  line-height: normal;
  padding: 0px 0 5px 0;
}
.fec-page-title p {
  font-size: 18px;
  padding-bottom: 8%;
}

/*HP SEC 1*/
.fec-wave {
  top: 82px;
  z-index: 20;
}
.fec-wave-white-block {
  display: block;
  height: 214px;
  bottom: 0;
  background: #F4F6FB;
  position: relative;
  top: 130px;
}
#hp-sec-01 {
  padding: 27% 0 0 0;
  height: 570px;
}
#hp-sec-01 .stars {
  margin: 0 0 20px 0;
  padding: 0px 45px 20px 45px;
}
#hp-sec-01 h1 {
  font-size: 22px;
  padding: 0px 15px 24px 15px;
  width: auto;
}	
#hp-sec-01 .search {
  width: 100%;
  padding: 0px 5px 0px 5px;
}

/*HP SEC 2*/
#hp-sec-02 {
  margin-top: -200px;
}
#hp-sec-02 h1 {
  font-size: 20px;
  margin: 0 0 15px 0 !important;
}
#hp-sec-02 p {
  display: none;
}
.npo-slide {
  text-align: center;
}
.npo-slide-content .right {
  display: block;
  top: 5px;
  margin-left: 0;
  text-align: center;
}
.npo-slide-content h3 {
  font-size: 18px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-prev, .slick-next {
  background: #F4F6FB;
  z-index: 10;
  display: none !important;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-dots li {
  width: 25px;
  height: 20px;
}
.slick-dots li button::before {
	font-size: 40px;
}

/*HP SEC 3*/
#hp-sec-03 .title {
  padding-bottom: 8%;
  margin-top: 10px;
}
#hp-sec-03 .title h1 {
  font-size: 22px;
}
#hp-sec-03 .title h3 {
  font-size: 20px;
}
#hp-sec-03 .title p {
  font-size: 18px;
}
.fec-npo-bus-logo {
  width: 100%;
}

/*HP SEC 4*/
#hp-sec-04 {
  padding: 0px 10px 12% 10px;
  margin-bottom: -20px;
}
#hp-sec-04 h1 {
  font-size: 22px;
  margin: 0px 0px 10px 0px;
  line-height: normal;
  text-align: center;
}
#hp-sec-04 p {
  font-size: 18px;
  margin: 0px 0px 20px 0px !important;
  text-align: center;
}
#hp-sec-04 .theme-button {
  width: 100%;
}
#hp-sec-04 .inner {
  padding: 25px 0px 25px 0px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}


/*HP SEC 5*/
#hp-sec-05 .title {
  bottom: -20px;
  position: relative;
  z-index: 2;
}
#hp-sec-05 h1 {
  font-size: 22px;
}
#hp-sec-05 p {
  font-size: 18px;
}
#hp-sec-05 .fec-block-over-gradient-top {
  height: 100px;
  margin-bottom: -100px;
}
#hp-sec-05 .fec-block-over-gradient-bottom {
  height: 50px;
  margin-top: -50px;
}
.npo-review-box .npo-review-excerpt {
  text-align: center;
}
.gsap-scroll-item {
  padding: 15px !important;
}
.npo-review-author, .npo-review-post {
  text-align: center;
}
/*.fec-star-rating-display {
  margin-left: 15px;
}
.npo-review-box .npo-star-rating {
  height: 45px;
  display: block;
}*/
.npo-review-box .npo-review-post h3 {
  margin-top: 10px;
}
.npo-review-box a.npo-business-link {
  font-size: 16px;
  color: #6c757d;
  text-align: center;
  display: block;
}


/*ABOUT US PAGE*/

/*FAQ PAGE*/
.vc_toggle_title > h4 {
  color: #1a1d1a;	
  font-size: 22px;
  font-weight: 700;
}
.fe-more-faq {
	text-align: center;
}
.fe-more-faq h2 {
  color: #1a1d1a;
  font-size: 24px;
  line-height: 34px;
  margin: 0px 0px 10px 0px;
}

/*CONTACT PAGE*/

/*PRIVACY PAGE - TERMS PAGE*/
.fec-page-title-legal h1 {
  color: #1a1d1a;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding: 0px 0% 10px 0%;
  margin: 0;
}

/*CTA*/

/*FOOTER*/
#fe-footer .footer-row-inner {
  text-align: center;
}
#fe-footer .copyright {
  margin-top: 20px;
  text-align: center;
}
#fe-footer h2.widgettitle {
  margin: 20px 0px 10px 0px;
}
#fe-footer {
  padding-bottom: 8%;
}
#fe-footer .footer-row-inner {
  padding-bottom: 2%;
}
#fe-footer a {
  font-size: 18px;
  line-height: 32px;
}
#fec-footer .logo {
	text-align:center;
}
#fe-footer .company p {
  padding: 20px 0px 0px 0px;
  margin-bottom: 10px;
}
#fe-footer .footer-menu-grid .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#fe-footer .footer-menu .widget.widget_nav_menu {
  text-align: center;
}
#fe-footer .links .menu-footer-container ul li {
  margin-right: 0;
  float: none;
  text-align: center;
}
#fe-footer .disclaimer p {
  margin-top: 25px;
}

/*Mobile menu*/
.sidr-class-dropdown-menu li a {
  padding: 10px 20px !important;
}

/*Pages*/
.fec-page-row {
  padding-bottom: 12%;
}
.fec-page-row-header {
  padding-bottom: 6%;
}
}