*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:16px;line-height:1.5;color:#111;background:#fff}
h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}
h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}
p,ul,ol{margin-bottom:1em}
a{text-decoration:none}
img,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit;color:inherit;background:none;border:1px solid #ccc;border-radius:4px;padding:.4em .6em}
button{cursor:pointer}
table{width:100%;border-collapse:collapse}
th,td{padding:.5em;text-align:left;border-bottom:1px solid #ddd}

@import url("https://db.onlinewebfonts.com/c/6e83d7df62493fe4d47e0108c5c95e4c?family=Ambit+TRIAL");


p,h1,h2,h3,h4,h5,h6,a,select,span,input,button,label{
    color: #fff;
    margin-block-start: 0px;
    margin-block-end: 0px;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Ambit", sans-serif;
    line-height: 1.5;
}

p,h2{
    font-size: 18px;
    line-height: 24px;
}

body{
    background-color: #062054;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}

.white-background{
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1/-1;
}

.layout{
    grid-column: 1/-1;
}

.columns td{
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 0px;
    border: none;
}

/*////////////////////////////////////Header//////////////////////////////////////////////*/

header{
    grid-column: 1/-1;
}

.header-box{
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}

.header-box #logo{
    margin-right: auto;
    grid-column: 3/15;
    grid-row: 1;
}

.header-box .header-phone{
    margin: auto 0px;
    margin-left: auto;
    grid-column: 3/15;
    grid-row: 1;
}

#responsive-rtap{
    display: none;
}

.header-border{
    background: Linear-gradient(135deg, #3399FF, #33CC99);
    height: 4px;
    width: 100%;
    grid-column: 1/-1;
}

#logo a img{
    height: 60px;
    margin: 15px 0px;
    clip-path: inset(0 1.2px 0 0);
}

.header-phone a, .header-phone span{
    font-weight: 700;
    font-size: 30px;
    color: #33CC99;
}


/*////////////////////////////////////////////Form Box + Form Text/////////////////////////////////*/

.form-box{
    grid-column: 3/15;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-header{
    grid-column: 1/-1;
    margin: 15px 0px;
    text-align: center;
    margin-top: 30px;
}

.form-header h1{
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #33CC99;
    margin-bottom: 5px;
}

.form-header p{
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}


/*///////////Form Text////////*/

.form-bullet{
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0px;
}

.form-bullet i{
    color: #33CC99;
    font-size: 60px;
    margin-right: 13px;
}

.form-text-box h2{
    font-weight: 700;
    color: #33CC99;
}

.form-text-box p{
    font-weight: 400;
}


/*/////////////Form Box////////////*/

.form-form-box{
    background: linear-gradient(to bottom left, #33CC99 -60%, transparent 90%);
    border-radius: 25px;
    padding: 20px;
    min-width: 480px;
    position: relative;
}

.form-trustpilot img{
    margin: 10px auto 15px;
}

.form-input-all{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px 0px;

}

.form-input-all input{
    width: 70%;
    border: none;
    border-radius: 25px;
    background: #fff;
    color: black;
    border: #33CC99 1px solid;
}

.form-input-all label{
    font-weight: 400;
    font-size: 16px;
}

.age-split{
    display: flex;
    width: 70%;
    background-color: #fff;
    border-radius: 50px;
    justify-content: space-between;
    border: #33CC99 1px solid;
}

.age-split p{
    color: #062054;
    margin: auto 0px;
    margin-right: 20px;
}

.age-split input{
    border: none;
}

#form-next{
    border: #fff 1pt solid;
    background: #33CC99;
    border-radius: 30px;
    width: 70%;
    text-align: center;
    font-size: 22px;
    padding-top: 3px;
    color: #062054;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
}

#form-next:hover{
    background: #208060;
    border: 1pt solid #acacac;
}

.step-counter{
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    gap: 10px;
    margin: 30px 0px 0px;
}

.manditory-check{
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 0px;
}

.step-normal{
    border-bottom: solid 2px #fff;
    width: 28px;
    text-align: center;
}

.step-green{
    color: #33CC99;
    border-color: #33CC99;
}

.manditory-check p{
    line-height: 15px;
}

.manditory-check label, .manditory-check p{
    font-size: 10px;
    margin-left: 15px; 
}

.manditory-check label a, .manditory-check p a{
    text-decoration: underline;
}

.manditory-check input {
    margin: auto 0px;
    margin-left: 5px;
    width: 23px;
    height: 23px;
    appearance: none;
    -webkit-appearance: none;
    border: #fff 1px solid;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}

.manditory-check input:checked{
    background-color: #3399FF;
}

.manditory-check input:checked::after {
    content: "✓";            
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;          
    pointer-events: none;     
}

#form-submit{
    width: 100%;
    background: #33CC99;
    text-align: center;
    color: #062054;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    padding: 5px 0px;
    border: #fff solid 1pt;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
}

#form-submit:hover{
    background: #208060;
    border: 1pt solid #acacac;
}

#form-submit i{
    padding-top: 3px;
    font-size: 22px;
    vertical-align: text-top;
}

#form-submit span{
    color: #062054;
    cursor: pointer;
}

#step-1, #step-2{
    margin-right: 20px;
}

#pension-popup{
    width: 70%;
    margin-left: auto;
    /*color: #b8d7cc;*/
    color: #a1e3cc;
    padding: 7px 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

#pension-value-popup{
    position: absolute;
    inset: 0;             
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    border-radius: 25px;
}

.pension-value-popup-box{
    background: #fff;
    max-width: 450px;
    border-radius: 25px;
    margin: 30px;
    padding: 10px 10px;
    display: grid;
}

#popup-close{
    min-width: 140px;
    justify-content: center;
    font-size: 18px;
    padding-inline: 25px;
    color: #fff;
    background-color: #33CC99;
    border-radius: 10px;
    border: none;
    margin: 5px auto;
    border: #fff solid 1pt;
    transition: background 0.3s, border 0.3s;
}

#popup-close:hover{
    background: #208060;
    border: 1pt solid #acacac; 
}

#popup-close-x{
    color: #062054;
    width: fit-content;
    border-radius: 100px;
    padding: 0px;
    padding: 0px 9px;
    padding-bottom: 3px;
    margin-left: auto;
    font-weight: 600;
    border: 1px solid #062054;
    transition: background 0.3s, color 0.3s;
}

#popup-close-x:hover{
    background-color: #062054;
    color: #fff;
}

.pension-value-popup-box p{
    color: #062054;
    padding: 10px 5px;
    padding-top: 0px;
}

/*//////////////////////////////////////Images Section/////////////////////////////////////////*/

.images-section{
    grid-column: 3/15;
    margin: 90px 0px 0px;
}

.images-text-section{
    grid-column: 3/15;
    margin-bottom: 50px;
}

.image-track img{
    margin: auto 0px;
    width: 75%;
}

.image-track{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.image-track-spacer{
    display: none;
}


/*/////////////////Text/////////*/

.image-text{
    display: grid;
    grid-column: 1/-1;
    text-align: center;
}

.image-text h2{
    font-size: 30px;
    font-weight: 400;
    margin: 70px 0px 50px;
}

.image-text p{
    margin: 50px 0px;
}

.border{
    background: Linear-gradient(135deg, #3399FF, #33CC99);
    height: 4px;
    width: 100%;  
}



/*//////////////////////////////////////Who we are/////////////////////////////////////////*/

.who-we-are{
    grid-column: 3/15;
    margin: 0px 0px 50px;
}

.who-we-are h2{
    font-weight: 400;
    font-size: 30px;
    color: #062054;
    text-align: center;
    margin: 60px 0px 50px;
}

.who-we-are p{
    color: #062054;
    margin: 15px 0px;
}

.who-we-are .border{
    margin-bottom: 50px;
}


/*/////////////////////////////////Slider////////////////////////////////////////////*/

* {
    box-sizing: border-box;
}


.slider {
    width: 100%;
    margin: 80px 0 40px;
    grid-column: 1/-1;
}

.slider-viewport {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

/*/////////// SLIDES ////////////////*/
.slide {
    flex: 0 0 35%;
    margin: 0px;
    padding: 40px;
    background: linear-gradient(to bottom left, #33CC99 -60%, transparent 100%);
    border-radius: 16px;
    text-align: left;

    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.silde-top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.slide .silde-top p{
    font-weight: 700;
    color: #33CC99;
    font-size: 18px;
}

.slide > img{
    width: 27%;
    margin: 5px 0px 15px;
}

.slide p{
    font-weight: 300;
    font-size: 17px;
}

.slide h3{
    margin-top: 10px;
}

.slide .small-text{
    font-size: 12px;
    font-weight: 300;
}


.slide.active {
  opacity: 1;
  transform: scale(1);
}


/*///////////////////Controls///////////*/
.controls {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 16px;
}

.controls button {
    font-size: 32px;
    padding: 0px 17px;
    border-radius: 50px;
    cursor: pointer;
    background: #33CC99;
    color: #062054;
    border: 1pt solid #fff;
    margin: 15px 0px;
    transition: background 0.3s, border 0.3s;
}

.controls #prev{
    padding-right: 20px;
}

.controls #next{
    padding-left: 20px;
}

.controls #prev:hover{
    background: #208060;
    border: 1pt solid #acacac;
}

.controls #next:hover{
    background: #208060;
    border: 1pt solid #acacac;
}
  
.spacer {
    flex: 0 0 50%;
}

.controls .grey-button{
    opacity: 0.5;
    pointer-events: none;
}

/*////////////////Buttons////////////////*/

.slider-button{
    text-align: center;
    margin: 30px 0px;
}

.slider-button a{
    background-color: #BB69F4;
    padding: 15px 75px;
    color: #062054;
    font-weight: 700;
    border-radius: 40px;
    display: block;
    width: fit-content;
    margin: 0px auto;
    transition: background 0.3s;
}

.slider-button a:hover{
        background-color: #8541b6;
}

.slider-button p{
    font-weight: 300;
    margin-top: 40px;
}


/*/////////////////////////////////////Compare and advsise//////////////////////////////////*/

.compare-advise{
    grid-column: 3/15;
}

.compare-advise h2, .compare-advise p, .compare-advise h3, .compare-advise li{
    color: #062054;
}

.compare-advise h2{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 60px 0px 50px;
}

.compare-advise-info{
    margin: 50px 0px;
    margin-bottom: 75px;
}

.compare-advise p, .compare-advise h3{
    margin: 7px 0px;
}

.compare-advise h3{
    margin-top: 15px;
}

.compare-advise-info ul li::marker{
    color: #33CC99;
}

li{
    font-size: 18px;
    font-weight: 400;
}

.compare-advise-info ul{
    margin-left: 50px;
}

/*///////////////////////////////Footer/////////////////////////////////////////*/

footer{
    grid-column: 3/15;
}

footer p, footer a{
    color: #062054;
    margin: 10px 0px;
    font-size: 15px;
}

footer a{
    text-decoration: underline;
}

.footer-text{
    margin: 50px 0px;
}


/*//////////////////////////////////Responsive main page///////////////////////////////////////*/

@media screen and (max-width: 1380px) {
    .slide{
        flex: 0 0 45%;
    }
}

@media screen and (max-width: 1080px) {
    .slide{
        flex: 0 0 55%;
    }
}

@media screen and (max-width: 860px) {
    .slide{
        flex: 0 0 65%;
    }
}

@media screen and (max-width: 550px) {
    .slide{
        flex: 0 0 95%;
    }
    .silde-top img{
        width: 50%;
    }
    .form-input-all input, #form-next, .age-split, #pension-popup{
        width: 60%;
    }
}
@media screen and (max-width: 440px) {
    .slide{
        padding: 15px;
    }

}

@media screen and (max-width: 380px) {
    .silde-top{
        display: grid;
        justify-content: revert;
    }
    .silde-top img{
        grid-row: 1;
        margin: 0px auto 15px;
    }
    .silde-top img {
        width: 80%;
    }
    .slide > img {
    width: 40%;
    }
}

@media screen and (max-width: 1150px) {
    .header-box #logo, .header-box .header-phone, .form-box,.images-section,.images-section,.compare-advise, footer, .who-we-are , .images-text-section{
        grid-column: 2/16;
    }
}

@media screen and (max-width: 900px) {
    .header-box #logo, .header-box .header-phone, .form-box,.images-section,.images-section,.compare-advise, footer, .who-we-are, .images-text-section{
        grid-column: 1/-1;
        margin-right: 16px;
        margin-left: 16px;
    }
}
.header-box .header-phone{
    margin: auto 0px;
    margin-left: auto;
    margin-right: 16px;
}

@media screen and (max-width: 850px) {
    .form-box{
        grid-template-columns: 1fr;
    }
    .form-form-box{
        grid-row: 2;
        min-width: 0;
    }
    .images-section {
        overflow: hidden;
        margin: 50px 0px 0px;
    }

    .image-track {
        display: flex;
        width: max-content;
        animation: scroll 25s linear infinite alternate;
        gap: 50px;
    }

    @keyframes scroll {
        from { transform: translateX(0); }
        to   { transform: translateX(calc(-100% + 100vw)); }
    }
    .image-track img {
        width: 175px;
    }
    .image-track-spacer{
        width: 40px;
        display: block;
    }
}

@media screen and (max-width: 580px) {
    #rtap{
        display: none;
    }
    #responsive-rtap{
        display: block;
    }
    #logo a img{
        margin: 15px auto;
    }
    .form-header h1{
        font-size: 28px;
        line-height: 30px;
    }
    .form-header p{
        font-size: 20px;
        line-height: 22px;
    }
    .image-text h2, .compare-advise h2, .who-we-are h2{
        text-align: left;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .compare-advise-info ul {
        margin-left: 30px;
    }
    .slider-button a {
        padding: 15px 20px;
    }
    .image-text p{
        text-align: left;
        margin: 10px 0px;
    }
    .compare-advise-info{
        margin: 10px 0px;
        margin-bottom: 50px;
    }
    .slider{
        margin: 20px 0px;
    }
    .who-we-are .border {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .form-input-all input, #form-next, .age-split, #pension-popup{
        width: 100%;
    }
    .form-input-all{
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 380px) {
    #logo a img {
        margin: 15px auto 15px 0px;
        width: 75%;
        height: auto;
    }

}


/*//////////////////////////////////Thank you Page////////////////////////////////////////////*/

/*////////////////////////////Main info page Thank you/////////////////////////////////////////*/

.thank-you-main{
    grid-column: 3/15;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    margin-bottom: 60px;
}

.thank-you-h1{
    font-size: 42px;
    font-weight: 700;
    color: #33CC99;
    grid-column: 1/-1;
    margin: 50px 0px 10px;
    text-align: center;
}

.thank-you-text-box p{
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 37px;
}

.thank-you-bullet-box h2{
    font-size: 26px;
    margin-bottom: 30px;  
    line-height: 37px;
}

.thank-you-bullet i{
    color: #33CC99;
    font-size: 35px;
    margin-right: 13px;
}

.thank-you-bullet p{
    font-size: 18px;
}

.thank-you-bullet{
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0px;
}

.thank-you-bullet-border{
    display: none;
    background: Linear-gradient(135deg, #3399FF, #33CC99);
    height: 4px;
    width: 100%;  
}

/*///////////////////////////////////Thank you personal info////////////////////////////////*/

.thank-you-personal-info{
    grid-column: 3/15;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    margin-bottom: 100px;
}

.thank-you-personal-info .border{
    grid-column: 1/-1;
    margin-bottom: 40px;
}

.thank-you-personal-info-extra p{
    font-size: 26px;
    line-height: 37px;
}

.thank-you-personal-info-box{
    background: linear-gradient(to bottom left, #33CC99 -60%, transparent 90%);
    border-radius: 25px;
    padding: 20px;
}

.thank-you-personal-info-box p{
    font-size: 16px;
    margin: 5px 0px 20px;
}

.thank-you-personal-info-box-sperator{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px 0px;
}

.thank-you-personal-info-box-sperator p{
    margin: auto 0px;
    font-size: 18px
}

.personal-info-box{
    width: 70%;
    background-color: #fff;
    border-radius: 50px;
    border: #33CC99 solid 2px;
    min-height: 35px;
}

.personal-info-box p{
    color: #062054;
    margin:3px 16px 0px 16px;
    word-break: break-all
}

.thank-you-call{
    margin-top: 15px;
}

.thank-you-call p{
    margin: 0px;
}


/*/////////////////////////Thank you footer///////////////////////////////////*/

.footer-text-thankyou p, .footer-text-thankyou a{
    color: #fff;
}

.footer-text-thankyou a{
    text-decoration: underline;
}

.footer-text-thankyou{
    margin: 50px 0px;
}

/*/////////////////////////////////Thank you responsive/////////////////////////////////////*/


@media screen and (max-width: 1150px) {
    .thank-you-main, .thank-you-personal-info{
        grid-column: 2/16;
    }
}

@media screen and (max-width: 900px) {
    .thank-you-main, .thank-you-personal-info{
        grid-column: 1/-1;
        margin-right: 16px;
        margin-left: 16px;
    }
    .thank-you-main{
        margin-right: 0px;
        margin-left: 0px;
    }
    .thank-you-bullet-box{
        padding: 0px 16px;
    }
    .thank-you-main h1, .thank-you-text-box{
        margin-left: 16px;
        margin-right: 16px;
    }
    .thank-you-bullet-box{
        background-color: #fff;
        padding-bottom: 30px
    }
    .thank-you-bullet-border{
        display: block;
    }
    .thank-you-bullet i{
        color: #3399FF;
        font-size: 60px;
    }
    .thank-you-bullet-box h2, .thank-you-bullet-box p{
        color: #000;
    }
    .thank-you-bullet-box p{
        margin: auto 0px;
    }
    .thank-you-bullet-box h2{
        margin: 50px 0px 10px;
    }
    .thank-you-personal-info .border{
        display: none;
    }
    .thank-you-text-box p, .thank-you-personal-info-extra p{
        font-size: 26px;
    }
    .thank-you-personal-info{
        margin-bottom: 70px;
    }
    footer .border-thankyou{
        background: #fff;
    }
}

@media screen and (max-width: 950px) {
    .thank-you-main, .thank-you-personal-info{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 380px) {
    .thank-you-personal-info-box-sperator{
        display: block;
    }
    .personal-info-box{
        width: 100%;
    }
}




















/*////////////////////////////////////Important////////////////////////////////////*/

.hidden{
    display: none !important;
}

.none{
    display: none !important;
}

.green-text{
    color: #33CC99;
}

.bold-text{
    font-weight: bold;
}

.small-text{
    font-size: 12px;
    font-weight: 300;
}
