.tabs-parent button:disabled {
  cursor: not-allowed;
}

.nav-pills {
  display: flex !important;
  justify-content: center !important;
  height: 100%;
  align-items: center;
  padding: 12px;
  flex-wrap: nowrap;
}
.nav-pills .nav-link.active {
  color: #055393 !important;
  background: none !important;
  font-weight: 800 !important;
}
.nav-pills .nav-link {
  color: #979595;
}
@media (max-width: 576px) {
  .nav-pills .nav-link {
    font-size: 11px !important;
    padding: 14px 6px !important;
  }
}

.heading-parent {
  margin-bottom: 16px;
}
.heading-parent .single-box-main-heading {
  font-weight: 600 !important;
  text-align: center;
  font-size: 24px !important;
}
@media (max-width: 576px) {
  .heading-parent .single-box-main-heading {
    font-size: 16px !important;
  }
}
.heading-parent p {
  margin-top: 10px !important;
  text-align: center;
}
@media (max-width: 576px) {
  .heading-parent p {
    font-size: 12px !important;
  }
}

.single-box {
  height: 0;
  margin: 66px 0;
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.single-box .custom-checkbox {
  display: none;
}
.single-box .custom-checkbox label {
  width: 100%;
  margin: 12px 0;
}
.single-box .custom-checkbox .checkbox {
  border: 1px solid #fff;
  min-height: 50px;
  width: 220px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #f5f3f3;
  border: 1px solid rgba(174, 174, 174, 0.2);
  width: 100%;
  cursor: pointer;
  position: relative;
}
.single-box .custom-checkbox .checkbox::before {
  position: absolute;
  content: "";
  left: 15px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 576px) {
  .single-box .custom-checkbox .checkbox svg {
    width: 30px;
    height: 30px;
  }
}
.single-box .custom-checkbox .checkbox:hover {
  color: #055393;
}
@media (max-width: 576px) {
  .single-box .custom-checkbox .checkbox h5 {
    font-size: 16px !important;
  }
}
@media (min-width: 381px) and (max-width: 420px) {
  .single-box .custom-checkbox .checkbox h5 {
    font-size: 14px !important;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  .single-box .custom-checkbox .checkbox h5 {
    font-size: 12px !important;
  }
}
.single-box .custom-checkbox input[type=radio] {
  display: none !important;
}
.single-box .custom-checkbox input[type=radio]:checked + .checkbox {
  border: 1px solid #055393;
  color: #055393;
  background-color: #055393;
}
.single-box .custom-checkbox input[type=radio]:checked + .checkbox:after {
  position: absolute;
  content: "";
  left: 19px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #055393;
}
.single-box .custom-checkbox input[type=radio]:checked + .checkbox h5 {
  color: #fff !important;
}
.single-box .custom-checkbox input[type=radio]:checked + .checkbox .tick-image {
  display: block;
  z-index: 111111 !important;
}
.single-box .custom-checkbox input[type=radio]:checked + .checkbox svg path {
  fill: #055393;
}

.timeline-form {
  min-height: 100vh;
}

.single-box.visible {
  opacity: 1;
  height: 100%;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.single-box.visible .custom-checkbox {
  display: block;
}

.custom-select-container {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

.custom-select-button {
  display: flex;
  align-items: center;
  border: 1px solid #b7b7b7;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px !important;
  position: relative;
}
.custom-select-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23055393" fill-rule="evenodd" d="m6 7l6 6l6-6l2 2l-8 8l-8-8z" /></svg>');
  pointer-events: none;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1 !important;
}
.custom-select-button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.state-custom-select-button {
  display: flex;
  margin: auto;
  width: 100%;
  border-radius: 7px;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  padding: 12px !important;
  white-space: nowrap;
}
.state-custom-select-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23055393" fill-rule="evenodd" d="m6 7l6 6l6-6l2 2l-8 8l-8-8z" /></svg>');
  pointer-events: none;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1 !important;
}
.state-custom-select-button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.custom-dropdown-menu,
.custom-dropdown-menu2 {
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
  max-height: 240px;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
  position: absolute;
}

/* Individual option item in the dropdown */
.custom-dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.custom-dropdown-item:hover {
  background-color: rgba(5, 83, 147, 0.6039215686);
  color: #fff;
}
.custom-dropdown-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-subselect {
  display: block;
  margin-top: 15px;
  box-shadow: none !important;
  position: relative;
}

.tick-img {
  display: none;
}

#pills-profile .single-box .input-parent {
  max-width: 450px;
  margin: auto;
  width: 100%;
  border-radius: 7px;
  padding: 15px;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}
#pills-profile .single-box .input-parent .input-text {
  border: none !important;
  width: 100%;
}
#pills-profile .single-box .date-input-parent {
  margin: auto;
  width: 200px;
  border-radius: 7px;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}
#pills-profile .single-box .date-input-parent .date-parent {
  border: none !important;
}
#pills-profile .single-box .date-input-parent .date-parent input {
  font-size: 16px;
  padding: 0 20px;
  border: 2px solid #ccc;
  width: 100%;
  color: #666;
  line-height: 3;
  border-radius: 7px;
  font-weight: bold;
  border: none !important;
  text-align: center;
}
#pills-profile .single-box .date-input-parent .date-parent label {
  color: #999;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#pills-profile .single-box .date-input-parent .date-parent form small {
  color: #888;
  font-size: 1em;
  margin-top: 10px;
  display: block;
}

.header-section {
  background-color: #f5f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 250px;
  text-align: center;
}

select {
  width: 100%;
  border-radius: 7px;
  padding: 15px !important;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}

#pills-contact label .checkbox .start-icon {
  color: #055393;
}
#pills-contact label .checkbox li {
  list-style: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#pills-contact .custom-select-container2 {
  position: relative;
  width: 100%;
}
#pills-contact .custom-select-container2 .custom-select-button2 {
  display: flex;
  align-items: center;
  border: 2px solid #b7b7b7;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}
#pills-contact .custom-select-container2 .custom-select-button2::after {
  content: ""; /* Arrow icon */
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23055393" fill-rule="evenodd" d="m6 7l6 6l6-6l2 2l-8 8l-8-8z" /></svg>');
  pointer-events: none;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1111 !important;
}
#pills-contact .custom-select-container2 .custom-select-button2 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#pills-contact .custom-select-container2 .custom-select-button2 .custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  max-height: 240px;
  overflow-y: auto;
  border-color: #055393;
  border-radius: 0 0 5px 5px;
  border: 2px solid red !important;
}
#pills-contact .addres-parent .form-control {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 7px;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  padding: 11px !important;
}

.progress-bar {
  height: 10px;
  width: 0%;
  background-color: #007bff;
  transition: all 0.7s ease-in-out;
}

.tabs-parent.fixed {
  border-bottom: 10px solid #f5f3f3;
}

.tabs-parent.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #f5f3f3;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .tabs-parent.fixed {
    top: 89px;
  }
}

.formparent {
  transition: all 0.3s ease;
}

.next-step-btn {
  padding: 15px;
  font-size: 20px;
  display: block;
  max-width: 400px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  background: #055393;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
}

.clickActiveColor {
  color: #055393 !important;
  font-weight: 600 !important;
}

.tabs-tick-img1,
.tabs-tick-img2,
.tabs-tick-img3 {
  display: none;
  width: 14px;
}

.timeline-results {
  margin-top: 90px;
}
.timeline-results .company-insurance-item {
  margin-bottom: 15px;
  border: 2px solid #055393;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  transition: border-color 0.5s;
}
.timeline-results .top-title {
  background-color: #055393;
  color: #fff;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  margin: -20px -20px 20px;
}
.timeline-results .talk-to-agent {
  margin-bottom: 15px;
  border: 2px solid #c9c9c9;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  transition: border-color 0.5s;
}
.timeline-results .call-agents-wrapper b {
  font-size: 26px;
  color: #2f9ee9;
  font-weight: bolder;
  line-height: 30px;
}
.timeline-results .call-agents-wrapper .blue-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3eb755;
  vertical-align: middle;
  margin-right: 5px;
}
.timeline-results .call-agents-wrapper p.call-now-txt {
  font-size: 24px;
  line-height: 30px;
}

.footer {
  background-color: #002156;
  color: white;
}
.footer h5,
.footer p,
.footer h4 {
  color: white;
}
.footer .footer-logo {
  width: 200px;
}
.footer a {
  color: white;
}

.navbar-getquote-btn:hover {
  color: #fff !important;
}

.select-option-text {
  font-weight: 700 !important;
  color: #292929;
}

#tabs-header-text {
  font-size: 30px;
  font-weight: 800 !important;
  margin: 5px 0;
  width: 40%;
}
@media (min-width: 767px) and (max-width: 1100px) {
  #tabs-header-text {
    width: 70%;
  }
}
@media (min-width: 280px) and (max-width: 766px) {
  #tabs-header-text {
    width: 90%;
    font-size: 24px;
  }
}
@media (min-width: 280px) and (max-width: 576px) {
  #tabs-header-text {
    width: 90%;
    font-size: 18px;
  }
}

.modal-logo {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: invert(100%);
}

#occupation-select {
  position: relative;
  z-index: 11111 !important;
}/*# sourceMappingURL=timeline.css.map */