html {
    font-size: 14px;
}

.input-validation-error {
    border-color: #FF0000 !important;
    background-color: #e6b5b740 !important;
}

a {
    color: #41C2D2;
}

.link-color {
    color: #02757D;
}

.blue-a-color {
    color: #41C2D2!important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Noto Sans", sans-serif;
}

.fw-600 {
    font-weight: 600;
}

#get-in-touch-btn {
    padding-top: 15px;
}

.page-header {
    height: 215px;
    background-color: #41C2D2;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

    .page-header .container {
        display: flex;
        align-items: center;
    }

    .page-header h2 {
        font-size: 60px;
        color: #FFF;
    }

    .page-header img {
        width: 265px;
    }

    .header-title {
        width: 60%;
    }

    .header-title p {
        color: #FFF;
        font-size: 27px;
    }

.login-info {
    font-size: 21px;
    max-width: 75%;
    margin: 50px auto 30px auto;
    color: #444444;
}

.login-con {
    max-width: 450px;
    margin: 0 auto;
}

.login-con-inbox {
    max-width: 75%;
    margin: 0 auto;
}

.login-con .form-group label {
    margin: 10px 0;
    text-align: center;
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: #444444;
}

.login-con-inbox .apple-con {
    margin: auto;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input {
    margin-top: 0 !important;
}

.login-con .form-group .form-control {
    height: 56px;
}

.login-con .form-check {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.login-con .form-check-input {
    width: 32px;
    height: 32px;
}

.login-con .form-check-label {
    font-size: 19px;
    padding-left: 40px;
}

.login-con .form-check-input:checked {
    background-color: #41C2D2;
    border-color: #41C2D2;
    margin-top: 0;
}

.login-btn{
    width: 100%;
}

.login-con .btn-brand {
    background-color: #41C2D2;
    color: #FFF;
    padding: 5px;
    text-align: center;
    height: 53px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.login-con .link {
    color: #444444;
    font-size: 19px;
    margin: 20px 0;
    text-align: center;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

.capture-footer {
    background-color: #02757D;
    padding: 80px;
}

    .capture-footer h3 {
        color: white;
        font-size: 47px;
        padding-bottom: 20px;
    }

    .capture-footer p {
        color: white;
        font-size: 21px;
        padding: 20px 0 0 0;
    }

    .capture-footer a {
        color: #43C2D0 !important;
        text-decoration: underline;
    }

    .capture-footer .container {
        position: relative;
    }

    .capture-footer .pill-bottel {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 400px;
    }

        .capture-footer .pill-bottel img {
            width: 100%;
        }

.btn-menu {
    background: none;
    border: none;
    font-size: 45px;
    color: #41C2D2;
}

nav.navbar {
    height: 70px;
}

.dashboard-button-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-button {
    border: 2px solid #02757D;
    border-radius: 15px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    padding: 15px;
    position: relative;
    min-height: 517px;
}

    .dashboard-button h4 {
        color: #02757D;
        font-weight: bold;
        font-size: 32px;
        min-height: 126px;
    }

.dashboard-button-image {
    text-align: center;
    margin: 20px 0;
}

.dashboard-button img {
    height: 200px;
}

.dashboard-button p {
    color: #02757D;
    font-size: 27px;
    margin-top: auto;
}

.dashboard-hero img {
    width: 100%;
}

.notification-badge {
    position: absolute;
    right: 0;
    top: 0;
}

    .notification-badge img {
        width: 73px;
        height: 73px;
    }

.btn-blue-yellow {
    background-color: #41C2D2;
    color: white;
    border: 5px solid #FCCA13;
    font-size: 29px;
    border-radius: 8px;
}

    .btn-blue-yellow:hover {
        color: white;
    }

.mw-426 {
    min-width: 426px;
}


.mw-320 {
    max-width: 320px;
}

.mw-200 {
    max-width: 200px;
}

.mw-150 {
    max-width: 150px;
}

.mw-80 {
    max-width: 80%;
}


.breadcrumb {
    margin-top: 20px;
    border-bottom: 1px solid #A0A7B6;
    display: inline-flex;
    padding-bottom: 10px;
    font-size: 24px;
}

.breadcrumb-item {
    align-items: center;
    display: flex;
}

    .breadcrumb-item a {
        color: #02757D;
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #A0A7B6;
    }

    .breadcrumb-item:before {
        padding-right: 20px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        content: '\f054';
        font-size: 15px;
        color: #02757D;
    }

.navbar {
    position: relative;
}

.nav-logo {
    /*    position: relative;*/
}

    .nav-logo img {
        width: 145px;
        position: absolute;
        top: 5px;
        left: 10px;
    }

.pagehero {
    background-color: #02757D;
    padding: 60px;
}

.pagehero-secondary {
    padding: 60px !important;
    border-bottom: 34px solid #FFC600;
}

.pagehero h3 {
    color: white;
    font-size: 42px;
    margin: 10px 0;
}

.pagehero p {
    color: white;
    font-size: 20px;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}

.pagehero ol li {
    color: white;
    font-size: 29px;
}

.pagehero a {
    color: #41C2D2;
}



.btn-white {
    background-color: white;
    color: #02757D !important;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    height: 50px;
}

.title-h1 {
    color: #444444;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.title-h2 {
    color: #444444;
    font-size: 26px;
/*    margin-top: 20px;*/
    margin-bottom: 20px;
    font-weight: 500;
}

.title-h3 {
    color: #444444;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.tracker-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

    .tracker-options .tracker {
        text-decoration: none;
        text-align: center;
        background-color: #ECF9FB;
        color: #444444;
        font-size: 19px;
        border-radius: 12px;
        padding: 10px;
        min-height: 243px;
        flex: 0 1 calc(33.33% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }

    .tracker-options .trackerimg {
        height: 200px;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .tracker-options .tracker img {
            width: 150px;
            padding-bottom: 20px;
        }

        .tracker-options .tracker p {
            font-weight: bold;
        }

    .tracker-options .badge img {
        height: 180px;
        width: auto;
    }

.hesImage img{
    width: 200px!important;
}

.important-con {
    background-color: #ECF9FB;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    margin-top: 70px;
    margin-bottom: 119px;
}

    .important-con img {
        width: 400px;
    }

    .important-con p {
        font-size: 26px;
        margin-top: 20px;
    }

.hero-select {
    color: #02757D;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;

}

    .hero-select option {
        font-size: 20px;
        width: auto;
    }

    .hero-btn-small {
        min-width: 90px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.menu-fyi {
    background-color: #ECF9FB;
    margin-top: 80px;
}

    .menu-fyi img {
        width: 100%;
    }

.menu-fyi-text {
    font-size: 26px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.ml-62 {
    margin-left: 62px;
}

.mr-62 {
    margin-right: 62px;
}

.body-text {
    font-size: 26px;
}

.c-dark-green {
    color: #02757D;
}

.holistic-image {
    width: 800px;
}

.menu-info-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 75px;
}

.menu-info-item {
    width: 280px;
    height: 280px;
    background-color: #ECF9FB;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: #171717;
    text-align: center;
    font-size: 20px;
}

    .menu-info-item:hover {
        color: #171717;
    }

    .menu-info-item img {
        width: 100px;
        padding-bottom: 20px;
    }

.enlarge-link {
    color: #02757D;
    font-size: 32px;
    text-align: center;
    display: block;
    margin: 60px 0;
    font-weight: 600;
}

.menu_change_time {
    margin: 60px 0;
}

    .menu_change_time img {
        width: 100%;
    }

.clock-img img {
    width: 100%;
    max-width: 260px;
}


.engagement-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0 60px 0;
}

.engagement {
    background-color: #FFC600;
    border: 5px solid #41C2D2;
    border-radius: 12px;
    position: relative;
    padding: 20px;
}

    .engagement h4 {
        color: white;
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .engagement img {
        margin-bottom: 15px;
        width: 100%;
    }

    .engagement p {
        font-size: 23px;
    }

    .engagement a {
        display: inline;
    }

.star-icon {
    position: absolute;
    width: 100px;
    right: -51px;
    top: -49px;
    z-index: 999;
}

    .star-icon img {
        width: 100px;
    }

.modals .modal-header {
    border: none;
    justify-content: right;
}

    .modals .modal-header .close {
        background: none;
        border: none;
        color: #02757D;
        font-size: 40px;
    }

        .modals .modal-header .close span {
            height: 30px;
            width: 30px;
            display: block;
        }

.modals .modal-body {
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.modals .modal-body p{
    font-size: 23px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal .btn.btn-secondary {
    color: #41C2D2;
    border-color: #41C2D2;
    background: none;
    min-width: 160px;
    margin-right: 10px;
    height: 53px;
}

.modal .btn.btn-primary {
    color: #FFF;
    border-color: #41C2D2;
    background: #41C2D2;
    min-width: 273px;
    height: 53px;
}

.modals .modal-footer {
    border: none;
}

.offcanvas .btn-close {
    background: url(../img/close.svg) center/1em auto no-repeat;
}

.offcanvas .list-group-item {
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    padding: 10px 0;
}

    .offcanvas .list-group-item a {
        text-decoration: none;
        color: #02757D;
        display: block;
    }

.offcanvas-header {
    justify-content: end;
}


.training-options {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .training-options .training {
        background-color: #41C2D2;
        color: white;
        width: 25%;
        border-radius: 12px;
        padding: 30px 20px;
        height: 350px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

        .training-options .training h4 {
            font-size: 33px;
            min-height: 115px;
        }

        .training-options .training p {
            font-size: 23px;
        }

        .training-options .training a {
            margin-top: auto;
        }

.checkin-prize {
    margin: 50px 0;
}

    .checkin-prize h3 {
        color: #02757D;
        font-size: 40px;
        margin-bottom: 40px;
    }

    .checkin-prize p {
        font-size: 25px;
    }

.walmart-img {
    text-align: center;
}

.convo-img {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 140px;
}

.video-con {
    text-align: center;
    margin: 60px 0;
    padding: 20px;
}

    .video-con img {
        max-width: 829px;
    }

.basic-border {
    border: 1px solid #000;
}

.hero-btn {
    font-size: 20px;
    padding-top: 8px;
}

.floating-apple {
    position: absolute;
    bottom: -100px;
    right: -60px;
}

.guide-links-parent a {
    text-decoration: none;
}

a.no-underline {
    text-decoration: none;
}

.pl-0 {
    padding-left: 0;
}

.list-group-item-parent{
    border-bottom: none!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.nav-submenu {
    padding-left: 20px;
    display: none;
}

.active-burger {
/*    border-bottom: 3px solid #41C2D2;
*/    display: inline!important;
      font-weight: bold;
}

.nav-dropdown {
    cursor: pointer;
}

.success-msg {
    color: green!important;
}

.error-msg {
    color: #FF0000 !important;
}

.extra-border-radius {
    border-radius: 60px;
}

.fs-27-px {
    font-size: 27px!important;
}

.f-color {
    color: #444444;
}

.mt-6 {
    margin-top: 4rem!important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.fw-normal {
    font-weight: normal;
}

.pr-30-px {
    padding-right: 30px;
}

.w-90 {
    width: 90%!important;
}

.small-star-parent {
    position: relative;
}

    .small-star-parent .star-icon {
        top: -10px;
        left: -50px;
    }

    .small-star-parent .star-icon img {
        width: 50px;
    }

@keyframes bell-shake {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(8deg);
    }

    40% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(6deg);
    }

    60% {
        transform: rotate(-6deg);
    }

    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-4deg);
    }

    90% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.bell-shake {
    animation: bell-shake 1s ease-in-out;
}

.demo-modal .btn.btn-primary {
    width: auto !important;
    min-width: 90px !important;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    height: 50px;
}

.demo-modal .modal-content {
    border: 5px solid #41C2D2 !important;
}

.cursor-unset {
    cursor: unset!important;
}

.capture-table {
    width: 100%;
    border-collapse: collapse;
}

.capture-table th {
    text-align: center;
}

.cell-centered {
    text-align: center;
}

.capture-table tr {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #EAEAEA;
}

.capture-table th, .capture-table td {
    padding: 10px;
    font-size: 20px;
}

.text-left {
    text-align: left!important;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    font-size: 18px;
}

.dataTables_wrapper {
    width: 100%;
}

.hero-checkbox-label {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* Base checkbox style */
.hero-checkbox {
    appearance: none; /* removes default browser checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 40px;
    height: 40px;
    border: 2px solid #02757D;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    outline: 5px solid white;
}

    /* When checked */
    .hero-checkbox:checked {
        background-color: white;
        border-color: #02757D;
    }

        /* Scaled-up checkmark */
        .hero-checkbox:checked::after {
            content: "";
            position: absolute;
            top: 6px;
            left: 12px;
            width: 10px;
            height: 20px;
            border: solid #02757D;
            border-width: 0 4px 4px 0;
            transform: rotate(45deg);
        }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .col-md-48perc {
        width: 48%;
    }

}

.menu-fyi .body-text a {
    color: #02757D;
    font-weight: bold;
}

.modal-backdrop {
    background-color: #052328;
}

.modal-content {
    border-radius: 20px;
}

.modal-dialog {
    margin: 6rem auto;
}

.apple-con {
    text-align: center;
    margin: 90px 0;
    padding: 40px;
}

.center-banner-text {
    color: #02757D;
    font-size: 32px;
    font-weight: 600;
}



.apple-image-overlap img {
    width: 450px;
    position: absolute;
    top: -125px;
    left: -30px;
}

.error-box {
    padding: 60px;
    font-size: 30px;
    color: #444444;
    margin: 100px auto calc(100px - 1rem) auto;
}

.lightblue-section {
    background-color: #ECF9FB;
    border-radius: 12px;
    padding: 60px;
    font-size: 30px;
    color: #444444;
    margin: 100px auto calc(100px - 1rem) auto;
}

    .lightblue-section.container {
        background-color: #ECF9FB;
        border-radius: 12px;
        padding: 60px 0;
        font-size: 30px;
        color: #444444;
        margin:20px auto;
    }

    .lightblue-section.container a {
        color: #41C2D2;
        font-weight: bold;
    }

    .lightblue-section h4 {
        font-size: 30px;
        padding: 0 60px;
        font-weight: normal;
        line-height: 1.4;
    }

    .product-setting p {
        font-size: 28px;
    }

.admin-tracker-hero img{
    max-width: 250px;
    margin-top: -40px;
}

.engagement-hero img {
    width: 100%;
    max-width: 200px;
}

/*THIS HAD TO BE UPDATED TO WORK WITH THE DESIGNS*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1229px;
    }
}

@media (max-width: 1400px) {
    .engagement-options {
        grid-template-columns: repeat(2, 1fr);
    }

        .engagement-options img {
            width: 100%;
        }


    .apple-image-overlap img {
        left: -92px;
    }

    .walmart-img img {
        width: 100%;
    }
}

@media (max-width: 1290px) {
    .capture-footer .pill-bottel img {
        width: 73%;
    }

    .hero-checkbox-label {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .notification-badge img {
        height: 55px !important;
        width: 55px !important;
    }
}

@media (max-width: 1180px) {
    .pagehero {
        padding-top: 80px!important;
    }

    .ml-62 {
        margin-left: 0;
    }

    .overview-training-video iframe {
        width: 600px;
        height: 315px;
    }

    .convo-img img {
        width: 100%;
    }

    .mb-10-small {
        margin-bottom: 10px!important;
    }
}

@media (max-width: 1024px) {
    .dashboard-button-row {
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-button img {
        height: 100px;
    }

    .notification-badge img {
        height: 70px !important;
        width: 70px !important;
    }

    .dashboard-button-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-button img {
        height: 150px;
    }

    .dashboard-button {
        min-height: 370px;
    }

        .dashboard-button h4 {
            min-height: 80px;
            width: 100%;
            font-size: 33px;
        }

            .dashboard-button h4 br {
                display: none;
            }

        .dashboard-button p br {
            display: none;
        }

    .mw-426 {
        min-width: 100%;
    }



    .btn-white {
        font-size: 20px;
        height: auto;
    }

    .admin-tracker-hero img, .menus-hero img {
        max-width: 200px;
    }



    .tracker-options .tracker {
        flex: 0 1 calc(50% - 20px);
        margin: 0;
    }

    .important-con {
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .important-con img {
            width: 100%;
        }

    .engagement-options {
        grid-template-columns: 1fr 1fr;
    }

    .engagement img {
        width: 100%;
    }

    .training-options {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .training-options .training {
            width: calc(50% - 20px);
        }

    .walmart-img img {
        width: 100%;
    }

    .apple-image-overlap img {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
    }

    .personal-header-img img {
        width: 60%;
    }

    .ml-62 {
        margin-left: 0;
    }

    .convo-img img {
        width: 100%;
    }

    .get-in-touch-btn-parent {
        margin-left: 40px;
        margin-right: 40px;
    }

    .overview-training-video iframe {
        width: 600px;
        height: 315px;
    }

    .video-con iframe {
        width: 600px;
        height: 315px;
    }


    .floating-apple {
        position: absolute;
        bottom: -34px;
        right: -1px;
        width: 18% !important;
    }

    .pagehero {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .capture-footer .pill-bottel {
        max-width: 290px;
    }
}

@media (max-width: 913px) {
    .training-apple-img {
        width: 50% !important;
    }
}

@media (max-width: 768px) {

    .footer-qr-code{
        display: none;
    }

    .modal-body h2 {
        font-size: 32px;
    }

    .modals .modal-body p {
        font-size: 20px;
    }

    .modal {
        width: 95%;
        left: 2.5%;
    }

    .page-header {
        height: unset;
    }

        .page-header img {
            max-width: 168px;
        }

        .page-header h2 {
            font-size: 40px;
        }

    .header-title p {
        font-size: 25px;
    }

    .login-info {
        font-size: 18px;
        max-width: 90%;
    }

    .capture-footer {
        padding: 20px;
    }

        .capture-footer h3 {
            font-size: 34px;
        }

        .capture-footer p {
            font-size: 18px;
        }

        .capture-footer .pill-bottel {
            position: relative;
            margin-top: 20px;
        }

            .capture-footer .pill-bottel img {
                width: 100%;
            }

    .dashboard-button-row {
        grid-template-columns: 1fr;
    }

    .tracker-options .tracker {
        flex: 0 1 100%;
        margin: 0;
    }

    .pagehero {
        padding: 120px 10px;
    }

    .menu-info-items {
        flex-direction: column;
    }

    .menu-info-item {
        width: 100%;
    }

    .engagement-options {
        grid-template-columns: 1fr;
    }

    .engagement img {
        width: 100%;
    }


    .training-options .training {
        width: 100%;
        height: 250px;
    }

    .login-con .form-group label {
        font-size: 20px;
    }

    .lightblue-section.container {
        padding: 20px 0;
    }

    .personal-header-img img {
        width: 90%!important;
    }

    .ml-62 {
        margin-left: 0;
    }

    .chef-header-img img {
        width: 60%!important;
    }

    .training-options .training {
        height: 275px;
    }

    .live-training-header-img img {
        width: 100%;
    }

    .training-video-parent {
        margin-top: 60px !important;
    }

    .training-apple-img {
        width: 50%!important;
    }

    .floating-apple {
        position: absolute;
        bottom: -34px;
        right: -1px;
        width: 18% !important;
    }

    .convo-img img {
        width: 100%;
    }
    
    .get-in-touch-btn-parent {
        margin-left: 30px;
        margin-right: 30px;
    }

    .capture-footer .pill-bottel {
        margin: auto;
    }

    .small-star-parent .star-icon {
        top: -12px;
        left: -20px;
    }

        .small-star-parent .star-icon img {
            width: 30px;
        }
}

@media (max-width: 540px) {
    .video-con iframe {
        width: 400px;
        height: 215px;
    }

    .personal-header-img img {
        width: 40% !important;
    }
}

@media (max-width: 430px) {
    .page-header {
        height: unset;
    }

        .page-header h2 {
            margin-top: 5px;
            margin-left: 0;
        }

        .page-header img {
            max-width: 120px;
        }

    .btn-white {
        width: 100%;
    }

    nav.navbar {
        height: unset;
    }

.admin-tracker-hero img, .menus-hero img, .clock-img img, .header-img img, .personal-header-img img, .chef-header-img img, .live-training-header-img img {
    margin-top: 20px;
}

    .pagehero, .pagehero-secondary {
        padding: 75px 10px!important;
    }

    .hero-select {
        width: 100%;
    }

    .ml-62 {
        margin-left: 0;
    }

    .video-con iframe {
        width: 100%;
        height: 100%;
    }

    iframe.training-video {
        width: 75%;
        height: 75%;
    }

    .menu-fyi {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }

    .lightblue-section.container {
        padding: 20px 0;
    }

    .personal-header-img img {
        width: 40%!important;
    }

    .chef-header-img img {
        width: 40%;
    }

    .star-icon {
        width: 50px;
        right: -21px;
        top: -24px;
    }

    .lightblue-section h4 {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .live-training-header-img img {
        width: 75%;
    }

    .training-options .training {
        height: 275px;
    }

    .convo-header-img img {
        width: 60%;
    }

    .floating-apple {
        position: absolute;
        bottom: -40px;
        right: -10px;
        width: 35% !important;
    }

    .convo-img {
        margin: 20px auto;
    }

    .product-setting-header-img img {
        width: 60%;
    }

    .get-in-touch-btn-parent {
        margin-left: 10px;
        margin-right: 10px;
    }

    .login-page-header {
        height: 100px;
    }

    .modal .btn {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .training-video-parent {
        margin-top: 20px!important;
    }

    .training-video-parent p {
        display: inline;
    }
}

@media (max-width: 345px) {

    .floating-apple {
        position: absolute;
        bottom: -34px;
        right: -1px;
        width: 35% !important;
    }
}