@charset "UTF-8";
/*
Theme Name: Doorbi
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'PeaceSans';
    src: url('assets/fonts/peace-sans.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('assets/fonts/futurapt-book.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('assets/fonts/futurapt-demi.ttf') format('truetype');
    font-style: normal;
}
/*---/.Fonts---*/
/*---general styles---*/
:root {
    --dark-indigo: #1A1847;
    --light-lavender: #D7BAED;
    --pale-lavender: #D0CEFA;
    --coral: #FF6F57;
    --periwinkle: #7772E1;
    --body: #eeeeff;
    --black: #000000;
    --white: #ffffff;
    --wide-container: 85.94vw;
    --container: 72.92vw;
    --font-heading: "PeaceSans", serif;
    --font-body: "Futura PT Book", sans-serif;
    --font-body-bold: "Futura PT Demi", sans-serif;
}
section.dark-indigo, div.dark-indigo, footer.dark-indigo {
    background-color: var(--dark-indigo);
    color: #fff;
}
section.dark-indigo h2, div.dark-indigo h2 {
    color: var(--light-lavender);
}
body {
    background: var(--body);
    font-size: 1.04vw;
    font-family: var(--font-body);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: var(--dark-indigo);
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p, li {
    line-height: 1.2;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 0.83vw;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.2;
    margin-bottom: 0.83vw;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-family: var(--font-body-bold);
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.1vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, h2 {
    text-transform: uppercase;
    line-height: 1;
}
h1 {
    font-size: 3.33vw;
    color: var(--light-lavender);
    margin-bottom: 0;
}
h2 {
    font-size: 3.33vw;
    margin-bottom: 1.82vw;
}
h2 b, h2 strong {
    color: var(--coral);
    font-family: var(--font-heading);
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: normal;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
select::-ms-expand {
    display: none;
}
a.btn, input[type="submit"], .btn a {
    font-size: 1.04vw;
    display: inline-block;
    font-family: var(--font-body-bold);
    color: #fff;
    padding: 1.04vw 1.82vw;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--coral);
    min-width: 8.85vw;
    line-height: 1;
    border-radius: 0.21vw;
    text-transform: uppercase;
    border: none;
}
a.btn:hover, input[type="submit"]:hover, .btn a:hover {
    opacity: 0.8;
}
.container {
    max-width: 72.92vw;
}
.container.wide-container {
    max-width: 83.33vw;
}
.container.narrow-container {
    max-width: 58.85vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-hero-content {
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
}
.default-page {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
}
.default-page p, .default-page ul {
    margin-bottom: 1.3em;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    line-height: 1.2;
    margin-bottom: 0.2em;
}
.default-page h2 {
    font-size: 2vw;
}
.default-page h3 {
    font-size: 1.4vw;
}
.default-page h4 {
    font-size: 0.94vw;
}
.default-page h5 {
    font-size: 0.83vw;
}
.default-page h6 {
    font-size: 0.73vw;
}
.default-page ul, .default-page ol {
    padding-left: 0.78vw;
    padding-bottom: 1.88vw;
}
.default-page ul li {
    position: relative;
    padding-left: 1.04vw;
}
.default-page li {
    margin-bottom: 0.26vw;
}
.default-page ul li:before {
    position: absolute;
    content: '•';
    display: block;
    left: 0;
    color: #b37769;
}
.single .default-page {
    padding-top: 0;
    padding-bottom: 0;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
/*header*/
header {
    z-index: 3;
    position: relative;
}
.header-logo {
    max-width: 23.8vw;
    padding-top: 0.52vw;
}
.header-nav {
    padding-top: 1.56vw;
    padding-bottom: 2.08vw;
}
.header-nav nav > ul {
    display: flex;
    align-items: center;
}
.header-nav nav > ul > li:not(.btn) > a {
    text-transform: uppercase;
    font-size: 0.94vw;
    font-family: var(--font-body-bold);
    color: var(--dark-indigo);
    padding: 0 1.04vw;
}
.header-nav nav > ul > li:not(.btn) > a:hover {
    color: var(--coral);
}
.header-nav nav > ul > li.btn {
    padding-left: 2.08vw;
}
.header-nav nav > ul > li.btn > a {
    font-size: 0.94vw;
}
.footer-logo {
    max-width: 6.25vw;
}
.footer-nav {
    padding: 2.6vw 0;
    border-bottom: 0.05vw solid #272289;
}
.footer-nav nav > ul {
    display: flex;
    align-items: center;
}
.footer-nav nav > ul > li:not(.btn) > a {
    text-transform: uppercase;
    font-size: 0.94vw;
    font-family: var(--font-body-bold);
    color: var(--white);
    padding: 0 1.04vw;
}
.footer-nav nav > ul > li:not(.btn) > a:hover {
    color: var(--coral);
}
.footer-nav nav > ul > li.btn {
    padding-left: 2.08vw;
}
.footer-nav nav > ul > li.btn > a {
    font-size: 0.94vw;
}
.footer-address, .footer-social {
    width: 33%;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
}
.footer-social ul {
    display: flex;
}
.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer-social ul li a:hover {
    color: var(--coral);
}
.footer-social ul li:not(:last-child) {
    margin-right: 2.08vw;
}
.footer-copy {
    padding: 1.82vw 0;
}
.footer-copy p {
    margin-bottom: 0;
    font-size: 0.94vw;
}
.footer-copy a {
    color: var(--white);
}
.home-hero-content-wrapper, .home-contact-content-wrapper, .default-hero-content {
    max-width: 95.83vw;
    margin: 0 auto;
    border-radius: 1.3vw;
}
.home-hero-content {
    width: 62%;
    padding: 4.43vw 3.65vw 4.43vw 0;
}
.home-hero-content h1 {
    margin-bottom: 0.78vw;
}
.home-hero-content h4 {
    font-size: 1.88vw;
    color: var(--coral);
    margin-bottom: 1.82vw;
}
.home-hero-content p {
    font-size: 1.25vw;
    margin-bottom: 0.73vw;
}
.home-hero-content a.btn {
    min-width: 10.94vw;
    font-size: 1.04vw;
}
.home-hero-thumb {
    width: 38%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-top: -2.08vw;
    margin-bottom: -2.08vw;
    border-radius: 1.3vw;
}
.home-industries {
    padding-top: 5.99vw;
    padding-bottom: 5.73vw;
}
.home-industries-list {
    margin-left: -1.46vw;
    margin-right: -1.46vw;
}
.home-industries-list-item-wrapper {
    width: 33.3333%;
    padding-bottom: 1.04vw;
    padding-left: 1.46vw;
    padding-right: 1.46vw;
}
.home-industries-list-item-wrapper:nth-child(n+1) .home-industries-list-item {
    background-color: var(--light-lavender);
}
.home-industries-list-item-wrapper:nth-child(n+2) .home-industries-list-item {
    background-color: var(--pale-lavender);
}
.home-industries-list-item-wrapper:nth-child(n+3) .home-industries-list-item {
    background-color: var(--periwinkle);
}
.home-industries-list-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.3vw;
    padding: 2.6vw 2.08vw 3.13vw 2.08vw;
}
.home-industries-list-item h3 {
    font-size: 1.88vw;
    margin-bottom: 0.83vw;
}
.home-industries-list-item p {
    font-size: 1.04vw;
    margin-bottom: 0.73vw;
    line-height: 1.2;
}
.home-industries-list-item-heading {
    padding-bottom: 2.6vw;
}
.home-industries-list-item-thumb {
    aspect-ratio: 1;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 1.3vw;
}
.how-works {
    padding-top: 4.69vw;
    padding-bottom: 3.13vw;
}
.how-works h2 {
    padding-bottom: 9.38vw;
    color: var(--light-lavender);
}
.how-works-list {
    margin-left: -1.46vw;
    margin-right: -1.46vw;
}
.how-works-list-item-wrapper {
    width: 33.3333%;
    padding-bottom: 1.04vw;
    padding-left: 1.46vw;
    padding-right: 1.46vw;
}
.how-works-list-item {
    border-radius: 1.3vw;
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    padding: 2.34vw 2.08vw 1.3vw 2.08vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.how-works-list-item span {
    display: block;
    font-family: var(--font-heading);
    font-size: 3.33vw;
    margin-bottom: 2.6vw;
    line-height: 1;
}
.how-works-list-item h3 {
    font-size: 1.46vw;
    margin-bottom: 0.94vw;
}
.how-works-list-item p {
    font-size: 1.04vw;
    margin-bottom: 0.73vw;
    line-height: 1.2;
}
.home-map {
    padding-top: 5.21vw;
    padding-bottom: 7.29vw;
}
.home-map-content {
    padding-top: 3.65vw;
    padding-bottom: 2.6vw;
    padding-right: 3.13vw;
    width: 60%;
}
.home-map-thumb {
    width: 40%;
}
.home-map-content h2 {
    margin-bottom: 1.3vw;
}
.home-map-content p {
    font-size: 1.25vw;
}
.home-contact-content {
    width: 62%;
    padding: 5.47vw 9.11vw 7.03vw 0;
}
.home-contact-content p {
    font-size: 1.04vw;
    max-width: 85%;
}
.home-contact-form {
    width: 38%;
    border-radius: 1.3vw;
    padding: 2.34vw 3.13vw;
    background-color: var(--pale-lavender);
    margin-top: -2.08vw;
    margin-bottom: -2.08vw;
}
.home-faq {
    padding-top: 7.29vw;
    padding-bottom: 4.17vw;
}
.home-faq .heading {
    width: 45%;
}
.faq-list {
    width: 55%;
}
.faq-list-item {
    margin-bottom: 1.04vw;
    border-radius: 0.52vw;
    overflow: hidden;
}
.faq-list-item-q {
    font-size: 1.35vw;
    font-family: var(--font-body-bold);
    background-color: var(--light-lavender);
    line-height: 1;
    padding: 1.35vw 4.17vw 1.35vw 2.08vw;
    position: relative;
    cursor: pointer;
}
.faq-list-item-q.opened, .faq-list-item-a, .faq-list-item-q:hover {
    background-color: var(--pale-lavender);
}
.faq-list-item-a {
    padding: 0 4.17vw 0.26vw 2.08vw;
}
.faq-list-item-a a {
    color: #7772E1;
}
.faq-list-item-q:after {
    content: '\2b';
    font-family: "Font Awesome 7 Free";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.04vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
}
.faq-list-item-q.opened:after {
    content: '\f068';
}
.faq-list-item-a {
    display: none;
}
form span {
    display: block;
    margin-bottom: 1.04vw;
}
form span input, form textarea, form select {
    width: 100%;
    padding-left: 1.3vw;
    border-radius: 0.26vw;
    font-size: 0.94vw;
    text-transform: uppercase;
    background-color: var(--white);
    border: none;
}
form select {
    -webkit-appearance: none;
    background-image: url(assets/img/icons/select.png);
    background-size: 0.73vw 0.36vw;
    background-position: top 1.35vw right 1.25vw;
}
form textarea {
    resize: none;
    height: 7.81vw;
    padding-top: 1.04vw;
}
form span input, form select {
    height: 3.13vw;
}
form input[type="submit"] {
    width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--dark-indigo);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--dark-indigo);
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--dark-indigo);
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--dark-indigo);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--dark-indigo);
}
::placeholder { /* Most modern browsers support this now. */
    color: var(--dark-indigo);
}
.wpcf7-spinner {
    display: none !important;
}
h1 b, h1 strong {
    font-weight: normal !important;
    font-family: inherit;
    color: var(--coral);
}
.wpcf7-turnstile iframe {
    width: 100% !important;
}
/*Responsive*/
@media (max-width: 966px) {
    form select {
        -webkit-appearance: none;
        background-image: url(assets/img/icons/select.png);
        background-size: 14px 7px;
        background-position: top 26px right 24px;
    }
    .default-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
    .default-hero-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #mobile-menu-toggle {
        display: block;
        z-index: 999;
    }
    .header-nav nav {
        display: none;
    }
    .header-nav > .container > .flex {
        align-items: center;
    }
    #mobile-menu-toggle {
        width: 40px;
        z-index: 999;
        position: relative;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 3px;
        background-color: var(--coral);
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #mobile-menu {
        max-height: 70vh;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        padding: 150px 0 130px 0;
        z-index: 8;
        width: 100%;
        background-color: #fff;
    }
    #mobile-menu > nav li.btn a {
        width: 100%;
        max-width: 370px;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 20px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color: var(--dark-indigo);
        font-size: 28px !important;
        width: 100%;
        letter-spacing: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: relative !important;
        box-shadow: none !important;
    }
    #mobile-menu > nav > ul:first-child > li:first-child > a {
        border-top: none;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu > nav > ul > li > .sub-menu {
        background-color: #14377d;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li:not(:last-child) {
        margin-bottom: 20px;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li > a {
        color: #fff;
        font-size: 20px !important;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .mobile {
        display: block !important;
    }
    body {
        font-size: 20px;
    }
    .half ul, .half ol {
        padding-bottom: 1em;
    }
    p {
        margin-bottom: 1em;
    }
    .flex {
        min-height: 2px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    a.btn, input[type="submit"], .btn a {
        font-size: 20px;
        padding: 20px 35px;
        min-width: 170px;
        border-radius: 4px;
    }
    .container {
        max-width: 1400px;
    }
    .container.wide-container {
        max-width: 1600px;
    }
    .container.narrow-container {
        max-width: 1130px;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-page h2 {
        font-size: 36px;
    }
    .default-page h3 {
        font-size: 26px;
    }
    .default-page h4 {
        font-size: 18px;
    }
    .default-page h5 {
        font-size: 16px;
    }
    .default-page h6 {
        font-size: 14px;
    }
    .default-page ul, .default-page ol {
        padding-left: 15px;
        padding-bottom: 36px;
    }
    .default-page ul li {
        padding-left: 20px;
    }
    .default-page li {
        margin-bottom: 5px;
    }
    img.alignleft {
        margin-right: 90px;
    }
    img.alignright {
        margin-left: 90px;
    }
    .header-logo {
        max-width: 255px;
        padding-top: 0;
    }
    .header-nav {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .header-nav nav > ul > li:not(.btn) > a {
        font-size: 18px;
        padding: 0 20px;
    }
    .header-nav nav > ul > li.btn {
        padding-left: 40px;
    }
    .header-nav nav > ul > li.btn > a {
        font-size: 18px;
    }
    .footer-nav {
        padding: 50px 0;
        border-bottom: 1px solid #272289;
    }
    .footer-nav nav > ul > li:not(.btn) > a {
        font-size: 18px;
        padding: 0;
    }
    .footer-nav nav > ul > li:not(.btn) {
        margin-bottom: 20px;
        padding-left: 50px;
    }
    .footer-nav nav > ul > li.btn {
        padding-left: 0;
    }
    .footer-nav nav > ul > li.btn > a {
        font-size: 18px;
    }
    .footer-social ul li:not(:last-child) {
        margin-right: 40px;
    }
    .footer-copy {
        padding: 35px 0;
    }
    .footer-copy p {
        font-size: 18px;
    }
    .footer-logo {
        width: 125px;
        max-width: unset;
    }
    .footer-navigation {
        width: calc(100% - 125px);
    }
    .footer-nav nav > ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .footer-nav > .container > .flex {
        align-items: flex-start;
    }
    .home-hero-content-wrapper, .home-contact-content-wrapper, .default-hero-content {
        max-width: 1840px;
        border-radius: 25px;
    }
    .home-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-hero-content {
        padding: 45px 0 20px 0;
        width: 100%;
    }
    .home-hero-content h1 {
        margin-bottom: 15px;
    }
    .home-hero-content h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .home-hero-content p {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .home-hero-content a.btn {
        min-width: 210px;
        font-size: 20px;
    }
    .home-hero-thumb {
        width: 100%;
        margin-top: 0;
        margin-bottom: -50px;
        border-radius: 25px;
        aspect-ratio: 4/6;
    }
    .home-industries {
        padding-top: 115px;
        padding-bottom: 110px;
    }
    .home-industries .heading {
        text-align: center;
    }
    .home-industries-list {
        margin-left: -28px;
        margin-right: -28px;
    }
    .home-industries-list-item-wrapper {
        padding-bottom: 20px;
        padding-left: 28px;
        padding-right: 28px;
        width: 100%;
    }
    .home-industries-list-item {
        border-radius: 25px;
        padding: 35px 40px 50px 40px;
    }
    .home-industries-list-item h3 {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .home-industries-list-item p {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .home-industries-list-item-heading {
        padding-bottom: 40px;
    }
    .home-industries-list-item-thumb {
        border-radius: 25px;
    }
    .how-works {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .how-works .heading {
        text-align: center;
    }
    .how-works h2 {
        padding-bottom: 120px;
    }
    .how-works-list {
        margin-left: -28px;
        margin-right: -28px;
    }
    .how-works-list-item-wrapper {
        padding-bottom: 20px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .how-works-list-item {
        border-radius: 25px;
        padding: 45px 40px 25px 40px;
    }
    .how-works-list-item span {
        font-size: 64px;
        margin-bottom: 50px;
    }
    .how-works-list-item h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .how-works-list-item p {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .home-map {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .home-map-content {
        padding-top: 0;
        padding-bottom: 30px;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .home-map-content h2 {
        margin-bottom: 25px;
    }
    .home-map-content p {
        font-size: 20px;
    }
    .home-map-thumb {
        width: 100%;
    }
    .home-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-contact-content {
        padding: 45px 0px 35px 0;
        width: 100%;
    }
    .home-contact-content p {
        font-size: 20px;
    }
    .home-contact-form {
        border-radius: 25px;
        padding: 50px 30px;
        margin-top: 0;
        margin-bottom: -50px;
        width: 100%;
    }
    .home-faq {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .home-faq .heading {
        width: 100%;
        text-align: center;
    }
    .faq-list {
        width: 100%;
    }
    .faq-list-item {
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .faq-list-item-q {
        font-size: 22px;
        padding: 20px 60px 20px 20px;
    }
    .faq-list-item-a {
        padding: 0 60px 20px 20px;
    }
    .faq-list-item-q:after {
        right: 20px;
    }
    form span {
        margin-bottom: 20px;
    }
    form span input, form textarea, form select {
        padding-left: 25px;
        border-radius: 5px;
        font-size: 18px;
    }
    form textarea {
        height: 150px;
        padding-top: 20px;
    }
    form span input, form select {
        height: 60px;
    }
}
@media (max-width: 450px) {
    .home-hero-content h1 {
        font-size: 36px;
    }
}
@media (max-width: 400px) {
    .home-hero-content h1 {
        font-size: 30px;
    }
    .footer-copy > .container > .flex {
        flex-wrap: nowrap;
    }
    .footer-social ul li:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 350px) {
    .home-hero-content h1 {
        font-size: 26px;
    }
}