﻿:root {
    --color-primary: #0f1032;
    --color-secondary: #32BFB5;
    --color-mediumblue: #2d5275;
    --color-bluewhite: #92d5d8;
    --color-bluegrey: #79b2b6;
    --color-greengrey: #609093;
    --color-grey: #a7a9ac;
    --color-cyanwhite: #e9f6f7;
    --color-whitetransparent: #d1d3d4;
}

.clrPrimary {
    color: var(--color-primary);
}

.clrSecondary {
    color: var(--color-secondary);
}

.clrWhite {
    color: #ffffff;
}

.clrRed {
    color: red;
}

.bgblackTransparent {
    background: rgba(0,0,0,0.5);
}

.bgclrPrimary {
    background-color: var(--color-primary);
}

.bgclrSecondary {
    background-color: var(--color-secondary);
}

.bgclrCyanWhite {
    background-color: var(--color-cyanwhite);
}

.bgclrMediumBlue {
    background-color: var(--color-mediumblue);
}

.bgclrBlueWhite {
    background-color: var(--color-bluewhite);
}

.bgclrBlueGrey {
    background-color: var(--color-bluegrey);
}

.bgclrGreenGrey {
    background-color: var(--color-greengrey);
}

.bgclrGrey {
    background-color: var(--color-grey);
}

.bgclrWhiteTransparent {
    background-color: var(--color-whitetransparent);
}

.border1pxSecondaryColor {
    border: 1px solid var(--color-secondary);
}

ion-icon:hover {
    color: var(--color-secondary);
}

.colorTab {
    height: 15px;
    width: 35px;
    position: relative;
    left: -30px;
}

h2 {
    margin-bottom: 0px !important;
}

.triangle {
    padding-top: 10px;
}

.parallaxEffect {
    background-position: top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.parallaxEffect2 {
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.myImage {
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    position: absolute;
    right: -184px;
    top: 68px;
    transform-origin: right;
    transform: rotate(-34deg);
}

.form_inputs {
    -webkit-border-radius: 0;
    border: none;
    border-bottom: 1px solid #d6d5d5;
}

    .form_inputs:focus {
        -webkit-border-radius: 0;
        border: none;
        border-bottom: 1px solid var(--color-secondary);
    }

    .form_inputs, .form_inputs:focus {
        border-radius: 0;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 40px;
        color: #414141;
        font-size: 14px;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        -webkit-transition: border .9s ease;
        -o-transition: border .9s ease;
        transition: border .9s ease;
        padding: 18px 0;
        outline: 0;
        font-weight: normal !important;
    }

        .form_inputs:-moz-placeholder, .form_inputs:-ms-input-placeholder, .form_inputs::-moz-placeholder, .form_inputs::-webkit-input-placeholder {
            color: #414141 !important;
            opacity: 1
        }

textarea, textarea:focus {
    min-height: 175px;
    resize: none;
}

    textarea:-moz-placeholder, textarea:-ms-input-placeholder, textarea::-moz-placeholder, textarea::-webkit-input-placeholder {
        color: #414141 !important;
        opacity: 1;
        font-weight: normal !important;
    }

.resizeFontAccordingToSize {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.getWidthAccordingToCircle {
    width: 400px;
}

.titletext1 {
    font-size: 26pt;
    margin-top: 8%;
    line-height: 105%;
    color: white;
    letter-spacing: 3px;
}

.descriptionDiv {
    height: 80%;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    padding: 20px;
    border-radius: 25px;
}

    .descriptionDiv h2 {
        font-family: 'Fredoka-Bold';
    }

    .descriptionDiv p {
        font-family: 'Lexend-Medium';
    }

.navbar.shrink {
    background: #fff;
    margin: 0;
    box-shadow: 0 8px 6px -9px #999;
}

    .navbar.shrink .navbar-nav li a {
        color: var(--color-primary);
        -webkit-transition: all linear .3s;
        transition: all linear .3s;
    }

        .navbar.shrink .navbar-nav li a:hover, .navbar.shrink .navbar-nav li a:focus {
            outline: 0;
            background: transparent !important;
        }

    .navbar.shrink .navbar-nav li .menuselect {
        color: #232323;
        -webkit-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }

.navbar {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: none !important;
    margin-top: 20px;
    min-height: 58px;
    padding: 4px 0;
    border-radius: 0;
}

    .navbar .navbar-nav {
        height: 50px;
        float: right !important;
        margin-right: -15px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar .navbar-nav li {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-top: 7px !important;
            padding-bottom: 7px !important;
            float: left;
        }

    .navbar.shrink .navbar-nav li:hover, .navbar.shrink .navbar-nav li:focus {
        outline: 0;
        background: transparent !important;
    }

    .navbar .navbar-nav li:hover, .navbar .navbar-nav li:focus {
        outline: 0;
        background: transparent !important;
    }

    .navbar .navbar-nav li a {
        color: var(--color-primary);
        -webkit-transition: border-color .3s linear;
        transition: border-color .3s linear;
        padding: 0;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 300;
        -webkit-transition: all linear .3s;
        transition: all linear .3s;
    }

        .navbar .navbar-nav li a:hover {
            color: var(--color-secondary);
            background: transparent;
        }

        .navbar .navbar-nav li a:before {
            position: absolute;
            content: '';
            width: 100%;
            display: table;
            height: 4px;
            border-radius: 5px;
            bottom: -6px;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
        }

    .navbar .navbar-nav li.active a:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .navbar .navbar-nav li .menuselect {
        margin: 0;
        background: 0 0;
        border: 0;
        color: var(--color-primary);
        -webkit-transition: border-color .3s linear;
        transition: border-color .3s linear;
        padding: 0;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 300;
        -webkit-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }

        .navbar .navbar-nav li .menuselect:focus {
            outline: 0;
            box-shadow: 0px 0px 0px;
        }

        .navbar .navbar-nav li .menuselect option {
            margin: 40px;
            color: #333;
            text-shadow: 0 1px 0 rgba(0,0,0,.4)
        }

        .navbar .navbar-nav li .menuselect:hover {
            color: var(--color-secondary);
        }

    .navbar .navbar-nav li a:before {
        background: var(--color-secondary) !important
    }

    .navbar .navbar-nav li a:focus {
        outline: 0;
        background: transparent !important;
    }

.sidebar_menu {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    box-shadow: 3px 0 3px 3px #c2c2c2;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 40px;
}

.pushmenu-right {
    right: -270px;
}

.pushmenu {
    background: #fff;
    padding: 20px 15px;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: 3px solid var(--color-secondary);
}

    .pushmenu .push_nav {
        padding-left: 0;
        margin-top: 150px;
        padding: 0;
    }

.shrink .menu_bars.right {
    top: 16px
}

.menu_bars.active2 {
    background: #fff
}

.menu_bars.active span {
    background: #1b1b1b
}

    .menu_bars.active span.t1 {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg)
    }

    .menu_bars.active span.t2 {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu_bars.active span.t3 {
        -webkit-transform: translateY(-5px) rotate(-135deg);
        transform: translateY(-5px) rotate(-135deg)
    }

.menu_bars span {
    background: var(--color-primary);
    display: block;
    height: 4px;
    width: 27px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 20px
}

.pushmenu ul {
    list-style: none;
}

.pushmenu li {
    margin-top: 10px;
}

.pushmenu ul:first-child {
    margin-top: 0px;
}

.pushmenu li .menuselect {
    margin: 0;
    background: 0 0;
    border: 0;
    color: var(--color-primary);
    -webkit-transition: border-color .3s linear;
    transition: border-color .3s linear;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: auto;
}

    .pushmenu li .menuselect:focus {
        outline: 0;
        box-shadow: 0px 0px 0px;
    }

    .pushmenu li .menuselect option {
        margin: 40px;
        color: #333;
        text-shadow: 0 1px 0 rgba(0,0,0,.4)
    }

    .pushmenu li .menuselect:hover {
        color: var(--color-secondary);
    }

.pushmenu li a {
    -webkit-transition: border-color .3s linear;
    transition: border-color .3s linear;
}

.pushmenu .active a {
    border-bottom: 3px solid var(--color-secondary);
}

.pushmenu li a:hover, .pushmenu li a:focus {
    color: var(--color-secondary);
    text-decoration: none;
    outline: 0;
}

.navbar.shrink .menu_bars span {
    background: var(--color-primary);
}

.navbar.shrink .menu_bars:hover span, .menu_bars:hover span {
    background: var(--color-secondary);
}

nav.navbar.bootsnav.navbar-fixed.no-background .menu_bars span {
    background: #fff
}

.menu_bars.active span {
    width: 18px
}

nav.navbar.bootsnav.navbar-fixed .menu_bars, nav.navbar.bootsnav.sticked .menu_bars {
    margin-top: 8px
}

.menu_bars span.t2 {
    margin: 4px 0
}

.container {
    width: 1170px;
    max-width: 100%;
}

.menu_bars {
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    position: relative;
    z-index: 1102;
    z-index: 1102;
    background: 0 0;
    float: right;
    top: 15px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    right: 10px;
}

    .menu_bars.left {
        left: 30px;
        float: left
    }

    .menu_bars.right {
        float: right
    }

    .menu_bars.active {
        position: fixed;
        margin-top: 0 !important;
        border: none !important;
        top: 35px;
    }

    .menu_bars.active2 {
        border: 1px solid #1b1b1b;
        padding: 7px;
        position: fixed;
        right: 30px
    }

.landingPageLogo {
    width: 189px;
}

.waterPlanImage {
    width: 1140px;
}

.docksDetailsImage {
    width: 665px;
}

.clientDashboardImage {
    width: 720px;
}

.cellPhoneSmall > img {
    width: 180px;
}

.statisticsImage {
    width: 1060px;
}

.footerLogo {
    width: 140px;
}

.sideMenuLogo {
    width: 75px;
}

@media all and (max-width: 1200px) {
    .waterPlanImage {
        width: calc(100% - 0px);
    }

    .docksDetailsImage {
        width: calc(100% - 0px);
    }

    .clientDashboardImage {
        width: calc(100% - 0px);
    }

    .statisticsImage {
        width: calc(100% - 0px);
    }

    .footerLogo {
        width: calc(100% - 0px);
    }
}

@media all and (max-width:1090px) {
    .width55 {
        width: 65%;
    }
}

@media all and (max-width:1040px) {
    .getMarginOnMedium {
        margin-top: 10px;
    }
}



@media all and (max-width:940px) {

    .myYear {
        font-size: 90px;
        top: -85px;
    }

    .dashboardSmallPadding {
        padding-left: 10px;
    }

    .fontSize40 {
        font-size: 30px;
    }

    .lineHeight40px {
        line-height: 30px;
    }

    .fontSize18 {
        font-size: 17px;
    }

    .lineHeight20 {
        line-height: 17px;
    }

    .fontSize30 {
        font-size: 26px;
    }

    .lineHeight30 {
        line-height: 26px;
    }

    .fontSize20 {
        font-size: 16px;
    }

    .fontSize16 {
        font-size: 15px;
    }

    .lineHeight22 {
        line-height: 20px;
    }

    .fontSize22 {
        font-size: 20px;
    }

    .width150px {
        width: 130px;
    }

    .mTop10 {
        margin-top: 8px;
    }

    .mTop20 {
        margin-top: 15px;
    }

    .resizeFontAccordingToSize {
        font-size: 15px;
        line-height: 15px;
    }
}

@media all and (max-width:850px) {
    .width55 {
        width: 75%;
    }
}

@media all and (max-width:782px) {
    .relativeToClientSpace {
        top: 0px !important;
    }
}

@media all and (max-width:765px) {
    .getWidthAccordingToCircle {
        width: 350px;
        padding: 10px;
    }
}

@media all and (max-width:690px) {
    .getWidthAccordingToCircle {
        width: 310px;
    }
}

@media all and (max-width:640px) {
    .width55 {
        width: 55%;
    }

    .getMarginOnSmall {
        margin-top: 15px;
    }

    .width50 {
        width: 100%;
    }


    .titletext1 {
        font-size: 20pt;
    }

    .dashboardSmallPadding {
        padding-left: 0px;
    }

    .borderRotated {
        width: 100% !important;
        position: relative;
        top: 0;
        right: 0;
        transform: rotate(0deg);
    }

    .myYear {
        font-size: 80px;
        top: -81px;
    }

    .textTransformInitial {
        text-transform: initial !important;
    }

    .getRelativeOnSmall {
        position: relative;
        margin-top: 5px;
    }

    .fontSize40 {
        font-size: 28px;
    }

    .lineHeight40px {
        line-height: 28px;
    }

    .fontSize30 {
        font-size: 24px;
    }

    .lineHeight30 {
        line-height: 24px;
    }

    .mTop35 {
        margin-top: 15px;
    }

    .fontSize20 {
        font-size: 14px;
    }

    .resizeFontAccordingToSize {
        font-size: 14px;
        line-height: 14px;
    }

    .fontSize18 {
        font-size: 16px;
    }

    .lineHeight20 {
        line-height: 16px;
    }

    .fontSize16 {
        font-size: 14px;
    }

    .lineHeight22 {
        line-height: 18px;
    }

    .fontSize22 {
        font-size: 18px;
    }

    .width70 {
        width: 90%;
    }

    .editBottomOnSmall {
        bottom: -60px;
    }

    .width400px {
        width: 320px;
    }

    .relativeToCustomizableTab {
        top: 0px !important;
    }

    .addPaddingRelativeToCustomizableTab {
        padding-top: 0px !important;
    }

    .width65 {
        width: 45%;
        margin-bottom: 10px;
    }

    .AccountingSmallMargin {
        margin-top: 50px;
    }

    .CustomizableSmallMargin {
        margin-top: 90px;
    }

    .cellPhoneSmall {
        background: transparent;
        text-align: center;
    }

        .cellPhoneSmall > img {
            top: 0px !important;
            width: 160px !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .smartwatersAppSmallPaddings {
        padding: 20px 10px 20px 30px;
    }

    .statisticImageSmallPaddings {
        padding: 0;
    }

    .statisticsDetailSmallPaddings {
        padding-left: 10px;
        padding-right: 10px;
    }

        .statisticsDetailSmallPaddings:last-child {
            margin-top: 20px;
        }

    .getMarginOnSmall {
        margin-top: 10px;
    }

    .maxWidth140px {
        max-width: 80px;
    }
}

@media all and (max-width:565px) {
    .lineHeight50px {
        line-height: 32px;
    }

    .fontSize20 {
        font-size: 13px;
    }

    .resizeFontAccordingToSize {
        font-size: 13px;
        line-height: 13px;
    }

    .fontSize30 {
        font-size: 22px;
    }

    .lineHeight30 {
        line-height: 22px;
    }
}

@media all and (max-width:525px) {
    .lineHeight50px {
        line-height: 30px;
    }

    .getRelativeOn525 {
        position: relative;
        margin-top: 15px;
        bottom: 0;
    }

    .width100On525 {
        width: 100%;
    }
}

@media all and (max-width:485px) {
    .width150px {
        width: 105px;
    }

    .width65 {
        width: 55%;
    }

    .getWidthAccordingToCircle {
        width: 265px;
        bottom: -20px;
    }
}

@media all and (max-width:450px) {
    .width55 {
        width: 65%;
    }
}

@media all and (max-width:425px) {
    .lineHeight50px {
        line-height: 26px;
    }

    .fontSize30 {
        font-size: 20px;
    }

    .lineHeight30 {
        line-height: 20px;
    }

    .width65 {
        width: 65%;
    }
}

@media all and (max-width:420px) {
    .myYear {
        font-size: 75px;
        line-height: 75px;
        top: -68px;
    }

    .width150px {
        width: 85px;
    }

    .getWidthAccordingToCircle {
        width: 240px;
    }
}

@media screen and (max-width: 398px) {
    .titletext1 {
        margin-top: 40%;
    }
}

@media all and (max-width:365px) {
    .myYear {
        font-size: 70px;
        line-height: 70px;
        top: -62px;
    }

    .width150px {
        width: 78px;
    }
}

@media all and (max-width:330px) {
    .myYear {
        font-size: 64px;
        line-height: 64px;
        top: -58px;
    }

    .width150px {
        width: 70px;
    }
}


.lexend {
    font-family: 'Lexend-Medium' !important;
}

.fredokaOne {
    font-family: 'Fredoka-Bold' !important;
}

.minHeight200 {
    min-height: 200px !important;
}

.displayFlex {
    display: flex
}

.flexColumn {
    flex-direction: column
}

.flexRow {
    flex-direction: row
}

.alignItemsCenter {
    align-items: center;
}

.justifyCenter {
    justify-content: center;
}

.justifySpaceB {
    justify-content: space-between;
}

.flex1 {
    flex: 1
}

.fontBold {
    font-weight: bold !important;
}

.button1 {
    background-color: #0f1032;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none;
}

.button2 {
    font-size: 13px;
    background-color: #0f1032;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

    .button1:hover, .button2:hover {
        color: #fff;
        background-color: #32bfb5;
        text-decoration: none;
    }

.getAppContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerLinksContainer {
    text-align: right;
}

.footerLinks {
    border-left: 1px solid var(--color-primary);
    cursor: pointer;
    font-size: 13px;
    padding: 0 10px;
}

    .footerLinks:first-child {
        border-left: 0;
    }

    .footerLinks:hover {
        color: var(--color-primary) !important;
        text-decoration: none;
        font-weight: bold;
    }

.divAlignVerticalMiddle {
    align-items: center !important;
}

#mynavbar {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 70px;
    z-index: 9999;
    display: flex;
    align-items: center;
    padding: 0 70px
}

.gradientDarkToLightHorizontal {
    background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 70%);
}

.gradientDarkToLightVertical {
    background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 100%);
}

.titletext1Temp {
    font-weight: bold;
    text-align: left;
    font-size: 26px;
    line-height: 35px;
    color: white;
    letter-spacing: 1px;
}

.topBgContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
}

    .topBgContainer button, .topBgContainer select, .topBgContainer a {
        font-family: 'Lexend-Medium' !important;
        border: 2px solid #fff;
        background-color: rgb(235 235 235 / 22%);
        backdrop-filter: blur(5px);
        font-size: 16px;
        border-radius: 20px;
        padding: 15px 20px;
        line-height: 1;
        margin-right: 20px;
        color: #fff;
        text-decoration: none
    }

        .topBgContainer button:hover, .topBgContainer select:hover, .topBgContainer a:hover {
            color: #fff;
            background-color: var(--color-secondary);
            text-decoration: none
        }

.paddingVerticle70 {
    padding: 70px 0
}


.ourSolutionsContainer ion-icon {
    font-size: 40px;
    color: #fff;
    transform: rotate(-45deg)
}

.ourSolutionsContainer h5 {
    font-family: 'Lexend-Medium';
    font-weight: bold;
    margin-bottom: 10px
}

.ourSolutionsContainer p {
    font-size: 14px;
    margin: 0
}

.ourSolutionsContainer > div {
    padding: 20px
}


.ourSolutionsContainer img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px
}

.ourSolutionsContainer .squareDiv {
    height: 80px;
    width: 80px;
    transform: rotate(45deg);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
}

.whatWeDoContainer {
    margin-top: 20px
}

    .whatWeDoContainer div {
        padding: 20px
    }

    .whatWeDoContainer ion-icon {
        font-size: 34px;
        color: #32bfb5
    }

    .whatWeDoContainer p {
        font-size: 14px;
        margin: 0
    }

.WWDCard {
    background-color: #f1f1f1;
    flex: 1;
    padding: 20px;
    margin: 0;
    border-radius: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-image: url(../img/BG4.jpg);
    background-size: cover;
}

    .WWDCard:first-child {
        margin-right: 20px;
    }

    .WWDCard:last-child {
        margin-left: 20px;
    }

    .WWDCard > .title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 24px;
        text-align: center;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .WWDCard ion-icon {
        font-size: 26px;
        color: #32bfb5
    }


    .WWDCard > div {
        display: flex;
        margin-bottom: 25px;
        align-items: flex-start;
    }

        .WWDCard > div > p {
            margin-left: 10px;
            margin-bottom: 0;
            flex: 1;
            letter-spacing: 1px;
        }

.imagesWithCheckmarkContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
    margin: 0;
}

    .imagesWithCheckmarkContainer ion-icon {
        font-size: 26px;
        color: #32bfb5;
        margin-right: 10px;
    }

    .imagesWithCheckmarkContainer p {
        font-size: 14px;
        font-family: 'Lexend-Medium';
        margin: 0;
        flex: 1;
    }

    .imagesWithCheckmarkContainer .iconTextContainer {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }


.accountingCard {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
    padding: 20px;
    margin: 0;
}

    .accountingCard > .title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 24px;
        text-align: left;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .accountingCard ion-icon {
        font-size: 26px;
        color: #32bfb5
    }


    .accountingCard > div {
        display: flex;
        margin-bottom: 25px;
        align-items: flex-start;
    }

        .accountingCard > div > p {
            margin-left: 10px;
            margin-bottom: 0;
            flex: 1;
            letter-spacing: 1px;
        }




.waterplanListContainer {
    padding: 30px;
    font-size: 14px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #aadbff;
}

    .waterplanListContainer > div > div {
        margin-bottom: 30px;
        padding-right: 30px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }

        .waterplanListContainer > div > div:last-child {
            margin-bottom: 0;
        }

        .waterplanListContainer > div > div > .listNumber {
            background-color: #32bfb5;
            border: 2px solid #fff;
            color: #fff;
            font-size: 20px;
            display: flex;
            width: 30px;
            height: 30px;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            margin-right: 10px;
            font-family: 'Lexend-Medium' !important;
        }

        .waterplanListContainer > div > div > .listDescription {
            flex: 1;
        }

/*.waterplanImageContainer {
    padding-right: 20px;
}*/


.customizeListContainer {
    padding: 30px;
    font-size: 14px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #32bfb5;
}

    .customizeListContainer > div > div {
        margin-bottom: 30px;
        padding-right: 30px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }

        .customizeListContainer > div > div:last-child {
            margin-bottom: 0;
        }

        .customizeListContainer > div > div > .listNumber {
            background-color: #fff;
            border: 2px solid #fff;
            color: #32bfb5;
            font-size: 20px;
            display: flex;
            width: 30px;
            height: 30px;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            margin-right: 10px;
            font-family: 'Lexend-Medium' !important;
        }

        .customizeListContainer > div > div > .listDescription {
            flex: 1;
            color: #fff;
        }

/*.customizeImageContainer {
    padding-right: 20px;
}*/



.apiContainer > div {
    flex: 1 0 240px;
    background-color: #32bfb5;
    border-radius: 20px;
    padding: 15px;
    font-size: 13px;
    color: #fff;
    margin: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.apiContainer ion-icon {
    color: #fff !important;
    font-size: 28px;
}


.apiContainer2 > div:first-child {
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.apiContainer2 > div:last-child {
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}



.partnersContainer > div {
    padding: 2.5px;
}

    .partnersContainer > div > a {
        display: flex;
        border: 1px solid #d8d8d8;
        border-radius: 20px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1.5;
        min-height: 100px;
    }


.input {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #92ecec;
    padding: 10px 20px;
    font-weight: normal !important;
    font-size: 14px !important;
}

.footerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.bannerTextDiv {
    flex: 1;
    padding: 70px;
}

    .bannerTextDiv > h2 {
        font-size: 55px;
        letter-spacing: 3px;
        font-weight: bold;
        color: #32bfb5;
        text-align: left;
    }

/*.menuIconContainer {
            display: none !important;
        }*/
.navSecondaryPages {
    padding-top: 80px;
}

.menuIconContainer {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.menuContainer {
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    display: none;
    top: 5px;
    right: 50px;
    padding: 10px 20px;
    width: 800px;
    border: 1px solid #d8d8d8;
}

    /* .menuContainer ul {
        list-style: none;
        margin: 20px 0 0px;
    }

        .menuContainer ul li {
            width: 100%;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d8d8d8;
        }

            .menuContainer ul li:last-child {
                width: 100%;
                margin-bottom: 0;
                padding-bottom: 10px;
                border-bottom: 0;
            }*/




    .menuContainer .menuTitle {
        font-family: 'Fredoka-Bold' !important;
        color: #32BFB5;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase
    }


    .menuContainer a {
        font-family: 'Lexend-Medium' !important;
        color: #0b1d32;
        text-decoration: none !important;
        margin-bottom: 10px;
        font-size: 12px;
    }

        .menuContainer a:hover {
            color: #32bfb5;
        }


        .menuContainer a.active {
            font-size: 13px;
            font-weight: bold
        }

            .menuContainer a.active:hover {
                color: #0b1d32;
            }

    .menuContainer select {
        font-family: 'Lexend-Medium' !important;
        color: #0b1d32;
        border-radius: 10px;
        margin: 0;
        text-transform: capitalize;
        font-size: 12px;
    }

.menuSecondaryContainer {
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
}

.accessControlContainer > div:nth-of-type(odd) {
    padding-right: 15px;
}

.accessControlContainer > div:nth-of-type(even) {
    padding-left: 15px;
}

.waterplanPageImageContainer {
    padding-right: 20px;
}

.waterplanPageListContainer {
    background: var(--color-secondary);
    padding: 20px;
    border-radius: 25px;
}

    .waterplanPageListContainer > div {
        color: #fff;
        margin-bottom: 30px;
        font-size: 13px;
    }

        .waterplanPageListContainer > div:last-child {
            margin-bottom: 0;
        }

@media (max-width: 1024px) {
    /*.menuIconContainer {
                display: flex !important;
                flex: 1;
                align-items: center;
                justify-content: flex-end;
            }*/

    .menuContainer {
        top: 0px;
        right: 0px;
        padding: 8px 20px;
        width: 100%;
        border: 1px solid #d8d8d8;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .hideForMediumDown {
        display: none !important
    }

    .gradientDarkToLightHorizontal {
        background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 80%);
    }

    .footerContainer {
        flex-wrap: wrap;
        padding: 20px;
    }

    .footerLinksContainer {
        float: left;
        width: 100%;
        text-align: left;
    }

    .getAppContainer {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .accessControlContainer > div:nth-of-type(odd) {
        padding-right: 0;
        margin-top: 20px !important
    }

    .accessControlContainer > div:nth-of-type(even) {
        padding-left: 0;
        margin-top: 20px !important
    }

    /*.customizeImageContainer {
        padding-right: 0;
        margin-bottom: 20px;
    }*/

    /* .waterplanImageContainer {
        padding-right: 0;
        margin-bottom: 20px;
    }*/
}

@media (max-width: 640px) {

    .menuContainer {
        position: fixed;
        top: 0px;
        right: 0px;
        padding: 8px 20px;
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 0;
        border-top-right-radius: 0;
        max-height: 100vh;
        overflow: auto;
        padding-top: 15px;
    }

    .menuSecondaryContainer {
        padding-left: 0;
        border-left: 0;
    }

    .footerLinks {
        display: block;
        width: 100%;
        border: 0;
        margin-top: 10px;
    }

    .navSecondaryPages {
        height: 100vh;
        padding-top: 0;
    }

    .paddingVerticle70 {
        padding: 20px 0;
    }

    .grid-container {
        padding: 20px;
    }

    #mynavbar {
        padding: 0 20px;
        display: flex;
        align-items: center
    }

    .bannerTextDiv {
        flex: 1;
        padding: 20px;
    }

        .bannerTextDiv > h2 {
            font-size: 25px;
            line-height: 30px;
        }

    .titletext1Temp {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .topBgContainer button {
        font-size: 14px;
        padding: 15px 10px;
    }

    #about > div > div > h1 {
        padding: 0;
        margin-bottom: 40px;
    }

    .WWDCard:first-child {
        margin-right: 0;
    }

    .WWDCard:last-child {
        margin-left: 0;
    }

    .whatWeDoContainer > div {
        padding: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 20px;
    }

        .whatWeDoContainer > div:last-child {
            padding: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

    .WWDCard {
        flex: 100%;
        padding: 20px;
        margin: 0;
    }

    .servicesContainer > .WWDCard:first-child {
        margin-bottom: 20px;
    }

    .customizeListContainer, .waterplanListContainer {
        padding: 20px;
    }

    .apiContainer > div {
        margin: 5px
    }

    .apiContainer2 > div:first-child, .apiContainer2 > div:last-child {
        padding: 20px;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .apiContainer2 > div:first-child {
        margin-bottom: 10px;
    }

    .partnersContainer > div > a {
        aspect-ratio: 2;
    }

    .accountingCard {
        flex: 100%;
        padding: 0;
    }

    .customizeListContainer > div > div, .waterplanListContainer > div > div {
        padding-right: 0px;
    }

        .customizeListContainer > div > div:last-child, .waterplanListContainer > div > div:last-child {
            margin-bottom: 30px;
        }

    .waterplanPageImageContainer {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
