
body {
    font-family: 'Gotham-Book' !important;
    overflow-x: hidden;
}

html, body {
    font-family: 'Gotham-Book' !important;
}

.columns {
    padding: 0
}

.logo {
    height: 50px;
    width: auto;
    display: block;
}

button {
    outline: none;
}

.fontSize6 {
    font-size: 6px;
}

.fontSize8 {
    font-size: 8px;
}

.fontSize9 {
    font-size: 9px;
}

.fontSize10 {
    font-size: 10px;
}

.fontSize11 {
    font-size: 11px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize13 {
    font-size: 13px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize26 {
    font-size: 26px;
}

.fontSize28 {
    font-size: 28px;
}

.fontSize30 {
    font-size: 30px;
}

.fontSize35 {
    font-size: 35px;
}

.fontSize36 {
    font-size: 36px;
}

.fontSize45 {
    font-size: 45px;
}

.fontSize48 {
    font-size: 48px;
}

.fontSize54 {
    font-size: 54px;
}

.fontSize68 {
    font-size: 68px;
}


.lineHeight1 {
    line-height: 1
}

.lineHeight13 {
    line-height: 1.3
}

.displayFlex {
    display: flex
}

.flexColumn {
    flex-direction: column
}

.flexRow {
    flex-direction: row
}

.alignItemsCenter {
    align-items: center;
}

.alignItemsFlexEnd {
    align-items: flex-end;
}

.justifyCenter {
    justify-content: center;
}

.justifyFlexEnd {
    justify-content: flex-end;
}

.flex1 {
    flex: 1
}

.height100 {
    height: 100%
}

@media all and (max-width:1025px) {
    .MakeMeResponsive {
        min-height: 133px;
    }

    .GetAMargin {
        margin-top: 20px;
    }
}

.swiperBot, .swiperTop {
    width: 75%;
    height: 100%;
}

.swiperMid {
    height: 100%;
    width: 98vw;
}

.swiper-wrapper {
    margin-top: 30px;
}


.swiper-slide {
    text-align: center;
    font-size: 1em;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    top: 0px;
    width: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #546054 !important;
}

.btn1, .btn1:hover, .btn1:focus {
    background: #5d863a;
    padding: 7px 10px;
    width: 225px;
    border-radius: 20px;
    font-family: 'gotham-medium';
    display: block;
    font-size: 1em;
    cursor: default;
    margin: 30px auto 0;
}

.howimg {
    display: block;
    margin: 0 auto 5px;
    width: 50%;
    max-width: 160px;
}

/* ------------------------------------------
  LOBIBOX STYLES
--------------------------------------------- */

.lobibox.lobibox-confirm {
    border: none;
    border-radius: 30px !important;
    overflow: hidden !important;
}


    .lobibox.lobibox-confirm .lobibox-header {
        color: #4caf50 !important;
        padding: 10px 20px 0 !important;
        background-color: #fff !important;
    }

    .lobibox.lobibox-confirm .lobibox-footer {
        background-color: #fff !important;
        padding: 15px !important;
    }

.lobibox .lobibox-btn.lobibox-btn-yes {
    color: #FFF !important;
    background-color: #64c452 !important;
    border-color: #64c452 !important;
}

.lobibox .lobibox-body .lobibox-body-text-wrapper {
    padding-left: 0 !important;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
.menuIcon {
    position: fixed;
    top: 40px;
    right: 70px;
    z-index: 10;
    border-radius: 50%;
    transition: .3s
}

    .menuIcon:hover {
        box-shadow: 0 0 20px #9f9f9f;
    }

.menuCloseIcon {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -10px;
}

.nav-collapse ul {
    z-index: 9999999999;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.js .nav-collapse-0.opened {
    max-height: 346px !important;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 10000em) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #37302a;
    background: #fff;
    font: normal 100%/1.4 sans-serif;
}

section {
    border-bottom: 1px solid #999;
    text-align: center;
    padding: 100px 0 0;
    height: 800px;
    width: 100%;
}

h1 {
    margin-bottom: .5em;
}

p {
    width: 100%;
    margin: 0 auto;
}

.SpaceGRegular {
    font-family: 'SpaceGrotesk-Regular';
    font-display: swap
}

.SpaceGMedium {
    font-family: 'SpaceGrotesk-Medium';
    font-display: swap
}

.SpaceGBold {
    font-family: 'SpaceGrotesk-Bold';
    font-display: swap
}

.SatoshiRegular {
    font-family: 'Satoshi-Regular';
    font-display: swap
}

.SatoshiMedium {
    font-family: 'Satoshi-Medium';
    font-display: swap
}

.SatoshiBold {
    font-family: 'Satoshi-Bold' !important;
    font-display: swap
}

.clrMain {
    color: #64c452 !important;
}

.clrPink {
    color: #FF00C7 !important;
}

.clrBlack {
    color: #000 !important;
}

.m0 {
    margin: 0
}

.bgclrLightGreenBackground {
    background: #64c45214;
}

.bgclrWhite {
    background: #fff;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
    position: absolute;
    padding: 40px 70px;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.logo {
    float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 99999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 120em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav-collapse,
    .nav-collapse ul {
        list-style: none;
        width: 100%;
        float: left;
    }


.navBtn, .navBtn:focus, .navBtn:active {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    font-family: 'Satoshi-Bold';
    font-display: swap;
    text-decoration: none;
    padding: 8px 20px;
    color: #000;
    margin-left: 15px;
    transition: .3s
}

.navBtnWhite, .navBtnWhite:focus, .navBtnWhite:active {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    font-family: 'Satoshi-Bold';
    font-display: swap;
    text-decoration: none;
    padding: 8px 20px;
    color: #fff;
    margin-left: 15px;
    transition: .3s
}

    .navBtnWhite:hover, .navBtn:hover {
        color: #fff;
        background-color: #64c452;
        border: 2px solid #64c452;
    }

.navBarExpandable {
    width: 100%;
    max-width: 730px;
    padding: 40px;
    float: left;
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 9999;
    background: #ffff;
    border-radius: 30px;
    border: 1px solid #ccc;
    display: none
}

.navTitle {
    color: #64c452;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.navLinks {
    color: #000;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
}

    .navLinks:hover {
        color: #64c452;
    }


@media screen and (min-width: 10000em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 10000em) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    width: 100%;
    float: left;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Gotham-Book';
    color: #000;
    padding-bottom: 10px
}

    .nav-collapse a:active,
    .nav-collapse .active a {
        font-family: 'Gotham-Bold';
    }

@media screen and (min-width: 10000em) {
    .nav-collapse a {
        border-left: 1px solid white;
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}

@media screen and (min-width: 10000em) {
    .nav-collapse ul ul a {
        display: none;
    }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("../icons/responsivenav.eot");
    src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    display: flex;
    height: 50px;
    width: 50px;
    background: #64c452;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 0;
    border-radius: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    float: right;
}

    .nav-toggle:before {
        color: #fff;
        font-size: 40px;
        text-transform: none;
        text-align: center;
        position: absolute;
        content: "\2261";
        text-indent: 0;
        speak: none;
        width: 100%;
        left: 0;
        top: -4px;
    }

    .nav-toggle.active:before {
        background-image: url(close.png);
        background-position: center;
        background-size: 18px 18px;
        background-repeat: no-repeat;
        margin-top: 0px;
        z-index: 999;
        color: transparent;
        background-color: #64c452;
    }

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#MainCover {
    height: 100vh;
    background-size: cover;
    padding: 40px 70px;
}

    #MainCover .parentDiv {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex: 1;
    }


    #MainCover.HomePage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/Banner.jpg");
        background-position: right top;
    }

    #MainCover.AboutPage {
        background-image: url("../img/AboutBanner.jpg");
    }

    #MainCover.ContactPage {
        background-image: linear-gradient(to top, rgb(0 0 0 / 100%), transparent),url("../img/ContactBanner.png");
    }

    #MainCover.BecomeUserPage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/BecomeUserBanner.jpg");
        background-position: center;
    }

    #MainCover.PrivateResidencePage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/PrivateResidenceBanner.jpg");
        background-position: center;
    }

    #MainCover.OfficesPage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/OfficesBanner.png");
        background-position: center;
    }

    #MainCover.FitnessPage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/FitnessCentersBanner.jpg");
        background-position: center;
    }

    #MainCover.FacilityManagersPage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/FacilityManagersBanner.jpg");
        background-position: center;
    }

    #MainCover.SchoolsPage {
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent 60%),url("../img/SchoolsBanner.jpg");
        background-position: center;
    }


    #MainCover img {
        width: 100%;
    }

    #MainCover h2 {
        color: #64c452;
        font-size: 45px;
        line-height: 1.1;
        text-align: left;
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
    }

    #MainCover h1 {
        color: #fff;
        font-size: 68px;
        line-height: 1;
        text-align: left;
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
    }

.rectangleContainer {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 125%;
    border-radius: 20px;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.sqaureContainer {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 20px;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer
}

.underlineOnHover:hover {
    text-decoration: underline
}

.underlineOnHover img {
    margin-left: 20px;
}

.rectangleContainer p, .sqaureContainer p {
    font-family: 'SpaceGrotesk-Medium';
    font-display: swap;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    padding: 25px;
    padding-right: 70px;
    position: absolute;
    bottom: 0;
}

.rectangleContainer.BG1, .sqaureContainer.BG1 {
    background-image: linear-gradient(to bottom, transparent 75%, rgb(0 0 0 / 100%)), url(../img/BG1.jpg);
}

.rectangleContainer.BG2, .sqaureContainer.BG2 {
    background-image: linear-gradient(to bottom, transparent 75%, rgb(0 0 0 / 100%)), url(../img/BG2.jpg);
}

.rectangleContainer.BG3, .sqaureContainer.BG3 {
    background-image: linear-gradient(to bottom, transparent 75%, rgb(0 0 0 / 100%)), url(../img/BG3.jpg);
}

.rectangleContainer.BG4, .sqaureContainer.BG4 {
    background-image: linear-gradient(to bottom, transparent 75%, rgb(0 0 0 / 100%)), url(../img/BG4.jpg);
}

.rectangleContainer.BG5, .sqaureContainer.BG5 {
    background-image: linear-gradient(to bottom, transparent 75%, rgb(0 0 0 / 100%)), url(../img/BG5.jpg);
}



.rectangleContainer.BG1:hover, .sqaureContainer.BG1:hover {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(../img/BG1.jpg);
}

.rectangleContainer.BG2:hover, .sqaureContainer.BG2:hover {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(../img/BG2.jpg);
}

.rectangleContainer.BG3:hover, .sqaureContainer.BG3:hover {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(../img/BG3.jpg);
}

.rectangleContainer.BG4:hover, .sqaureContainer.BG4:hover {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(../img/BG4.jpg);
}

.rectangleContainer.BG5:hover, .sqaureContainer.BG5:hover {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(../img/BG5.jpg);
}


.installationElement {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    border-top: 1px solid #666666;
}

    .installationElement:last-child {
        border-bottom: 1px solid #666666;
    }

    .installationElement span {
        font-family: 'Satoshi-Regular';
        font-display: swap;
        color: #000;
    }

    .installationElement p {
        margin: 0;
        color: #64c452;
        font-size: 22px;
    }

.doorElement {
    display: flex;
    flex-direction: row;
    padding: 30px 0 0;
}

    .doorElement .number {
        margin: 0;
        color: #000;
        font-size: 24px
    }

.WhatItDoesElement {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}

.horizontalScrollContainer {
    overflow: auto;
    white-space: nowrap;
}

    .horizontalScrollContainer .logoElement {
        display: inline-block;
        width: 150px;
        height: 50px;
        border-radius: 20px;
        border: 1px solid #ddd;
        margin-right: 30px;
        margin-bottom: 20px;
        text-align: center;
        padding: 13px 0;
    }

.userTypeDetailContainer {
    padding: 47px 0;
    border-top: 1px solid #000
}

.brochureBtn, .brochureBtn:focus {
    padding: 8px 20px;
    border: 1.5px solid #000000;
    border-radius: 42px;
    background: transparent;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Satoshi-Bold';
    font-display: swap;
    font-size: 13px;
    transition: .3s
}

    .brochureBtn:hover {
        border: 1.5px solid #64c452;
        background: #64c452;
        color: #fff;
    }

.pricingContainer {
    max-width: 540px;
}

.pricingElement {
    padding: 24px;
    border: 1px solid #64C452;
    border-radius: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

    .pricingElement .title {
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
        color: #64c452 !important;
        font-size: 35px;
        line-height: 1
    }

    .pricingElement .price {
        font-family: 'SpaceGrotesk-Regular';
        font-display: swap;
        color: #64c452 !important;
        font-size: 35px;
        line-height: 1
    }

    .pricingElement .description {
        font-family: 'Satoshi-Regular';
        font-display: swap;
        color: #000 !important;
        font-size: 22px;
        line-height: 1
    }

    .pricingElement .secondaryDescription {
        font-family: 'Satoshi-Regular';
        font-display: swap;
        color: #7c7c7c !important;
        font-size: 16px;
        line-height: 1
    }


.useKindooContainer {
    padding: 50px 30px;
    background-size: cover;
    border-radius: 26px
}

    .useKindooContainer.seller {
        background-image: linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/SellKindoo.jpg);
    }

    .useKindooContainer.user {
        background-image: linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/UseKindoo.jpg);
    }

    .useKindooContainer p, .useKindooContainer span {
        color: #fff;
        line-height: 1.1;
        font-size: 68px;
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
    }

.footerList {
    flex: 1;
    text-align: left;
    margin: 0;
}

    .footerList li {
        display: inline-block;
        border-right: 1px solid #bbb;
        padding: 0 20px;
    }

        .footerList li a {
            color: #000;
            font-family: 'Satoshi-Medium';
            font-display: swap;
            font-size: 16px;
            transition: .3s
        }

            .footerList li a:hover {
                color: #64c452;
            }

.loginTabs {
    list-style-type: none;
}

    .loginTabs li {
        display: inline-block;
        width: 50%;
        float: left;
        margin: 0;
        text-align: center;
        border-bottom: 2px solid #ccc;
        padding: 0;
        transition: all .3s;
        cursor: pointer
    }

        .loginTabs li.active, .loginTabs li:hover {
            border-bottom: 2px solid #64C452;
        }

        .loginTabs li a {
            color: #DBDBDB;
            float: left;
            width: 100%;
            font-family: 'SpaceGrotesk-Medium';
            font-display: swap;
            padding: 20px 0;
        }

        .loginTabs li.active a, .loginTabs li:hover a {
            color: #000;
            font-family: 'SpaceGrotesk-Bold';
            font-display: swap;
        }

.FAQTabs {
    list-style-type: none;
    margin-top: 40px
}

    .FAQTabs li {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .FAQTabs li:last-child {
            margin-right: 0
        }

        .FAQTabs li.active a, .FAQTabs li a:hover {
            color: #fff;
            background-color: #64c452;
            border: 2px solid #64C452;
        }

        .FAQTabs li a {
            padding: 6px 20px;
            border-radius: 30px;
            border: 2px solid #000;
            color: #000;
            transition: .3s;
            float: left;
            font-family: 'Satoshi-Medium';
            font-display: swap;
        }

.faqTabs {
    border-top: 1px solid #000;
    padding: 35px 0
}



.accordion, .accordion:active, .accordion:focus {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    padding: 0;
    transition: 0.3s;
    padding-right: 40px;
    font-family: 'Satoshi-Regular';
    font-display: swap;
    color: #000 !important;
    line-height: 1;
    font-size: 28px;
}

    .accordion:hover {
        font-family: 'Satoshi-Bold';
        font-display: swap;
        background-color: transparent
    }

.panel {
    padding: 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
    border: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

    .panel p, .panel ul, .panel ol li {
        font-size: 22px;
        font-family: 'Satoshi-Regular';
        font-display: swap;
        line-height: 1.3;
    }

.accordionContainer {
    padding: 35px 0;
    border-top: 1px solid #000
}

    .accordionContainer button {
        line-height: 1.3 !important;
    }

    .accordionContainer:last-child {
        border-bottom: 1px solid #000
    }

.padding100V70H {
    padding: 100px 70px
}

.padding50V7100H {
    padding: 50px 100px;
}

.padding60V25H {
    padding: 60px 25px
}

.padding22V80H {
    padding: 22px 80px;
}

.padding40V70H {
    padding: 40px 70px;
}


.closePanel, .openPanel {
    position: absolute;
    top: 0;
    right: 0;
}

.closePanel {
    display: none
}

.loginInput {
    border: 1px solid #ccc !important;
    border-radius: 35px !important;
    padding: 16px 30px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    background-color: transparent;
    outline: none;
    line-height: 1.3 !important;
    font-family: 'Satoshi-Regular' !important;
    font-display: swap;
}




.contactInput {
    border: 1px solid #9d9d9d !important;
    border-radius: 35px !important;
    padding: 16px 30px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    background-color: transparent;
    outline: none;
    line-height: 1.3 !important;
    font-family: 'Satoshi-Regular' !important;
    font-display: swap;
}

select.contactInput {
    background-position: 99%;
    background-size: 40px;
}

textarea.contactInput {
    min-height: 224px;
}

.mTop170 {
    margin-top: 170px
}

.paddingLeft10 {
    padding-left: 10px
}

.paddingRight10 {
    padding-right: 10px
}

.paddingTop100 {
    padding-top: 100px;
}

.paddingRight40 {
    padding-right: 40px
}

.paddingRight60 {
    padding-right: 60px
}

.paddingLeft40 {
    padding-left: 40px
}

.intl-tel-input {
    width: 100%
}

.flag-container {
    padding-left: 10px !important
}

#txtPhone {
    padding-left: 60px !important
}

.BenefitsBG {
    height: 100%;
    background-image: url("../img/NoFuss.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 30px
}

.lightTitles {
    font-family: 'SpaceGrotesk-Medium';
    font-display: swap;
    color: #64c452;
    margin: 0;
    font-size: 35px;
    line-height: 1
}

.BoldTitles {
    font-family: 'SpaceGrotesk-Bold';
    font-display: swap;
    color: #000;
    margin: 0;
    font-size: 54px;
    line-height: 1
}

.DescriptionText {
    font-family: 'Satoshi-Regular';
    font-display: swap;
    margin: 0;
    font-size: 28px;
    line-height: 1.3
}

.PricingSecondaryTitle {
    font-family: 'Satoshi-Bold';
    font-display: swap;
    margin: 0;
    font-size: 28px;
    color: #64c452;
    margin-top: 40px;
    line-height: 1.3
}

.PricingDescriptionText {
    font-family: 'Satoshi-Regular';
    font-display: swap;
    margin: 0;
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    line-height: 1.3
}

.HIWcontainer {
    padding: 0 10px;
    margin-bottom: 20px
}

    .HIWcontainer .title {
        color: #64c452;
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
        line-height: 1;
        font-size: 68px;
        margin-bottom: 20px;
    }

    .HIWcontainer .description {
        color: #000;
        font-family: 'Satoshi-Regular';
        font-display: swap;
        line-height: 1.3;
        font-size: 28px;
    }

.mobileAppStoreContainer {
    width: 150px
}

.aboutSecondaryTitles {
    font-size: 28px;
    line-height: 1;
}

.checkIcon {
    height: 60px;
    margin-right: 20px
}


/*MEDIUM AND LOWER*/
@media screen and (max-width: 1024px) {
    .checkIcon {
        height: 30px;
        margin-right: 20px
    }

    .userTypeDetailContainer:first-child {
        border-top: 0 !important;
        padding-top: 0;
    }

    .brochureImage {
        max-height: 280px;
        margin: auto;
        display: block;
    }

    .footerList li {
        border: 0;
        width: 50%;
        float: left;
        padding: 5px 0;
    }

        .footerList li a {
            font-size: 14px;
        }

    .footerRights {
        text-align: left
    }

    body {
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

        body::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .padding60V25H, .padding22V80H, .padding100V70H, .padding40V70H, .padding50V7100H {
        padding: 40px 30px
    }

    .paddingTop100 {
        padding-top: 20px;
    }

    .paddingRight40, .paddingRight60 {
        padding-right: 0
    }

    .paddingLeft40 {
        padding-left: 0
    }

    .mTop170 {
        margin-top: 30px;
    }

    .navBarExpandable {
        width: 100%;
        max-width: 100%;
        padding: 40px 30px;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #ffff;
        border-radius: 0;
        border: 1px solid #ccc;
        max-height: 100vh;
        overflow: auto;
        display: none
    }

    #MainCover {
        padding: 30px;
    }

        #MainCover.HomePage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/Banner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.AboutPage {
            background-image: url("../img/AboutBanner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.ContactPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/ContactBanner_Mobile.jpg");
        }

        #MainCover.BecomeUserPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/BecomeUserBanner_Mobile.jpg");
            background-position: right;
        }

        #MainCover.PrivateResidencePage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/PrivateResidenceBanner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.OfficesPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/OfficesBanner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.FitnessPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/FitnessCentersBanner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.FacilityManagersPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/FacilityManagersBanner_Mobile.jpg");
            background-position: center;
        }

        #MainCover.SchoolsPage {
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), transparent 40%),linear-gradient(to top, rgb(0 0 0 / 80%), transparent 10%),url("../img/SchoolsBanner_Mobile.jpg");
            background-position: center;
        }

    .mBottom20MediumDown {
        margin-bottom: 20px !important
    }

    .mBottom40MediumDown {
        margin-bottom: 40px !important
    }

    .mBottom60MediumDown {
        margin-bottom: 60px !important
    }

    .mBottom80MediumDown {
        margin-bottom: 80px !important
    }

    .mBottom100MediumDown {
        margin-bottom: 100px !important
    }

    header {
        padding: 40px 30px;
    }

    .menuIcon {
        height: 45px;
        right: 30px;
    }

    .menuCloseIcon {
        height: 45px;
        top: 0;
        right: 0;
    }

    .navLinks {
        font-size: 16px;
    }

    .lightTitles {
        margin: 0;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .logo {
        height: 50px;
        width: auto;
        display: block;
    }

    .logo {
        height: 40px;
    }

    .BoldTitles {
        font-family: 'SpaceGrotesk-Bold';
        font-display: swap;
        color: #000;
        margin: 0;
        font-size: 28px;
        line-height: 1
    }

    .pricingElement {
        min-height: 160px;
    }

    .PricingSecondaryTitle {
        font-size: 20px;
        margin-top: 20px;
    }

    .PricingDescriptionText {
        font-size: 15px;
        margin-top: 10px;
    }

    .DescriptionText {
        font-size: 15px;
    }

    #MainCover h2 {
        font-size: 24px;
    }

    #MainCover h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .accordion, .accordion:active, .accordion:focus {
        font-size: 18px;
    }

    .panel p, .panel ul li, .panel ol li {
        font-size: 16px;
    }

    .closePanel, .openPanel {
        width: 15px;
    }

    .pricingElement .title {
        font-size: 20px;
        line-height: 1
    }

    .pricingElement .price {
        font-size: 20px;
    }

    .useKindooContainer p, .useKindooContainer span {
        font-size: 38px;
    }

    .pricingElement .description {
        font-size: 15px;
    }

    .underlineOnHover {
        font-size: 14px
    }

        .underlineOnHover img {
            width: 20px;
            margin-left: 10px;
        }

    .rectangleContainer {
        padding-top: 100%;
    }

        .rectangleContainer.BG1, .sqaureContainer.BG1 {
            background-image: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 100%)), url(../img/BG1.jpg);
        }

        .rectangleContainer.BG2, .sqaureContainer.BG2 {
            background-image: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 100%)), url(../img/BG2.jpg);
        }

        .rectangleContainer.BG3, .sqaureContainer.BG3 {
            background-image: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 100%)), url(../img/BG3.jpg);
        }

        .rectangleContainer.BG4, .sqaureContainer.BG4 {
            background-image: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 100%)), url(../img/BG4.jpg);
        }

        .rectangleContainer.BG5, .sqaureContainer.BG5 {
            background-image: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 100%)), url(../img/BG5.jpg);
        }

        .rectangleContainer p, .sqaureContainer p {
            font-size: 20px;
        }

    .HIWcontainer .title {
        font-size: 50px;
    }

    .HIWcontainer .description {
        font-size: 20px;
    }


    .navBtn, .navBtn:focus, .navBtn:active, .navBtnWhite, .navBtnWhite:focus, .navBtnWhite:active {
        margin-left: 0;
        margin-right: 15px;
        font-size: 14px;
        float: left
    }

    .pricingContainer {
        max-width: 100%;
    }

    .mobileAppStoreContainer {
        width: 80px
    }

        .mobileAppStoreContainer img {
            width: 30px
        }

    .installationElement p {
        font-size: 15px;
    }

    .doorElement .number {
        font-size: 15px
    }

    .aboutSecondaryTitles {
        font-size: 20px
    }

    .MediumTop40SmallTop10 {
        margin-top: 40px;
    }
}

/*SMALL AND LOWER*/
@media screen and (max-width: 640px) {

    .bannerButtonsContainer {
        display: flex;
        justify-content: center
    }

    .padding60V25H {
        padding: 20px
    }

    .paddingLeft10 {
        padding-left: 0
    }

    .paddingRight10 {
        padding-right: 0
    }

    .HIWcontainer {
        padding: 0;
    }

    .pricingContainer {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 380px) {



    #MainCover h2 {
        font-size: 18px;
    }

    #MainCover h1 {
        font-size: 26px;
        line-height: 1.2;
    }


    .padding60V25H {
        padding: 20px
    }

    .paddingLeft10 {
        padding-left: 0
    }

    .paddingRight10 {
        padding-right: 0
    }

    .HIWcontainer {
        padding: 0;
    }

    .MediumTop40SmallTop10 {
        margin-top: 10px;
    }

    .navBtn, .navBtn:focus, .navBtn:active, .navBtnWhite, .navBtnWhite:focus, .navBtnWhite:active {
        margin-left: 0;
        margin-right: 10px;
        font-size: 12px;
        padding: 5px;
        float: left
    }
}
