.container {
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: stretch;
    background-color: #D4EDDA;
    border-radius: 25px;
    margin-bottom: 10px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #A8D5E2;
    border-radius: 25px;
    margin-right: 20px;
    width: 100px;
    padding: 5px;
}

.step-number {
    font-size: 24px;
    font-weight: bold;
    color: #2C387E;
    margin: auto;
}

.step-description {
    font-size: 16px;
    color: #2C387E;
    display: flex;
    align-items: center;
}

.active-feature {
    background-image: linear-gradient(#23618C, #000000) !important;
}

html {
    scroll-behavior: smooth;
}

p {
    line-height: 1.2;
}

.default-feature {
    background-image: linear-gradient(#CECECE, #C5C1C1);
    width: 35%;
    padding: 10px;
    margin: auto;
    border-radius: 10%;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.default-feature-txt {
    width: 70%;
    color: #B6B8BA;
}

.active-feature-txt {
    color: unset !important;
}

.active-feature-txt h5 {
    color: unset !important;
}


.default-feature-txt h5 {
    color: #7D7D7D;
    margin: 0;
}

.default-feature-txt p {
    margin: 0;
}

.feature-flex {
    display: flex;
    flex-direction: row;
    margin: 30px 0px;
    align-items: center;
}

.howTo {
    flex-basis: 20%;
}

.howTo h1 {
    color: #B3B3B3;
    margin-bottom: 20px;
}

.howTo div {
    width: 65%;
    margin: auto;
    /* margin-bottom: 20px; */
}

.howTo h3 {
    color: #003B5C;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 20px;
}

.logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 30px; */
    flex-wrap: wrap;
}

.logo-wrapper div {
    /* margin: 2%; */
    margin-bottom: 5%;
    text-align: center;
}

.logo-wrapper img {
    width: 50%;
    margin: auto;
}

.bg_mobile {
    display: none;
}

.keyFeature {
    display: flex;
    flex-direction: row;
    margin: 0px 10%;
    align-items: center;

}

#cb-row--footer-bottom {
    display: none;
}

.builder-item {
    padding-right: 0;
    padding-left: 0;
}

.phoneWrapper {
    flex-basis: 25%;
    position: relative;
}

.sectionTitle {
    text-align: center;
    /* margin-top: 5%; */
    padding-top: 5%;
}

.featureWrapper {
    /* margin-top: 3%; */
    margin-left: 5%;
}

.whatWeDoWrapper {
    text-align: center;
    /* width: 50%; */
    width: 70%;
    margin: auto;
    /* margin-top: 5%; */
    padding-top: 5%;
    margin-bottom: 5%;
}

.sectionBg1 {

    background-image: url("/images/falcon-chargepro/homepage/Home_LandingBanner_DesktopBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sectionBg2 {
    background-image: url("/images/falcon-chargepro/homepage/Home_KeyAppFeature_DesktopBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    --imgw: 5120;
    --imgh: 3136;
    width: 100vw;
    min-height: calc(100vw * var(--imgh) / var(--imgw));
}

.sectionBg3 {
    background-image: url("/images/falcon-chargepro/homepage/Home_ChargeWithEase_DesktopBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vw * var(--imgh) / var(--imgw));
}

.sectionBg4 {
    background-image: url("/images/falcon-chargepro/aboutus/AboutUs_LandingBanner.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    --imgw: 5120;
    --imgh: 900;
    width: 100vw;
    min-height: calc(100vw * var(--imgh) / var(--imgw));
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.howToWrapper {
    text-align: center;
    border-radius: 3%;
    padding: 50px;
    margin: 0px 10%;
    background-color: #ECF8FF;
    margin-top: 5%;
}

.howToFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
}

.logosWrapper {
    text-align: center;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.chargeWith {
    display: none;
    padding-top: 10%;
    width: 40%;
    float: right
}

.row.DV {
    padding-bottom: 5%;
    padding-top: 10%;
}

#chargeFalcon {
    /* padding-right: 5%; */
    /* text-align: right; */
    text-align: left;
    margin-left: 55%;
}


.downloadIcons {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    width: 80%;

}

.bannerHeader {
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
}

.falconFooter {
    background-color: #002032;
    color: white;
    padding: 0 10%;
    padding-top: 3%;
}

.footerFlex {
    display: flex;
    align-items: flex-start;
    font-size: 14px;

}

.footerInnerFlex {
    display: flex;
    align-items: flex-start;
}

.logo-wrapper {
    width: 100%;
    margin: auto;
    /* margin-top: 5%; */
}

.footerLogo {
    flex-basis: 15%;
    margin-right: 10%;
}

.footerIcon {
    padding-top: 5px;
}

.introWrapper,
.missionWrapper,
.aboutTxt {
    padding: 5% 10%;

}

.falconLogo {
    width: 25%;
    margin: auto;
}

.introTxt {
    padding-top: 5%;
    text-align: center;
}

.aboutFlex,
.missionFlex {
    display: flex;
}

.aboutImg {
    flex-basis: 25%;
}

.aboutTxt {
    flex-basis: 75%;
    background-color: #F4F4F4
}

.missonInnerWrap {
    text-align: center;
    padding: 0% 10%;
    flex-basis: 50%;
}

.missionIcon {
    width: 50%;
    margin: auto;
    margin-bottom: 5%;
}

.logo-flex {
    display: flex;
    margin: 5% 10%;
    align-items: center;
}

table {
    word-break: unset !important;
    /* margin-top: -40px; */
}

td {
    border-bottom: unset !important;
    font-size: 15px;
    padding: 15px 10px 0px 5px !important;
}

.logo-header {
    text-align: right;
    margin-right: 5%;
    width: 100%;
}

.chargeWith h3 {
    margin-bottom: 0;
}


@media only screen and (max-width:768px) {

    /* img {
        width: 25%;
    } */

    .aboutImg {
        display: none;
    }


    .aboutTxt {
        flex-basis: 100%;
        text-align: justify;
        padding-bottom: 10%;
        padding-top: 10%;
    }

    .aboutTxt h2 {
        text-align: center;
    }

    .missionFlex {
        display: block;
    }

    .missonInnerWrap {
        margin-bottom: 10%;
    }

    .sectionBg4 {
        /* align-items: center; */
        justify-content: center;
        padding-left: unset;
    }

    .sectionBg4 h1 {
        font-size: 50px !important;
        margin-bottom: 0;
    }

    h1 {
        font-size: 90px !important;
        line-height: 1 !important;
    }


    .cpRight p {
        margin: 0 !important;
    }

    .footerIcon {
        display: flex;
        align-items: center;
        flex-basis: 7%;
    }

    .footerInnerFlex {
        margin-bottom: 1%;
    }

    .footerLogo {
        width: 50%;
        margin-bottom: 10%;

    }

    .bannerHeader h1 {
        padding-top: 10% !important;
    }

    .bg_mobile {
        display: block;
    }

    .bg_desktop {
        display: none;
    }

    .keyFeature {
        display: block;
        margin: unset !important;
    }

    .phoneWrapper {
        width: 50%;
        margin: auto;
        /* margin-bottom: 20%; */
    }

    .sectionTitle {
        padding-top: 5%;
        /* margin-bottom: 10%; */
    }

    .featureWrapper {
        margin-left: 5%;

    }

    .default-feature {
        width: 50px;
    }

    .default-feature-txt {
        margin-left: 10%;
        font-size: 14px;
    }

    .default-feature-txt h5 {
        font-size: 16px;
    }

    .whatWeDoWrapper {
        text-align: center;
        width: 50%;
        margin: auto;
        margin-top: 10%;
        padding-bottom: 10%;
    }

    .whatWeDoWrapper h3 {
        margin-bottom: 10%;
    }

    .sectionBg1 {
        background-image: url("/images/falcon-chargepro/homepage/Home_LandingBanner_MobileBG.jpg");
        background-size: cover;

    }

    .sectionBg2 {
        background-image: url("/images/falcon-chargepro/homepage/Home_KeyAppFeature_MobileBG.jpg");
        --imgw: 1280;
        --imgh: 3944;
        /* min-height: calc(100vw * var(--imgh) / var(--imgw)); */
        min-height: unset;

    }

    .sectionBg3 {
        background-image: url("/images/falcon-chargepro/homepage/Home_ChargeWithEase_MobileBG.jpg");
        background-size: cover;
        padding-bottom: 10%;
        /* min-height: unset; */
    }

    .howToWrapper {
        width: 100%;
        margin: 0%;
        padding: 0%;
        padding-top: 10%;
    }

    .howToWrapper h5 {
        padding-top: 10%;
    }

    .howToFlex {
        display: block;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
    }

    .howTo {
        padding-bottom: 10%;
    }

    .logosWrapper {
        width: 90%;
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .row.DV {
        display: none;
    }

    .chargeWith {
        display: block;
        float: unset;
        width: 90%;
        margin: auto;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .downloadIcons {
        display: block;
    }

    .downloadIcons img {
        width: 50%;
        margin-bottom: 20px;
    }

    .footerFlex .cpRight {
        text-align: center;
        margin-top: 5% !important;
        justify-content: center;
        font-size: 12px;
        font-weight: lighter;
    }

    .footerFlex {
        display: block;
    }

    .falconFooter {
        padding-top: 10%;
    }

    .logo-wrapper {
        width: 99%;
    }

    .logo-flex {
        display: block;
        padding-bottom: 10%;
    }

    .logo-header {
        text-align: center;
        width: 100%;
        margin: 0%;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .chargeWith h3 {
        margin-bottom: 10px !important;
    }

    .introTxt {
        padding-top: 10%;
        padding-bottom: 10%;
    }


}

@media screen and (max-width: 992px) {
    .bannerHeader {
        padding: 5%;
    }
}

@media screen and (max-width: 480px) {

    .falconLogo {
        width: 50%;
    }

    .sectionBg1,
    .sectionBg2,
    .sectionBg3,
    .howToWrapper,
    .logosWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    .footerIcon {
        flex-basis: 12%;
    }

    .sectionTitle {
        padding-top: 10%;
    }

    .whatWeDoWrapper {
        width: 80%;
        margin-top: 20%;
    }

    .logo-wrapper {
        flex-wrap: wrap;
    }

    .logo-wrapper div {
        flex-basis: 30%;
        margin-bottom: 5%;
    }

    .downloadIcons img {
        margin-bottom: 0;
    }

}