/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Hero

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#hero{
    padding: 10px 0;
}
#hero .inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#hero .left{
    width: 50%;
}
#hero .left .text{
    padding: 0 150px 0 203px;
}
#hero h1{
    font-family: 'nowextrabold';
    font-size: 65px;
    line-height: 74px;
    margin-bottom: 40px;
}
#hero h1 .accent{
    color: var(--blue);
}
#hero .text p{
    font-size: 27px;
    font-family: 'nowmedium';
    line-height: 35px;
}
#hero .right{
    width: 50%;
}
#hero .right img{
    border-radius: 50%;
    border: 20px solid var(--light-blue);
    position: relative;
    z-index: 2;
    width: 666px;
    height: 666px;
}
#hero .right .wrap{
    position: relative;
}
#hero .right .wrap::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: var(--light-blue);
    z-index: 1;
}
#postcodeForm1{
    margin: 50px 0 0;
}
@media(max-width: 1830px){
    #hero .left .text{
        padding: 0 80px 0 203px;
    }
}
@media(max-width: 1700px){
    #hero .left .text{
        padding: 0 50px 0 203px;
    }
    #hero .right .wrap::after{
        width: 60%;
    }
}
@media(max-width: 1650px){
    #hero .left .text{
        padding: 0 80px 0 20px;
    }
}
@media(max-width: 1550px){
    #hero .right .wrap::after{
        width: 55%;
    }
}
@media(max-width: 1400px){
    #hero .right .wrap::after{
        width: 50%;
    }
}
@media(max-width: 1200px){
    #hero .left{
        width: 100%;
    }
    #hero .right{
        width: 100%;
        padding-left: 40px;
    }
    #hero .right .wrap::after{
        width: 70%;
    }
    #hero .left .text{
        padding: 30px 20px;
    }
}
@media(max-width: 1050px){
    #hero .right .wrap::after{
        width: 65%;
    }
}

@media(max-width: 991px){
    #hero .right .wrap::after{
        width: 60%;
    }
}
@media(max-width: 820px){
    #hero .right .wrap::after{
        width: 54%;
    }
}
@media(max-width: 730px){
    #hero .right .wrap::after{
        width: 76%;
    }
    #hero .right img{
        width: 300px;
        height: 300px;
    }
    #hero h1{
        font-size: 42px;
        line-height: 49px;
    }
    #hero .text p{
        font-size: 21px;
        line-height: 31px;
    }
}
@media(max-width: 576px){
    #hero .right .wrap::after{
        width: 70%;
    }
}

@media(max-width: 490px){
    #hero .right .wrap::after{
        width: 65%;
    }
}
@media(max-width: 420px){
    #hero .right .wrap::after{
        width: 60%;
    }
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Steps

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#steps{
    padding: 50px 0;
}
#steps .top{
    text-align: center;
}
#steps h2{
    font-size: 55px;
    font-family: 'nowblack';
    margin-bottom: 20px;
}
#steps h2 .accent{
    color: var(--blue);
}
#steps .top p{
    font-family: 'nowmedium';
    font-size: 27px;
    line-height: 35px;
}

#steps .step{
    background: var(--accent);
    display: flex;
    margin: 50px 0;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#steps .left{
    display: flex;
    align-items: center;
}
#steps .number{
    font-size: 212px;
    font-family: 'nowblack';
    color: var(--blue);
    padding: 20px 50px;
}
#steps .left .text{
    padding-right: 100px;
}

#steps .text h4{
    font-family: 'nowblack';
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}
#steps .text h4 .accent{
    color: var(--blue);
}
#steps .text p{
    color: var(--grey);
    font-size: 20px;
    line-height: 27px;
    font-family: 'nowregular';
}
#steps .text p strong {
    color: var(--black);
    font-size: 27px;
    line-height: 35px;
    font-family: 'nowmedium';
    font-weight: 500;
}
#steps .right{
    height: 100%;
    
}
#steps .right img{
    width: 324px;
    position: relative;
    z-index: 2;
    margin-right: 50px;
}

#steps .right .wrap::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: var(--light-blue);
    z-index: 1;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}
#steps .btn{
    margin-top: 30px;
}
@media(max-width: 1200px){
    #steps .step{
        flex-wrap: wrap;
        justify-content: center;
    }
    #steps .left{
        width: 100%;
        flex-wrap: wrap;
    }
    #steps .step{
        overflow-x: hidden;
    }
    #steps .right .wrap::after{
        top: auto;
        right: 50%;
        transform: translatex(50%);
        bottom:0;
        width: 120%;
        height: 200px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 40%;
        border-top-left-radius: 40%;
        border-bottom-left-radius: 15px;
    }
    #steps .number{
        font-size: 139px;
        font-family: 'nowblack';
        color: var(--blue);
        padding: 20px 50px;
        text-align: center;
        width: 100%;
    }
    #steps .left .text{
        padding-right: 0;
        padding: 0 20px 40px;;
    }
    #steps .right img{
        width: 261px;
        position: relative;
        z-index: 2;
        margin-right: 0;
        margin: 0 auto 30px;
        display: block;
    }
    
    
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Solutions

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#solutions {
    background: var(--accent);
}
#solutions .curve {
    width: 100%;
}
#solutions .top {
    margin-bottom: 40px;
}
#solutions .top h2 {
    text-align: center;
    font-size: 55px;
    margin-bottom: 10px;
    font-family: 'nowblack';
}
#solutions .top h2 .accent {
    color: var(--blue);
}
#solutions .top p {
    text-align: center;
    font-size: 27px;
    font-family: 'nowmedium';
}
#solutions .solution{
    margin: 30px 0;
}
#solutions .solution .inner {
    display: flex;
}
#solutions .solution .inner .right {
    padding: 0 40px;
}
#solutions .solution .inner .right h3 {
    font-size: 38px;
    font-family: 'nowblack';
    margin-bottom: 10px;
}
#solutions .solution .inner .right h3 .accent {
    color: var(--blue);
}
#solutions .solution .inner .right p {
    font-size: 20px;
    line-height: 27px;
}
#solutions .solution .inner .right p strong {
    font-size: 27px;
    line-height: 35px;
    font-family: 'nowmedium';
    font-weight: 500;
}
#solutions .solution .inner .right .btn {
    margin-top: 30px;
}
#solutions .container {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media(max-width: 767px){
    #solutions .solution .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #solutions .solution .inner .right .btn {
        margin: 0 auto;
        margin-top: 30px;
    }
    #solutions img{
        margin-bottom: 15px;
    }
    #solutions .top {
        margin-bottom: 20px;
    }
    #solutions .top h2 {
        font-size: 38px;
        line-height: 51px;
    }
    #solutions .top p {
        font-size: 21px;
        line-height: 31px;
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Start

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

start2

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#start2{
    position: relative;
    padding: 180px 0;
}
#start2 .inner{
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 120px;
}
#start2 h2{
    font-size: 55px;
    font-family: 'nowblack';
    margin-bottom: 20px;
}
#start2 h2 .accent{
    color: var(--blue);
}
#start2 p{
    font-size: 27px;
    line-height: 35px;
}

#start2 .curve{
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scaley(-1);
    width: 100%;
}
#start2 .postcode-form{
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}
@media(max-width: 767px){
    #start2 .curve{
        display: none;
    }
    #start2 .inner{
        padding: 30px 20px;
    }
    #start2 h2{
        font-size: 38px;
    }
    #start2 p{
        font-size: 21px;
        line-height: 31px;
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

success

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#success{
    padding: 50px 0;
}
#success .top {
    text-align: center;
    margin-bottom: 40px;
}
#success .top h2{
    font-size: 55px;
    font-family: 'nowblack';
    margin-bottom: 20px;
}
#success .top h2 .accent{
    color: var(--blue);
}
#success .top p{
    font-size: 27px;
    line-height: 35px;
}
#success .quote{
    padding: 10px 0;
}
#success .quote .inner{
    margin: 20px;
    background: var(--accent);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
#success .quote-mark{
    margin: 0 auto -20px;
    position: relative;
    top: -50px;
    z-index: 9999;
}
#success .quote-text{
    font-size: 20px;
    line-height: 31px;
}
#success .quote-name{
    font-family: 'nowmedium';
    font-size: 22px;
    line-height: 35px;
}

#success .slick-dots li button .slick-dot-icon {
    opacity: 1;
}

#success .slick-dots li.slick-active button .slick-dot-icon::before {
    color: var(--blue);
    background: var(--blue);
    opacity: 1;
}

#success .slick-dots li button .slick-dot-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px var(--blue);
}
#success .slick-autoplay-toggle-button{
    display: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

About

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#about{
    padding: 10px 0;
}
#about .inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#about .left{
    width: 50%;
}
#about .left .text{
    padding: 0 150px 0 203px;
}
#about h2{
    font-family: 'nowextrabold';
    font-size: 55px;
    margin-bottom: 40px;
}
#about h2 .accent{
    color: var(--blue);
}
#about .text p{
    font-size: 20px;
    line-height: 27px;
}
#about strong{
    font-family: 'nowmedium';
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
}
#about .right{
    width: 50%;
}
#about .right img{
    border-radius: 50%;
    border: 20px solid var(--light-blue);
    position: relative;
    z-index: 2;
}
#about .right .wrap{
    position: relative;
}
#about .right .wrap::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: var(--light-blue);
    z-index: 1;
}
#about .btn{
    margin-top: 40px;
}

@media(max-width: 1700px){
    #about .left .text{
        padding: 0 50px 0 203px;
    }
    #about .right .wrap::after{
        width: 60%;
    }
}
@media(max-width: 1650px){
    #about .left .text{
        padding: 0 80px 0 20px;
    }
}
@media(max-width: 1550px){
    #about .right .wrap::after{
        width: 55%;
    }
}
@media(max-width: 1400px){
    #about .right .wrap::after{
        width: 50%;
    }
}
@media(max-width: 1200px){
    #about .left{
        width: 100%;
    }
    #about .right{
        width: 100%;
        padding-left: 40px;
    }
    #about .right .wrap::after{
        width: 70%;
    }
    #about .left .text{
        padding: 30px 20px;
    }
}
@media(max-width: 1050px){
    #about .right .wrap::after{
        width: 65%;
    }
}

@media(max-width: 991px){
    #about .right .wrap::after{
        width: 62%;
    }
}
@media(max-width: 820px){
    #about .right .wrap::after{
        width: 54%;
    }
}
@media(max-width: 730px){
    #about .right .wrap::after{
        width: 76%;
    }
    #about .right img{
        width: 300px;
    }
}
@media(max-width: 576px){
    #about .right .wrap::after{
        width: 70%;
    }
}

@media(max-width: 490px){
    #about .right .wrap::after{
        width: 65%;
    }
}
@media(max-width: 420px){
    #about .right .wrap::after{
        width: 60%;
    }
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Advice

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#advice{
    padding: 50px 0;
}
#advice .container{
    max-width: 1500px;
}
#advice .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#advice .top h2{
    margin: 40px 0 40px;
    font-family: 'nowblack';
    font-size: 55px;
}
#advice .top .accent{
    color: var(--blue);
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

FAQs

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#faqs{
    background: var(--accent);
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}
#faqs .curve{
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scaley(-1);
    width: 100%;
}
#faqs .buttons{
    display: flex;
    justify-content: center;
    margin: 50px 0 20px;
}
#faqs .buttons a{
    margin: 0 10px;
}
#faqs .top{
    text-align: center;
    margin-bottom: 50px;
}
#faqs .top h2{
    font-family: 'nowblack';
    font-size: 55px;
    margin-bottom: 20px;
}
#faqs .top h2 .accent{
    color: var(--blue);
}
#faqs .top p{
    font-family: 'nowmedium';
    font-size: 27px;
    line-height: 35px;
}

#faqs .faq {
  list-style: none;
  padding-left: 20px;
  padding-right: 40px;
}
#faqs .faq li {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 15px;
}
#faqs .faq li.active .answer {
  max-height: 1000px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
#faqs .faq li.active .question {
  color: var(--blue);
  transition: color 0.5s ease;
}
.faq .answer {
  font-family: 'nowregular';
  font-size: 20px;
  line-height: 31px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  right: -40px;
  top: 50%;
  z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: var(--blue);
  content: '';
  height: 5px;
  right: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
  transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq .question {
  font-family: 'nowbold';
  font-size: 27px;
    line-height: 31px;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faq .question {
    font-size: 18px;
  }
}




#faqs .accordion-item {
    background-color: transparent;
    border: 0;
}
#faqs .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    font-family: 'nowbold';
    font-size: 27px;
    line-height: 31px;
    color: var(--black);
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
}
#faqs .accordion-body {
    padding: 1rem 1.25rem;
      font-family: 'nowregular';
  font-size: 20px;
  line-height: 31px;
}
#faqs .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C4D9B'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

why

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#why{
    padding: 10px 0 50px;
}
#why .inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#why .left{
    width: 50%;
}
#why .left .text{
    padding: 0 150px 0 203px;
}
#why h2{
    font-family: 'nowextrabold';
    font-size: 55px;
    margin-bottom: 40px;
}
#why h2 .accent{
    color: var(--blue);
}
#why .text p{
    font-size: 20px;
    line-height: 27px;
}
#why strong{
    font-family: 'nowmedium';
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
}
#why .right{
    width: 50%;
}
#why .right img{
    border-radius: 50%;
    border: 20px solid var(--light-blue);
    position: relative;
    z-index: 2;
}
#why .right .wrap{
    position: relative;
}
#why .right .wrap::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: var(--light-blue);
    z-index: 1;
}
#why .btn{
    margin-top: 40px;
}

@media(max-width: 1700px){
    #why .left .text{
        padding: 0 50px 0 203px;
    }
    #why .right .wrap::after{
        width: 60%;
    }
}
@media(max-width: 1650px){
    #why .left .text{
        padding: 0 80px 0 20px;
    }
}
@media(max-width: 1550px){
    #why .right .wrap::after{
        width: 55%;
    }
}
@media(max-width: 1400px){
    #why .right .wrap::after{
        width: 50%;
    }
}
@media(max-width: 1200px){
    #why .left{
        width: 100%;
    }
    #why .right{
        width: 100%;
        padding-left: 40px;
    }
    #why .right .wrap::after{
        width: 70%;
    }
    #why .left .text{
        padding: 30px 20px;
    }
}
@media(max-width: 1050px){
    #why .right .wrap::after{
        width: 65%;
    }
}

@media(max-width: 991px){
    #why .right .wrap::after{
        width: 62%;
    }
}
@media(max-width: 820px){
    #why .right .wrap::after{
        width: 54%;
    }
}
@media(max-width: 730px){
    #why .right .wrap::after{
        width: 76%;
    }
    #why .right img{
        width: 300px;
    }
}
@media(max-width: 576px){
    #why .right .wrap::after{
        width: 70%;
    }
}

@media(max-width: 490px){
    #why .right .wrap::after{
        width: 65%;
    }
}
@media(max-width: 420px){
    #why .right .wrap::after{
        width: 60%;
    }
}