:root {
    --main-color: #122F4A;
    --dark-text: #383D41;
    --accent-1: #4AB563;
    --accent-2: #3673AE;
    --light-grey: #f1f1f1;
}

.highlighted-text {
    color: var(--accent-1);
}

body,
html,
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: var(--dark-text);
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

span.underline {
    text-decoration: underline;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.header {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.header .inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.header-logo {
    display: grid;
}

.header-logo img,
.footer-logo img {
    width: 100%;
    max-width: 220px;
}

em.err {
	display: block;
	margin-top: 4px;
	color: #d70909;
	font-weight: 400;
	text-align: left;
	line-height: 1;
	font-size: 13px;
}

.header-ratings {
    display: none;
}

.inner-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 10px;
}

.form .inner-wrapper {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.outer-wrapper.form {
    background: #FFFEF5;
    padding: 3rem 0;
    background: var(--gradients, linear-gradient(101deg, #094B93 0%, rgba(25, 101, 182, 0.95) 70.37%, #2477CF 95.14%));
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
}

form#lp_form {
    display: grid;
    width: 100%; 

    margin: 0 auto;
}

.banner-form {
    background: #fff;
    border-radius: 5px;
    max-width: 450px;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    padding: 1.5rem;
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.form h1 {
    color: #fff;
    font-size: 59px;
    text-align: left;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -2px;
}

.progress-bar-wrapper {
    background: #ededed;
    border-radius: 60px;
    margin: 1rem 0;
}

.progress-bar.pb-bar {
    background: #2abee4;
    transition: all 0.5s linear;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 60px;
}



.banner-form h3 {
    font-size: 23px;
    color: var(--main-color);
}

.banner-text h1+p {
    color: #fff;
    font-size: 27px;
    ;
    margin-top: 2rem;
    text-align: left;
}

.banner-benefits {
    margin-top: 50px;
    position: relative;
}



.banner-benefits--item {
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
}

.banner-benefits--item h2 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.banner-benefits--item img {
    max-width: 50px;
}

form#lp_form h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
}


.radio-buttons.two-col {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.our-partner {
    text-align: center;
    display: grid;
    justify-content: center;

}



.our-partner h2+p {

    font-size: 16px;
    margin-bottom: 20px;

    max-width: 90ch;
}


h2 {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.25;
}
.three-steps-wrapper {
    background: var(--accent-2);
}
.three-steps-wrapper * {
    color: #fff;
}
.three-steps-wrapper .two-up-wrapper{
    flex-wrap: nowrap;

}
.three-steps-wrapper  .three-steps{
    display: flex;
    align-items: center;
}
.three-steps-wrapper .two-up-item>*+* {
    margin-top: 0;
}
.three-steps-wrapper .two-up-item {
   max-width: none; 
}
.three-steps--item  {
    padding:  1rem;
}
.three-steps--item-heading {
    display: flex;
}
.three-steps--item-heading p {
    font-size: 3rem;
    font-weight: 500;
    margin-right: 1rem;
}
.three-steps--item-text p {
    max-width: 25ch;
}
.benefits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    text-align: center;
    margin-top: 20px;
}

.benefits-list--item {
    padding: 2rem;
}

.benefits-list--item h3,
.features--item h3 {
    font-size: 2rem;
    margin: 1rem auto;
    color: var(--main-color);
}

.two-up-item.features {
    padding: 2rem;
}

.features--item h3 {
    margin-bottom: 5px;
}

.two-up-wrapper {
    display: flex;
    grid-gap: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.two-up-item {
    max-width: 600px;
}

.two-up-item img {
    max-width: 500px;
}

.two-up-item>*+* {
    margin-top: 1rem;
}

.two-up-item.bg-line {
    position: relative;
    z-index: 100;
}

.two-up-item.bg-line::after {
    width: 20px;
    height: 90%;
    display: grid;
    background: #0862C3;
    content: "";
    position: absolute;
    right: -15px;
    top: 5%;
    z-index: -1;
    border-radius: 5px;
}

h2 {
    font-size: 2.5rem;
}

.primary-button {
    border: none;
    display: block;
    padding: 1.5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
    background: var(--accent-1);
    transition: all 0.25s linear;
    max-width: 368px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin: 2rem auto 0 auto;
}

.primary-button:hover {

    background: var(--main-color);
    transition: all 0.25s linear;
}

.faqs .inner-wrapper {
    max-width: 800px;
}

.faqs .inner-wrapper h2,
.faqs .inner-wrapper h2+p {
    text-align: center;
}

section.section-faqs {
    padding: 1rem 0;
}

.panel-group {
    display: grid;
    grid-gap: 20px 0;
}

details {
    padding: 20px;
    border: 1px solid var(--dark-text);
    border-radius: 5px;
}

summary {
    --icon-size: 24px;
    --toggle-pattern: 0deg, currentcolor, currentcolor;
    --toggle-stroke: 2px;
    --toggle-size: 80%;
    --toggle-h: var(--toggle-stroke) var(--toggle-size);
    --toggle-v: var(--toggle-size) var(--toggle-stroke);
    max-width: 100%;
    padding: .5rem 0;
    outline: 0 !important;
    cursor: pointer;
    list-style: none;
    font-weight: var(--fwb);
    line-height: 1.3;
    position: relative;
    padding-right: calc(var(--icon-size) + .5em);
    font-size: 18px;
}

.summary-toggle {
    content: "";
    color: #0c70c1;
    width: var(--icon-size);
    height: var(--icon-size);
    background: #fff no-repeat center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--toggle-pattern))), -webkit-gradient(linear, left top, left bottom, from(var(--toggle-pattern)));
    background-image: linear-gradient(var(--toggle-pattern)), linear-gradient(var(--toggle-pattern));
    background-size: var(--toggle-v), var(--toggle-h);
    border: var(--border, 1px solid var(--color-secondary));
    border-radius: var(--border, 50%);
    -webkit-box-shadow: var(--border, inset 0 0 0 4px #fff);
    box-shadow: var(--border, inset 0 0 0 4px #fff);
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

details[open] .summary-toggle {
    background-size: var(--toggle-v);
}






































.form-row>*+* {
    margin-top: 1rem;
}

.steps>label,
.form-item>label {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.25;
}



.radio-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    grid-gap: 30px;
    justify-content: center;
    margin: 0 auto;
}

.radio-buttons p {
    width: 100%;
    display: flex;
}

.radio-buttons input {
    display: none;
}

.radio-buttons p label {
    border: 1px solid var(--dark-text);
    color: var(--dark-text);
    margin: 0;
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

/* .radio-buttons p label:before {
			content: "";
			height: 28px;
			width: 28px;
			border:1px solid  var(--light-grey);;
			position: absolute;
			z-index: 99999999;
			border-radius: 50%;
			top: calc(50% - 15px);
			}*/
.radio-buttons input:checked+label,
.radio-buttons input+label:hover {
    border-color: var(--main-color);
    color: var(--main-color)
}

.radio-buttons p label span {
    display: block;
    text-align: center;
    font-weight: 400;
}

.radio-buttons input:checked+:before,
.radio-buttons label:hover:before {
    background: var(--main-color);
    border-color: var(--main-color);
}

select,
input {
    border: 1px solid;
    margin: 0;
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #fff;
    -webkit-appearance: none;
}

button.form-submit-button {
    border: none;
    margin: 0 auto;
    display: grid;
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1.75rem;
    width: 100%;
    cursor: pointer;
    background: #4AB563;
    transition: all 0.25s linear;
}

button.form-submit-button:hover {
    background: var(--dark-text);
    transition: all 0.25s linear;
}

.button-tagline {
    font-size: 16px;
    font-weight: 400;
}

.steps>label+p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 2rem;
}

p.privacy-policy-form,
.policytext p {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
}

.radio-buttons input:checked+label,
.radio-buttons input+label:hover {
    background-color: #fffbf7;
    border-color: var(--main-color);
}

/*.radio-buttons input:checked+label span, .radio-buttons input+label:hover span {
				color: #fff
			}*/
.form-privacy-wrapper {
    text-align: center;
}

.form-privacy-wrapper>a {
    margin: 10px auto;
    display: block;
}

.steps.two-up .form-row {
    display: grid;
    gap: 20px;
    grid-gap: 20px;
    margin: 0;
}

.steps.two-up .form-row .form-item {
    margin: 1rem 0;
}

.steps.two-up .form-row:first-child .form-item {
    margin-top: 0;
}

.steps.two-up .form-row .form-item>label {
    text-align: left;
}

.wrapper.footer.white-text {
    background: var(--main-color);
    ;
    color: #fff !important;
}

.wrapper.footer p,
.wrapper.footer a {
    margin: 1rem 0;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.wrapper.footer a {
    word-break: break-all;
}


.footer-cta {
    background: linear-gradient(101deg, #094B93 0%, rgba(25, 101, 182, 0.95) 70.37%, #2477CF 95.14%);
    background-image: url("../images/footer-cta-bg.jpg");
    background-size: cover;
}

.footer-cta .inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-cta h2 {
    color: #fff;
    max-width: 20ch;
    text-align: center;
}

.footer-cta p {
    color: #fff;
    max-width: 30ch;
    margin: 5px auto 20px auto;
}

.footer-cta a {
    margin-top: 0;
    ;
}

.adv .inner-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.a-wrapper h1 {
    color: #1B598C;
    font-size: 42px;
    font-weight: 600;
}



.a-wrapper h2 {
    color: #1B598C;
    font-size: 36px;
}


.large-font {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin: 1rem 0 !important;
}

p.advertorial-heading {
    margin-top: 1rem;
}

p.advertorial-heading+p {
    margin: 0;
}

p.a-sub-heading {
    font-weight: 500;
    margin-bottom: 1rem;
}




.a-wrapper p {
    color: #081B2B;
}

.a-wrapper *+* {
    margin-top: 10px;
}

.location-options-wrapper {
    margin: 40px auto;
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.location-options-wrapper a {
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 14px;
    margin: 0;
    color: var(--accent-2);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.35s ease-in-out;
}

.location-options-wrapper a:hover {

    color: #fff;
    background: var(--accent-1);
    transition: all 0.35s ease-in-out;
    border-color: var(--accent-1);
}

h3.cta-heading {
    background: var(--accent-2);
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 28px;
}

h4.cta-sub-heading {
    background: var(--accent-1);
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 1rem;
    margin-top: 0;
    font-weight: 400;
}

.adv-section {
    margin: 3rem 0;
}

.adv-list-section {
    margin: 1rem 0;
}


.adv-list-section li {
    position: relative;
}

.adv-list-section li:before {
    position: absolute;
    content: url("assets/svg/icon-list.svg");
    left: -30px;
    top: 3px;
}

.citation-links a {
    color: var(--text-dark);
}

.location-options-wrapper.map-cta a {
    border: none;
}

.location-options-wrapper.map-cta a:hover {
    background: transparent;
}

@media screen and (max-width: 767px) {

   
    .a-wrapper h1 {
        font-size: 27px;
    }

    .large-font {
        font-size: 18px;
        line-height: 28px;
        margin: 1rem 0 !important;
    }

    h3.cta-heading {
        padding: 1rem;
        font-size: 21px;
    }

    h4.cta-sub-heading {
        font-size: 16px;
    }

    .location-options-wrapper a {
        padding: 1.25rem 10px;
        font-size: 20px;
    }

    .a-wrapper h2 {
        font-size: 27px;
    }

    .adv-section {
        margin: 1rem 0;
    }

    .header-cta-wrapper {
        display: none;
    }

    .outer-wrapper.header .inner-wrapper {

        justify-content: center;
    }
}

@media only screen and (max-width: 1360px) {

    .footer-cta .inner-wrapper {
        flex-direction: column;
    }

    .footer-cta h2 {
        text-align: center;
        max-width: 100%;

    }
}

@media only screen and (max-width: 1250px) {
    form#lp_form h4:after {
        display: none
    }

}

@media only screen and (max-width: 1180px) {
    .banner-benefits {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .form h1 {
        font-size: 44px;
    }
}

@media screen and (max-width: 990px) {
    .three-steps-wrapper .two-up-wrapper{
        flex-direction: column;
    
    }
    .three-steps-wrapper  .three-steps {
        flex-direction: column;
        text-align: center;
   }
   .three-steps--item-heading {
    display: flex;
    justify-content: center;
}
.three-steps--item-heading img {
    display: none;
}
    .form h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 960px) {
   
    .footer-cta img {
        display: none;
    }

    .header .inner-wrapper {
        justify-content: center;
        padding: 10px 10px;
    }


    .py-3 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .form .inner-wrapper {
        display: grid;
        gap: 20px;
        grid-gap: 20px;
    }

    .inner-wrapper {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .banner-text h1+p {
        font-size: 18px;
        margin-top: 1rem;
        text-align: center;
    }

    .form h1 {
        font-size: 28px;
        text-align: center;
        letter-spacing: 0;
    }

    .banner-benefits {
        display: none;
    }

    form#lp_form h4 {
        display: none;
    }

    .benefits-list {
        grid-template-columns: 1fr;
    }

    .benefits-list--item h3,
    .features--item h3 {
        font-size: 1.25rem;
        margin: 1rem auto;
        color: var(--main-color);
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 24px !important;

        line-height: 1.3;
    }

    .outer-wrapper.form {
        padding: 1rem 0;
    }

    .banner-form {
        grid-gap: 20px;
        padding: 10px 20px;
        min-width: 300px;
    }

    .partner-list {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 10px;
        overflow-x: scroll;
        width: 100%;
        margin: 0;
    }

    .two-up-item img {
        max-width: 100%;
    }

    .two-up-wrapper {
        grid-gap: 10px;
        flex-wrap: wrap;
        padding: 5px;
        text-align: center;
    }

    details {
        padding: 5px 14px;
    }

    h3.summary-value {
        font-size: 16px;
    }

    .radio-buttons {
        max-width: 100%;
    }

    .steps>label,
    .form-item>label {
        font-size: 20px;
    }

    button.form-submit-button {
        max-width: 100%;
    }

    .steps.step-7 .form-row {
        grid-template-columns: 1fr;
        display: block;
    }

    .footer-logo {
        text-align: center;
    }

    .wrapper.footer p,
    .wrapper.footer a {
        margin: 7px 0;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        padding: 0 10px;
    }
}