/* Unified CMS page styles. Generated from the legacy page CSS files and scoped by page slug. */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* === public/css/home-v1.css scoped to .home === */
.home * {
  font-family: 'Montserrat' !important;
}

.home {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home .service-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home .service-card-link:hover,
.home .service-card-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(17, 76, 141, 0.18);
}

.home .service-card-link:focus-visible {
  outline: 3px solid #114c8d;
  outline-offset: 3px;
}


.home .eligibility-section {
  color: #fff;
}

.home .eligibility-section .container {
  background-image: url("../images/gradient.webp");
  background-repeat: no-repeat;
  padding: 4rem 100px 0px 100px !important;
  background-size: contain;
}

.home .why-choose-us h2#whyChooseUsTitle {
  font-size: 40px;
  line-height: 48px;
  color: #1E1E1E;
}

.home .why-choose-us p.subtitle.subheadings {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
}

.home .why-choose-us h3#whoWeAreTitle, .home .why-choose-us h3#whoWeArentTitle {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 2rem;
  color: #1E1E1E;
  font-weight: 700;
}

.home .container {
  padding: 0px 35px 50px 35px;
  max-width: 1920px;
  margin: 0 auto;
}


.home .container h2 {
  font-size: 40px;
}


.home .quiz-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.home .quiz-text {
  flex: 1;


  padding-left: 100px;
  text-align: center;
}


.home .quiz-text h2 {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  line-height: 48px;
}


.home .quiz-text p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 24px;
  color: #1E1E1E;
  text-align: left;
}

.home .quiz-image {
  flex: 1;
  text-align: center;
}

.home .quiz-image img {
  max-width: 100%;
  height: auto;
}

.home .card1 {
  max-width: 565px;
}

.home .card2 {
  max-width: 550px;
}


.home .services-section {
  text-align: left;
  color: #1E1E1E;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 130px 40px 130px;
}

@media(max-width:1600px) {
.home .services-section {
    padding: 50px 80px 40px 80px;
  }
}

@media(max-width:1200px) {
.home .services-section {
    padding: 50px 40px 40px 40px;
  }
}

@media(max-width:600px) {
.home .services-section {
    padding: 50px 20px;
  }
}

.home .services-section h1 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 40px;
  margin-bottom: 0.5rem;
  line-height: 48px;
  color: #000;
}

.home .service-description {
  margin-bottom: 45px !important;
  color: #000;
}

.home .services-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
}

.home .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.home .service-card {
  border-radius: 6px;
  overflow: hidden;
  background-color: #4a90e2;
  padding: 2px;
}


.home .service-card img {
  width: 100%;
  height: 403px;

  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
}

.home .card-content {
  padding: 1rem 10px;
  text-align: left;
  background-color: #4a90e2;
}

.home .card-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: white;
  line-height: 24px;
}

.home .card-content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
}


.home .why-choose-us {
  background: #fff;
  padding: 44px 0px;
  max-width: 1920px;
  margin: 0 auto;
}

.home .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.home .text-left {
  flex: 1;
  min-width: 280px;
}

.home .text-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
}

.home .text-left p {
  margin: 10px 0 20px;
  color: #333;
}

.home .learn-more {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 53px;
}

.home .learn-more a.button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  height: 48px;
}

.home .tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas {
  fill: #00b67a !important;
}

.home .feature-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
  min-width: 320px;
  max-width: 480px;
}

.home .feature-box img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 16px;
}

.home .feature-box h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.home .feature-box p {
  margin: 0;
  font-size: 15px;
  color: #444;
}


.home .trustpilot-section {
  background-color: #f9f9fa;
  padding: 2rem 14rem;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.home .trustpilot-section h2 {
  font-size: 2rem;
  color: #1e4b8b;
  margin-bottom: 1rem;
}

.home .trustpilot-widget {
  margin-top: 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}


.home .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.home .recent-blogs {

  color: #fff;
}

.home .recent-blogs .container {
  background-color: #114c8d;

}

.home .recent-blogs h2 {
  line-height: 28px;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.home .b-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13rem;
  flex-wrap: wrap;
  padding-top: 52px;
}



.home .blog-card {
  max-width: 450px;
  width: 100%;
  background-color: transparent;
  text-align: left;
}

.home .blog-card-2 {
  padding-top: 1.5rem;
}

.home .blog-link {
  color: #fff;
  text-decoration: none;
}

.home .blog-img {
  width: 100%;
  height: auto;
  height: 431px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home .blog-title {
  margin-top: 0.5rem;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.home h3#blog2-title {
  font-size: 32px;
  line-height: 40px;
}


.home .signup {
  background-color: white;
  justify-content: center;
}

.home .signup-section {
  font-family: "Montserrat", sans-serif;
  padding: 52px;
  background-color: #fff;
  text-align: center;
}

.home .signup-description {
  padding: 20px 0px 35px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.home .signup-section h2 {
  font-size: 40px;
  line-height: 48px;
  color: #1E1E1E;
}

.home .signup-form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  margin: auto;
  text-align: left;
}

.home .signup-form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 07px;
}

.home .signup-form input[type="email"] {
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
}


.home button, .home a.button, .home a[class*="btn"], .home a[class*="button"] {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}


.home button:hover, .home a.button:hover, .home a[class*="btn"]:hover, .home a[class*="button"]:hover {





  cursor: pointer;
}



.home .small-note {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 44px;
  text-align: left;
}

.home .subscribe-btn {
  padding: 0.60rem 4rem;
  background-color: #17a2b8;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  max-width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}







.home .cta-section {

  color: white;
  text-align: center;
}

.home .cta-section .container {
  background-color: #159ab2;
  padding: 35px 35px 30px 35px;

}

.home .cta-section h2 {
  line-height: 2;
}

.home .cta-section h2, .home .cta-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0.5rem 0;
  font-size: 40px;
  line-height: 40px;
}

.home .cta-section p {
  margin-top: 30px;
  margin-bottom: 20px;
}

.home .quiz-btn {
  display: inline-block;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #1e4b8b;
  color: white;
  font-size: 36px;
  line-height: 24px;
  border-radius: 6px;
  text-decoration: none;
  width: 400px;
  padding: 16px 10px;

}

.home .quiz-btn:focus, .home .subscribe-btn:focus {
  outline: 3px solid #005f6b;
  outline-offset: 2px;
  background-color: #006670;
}


.home h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.home .subtitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 16px;
  padding-top: 15px;
  color: #555;
}

.home .columns {
  display: flex;
  gap: 60px;

  justify-content: center;
}

.home .column {
  min-width: 280px;
}

.home .column h3 {
  padding-left: 30px;
  font-size: 36px;
  margin-bottom: 1rem;
}

.home .column ul {
  list-style: none;
  padding: 0;
}

.home .why-choose-us>.container {
  padding-bottom: 0px;
}

.home .column li {
  color: #1e1e1e;
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: start;
}

.home .check {
  color: green;
  font-weight: bold;
  margin-right: 0.8rem;
}

.home .cross {
  color: red;
  font-weight: bold;
  margin-right: 0.8rem;
}


.home .trusted-support {
  display: flex;

  border: 1px solid #0000001A;
  align-items: center;
  justify-content: center;
  width: 520px;
  gap: 1rem;
  margin: 0 auto;
  border-radius: 6px;
  padding: 1rem;
  margin-top: 50px;


}

.home .trusted-support img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.home .trusted-support h3 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #1E1E1E;

}

.home .trusted-support p {
  margin: 0.50rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.home .trusted-support-paragraph {
  max-width: 410px;
}


.home .button {
  background-color: #17A2B8;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 3.45rem;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
}

.home .quiz-text > .disabled-medication-input {
    font-size: 16px;
    min-width: 240px;
    padding: 12px 73px;
    height: 48px;
}

@media (max-width:1500px) {
.home .eligibility-section .container {
    padding: 4rem 80px 0px 80px !important;
  }



  .home .quiz-image img {
    padding-left: 60px;
  }

  .home .quiz-text {
    padding-left: 80px;
  }
}



@media (max-width:1251px) {
.home .headings {
    font-size: 28px !important;
  }

  .home .subheadings {
    font-size: 16px !important;
  }

  .home .card1 {
    max-width: 420px;
  }

  .home .service-card img {
    height: 260px;
  }

  .home .quiz-image img {
    padding-left: 0px;
  }

  .home .blog-title {
    font-size: 30px;
  }
}

@media (max-width:1045px) {
.home .service-card img {
    height: 230px;
  }
}

@media (max-width:900px) {
.home .eligibility-section .container {
    padding: 4rem 40px 0px 40px !important;
  }


  .home .column h3 {
    font-size: 30px;
  }
}


@media (max-width: 1024px) {
.home .quiz-intro {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: baseline;
  }

  .home .quiz-text {
    padding-left: 0px !important;
  }
}

@media (min-width: 769px) and (max-width: 788px) {
.home .why-choose-us h3#whoWeAreTitle, .home .why-choose-us h3#whoWeArentTitle {
    padding-left: 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
.home .quiz-text h2 {
    font-family: "Montserrat", sans-serif;
    color: #1E1E1E;
    font-size: 30px !important;
    font-weight: 700;
    text-align: left;
    line-height: 48px !important;
  }
}

@media (max-width: 768px) {
.home .columns {
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
  }

  .home .blog-title {
    font-size: 30px;
  }

  .home .card2 {
    max-width: 415px;
  }

  .home .quiz-text {
    padding-right: 0;
    width: 100%;
  }

  .home .card-0 input[type="text"] {
    width: 100% !important;
    font-size: 16px !important;
  }

  .home .card-3 {
    width: 100% !important;
  }

  .home .quiz-button {
    min-width: 100% !important;
  }

  .home .quiz-text h2 {
    font-size: 1.75rem;
  }

  .home .quiz-image {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }

  .home .quiz-image img {
    max-width: 100%;
    margin-top: 0;
  }

  .home .why-choose-us, .home .why-choose-us>.container {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .home .trustpilot-section {
    padding: 2rem 1rem;
  }

  .home .blog-grid {
    gap: 2rem;
  }

  .home .columns {
    gap: 2rem;
  }

  .home .trustpilot-widget {
    height: auto !important;
  }
}

@media (max-width:429px) {
.home .why-choose-us h3#whoWeAreTitle, .home .why-choose-us h3#whoWeArentTitle {
    font-size: 28px !important;
  }
}

@media (max-width:616px) {
.home .service-card img {
    height: 200px;
  }

  .home .trusted-support {
    width: 100%;
  }

  .home .quiz-text h2 {
    line-height: 35px !important;
  }
}

@media(max-width:525px) {
.home .small-note {
    padding-right: 220px;
  }

  .home .signup-form {
    align-items: normal;
  }
}

@media (max-width:485px) {
.home .signup-form label {
    padding-right: 368px;
  }

  .home .quiz-text {
    padding-left: 0px;
  }

  .home .trusted-support {
    max-width: 100% !important;
  }

  .home .small-note {
    padding-right: 160px;
  }
}

@media (max-width:425px) {
.home .service-card img {
    height: 200px;
  }

  .home .quiz-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 405px;
  }

  .home .services-section h1 {
    text-align: center;
    font-size: 26px;
  }

  .home .services-section p.service-description.subheadings {
    text-align: center;
  }

  .home .container h2 {
    font-size: 26px;
  }

  .home .column h3 {
    font-size: 26px;
    text-align: center;
  }

  .home .button {
    padding: 0.75rem 2.45rem;
  }

  .home .blog-title {
    font-size: 26px;
  }

  .home .signup-section h2 {
    font-size: 26px;
  }

  .home .signup-form label {
    padding-right: 305px;
  }

  .home .small-note {
    padding-right: 135px;
  }

  .home .quiz-btn {
    font-size: 24px;
  }

  .home .cta-section h2 {
    line-height: 1.5;
  }

  .home .cta-section h2, .home .cta-section p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0.5rem 0;
    font-size: 26px !important;
  }
}

@media (max-width:400px) {
.home .signup-form label {
    padding-right: 288px;
  }

  .home .small-note {
    padding-right: 100px;
  }

  .home .cta-section .container {
    padding: 20px;
  }
}

@media (max-width:375px) {
.home .quiz-image img {
    height: 375px;
  }


  .home .signup-form label {
    padding-right: 265px;
  }

  .home .small-note {
    padding-right: 80px;
  }
}

@media (max-width:350px) {
.home .signup-form label {
    padding-right: 200px;
  }

  .home .small-note {
    padding-right: 40px;
  }
}

@media (max-width:325px) {
.home .quiz-image img {
    height: 325px;
  }
}

@media (max-width:300px) {
.home .quiz-image img {
    height: 310px;
  }

  .home .signup-form label {
    padding-right: 190px;
  }

  .home .small-note {
    padding-right: 30px;
  }
}

@media(min-width:1440px) {
.home .column li {
    font-size: 20px !important;
    font-weight: 500;
  }

  .home .why-choose-us .column li {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }

  .home .card-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .home .card-content h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .home .signup-form label, .home .signup-form input[type="email"] {
    font-size: 14px !important;
  }

  .home .small-note {
    font-size: 12px;
  }

  .home .subscribe-btn {
    font-weight: 500;
  }

  .home .cta-section h2, .home .cta-section p {
    font-size: 40px !important;
  }


  .home .quiz-btn {
    padding: 28px 94px;

  }
}

@media (min-width: 1033px) and (max-width: 1090px) {
.home .nav-links {
    gap: 10px !important;
  }

  .home .navbar {
    padding-right: 10px !important;
  }
}

.home .blog-img-2 {
  margin-top: -25px;
}

@media(max-width:768px) {
.home .blog-img-2 {
    margin-top: 0px;
  }
}

.home .card-0 {
  text-align: left;
}

.home .card-0 input[type="text"] {
  width: 556px;
  height: 58px;
  margin-bottom: 15px;
  text-align: center;
  border-color: #0000001A;
  color: #00000080;
  font-size: 20px;
  line-height: 20px;
  border-radius: 6px;
}

.home .quiz-button {
  background-color: #17A2B8;
  color: white;
  padding: 24px 61px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  float: left;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  min-width: 507px;
  text-align: center;
  max-width: 100%;
}

.home .quiz-button:hover {
  background-color: #17A2B8 !important;
  color: white !important;
}

.home .card-3 {
  width: 556px;
  display: flex;
  justify-content: center;
}

@media(max-width:330px) {
.home .quiz-text {

  }
}

@media(max-width:600px) {
.home .eligibility-section .container {
    padding: 4rem 22px 0px 22px !important;
  }

  .home .card-0 input[type="text"] {
    font-size: 14px !important;
  }
}

@media(min-width:1280px) {
.home .quiz-button {
    font-size: 36px;
  }
}

/* === public/css/ourServices.css scoped to .our_service === */
.our_service * {

}

.our_service .service-section {
    width: 100%;
    height: auto;
}

.our_service .service-main {
    width: 100%;
    height: 100%;

}

.our_service .service-heading-div {
    background-color: #1E4B8B;
    color: white;
    text-align: center;
    padding: 50px 0px;
}

.our_service .service-heading-div h1 {
    font-family: 'Merriweather';
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0px 20px;
    line-height: 48px;
}

.our_service .service-heading-div p {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.our_service .service-card-div-main {
    width: 100%;
    height: auto;
    padding: 38px 130px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}
@media(max-width:1600px) {
.our_service .service-card-div-main {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.our_service .service-card-div-main {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.our_service .service-card-div-main {
    padding: 30px 20px;
}
}
.our_service .card {
    max-width: 440px;

    height: 650px;
    background-color: #4A90E2;
    padding: 25px 5px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our_service .card-img {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
}

.our_service .img {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #1E4B8B33;
    align-items: center;
}

.our_service .img img {
    opacity: 0.8;
}

.our_service .starter-img {
    border: 1px solid black;
}

.our_service .card-ul-div {
    height: 55%;
    width: 100%;

    font-family: 'Merriweather';
    color: white;
}

 .our_service .card-ul-heading {
    padding: 20px 0px;
    text-align: center;
}

 .our_service .card-ul-heading h2 {
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'Merriweather', sans-serif;
}

 .our_service .advocacy {
    padding: 0px 40px;
}

.our_service .advocacy-lower {  }

.our_service .card-ul-heading p {
    padding: 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

.our_service .ul-div {
    width: 100%;
    height: max-content;

    font-family: 'Montserrat';
}

.our_service .ul-div ul li {
    list-style-position: inside;
    text-align: center;
    line-height: 24px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.our_service ul li::marker {
  font-size: 0.6em;
  margin-right: 0px;
}
.our_service .lower-head {
    width: 100%;

    height: auto;

    text-align: center;
    color: white;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_service .lower-head-heading {

    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin-bottom: 8px;
}
.our_service .free {
    display: flex;
    justify-content: center;
    align-items: center;

}
.our_service .strong {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.our_service .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.our_service .btn-div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;

    justify-content: center;
    padding-top: 0px;
}

.our_service .btn-div button {
    background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 24px;
}

.our_service .callnow, .our_service .start-your-evaluatuin {
      background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
}

.our_service .advisor-lower-heading {
    font-size: 28px;
}

.our_service .included-main {
    width: 100%;
    background-color: #1E4B8B;
    color: white;
}

 .our_service .included-main h2 {
    font-family: 'Merriweather';
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
}

 .our_service .included-main ul {
    list-style-position: inside;
}
.our_service .included-main-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 130px;
}
.our_service .included-main ul li {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    line-height: 24px;
}

@media(max-width:600px) {
.our_service .service-card-div-main {

        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .our_service .card {
        width: 90%;
        height: auto;
    }
    .our_service .included-main h2 {
        line-height: 50px;
    }
}
@media(min-width:1279px) and (max-width:1300px) {

}

@media(min-width:601px) and (max-width:768px) {
.our_service .service-card-div-main {

        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .our_service .card {
        width: 80%;
    }
}
@media (max-width:1440px) {
.our_service .card-ul-heading h2 {
        line-height: 37px;
    }
}
@media(min-width:769px) and (max-width:920px) {
.our_service .service-card-div-main {

        flex-wrap: wrap;
        justify-content: center;
    }

    .our_service .card {

        width: 80%;
    }

    .our_service .card-ul-div {
        height: auto;
    }
}

@media(min-width:769px) and (max-width:1279px) {
.our_service .service-card-div-main {
        height: auto;

        flex-wrap: wrap;
        justify-content: center;
    }

    .our_service .card {
        padding-bottom: 35px;
        height: 650px;
    }
}
@media(max-width:769px) {
.our_service .card {
        height: 700px;
    }
}
@media(max-width:450px) {
.our_service .card {
        height: 780px;
    }
    .our_service .img.starter-img img {
        width: 100px;
        height: 100px;
    }
    .our_service .img {
        align-items: center;
    }
}


@media(min-width:1440px) and (max-width:1550px) {
.our_service .service-card-div-main {
        justify-content: space-between;
        height: 750px;
    }

    .our_service .btn-div button {
        font-size: 20px;
    }

    .our_service .card {
        padding-bottom: 35px;
    }
    .our_service .free {
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media(min-width:1550px) and (max-width:1650px) {
.our_service .service-card-div-main {
            height: 700px;
        }
    .our_service .card {

        padding-bottom: 0px !important;
    }
    .our_service .card-ul-div {
        height: 50%;
    }
    .our_service .lower-head {
        height: 22%;
    }
    .our_service .free {
        align-items: center;
    }
}

@media(min-width:1500px) {
.our_service .service-card-div-main {
        max-width: 1920px;
        gap: 0px;
        justify-content: space-between;

        margin: 0 auto;

    }

    .our_service .btn-div button {
        font-size: 20px;
    }
    .our_service .free {
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.our_service strong.strong.advisor-lower-heading {
    margin-bottom: 10px;
}
@media(max-width:1600px) {
.our_service .included-main-container {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.our_service .included-main-container {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.our_service .included-main-container {
    padding: 30px 20px;
}
}

/* === public/css/ourStory.css scoped to .ourstory === */
.ourstory * {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;

}

.ourstory {

  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #1E1E1E;

}


 .ourstory .top-header {
  background-color: #1E4B8B;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0.5rem;
  margin: 0 auto;
}

 .ourstory .top-header h1 {
  font-family: "Merriweather", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 28px;
}

 .our_service .top-header {
  background-color: #1E4B8B;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0.5rem;
  margin: 0 auto;
}

 .our_service .top-header h1 {
  font-family: "Merriweather", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 580px) {
.ourstory .top-header {
      padding: 50px 20px;
  }
  .ourstory .top-header h1 {
      font-size: 50px;
      font-weight: 400;
      font-family: "Merriweather", serif;
      line-height: 60px;
  }
}

 .ourstory .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 130px;
}
@media(max-width:1600px) {
.ourstory .container {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.ourstory .container {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.ourstory .container {
    padding: 30px 20px;
}
}

.ourstory .story-section {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;

}

.ourstory .timeline-services-flex {
  align-items: flex-start;

}

.ourstory .services-column h2 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 400;
}

.ourstory .services-column h3 {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 400;
  color: #1E1E1E;
}

.ourstory .services-column p {
  font-size: 24px;
}

.ourstory .cms-richtext--story {
  color: #1E1E1E;
}

.ourstory .cms-richtext--story :is(h1, h2) {
  color: #1E1E1E;
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.ourstory .cms-richtext--story :is(h3, h4, h5, h6) {
  color: #1E1E1E;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ourstory .cms-richtext--story :is(p, li) {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.ourstory .cms-richtext--story :is(ul, ol) {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.ourstory .services-column {


}

.ourstory .how-we-help-descritpion {
  margin-bottom: 25px;
  color: #000;
}

.ourstory .sub-headings-section {
  padding-left: 45px;
}

.ourstory .text-content p {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  padding-top: 10px;
  color: #1E1E1E;
}

.ourstory .founder-image {
  float: right;
  max-width: 452px;
  margin: 0 0 1rem 2rem;
  text-align: center;
}

.ourstory .founder-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ourstory .founder-image figcaption {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: right;
}

.ourstory .text-content h1, .ourstory .text-content h2 {
  color: #1E1E1E;
  font-weight: 600;
  margin-top: 0;
  font-weight: 400;
}

.ourstory .text-content h2 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  margin-top: 48px;
  line-height: 100%;
  font-weight: 400;
}

.ourstory .text-content p {
  font-size: 24px;
  margin-bottom: 1rem;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}


.ourstory :focus {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}
.ourstory .heading-3 {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 14px;
}
.ourstory .ending-container1 > .peragraph {
  font-size: 20px;
}
.ourstory .how-we-help-points {
  padding-left: 36.93px;
}
@media(max-width:1180px) {
.ourstory .today-box p {
    font-size: 25px !important;
  }
}

@media(max-width:1080px) {
.ourstory .today-box p {
    font-size: 20px !important;
  }
}

@media (max-width:950px) {
.ourstory .ending-container2 h2, .ourstory .ending-container1 h2, .ourstory .services-column h2, .ourstory .text-content h2, .ourstory .cms-richtext--story :is(h1, h2) {
    font-size:25px !important ;
  }
  .ourstory .ending-container1 p, .ourstory .ending-container2 p, .ourstory .services-column h3, .ourstory .services-list li, .ourstory .services-column p, .ourstory .text-content p, .ourstory .cms-richtext--story :is(p, li, ul, ol) {
    font-size: 20px !important;
  }
}


@media (max-width: 960px) {
.ourstory .founder-image {
    float: none;
    width: 100%;
    max-width: 452px;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
.ourstory .timeline-content p {
    font-size: 14px !important;
  }
}
.ourstory .cta-container .container {
  padding: 0px !important;
}

.ourstory .timeline-services-flex {
  display: flex;
  max-width: 1920px;
  width: 100%;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
}

.ourstory .main-headings-div {
  padding: 0px 20px;
}

.ourstory .timeline-column, .ourstory .services-column {
  flex: 1 1 28%;
  max-width: 885px;
  display: flex;
  flex-direction: column;
}

.ourstory .services-column {

  flex: 1 1 40%;

  justify-content: center;
}


.ourstory .timeline-center {
  background-color: #17A2B8;
  padding: 0.5rem 1rem;
  color: white;
  position: relative;
}


.ourstory .timeline-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.ourstory .timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;

  height: calc(100% - 2rem);

  border-right: 1px solid #1E4B8B;
  ;
  transform: translateX(-50%);
}


.ourstory .timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 30px;

}

.ourstory .timeline-item.left {
  left: 0;
  text-align: right;
   padding-right: 18px;
}

.ourstory .timeline-item.right {
  left: 50%;
  text-align: left;
   padding-left: 18px;
}

.ourstory .timeline-item::before {

  position: absolute;
  top: 1.5rem;
  width: 20px;
  height: 20px;
  background-color: #1e3a8a;
  border: 3px solid white;
  border-radius: 50%;
  z-index: 1;
}

.ourstory .timeline-item.left::before {
  right: -10px;
}

.ourstory .timeline-item.right::before {
  left: -10px;
}

.ourstory .timeline-item.full {
  width: 100%;
  text-align: center;
  margin-top: 0rem;
  left: 0;
}

.ourstory .timeline-content {

  border-radius: 6px;
  position: relative;
  z-index: 2;
}

.ourstory .timeline-content h4 {
  font-size: 22px;
  margin-bottom: 0.2rem;
  color: #1E4B8B;
}

.ourstory .timeline-content p {
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 0;
}


.ourstory .today-box h4 {
  font-size: 1.3rem;
  color: #1E4B8B;
}

.ourstory .today-box p {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  color: white;
  margin-top: 0.5rem;
}


@media (max-width: 768px) {
.ourstory .timeline-wrapper {

  }

  .ourstory .timeline-wrapper::before {
    height: calc(100% - 3.5rem);
  }
  .ourstory .timeline-item.full .timeline-content.today-box {
    padding-top: 0px !important;
}


  .ourstory .timeline-item::before {
    top: 1rem;
    left: 14px;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    background-color: #1e3a8a;
    transform: translateX(0);
  }

  .ourstory .timeline-content {
    padding: 1rem 1.25rem;
    margin-left: 0.5rem;
  }

  .ourstory .timeline-item.full {
    text-align: center;
    padding-left: 0;

  }


  .ourstory .timeline-item.full::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ourstory .services-list li::marker {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.ourstory .services-list {
  padding-left: 70px;
  margin-bottom: 50px;
}

.ourstory .services-list li {
  margin-bottom: 0.5rem;
  font-size: 24px;
}


.ourstory .info-section, .ourstory .testimonials-section, .ourstory .cta-section {
  padding: 2rem 1rem;
}

.ourstory .testimonials {
  margin-top: 25px;
}

.ourstory .info-section h2, .ourstory .testimonials-section h2, .ourstory .cta-section h2 {
  font-family: "Merriweather", serif;
  font-size: 40px;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.ourstory .cta-section h2 {
  line-height: 28px;
}


.ourstory .testimonial {
  background-color: #4A90E2;
  color: #ffffff;
  max-width: 1350px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ourstory .testimonial p {
  margin: 0;
}
.ourstory h2#cta-heading {
  margin-top: 30px;
  color: #1E1E1E !important;
}

.ourstory .cta-image {
  width: 100%;
  max-height: 379px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.ourstory .cta-section h2 {
  text-align: center;
}

.ourstory .cta-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}

.ourstory .cta-button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background-color: #17A2B8;
  color: #fff;
  font-size: 32px;
  padding: 1rem 2.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 25px;
  transition: background 0.3s ease;
  line-height: 24px;
}

.ourstory .cta-button:hover, .ourstory .cta-button:focus {
  background-color: #0284c7;
  outline: none;
}

.ourstory .ending-container1 h2 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 400;
}

.ourstory .ending-container1 p {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}

.ourstory .ending-container2 h2 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 400;
}

.ourstory .ending-container2 p {
  font-size: 20px;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.ourstory .why-chooseus-description {
  font-size: 24px;
  font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 1024px) {
.ourstory .timeline-services-flex {
    flex-direction:column;
    justify-content:center ;
    align-items: center;
  }
  .ourstory .cta-section h2 {
    line-height: 45px;
  }
}
@media (max-width: 768px) {
.ourstory .testimonial {
    font-size: 0.95rem;
  }

  .ourstory .cta-button {
    font-size: 22px !important;
  }

  .ourstory .cta-section h2 {
    font-size: 32px;
  }
  .ourstory .services-column {
    margin-top: 0px !important;
  }
  .ourstory .info-section, .ourstory .testimonials-section, .ourstory .cta-section {
    padding: 1rem 1rem !important;
  }
}

.ourstory h3 {
  margin-bottom: 1px;
}

.ourstory h2 {
  margin-bottom: 2px;
}

@media (max-width:425px) {
.ourstory .services-column h2, .ourstory .text-content h2, .ourstory .today-box p, .ourstory .ending-container1 h2, .ourstory .ending-container2 h2, .ourstory .cta-section h2, .ourstory .cta-button {
    font-size: 26px !important;
  }

  .ourstory .cta-image {
    height: 150px;
  }



  .ourstory .text-content p, .ourstory .services-column p, .ourstory .services-list li, .ourstory .ending-container1 p, .ourstory .ending-container2 p, .ourstory .cms-richtext--story :is(p, li, ul, ol) {
    font-size: 16px !important;
  }
}


@media(min-width:1440px) {
.ourstory .services-list {
    padding-left: 40px !important;
  }
  .ourstory .sub-headings-section {
    padding-left: 20px !important;
  }
  .ourstory .sub-headings-section p {
    font-size: 20px;
    margin-top: 15px;
  }
  .ourstory .timeline-content h4 {
    font-weight: 500;
  }
  .ourstory .timeline-content p {
    padding-top: 0px;
  }
  .ourstory .container {

  }
  .ourstory .info-section h2, .ourstory .testimonials-section h2, .ourstory .cta-section h2 {
    font-weight: 400;
  }
  .ourstory .today-box h4 {
    font-size: 36px !important;
  }
  .ourstory .timeline-content {

  }
  .ourstory .ending-container2 p {
    font-size: 20px;
  }
}

@media(max-width:547px) {
.ourstory .timeline-item.right .timeline-content {
    padding: 0.5rem;
}
.ourstory .timeline-item.right {
  padding-left: 0px !important;
}
.ourstory .timeline-item.left .timeline-content {
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0rem !important;
}
.ourstory .timeline-item.left {
  padding-right: 0px !important;
}
}

@media(max-width:1024px) {
.ourstory section.info-section {
    padding-top: 0px !important;
}
}

/* === public/css/privacy-policy.css scoped to .privacy-policy === */
.privacy-policy * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.privacy-policy .term-section {
    max-width: 1920px;
    padding: 73px 130px;
    margin: 0 auto;
}

.privacy-policy .privacy-main {
    width: 100%;
    height: 100%;
}

.privacy-policy .privacy-main p, .privacy-policy .paragh {
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.privacy-policy .privacy-main h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", serif;
}

.privacy-policy .privacy-main li {
    margin-left: 30px;
}

.privacy-policy .strong {
    font-weight: bold;
    font-size: 16px;
    font-family: "Montserrat", serif;
    line-height: 28px;
}
.privacy-policy .heading {
    background: #1e4b8b;
    color: white;
    padding: 86px;
    text-align: center;
}
.privacy-policy .heading h2 {
    font-size: 64px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    line-height: 28px;
}
@media (max-width: 580px) {
.privacy-policy .heading {
        padding: 50px 20px;
    }
    .privacy-policy .heading h2 {
        font-size: 50px;
        font-weight: 400;
        font-family: "Merriweather", serif;
        line-height: 60px;
    }
}

@media (min-width: 1440px) {
.privacy-policy .privacy-main p, .privacy-policy .paragh {
        font-size: 16px;
        line-height: 28px;
        font-family: "Montserrat", serif;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
.privacy-policy .privacy-main p, .privacy-policy .paragh, .privacy-policy .strong {
        font-size: 14px;
    }

    .privacy-policy .privacy-main h3 {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
.privacy-policy .privacy-main p, .privacy-policy .paragh, .privacy-policy .strong {
        font-size: 14px;
    }

    .privacy-policy .privacy-main h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {

}
@media(max-width:1600px) {
.privacy-policy .term-section {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.privacy-policy .term-section {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.privacy-policy .term-section {
    padding: 30px 20px;
}
}

/* === public/css/terms-of-user.css scoped to .terms-of-use === */
.terms-of-use * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}

.terms-of-use .full-content {
    padding: 0px 60px !important;
}

.terms-of-use .term-section {
      max-width: 1920px;
    margin: 0 auto;
    padding: 65px 130px;
}
.terms-of-use .term-main {
    width: 100%;
    height: 100%;
}

.terms-of-use .flex {
    display: flex;

}

.terms-of-use .list {
    width: 200px
}

.terms-of-use .one strong {

}

.terms-of-use .divs ul {
list-style: none;
}

.terms-of-use .term-main li {


}

.terms-of-use .another-two {

}

.terms-of-use .divs ul li {
    gap: 40px;

}

.terms-of-use .divs hr {
    width: 280px;
}

.terms-of-use .bold li {
    font-weight: 700;
}

.terms-of-use .first-list {
    display: flex;
}

.terms-of-use .term-main h2 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.terms-of-use .term-main p, .terms-of-use .paragh {
    font-size: 14px;
    line-height: 28px;
}
.terms-of-use .term-main h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.terms-of-use .term-main li {
    margin-left: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.terms-of-use .strong {
    font-weight: 700;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
}

.terms-of-use .heading {
    background: #1E4B8B;
    color: white;
    padding: 86px;
    text-align: center;
    font-family: "Merriweather", sans-serif;

}
.terms-of-use .heading h2 {
    font-size: 64px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    line-height: 28px;
}
@media (max-width: 580px) {
.terms-of-use .heading {
        padding: 50px 20px;
    }
    .terms-of-use .heading h2 {
        font-size: 50px;
        font-weight: 400;
        font-family: "Merriweather", serif;
        line-height: 60px;
    }
}

@media(min-width:1440px) {
.terms-of-use .term-main p, .terms-of-use .paragh {
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
}

@media (max-width:768px) {
.terms-of-use .term-main p, .terms-of-use .paragh, .terms-of-use .strong {
        font-size: 14px !important;
        font-family: 'Montserrat', sans-serif;
    }

   .terms-of-use .another-paragh {
        font-size: 12px !important;
    }
   .terms-of-use .term-main h2 {
        font-size: 22px;
    }
}

@media (max-width:425px) {
.terms-of-use  .another-paragh {
        font-size: 11px !important;
    }

   .terms-of-use .term-main p, .terms-of-use .paragh, .terms-of-use .strong {
        font-size: 14px !important;
        font-family: 'Montserrat', sans-serif;
    }
    .terms-of-use .term-main h2 {
        font-size: 20px;
    }
   .terms-of-use .list {
        width: 125px;
    }
   .terms-of-use .divs hr {
    width: 200px;
}
}

@media(max-width:1600px) {
.terms-of-use .term-section {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.terms-of-use .term-section {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.terms-of-use .term-section {
    padding: 30px 20px;
}
}

/* === public/css/faq.css scoped to .faq === */
.faq * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.faq {
  color: #1e1e1e;
}


.faq .faq-header {
    margin: 0 auto;
    background-color: #1E4B8B;
    color: #ffffff;
    text-align: center;
    padding: 5rem 0.5rem;
}

.faq .faq-header h1 {
    font-family: "Merriweather", serif;
    font-size: 64px !important;
    line-height: 28px !important;
    font-weight: 400;
}
@media (max-width: 10248px) {
.faq .faq-header h1 {
    font-size: 45px;
    line-height: 55px;
}
}

.faq .faq-container {
  max-width: 1920px;
  padding: 0px 130px;
  margin: 2rem auto;
}
@media(max-width:1600px) {
.faq  .faq-container {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
.faq  .faq-container {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
.faq .faq-container {
    padding: 30px 20px;
}
}

.faq .faq-question {
    background: none;
    border: none;
    outline: none;
    color: #4A90E2;
    font-size: 32px;
    text-align: left;
    padding: 20px 0;
    cursor: pointer;
    text-decoration: underline;
    font-family: "Merriweather", serif;
    width: 100%;
    line-height: 28px;
    font-weight: 400;
}


.faq .faq-answer {
    padding: 1rem 0 2rem 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    padding-left: 29px;
    padding-top: 0px;
    line-height: 28px;
    font-weight: 400;
}
.faq .list li {
    font-family: "Montserrat", sans-serif !important;
}

.faq .faq-answer a {
  color: #1E1E1E;
  text-decoration: none;
}

.faq .list {
  max-width: 700px;

  padding: 1rem;
  font-family: Arial, sans-serif;
}

.faq .list h4 {
  color: #1f4b89;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif !important;

}

.faq .list ul {
  list-style: disc;
  margin-left: 1.5rem;

}

.faq .list li {
  margin-bottom: 0.5rem;
}

.faq .cta-section {
  text-align: center;
  margin: 3rem auto;
  padding: 2rem 60px;
  max-width: 1920px;

  border-radius: 12px;
}

.faq .cta-section h2 {
    font-size: 48px;
    color: #1E1E1E;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif;
    margin-bottom: 30px;
}

.faq .cta-button, .faq .quiz-btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: #0097a7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}


@media (max-width: 1140px) {
.faq .cta-section h2 {
    line-height: 55px;
}
}
@media (max-width: 768px) {
.faq .faq-item {

  }

  .faq .faq-question {
    font-size: 1rem;
    padding: 0.75rem 0;
  }

  .faq .faq-answer {
    font-size: 0.95rem;
    padding-top: 0.5rem;
  }

  .faq .list h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .faq .list ul {
    margin-left: 1rem;
  }

  .faq .list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }

  .faq .cta-section {
    padding: 0rem 1rem;
    margin-top: 0px;
  }

  .faq .cta-section h2 {
    font-size: 26px;
    margin-bottom: 1rem;
    line-height: 28px;
    font-family: 'Merriweather', sans-serif;
  }

   .faq .cta-button .quiz-btn {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width:425px) {
.faq-header h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .faq-question {
    font-size: 20px;

  }

  .faq-answer {
    font-size: 14px;
  }
}

/* === public/css/contact.css scoped to .contact-us === */
.contact-us * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.contact-us {
  font-family: "Arial", sans-serif;
  color: #1e1e1e;
}


.contact-us .header {
    margin: 0 auto;
    background-color: #1E4B8B;
    color: #ffffff;
    text-align: center;
    padding: 5rem 0.5rem;
}

.contact-us .header h1 {
    font-size: 64px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    line-height: 28px;
}
.contact-us .contact-section {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #f9f9f9;
  color: #222;
}

.contact-us .contact-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 150px;
  justify-content: space-around;
  gap: 110px;
}

.contact-us .contact-left, .contact-us .contact-right {
  flex: 1 1 45%;
  min-width: 300px;
}
.contact-us .contact-left {
    margin-top: 68px;
}
.contact-us .contact-left h1 {
    font-size: 64px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 28px;
    color: #1e1e1e;
}

.contact-us .contact-left p {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    font-weight: 400;
    color: #1E1E1E;
}

.contact-us .contact-left a {
  color: #1c4f85;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}

.contact-us #contactForm {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}

.contact-us #contactForm label {
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-us #contactForm input, .contact-us #contactForm textarea {
  padding: 12px;
  width: 100%;
  margin-bottom: 38px;
  max-width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #D9D9D9;
  color: #1E1E1E;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 400;
}

.contact-us #contactForm input, .contact-us #contactForm textarea::placeholder {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.contact-us #contactForm textarea {
  resize: vertical;
  height: 210px;
}

.contact-us #contactForm button {
  margin: 15px auto ;
  background-color: #099db4;
  color: #fff;

  border: none;
  padding: 20px 45px 19px 46px;
  border-radius: 8px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 24px;
    font-weight: 500;
}
.contact-us .error {
    font-size: 11px;
    font-weight: 400;
    color: #B4000080;
  }


  .contact-us .btn-primary, .contact-us button, .contact-us .submit-btn {
  background-color: #17A2B8;
  color: white;
  font-size: 20px;
   font-family:  'Montserrat';
}
.contact-us .btn-primary > span {
  font-family:  'Montserrat';
}
.contact-us .submit-btn:disabled, .contact-us .btn-primary:disabled {
    background-color: #5a5858;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-us .btn-primary:disabled::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #666;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.contact-us .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
}


@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width:1139px) and (min-width:768px) {
.contact-us #contactForm {
    padding: 0px 0px !important;
}
.contact-us .contact-container {
    gap: 50px !important;
}
.contact-us .contact-left h1 {
    font-size: 45px !important;
    line-height: 55px !important;
}
.contact-us .contact-container {
    padding: 20px 30px !important;
}
}
@media (max-width:1439px) {
.contact-us .contact-container {
    padding: 20px 50px;
  }
}
@media (max-width:1240px) {
.contact-us .contact-container {
    padding: 20px 0px;
  }
}
@media (max-width: 1024px) {
.contact-us .contact-left {
    margin-top: 0px !important;
}
}

@media (max-width: 768px) {
.contact-us .contact-left h1 {
    font-size: 45px;
    text-align: center;
  }

  .contact-us .contact-left p {
    font-size: 18px;
    text-align: center;
  }

  .contact-us .contact-container {
    flex-direction: column;
    gap: 20px;
  }

  .contact-us .contact-left, .contact-us .contact-right {
    flex: 1 1 100%;
  }
  .contact-us #contactForm input, .contact-us #contactForm textarea::placeholder {
  font-size: 26px;
}
}

@media (max-width:440px) {
.contact-us .header h1 {
    font-size: 26px;
  }
.contact-us .contact-section {
  padding: 50px 30px;
}
    .contact-us .contact-left h1 {
        font-size: 30px;
        text-align: center;
    }
.contact-us #contactForm button {
  padding: 15px 12px;
}
}
@media (max-width:600px) {
.contact-us p.you-can-also br {
    display: none;
}
}

/* === CMS responsive hardening === */
.home,
.our_service,
.ourstory,
.privacy-policy,
.terms-of-use,
.faq,
.contact-us {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home *,
.our_service *,
.ourstory *,
.privacy-policy *,
.terms-of-use *,
.faq *,
.contact-us * {
  min-width: 0;
}

.home img,
.home video,
.home iframe,
.our_service img,
.our_service video,
.our_service iframe,
.ourstory img,
.ourstory video,
.ourstory iframe,
.privacy-policy img,
.privacy-policy video,
.privacy-policy iframe,
.terms-of-use img,
.terms-of-use video,
.terms-of-use iframe,
.faq img,
.faq video,
.faq iframe,
.contact-us img,
.contact-us video,
.contact-us iframe {
  max-width: 100%;
  height: auto;
}

.home .cms-richtext,
.our_service .cms-richtext,
.ourstory .cms-richtext,
.privacy-policy .cms-richtext,
.terms-of-use .cms-richtext,
.faq .cms-richtext,
.contact-us .cms-richtext,
.home .term-main,
.privacy-policy .term-main,
.terms-of-use .term-main,
.faq .faq-answer {
  overflow-wrap: anywhere;
  word-break: normal;
}

.home table,
.our_service table,
.ourstory table,
.privacy-policy table,
.terms-of-use table,
.faq table,
.contact-us table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.home .container,
.home .services-section,
.home .why-choose-us,
.home .cta-section,
.home .signup-section,
.our_service .service-card-div-main,
.our_service .included-main-container,
.ourstory .top-header,
.ourstory .info-section,
.ourstory .story-section,
.ourstory .how-we-help-section,
.privacy-policy .term-section,
.terms-of-use .term-section,
.faq .faq-container,
.faq .cta-section,
.contact-us .contact-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.home .card-0,
.home .card-3,
.home .card-0 input[type="text"],
.home .quiz-button {
  width: 100%;
  max-width: 556px;
}

.home .quiz-button {
  min-width: 0;
  white-space: normal;
}

.home .quiz-btn {
  max-width: 100%;
  white-space: normal;
}

.home .quiz-intro,
.home .signup-form,
.terms-of-use .flex,
.terms-of-use .first-list,
.contact-us .contact-container {
  flex-wrap: wrap;
}

.our_service .service-card-div-main {
  align-items: stretch;
}

.our_service .card {
  height: auto;
  min-height: 650px;
}

.our_service .lower-head-heading {
  flex-wrap: wrap;
  white-space: normal;
}

.terms-of-use .divs hr,
.terms-of-use .list {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .home .eligibility-section .container,
  .home .services-section,
  .home .why-choose-us > .container,
  .our_service .service-card-div-main,
  .our_service .included-main-container,
  .privacy-policy .term-section,
  .terms-of-use .term-section,
  .faq .faq-container,
  .contact-us .contact-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .contact-us .contact-container {
    gap: 48px;
  }

  .home .quiz-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .home .eligibility-section .container,
  .home .services-section,
  .home .why-choose-us > .container,
  .home .cta-section,
  .home .signup-section,
  .our_service .service-card-div-main,
  .our_service .included-main-container,
  .ourstory .top-header,
  .ourstory .info-section,
  .ourstory .story-section,
  .ourstory .how-we-help-section,
  .privacy-policy .term-section,
  .terms-of-use .term-section,
  .faq .faq-container,
  .faq .cta-section,
  .contact-us .contact-section,
  .contact-us .contact-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home .quiz-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home .quiz-text,
  .home .quiz-image,
  .contact-us .contact-left,
  .contact-us .contact-right {
    flex-basis: 100%;
  }

  .home .card-0,
  .home .card-3,
  .home .quiz-button {
    max-width: 100%;
  }

  .home .small-note,
  .home .signup-form label {
    padding-right: 0 !important;
  }

  .home .signup-form {
    align-items: stretch;
  }

  .home .signup-form input[type="email"],
  .home .subscribe-btn,
  .home .quiz-btn,
  .faq .cta-button,
  .faq .quiz-btn {
    width: 100%;
    max-width: 100%;
  }

  .home .trusted-support {
    padding: 20px;
  }

  .our_service .card {
    width: 100%;
    max-width: 520px;
    min-height: 0;
  }

  .our_service .card-ul-div,
  .our_service .lower-head {
    height: auto;
  }

  .our_service .included-main ul {
    list-style-position: outside;
    padding-left: 22px;
  }

  .our_service .included-main ul li {
    line-height: 32px;
    padding-top: 22px;
  }

  .terms-of-use .full-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .terms-of-use .flex,
  .terms-of-use .first-list {
    gap: 12px;
  }

  .faq .faq-answer {
    padding-left: 0;
  }

  .contact-us .contact-left {
    margin-top: 0;
  }

  .contact-us #contactForm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .home .why-choose-us h2#whyChooseUsTitle,
  .home .container h2,
  .home .services-section h1,
  .home .signup-section h2,
  .our_service .service-heading-div h1,
  .our_service .included-main h2,
  .ourstory .top-header h1,
  .privacy-policy .heading h2,
  .terms-of-use .heading h2,
  .faq .faq-header h1,
  .contact-us .header h1,
  .contact-us .contact-left h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }

  .home .why-choose-us h3#whoWeAreTitle,
  .home .why-choose-us h3#whoWeArentTitle,
  .our_service .card-ul-heading h2,
  .faq .faq-question {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .home .quiz-button {
    padding: 16px 20px;
    font-size: 18px;
  }

  .home .services-grid,
  .home .blog-grid {
    grid-template-columns: 1fr !important;
  }

  .home .quiz-image img {
    height: auto !important;
  }

  .our_service .strong {
    font-size: 36px;
  }

  .privacy-policy .privacy-main li,
  .terms-of-use .term-main li {
    margin-left: 18px;
  }

  .faq .faq-container {
    margin-top: 0;
  }

  .contact-us #contactForm input,
  .contact-us #contactForm textarea {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
