/*Blocks Css*/
.supply_row {
    margin-top: 40px;
}

.supply_row #bodySection {
    height: 100%;
}

.supply_col {
    padding: 5px 10px 10px;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 10px 9px -4px rgb(0 0 0 / 38%);
    cursor: pointer;
    background-color: var(--themecolor);
}

.imgbox.bgWhite {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.imgbox.bgWhite img {
    height: 200px;
    width: auto;
    object-fit: contain;
}

.menuTextbox.brandColor {
    padding: 0 15px;
    text-align: center;
}

.menuTextbox.brandColor h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.imgbox.bgWhite img.gap_horizontal {
    padding: 7px 17%;
}

.imgbox.bgWhite img.gap_vertical {
    padding: 38px 1px;
}

#exampleModal .modal-dialog,
#instructionalModal .modal-dialog {
    max-width: 60%;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#exampleModal .modal-content,
#instructionalModal .modal-content {
    max-height: 400px;
    height: 100%;
    border-radius: 25px;
    border: 4px solid var(--themecolor);
}

.modal-header {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    display: flex;
    justify-content: center;
}

.modal-header .modal-title {
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #212529 !important;
}

.modal-header .close {
    right: 25px;
    opacity: 1;
    position: absolute;
}

.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_mb_landsp {
    width: 100%;
}

.pop_mb_landsp p {
    margin: 40px 0;
    text-align: center;
}

.pop_mb_landsp p .text-dark {
    font-size: 26px;
    font-weight: 700;
    color: #343a40!important;
}

.swabImgDiv {
    width: 54% !important;
    max-height: 75px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.btnAutoInjt,
.btnPreFilled {
    text-align: center;
    margin-top: 3rem;
}

.btnAutoInjt button,
.btnPreFilled button {
    min-width: 215px;
    border-radius: 20px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--themecolor);
}

.btnAutoInjt button a,
.btnPreFilled button a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

#exampleModal .modal-dialog, #instructionalModal .modal-dialog {cursor: auto !important;}
.modal-open .supply_col {
    cursor: auto;
}
section.login-footer.inner-page-footer .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}
ul#menu-footer-menu {
    margin-bottom: 5px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: inherit !important;
}
.footer_txt a {
    color: #999;
}
.footer_txt a:hover {
    color: #79d279;
}
.copyright-text a:focus, .copyright-text a:hover {text-decoration: none !important;}
@media (min-width:1024px) and (max-width: 1199px) {
    .modal-header {
        align-items: flex-start;
        justify-content: flex-start;
        padding-right: 45px !important;
    }

    .modal-header .close {
        top: 30px;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    #exampleModal .modal-dialog, #instructionalModal .modal-dialog {
        max-width: 80%;
    }
    .pop_mb_landsp p {
        margin: 25px 0 !important;
    }
}

@media (max-width: 1023px) {
    .modal-header {
        align-items: flex-start;
        justify-content: flex-start;
        padding-right: 45px !important;
    }

    .modal-header .close {
        top: 30px;
    }

    .pop_mb_landsp p .text-dark {
        font-size: 18px !important;
    }

    .wp-block-columns {
        gap: 1em;
    }

    .supply_row {
        margin-top: 0;
    }

    .supply_row .wp-block-column {
        margin-bottom: 15px;
    }

    .btnAutoInjt button,
    .btnPreFilled button {
        min-width: 155px;
        height: 45px;
    }

    .btnAutoInjt button a, .btnPreFilled button a {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    #instructionalModal .col-md-6 {
        margin-bottom: 20px;
        text-align: center;
    }

    .wp-block-columns {
        gap: 1em;
    }

    .supply_row {
        margin-top: 0;
    }

    .menuTextbox.brandColor h4 {
        font-size: 18px;
        margin: 6px 0;
    }
}
