@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/source-sans-pro/SourceSansPro-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/source-sans-pro/SourceSansPro-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ***** Global ***** */
:root {
  --lqd-container-width: 1140px;
  --lqd-container-width-md: 970px;
  --lqd-container-width-sm: 750px;
  --lqd-row-gutter-x: 20px;
  --lqd-row-gutter-y: 20px;

  --lqd-body-text-color: #333333;
  --lqd-color-primary: black;
  --lqd-color-secondary: rgb(250, 249, 249);
  --lqd-color-link: #5b7bfb;
  --lqd-color-link-hover: #181b31;
  --lqd-color-dark: #cf6060;
  --lqd-color-gradient-start: #007fff;
  --lqd-color-gradient-stop: #ff4d54;
  --lqd-color-accent: #f7f8fa;
  --lqd-color-blue-300: #39374d;
  --lqd-color-blue-900: #10131d;
  --lqd-color-green-100: rgba(0, 34, 44, 0.43);
  --lqd-color-green-600: #243588;
  --lqd-color-green-700: #243588;
  --lqd-color-blue-700: #112446;
  --lqd-color-gray-100: #fcfaf9;
  --lqd-color-gray-200: #f4f4f4;
  --lqd-color-gray-300: #e5e3df;
  --lqd-color-gray-400: #909197;
  --lqd-color-gray-500: #7f8284;
  --lqd-color-slate-200: #f7f8f8;
  --lqd-color-slate-700: #3b4b53;
  --lqd-color-slate-900: #222232;
  --lqd-color-yellow-100: #f8f5f3;

  --lqd-body-font-family: "Source Sans Pro", sans-serif;
  --lqd-body-font-size: 17px;
  --lqd-body-line-height: 1.64em;

  --lqd-heading-font-family: "Montserrat", sans-serif;
  --lqd-heading-font-weight: 700;
  --lqd-heading-line-height: 1.25em;
  --lqd-heading-color: #243588;
  --lqd-h1-font-size: 42px;
  --lqd-h2-font-size: 40px;
  --lqd-h3-font-size: 35px;
  --lqd-h4-font-size: 28px;
  --lqd-h5-font-size: 20px;
  --lqd-h5-line-height: 1.5em;
  --lqd-h6-font-size: 16px;
  --lqd-h6-line-height: 1.5em;

  --lqd-sticky-header-height: 72px;
}

/* Button & Link */
button,
input[type="button"],
input[type="submit"],
.btn,
.font-heading {
  font-family: var(--lqd-heading-font-family);
}

.btn-md {
  --btn-pt: 17px;
  --btn-pe: 55px;
  --btn-pb: 17px;
  --btn-ps: 55px;
}

/* ***** Main Header ****** */
.main-header .main-nav {
  --lqd-menu-items-top-padding: 25px;
  --lqd-menu-items-right-padding: 15px;
  --lqd-menu-items-bottom-padding: 6px;
  --lqd-menu-items-left-padding: 15px;
}

.main-header .main-nav > li > a {
  font-family: var(--lqd-heading-font-family);
}

.main-header .nav-item-children a {
  font-size: 1em;
  font-weight: 500;
}

.is-stuck .main-nav {
  --lqd-menu-items-bottom-padding: 12px;
}

/* ***** Header Sticky ***** */
.is-stuck .module-header {
  background-color: #fff;
}

.is-stuck .navbar-collapse .main-nav > li > a,
.is-stuck .module-header h6 {
  color: #8a8686;
}

/* ***** Mobile Header ***** */
.lqd-mobile-sec .main-nav > li > a {
  font-family: var(--lqd-body-font-family);
}

/* ***** Titlebar ***** */
.titlebar-inner h1 {
  font-weight: 700;
}

.titlebar-inner p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.accordion-active-has-fill .accordion-item.active .accordion-title a {
  background-color: var(--lqd-color-secondary);
  color: #fff;
}

.has-accordion .accordion-item.active .accordion-expander {
  color: #ffffff;
}

/* .carousel-item{
	width: 1000px !important;
} */

.cover-text-bold {
  font-weight: bold;
  font-size: 2rem;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.benefit-card {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
}

.benefit-title {
  background-color: #8bd5df;
  padding: 10px;
  font-weight: 600;
  color: white;
  font-size: 20px;
}

.cta-button {
  background-color: #0057b8;
  color: white;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 20px;
  margin-top: 40px;
  text-align: center;
}

.cta-button:hover {
  background-color: #004799;
}

.cta-button small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #e2e2e2;
}

.custom-padding {
  /* margin-left: 10px;
margin-right: 10px; */
}

.coverage-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.btn-coverage {
  background-color: #1667b9;
  color: white;
  padding: 30px 50px;
  border-radius: 15px;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 400px;
}
#red-coverage{
  background-color: #ef3b57;
}
#red-coverage .btn-inner:hover{
  color: #ef3b57;
  background-color: white;
}

.btn-coverage:hover {
  background-color: #125ba4;
}

.btn-inner {
  border: 1px solid white;
  border-radius: 5px;
  padding: 8px 10px;
  color: white;
  background-color: transparent;
  margin-top: 10px;
  font-size: 16px;
  width: fit-content;
}
.btn-inner:hover {
  color: #1667b9;
  background-color: white;
}
.btn-inner-cover {
  border: 1px solid white;
  border-radius: 20px;
  padding: 8px 20px;
  color: white;
  background-color: #1667b9;
  margin-top: 10px;
  font-size: 16px;
  width: fit-content;
  cursor: pointer;
}
.info-text {
  max-width: 900px;
  margin: 30px auto 10px auto;
  font-size: 18px;
}

.disclaimer-text {
  /* color: #999; */
  font-size: 15px;
  margin-top: 25px;
}

.disclaimer-text a{
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
.insurance-image {
  margin-top: 20px;
  /* max-width: 50%; */
  height: auto;
}

@media (max-width: 576px) {
  .info-text {
    font-size: 16px;
  }
}

.cover-page-heading {
  font-size: 1.5rem;
}

@media (max-width: 431px) {
  .btn-coverage {
    width: 295px;
  }
}

.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 800px; */
  margin: auto;
  position: relative;
}

.progress-step {
  text-align: center;
  flex: 1;
  position: relative;
}

.progress-step::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -50%;
  height: 2px;
  /* background: #ccc; */
  border-top: 3px dotted #ccc;
  width: 100%;
  z-index: 0;
}

.progress-step:last-child::after {
  display: none;
}

.step-circle {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #ccc;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.step-title {
  margin-top: 8px;
  color: #0070c9;
  font-size: 14px;
}

.active .step-circle {
  background-color: #0070c9;
  color: #fff;
  border-color: #0070c9;
}

.active::after {
  /* background: #0070c9; */
}

@media (max-width: 600px) {
  .progress-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .progress-step::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 90px;
    height: 2px;
  }

  .progress-step:last-child::after {
    display: none;
  }
}

.custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-center{
  justify-content: end;


}
@media (max-width:768px) {

  .cover-center{
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px  ;


}
}
.cover-page-heading2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0070c9;
}

.qq-container {
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  padding: 30px;
}

.qq-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.qq-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.qq-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.qq-field {
  flex: 1;
  position: relative;
}

.qq-label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  left: 20px;
  position: absolute;
  z-index: 99;
  top: -14px;
  background: white;
  padding: 0 5px;
}
@media (max-width: 431px) {
  .qq-label {
    position: relative;
    top: 0px;
    left: 0px;
  }
}
.qq-input,
.qq-select {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border-radius: 30px;
  border: 1.8px solid #00bcd4;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

.qq-icon {
  position: absolute;
  right: 15px;
  top: 60%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.qq-helper {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
  color: red;
  padding: 0 20px;
}

.qq-inline-icon-input {
  display: flex;
  align-items: center;
  border: 1.8px solid #00bcd4;
  border-radius: 30px;
  padding: 0 10px;
  position: relative;
}

.qq-inline-icon-input span {
  font-size: 20px;
  margin-right: 5px;
}

.qq-inline-icon-input input {
  border: none;
  flex: 1;
  padding: 12px 10px;
  font-size: 15px;
  border-radius: 30px;
  outline: none;
  width: 100%;
}

.qq-full {
  width: 100%;
}

@media (max-width: 768px) {
  .qq-row {
    flex-direction: column;
  }
}

 .fi-container {
      border-radius: 10px;
      padding: 25px;
      margin: auto;
      position: relative;
    }

    .fi-container a {
      color: #007BFF;
      text-decoration: none;
    }

    .fi-container a:hover {
      text-decoration: underline;
    }

    .fi-list {
      margin: 10px 0 20px 20px;
    }

    .fi-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px;
    }

    .fi-logo {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 18px;
      color: #222;
    }

    .fi-logo img {
      height: 28px;
      margin-right: 8px;
    }

    .fi-button {
      position: absolute;
      bottom: 25px;
      left: 25px;
      background-color: #1667b9;
      color: white;
      padding: 10px 18px;
      border-radius: 30px;
      display: flex;
      align-items: center;
      border: none;
      cursor: pointer;
      font-size: 14px;
    }

    .fi-button span {
      margin-left: 8px;
    }

    @media (max-width: 768px) {
      .fi-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .fi-button {
        position: static;
        margin-top: 20px;
      }
    }

    .warraty-img{
        width: 150px;
    }

    .warranty-mainImg{
      justify-content: center;
    }