@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */

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

* {
    margin: 0;
    padding: 0;
    outline: none;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 98%;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #0d8efa;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #0f77cf;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

svg {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.justify-content-center {
    justify-content: center;
}


/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.top-section {
    margin: 0 auto;
    padding: 5px 15px;
    background-color: #0D8EFA;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-section ul li {
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline;
}

.top-section ul li a {
    color: #FFFFFF;
    display: inline-block;
}

.top-section ul.social {
    margin: 0 15px;
}

.top-section ul.language li a {
    font-weight: 400;
}

.top-section ul.language li a.active {
    font-weight: 800;
}

.header{
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-section {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(13, 142, 250, 0.15);
}


.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.brand {
    margin-left: 80px;
}

@media screen and (max-width: 760px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #0D8EFA;
        transition: all 0.5s ease;
    }

    .navbar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #000000;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.menu-link>i.bx {
    font-size: 18px;
    line-height: 1.5;
    color: inherit;
}

.menu-link:hover {
    outline: none;
    color: #0D8EFA;
}

.menu-link a {
    color: #000000;
    position: relative;
}

.menu-link::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
}

.menu-active {
    color: #0D8EFA;
}

.menu-active a {
    color: #0D8EFA;
}


@media only screen and (max-width: 760px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 1rem 1.25rem;
        color: #FFFFFF;
    }

    .menu-link::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        transform: scale(1, 1);
        transform-origin: center top;
        transition-duration: 0.25s;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .menu-item:last-child {
        padding: 0;
        height: inherit;
        border-radius: 0;
        border: none;
        display: block;
    }

    .menu-active a {
        color: #FFFFFF;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    border: none;
    outline: none;
    background: #0D8EFA;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    margin-left: 20%;
    width: 80%;
}

.burger-line:nth-child(3) {
    top: 1rem;
    margin-left: 50%;
    width: 50%;
}

@media only screen and (max-width: 760px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 760px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.login-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-register a.login {
    margin: 0;
    padding: 10px 30px;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #0D8EFA;
    text-align: center;
    display: block;
}

.login-register a.login:hover {
    color: #000000;
}

.login-register a.register {
    margin: 0;
    padding: 10px 30px;
    background-color: #0D8EFA;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.login-register a.register:hover {
    background-color: #000000;
}


/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */

.banner-section {
    position: relative;
    min-height: 1000px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #e6f1fa 40%, #e6f1fa 40%, #e6f1fa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, #e6f1fa 40%, #e6f1fa 40%, #e6f1fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #e6f1fa 40%, #e6f1fa 40%, #e6f1fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6f1fa', GradientType=0);
    text-align: center;
    padding-bottom: 20px;
}

.banner-section h1 {
    margin: 0 auto;
    max-width: 340px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #0D8EFA;
    padding: 25px 0;
}

.banner-section h1 span {
    color: #000000;
}

.banner-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0;
}

.banner-section h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #0D8EFA;
    padding: 20px 0 0 0;
}

.banner-section h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    padding: 80px 0 30px 0;
}

.banner-section ul.trusted-logo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section ul.trusted-logo li {
    margin: 0 25px;
    padding: 0;
    width: 200px;
    height: 100px;
    background-color: #000000;
    display: inline-block;
}

.banner-section figure {
    margin: -30px 0 0 0;
    padding: 0;
}

.banner-section figure img {
    width: 100%;
    max-width: none;
}

.img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.inner-banner-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #0D8EFA;
    text-align: center;
    padding: 25px 0;
}

.inner-banner-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    padding: 25px 0;
}

/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section {
    min-height: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 36px;
}

.content-section h2 {
    font-size: 36px;
}

.content-section h3 {
    font-size: 32px;
}

.content-section h4 {
    font-size: 28px;
}

.content-section h5 {
    font-size: 24px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 30px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 0;
    padding: 10px 30px;
    background-color: #0D8EFA;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: block;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background-color: #000000;
    transition: all .4s ease-in-out;
}

.about {
    display: flex;
    flex-wrap: wrap;
}

.about .content {
    flex: 50%;
    max-width: 50%;
    background-color: #FFFFFF;
}

.about .slider {
    flex: 50%;
    max-width: 50%;
    background-color: #0D8EFA;
}

.about article {
    padding: 100px 80px;
}

.about section {
    padding: 100px 0 100px 200px;
}

.about h2 {
    text-transform: uppercase;
    padding: 20px 0;
}

.about p {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.about h4 {
    font-size: 36px;
    font-weight: 300;
    color: #0D8EFA;
    padding: 20px 0;
    position: relative;
}

.about h4::before {
    content: "";
    width: 70px;
    height: 16px;
    background: url(../img/arrow.svg) no-repeat right;
    position: absolute;
    left: -90px;
    top: 35px;
}

.functionalities {
    margin: 0 auto;
    padding: 60px;
    width: 100%;
    max-width: 660px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: relative;
    top: -70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.functionalities h2 {
    text-transform: uppercase;
    text-align: right;
}

.functionalities h2 span {
    display: block;
}

.how-it-work {
    padding: 0 80px 80px 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.how-it-work .blue-box {
    flex: 25%;
    max-width: 25%;
    padding: 40px;
    background-color: #0D8EFA;
    text-align: center;
}

.how-it-work .blue-box img {
    margin: 0;
    padding: 0;
    height: 73px;
}

.how-it-work .blue-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    padding: 20px;
}

.discover {
    margin: 120px auto;
    height: 600px;
    background-color: #E6F1FA;
    position: relative;
    z-index: 1;
}

.discover figure {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -240px;
    text-align: center;
}

.discover figure img {
    width: 100%;
    max-width: none;
}

.discover aside {
    position: absolute;
    right: 40px;
    top: -70px;
}

.discover article {
    padding: 50px 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.discover article h2 {
    text-transform: uppercase;
}

.discover article h2 span {
    color: #0D8EFA;
    display: block;
}

.discover article p {
    font-size: 18px;
    font-weight: 300;
    max-width: 260px;
}

.discover article p span {
    font-weight: 400;
    color: #0D8EFA;
}

.mt-80 {
    margin-top: 80px;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.benefits {
    padding: 0 80px 80px 80px;
}

.benefits h2 {
    text-transform: uppercase;
    text-align: center;
}

.benefits h2 span {
    color: #0D8EFA;
}

.benefits section {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}

.benefits section .box {
    flex: 33.333%;
    max-width: 33.333%;
}

.benefits section .box h3 {
    font-size: 36px;
    font-weight: 300;
    color: #0D8EFA;
    min-height: 100px;
}

.benefits section .box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.benefits .btn-01 {
    margin: 0 auto;
    width: 210px;
    display: block;
}

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

.dashboard-slider {
    overflow: hidden;
    padding-bottom: 80px;
}

.users-opinions {
    padding: 130px 80px 40px 80px;
    background: url(../img/user-graphic.svg) no-repeat left;
}

.users-opinions .testimonials {
    width: 100%;
    max-width: 630px;
    min-height: 174px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 50px 60px;
    float: right;
    position: relative;
}

.users-opinions .testimonials h2 {
    position: absolute;
    left: -290px;
    top: 150px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
    max-width: 250px;
}

.opinions-slider .owl-stage-outer {
    overflow: hidden;
}

.opinions-slider p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.opinions-slider h6 {
    font-size: 24px;
    text-align: right;
}

.opinions-slider h6 span {
    font-size: 14px;
    display: block;
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */

.lets-start {
    margin: 0 80px;
    background-color: #E6F1FA;
    position: relative;
    bottom: -80px;
    padding: 55px;
    z-index: 9;
}

.lets-start ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lets-start ul li {
    margin: 0 30px;
    padding: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
}

.lets-start ul li a {
    padding: 0 60px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0D8EFA;
}

.lets-start ul li a:hover {
    background-color: #000000;
}

.footer {
    background-color: #0D8EFA;
    padding: 135px 80px 25px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .email {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
}

.footer .email a {
    color: #FFFFFF;
}

.footer .email a:hover {
    color: #000000;
}

.footer .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .links ul li {
    margin: 0 0 0 20px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    display: inline-block;
}

.footer .links ul li a {
    color: #FFFFFF;
}

.footer .links ul li a:hover,
.footer .links ul li a.active {
    color: #000000;
}

.copyright {
    background-color: #0D8EFA;
    padding: 15px 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
}

.copyright .powerby {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #FFFFFF;
    position: absolute;
    right: 80px;
    bottom: 15px;
}


/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0D8EFA url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #000000;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 0;
        bottom: 0;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 0;
        bottom: 0;
    }
}

.blog-section {
    padding: 0 80px 80px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.blog-section .blog {
    flex: 48%;
    max-width: 48%;
}

.blog-section .blog figure {
    margin: 0 100px 0 0;
    padding: 0;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    bottom: -66px;
}

.blog-section .blog article {
    padding: 90px 25px 25px 25px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.blog-section .blog article p {
    font-size: 20px;
    height: 80px;
}

.btn-02 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #0D8EFA;
    text-decoration: none;
    padding: 0 100px 0 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.btn-02::before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow-right.svg);
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    transition: all 0.3s ease-in-out;
    width: 19px;
    height: 14px;
    background-size: 100% 100%;
}

.btn-02:hover::before {
    right: -20px;
}

.blog-details {
    padding: 0 80px;
}

.blog-details figure {
    margin: 0 0 20px 0;
}

.blog-details figure img {
    width: 100%;
    height: auto;
}

.blog-details h6 {
    font-size: 24px;
    font-weight: 400;
}

.blog-details p {
    font-family: 'Montserrat', sans-serif;
}

.img-right {
    float: right;
    margin: 20px 0 20px 50px;
}

.pricing-section {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.pricing-section .price-blue-box {
    width: 300px;
    height: 300px;
    background: #0D8EFA;
    position: relative;
}

.pricing-section .price-blue-box a {
    padding: 50px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricing-section .price-blue-box .arrow-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pricing-section .price-blue-box h2 {
    color: #FFFFFF;
    text-transform: uppercase;
}

.pricing-section .price-blue-box h2 strong {
    font-weight: 600;
    display: block;
}

.pricing-section .price-blue-box h2 span {
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}

.pricing-section .price-blue-box .price {
    padding: 30px;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-white-box {
    margin: 30px auto;
    padding: 50px;
    width: 100%;
    max-width: 680px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-white-box h2 {
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 340px;
}

.price-white-box h2 span {
    display: block;
}

.price-form-box {
    margin: 30px auto;
    width: 100%;
    max-width: 450px;
}

.price-form-box label {
    padding: 25px 0 15px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

input.select2-search__field {
    font-family: 'Montserrat', sans-serif;
}


.price-form-box input[type="date"],
.price-form-box input[type="text"],
.price-form-box input[type="password"],
.price-form-box input[type="email"],
.price-form-box input[type="tel"],
.price-form-box textarea,
.price-form-box select {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    height: 30px;
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    height: 50px!important;
    background-color: #F9F9F9!important;
    border: 1px solid #E6E6E6!important;
    border-radius: 5px!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}

.select2-selection__arrow {
    height: 50px!important;
}
.select2-search.select2-search--inline {
    margin-top: 0px;
}
.price-form-box textarea {
    height: 80px;
    overflow: auto;
    resize: none;
}

.price-form-box select {
    height: 50px;
    width: calc(100% + 30px);
    background: #F9F9F9 url(../img/dd-arrow.png) no-repeat right;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.price-form-box input[type="submit"] {
    margin: 50px auto;
    padding: 10px 15px;
    width: 100px;
    height: 50px;
    background-color: #0D8EFA;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}

.price-form-box input[type="button"] {
    margin: 50px auto;
    padding: 10px 15px;
    width: 100px;
    height: 50px;
    background-color: #0D8EFA;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}

.about-section {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #0d8efa 60%, #0d8efa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 60%, #0d8efa 60%, #0d8efa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #0d8efa 60%, #0d8efa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0d8efa', GradientType=0);
    min-height: 900px;
    padding: 0;
    display: flex;
    position: relative;
}

.about-section .logo {
    width: 194px;
    height: 136px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -87px;
}

.about-section h3 {
    line-height: 1.8;
    text-transform: uppercase;
}

.about-section h3 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #0D8EFA;
}

.about-section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: justify;
}

.about-section .damian {
    flex: 50%;
    max-width: 50%;
    position: relative;
}

.about-section .damian figure {
    position: absolute;
    left: 0;
    bottom: -4px;
}

.about-section .damian article {
    padding: 50px;
    width: 100%;
    max-width: 350px;
    min-height: 550px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 30px;
    top: 30px;
}

.about-section .bartosz {
    flex: 50%;
    max-width: 50%;
    position: relative;
}

.about-section .bartosz figure {
    position: absolute;
    right: 0;
    bottom: -4px;
}

.about-section .bartosz article {
    padding: 50px;
    width: 100%;
    max-width: 350px;
    min-height: 550px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 30px;
    top: 30px;
}

.contact-white-box {
    margin: 30px auto;
    padding: 50px;
    width: 100%;
    max-width: 680px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.contact-white-box h2 {
    text-transform: uppercase;
}

.contact-form-box {
    background: url(../img/contact-graphic.svg) no-repeat left;
    background-size: 500px;
}

.cms-section {
    padding: 0 80px;
}

.cms-section h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 20px 0 10px 0;
}

.faq-section {
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.faq-section .faq-left {
    flex: 48%;
    max-width: 48%;
}

.faq-section .faq-right {
    flex: 48%;
    max-width: 48%;
}

.accordion_head {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 10px 40px 10px 0;
    position: relative;
}

.accordion_body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.plusminus {
    float: right;
    width: 36px;
    height: 36px;
    background-color: transparent;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 10px;
}

.abox {
    padding: 15px 25px;
    background-color: #E6F1FA;
    margin: 20px 0;
}

.login-white-box {
    margin: 30px auto;
    padding: 50px;
    width: 100%;
    max-width: 940px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.login-white-box h2 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.login-white-box .price-form-box {
    width: 100%;
    max-width: 100%;
}

.login-white-box .price-form-box .field-group {
    display: flex;
    gap: 50px;
}

.login-white-box .price-form-box .field-group .field {
    flex: 48%;
    max-width: 48%;
}

.login-white-box .price-form-box input[type="date"],
.login-white-box .price-form-box input[type="text"],
.login-white-box .price-form-box input[type="password"] {
    width: calc(100% - 30px);
}

.login-white-box .forgot-password {
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: right;
}

.login-white-box .forgot-password a {
    color: #000000;
    transition: all .4s ease-in-out;
}

.login-white-box .forgot-password a:hover {
    color: #0D8EFA;
    transition: all .4s ease-in-out;
}

.login-white-box .price-form-box input[type="submit"] {
    margin: 0 auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}

.login-white-box .price-form-box input[type="button"] {
    margin: 0 auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75em;
}

.form-check-input {
    margin-top: -0px;
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(18, 77, 150, 1);
    border-radius: 2px !important;
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 15px;
}

@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.remember-me {
    text-align: center;
    padding-top: 50px;
}

.register-white-box {
    margin: 30px auto;
    padding: 50px;
    width: 100%;
    max-width: 940px;
    min-height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.register-white-box h2 {
    text-transform: uppercase;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.register-white-box h3 {
    color: #0d6efd;
    text-align: center;
}

.register-white-box h6 {
    font-weight: 500;
    line-height: 2;
    text-transform: uppercase;
    color: #0d6efd;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.register-white-box .price-form-box {
    width: 100%;
    max-width: 100%;
}

.register-white-box .price-form-box .field-group {
    display: flex;
    gap: 50px;
}

.register-white-box .price-form-box .field-group .field {
    flex: 48%;
    max-width: 46%;
}

.register-white-box .price-form-box input[type="date"],
.register-white-box .price-form-box input[type="text"],
.register-white-box .price-form-box input[type="password"],
.register-white-box .price-form-box input[type="email"],
.register-white-box .price-form-box input[type="tel"],
.register-white-box .price-form-box textarea {
    width: calc(100% - 30px);
}

.register-white-box .price-form-box select {
    width: calc(100% + 0px);
}

.register-white-box .price-form-box input[type="submit"] {
    margin: 50px auto auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}
.register-white-box .price-form-box input[type="button"] {
    margin: 50px auto auto;
    padding: 15px 60px;
    width: auto;
    height: auto;
}

.register-white-box ul.checklist {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.register-white-box ul.checklist li {
    margin: 0 25px 0 0;
    display: inline-block;
}

.register-white-box ul.checklist li label {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.hero-vector {
    margin: 50px -45px;
}

.note {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
    padding-top: 10px;
    display: block;
}
