/* ===================================
    Custom fonts
====================================== */
@font-face {
    font-family: 'avenir45_book';
    src: url('../fonts/avenir-book-webfont.woff2') format('woff2'),
         url('../fonts/avenir-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir85_heavy';
    src: url('../fonts/avenir-heavy-webfont.woff2') format('woff2'),
         url('../fonts/avenir-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir65_medium';
    src: url('../fonts/avenir-medium-webfont.woff2') format('woff2'),
         url('../fonts/avenir-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mokokobold';
    src: url('../fonts/mokokobd-webfont.woff2') format('woff2'),
         url('../fonts/mokokobd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-semi';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-extra-bold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===================================
   Reset
====================================== */

:root{
    /*--Colours--*/
    --xlight-blue: #e5effd;
    --light-blue: #92b2e4;
    --blue: #001788;
    --grey: #eff5f9;
    --white: #ffffff;
    --black: #000000;
    --light-black: #191919;
    --yellow: #ffd048;
    --green: #02af54;
    --bg-grey: #f0f0f0;
    /*--Fonts--*/
    --avenir-book: 'avenir45_book', sans-serif;
    --avenir-heavy: 'avenir85_heavy', sans-serif;
    --avenir-medium: 'avenir65_medium', sans-serif;
    --alt-font: 'mokokobold', sans-serif;
    --font-primary: 'Montserrat-semi', sans-serif;
    --font-bold: 'Montserrat-bold', sans-serif;
    --font-semi-bold: 'Montserrat-medium', sans-serif;
    --font-medium: 'Montserrat-medium', sans-serif;
    --font-regular: 'Montserrat-regular', sans-serif;
    --font-extra-bold: 'Montserrat-extra-bold', sans-serif;
    /*--Text Sizing--*/
    --font-xlarge: 4.375rem;
    --font-large: 3.75rem;
    --font-med-large: 3.5rem;
    --font-med: 3.125rem;
    --font-small: 2.25rem;
    --font-xsmall:2rem;
    --font-small-med:1.375rem;
    --font-base: 1.25rem;
    --font-second-base: 1rem;
    --font-body: 0.875rem;
}
body{
    box-sizing: border-box;
    font-size: var(--font-body);
    overflow-x: hidden;
}
html {
    color: var(--light-black);
    font-size: 100%;
    line-height: normal;
    box-sizing: border-box;
    background: var(--xlight-blue);
    overflow-x: hidden;
}
div{
    box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

/* ===================================
    Custom
====================================== */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
strong {
    font-family: var(--font-semi-bold);
}
.ani{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ani:hover{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.section{
    padding: 60px 0px;
}
.section-pad{
    padding: 40px 0px;
}
img.image-global {
    width: 100%;
}
.uk-mb-0 {
    margin-bottom: 0;
}
.content{
    justify-content: space-between;
}

.section {
    z-index: 10;
    position: relative;
}

/* ===================================
    Typography
====================================== */

h1{
    font-family: var(--font-primary);
    color: var(--black);
}
h1 em{
    font-family: var(--font-primary-itallic);
}
h2{
    font-family: var(--font-primary);
    color: var(--blue);
}
h3{
    font-family: var(--font-semi-bold);
}
h4{
    font-size: var(--font-small);
}
h4, h5, h6{
    font-family: var(--font-semi-bold);
}
p, a{
    font-family: var(--font-regular);
    font-size: var(--font-body);
    color: var(--light-black);
}
h1{
    font-size: var(--font-xlarge);
}
h2{
    font-size: var(--font-med-large);
}

/*-- Fonts color --*/

em.green, span.green{
    color: var(--green);
}
em.yellow, span.yellow{
    color: var(--yellow);
}
em.pink, span.pink{
    color: var(--pink);
}
p.large{
    font-size: var(--font-medium);
}
p a{
    display: inline;
    border-bottom: 2px solid var(--blue);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--black);
}
p a:hover{
    text-decoration: none;
    color: var(--blue);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul{
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
ul li{
    font-family: var(--font-semi-bold);
    font-size: var(--font-body);
    margin: 10px 0px;
}
p {
    font-family: var(--font-medium);
    line-height: 20px;
}

/* container */

.uk-container-large {
    max-width: 1335px;
}


/* ===================================
    Header
====================================== */

.header{
    padding: 14px 0px;
    z-index: 9999;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header.uk-active{
    background: var(--white);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.header.uk-active .button-white{
    background: var(--pink);
    color: var(--white);
}
.header .button{
    margin: 0 !important;
}

/* ===================================
    Buttons
====================================== */

.button{
    padding: 16px 30px;
    background: var(--yellow);
    color: var(--black);
    display: inline-block;
    box-sizing: border-box;
    font-family: var(--font-primary);
    font-size: var(--font-second-base);
    border-radius: 2px;
}
.button-line{
    border: 2px solid var(--white);
    padding: 13px 30px;
}
.button-blank{
    background: transparent;
    padding: 0px 0px;
    color: var(--black);
    border: 2px solid var(--black);
}
.button-blank.white{
    color: var(--white);
}
.button.large{
    padding: 20px 50px;
    width: 100%;
    display: block;
    font-size: var(--font-medium);
    box-sizing: border-box;
}
.button:hover{
    text-decoration: none;
    color: inherit;
    background-color: #deb643;
}

/*Green*/

.button-green{
    background: var(--green);
}

/*White*/

.button-white.green{
    color: var(--green) !important;
}
.button-yellow{
    background: var(--yellow);
    color: var(--black);
}
.button-blue{
    background: var(--blue);
    color: var(--white);
}
.button.right-i svg{
    margin-left: 10px;
}
.button.left-i svg{
    margin-right: 10px;
}

/*--CTA Strip--*/

.cta-strip{
    padding: 0px 0px;
}

/* header background-image-style-01 */
.header .background-image-style-01 {
    top: -600px;
    left: -250px;
    z-index: -1;
    transform: rotate(22deg);
}
.header .background-image-style-01 svg {
    width: 1200px;
    height: auto;
}


/* background-image-style-02 */
.background-image-style-02 {
    top: -200px;
    left: 0;
    z-index: 8;
    width: 100%;
}
.background-image-style-02 svg {
    width: 100%;
    height: auto;
}

/* background-image-style-03 */
.background-image-style-03 {
    top: 140px;
    right: -1010px;
    z-index: -1;
    width: 100%;
}
.background-image-style-03 svg {
    width: 60%;
    height: auto;
}

/* background-image-style-04 */
.background-image-style-04 {
    top: 0;
    left: 0;
    z-index: -1;
    width: 95%;
}
.background-image-style-04 svg {
    width: 100%;
    height: auto;
}

/* background-image-style-05 */
.background-image-style-05 {
    top: 300px;
    right: -600px;
    z-index: -1;
    width: 100%;
}
.background-image-style-05 svg {
    width: 100%;
    height: auto;
}

/* video-with-img */
.section.video-with-img {
    padding-top: 100px;
    padding-bottom: 200px;
    overflow: hidden;
}
.video-with-img img {
    border-radius: 20px;
    opacity: 0.8;
}
.video-with-img .img-bg {
    background-color: var(--xlight-blue);
}
.video-with-img .play-button .play-video-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.video-with-img .play-button .play-video-btn.playing {
    display: none;
}
.video-with-img .play-button .play-video-btn.playing + video {
    opacity: 1;
}
.video-with-img .play-button svg {
    width: 45px;
    height: 45px;
}
.video-with-img .dot-pattern-02 {
    bottom: -52px;
    right: 368px;
}
.video-with-img .img-bg {
    border-radius: 20px;
}
.video-with-img .blob {
    bottom: -300px;
    right: -458px;
    transform: rotate(15deg);
    z-index: -1;
}
.video-with-img .blob svg {
    width: 1200px;
    height: auto;
}
.video-with-img .video-wrapper {
    width: 100%;
}
.video-with-img .video-wrapper .play-button {
    background-image: url(../img/video-img-01.png);
    background-size: cover;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.video-with-img .video-wrapper video {
    border-radius: 18px;
    opacity: 0;
}
/* /video-with-img */

/*-- Hero Banner ---*/

#hero{
    padding: 160px 0px 220px 0px;
    z-index: 5;
    position: relative;
}
#hero .review-solicitors svg {
    width: 49%;
}
#hero .title h1{
    font-family: var(--alt-font);
    color: var(--blue)!important;
    line-height: 70px;
    margin-bottom: 0px;
    margin-top: 22px;
    font-size: 3.3rem;
}
#hero .hero-content .title p{
    font-family: var(--font-medium);
    font-size: var(--font-base);
    line-height: 28px;
    width: 84%;
    margin-top: 25px;
    margin-bottom: 0;
}
#hero .points .point h4{
    margin: 0px;
    font-family: var(--font-medium);
    width: 80%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
#hero .title {
    margin-bottom: 25px;
}
#hero .points .point .check{
    color: var(--yellow);
    margin:0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}
#hero .point-inner {
    width: 40%;
}
#hero ul.star-icon {
    list-style-type: none;
    margin-left: 5px;
}
#hero ul.star-icon svg path {
    fill: var(--green);
}
#hero ul.star-icon li {
    margin: 0 1px;
    list-style: none;
}
#hero .star-text {
    margin-bottom: 12px;
}
#hero .star-text h5 {
    font-size: 17px;
    font-family: var(--font-medium);
    color: var(--green);
}
#hero ul.brand-logo-wrapper {
    list-style-type: none;
    margin-left: 0;
    margin-top: 40px;
}
#hero ul.brand-logo-wrapper li {
    margin-right: 25px;
}
#hero .brand-logo-wrapper img {
    max-height: 65px;
    max-width: 100%;
}
#hero #hero-form {
    width: 100%;
}
.hero-content {
    padding-bottom: 70px;
    
}

.lp-hero-content {
    max-width: 500px
}

#hero .dot-pattern {
    top: 14%;
    right: -50px;
}

/* image-with-contnet-01 */
.image-with-contnet-01 .content {
    padding-right: 128px;
}
.image-with-contnet-01 .content h5 {
    font-size: var(--font-xsmall);
    line-height: 46px;
    font-family: var(--alt-font);
    margin-bottom: 35px;
    color: var(--light-black);
}
.image-with-contnet-01 .content p {
    margin-top: 0;
    margin-bottom: 20px;
}
.image-with-contnet-01 .content p:last-child {
    margin-bottom: 0;
}
/* /image-with-contnet-01 */

/* image-with-contnet-02 */
.image-with-contnet-02 {
    padding-top: 0;
}
.image-with-contnet-02 .content {
    padding-left: 130px;
    padding-right: 20px;
}
.image-with-contnet-02 .content h5 {
    font-size: var(--font-xsmall);
    line-height: 46px;
    font-family: var(--alt-font);
    margin-bottom: 40px;
    color: var(--light-black);
}
.image-with-contnet-02 .content p {
    margin-top: 0;
    margin-bottom: 30px;
}
.image-with-contnet-02 .content p:last-child {
    margin-bottom: 0;
}
.image-with-contnet-02 .content .sub-text {
    font-family: var(--font-bold);
    margin-bottom: 0;
}
.image-with-contnet-02 .content ul {
    width: 48%;
    list-style: none;
    margin-left: 0;
}
.image-with-contnet-02 .content .list {
    margin-top: 5px;
}
.image-with-contnet-02 .content .list ul li {
    padding-left: 28px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}
.image-with-contnet-02 .content .list ul li::before {
  content: url('../img/correct-icon.svg');
  position: absolute;
  left: 0;
  top: 0;
}
.image-with-contnet-02 .content .second {
    margin-top: 10px;
    margin-bottom: 20px;
}
/* /image-with-contnet-02 */

/*-- Form ---*/
#form-primary ::placeholder {
    color: #757575;
}

#form-primary{
    padding-top: 120px;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    position: relative;
}
#form-primary:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.main-form{
    position: relative;
}
.form-intro{
    display: block;
    margin-bottom: 30px;
}
#form h3{
    font-family: var(--font-primary);
    font-size: 30px;
    color: var(--light-black);
    margin-bottom: 15px;
}
#form{
    background: var(--white);
    padding: 35px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    border: 4px solid var(--black);
}
#form .form-arrow{
    position: absolute;
    left: -80px;
    top: 70px;
    max-width: 100px;
}
#form p{
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    width: 80%;
    margin: auto;
}
#form label{
    font-family: var(--font-semi-bold);
    font-weight: var(--font-400);
    font-size: 15px;
    color: var(--black);
    margin-bottom: 5px;
    display: block;
}
#form label a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
#form label a:hover {
    text-decoration: underline;
}
#form .form-row{
    margin-bottom: 0px;
}
#form .form-row.slider{
    margin-bottom: 20px;
    background: var(--grey);
    padding: 10px;
    border-radius: 5px;
}
#form .input-container{
    display: block;
    width: 100%;
    position: relative;
}
#form .input-container .icon{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 13px;
}
#form .input-container .icon-down{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 18px;
    pointer-events: none;
    width: 20px;
}
#form .input-container .icon svg path,
#form .input-container .icon-down svg path{
    fill: var(--black);
}
#form .input-container.container-textarea .icon {
    top: 0;
    margin-top: 22px;
}
#form .input-container.container-textarea .icon svg path {
    fill: inherit;
}
#form input, #form select{
    width: 100%;
    box-sizing: border-box;
}
#form select:hover{
    cursor: pointer;
}
#form textarea{
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    border: none;
    border-bottom: 2px solid var(--grey);
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form input[type="number"],
#form textarea{
    font-family: var(--font-medium);
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--bg-grey);
    background: var(--bg-grey);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="number"],
#form textarea{
    padding: 22px 18px 22px 45px;
}
#form input:hover,
#form input:focus,
#form input:valid,
#form select:hover,
#form select:focus,
#form textarea:hover,
#form textarea:focus,
#form textarea:valid{
    border-color: var(--grey);
}
#form input.error,
#form select.error {
    border-color: var(--red);
}
#form .form-row.checkbox label{
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
#form .form-row.checkbox input{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#form button{
    width: 100%;
    border-radius: 6px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: var(--font-primary);
    font-size: var(--font-small-med);
    padding: 20px 0px;
    background: var(--yellow);
    color: var(--black);
    display: block;
    width: 100%;
}
#form button:disabled,
#form button[disabled]{
    pointer-events:none;
    opacity: 0.5;
}
#form button svg{
    margin-left: 10px;
    margin-bottom: 2px;
}
#form button:hover{
    opacity: 0.5;
    cursor: pointer;
}
#form label.error{
    background: red;
    color: var(--white);
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    display: none !important;
    box-sizing: border-box;
    margin-top: 5px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 28px;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 2px solid var(--black);
    background: #FFF;
    border-radius: 3px;
    box-shadow: inset 0 0px 0px var(--blue), 0 0 0 var(--blue);
    -webkit-transition: all .275s;
    transition: all .275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: 14px;
    left: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: var(--black);
}
[type="checkbox"]:disabled:checked + label:after {
    color: var(--black);
}
[type="checkbox"]:disabled + label {
    color: var(--black);
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 0px 0px var(--black), 0 0 0 2px var(--black);
}

/* Footer */
.landing-footer{
    padding: 100px 0px;
}
.landing-footer p {
    font-family: var(--font-semi-bold);
    margin-top: 0;
    margin-bottom: 0;
}
.landing-footer a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-family: var(--font-primary);
    margin-right: 25px;
    transition: all 0.3s;
}
.landing-footer a:last-child {
    margin-right: 0;
}
.landing-footer a:hover {
    color: var(--yellow);
}
.landing-footer a:hover svg path {
    fill: var(--yellow);
}
.landing-footer a svg path {
    transition: all 0.3s;
}
.landing-footer a svg {
    width: 13px;
    height: auto;
    margin-left: 10px;
}
.landing-footer span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    font-family: var(--font-medium);
}
.landing-footer span a {
    margin-top: 0;
    color: var(--white);
    margin-left: 5px;
    text-decoration: underline;
}
.landing-footer .footer-body {
    margin-top: 20px;
}
.footer-blob {
    bottom: 0;
    left: 0;
    z-index: -2;
}
.footer-blob svg {
    width: 100%;
    height: auto;
}
.footer-blob svg path {
    fill: #92B2E4;
}
.footer-blob-03 {
    top: -80px;
    left: 0;
    height: 150px;
    overflow: hidden;
}
.landing-footer.second {
    padding-top: 0;
    padding-bottom: 0;
}


/*--Thank you page --*/
.thankyou-main {
    overflow: hidden;
    padding-bottom: 60px !important;
}
.thankyou-main .hero-content {
    padding-bottom: 0;
}
.thankyou {
    background-color: var(--white);
    padding: 35px;
    border-radius: 10px;
    border: 4px solid var(--black);
}
.thankyou .dot-pattern {
    top: 14%;
    right: -50px;
    z-index: -1;
}
.thankyou .thankyou-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thankyou h3 {
    font-family: var(--font-primary);
    font-size: 30px;
    color: var(--light-black);
    margin-bottom: 15px;
}
.thankyou p {
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    width: 95%;
    margin: auto;
}

/*-- border class ---*/
.section-border-bottom {
    border-bottom: 1px solid var(--light-grey);
}

/*--FAQs--*/

.section-faq .title h3 {
    font-family: var(--alt-font);
    font-size: var(--font-xsmall);
    color: var(--light-black);
    line-height: 46px;
    margin-bottom: 50px;
} 
.faqs{
    margin: 0px;
    padding: 0px;
}
.faqs li{
    background: var(--white);
    color: var(--black);
    border-radius: 10px;
    margin: 10px 0px;
}
.faqs li:last-child {
    margin-bottom: 0;
}
.faqs li a.uk-accordion-title{
    font-size: 19px;
    font-family: var(--font-primary);
    padding: 23px 32px 23px 42px;
    color: var(--light-black);
}
.faqs li .uk-accordion-content{
    padding: 0 130px 15px 42px;
    margin-top: 0;
}
.faqs li {
    border: 4px solid var(--light-black);
}
.faqs li.uk-open {
    border-color: var(--yellow);
}
.faqs li .border-03 {
    border-top: 2px solid var(--light-black);
}
.faqs .uk-accordion-title::before {
    background-image: url(../img/plus-sharp-regular.svg);
}
.faqs .uk-open .uk-accordion-title::before {
    background-image: url(../img/minus-sharp-regular.svg);
}
.section-faq .dot-pattern-03 {
    top: 72px;
    left: -30px;
    z-index: -1;
}

/*-- Case studies banner --*/
.case-studies-banner img {
    max-height: 100px;
}

/* process-making */
.process-making {
    overflow: hidden;
}
.process-making h3 {
    font-size: var(--font-med);
    font-family: var(--alt-font);
    color: var(--light-black);
}
.process-making .title-wrapper {
    margin-bottom: 160px;
}
/* /process-making */

/*-- process-making-slider --*/
.testimonials,
.process-making-slider {
    cursor: pointer;
}
.process-making-slider .index-number {
    display: inline-block;
    background-color: var(--blue);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}
.process-making-slider .index-number h3 {
    font-size: 30px;
    color: var(--light-black);
    font-family: var(--alt-font);
    margin-bottom: 0;
    color: var(--white);
}
.process-making-slider h4 {
    font-family: var(--alt-font);
    color: var(--light-black);
    font-size: var(--font-small-med);
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.process-making-slider p {
    margin-bottom: 20px;
}
.process-making-slider p:last-child {
    margin-bottom: 0;
}
.process-making-slider .uk-card-body {
    padding: 25px;

}
.process-making-slider .uk-card {
    border: 4px solid var(--light-black);
    border-radius: 14px;
}
.process-making-slider .uk-card .border-01 {
    border-top: 8px solid var(--blue);
    width: calc(100% + 50px);
    top: -28px;
    left: 45px;
}
.process-making-slider .uk-card .border-02 {
    height: 24px;
    width: 8px;
    background-color: var(--blue);
    top: -28px;
    left: 60px;
}
.process-making-slider .uk-slider {
    overflow: visible;
}

.process-making-slider .slider-button {
    top: -115px;
    left: calc(50% - 80px );
}
.testimonials .slider-button .button,
.process-making-slider .slider-button .button {
    padding: 14px;
    margin: 0 6px;
}

.testimonials .slider-button .button.uk-slidenav-previous svg,
.process-making-slider .slider-button .button.uk-slidenav-previous svg {
    transform: rotate(180deg);
}
.testimonials .slider-button .button svg,
.process-making-slider .slider-button .button svg {
    width: 24px;
}
/*-- /process-making-slider --*/

/* case-studies */
.case-studies {
    padding-top: 0px;
}
.case-studies .title-wrapper h3 {
    font-size: var(--font-med);
    font-family: var(--alt-font);
    color: var(--light-black);
    line-height: 50px;
}
/* /case-studies */

/* excellent */
.excellent {
    padding-bottom: 180px;
}
.excellent .excellent-title {
    margin-bottom: 60px;
}
.excellent .excellent-title h3 {
    font-size: var(--font-xsmall);
    font-family: var(--avenir-heavy);
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--light-black);
}
.excellent .excellent-title p {
    font-family: var(--avenir-book);
    font-size: 21px;
    line-height: 24px;
    color: #131425;
}
.excellent .uk-card-body {
    padding: 20px 15px;
}
.excellent .uk-card-body p {
    font-size: 16px;
    font-family: var(--avenir-medium);
    line-height: 24px;
    color: #3c3c3c;
    margin-top: 15px;
    margin-bottom: 10px;
}
.excellent .uk-card-body span {
    font-family: var(--avenir-book);
    font-size: 16px;
    color: #8D8D8D;
    display: inline-block;
}
.excellent .card-block {
    margin-top: 0;
}
/* /excellent */

/*-- Testimonials --*/
.testimonials .uk-card h3 {
    font-size: var(--font-med);
    font-family: var(--alt-font);
    line-height: 51px;
    margin-top: 0;
    color: var(--blue)
}
.testimonials .client-slider-text p.sub-text,
.testimonials .client-slider-text p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.testimonials .client-slider-text .button {
    pointer-events: none;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.testimonials .uk-card-body {
    padding: 0 !important;
}
.testimonials .client-slider-img {
    height: 320px;
}
.testimonials .client-slider-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0;
}
.testimonials .client-slider-text {
    padding: 20px 30px 30px 30px;
}
.testimonials .uk-card:hover {
    border: 4px solid #FFD048;
}
.testimonials .uk-card {
    border-radius: 6px;
    background-color: var(--white);
    box-shadow: none;
    height: 100%;
    overflow: hidden;
    border: 4px solid #191919;
    border-radius: 14px;
}
.testimonials .client-slider-img .contnet-text {
    top: 30px;
    right: 30px;
    background-color: var(--blue);
    border-radius: 7px;
    padding: 6px 17px;
}
.testimonials .client-slider-img .contnet-text span {
    font-size: 12px;
    line-height: 17px;
    font-family: var(--alt-font);
    color: var(--white);
}
.testimonials .slider-button {
    text-align: center;
    margin-top: 30px;
}
/*-- /Testimonials --*/

/* CTA strip new */
.cta-strip-new {
    background-image: url('../img/blob(3)-big.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100vh;
}
.cta-strip-new .bg-img {
    height: 100%;
    display: flex;
}
.cta-strip-new .bg-img h2 {
    font-size: var(--font-large);
    line-height: 78px;
    font-family: var(--alt-font);
    padding: 0 50px;
}
.cta-strip-new .bg-img p {
    font-size: var(--font-small-med);
    line-height: 32px;
    color: var(--light-black);
    font-family: var(--font-medium);
    margin-bottom: 40px;
}
.cta-strip-new .bg-img .button {
    font-size: 22px;
    font-family: var(--font-semi-bold);
    border: 3px solid var(--light-black);
    border-radius: 6px;
    padding: 18px 98px;
}
.cta-strip-new .bg-img .button svg {
    width: 19px;
    height: auto;
    margin-bottom: 2px;
}
.cta-strip-new .content-wrapper {
    margin-top: -50px;
}

/* image-with-contnet-03 */
.image-with-contnet-03 .content {
    padding-left: 170px;
}
.image-with-contnet-03 h3 {
    font-size: var(--font-med-large);
    font-family: var(--alt-font);
    color: var(--blue);
    line-height: 62px;
    margin-bottom: 5px;
}
.image-with-contnet-03 h4 {
    font-size: var(--font-xsmall);
    font-family: var(--alt-font);
    line-height: 46px;
    color: var(--light-black);
    margin-top: 0;
    margin-bottom: 40px;
}
/* /image-with-contnet-03 */

/* /CTA strip new */

/* ===================================
    Helper classes
====================================== */

.hidden,
[hidden] {
    display: none !important;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.mob-title{
    display: none;
}

/* ===================================
    media query responsive
====================================== */

@media only screen and (max-width: 1599px) {
    #hero {
        background-position: left 20px bottom;
        padding-top: ;
    }
    #hero .title h1 {
        font-size: 4.063rem;
    }
    #hero #hero-form {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    #hero .form-right {
        padding-left: 60px;
    }
    #hero .point-inner {
        width: 50%;
    }
    .header .background-image-style-01 {
        top: -650px;
    }
}

@media only screen and (max-width: 1536px) {
    .cta-strip .button{
        padding: 18px 0px;
    }
    .hero-content{
        position: relative;
        z-index: 4;
    }
    #hero .points .point h4{
        width: 85%;
    }
}

@media only screen and (max-width: 1440px) {
    #hero{
        padding: 120px 0px 50px 0px;
    }
    #hero .points .point .check {
        margin-top: 2px;
    }
    #hero {
        background-position: left -60px bottom;
    }
    #hero #hero-form {
        width:88%;
        margin-left: 0;
        margin-right: 0;
    }
    #hero .form-right {
        padding-left: 80px;
    }
    #hero .title h1 {
        font-size: 3.75rem;
        line-height: 4.375rem;
    }
    .background-image-style-02 {
        top: -150px;
    }
    .image-with-contnet-01 .content {
        padding-right: 100px;
    }
    .image-with-contnet-01 .content h5,
    .image-with-contnet-02 .content h5 {
        line-height: 2.5rem;
        margin-bottom: 25px;
    }
    .image-with-contnet-02 .content p {
        margin-bottom: 20px;
    }
    .image-with-contnet-03 .content {
        padding-left: 100px;
        padding-right: 50px;
    }
    .image-with-contnet-03 h3 {
        margin-bottom: 10px;
    }
    .image-with-contnet-03 h4 {
        line-height: 2.625rem;
        margin-bottom: 25px;
    }
    .cta-strip-new .bg-img h2 {
        line-height: 4.5rem;
    }
    .section.video-with-img {
        padding-top: 60px;
    }
    .excellent {
        padding-bottom: 60px;
    }
    .landing-footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .landing-footer span {
        margin-top: 100px;
    }
    .background-image-style-04 {
        top: 150px;
        left: 0;
        width: 100%;
    }
    .background-image-style-05 {
        right: -350px;
    }
    .section.video-with-img {
        padding-bottom: 150px;
    }

}

@media only screen and (max-width: 1280px) {
    #hero .title h3 {
        line-height: 1.2;
    }
    #hero {
        padding: 160px 0px 60px 0px;
    }
    #hero {
        background-position: left -160px bottom;
    }
    #hero .form-right {
        padding-left: 40px;
    }
    .image-with-contnet-01 .content {
        padding-right: 40px;
    }
    .image-with-contnet-02 .content {
        padding-left: 60px;
        padding-right: 0px;
    }
    .image-with-contnet-03 .content {
        padding-left: 60px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .content-right-left {
        padding-bottom: 0 !important;
    }
    .section-faq {
        padding-bottom: 0 !important;
    }
    #hero .points .point h4 {
        width: 93%;
    }
    #hero .points .point .check {
        margin-right: 7px;
    }
    #hero {
        background-position: center bottom;
    }
    .hero-content {
        padding-bottom: 30px;
    }
    #hero #hero-form {
        width: 100%;
    }
    #hero .point-inner {
        width: 100%;
        margin-top: 10px;
    }
    #hero .hero-content .title p {
        width: 100%;
    }
    .image-with-contnet-01 .content {
        padding-right: 0;
    }
    .image-with-contnet-03 .content,
    .image-with-contnet-02 .content {
        padding-left: 30px;
        padding-right: 0px;
    }
    .background-image-style-02 {
        top: -70px;
    }
    .background-image-style-03 {
        top: 220px;
        right: -550px;
    }
    .background-image-style-05 {
        top: 500px;
        right: -250px;
    }
    .image-with-contnet-03 h3 {
        font-size: 3.125rem;
        line-height: 3.438rem;
    }
    .cta-strip-new .bg-img h2 {
        font-size: 3.125rem;
        line-height: 3.25rem;
        padding: 0;
    }
    .cta-strip-new .bg-img p {
        margin-bottom: 30px;
    }
    .cta-strip-new .bg-img .button {
        padding: 18px 60px;
    }
    .faqs li .uk-accordion-content {
        padding: 0 100px 15px 42px;
    }
    .background-image-style-04 {
        top: 250px;
        left: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .hide-tab{
        display: none;
    }
    .hero-content .hero-points .hero-point-inner span.content{
        padding-left: 0px;
    }
    .hero-content .hero-points{
        margin-top: 0px;
    }
    .process-making-slider .client-slider-text > p:first-child {
        margin-bottom: 15px;
    }
    .testimonials .client-slider-text > p:first-child {
        margin-bottom: 15px;
    }
    
}

@media only screen and (min-width: 960px) and (max-width: 1199px)  {
    #form {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 959px) {
    .thankyou {
        padding: 250px 35px;
    }
    .thankyou p {
        width: 70%;
    }
    .form-right {
        margin-left: 0;
    }
    .cta-strip h2{
        text-align: center;
    }
    #hero {
        padding: 130px 0px 45px 0px;
    }
    #hero .points .point .check {
        margin-bottom: 7px;
    }
    #hero:after{
        width: 100%;
        z-index: 0;
        opacity: 1;
    }
    #hero:before {
        display: none;
    }
    .case-studies-banner img {
        max-height: 100px;
    }
    .process-making-slider .client-slider-img {
        height: 400px;
    }
    .testimonials .client-slider-img {
        height: 400px;
    }
    .hero-content {
        padding-bottom: 20px;
    }
    #hero .hero-content .title p {
        width: 90%;
    }
    .cta-strip-new .content-wrapper {
        margin-top: 0;
    }
    .cta-strip-new .bg-img h2 {
        font-size: 2rem;
        line-height: 2.375rem;
        padding: 0 60px;
        margin-bottom: 0;
    }
    .cta-strip-new .bg-img p {
        padding: 0 50px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 20px 0;
    }
    .header .background-image-style-01 {
        top: -600px;
    }
    .cta-strip-new {
        height: 70vh;
    }
    .header .background-image-style-01 {
        top: -670px;
        width: 1200px;
        left: -390px;
    }
    .background-image-style-02 {
        top: -150px;
        left: -240px;
        width: 3000px;
    }
    .background-image-style-04 {
        top: 0;
        left: -280px;
        width: 1640px;
    }
    .background-image-style-05 {
        top: 0;
        right: -1150px;
        width: 1750px;
    }
    .footer-blob {
        bottom: 0;
        left: -740px;
        z-index: -2;
        width: 1950px;
    }
    .footer-blob-03 {
        top: -200px;
        left: 0;
        height: 250px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .header .button.left-i svg {
        margin-right: 5px;
    }
    .header .button-group a{
        margin: 0px !important; 
    }
}

@media only screen and (max-width: 769px) {
    .header .button-blank{
        color: var(--white);
    }
    .hide-tab{
        display: block;
    }
    .hide-mob{
        display: none;
    }
    .mob-title{
        display: block;
        text-align: center;
    }
    .btn.primary{
        padding: 15px 17px;
    }
    .form-arrow{
        display: none;
    }
    .cta-strip{
        padding: 50px 0;
    }
    #form{
        padding: 20px;
    }
    #form .form-row{
        margin-bottom: 0px;
    }
    #form h3{
        margin-bottom: 10px;
    }
    #form label {
        font-size: 13px;
    }
    header .google-rated {
        padding: 8px 10px;
    }
    header .google-rated img {
        margin-left: 3px;
    }
    .cta-strip-new .bg-img .button {
        font-size: 17px;
        padding: 15px 26px;
    }
    .cta-strip-new .bg-img .button svg {
        width: 15px;
    }
    .cta-strip-new {
        background-size: cover;
        height: 60vh;
    }
    .cta-strip-new .bg-img p,
    .cta-strip-new .bg-img h2 {
        padding: 0;
    }
    .footer-blob-03 {
        top: -300px;
        left: 0;
        height: 350px;
        overflow: hidden;
        width: 1000px;
    }
    .background-image-style-04 {
        top: 30px;
        left: -550px;
        width: 1700px;
    }
}

@media only screen and (max-width: 767px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .thankyou .uk-container>:last-child>:first-child {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .landing-footer {
        padding: 45px 0px;
    }
    .cta-strip{
        padding: 40px 0;
    }
    .section {
        padding: 45px 0px;
    }
    .uk-slider-nav {
        margin-bottom: 0 !important;
    }
    .process-making-slider .client-slider-img {
        height: 360px;
    }
    .testimonials .client-slider-img {
        height: 360px;
    }
    .testimonials .client-slider-text {
        padding: 25px;
    }
    #hero {
        padding-top: 100px;
    }
    .header .background-image-style-01 {
        top: -680px;
    }
    .case-studies .title-wrapper h3,
    .process-making h3 {
        font-size: 2.813rem;
        line-height: 3.125rem;
    }
    #hero .points .point h4 {
        width: 80%;
    }
    .background-image-style-02 {
        top: 200px;
    }
    #hero .title h1 {
        font-size: 3rem;
        line-height: 3.875rem;
    }
    #hero .hero-content .title p {
        font-size: 1.063rem;
        line-height: 1.5rem;
        margin-top: 18px;
        width: 100%;
    }
    #hero .title {
        margin-bottom: 18px;
    }
    #hero ul.brand-logo-wrapper {
        margin-top: 30px;
    }
    #hero ul.brand-logo-wrapper li {
        margin-right: 15px;
    }
    #hero .form-right {
        padding-left: 30px;
    }
    .image-with-contnet-02 .content ul:last-child li:first-child {
        margin-top: 0;
    }
    .case-studies .title-wrapper h3, .process-making h3 {
        font-size: 2.188rem;
        line-height: 2.5rem;
    }
    .image-with-contnet-03 h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .image-with-contnet-01 .img-wrapper,
    .image-with-contnet-03 .content,
    .image-with-contnet-02 .content {
        margin-top: 60px;
    }
    .thankyou {
        padding: 200px 35px;
    }
    .thankyou p {
        width: 100%;
    }
    .video-with-img img {
        object-fit: cover;
        height: 400px;
    }
    .video-with-img .dot-pattern-02 {
        bottom: -42px;
        right: -160px;
        z-index: -1;
    }
    .video-with-img .play-button {
        top: 45%;
    }
    .section.video-with-img {
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .header .background-image-style-01 {
        top: -440px;
        width: 840px;
        left: -330px;
    }
    .image-with-contnet-02 .content .list {
        flex-direction: column;
    }
    .image-with-contnet-02 .content ul {
        width: 100%;
    }
    .background-image-style-04 {
        width: 1850px;
        top: -260px;
        left: -600px;
    }
}

@media (max-width: 479px) {
	
	
	:root{
	    /*--Text Sizing--*/
	    --font-xlarge: 4rem;
	    --font-large: 3.5rem;
	    --font-med-large: 3.25rem;
	    --font-med: 3rem;
	    --font-small: 2.25rem;
	    --font-xsmall:2rem;
	    --font-small-med:1.375rem;
	    --font-base: 1.25rem;
	    --font-second-base: 1rem;
	    --font-body: 0.875rem;
	}
	
	#hero .title h1{
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	
	#hero .hero-content .title p{
		font-size: 1rem;
		line-height: 1.25rem;
	}
	
    .header .background-image-style-01 {
        top: -260px;
        width: 500px;
        left: -200px;
        display: none;
    }
    .header {
        padding: 6px 0;
    }
    .header .button-group a {
        font-size: 10px;
        line-height: 13px;
        padding: 11px 15px;
    }
    .header .button.left-i svg {
        width: 12px;
    }
    .header .logo a img {
        width: 58px;
    }
    #hero {
        padding-top: 20px;
    }
    .section.video-with-img {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    #hero .star-text {
        margin-bottom: -5px;
    }
    #hero .review-solicitors svg {
        width: 70%;
    }
    #hero .star-text h5 {
        font-size: 12px;
    }
    #hero ul.star-icon svg {
        width: 12px;
    }
    #hero ul.star-icon {
        margin-bottom: 5px;
    }
    .thankyou h3,
    #form h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .thankyou p,
    #form p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }
    #form input[type="text"], #form input[type="email"],
    #form input[type="tel"], #form select, #form input[type="number"],
    #form textarea {
        font-size: 12px;
        padding: 12px 12px 12px 36px;
    }
    #form .input-container.container-textarea .icon {
        margin-top: 12px;
    }
    #form .input-container .icon svg {
        width: 15px;
    }
    #form button {
        font-size: 17px;
        line-height: 26px;
        padding: 12px 0;
    }
    #form button svg {
        width: 15px;
    }
    #hero .dot-pattern {
        top: 0;
    }
    .cta-strip-new .bg-img h2 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .cta-strip-new .bg-img p {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .cta-strip-new .content-wrapper {
        margin-top: -50px;
    }
    .faqs li a.uk-accordion-title {
        font-size: 14px; 
    }
    .faqs li a.uk-accordion-title {
        padding: 20px;
    }
    .faqs li .uk-accordion-content {
        padding: 0 50px 15px 20px;
    }
    .uk-accordion>:nth-child(n+2) {
        margin-top: 18px;
    }
    .faqs li {
        margin: 9px 0;
    }
    .image-with-contnet-01 .content {
        order: 2;
    }
    .image-with-contnet-03 h4,
    .image-with-contnet-01 .content h5,
    .image-with-contnet-02 .content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .case-studies .title-wrapper h3, .process-making h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .process-making .title-wrapper {
        margin-bottom: 150px;
    }
    .image-with-contnet-02 .img-wrapper {
        order: 2;
        margin-top: 60px;
    }
    .process-making-slider .index-number h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .process-making-slider .index-number {
        margin-bottom: 14px;
    }
    .process-making-slider h4 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    .process-making-slider p {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .testimonials .client-slider-text {
        padding: 0px 25px 25px 25px;
    }
    .case-studies .uk-margin-medium-top {
        margin-top: 30px;
    }
    .testimonials .uk-card h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .testimonials .client-slider-text > p:first-child {
        margin-bottom: 5px;
    }
    .image-with-contnet-01.new-02 .content {
        margin-top: 60px;
    }
    .image-with-contnet-03 h3 {
        font-size: 28px;
        line-height: 24px;
    }
    .image-with-contnet-03 .img-wrapper {
        order: 2;
        margin-top: 60px;
    }
    .section-faq .title h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .image-with-contnet-03 {
        padding-bottom: 0;
    }
    .landing-footer .logo img {
        width: 60px;
    }
    .thankyou-main .thankyou-wrapper {
        margin-top: 60px;
        order: 1;
    }
    .image-with-contnet-03 .img-wrapper,
    .image-with-contnet-01.new-02 .img-wrapper,
    .image-with-contnet-02 .img-wrapper,
    .image-with-contnet-01 .img-wrapper-01 {
        padding: 0;
        max-width: 100%;
        height: 500px;
    }
    .image-with-contnet-01.new-02 .img-wrapper img,
    .image-with-contnet-01 .img-wrapper-01 img {
        width: auto;
        height: 500px;
        max-width: fit-content;
        margin-left: 30px;
    }
    .image-with-contnet-03 .img-wrapper img,
    .image-with-contnet-02 .img-wrapper img {
        width: auto;
        height: 500px;
        max-width: fit-content;
        margin-left: -130px;
    }
    .brand-logo-wrapper {
        flex-wrap: wrap;
    }
}



#usps-accreditations ul.brand-logo-wrapper {
    list-style-type: none;
    margin-left: 0;
    margin-top: 40px;
}
#usps-accreditations ul.brand-logo-wrapper li {
    margin-right: 25px;
}
#usps-accreditations .brand-logo-wrapper img {
    max-height: 65px;
    max-width: 100%;
}

#usps-accreditations .points .point h4{
    margin: 0px;
    font-family: var(--font-medium);
    width: 80%;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
#usps-accreditations .title {
    margin-bottom: 25px;
}
#usps-accreditations .points .point .check{
    color: var(--white);
    margin:0 0 20px 0;
    display: inline-block;
    vertical-align: top;
    background-color: var(--blue);
    padding: 10px;
    border-radius: 100%;
}