/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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


@font-face {
    font-family: 'Nokora';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/nokora/v33/hYkIPuwgTubzaWxgNzAOkvY.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

/* latin */
@font-face {
    font-family: 'Nokora';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/nokora/v33/hYkIPuwgTubzaWxgPDAO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "Nokora", sans-serif;
    background: #fff;
}

.contact__us__page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact__us__page main {
    flex-grow: 1;
}

.contact__us {
    height: 100%;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13.333px;
    background: #0B0E38;
    width: 216px;
    height: 47px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.btn:hover {
    background: #0071DA;
}

.btn:focus, .btn:active {
    background: #0091DA;
}


.header__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav {
    display: flex;
    justify-content: space-between;
}

.header__nav a {
    color: #0B0E38;
    font-family: Nokora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #C8D8EA;
    text-decoration: none;
    padding: 36px 17px 32px;
}

.header__nav a:last-child {
    border: none;
}

.header-nav-mob {
    display: none;
}


.header__content h1 {
    color: #FFF;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 96.8px */
    max-width: 667px;
    padding-bottom: 16px;
    background: url("../images/h1-bg.png") no-repeat 168px 27%;
}

.header__content .btn-default {
    border-radius: 14px;
    background: #FFF;
    color: #0B0E38;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header__content .btn-default:hover {
    color: #fff;
    background: #0071DA;
}

.header__content .btn-default:active, .header__content .btn-default:focus {
    color: #fff;
    background: #0091DA;
}

@media (max-width: 3700px) {
    .header__content__wrapper {
        background: url("../images/header-bg.webp") no-repeat 0 0 / cover;
    }

    .header__content {
        max-width: 1400px;
        padding: 10% 15px 15%;
        margin: 0 auto;
    }
}

@media (max-width: 1900px) {

    .header__content__wrapper {
        background: url("../images/header-bg.webp") no-repeat 0 0 / 100%;
    }

    .header__content {
        max-width: 1400px;
        padding: 169px 15px 185px;
        margin: 0 auto;
    }

}

.partners-logo-container {
    max-width: 1430px;
    padding: 26px 15px 36px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.partners-logo-container h6 {
    color: #0B0E38;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 288px;
}

.ready_to_browse {
    background: url("../images/banner.png") no-repeat 0 0 / 100%;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
}

.ready_to_browse_container {
    max-width: 1326px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(11, 14, 56, 0.22);
    box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(22px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 74px;
}

.ready_to_browse_container h6 {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 58px */
    letter-spacing: -2.32px;
    background: var(--Linear, linear-gradient(90deg, #FFF 0%, #9596A3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 476px;
}

.ready_to_browse_container .btn {
    background: #fff;
    color: #0B0E38;
}

.ready_to_browse_container .btn:hover {
    border-radius: 14px;
    background: #0071DA;
    color: #fff;
}

.ready_to_browse_container .btn:active, .ready_to_browse_container .btn:focus {
    color: #fff;
    background: #0091DA;
}

@media (max-width: 3500px) {
    .ready_to_browse__img {
        width: 426px;
        height: 354px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }
}

@media (max-width: 1900px) {
    .ready_to_browse__img {
        width: 520px;
    }
}

.knowledge-base {
    background: linear-gradient(0deg, #DCEDFF 0%, #A6D2FF 100%);
}

.knowledge-base-container {
    max-width: 1360px;
    padding: 72px 15px 92px;
    margin: 0 auto;
}

.knowledge-base-container h2 {
    color: #0B0E38;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 63.8px */
    padding-bottom: 48px;
}

.knowledge-base-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.knowledge-base-item {
    border-radius: 40px;
    border: 11px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 0 0 #9CC0EA;
    padding: 30px 44px;
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.knowledge-base-item-wrapper {
}

.read-more-wrapper {
    display: flex;
    justify-content: flex-end;
}

.knowledge-base-item .btn-read-more {


}

.knowledge-base-item:nth-of-type(1) {
    width: 48.5%;
    min-height: 284px;
}

.knowledge-base-item:nth-of-type(2) {
    width: 48.5%;
    min-height: 284px;
}

.knowledge-base-item:nth-of-type(3) {
    width: 32%;
    min-height: 477px;
}

.knowledge-base-item:nth-of-type(4) {
    width: 32%;
    min-height: 477px;
}

.knowledge-base-item:nth-of-type(5) {
    width: 32%;
    min-height: 477px;
}

.knowledge-base-item h3 {
    color: #0B0E38;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    letter-spacing: -0.66px;
}

.knowledge-base-item-heading {
    display: flex;
    align-items: center;
}

.knowledge-base-item-heading .knowledge-base-icon {
    flex-shrink: 0;
    margin-right: 16px;
}

.knowledge-base-item p {
    color: #0B0E38;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: -0.44px;
    padding-top: 10px;
}

.knowledge-base-item:nth-of-type(3) .knowledge-base-item-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.knowledge-base-item:nth-of-type(4) .knowledge-base-item-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.knowledge-base-item:nth-of-type(5) .knowledge-base-item-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-read-more {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
}

.btn-read-more:hover {
    background: #0B0E38;
}

.btn-read-more:hover svg path {
    fill: #fff;
}

.why-quotekings {
    background: url("../images/why-quotekings-bg.png") 0 0 / cover;
}

.why-quotekings-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 79px 15px 53px;
}

.why-quotekings-container h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 58px */
    letter-spacing: -2.32px;
    background: var(--Linear, linear-gradient(90deg, #FFF 0%, #9596A3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-bottom: 43px;
}

.why-quotekings-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.why-quotekings-kings-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    max-width: 234px;
}

.why-quotekings-kings-img img {
    width: 100%;
    display: block;
}

@media (max-width: 3500px) {
    .why-quotekings-kings-img {
        max-width: 180px;
    }

    .why-quotekings-kings-img img {

    }
}

@media (max-width: 1900px) {
    .why-quotekings-kings-img {
        max-width: 234px;
    }

}

.why-quotekings-item {
    position: relative;
    width: 47%;
    margin-bottom: 56px;
}

.why-quotekings-item::before {
    position: absolute;
    content: "";
    display: block;
}

.why-quotekings-item:nth-of-type(2)::before {
    border-radius: 23px;
    background: #0F2B8A;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(5deg);
    left: -28px;
}

.why-quotekings-item:nth-of-type(3)::before {
    border-radius: 23px;
    background: #0F5D8A;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(5deg);
    left: -28px;
}

.why-quotekings-item:nth-of-type(4)::before {
    border-radius: 23px;
    background: #386E81;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(-5deg);
    left: -28px;
}

.why-quotekings-item:last-child::before {
    border-radius: 23px;
    background: #1A4B8C;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: rotate(-5deg);
    left: -28px;
}

.why-quotekings-wrapper {
    padding: 30px;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: relative;
}


.why-quotekings-item h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -0.88px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.why-quotekings-item h3 svg {
    flex-shrink: 0;
    margin-right: 6px;
}

.why-quotekings-item p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.528px;
}

.why-quotekings-item:nth-of-type(2) .why-quotekings-wrapper {
    border-radius: 20px;
    background: rgba(93, 169, 200, 0.22);
    backdrop-filter: blur(62px);
}

.why-quotekings-item:nth-of-type(2) p span {
    color: #7BA5FF;
    font-weight: 700;
}

.why-quotekings-item:nth-of-type(3) .why-quotekings-wrapper {
    border-radius: 20px;
    background: rgba(93, 169, 200, 0.22);
    backdrop-filter: blur(37px);
}

.why-quotekings-item:nth-of-type(3) p span {
    color: #73C9FF;
    font-weight: 700;
}

.why-quotekings-item:nth-of-type(4) .why-quotekings-wrapper {
    border-radius: 20px;
    background: rgba(93, 169, 200, 0.22);
    backdrop-filter: blur(27px);
}

.why-quotekings-item:nth-of-type(4) p span {
    color: #5CC0FF;
    font-weight: 700;
}

.why-quotekings-item:last-child .why-quotekings-wrapper {
    border-radius: 20px;
    background: rgba(93, 169, 200, 0.22);
    backdrop-filter: blur(42px);
}


.why-quotekings-item:last-child p span {
    color: #71C8FF;
    font-weight: 700;
}

.testimonials {
    background: #fff;
}

.testimonials-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 51px 15px;
}

.testimonials-wrapper {
    background: url("../images/testimonials-bg.png") no-repeat 0 0 / 100%;
    padding: 39px 139px;
    border-radius: 50px;
}

.testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.testimonials-heading h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 58px */
    letter-spacing: -2.32px;
    background: var(--Linear, linear-gradient(90deg, #FFF 0%, #9596A3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials-heading .btn {
    border-radius: 14px;
    background: #FFF;
    color: #0B0E38;
}

.testimonials-slider-item {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(11, 14, 56, 0.22);
    box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    min-height: 230px;
    margin: 15px;
}

.testimonials-slider-item blockquote {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: 0.36px;
}

.testimonials-slider-item blockquote span {
    font-weight: 700;
    display: block;
    margin-top: 13px;
}

.slick-dots {
    display: flex;
    justify-content: flex-end;
}

.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 3px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #178FDA;
}

.slick-dots li button:before {
    display: none;
}

.slick-prev, .slick-next {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev {
    background: rgba(255, 255, 255, 0.2) url("../images/slick-arrow-left.png") no-repeat center center;
    left: -9%;
}

.slick-next {
    background: rgba(255, 255, 255, 0.2) url("../images/slick-arrow-right.png") no-repeat center center;
    right: -9%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(255, 255, 255, 0.2) url("../images/slick-arrow-right.png") no-repeat center center;
}

.slick-prev.slick-disabled {
    background: url("../images/slick-arrow-left.png") no-repeat center center;
}

.slick-next.slick-disabled {
    background: url("../images/slick-arrow-right.png") no-repeat center center;
}

.project-important {
    background: url("../images/pattern bg.png") repeat-x, linear-gradient(180deg, #FFF 0%, #b2dcff 100%);
}

.project-important-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 51px 15px 47px;
}

.project-important-container h2 {
    color: #0B0E38;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 63.8px */
    background: url("../images/h2-bg-1.png") no-repeat 267px 45px;
}

.project-important-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 669px;
}

.project-important-list {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.project-important-img {
    max-width: 1072px;
    width: 100%;
}

.project-important-img img {
    display: block;
    width: 100%;
}

.project-important-item h4 {
    position: absolute;
    color: #0B0E38;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.project-important-item {
    position: absolute;
}

.project-important-life {
    width: 100%;
    max-width: 377px;
    background: url("../images/project-important-life.png") no-repeat 0 0 / cover;
    height: 333px;
}

.project-important-life h4 {
    left: 22%;
    top: 48%;
}

.project-important-auto {
    width: 100%;
    max-width: 385px;
    background: url("../images/project-important-auto.png") no-repeat 0 0 / cover;
    height: 333px;
    right: 0;
    top: 0;
}

.project-important-health {
    width: 100%;
    max-width: 378px;
    background: url("../images/project-important-health.png") no-repeat 0 0 / cover;
    height: 333px;
    right: 10%;
    top: 47%;
}

.project-important-home {
    width: 100%;
    max-width: 378px;
    background: url("../images/project-important-home.png") no-repeat 0 0 / cover;
    height: 333px;
    left: 13%;
    top: 47%;
}

.project-important-auto h4 {
    right: 22%;
    top: 48%;
}


.project-important-home h4 {
    top: 49%;
    left: 4%;
}


.project-important-health h4 {
    top: 46%;
    right: 18%;
}

.contact__us {
    background: url("../images/contact-us-bg.png") no-repeat 0 0 / cover, rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(27px);
}

.contact__us__container {
    max-width: 940px;
    margin: 0 auto;
    padding: 142px 15px 123px;
}


.contact__us__container h2 {
    color: #FFF;
    text-align: center;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.76px;
    padding-bottom: 27px;
    background: url("../images/contact-heading.png") no-repeat 219px 73%;
}

.form-wrapper {
    border-radius: 20px;
    border: 1px solid #91A4D5;
    background: #FFF;
    padding: 30px;
}

.form-group input {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    padding: 4px 12px;
    height: 40px;
    width: 100%;
    color: #0B0E38;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    color: #0B0E38;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    margin-bottom: 4px;
}

.form-group label span {
    color: #D63928;
    font-size: 14px;
    margin-left: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0B0E38;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0B0E38;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #0B0E38;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0B0E38;
}

.form-group textarea {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    height: 74px;
    width: 100%;
    padding: 6px 12px;
    resize: none;
}

.form-wrapper .btn {
    margin: 0 auto;
    border: none;
    cursor: pointer;
    width: 227px;
}

.please__fill__fields {
    color: #0B0E38;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    padding-bottom: 17px;
}

span.error {
    font-size: 12px;
    color: red;
    margin: 10px 0 10px;
    display: block;
}

footer {
    background: #0B0E38;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 26px 15px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-nav a {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 19px */
    margin-left: 20px;
    text-decoration: none;
}

.footer-bottom {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    color: #B0BCCD;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 16px */
}

.footer-social {
    display: flex;
}

.footer-social a {
    text-decoration: none;
    margin-left: 30px;
    width: 18px;
    height: 18px;
}

.footer-social a svg {
    width: 100%;
    height: 100%;
}

header .btn {
    cursor: pointer;
}

.modal {
    background: linear-gradient(0deg, rgba(11, 14, 56, 0.60) 0%, rgba(11, 14, 56, 0.60) 100%) 0 0 no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.modal-wrapper {
    border-radius: 30px;
    background: #FFF;
    width: 100%;
    max-width: 920px;
    padding: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
}

.modal-wrapper h2 {
    color: #0B0E38;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
    padding-bottom: 40px;
}

.categories-list {
    display: flex;
    justify-content: space-between;
}

.categories-item {
    border-radius: 40px;
    padding: 11px;
    width: 49%;
    margin-bottom: 10px;
    min-height: 271px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.categories-item .link-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.categories-item-li {
    background: url("../images/life-insurance-cat.png") no-repeat 150% 118% / 93%, #FFF;
    border-radius: 40px;
    border: 11px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0 4px 0 0 #9CC0EA;
}

.categories-item-li:hover{
    box-shadow: 0 4px 0 0 #0161ac;
}


.categories-item-car {
    background: url("../images/categories-car-icon.png") no-repeat 84% -30px, #FFF;
    border-radius: 40px;
    border: 11px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0 4px 0 0 #9CC0EA;
}

.categories-item-car:hover{
    box-shadow: 0 4px 0 0 #0161ac;
}

.categories-item-li h3 {
    max-width: 230px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
    text-transform: capitalize;
    background: linear-gradient(90deg, #1187C6 0%, #0D8FDF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.categories-item-car h3 {
    max-width: 200px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
    text-transform: capitalize;
    background: linear-gradient(90deg, #0E2A92 0%, #0D8FDF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-close {
    top: 24px;
    right: 24px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .modal {
    display: flex;
}

.how-long {
    background: url("../images/clock.png") no-repeat 50% 100%, linear-gradient(180deg, #FFF 0%, #DBECFF 100%);
}

.how-long-container {
    max-width: 1545px;
    margin: 0 auto;
    padding: 51px 15px 271px;
}

.how-long-container h2 {
    color: #0B0E38;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 63.8px */
    text-align: center;
    padding-bottom: 13px;
    background: url("../images/handwritten.png") no-repeat 85% center;
}

.how-long-container h2 + p {
    color: #0B0E38;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    padding-bottom: 50px;
}

.step-list {
    display: flex;
    justify-content: space-between;
    background: url("../images/steps-bg.png") no-repeat 0 0 / 100%;
}

.step {
    width: 25%;
    padding: 16px 50px 16px 50px;
}

.step h3 {
    color: #1E1E1E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    letter-spacing: -0.66px;
}

.step p {
    color: #1E1E1E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.44px;
}

.step:nth-of-type(1) {
    min-height: 333px;
    /*background: url("../images/step-1.png") no-repeat 0 0 / 90%;*/
}

.step:nth-of-type(2) {
    min-height: 278px;
    /*background: url("../images/step-2.png") no-repeat 0 0 / 90%;*/
}

.step:nth-of-type(3) {
    min-height: 278px;
    /*background: url("../images/step-2.png") no-repeat 0 0 / 90%;*/
}

.step:nth-of-type(4) {
    min-height: 278px;
    /*background: url("../images/step-3.png") no-repeat 0 0 / 90%;*/
}


.faq {
    background: url("../images/faq.png") no-repeat 0 0 / cover;
}

.faq-container {
    max-width: 1360px;
    padding: 50px 15px;
    margin: 0 auto;
}

.faq-wrapper {
    border-radius: 50px;
    background: #FFF;
    padding: 60px;
}

.faq-wrapper h2 {
    color: #0B0E38;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 63.8px */
    padding-bottom: 13px;
}

.faq-wrapper p {
    color: #0B0E38;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.faq-wrapper p strong {
    font-weight: 700;
}

.faq-wrapper h4 {
    color: #0161AC;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    letter-spacing: -0.66px;
    padding: 23px 0 23px;
}

.faq-wrapper h6 {
    color: #0B0E38;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    padding-bottom: 7px;
}

.faq-wrapper ul {
    padding-bottom: 33px;
}

.faq-wrapper ul li {
    color: #0B0E38;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    padding-left: 20px;

}

.faq-wrapper ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #0B0E38;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.faq-wrapper ul li strong {
    font-weight: 700;
}

.faq-wrapper .paragraph {
    padding-bottom: 30px;
}

.faq-wrapper .blue-block {
    border-radius: 20px;
    background: #DEF4FF;
    padding: 20px;
}

.table-overflow {
    overflow: hidden;
}

.table-wrapper {
    border-radius: 30px;
    background: #0B0E38;
    padding: 40px 15px;
    margin-bottom: 23px;
}

.table-wrapper h5 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nokora;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    letter-spacing: -0.66px;
    padding-bottom: 10px;
}

.table-wrapper .table-heading {
    display: flex;
    justify-content: space-between;
}

.table-heading > div {
    max-width: 269px;
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.528px;
    text-align: center;
}

.table-heading > div:first-child {
    border-radius: 5px;
    background: #0F2B8A;
}

.table-heading > div:nth-of-type(2) {
    border-radius: 5px;
    background: rgba(77, 127, 255, 0.50);
}

.table-heading > div:nth-of-type(3) {
    border-radius: 5px;
    background: rgba(77, 187, 255, 0.50);
}

.table-heading > div:nth-of-type(4) {
    border-radius: 5px;
    background: rgba(77, 231, 255, 0.50);
}

.table-body > .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 7px;
}

.table-body > .row div {
    max-width: 269px;
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.528px;
    text-align: center;
    border-radius: 5px;
    background: rgba(15, 43, 138, 0.50);
    margin-bottom: 4px;
}

.table-body > .row div:nth-of-type(2n) {
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(77, 127, 255, 0.20) 0%, rgba(46, 76, 153, 0.20) 100%);
}

.table-body > .row div:nth-of-type(3n) {
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(77, 187, 255, 0.20) 0%, rgba(46, 112, 153, 0.20) 100%);
}

.table-body > .row div:nth-of-type(4n) {
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(77, 231, 255, 0.20) 0%, rgba(46, 139, 153, 0.20) 100%);
}


.hamburger-button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: url(../images/hamburger-icon.png) no-repeat center center, rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(37px);
    cursor: pointer;
}

.hamburger-button.active {
    background: url(../images/hamburger-icon-close.png) no-repeat center center, rgba(255, 255, 255, 0.93);
}

.header-nav-mob-list {
    background: #fff;
    position: absolute;
    display: none;
    right: 0;
    left: 0;
    top: 63px;
    z-index: 100;
    padding-top: 40px;
    width: 100%;
}

.header-nav-mob-list.active {
    display: block;
}

.header-nav-mob-list a {
    color: #0B0E38;
    text-decoration: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 175% */
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.header-nav-mob-list a:hover {
    color: #0161AC;
}

.footer-nav-mob {
    display: none;
}

@media (max-width: 1545px) {
    .ready_to_browse {
        background-size: cover;
    }

    .ready_to_browse__img {
        width: 433px;
    }

    .ready_to_browse__img img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1480px) {
    .header__content__wrapper {
        background: url(../images/header-bg.webp) no-repeat 0 0 / 104%;
    }
}

@media (max-width: 1368px) {
    .header__content__wrapper {
        background: url(../images/header-bg.webp) no-repeat 0 0 / 101%;
    }

    .header__content {
        padding: 100px 15px 100px;
    }
}

@media (max-width: 1280px) {
    header .btn {
        width: 150px;
    }

    .contact__us {
        background-size: cover;
    }

    .header__content h1 {
        font-size: 60px;
        max-width: 485px;
        background: url(../images/h1-bg.png) no-repeat 168px 41% / 62%;
    }

    .ready_to_browse__img {
        width: 330px;
        height: auto;
    }

    .testimonials-wrapper {
        background-size: cover;
    }

    .table-overflow {
        overflow-x: scroll;
    }

    .table-wrapper {
        width: 1210px;
    }

}

@media (max-width: 1220px) {
    .header__nav a {
        padding: 36px 8px 32px;
    }

    .step h3 {
        font-size: 22px;
    }

    .step p {
        font-size: 16px;
    }

}

@media (max-width: 1100px) {
    .header__nav a {
        font-size: 14px;
    }

    .step p {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1024px) {

    .how-long-container h2 {
        background: url("../images/handwritten.png") no-repeat 85% center / 23%;
    }

    .how-long {
        background: linear-gradient(180deg, #FFF 0%, #DBECFF 100%);
    }

    .how-long-container {
        padding-bottom: 20px;
    }

    .step-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url("../images/step-bg-mob.png") no-repeat center 0;
    }

    .step {
        max-width: 280px;
        width: 100%;
        min-height: 337px;
        padding: 10px;
        text-align: center;

    }

    .step:nth-of-type(1) {
        min-height: 293px;
    }

    .step:nth-of-type(2) {
        min-height: 304px;
    }

    .step h3 {
        font-size: 30px;
    }

    .step p {
        font-size: 20px;
        line-height: 22px;
    }


    .partners-logo-container {
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }

    .project-important-container h2 {
        font-size: 38px;
        text-align: left;
        padding-bottom: 30px;
        background: url(../images/h2-bg-1.png) no-repeat 0px 100%;
    }

    .how-long-container h2 {
        font-size: 38px;
    }

    .how-long-container h2 + p {
        font-size: 20px;
    }

    .project-important-img {
        max-width: 664px;
        width: 100%;
    }

    .why-quotekings-container h2 {
        font-size: 38px;
    }

    .why-quotekings-kings-img {
        display: none;
    }

    .header__nav {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .header__content .btn-default {
        display: flex;
    }

    .header-nav-mob {
        display: block;
    }

    .header__container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__logo {
        max-width: 151px;
    }

    .header__logo img {
        width: 100%;
        display: block;
    }

    .knowledge-base-container h2 {
        font-size: 38px;
    }

    .ready_to_browse_container {
        flex-direction: column;
        padding-bottom: 165px;
    }

    .ready_to_browse_container h6 {
        text-align: center;
        padding-bottom: 20px;
    }

    .why-quotekings-item h3 {
        font-size: 30px;
    }

    .why-quotekings-item p {
        font-size: 18px;
    }

    .testimonials-heading h2 {
        font-size: 38px;
    }

    .modal-wrapper h2 {
        font-size: 38px;
    }

    .modal-wrapper {
        padding: 54px 11px;
        max-width: 590px;
    }

    .categories-item {
        width: 49%;
        max-width: 250px;
        min-height: 210px;
    }

    .categories-item-li h3, .categories-item-car h3 {
        font-size: 30px;
    }

    .categories-item-li {
        background: url(../images/life-insurance-cat.png) no-repeat 100% 13% / 92%, #FFF;
    }

    .categories-item-car {
        background: url("../images/categories-car-icon.png") no-repeat 84% 6px / 69%, #FFF;
    }
}

@media (max-width: 992px) {

    .knowledge-base-item:nth-of-type(3),
    .knowledge-base-item:nth-of-type(4),
    .knowledge-base-item:nth-of-type(5) {
        width: 48.5%;
    }

    .knowledge-base-item:nth-of-type(3) .knowledge-base-item-heading,
    .knowledge-base-item:nth-of-type(4) .knowledge-base-item-heading,
    .knowledge-base-item:nth-of-type(5) .knowledge-base-item-heading {
        flex-direction: row;
    }

    .knowledge-base-item-heading {
        align-items: flex-start;
    }

    .contact__us__container {
        padding-top: 57px;
    }

    .contact__us h2 {
        font-size: 48px;
        background: url("../images/contact-heading.png") no-repeat 48% 68% / 23%;
    }

    .faq-wrapper h2 {
        font-size: 38px;
    }

    .faq-wrapper {
        padding: 50px 10px;
    }


    .knowledge-base-item h3 {
        font-size: 20px;
    }

    .testimonials-heading .btn {
        display: none;
    }

    .testimonials-heading {
        justify-content: center;
        margin-bottom: 26px;
    }

    .testimonials-wrapper {
        padding-bottom: 146px;
    }

    .slick-dots {
        justify-content: center;
        bottom: -160px;
    }

    .slick-prev, .slick-next {
        top: 117%;
    }

    .slick-prev {
        left: 17%;
    }

    .slick-next {
        right: 17%;
    }
}

@media (max-width: 768px) {
    .how-long-container h2 {
        background: url("../images/handwritten.png") no-repeat center 100% / 48%;
    }

    .project-important-life {
        width: 100%;
        max-width: 134px;
        background: url(../images/project-important-life-mob.png) no-repeat 0 0 / cover;
        height: 149px;
        top: 24%;
        left: 4%
    }

    .project-important-auto {
        width: 100%;
        max-width: 134px;
        background: url(../images/project-important-auto-mob.png) no-repeat 0 0 / cover;
        height: 148px;
        right: 0;
        top: 164px;
    }

    .project-important-home {
        width: 100%;
        max-width: 134px;
        background: url(../images/project-important-home-mob.png) no-repeat 0 0 / cover;
        height: 148px;
        left: 4%;
        top: 59%;
    }

    .project-important-health {
        width: 100%;
        max-width: 134px;
        background: url(../images/project-important-health-mob.png) no-repeat 0 0 / cover;
        height: 150px;
        right: 0%;
        top: 67%;
    }

    .project-important-life h4 {
        left: 35%;
        top: 19%;
    }

    .project-important-auto h4 {
        right: 33%;
        top: 19%;
    }

    .project-important-home h4 {
        top: 16%;
        left: 21%;
        line-height: 20px;
    }

    .project-important-health h4 {
        top: 18%;
        right: 27%;
    }

    .project-important-wrapper {
        min-height: 550px;
    }

    .project-important-img {
        max-width: 462px;
    }

    .why-quotekings-container {
        padding-left: 45px;
        padding-top: 51px;
        padding-bottom: 60px;
    }

    .why-quotekings-list {
        flex-direction: column;
    }

    .why-quotekings-item {
        width: 100%;
    }

    .header__content__wrapper {
        background: url("../images/header-bg-mobile.webp") no-repeat 0 0 / cover;
    }

    .header__content {
        min-height: 712px;
        padding-top: 41px;
    }

    .footer-container {
        padding-bottom: 35px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-nav-mob {
        display: flex;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-nav-desc {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

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

    .footer-social a {
        margin: 0 15px;
    }

    .form-wrapper .btn {
        width: 100%;
    }

    .knowledge-base-item:nth-of-type(1),
    .knowledge-base-item:nth-of-type(2),
    .knowledge-base-item:nth-of-type(3),
    .knowledge-base-item:nth-of-type(4),
    .knowledge-base-item:nth-of-type(5) {
        width: 100%;
        min-height: auto;
    }

    .testimonials-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 450px) {
    .contact__us h2 {
        font-size: 48px;
        background: url(../images/contact-heading.png) no-repeat 31% 68% / 40%;
    }

    header .header__content .btn-default {
        width: 100%;
        padding-top: 5px;
    }

    .ready_to_browse_container .btn {
        width: 100%;
    }

    .ready_to_browse_container {
        padding-top: 29px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .how-long-container h2 {
        background: url(../images/handwritten.png) no-repeat center 84% / 72%;
    }

    .header__content h1 {
        font-size: 48px;
        max-width: 357px;
        background: url(../images/headwritten-mob.png) no-repeat 109px 26% / 49%
    }
}

header.header-pt {
    background: none;
}

header.header-pt::before {
    border-radius: 0;
    width: 100% !important;

}

header.header-pt .header-nav-mob {
    display: block;
}

header.header-pt .header-container {
    padding: 20px 15px;
}

header.header-pt .header-container .header-top {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    header.header-pt::before {
        border-radius: 0;
        width: 100% !important;
        height: 109px;
    }
}

.privacy-terms .container {
    max-width: 1368px;
    margin: 0 auto;
    padding: 50px 15px;
}

.privacy-terms h2 {
    color: #151D35;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.84px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .privacy-terms h2 {
        font-size: 32px;
    }
}

.privacy-terms h5 {
    padding-bottom: 20px;
}

.privacy-terms h4 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
}

.privacy-terms p, .privacy-terms ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
}

.privacy-terms p strong, .privacy-terms ul li strong {
    font-weight: 700;
}

.privacy-terms ul {
    padding-left: 30px;
}

.privacy-terms ul i {
    font-style: italic;
}

@media (max-width: 1024px) {
    .privacy-terms h4 {
        font-size: 18px;
    }
}