/*** pages-bottom-sectio -------------*/

.page-bottom-section-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
}

.page-bottom-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
}

.page-bottom-section-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-bottom-section-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.page-bottom-section-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.page-bottom-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-bottom-section-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.page-bottom-section-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.page-bottom-section-cta {
  display: inline-block;
  padding: 10px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.page-bottom-section-cta:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-bottom-section-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .page-bottom-section-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-bottom-section-title {
    font-size: 2rem;
  }
}

/*----------end here -----------------*/

.fab {
  font-size: 30px;
}
.modal-body {
  height: 400px;
  overflow-y: scroll;
}

label.error {
  color: red !important;
}
.questionDescriptionBody p {
  color: white !important;
}

.questionDescriptionBody * {
  font-family: "Poppins", sans-serif;
}
.ck-content li {
  list-style-type: disc;
  list-style-position: outside;
  font-weight: bold;
}
.ck-content ul {
  margin-left: 30px;
}
.utility-banner-wrapper .img-box {
  height: 360px;
  overflow: hidden;
  position: relative;
}
.utility-banner-wrapper .img-box img {
  height: 360px;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
  .datalist li:not(.first) {
    margin-left: 10px;
  }

  .service-wrap-layout1 table tr {
    width: 49%;
    padding: 0 10px;
  }

  /*  Finance CSS Start  */

  .feature-table-wrapper .service-box-layout1 {
    height: auto !important;
    padding: 30px 25px 50px;
    min-height: 560px;
  }
  .feature-table-wrapper .translate-bottom-75 {
    bottom: 30px !important;
  }

  .home-owner-boxes .service-box-layout13 {
    height: inherit;
    min-height: 185px;
  }
}

@media screen and (max-width: 1239px) {
  .choose-boxes .service-box-layout1 {
    padding: 30px 40px 30px;
    min-height: 160px;
    height: unset !important;
  }

  .choose-boxes.insurance-hub-boxes .service-box-layout1 {
    min-height: 130px;
  }

  .home-owner-boxes .service-box-layout13 {
    min-height: 225px;
  }
}

/*  Legal Services CSS Start  */

@media screen and (max-width: 1199px) {
  .progress-inner-wrap a.item-btn.btn-ghost {
    float: unset !important;
  }

  .testimonial-wrap-layout10 {
    padding-bottom: 20px;
  }

  /*  Work With Us Page CSS Start  */

  .legal-services-box .masonry-items,
  .choose-boxes .masonry-items {
    height: unset !important;
  }
  .legal-services-box .masonry-item,
  .choose-boxes .masonry-item {
    position: inherit !important;
    left: unset !important;
    top: unset !important;
  }
  .legal-services-box .service-box-layout1 {
    padding: 30px 40px 30px;
    min-height: 135px;
    height: unset !important;
  }

  /*  Work With Us Page CSS End  */

  .benifits-box-wrapper .service-box-layout1 {
    padding: 40px 40px 40px;
  }
  .benifits-box-wrapper .three-white-box .service-box-layout1 {
    min-height: 262px;
  }
  .benifits-box-wrapper .two-white-box .service-box-layout1 {
    min-height: 265px;
  }

  .legal-services-box.agent-box .service-box-layout1 {
    min-height: 160px;
  }

  .home-owner-boxes .service-box-layout13 {
    min-height: 155px;
  }
}

@media screen and (max-width: 1024px) {
  .how-works-wrapper {
    padding: 70px 0 0px !important;
  }
  .how-works-wrapper .section-heading-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .progress-inner-wrap a.item-btn.btn-ghost {
    margin-top: 30px;
  }
  .footer-wrap-layout8 {
    margin-top: 30px !important;
  }
  .countarea {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .mean-container .mean-bar .mobile-menu-nav-back {
    background: #fff !important;
  }

  .mean-container .mean-nav > ul li a,
  .mean-container .mean-nav > ul li a:hover {
    color: #fd7e14;
    text-align: center;
  }

  .workwith-us-banner {
    padding-top: 0 !important;
  }

  .service-box-layout1 {
    padding: 30px 30px 30px;
  }

  /*  Insurance Hub Page CSS Start  */

  .insurance-hub-banner .inner-banner {
    flex-direction: column;
  }
  .insurance-hub-banner .inner-banner .main-banner-box-layout7 {
    margin-bottom: 30px;
  }

  /*  Insurance Hub Page CSS End  */

  ul.fa-ul.check_points,
  ul.check_points {
    margin-left: 0 !important;
  }

  .insurance-hub-banner.storage-banner .banner_image {
    width: 100% !important;
  }

  .utility-banner-wrapper {
    padding-top: 30px !important;
  }

  /*  Finance CSS Start  */

  .feature-table-wrapper .inner-full-box .Mortgages {
    width: 100% !important;
  }

  .legal-services-box .service-box-layout1 {
    min-height: 160px;
  }
  .choose-boxes .service-box-layout1 {
    min-height: 190px;
  }
  .choose-boxes.insurance-hub-boxes .service-box-layout1 {
    min-height: 156px;
  }

  .legal-services-box.agent-box .service-box-layout1 {
    min-height: 190px;
  }

  .utility-banner-wrapper .img-box {
    height: 270px;
  }
  .utility-banner-wrapper .img-box img {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  footer.footer-wrap-layout8 .bottom-bar p {
    text-align: center !important;
  }
  footer.footer-wrap-layout8 .footer-top-layout8 {
    padding-top: 0 !important;
  }

  .service-box-layout12 .item-figure img {
    height: auto !important;
  }

  footer .footer-bottom-layout8 p {
    text-align: center !important;
  }
  footer .brands .footer-widgets a {
    width: 50% !important;
    margin-right: 0 !important;
    padding-right: 14px;
  }
  footer .brands a img {
    margin-bottom: 12px;
  }

  .service-inner-box {
    flex-wrap: wrap;
  }
  .service-inner-box ul.datalist {
    width: 100%;
  }
  .service-inner-box table tr {
    width: 100%;
    padding: 0 0;
  }

  .sitemap-banner p {
    width: 100% !important;
  }
  .sitemap-banner .main-banner-box-layout7 {
    width: 100% !important;
  }

  .insurance-hub-banner.storage-banner .banner_image {
    width: 100% !important;
    margin-top: 15px !important;
  }

  .agent-contact {
    padding-bottom: 100px;
  }

  /*  Finance CSS Start  */

  .feature-table-wrapper .masonry-item {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    max-width: 100% !important;
    flex: unset !important;
  }
  .feature-table-wrapper .Mortgages li {
    width: 100% !important;
    float: unset !important;
  }

  /*  Finance CSS Start  */

  .feature-table-wrapper .masonry-items {
    height: unset !important;
  }
  .feature-table-wrapper .service-box-layout1 {
    padding: 30px 25px 85px;
    min-height: 100%;
  }
  .feature-table-wrapper .translate-bottom-75 .translate-bottom-75 {
    bottom: 55px !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .legal-services-box .service-box-layout1 {
    padding: 30px 30px 30px;
  }
  .choose-boxes .service-box-layout1 {
    padding: 30px 30px 30px;
  }
  .choose-boxes.insurance-hub-boxes .service-box-layout1 {
    min-height: 190px;
  }

  .benifits-box-wrapper .masonry-item h3.item-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .benifits-box-wrapper .masonry-item .service-box-layout1 {
    min-height: 285px;
  }

  .legal-services-box.agent-box .service-box-layout1 {
    min-height: 270px;
  }

  .home-owner-boxes .service-box-layout13 {
    min-height: unset !important;
  }

  .utility-banner-wrapper .img-box,
  .utility-banner-wrapper .img-box img {
    height: unset;
  }
  .btn-ghost.btn-light {
    transform: translateY(0%) !important;
  }
}

@media screen and (max-width: 575px) {
  .legal-services-box .service-box-layout1,
  .choose-boxes .service-box-layout1,
  .benifits-box-wrapper .masonry-item .service-box-layout1,
  .legal-services-box.agent-box .service-box-layout1 {
    min-height: unset !important;
  }
}

@media screen and (max-width: 400px) {
  .testimonial-box-layout10 .item-content p {
    width: 83% !important;
    margin: 0 auto 10px !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media screen and (max-width: 600px) {
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    font-size: 15px !important;
    margin-right: 30px;
  }
  .testimonial-box-layout10 .item-content p {
    font-size: 17px;
    line-height: 30px;
  }

  .tab-content img {
    height: auto !important;
    padding: 20px 0;
  }

  /*  FAQ Section CSS Start  */

  .faq-box .single-item .item-nav a {
    padding: 25px 60px 25px 30px;
  }
  .faq-box .single-item .item-content-wrap .item-content {
    width: 100%;
    padding: 20px 30px 25px 30px;
  }

  /*  FAQ Section CSS End  */

  /*   Landloard CSS Start   */

  .color-boxes .service-box-layout13 {
    height: unset !important;
  }

  /*   Landloard CSS End   */
}

@media screen and (max-width: 575px) {
  .legal-service-banner .inner-col {
    flex-direction: column;
  }
  .legal-service-banner .pre-book {
    margin-top: 35px;
  }

  .why-choose-wrapper {
    padding-top: 0 !important;
  }

  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    text-align: center;
  }
  .testimonial-box-layout10 .item-content .media .media-body .item-title br {
    display: none !important;
  }
}

@media screen and (max-width: 470px) {
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    margin-right: 100px;
  }
}

@media screen and (max-width: 450px) {
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    margin-right: 50px;
    font-size: 14px !important;
  }
  .testimonial-box-layout10 .item-content i::before {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 350px) {
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    font-size: 11px !important;
    margin-right: 45px;
  }
  .testimonial-box-layout10 .item-content p {
    width: 86% !important;
    margin: 0 auto 0px !important;
    font-size: 10px !important;
    line-height: 15px !important;
  }
}

@media screen and (max-width: 992px) {
  .banner_image {
    display: block !important;
  }
}

/*  Legal Services CSS End  */

@media screen and (max-width: 993px) and (min-width: 992px) {
  .main-banner-wrap-layout7 {
    padding-top: 160px !important;
  }
}

.btn-ghost.btn-light {
  color: #ffffff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.main-banner-box-layout9 .item-main-title {
  width: 100%;
}
.main-banner-wrap-layout9 h3 {
  color: #ffffff;
}
.main-banner-box-layout9 .item-figure {
  text-align: center;
  margin-top: 0px;
}
.header-action-items .btn-ghost.btn-light {
  border-color: #1d1e53;
  color: #1d1e53;
  background-color: transparent;
}
.main-banner-box-layout9 img {
  max-width: 100%;
  height: 500px;
}

.header-action-items .btn-ghost.btn-light:hover {
  color: #ffffff;
  background-color: #1d1e53;
  border-color: #1d1e53;
}
.navbar-layout1 nav.template-main-menu > ul > li > a {
  color: #1d1e53;
}
.navbar-layout1 nav.template-main-menu > ul > li > a:hover {
  color: #fd7e14;
}
.sticky .navbar-layout1 .item-btn {
  border: 2px solid #1d1e53;
  color: #ffffff;
}
.header-action-items .btn-fill.btn-gradient:hover::before {
  background-color: #007bff;
  color: #ffffff;
}
.btn-fill.btn-gradient::before,
.btn-fill.btn-gradient::after {
  background: #1d1e53;
}
.tlp-preloader .animation-preloader .tlp-spinner {
  border-top-color: #1d1e53;
}
.address-box-layout2 .item-icon {
  color: #fd7e14;
}
.return-to-top {
  background-color: #fd7e14;
}
.logo-mobile .img-fluid {
  width: 200px;
}

.sticky-on .navbar-wrap .navbar-layout1 {
  background-color: white;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.footer-wrap-layout8 {
  background-color: #ffffff;
}

.contact-box-layout3 .contact-form-box .form-group .form-control {
  background-color: #fff;
}
.footer-top-layout8 .footer-widgets p,
.footer-wrap-layout8 .footer-widget-heading,
.footer-top-layout8 .footer-menu li a,
.footer-top-layout8 .footer-contact li {
  color: #1d1e53;
}
.footer-top-layout8 .footer-menu li a:hover,
.footer-bottom-layout8 a:hover {
  color: #fd7e14 !important;
}

.footer-top-layout8 .footer-menu li a {
  padding: 1px;
}
.footer-top-layout8 .footer-menu li {
  margin-bottom: 0px;
}
.tab-content > .tab-pane {
  text-align: center;
}
.main-banner-wrap-layout7 {
  padding: 180px 0 50px 0;
}
.tab-content img {
  width: 500px;
  margin-top: 0px;
  height: 500px;
  object-fit: contain;
}
.tab-content > .tab-pane .btn-ghost.btn-light {
  border-color: #ffffff;
  color: #ffffff;
  background: #1d1e53;
}
.feature-box-layout10 .tab-nav-list {
  padding-left: 0px;
  margin-bottom: 0px;
}
.main-banner-box-layout7 p,
.main-banner-box-layout7 .item-main-title,
.main-banner-box-layout9 .item-main-title {
  color: #1d1e53;
}

.main-banner-box-layout9 .item-btn:hover {
  color: #ffffff;
  background-color: #1d1e53;
  border-color: #1d1e53;
}
.main-banner-box-layout7 .btn-ghost.btn-light:hover {
  border-color: #007bff;
  color: #fff;
  background-color: #007bff;
}
.main-banner-box-layout9 .item-btn {
  border-color: #1d1e53;
  color: #1d1e53;
  background-color: transparent;
}
.main-banner-box-layout7 .btn-ghost.btn-light {
  border-color: #fd7e14;
  color: #fff;
  background-color: #fd7e14;
}
.section-heading.heading-layout2 .heading-main-title {
  width: 100%;
}

.main-banner-box-layout7 .item-main-title {
  width: 100%;
}
.main-banner-box-layout7 p,
.main-banner-box-layout9 p {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
/*@media screen and (min-width: 992px) {*/
/*  .main-banner-box-layout7 {*/
/*  margin-top: -50px;*/
/*}*/
/*}*/
@media screen and (max-width: 992px) {
  .banner_image {
    display: none;
  }
  .main-banner-box-layout7 {
    text-align: center !important;
  }
  .main-banner-wrap-layout7 {
    padding: 20px 0px !important;
  }
  .main-banner-box-layout7 p {
    float: none;
  }
}
@media all and (max-width: 525px) {
  .testimonial-box-layout10 .item-content {
    top: 43%;
  }
  .testimonial-box-layout10 .item-content p {
    width: 84%;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin: 0 auto 25px;
  }
  .testimonial-box-layout10 .item-content .media .media-body {
    margin-right: 20px;
    margin-left: 0;
  }
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    font-size: 16px;
  }
  .testimonial-box-layout10 .item-content i:before {
    font-size: 60px;
  }
}

@media all and (max-width: 440px) {
  .testimonial-box-layout10 .item-content p {
    width: 76%;
    margin: 0 auto 15px;
    font-size: 13px;
    line-height: 22px;
  }
  .testimonial-box-layout10 .item-content .media .media-body {
    margin-right: 70px;
  }
}
@media all and (max-width: 380px) {
  .testimonial-box-layout10 .item-content i:before {
    font-size: 35px;
  }
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    font-size: 14px;
  }
  .testimonial-box-layout10 .item-content p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto 5px;
  }
  .testimonial-box-layout10 .item-content .media .media-body {
    margin-right: 100px;
  }
}

@media all and (max-width: 350px) {
  .testimonial-box-layout10 .item-content p {
    width: 70%;
    font-size: 11px;
    line-height: 17px;
  }
  .testimonial-box-layout10 .item-content i:before {
    font-size: 25px;
  }
  .testimonial-box-layout10 .item-content .media .media-body .item-title {
    font-size: 12px;
  }
}
nav.template-main-menu > ul > li > a::before {
  background-color: #1d1e53;
}
nav.template-main-menu > ul > li > a:hover::before {
  background-color: #fd7e14;
}
.tab-content > .tab-pane p {
  font-size: 14px;
}
.btn-ghost {
  z-index: 1;
}
.service-wrap-layout12 {
  background-color: #ffffff;
}
.service-box-layout13 {
  height: 160px;
}
.testimonial-box-layout10 .item-content .item-icon {
  margin-bottom: 0px;
}
.testimonial-box-layout10 .item-content i::before {
  font-size: 70px;
}
.testimonial-box-layout10 .item-content .media {
  transform: translateX(148px);
}
.service-box-layout13 .item-title {
  line-height: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1920px) {
  .testimonial-box-layout10 .item-content p {
    width: 90%;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
  }
}
.service-box-layout13 .item-content p {
  font-size: 14px;
}
.bg-gradient-layout2::before {
  background-image: linear-gradient(60deg, #1d1e53 0%, #1d1e53 100%) !important;
}
.service-box-layout1 .item-title a:hover {
  color: #fd7e14;
}
.service-box-layout12 .item-figure img {
  width: 350px;
  height: 350px;
}
.section-padding-md {
  padding-top: 50px;
  padding-bottom: 50px;
}
.media-body.space-sm {
  margin-left: 0px;
}
.testimonial-box-layout10 .item-content .media .media-body .item-title {
  font-size: 17px;
}
.service-box-layout1 .item-title a:hover {
  color: #fd7e14;
  font-size: 23px;
}
.service-box-layout1:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
}
/*header nav.template-main-menu { display: flex !important; justify-content: center; align-items: center; }*/
.list-unstyled li {
  color: red;
  font-weight: 300;
}

/* .faq-box .single-item .item-nav a::after {
        color: #1d1e53;
        content: "\2212" !important;
        font-size: 32px;
        z-index: 0;
    }
    .faq-box .single-item .item-nav a.collapsed::after {
        color: #ffffff !important;
        content: "\2b" !important;
        font-size: 32px;
        z-index: 0;
    } */

.faq-box .single-item .item-nav a {
  position: relative;
  display: block;
}

/* Default (OPEN state → minus) */
.faq-box .single-item .item-nav a::after {
  content: "-";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* CLOSED state → plus */
.faq-box .single-item .item-nav a.collapsed::after {
  content: "+";
}
.faq-box .single-item .item-nav a,
.faq-box .single-item .item-nav,
.faq-box .single-item .item-nav a.collapsed,
.faq-box .single-item .item-nav a.collapsed:hover {
  background-color: #1d1e53 !important;
  color: #ffffff !important;
}
.faq-box .single-item .item-nav a::after,
.faq-box .single-item .item-nav a p {
  color: #ffffff !important;
}
.faq-box .single-item {
  margin-bottom: 20px;
}
.card-header a p {
  margin: 0px;
  color: #ffffff;
}

.cookie-popup .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: #d9d7d8;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
  border-radius: 0.25rem;
  display: none;
}
.cookie-popup .toast-body {
  padding: 15px 15px 5px !important;
}
.cookie-popup h4 {
  color: #1d1e53;
}
.cookie-popup p {
  color: #1d1e53;
}

.cookie-popup a {
  text-decoration: underline;
  color: #fff;
}
.btn-ghost.btn-dark {
  border-color: #1d1e53 !important;
  color: #ffffff !important;
  background-color: #1d1e53;
}
.btn-ghost.btn-dark:hover {
  color: #ffffff;
  background-color: #1d1e53;
  border-color: #1d1e53;
}
.footer-top-layout8 ul.footer-social li a {
  /* color: #1d1e53 !important; */
  font-size: 20px;
}
.brands .footer-widgets a {
  margin-left: 0px !important;
  margin-right: 15px !important;
  text-align: center;
  width: 30%;
  display: inline-block;
}
.footer-top-layout8 ul.footer-social li {
  width: 22.2%;
}

@media only screen and (min-width: 320px) and (max-width: 330px) {
  .brands .footer-widgets a {
    width: 44% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .copy-left-wrap.col-xl-8.col-lg-8.col-md-8.col-12 {
    text-align: center;
  }

  .col {
    flex-basis: auto;
  }
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover {
  background-color: #1d1e53;
  border-color: #1d1e53;
}
.btn-fill.btn-gradient {
  padding: 12px;
}

.signin a::before,
.signin a::after {
  background: #007bff !important;
}
.signin a:hover::before,
.signin a:hover::after {
  background: #fd7e14 !important;
}
.sticky .navbar-layout1 .item-btn {
  border: none !important;
  color: #ffffff !important;
}
.navbar-layout7 nav.template-main-menu > ul > li > a,
.navbar-layout1 nav.template-main-menu > ul > li > a {
  padding: 30px 20px !important;
  font-weight: initial;
}

nav.template-main-menu > ul > li > a {
  font-size: 14px;
}
@media only screen and (min-width: 1240px) .container {
  max-width: 1500px !important;
}
.counter {
  font-size: 40px;
}

.countnumber {
  font-size: 40px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.countnumberdescription {
  font-size: 22px;
}

.counticonarea i::before {
  font-size: 50px !important;
}

.footer-wrap-layout8::before {
  background-image: none;
  background-color: transparent;
  position: relative;
}
.footer-wrap-layout8 {
  background-color: #ffffff;
  margin-top: 0px;
}
.footer-top-layout8 {
  padding: 90px 0 0;
}
.questionModelBody label {
  color: white;
}
.owl-nav {
  text-align: center;
}
.flaticon-back:before,
.flaticon-next:before {
  font-size: 30px;
  color: #1d1e53;
}
button.owl-prev {
  margin-right: 15px;
}
.flaticon-back:before,
.flaticon-next:before {
  font-size: 50px;
  color: #1d1e53;
}
@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1300px;
  }
  .testimonial-wrap-layout10 .container {
    max-width: 1200px;
  }
}
.progress-wrap-layout1 .progress-inner-wrap {
  padding: 30px 0 30px;
}

.progress-wrap-layout1 .progress-inner-wrap h2 {
  margin: 0px 0px 0px 0px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover,
nav.template-main-menu > ul > li ul li a:hover {
  color: #fd7e14;
  border-top: 2px solid #1d1e53;
  border-bottom: 2px solid #1d1e53;
}
.contact-box-layout3 .contact-form-box .form-group select {
  height: auto !important;
  font-size: 100% !important;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-item {
  width: 800px !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.service-box-layout13 .item-content a {
  right: 32px;
  color: #1d1e53 !important;
  font-weight: bold;
}
.service-box-layout13 .item-content a:hover,
.flaticon-back:hover::before,
.flaticon-next:hover::before {
  color: #fd7e14 !important;
}
.process-box-layout8 .item-content .item-title {
  font-size: 19px;
  margin-bottom: 15px;
}
.check_points li a:hover,
.insurancehubsectionul li a:hover {
  color: #fd7e14 !important;
}
#accordion .item-content-wrap a:hover {
  color: #fd7e14;
}
.return-to-top:hover {
  background-color: #007bff;
}
.btn-ghost.btn-light:hover {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #ffffff !important;
}
.contact-wrap-layout3 .btn-fill.btn-gradient:hover::before,
.contact-wrap-layout3 .btn-fill.btn-gradient:hover::after {
  color: #ffffff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a,
nav.template-main-menu > ul > li ul li a {
  color: #1d1e53;
  display: block;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 500;
}

section .btn-fill.btn-gradient::before,
section .btn-fill.btn-gradient::after,
section .btn-ghost.btn-dark {
  color: #ffffff !important;
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}
section .btn-fill.btn-gradient:hover::before,
section .btn-fill.btn-gradient:hover::after,
section .btn-ghost.btn-dark:hover {
  color: #ffffff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

/*section.process-wrap-layout8 .btn-fill.btn-gradient::before, section.process-wrap-layout8 .btn-fill.btn-gradient::after, section.contact-wrap-layout3 .btn-ghost.btn-dark, section.contact-wrap-layout3 .btn-fill.btn-gradient::before, section.contact-wrap-layout3 .btn-fill.btn-gradient::after {*/
/*    color: #ffffff !important;*/
/*    background-color: #1d1e53 !important;*/
/*    border-color: #1d1e53 !important;*/
/*}        */
/*  section.process-wrap-layout8 .btn-fill.btn-gradient:hover::before, section.process-wrap-layout8 .btn-fill.btn-gradient:hover::after, section.contact-wrap-layout3 .btn-ghost.btn-dark:hover, section.contact-wrap-layout3 .btn-fill.btn-gradient:hover::before, section.contact-wrap-layout3 .btn-fill.btn-gradient:hover::after {*/
/*    color: #ffffff !important;*/
/*    background-color: #fd7e14 !important;*/
/*    border-color: #fd7e14 !important;*/
/*}   */
.check_points li {
  background-position-y: top;
  font-weight: bold;
}
.footer-top-layout8 .footer-contact li i:before {
  color: #fd7e14;
}
.ck-content ul {
  margin-bottom: 15px;
}
.contactformlink {
  color: #1d1e53;
}
.contactformlink:hover {
  color: #fd7e14;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .service-box-layout13 {
    width: auto !important;
  }
  .topsectionulli {
    margin-left: initial !important;
  }

  .testimonial-wrap-layout10 .owl-carousel .owl-item img {
    visibility: hidden;
  }
  .testimonial-box-layout10 .item-content p,
  .testimonial-box-layout10 .item-content .media .media-body .item-title,
  .testimonial-box-layout10 .item-content i,
  .testimonial-box-layout10 .item-content i::before {
    color: #1d1e53;
    font-weight: bold;
  }

  .service-box-layout13 .item-content .item-title {
    margin-left: 0px;
    font-size: 15px;
  }
  .service-box-layout13 .item-content p {
    font-size: 12px;

    margin-left: -70px;
    line-height: 20px;
  }

  .service-box-layout13 .item-content p:first-of-type {
    margin-top: 25px !important;
  }

  .owl-item .service-box-layout13 {
    height: 310px !important;
  }
}

.btn-fill.btn-gradient {
  z-index: 1;
}
.mean-container .mean-nav > ul li li a,
.mean-container .mean-nav > ul li:hover > a {
  color: #1d1e53;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .showonmobile {
    display: block;
  }

  .showondesktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 2160px) {
  .showonmobile {
    display: none !important;
  }

  .showondesktop {
    display: block !important;
  }
}

.modal-body li {
  list-style-type: disc;
  list-style-position: outside;
  font-weight: initial !important;
}

.alert-success {
  color: #ffffff;
  background-color: #1d1e53;
  border-color: #1d1e53;
}
.alert-success p {
  color: #ffffff;
}

#navbar-wrap .btn-fill.btn-gradient::before,
#navbar-wrap .btn-fill.btn-gradient::after {
  background: #fd7e14;
}

#navbar-wrap .header-action-items .btn-fill.btn-gradient:hover::before {
  background-color: #007bff;
  color: #ffffff;
}

.rewards a::before,
.rewards a::after {
  background: #007bff !important;
}
.rewards .btn-fill.btn-gradient:hover::before,
.rewards .btn-fill.btn-gradient:hover::after {
  background: #fd7e14 !important;
}

.rewardsDescriptionBody p,
.questionDescriptionBody p {
  color: #ffffff;
}

#offer-bar {
  background-color: orange;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

#offer-bar a {
  background-color: #1d1e53;
  color: white;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 5px;
}

#close-offer-bar {
  cursor: pointer;
  font-size: 20px;
  color: white;
}
/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
.mean-container .mean-nav > ul li a.mean-expand {
  width: 20% !important;
  text-align: right !important;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #1d1e53 !important;
}
.btn-fill {
  font-weight: bold !important;
}
.progress-inner-wrap .btn-ghost.btn-light {
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
  color: #ffffff !important;
}
.progress-inner-wrap .btn-ghost.btn-light:hover {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #ffffff !important;
}
ul.tick-list li::before {
  line-height: 1.6 !important;
}

.faq-box .single-item .item-nav a::after,
.faq-box .single-item .item-nav a {
  color: #1d1e53;
}
/*.card-body.item-content p {*/
/*    width: 50%;*/
/*    float: left;*/
/*}*/
.faq-box .single-item .item-content-wrap .item-content {
  background-color: transparent;
}
.check_points li {
  background: url(/media/check_mark.png) no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 0px 0px 0px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
  text-align: left;
}
.service-box-layout1 {
  height: 500px !important;
  padding: 55px 28px 50px;
}
.Mortgages li {
  width: 100%;
  float: left;
}
.Mortgages a {
  color: #1d1e53;
}
.Mortgages {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
label.error {
  color: red;
}
a.products_api:hover {
  color: #fd7e14 !important;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .showonmobile {
    display: block;
  }

  .showondesktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 2160px) {
  .showonmobile {
    display: none !important;
  }

  .showondesktop {
    display: block;
  }
}

.service-box-layout1 .item-title {
  margin-bottom: 50px;
}

.w-auto {
  width: 89% !important;
}
.section-padding-md-equal {
  padding-top: 60px;
  padding-bottom: 90px;
}

.mortgage_calculator {
  color: #007bff !important;
}

.check_points li a.mortgage_calculator:hover {
  color: #fd7e14 !important;
}

.top_heading a.mortgage_calculator {
  color: #007bff !important;
}

.top_heading a.mortgage_calculator:hover {
  color: #fd7e14 !important;
}

.check_points li a:hover {
  color: #fd7e14 !important;
}
label {
  display: inline-block;
  margin-bottom: 10px;
}
input[type="radio"] {
  margin-right: 10px;
  width: 20px;
}
.header-contact {
  color: #1d1e53 !important;
  font-weight: bold !important;
}

#sticky-placeholder {
  border-bottom: 2px solid #9b9b9b;
  background-color: #ffffff;
  line-height: 50px;
}
.sticky-on.sticky #sticky-placeholder {
  position: fixed;
  z-index: 101;
  width: 100%;
  top: 0;
  height: 50px !important;
}
nav.template-main-menu > ul > li > a:before {
  bottom: 15px;
}
.sticky .navbar-layout1 {
  box-shadow: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  width: 295px;
}
label.finalQuestion {
    height: 145px;
    overflow: auto;
}