audio,
canvas,
img,
video {
    display: inline-block;
    max-width: 100%
}

:focus,
a:active,
a:focus,
a:hover,
select {
    outline: 0
}

.border-btn,
.h2,
body,
h1,
h2 {
    font-family: "Roboto Flex", sans-serif
}

.border-btn:hover,
body {
    background-color: var(--blue)
}

.border-btn:hover,
a,
a:hover {
    text-decoration: none
}

.border-btn,
.text-center {
    text-align: center
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    --black: #333333;
    --blue: #041433;
    --light-blue: #EFEEF9;
    --blue2: #288FCE;
    --green: #5BC2AD;
    --green2: #DDEDEB;
    --white: #fff;
    --gray: #E0DEE9;
    --radius-10: 10rem;
    color: var(--black);
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    appearance: textfield !important
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

address {
    font-style: normal
}

audio:not([controls]) {
    display: none;
    height: 0
}

.hidden,
[hidden] {
    display: none
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid var(--border)
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    box-sizing: border-box
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=checkbox],
input[type=email],
input[type=number],
input[type=password],
input[type=radio],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: var(--gray)
}

::-moz-selection {
    background: var(--orange);
    color: var(--white);
    text-shadow: none
}

::selection {
    background: var(--orange);
    color: var(--white);
    text-shadow: none
}

img {
    vertical-align: middle;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.chromeframe {
    margin: .2em 0;
    background: var(--border);
    color: var(--black);
    padding: .2em 0
}

select {
    color: var(--black)
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--black)
}

h1 {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0
}

.h2,
h2 {
    font-size: 4rem;
    line-height: 1.63;
    font-weight: 400
}

.container {
    max-width: 137.2rem;
    padding: 0 5rem;
    margin: 0 auto
}

.border-btn {
    color: var(--blue);
    border: .15rem solid var(--blue)
}

.border-btn:hover {
    color: var(--white)
}

.d-flex {
    display: flex
}

.border-btn,
.gradient-btn {
    padding: 0 3rem;
    color: var(--white);
    border-radius: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block
}

.align-item-center {
    align-items: center
}

.align-item-top {
    align-items: flex-start
}

.gradient-btn {
    background: linear-gradient(79.92deg, #349cc6 27.37%, #54bcb1 89.38%);
    transition: background .5s;
    height: 4.5rem;
    line-height: 4.5rem
}

.gradient-btn:hover {
    background: linear-gradient(331deg, #349cc6 27.37%, #54bcb1 89.38%)
}

.border-btn {
    transition: .5s;
    background-color: transparent;
    border: .1rem solid var(--white);
    height: 4.5rem;
    line-height: 4.5rem
}

.blue-border-btn,
.blue-btn {
    border-radius: 2.5rem;
    background-color: transparent;
    padding: 0 3rem;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.8rem;
    display: inline-block
}

.border-btn:hover {
    background-color: var(--white);
    color: var(--black)
}

.blue-border-btn {
    color: var(--blue);
    border: .1rem solid var(--blue)
}

.blue-border-btn:hover {
    background-color: var(--blue);
    color: var(--white)
}

.blue-btn {
    color: var(--white);
    background-color: var(--blue);
    border: .1rem solid transparent
}

.blue-btn:hover,
.white-btn,
.white-btn:hover {
    background-color: transparent
}

.blue-btn:hover {
    border-color: var(--blue);
    color: var(--blue)
}

.white-btn {
    padding: 0 3rem;
    color: var(--blue);
    border-radius: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s;
    display: inline-block;
    height: 4.5rem;
    line-height: 4.5rem;
    background-color: var(--white);
    border: .1rem solid transparent
}

.white-btn:hover {
    border-color: var(--white);
    color: var(--white)
}

.d-flex {
    display: flex;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--blue);
    padding: 1.4rem 2.8rem;
    display: inline-block
}

.our-process .title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 5rem;
    margin-left: 10px;
    text-align: center;    
    color: var(--white)
}

.margin-top-3{
    margin-top: 3rem;
}


.reco-landing-page {
    overflow-x: hidden
}

.bullet-list li {
    position: relative;
    text-align: left;
    padding-left: 20px
}

.bullet-list li+li {
    margin-top: 10px
}

.bullet-list li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    background-image: url(../images/bullet-list.svg);
    height: 10px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width:1199px) {
    h1 {
        font-size: 5.4rem !important
    }

    .container {
        padding: 0 2.5rem
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 4.4rem !important
    }

    body {
        --radius-10: 5rem
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 3.4rem !important
    }
}