/* Prep Theme default css */
:root {
    --dark_blue: #1D2A4C;

}


body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: #F9FBFD;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

a:focus,
button:focus {
  text-decoration: none;

}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline-offset: 2px !important;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}




/* default-css END 
================================== */


/*============ Navigation / Need Help =============*/

.header-area {
	background: #F8F8F8;
	padding: 34px 0 38px;
	top: 0;
	width: 100%;
}

.overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.overly.active {
    z-index: 9;
}

.container {
	max-width: 1179px;
	padding: 0px 30px;
}

.help_blk {
  display: flex;
  justify-content: end;
}

.help_blk>a {
  font-size: 18px;
  color: #333;
    text-decoration: none !important;
}

.help_blk>a.active {
  color: #06C;
    text-decoration: none !important;
}

.help_blk>a.active img {
  filter: invert(24%) sepia(91%) saturate(1998%) hue-rotate(197deg) brightness(94%) contrast(101%);
  rotate: 180deg;
}

.help_blk>a p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #303131;
 text-decoration: none !important;
}

.help_blk > a p span {
	font-weight: 700;
	color: #06C;
}

.Need_help {
    position: absolute;
    display: flex;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    max-width: 640px;
    margin-top: 26px;
    overflow: hidden;
    z-index: 999;
}

.Need_help ul {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Need_help ul li a {
  display: flex;
  gap: 16px;
  font-weight: 500;
  text-decoration: none !important;
}

.Need_help ul li a p {
  color: #475467;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  text-decoration: none !important;
}

.Need_help ul li a i {
  width: 24px;
  flex-shrink: 0;
 text-decoration: none !important;
}

.Need_img {
  background: #F9FAFB;
  padding: 30px;
  max-width: 300px;
}

.Need_img a {
  font-size: 12px;
  color: #1570EF;
  display: block;
}

.Need_img b {
  font-size: 12px;
  font-weight: 600;
  color: #475467;
  line-height: 1.4;
  display: block;
}

.Need_img p {
  font-size: 14px;
  color: #475467;
  margin: 0;
}

.Need_img h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.Need_img i {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
}

/*============ Need Help End =============*/

/* hero area start here */

.hero__area {
    background-color: #E8F0F2;
}
.hero__area__wrapper {
	padding: 80px 0px 80px 100px;
}
.hero__wrapper__content {
	max-width: 400px;
}
.hero__wrapper__content span {
    color: #333;
    font-size: 14px;
    line-height: 25.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.hero__wrapper__content h1 {
    color: var(--dark_blue);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 16px;
}
.hero__thumb {
	bottom: 0;
	right: 90px;
    z-index: 100;
	max-width: 510px;
}
/* hero area end here */

/* form area start here */
.form__area__top {
    margin-bottom: 25px;
}
.form__area__top p {
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin-bottom: 25px;
}
.form__area__top a {
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #0066CC;
}
.form__area__top h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.form__area {
	max-width: 1010px;
	padding: 30px;
}
.form__title {
    border-top: 2px solid var(--dark_blue);
    padding-bottom: 5px;
}

.form__title h2 { /* Updated from .form__title p */
    font-size: 17px; 
    line-height: 1.4; 
    padding-top: 4px;
    color: var(--dark_blue);
    margin-bottom: 0; 
    border-top: 5px solid var(--dark_blue);
}

.form__title span {
    font-size: 14px;
    line-height: 23px;
    color: #333;
    padding-top: 10px;
}

.coverage__amount p {
    font-size: 16px;
}
.coverage__amount span {
    font-size: 14px;
    line-height: 23px;
    color: #1A1D1E;
    padding-top: 15px;
}
.radio-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.radio-button__input {
    opacity: 0;
    position: absolute;
}
  
.radio-button__control {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: inherit;
	border: 2px solid #888888;
	border-radius: 50%;
}
.radio-button__input:checked ~ .radio-button .radio-button__control {
	border-color: #0066CC;
}
.radio-button__input:checked ~ .radio-button .radio-button__control::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #0066CC;
	border-radius: 12px;
}
.radio-button__label {
    color: #1A1D1E;

    font-family: "Open Sans",  sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    letter-spacing: -0.21px;
}
.form__area__wrapper .form {
    gap: 25px;
}
.detail__form .form__title h4 {
    color: #333;
    font-size: 14px;
    line-height: 25.5px; /* 182.143% */
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.input__block {
    gap: 20px;
}
.input__block .input__field {
    height: fit-content;
}
.input__field input, .input__field select, .input__field label {
	color: #1A1D1E;
	font-size: 15px;
	line-height: 22.5px;
	letter-spacing: -0.21px;
	color: #1A1D1E;
	font-weight: 600;
	margin-bottom: 4px;
}
.input__field label {
    display: flex;
    gap: 8px;
    align-items: center;
}
.input__field input,
.input__field select {
    height: auto !important;
    border-radius:  8px;
    border: 1px solid #888;
    background: #FFF;
    height: 56px !important;
    font-weight: 400;
}
.input__field input:focus, .input__field select:focus {
	box-shadow: none;
	outline: none;
	border: 2px solid #0066CC;
}
.input__field label .custom__tooltip img {
    width: 20px;
    height: 20px;
}
.input__field.dob {
	width: 136px !important;
}
.input__field.income input {
	width: 136px !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: #06C;
}

.gender__title {
	gap: 8px;
	margin-bottom: 10px !important;
	font-weight: 600;
}
.gender__select__one {
	gap: 50px;
}
.required__alert .input__field input {
    border: 1px solid #E0595E;
    background: #FFE8E7;
}
.error__msg {
    display: none;
}
.required__alert .error__msg {
    display: flex;
	color: #D53943;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 18px;
	gap: 8px;
    margin-top: 4px;
}

.nice-select {
	border-radius: 8px;
	border: 1px solid #888;
	color: #1A1D1E;
	font-size: 15px;
	height: 56px !important;
	line-height: 54px;
	padding-left: 12px;

}
.nice-select::after {
    border-style: solid;
   border-width: 0 5px 5px 5px !important;
   border-color: transparent transparent #333333 transparent !important;
   transform: rotate(180deg) ;
}
.nice-select.open::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border: 2px solid #0066CC;
}
.nice-select .list {
	width: 100%;
	height: 224px;
	overflow: scroll;
	border-radius: 4px;
	border: 1px solid #888888;
	margin-top: 8px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.nice-select .option {
	line-height: 56px;
	min-height: 56px;
	padding-left: 12px;
	padding-right: 12px;
    border-left: 4px solid transparent;
}
.nice-select .option:hover,
.nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: transparent;
	color: #0066CC;
	font-weight: 700 !important;
	border-left: 4px solid #0066CC;
}

.next__btn {
	padding: 12px 24px;
	border-radius: 100px;
	background-color: #1D2A4C;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 22.5px;
	letter-spacing: -0.21px;
	gap: 8px;
	width: 140px;
	margin-left: auto;
	margin-top: 25px;
	transition: all .3s;
}
.next__btn:hover {
	background-color: #0076D1;
}
.next__btn:active {
    background-color: #005BB5;
}
.next__btn.disabled {
    background-color: #80B3E5 !important;
    cursor: not-allowed;
}
.next__btn span {
    min-width: 60px;
}
.gender.gender__two {
    flex-basis: 50%;
    width: 75% !important;
}
.gender.gender__two .gender__select {
	width: 75%;
}

.smoke__block {
	padding-top: 32px;
	padding-bottom: 6px;
	border-top: 0.5px solid #BCBCBC;
}
/* form area end here */

/* footer area start here */


.footer__area {
    padding: 24px 0px 40px;
    background-color: #F5F5F5;
}

.footer__wrapper p, .footer__wrapper a {
    color: #333;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.21px;
    cursor: pointer; /* Added from .link */
    position: relative; /* Added from .link */
    white-space: nowrap; /* Added from .link */
    transition: all .3s; /* Ensure smooth color transition */
    text-decoration: none !important; /* Remove default underline */
}
/*
.footer__wrapper .footer__copy {
    margin-top: 12px;
    8
}*/

.footer__menu {
    padding: 13px 0px;
}

.footer__menu__link {
    gap: 32px;
}

.footer__wrapper a:hover {
    color: #06C;
}

/* Integrate .link animation into footer links */
.footer__wrapper a::before,
.footer__wrapper a::after {
    content: ''; /* For ::before from .link and ensure ::after can be styled if needed */
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform: scale3d(0, 1, 1); /* From .link--metis::before for initial state */
    transition: transform 0.3s; /* From .link--metis::before for animation */
    transform-origin: 100% 50%; /* From .link--metis::before to start transition from right */
}

.footer__wrapper a:hover::before {
    transform-origin: 0% 50%; /* From .link--metis:hover::before to end transition at left */
    transform: scale3d(1, 1, 1); /* From .link--metis:hover::before for hover state */
}

/* Optional: Specific class for animated footer links if not all links should animate */
.footer__wrapper a.footer__link--animated::before,
.footer__wrapper a.footer__link--animated::after {
    /* Same styles as .footer__wrapper a::before, a::after for animation */
}

/* footer area end here */


/* tma 2 page style start */
.payment__form {
	padding: 30px 30px 30px 40px;
	border: 1px solid #AAAAAA;
	border-radius: 12px;
    gap: 25px;
}
.payment__form__top {
    gap: 43px;
}
.payment__form__top h4 {
    font-size: 18px;
    line-height: 22px;
    color: var(--dark_blue);
    margin-bottom: 10px;
}
.payment__form__top h3 {
    font-size: 30px;
    line-height: 38px;
    color: #002D73;
}
.payment__form__top p {
    font-size: 14px;
    line-height: 19px;
    color: #333;
}
.billing {
	padding: 30px;
	border-radius: 10px;
	background-color: #F5F5F5;
} 
.billing .billing__title,
.author__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    color: var(--dark_blue);
}
.cheque {
    padding-right: 10px;
}
.acknowledge {
    margin: 30px 0px;
}
.acknowledge p,
.acknowledge ul li {
    font-size: 14px;
    line-height: 19px;
    color: #333;
}
.acknowledge p {
    margin-bottom: 12px;
}
.acknowledge ul li {
    list-style-type: disc;
}
.acknowledge ul {
	padding-left: 14px;
}
.application__accordion .accordion-button {
	padding: 20px 12px;
	gap: 8px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: var(--dark_blue);
}
.application__accordion .accordion-button::after {
    display: none;
}
.application__accordion .accordion-item {
	border-bottom: 1px solid #CCCCCC !important;
	padding: 0px 12px;
}
.application__accordion  .accordion-body {
    padding: 16px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}
.application__accordion  .accordion-body p {
    line-height: 19px;
    color: #333333;
}
.accordion__icon img {
    transition: all .3s;
}
.application__accordion .accordion-button:not(.collapsed) .accordion__icon img {
    transform: rotate(-180deg);
}
.conditon .radion-button__label {
    color: #101828;
    font-size: 16px;
    line-height: 19px;
}

.pagination .back__btn {
    color: #626262;
    border: 1px solid #626262;
    background-color: transparent;

}
/* tma 2 page style end */

/* tma 3 page style start */
.tma__life {
    padding-bottom: 10px;
}
.application__title {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    margin-bottom: 25px;
}
.app__number {
    max-width: 450px;
    padding: 40px;
    border-radius: 12px;
    background-color: #F4FAFF;
    margin-bottom: 55px;
}
.app__number h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.app__number span {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 20px;
}
.app__number a {
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -0.21px;
    border-radius: 6px;
    background-color: #1A3F70;
    text-decoration: underline;
    transition: all .3s;
}
.app__number a:hover {
    background-color: #333;
}
.tma__express {
    gap: 40px;
}
.tma__express__thumb {
    width: 525px;
    border-radius: 12px;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.tma__express__thumb img {
    border-radius: 12px;
}
.tma__express__content {
    padding-top: 40px;
}
.tma__express__content h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #002D73;
}
.tma__express__content p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 22px;
}
.tma__express__content a {
    font-size: 14px;
    line-height: 20px;
    color: #0066CC;
    gap: 5px;
}
/* tma 3 page style end */

.application-number {
    color: #333333;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}

.application-digits {
 color: #333333;
 font-size: 18px;
 font-weight: 700;
 line-height: 20.25px;
 word-wrap: break-word
 
}

/* Enroll PDF Link ADA */
.enroll-pdf {
  color: #0066cc;
  text-decoration: none;
}

.enroll-pdf:hover,
.enroll-pdf:focus {
  outline-offset: 2px !important;
  text-decoration: underline;
}

/* Download button */


.download-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2970FF;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
  font-size: 16px;
  text-decoration: none;
}

.download-button:hover {
  background-color: #5591FF;
  transform: scale(1.05);
}

.download-button:active {
  background-color: #1A5BCA;
  transform: scale(0.95);
}

.download-button:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
  color: #ffffff !important;
}


@media (max-width: 600px) {
  .download-button {
    padding: 8px 16px;
    font-size: 14px;
}

.lottie-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
}
    
    .lottie-animation iframe {
        width: 100%;
        height: 100%;
}
  
























