*,*::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}

p,h1,h2,h3,h4,h5,h6,a,select,span,input,button,li{
    color: #062054;
    margin-block-start: 0px;
    margin-block-end: 0px;
    /*font-family: proxima-nova,sans-serif;*/
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

h1{
   font-family: proxima-nova,sans-serif; 
}

p, h3, select, button, span{
    font-family: "Open Sans", sans-serif;
}

body{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

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



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

header{
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: padding 0.25s;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    transition: background-color 0.35s, box-shadow 0.35s;
    flex-direction: column;
}

.header-logo{
    height: 75px;
}

.header-phone{
    display: flex;
    cursor: pointer;
}

.header-box-top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 15px auto;
    padding: 0 16px;
}

.header-right{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: auto 0px;
    gap: 20px;
    margin-right: 15px;
}

.header-right a{
    font-weight: 600;
    margin: auto 0px;
    white-space: nowrap;
}

.header-right .header-green-button{
    background-color: #33CC99;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}



.header-bar{
    background: linear-gradient(135deg, #3399FF, #33CC99);
    width: 100%;
    height: 5px;
}


@media screen and (max-width: 1200px) {
    .header-right{
        width: 50%;
    }
}
@media screen and (max-width: 1100px) {
    .header-right{
        width: 54%;
    }
}

.header-top{
    background-color: transparent;
    box-shadow: none;
}

.header-top-hidden-img{
    display: none;
}

#close-menu-icon{
    display: none;
}

.menuicon{
    display: none;
}

/*////////////////////////////Top intro box with image///////////////////////////////////////////*/


.main-top-intro-image-box{
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
}

.box-image-right{
   grid-template-columns: 50% 100%; 
}

.main-top-intro-image-box img{
    margin-left: auto;
    height: 114%;
    min-width: 897px;
}

.box-image-right img{
    transform: translateX(45px);
    height: 100%;
}

.main-top-intro-left{
    margin-top: 170px;
    margin-bottom: 215px;
    margin-right: 15px;
    margin-left: auto;
    max-width: 625px;
    padding-left: 16px;
}

.main-top-intro-left h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.main-top-intro-left h2{
    font-size: 17px;    
    font-weight: 500;
    margin: 10px 0px 24px;
    line-height: 1.3;
}

.image-box-static{
    height: 970px;
}

.image-box-static-long{
    height: 1422px;
}

.main-top-intro-image-box .image-box-static-long img{
    margin-left: 0;
}

.top-buttons{
    display:flex;
    margin:1rem 0 2rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.green-button{
    font-weight: 600;
    font-size: 1em;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border: 0.125em solid rgba(51, 204, 153, 0.5);
    background: #33CC99;
    color: #464646;
    position: relative;

}

.white-button{
    font-size: 1em;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border: 0.125em solid rgba(6, 32, 84, 0.5);
    background: #062054;
    color: white;
    background-color: transparent !important;
    color: #062054 !important;
    border-color: #062054 !important;
}

.top-form-extra{
    width:fit-content;
}

#Truspilot-dark{
    display:none;
}


@media screen and (max-width: 1255px) {
    .box-image-right{
        grid-template-columns: 55% 100%; 
    }
    .image-box-static-long {
        height: stretch;
    }
    .image-box-static-long img {
        min-width: 1180px;
    }
}

@media screen and (max-width: 1000px) {
    .image-box-static {
        height: 0;
    }   
    .image-box-static-long {
        height: 0;
    }
}




@media screen and (max-width: 1000px) {
    .main-top-intro-image-box{
        display: grid;
        grid-template-columns: 1fr;
        grid-column: 1/-1;
        margin: 0px;
        background-image: url("https://image.email.mypensionexpert.com/lib/fe2e11737364047a701271/m/1/dae495ff-2482-43cb-aaa9-7d6a9a687f83.png");
        background-color: #062053;
        position: relative;
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: top -8rem right;
    }
    .main-top-intro-image-box img{
        display: none;
    }
    .main-top-intro-left{
        margin-left: 16px;
        margin-right: 16px;
        z-index: 10;
        margin-top: 130px;
        max-width: 100%;
        padding: 0;
    }
    .main-top-intro-left p, .main-top-intro-left h1, .main-top-intro-left h2 ,.main-top-intro-left label, .main-top-intro-left i{
        color: #fff;
    }
    .main-top-intro-left h1, .main-top-intro-left h2{
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.368627451);
    }
    .main-top-intro-left p{
        font-size: 19px;
        line-height: 1.9;
    }
    .main-top-intro-left h1{
        font-size: 32px;
    }
    .main-top-intro-image-box:before{
        background:linear-gradient(to bottom right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    .reviews{
        z-index: 10;
    }
    .form-image .number-circle {
        padding: 6px 0px;
        text-align: center;
    }
    #number-circle-tick {
        padding-left: 0px;
    }
    .header-top{
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    }
    .header-top img{
        display: none;
    }
    .header-top .header-top-hidden-img{
        display: block;
    }
    .header-right{
        display: none;
    }
    .menuicon{
        display: block;
        margin: auto 0px;
        margin-left: auto;
        transition: fill 0.35s;
    }
    .header-top .menuicon{
        fill: #fff; 
    }
    .header-box-top{
        display: grid;
        grid-template-columns: 90% 10%;
    }
    #close-menu-icon{
        display: block;
        position: absolute;
        right: 25px;
        top: 20px;
    }
    .header-box-top{
        padding: 0;
    }
    #logo{
        margin-left: 16px;
    }
    #menuicon{
        margin-right: 16px;
    }
    .white-button{
        color: white !important;
        background-color: transparent !important;
        border-color: #fff !important;
    }
    #Truspilot-light{
       display:none;
    }
    #Truspilot-dark{
        display:block;
    }
}

@media screen and (max-width: 700px) {
     .main-top-intro-image-box {
         background-size: cover;
     }

}

#scrim{
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    display: none;
}

.menuopen{
    display: block;
    display: flex;
    flex-direction: column;
    grid-column: 1/-1;
    background-color: #fff;
    padding: 40px;
    place-items: center;
    gap: 32px;
    width: 100%;
    z-index: 20;
}

#scrim.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 11;
}

.no-margin{
    margin: 0px;
}

@media screen and (max-width: 400px) {
    .header-top img, .header-logo{
        height: 60px;
    }
}

/*//////////////////////////////////////Reviews////////////////////////////////////////////////*/


.reviews {
    overflow: hidden;
    width: 100%;
    grid-column: 1/-1;
    position: absolute;
    top: -100px;
    z-index: 10;
}

.scroll-track {
    display: flex;
    gap: 24px;
}


.review-all {
    background: #f7f7fb;
    padding: 16px;
    border-radius: 8px;
    background-color: #e8eef3;
    border: 1px solid #e6e6e6;
    min-width: 38vw;
    background-color: #f9f9f9;
    padding: 16px;
    box-sizing: border-box;
}

.review-all h3{
    font-size: 19px;
    margin: 15px 0px;
}

.review-all p{
    margin: 15px 0px 10px;
    font-size: 15px;
}

.review-all img{
    height: 18px;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}




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

.bottom-form-outer-box{
    background-color: #062053;
    padding-top: 200px;
    position: relative;
    display: flex;
    padding-bottom: 30px;
}

.bottom-form-box{
    max-width: 1248px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 32px;
}

.bottom-form-left{
    margin: 0px 25px;
}

.bottom-form-top, .bottom-form-bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.bottom-form-bottom{
    padding-top: 0px;
}

.bottom-form-top p,.bottom-form-bottom p , .bottom-form-bottom i{
    grid-column: 1/-1;
}

.bottom-form-top p{
    font-size: 16px;
}

.bottom-form-bottom i{
    font-size: 15px;
}

.bottom-form-bottom i a{
    font-size: 15px;
    color: #05f;
    text-decoration: underline;
}

.field-group-bottom-top, .field-group-bottom-bottom{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    text-align: left;
}

.emailAddress-bottom{
    grid-column: 1/-1;
}

.field-group-bottom-top input, .bottom-form-bottom input{
    padding: 14px ;
    border-radius: 8px;
    background-color: #fff;
}

.field-group-bottom-top label, .bottom-form-bottom label{
    margin: 10px 0px ;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}


@media screen and (max-width: 1500px) {
    .bottom-form-box{
        grid-column: 2/16;
    }
}
@media screen and (max-width: 1300px) {
    .bottom-form-box{
        grid-column: 1/-1;
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 875px) {
    .bottom-form-box{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .bottom-form-top, .bottom-form-bottom{
        grid-template-columns: 1fr;
    }
}


/*///review responsive//////*/
@media screen and (max-width: 1600px) {
    .review-all {
        min-width: 40vw;
    }
    .bottom-form-outer-box{
        padding-top: 180px;
    }
}
@media screen and (max-width: 1350px) {
    .review-all {
        min-width: 45vw;
    }
}
@media screen and (max-width: 1200px) {
    .review-all {
        min-width: 48vw;
    }
}

@media screen and (max-width: 1000px) {
    .review-all {
        min-width: 70vw;
    }
}

@media screen and (max-width: 650px) {
    .review-all {
        min-width: 85vw;
    }
        .bottom-form-outer-box{
        padding-top: 230px;
    }
}

@media screen and (max-width: 420px) {
        .bottom-form-outer-box{
        padding-top: 280px;
    }
}


/*/////////////Form image/////////////*/

.bottom-form-image .number-circle{
    color: #b3b3b3;
    font-size: 20px;
    background-color: #fff;
    margin: auto;
    padding: 10px 0px;
    border: 3px solid #b3b3b3;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    padding-left: 18px;
    margin: 0px 7px;
    z-index: 2;
}

#bottom-number-circle-tick{
    padding-left: 16px;
}

.bottom-form-image .number-circle-full{
    color: #fff;
    background-color: #062057;
    border: 3px solid #062053;
}

.bottom-form-image{
    position: relative;
    width: fit-content;
    flex-wrap: nowrap;
    display: flex;
    place-self: center;
}

.bottom-form-buttons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    gap: 15px;
}

.bottom-form-buttons button{
    font-family: inherit;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #062053;
    background: #062053;
    color: white;
    font-weight: 500;
}

#bottom-form-submitBtn{
    border: 2px solid #33CC99;
    background: #33CC99;
    color: #062053; 
}

form #bottom-form-submitBtn:hover {
    color: #292929;
    background-color: #29a37a;
    border-color: #29a37a;
}


form #bottom-form-nextStepBtn:hover, form #bottom-form-prevStepBtn:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}



/*//////////////////////////////////bottom Form right bulleted points/////////////////////////////////////////*/

.bottom-form-right{
    border-left: 1px solid #d9d9d9;
    margin-left: 15px;
}

.bottom-form-right-all{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
}

.bottom-form-right-all i{
    margin: auto 15px;
    font-size: 40px;
}

.bottom-form-right-all h3{
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 875px) {
    .bottom-form-right{
        border-top: 1px solid #d9d9d9;
        border-left: transparent;
        margin-left: 0px;
        margin-top: 30px;
        padding-top: 10px;
    }
}




/*////////////////////////////////////////Info Box/////////////////////////////////////////*/


.info-box{
    max-width: 1248px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 0px 40px;
    margin: 0 auto;
}

.info-box-double, .info-box-single{
    background-color: #e8eef3;
    padding: 32px;
    border-radius: 8px;
    height: max-content;
}

.info-box-double{
    grid-column: 1/-1;
}

.info-box h2{
    font-size: 35px;
    font-weight: 500;
}

.info-box p{
    margin-top: 20px;
}

.info-box ol{
    margin-left: 40px;
}

.info-box ol li h3, .info-box h3{
    margin-top: 20px;
    font-size: 19px;
    font-weight: bold;
}

.info-box h3{
    margin-bottom: 20px;
}

.icon-list div{
    display: flex;
    flex-wrap: nowrap;
}

.icon-list i{
    margin: auto 15px;
    font-size: 40px;
}

.icon-list p{
    margin: 10px 0px;
}

.icon-list{
    margin-bottom: 32px;
}

.text-margin-top{
    margin-top: 15px;
}

.info-box-double-none{
    background-color: transparent;
    padding: 0px;
    margin-bottom: 25px;
}

.info-box-blue-box{
    background-color: #062054;
    border-radius: 10px;
    padding: 25px 15px;
    margin:15px 0;
}

.info-box-single .info-box-blue-box:last-child {
    margin-bottom:0;
}

.info-box-blue-box h3{
    color: #fff;
    margin: 0;
}

.info-box-blue-box p{
    color: #fff;
    margin-top:10px;
}

@media screen and (max-width: 1500px) {
    .info-box{
        grid-column: 2/16;
    }
}
@media screen and (max-width: 1300px) {
    .info-box{
        grid-column: 1/-1;
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 850px) {
    .info-box{
        grid-template-columns: 1fr;
    }
}

/*///////////////////////////////////////Thank you page////////////////////////////////////////*/

.thankyou{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    margin-top: 140px;
}

.thankyou-all{
    grid-column: 3/15;
}

.thankyou-all h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.thankyou-all p{
    font-weight: 500;
    margin-bottom: 15px;
}

.thankyou-all .thankyou-thin{
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-word;
}

.text-grey{
    color: #757575;
}

@media screen and (max-width: 1500px) {
    .thankyou-all{
        grid-column: 2/16;
    }
}
@media screen and (max-width: 1300px) {
    .thankyou-all{
        grid-column: 1/-1;
        margin-left: 16px;
        margin-right: 16px;
    }
}

/*////////////////////////////Scroll link ID//////////////////////////////////////*/

#formbottom{
    scroll-margin-top: 170px;
}

#infobox, #options{
    scroll-margin-top: 150px;
}

#your-options{
    scroll-margin-top: 150px;
}


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

.footer{
    grid-column: 1/-1;
    margin: 0px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #062054;
}

.footer h2, .footer p, .footer a, .footer div, .footer span{
    color: #fff;
}

.footer h2{
    font-weight: 800;
}


.footer-socials-text{
    text-align: center;
}

.footer-socials{
    font-size: 40px;
    margin: 20px 0px 50px;
}

.footer-socials a{
    margin: 0px 10px;
}

.footer-socials a:hover{
    color: hsla(0, 0%, 100%, .7);
}

.footer p{
    margin: 15px 0px;
}

.footer-copyright{
    text-align: center;
    padding: 50px 0px ;
}

.footer-icon{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}


.footer-icon img{
    margin: 0px 20px;
    width: 53px;
    height: 90px;
    margin: auto 0px;
}

.footer-text{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: nowrap;
    gap: 50px;
    padding: 0px 100px;
    padding-top: 50px;
}

.footer-text a{
    margin-top: 15px;
}

.footer-callback p{
    padding-bottom: 10px;
}

.footer-times{
    margin-left: auto;
}

.footer-times-all{
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    gap: 20px
}

.footer-useful-links{
    display: grid;
    grid-template-columns: 1fr;
}

.white-bar{
    background-color: #fff;
    height: 3px;
    margin: 50px 100px;
}

.footer-callback a{
    background-color: #062053;
    color: #fff;
    font-size: 17px;
    padding: 10px 40px;
    padding-left: 30px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    border: 2px solid #fff;
    width: fit-content;
    transition: background-color 0.35s, color 0.35s, border-color 0.35s;
}

.footer-callback a i{
    color: inherit;
    font-size: 23px;
    margin: auto 0px;
    margin-right: 7px;
    
}

.footer-callback a:hover{
    background-color: white;
    color: #062053;
}

.footer .footer-copyright {
    margin: 0;
}

.footer-text-under{
    text-align: center;
}
.footer-text-under{
    padding:0 1em;
}

@media screen and (max-width: 890px) {
    .footer-text{
        grid-template-columns: 1fr 1fr;
    }
    .footer-times{
        margin: 0px;
    }

}
@media screen and (max-width: 580px) {
    .footer-text{
        grid-template-columns: 1fr;
        padding-left:50px;
        padding-right:50px;
    }
    .white-bar{
        margin: 50px 50px;
    }
}
@media screen and (max-width: 470px) {
    .responsive-menu img {
        width: 80%;
    }
    .main-text h1  {
        font-size: 50px;
    }
}











/*////////////Important at bottom/////////////*/

.hidden { display: none; }

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

.text-italic{
    font-style: italic;
}

.text-break{
    overflow-wrap: anywhere;
}

.footer-callback p span a {
    background-color: transparent;
    font-size: 16px;
    padding: 0px;
    padding-left: 0px;
    border-radius: 0px;
    font-weight: 400;
    display: block;
    border: none;
    width: auto;
    transition: none;
}





/*////////////////////////Zoom problem /////////////////////////*/

/*Too 150% ish zoom*/

@media screen and (max-width: 320px) {
    .bottom-form-box{
        margin: 0px;
        border-radius: 0px;
        padding: 32px 0px;
    }
    .bottom-form-left{
        width: 92vw;
        margin: 0px 4vw;
        margin-bottom: 25px;
    }
    .bottom-form-right{
        width: 92vw;
        margin: 0px 4vw;
    }
    .info-box{
        margin-left: 0px;
        margin-right: 0px;
    }
    .info-box-double, .info-box-single {
        padding: 32px 0px;
        border-radius: 0px;
        width: fit-content;
    }
    .icon-list, .info-box-blue-box, .info-box-blue-box h3, .info-box-blue-box p{
        width:fit-content;
    }
    .info-box-single > p, .info-box h3, .info-box-double p{
        width: 92vw;
        margin: 10px 4vw;
    }
    .info-box ol{
        width: 75vw;
        margin: 10px 13vw;
    }
    .info-box li{
        margin: 10px 0px;
    }
    .info-box h2{
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 700;
        width: 92vw;
        margin: 0px 4vw;
    }
    .icon-list div{
        width: 92vw;
        margin: 0px 4vw;
    }
    .info-box-double{
        padding: 0px;
    }
    .top-form{
        width: 93vw;
    }
    .form-image-button-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pension-form{
        width: 88%;
    }
    .main-top-intro-left{
        margin-top: 100px;
    }
    .header-top img, .header-logo {
        height: 42px;
    }
    .bottom-form-outer-box {
        padding-top: 320px;
    }
    .footer{
        margin: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
        grid-column: none;
    }
    .white-bar{
        margin: 30px 20px;
    }
    .footer-times-left{
        text-align: left;
    }
    .footer-times-right{
        text-align: right;
    }
    .footer .footer-text-under, .footer-copyright{
        width: 92vw;
        margin: 15px 4vw;
    }
    .footer .footer-copyright{
        margin: 35px 4vw;
    }
    .footer-callback a i{
        font-size: 35px;
    }
    .footer-callback a{
        padding: 10px 10px
    }

}
